* infrun.c (handle_inferior_event): Remove short-circuit code for
[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
49efadf5 195You can use @value{GDBN} to debug programs written in C and C@t{++}.
c906108c 196For more information, see @ref{Support,,Supported languages}.
c906108c
SS
197For more information, see @ref{C,,C and C++}.
198
cce74817 199@cindex Modula-2
e632838e
AC
200Support for Modula-2 is partial. For information on Modula-2, see
201@ref{Modula-2,,Modula-2}.
c906108c 202
cce74817
JM
203@cindex Pascal
204Debugging Pascal programs which use sets, subranges, file variables, or
205nested functions does not currently work. @value{GDBN} does not support
206entering expressions, printing values, or similar features using Pascal
207syntax.
c906108c 208
c906108c
SS
209@cindex Fortran
210@value{GDBN} can be used to debug programs written in Fortran, although
53a5351d 211it may be necessary to refer to some variables with a trailing
cce74817 212underscore.
c906108c 213
b37303ee
AF
214@value{GDBN} can be used to debug programs written in Objective-C,
215using either the Apple/NeXT or the GNU Objective-C runtime.
216
c906108c
SS
217@menu
218* Free Software:: Freely redistributable software
219* Contributors:: Contributors to GDB
220@end menu
221
6d2ebf8b 222@node Free Software
c906108c
SS
223@unnumberedsec Free software
224
5d161b24 225@value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
c906108c
SS
226General Public License
227(GPL). The GPL gives you the freedom to copy or adapt a licensed
228program---but every person getting a copy also gets with it the
229freedom to modify that copy (which means that they must get access to
230the source code), and the freedom to distribute further copies.
231Typical software companies use copyrights to limit your freedoms; the
232Free Software Foundation uses the GPL to preserve these freedoms.
233
234Fundamentally, the General Public License is a license which says that
235you have these freedoms and that you cannot take these freedoms away
236from anyone else.
237
2666264b 238@unnumberedsec Free Software Needs Free Documentation
959acfd1
EZ
239
240The biggest deficiency in the free software community today is not in
241the software---it is the lack of good free documentation that we can
242include with the free software. Many of our most important
243programs do not come with free reference manuals and free introductory
244texts. Documentation is an essential part of any software package;
245when an important free software package does not come with a free
246manual and a free tutorial, that is a major gap. We have many such
247gaps today.
248
249Consider Perl, for instance. The tutorial manuals that people
250normally use are non-free. How did this come about? Because the
251authors of those manuals published them with restrictive terms---no
252copying, no modification, source files not available---which exclude
253them from the free software world.
254
255That wasn't the first time this sort of thing happened, and it was far
256from the last. Many times we have heard a GNU user eagerly describe a
257manual that he is writing, his intended contribution to the community,
258only to learn that he had ruined everything by signing a publication
259contract to make it non-free.
260
261Free documentation, like free software, is a matter of freedom, not
262price. The problem with the non-free manual is not that publishers
263charge a price for printed copies---that in itself is fine. (The Free
264Software Foundation sells printed copies of manuals, too.) The
265problem is the restrictions on the use of the manual. Free manuals
266are available in source code form, and give you permission to copy and
267modify. Non-free manuals do not allow this.
268
269The criteria of freedom for a free manual are roughly the same as for
270free software. Redistribution (including the normal kinds of
271commercial redistribution) must be permitted, so that the manual can
272accompany every copy of the program, both on-line and on paper.
273
274Permission for modification of the technical content is crucial too.
275When people modify the software, adding or changing features, if they
276are conscientious they will change the manual too---so they can
277provide accurate and clear documentation for the modified program. A
278manual that leaves you no choice but to write a new manual to document
279a changed version of the program is not really available to our
280community.
281
282Some kinds of limits on the way modification is handled are
283acceptable. For example, requirements to preserve the original
284author's copyright notice, the distribution terms, or the list of
285authors, are ok. It is also no problem to require modified versions
286to include notice that they were modified. Even entire sections that
287may not be deleted or changed are acceptable, as long as they deal
288with nontechnical topics (like this one). These kinds of restrictions
289are acceptable because they don't obstruct the community's normal use
290of the manual.
291
292However, it must be possible to modify all the @emph{technical}
293content of the manual, and then distribute the result in all the usual
294media, through all the usual channels. Otherwise, the restrictions
295obstruct the use of the manual, it is not free, and we need another
296manual to replace it.
297
298Please spread the word about this issue. Our community continues to
299lose manuals to proprietary publishing. If we spread the word that
300free software needs free reference manuals and free tutorials, perhaps
301the next person who wants to contribute by writing documentation will
302realize, before it is too late, that only free manuals contribute to
303the free software community.
304
305If you are writing documentation, please insist on publishing it under
306the GNU Free Documentation License or another free documentation
307license. Remember that this decision requires your approval---you
308don't have to let the publisher decide. Some commercial publishers
309will use a free license if you insist, but they will not propose the
310option; it is up to you to raise the issue and say firmly that this is
311what you want. If the publisher you are dealing with refuses, please
312try other publishers. If you're not sure whether a proposed license
42584a72 313is free, write to @email{licensing@@gnu.org}.
959acfd1
EZ
314
315You can encourage commercial publishers to sell more free, copylefted
316manuals and tutorials by buying them, and particularly by buying
317copies from the publishers that paid for their writing or for major
318improvements. Meanwhile, try to avoid buying non-free documentation
319at all. Check the distribution terms of a manual before you buy it,
320and insist that whoever seeks your business must respect your freedom.
72c9928d
EZ
321Check the history of the book, and try to reward the publishers that
322have paid or pay the authors to work on it.
959acfd1
EZ
323
324The Free Software Foundation maintains a list of free documentation
325published by other publishers, at
326@url{http://www.fsf.org/doc/other-free-books.html}.
327
6d2ebf8b 328@node Contributors
96a2c332
SS
329@unnumberedsec Contributors to @value{GDBN}
330
331Richard Stallman was the original author of @value{GDBN}, and of many
332other @sc{gnu} programs. Many others have contributed to its
333development. This section attempts to credit major contributors. One
334of the virtues of free software is that everyone is free to contribute
335to it; with regret, we cannot actually acknowledge everyone here. The
336file @file{ChangeLog} in the @value{GDBN} distribution approximates a
c906108c
SS
337blow-by-blow account.
338
339Changes much prior to version 2.0 are lost in the mists of time.
340
341@quotation
342@emph{Plea:} Additions to this section are particularly welcome. If you
343or your friends (or enemies, to be evenhanded) have been unfairly
344omitted from this list, we would like to add your names!
345@end quotation
346
347So that they may not regard their many labors as thankless, we
348particularly thank those who shepherded @value{GDBN} through major
349releases:
faae5abe 350Andrew Cagney (releases 6.1, 6.0, 5.3, 5.2, 5.1 and 5.0);
c906108c
SS
351Jim Blandy (release 4.18);
352Jason Molenda (release 4.17);
353Stan Shebs (release 4.14);
354Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
355Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
356John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
357Jim Kingdon (releases 3.5, 3.4, and 3.3);
358and Randy Smith (releases 3.2, 3.1, and 3.0).
359
360Richard Stallman, assisted at various times by Peter TerMaat, Chris
361Hanson, and Richard Mlynarik, handled releases through 2.8.
362
b37052ae
EZ
363Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
364in @value{GDBN}, with significant additional contributions from Per
365Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
366demangler. Early work on C@t{++} was by Peter TerMaat (who also did
367much general update work leading to release 3.0).
c906108c 368
b37052ae 369@value{GDBN} uses the BFD subroutine library to examine multiple
c906108c
SS
370object-file formats; BFD was a joint project of David V.
371Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
372
373David Johnson wrote the original COFF support; Pace Willison did
374the original support for encapsulated COFF.
375
0179ffac 376Brent Benson of Harris Computer Systems contributed DWARF 2 support.
c906108c
SS
377
378Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
379Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
380support.
381Jean-Daniel Fekete contributed Sun 386i support.
382Chris Hanson improved the HP9000 support.
383Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
384David Johnson contributed Encore Umax support.
385Jyrki Kuoppala contributed Altos 3068 support.
386Jeff Law contributed HP PA and SOM support.
387Keith Packard contributed NS32K support.
388Doug Rabson contributed Acorn Risc Machine support.
389Bob Rusk contributed Harris Nighthawk CX-UX support.
390Chris Smith contributed Convex support (and Fortran debugging).
391Jonathan Stone contributed Pyramid support.
392Michael Tiemann contributed SPARC support.
393Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
394Pace Willison contributed Intel 386 support.
395Jay Vosburgh contributed Symmetry support.
a37295f9 396Marko Mlinar contributed OpenRISC 1000 support.
c906108c 397
1104b9e7 398Andreas Schwab contributed M68K @sc{gnu}/Linux support.
c906108c
SS
399
400Rich Schaefer and Peter Schauer helped with support of SunOS shared
401libraries.
402
403Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
404about several machine instruction sets.
405
406Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
407remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
408contributed remote debugging modules for the i960, VxWorks, A29K UDI,
409and RDI targets, respectively.
410
411Brian Fox is the author of the readline libraries providing
412command-line editing and command history.
413
7a292a7a
SS
414Andrew Beers of SUNY Buffalo wrote the language-switching code, the
415Modula-2 support, and contributed the Languages chapter of this manual.
c906108c 416
5d161b24 417Fred Fish wrote most of the support for Unix System Vr4.
b37052ae 418He also enhanced the command-completion support to cover C@t{++} overloaded
c906108c 419symbols.
c906108c 420
f24c5e49
KI
421Hitachi America (now Renesas America), Ltd. sponsored the support for
422H8/300, H8/500, and Super-H processors.
c906108c
SS
423
424NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
425
f24c5e49
KI
426Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D
427processors.
c906108c
SS
428
429Toshiba sponsored the support for the TX39 Mips processor.
430
431Matsushita sponsored the support for the MN10200 and MN10300 processors.
432
96a2c332 433Fujitsu sponsored the support for SPARClite and FR30 processors.
c906108c
SS
434
435Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
436watchpoints.
437
438Michael Snyder added support for tracepoints.
439
440Stu Grossman wrote gdbserver.
441
442Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
96a2c332 443nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
c906108c
SS
444
445The following people at the Hewlett-Packard Company contributed
446support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
b37052ae 447(narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
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 1137@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
6c74ac8b
AC
1138The @sc{gdb/mi} Interface}) included since @var{GDBN} version 6.0. The
1139previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1140selected with @samp{--interpreter=mi1}, is deprecated. Earlier
1141@sc{gdb/mi} interfaces are no longer 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 2641@cindex pending breakpoints
dd79a6cf
JJ
2642If a specified breakpoint location cannot be found, it may be due to the fact
2643that the location is in a shared library that is yet to be loaded. In such
2644a case, you may want @value{GDBN} to create a special breakpoint (known as
2645a @dfn{pending breakpoint}) that
2646attempts to resolve itself in the future when an appropriate shared library
2647gets loaded.
2648
2649Pending breakpoints are useful to set at the start of your
2650777c
JJ
2650@value{GDBN} session for locations that you know will be dynamically loaded
2651later by the program being debugged. When shared libraries are loaded,
dd79a6cf
JJ
2652a check is made to see if the load resolves any pending breakpoint locations.
2653If a pending breakpoint location gets resolved,
2654a regular breakpoint is created and the original pending breakpoint is removed.
2655
2656@value{GDBN} provides some additional commands for controlling pending
2657breakpoint support:
2658
2659@kindex set breakpoint pending
2660@kindex show breakpoint pending
2661@table @code
2662@item set breakpoint pending auto
2663This is the default behavior. When @value{GDBN} cannot find the breakpoint
2664location, it queries you whether a pending breakpoint should be created.
2665
2666@item set breakpoint pending on
2667This indicates that an unrecognized breakpoint location should automatically
2668result in a pending breakpoint being created.
2669
2670@item set breakpoint pending off
2671This indicates that pending breakpoints are not to be created. Any
2672unrecognized breakpoint location results in an error. This setting does
2673not affect any pending breakpoints previously created.
2674
2675@item show breakpoint pending
2676Show the current behavior setting for creating pending breakpoints.
2677@end table
2650777c 2678
649e03f6
RM
2679@cindex operations allowed on pending breakpoints
2680Normal breakpoint operations apply to pending breakpoints as well. You may
2681specify a condition for a pending breakpoint and/or commands to run when the
2650777c
JJ
2682breakpoint is reached. You can also enable or disable
2683the pending breakpoint. When you specify a condition for a pending breakpoint,
2684the parsing of the condition will be deferred until the point where the
2685pending breakpoint location is resolved. Disabling a pending breakpoint
2686tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
2687shared library load. When a pending breakpoint is re-enabled,
649e03f6 2688@value{GDBN} checks to see if the location is already resolved.
2650777c
JJ
2689This is done because any number of shared library loads could have
2690occurred since the time the breakpoint was disabled and one or more
2691of these loads could resolve the location.
2692
c906108c
SS
2693@cindex negative breakpoint numbers
2694@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
2695@value{GDBN} itself sometimes sets breakpoints in your program for
2696special purposes, such as proper handling of @code{longjmp} (in C
2697programs). These internal breakpoints are assigned negative numbers,
2698starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 2699You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 2700@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
2701
2702
6d2ebf8b 2703@node Set Watchpoints
c906108c
SS
2704@subsection Setting watchpoints
2705
2706@cindex setting watchpoints
2707@cindex software watchpoints
2708@cindex hardware watchpoints
2709You can use a watchpoint to stop execution whenever the value of an
2710expression changes, without having to predict a particular place where
2711this may happen.
2712
2713Depending on your system, watchpoints may be implemented in software or
2df3850c 2714hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
2715program and testing the variable's value each time, which is hundreds of
2716times slower than normal execution. (But this may still be worth it, to
2717catch errors where you have no clue what part of your program is the
2718culprit.)
2719
1104b9e7 2720On some systems, such as HP-UX, @sc{gnu}/Linux and some other x86-based targets,
2df3850c 2721@value{GDBN} includes support for
c906108c
SS
2722hardware watchpoints, which do not slow down the running of your
2723program.
2724
2725@table @code
2726@kindex watch
2727@item watch @var{expr}
2728Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2729is written into by the program and its value changes.
2730
2731@kindex rwatch
2732@item rwatch @var{expr}
2733Set a watchpoint that will break when watch @var{expr} is read by the program.
c906108c
SS
2734
2735@kindex awatch
2736@item awatch @var{expr}
2df3850c 2737Set a watchpoint that will break when @var{expr} is either read or written into
7be570e7 2738by the program.
c906108c
SS
2739
2740@kindex info watchpoints
2741@item info watchpoints
2742This command prints a list of watchpoints, breakpoints, and catchpoints;
2743it is the same as @code{info break}.
2744@end table
2745
2746@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2747watchpoints execute very quickly, and the debugger reports a change in
2748value at the exact instruction where the change occurs. If @value{GDBN}
2749cannot set a hardware watchpoint, it sets a software watchpoint, which
2750executes more slowly and reports the change in value at the next
2751statement, not the instruction, after the change occurs.
2752
2753When you issue the @code{watch} command, @value{GDBN} reports
2754
474c8240 2755@smallexample
c906108c 2756Hardware watchpoint @var{num}: @var{expr}
474c8240 2757@end smallexample
c906108c
SS
2758
2759@noindent
2760if it was able to set a hardware watchpoint.
2761
7be570e7
JM
2762Currently, the @code{awatch} and @code{rwatch} commands can only set
2763hardware watchpoints, because accesses to data that don't change the
2764value of the watched expression cannot be detected without examining
2765every instruction as it is being executed, and @value{GDBN} does not do
2766that currently. If @value{GDBN} finds that it is unable to set a
2767hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2768will print a message like this:
2769
2770@smallexample
2771Expression cannot be implemented with read/access watchpoint.
2772@end smallexample
2773
2774Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2775data type of the watched expression is wider than what a hardware
2776watchpoint on the target machine can handle. For example, some systems
2777can only watch regions that are up to 4 bytes wide; on such systems you
2778cannot set hardware watchpoints for an expression that yields a
2779double-precision floating-point number (which is typically 8 bytes
2780wide). As a work-around, it might be possible to break the large region
2781into a series of smaller ones and watch them with separate watchpoints.
2782
2783If you set too many hardware watchpoints, @value{GDBN} might be unable
2784to insert all of them when you resume the execution of your program.
2785Since the precise number of active watchpoints is unknown until such
2786time as the program is about to be resumed, @value{GDBN} might not be
2787able to warn you about this when you set the watchpoints, and the
2788warning will be printed only when the program is resumed:
2789
2790@smallexample
2791Hardware watchpoint @var{num}: Could not insert watchpoint
2792@end smallexample
2793
2794@noindent
2795If this happens, delete or disable some of the watchpoints.
2796
2797The SPARClite DSU will generate traps when a program accesses some data
2798or instruction address that is assigned to the debug registers. For the
2799data addresses, DSU facilitates the @code{watch} command. However the
2800hardware breakpoint registers can only take two data watchpoints, and
2801both watchpoints must be the same kind. For example, you can set two
2802watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2803@strong{or} two with @code{awatch} commands, but you cannot set one
2804watchpoint with one command and the other with a different command.
c906108c
SS
2805@value{GDBN} will reject the command if you try to mix watchpoints.
2806Delete or disable unused watchpoint commands before setting new ones.
2807
2808If you call a function interactively using @code{print} or @code{call},
2df3850c 2809any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
2810kind of breakpoint or the call completes.
2811
7be570e7
JM
2812@value{GDBN} automatically deletes watchpoints that watch local
2813(automatic) variables, or expressions that involve such variables, when
2814they go out of scope, that is, when the execution leaves the block in
2815which these variables were defined. In particular, when the program
2816being debugged terminates, @emph{all} local variables go out of scope,
2817and so only watchpoints that watch global variables remain set. If you
2818rerun the program, you will need to set all such watchpoints again. One
2819way of doing that would be to set a code breakpoint at the entry to the
2820@code{main} function and when it breaks, set all the watchpoints.
2821
c906108c
SS
2822@quotation
2823@cindex watchpoints and threads
2824@cindex threads and watchpoints
c906108c
SS
2825@emph{Warning:} In multi-thread programs, watchpoints have only limited
2826usefulness. With the current watchpoint implementation, @value{GDBN}
2827can only watch the value of an expression @emph{in a single thread}. If
2828you are confident that the expression can only change due to the current
2829thread's activity (and if you are also confident that no other thread
2830can become current), then you can use watchpoints as usual. However,
2831@value{GDBN} may not notice when a non-current thread's activity changes
2832the expression.
53a5351d 2833
d4f3574e 2834@c FIXME: this is almost identical to the previous paragraph.
53a5351d
JM
2835@emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2836have only limited usefulness. If @value{GDBN} creates a software
2837watchpoint, it can only watch the value of an expression @emph{in a
2838single thread}. If you are confident that the expression can only
2839change due to the current thread's activity (and if you are also
2840confident that no other thread can become current), then you can use
2841software watchpoints as usual. However, @value{GDBN} may not notice
2842when a non-current thread's activity changes the expression. (Hardware
2843watchpoints, in contrast, watch an expression in all threads.)
c906108c 2844@end quotation
c906108c 2845
501eef12
AC
2846@xref{set remote hardware-watchpoint-limit}.
2847
6d2ebf8b 2848@node Set Catchpoints
c906108c 2849@subsection Setting catchpoints
d4f3574e 2850@cindex catchpoints, setting
c906108c
SS
2851@cindex exception handlers
2852@cindex event handling
2853
2854You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 2855kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
2856shared library. Use the @code{catch} command to set a catchpoint.
2857
2858@table @code
2859@kindex catch
2860@item catch @var{event}
2861Stop when @var{event} occurs. @var{event} can be any of the following:
2862@table @code
2863@item throw
2864@kindex catch throw
b37052ae 2865The throwing of a C@t{++} exception.
c906108c
SS
2866
2867@item catch
2868@kindex catch catch
b37052ae 2869The catching of a C@t{++} exception.
c906108c
SS
2870
2871@item exec
2872@kindex catch exec
2873A call to @code{exec}. This is currently only available for HP-UX.
2874
2875@item fork
2876@kindex catch fork
2877A call to @code{fork}. This is currently only available for HP-UX.
2878
2879@item vfork
2880@kindex catch vfork
2881A call to @code{vfork}. This is currently only available for HP-UX.
2882
2883@item load
2884@itemx load @var{libname}
2885@kindex catch load
2886The dynamic loading of any shared library, or the loading of the library
2887@var{libname}. This is currently only available for HP-UX.
2888
2889@item unload
2890@itemx unload @var{libname}
2891@kindex catch unload
2892The unloading of any dynamically loaded shared library, or the unloading
2893of the library @var{libname}. This is currently only available for HP-UX.
2894@end table
2895
2896@item tcatch @var{event}
2897Set a catchpoint that is enabled only for one stop. The catchpoint is
2898automatically deleted after the first time the event is caught.
2899
2900@end table
2901
2902Use the @code{info break} command to list the current catchpoints.
2903
b37052ae 2904There are currently some limitations to C@t{++} exception handling
c906108c
SS
2905(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2906
2907@itemize @bullet
2908@item
2909If you call a function interactively, @value{GDBN} normally returns
2910control to you when the function has finished executing. If the call
2911raises an exception, however, the call may bypass the mechanism that
2912returns control to you and cause your program either to abort or to
2913simply continue running until it hits a breakpoint, catches a signal
2914that @value{GDBN} is listening for, or exits. This is the case even if
2915you set a catchpoint for the exception; catchpoints on exceptions are
2916disabled within interactive calls.
2917
2918@item
2919You cannot raise an exception interactively.
2920
2921@item
2922You cannot install an exception handler interactively.
2923@end itemize
2924
2925@cindex raise exceptions
2926Sometimes @code{catch} is not the best way to debug exception handling:
2927if you need to know exactly where an exception is raised, it is better to
2928stop @emph{before} the exception handler is called, since that way you
2929can see the stack before any unwinding takes place. If you set a
2930breakpoint in an exception handler instead, it may not be easy to find
2931out where the exception was raised.
2932
2933To stop just before an exception handler is called, you need some
b37052ae 2934knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
c906108c
SS
2935raised by calling a library function named @code{__raise_exception}
2936which has the following ANSI C interface:
2937
474c8240 2938@smallexample
c906108c 2939 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
2940 @var{id} is the exception identifier. */
2941 void __raise_exception (void **addr, void *id);
474c8240 2942@end smallexample
c906108c
SS
2943
2944@noindent
2945To make the debugger catch all exceptions before any stack
2946unwinding takes place, set a breakpoint on @code{__raise_exception}
2947(@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
2948
2949With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
2950that depends on the value of @var{id}, you can stop your program when
2951a specific exception is raised. You can use multiple conditional
2952breakpoints to stop your program when any of a number of exceptions are
2953raised.
2954
2955
6d2ebf8b 2956@node Delete Breaks
c906108c
SS
2957@subsection Deleting breakpoints
2958
2959@cindex clearing breakpoints, watchpoints, catchpoints
2960@cindex deleting breakpoints, watchpoints, catchpoints
2961It is often necessary to eliminate a breakpoint, watchpoint, or
2962catchpoint once it has done its job and you no longer want your program
2963to stop there. This is called @dfn{deleting} the breakpoint. A
2964breakpoint that has been deleted no longer exists; it is forgotten.
2965
2966With the @code{clear} command you can delete breakpoints according to
2967where they are in your program. With the @code{delete} command you can
2968delete individual breakpoints, watchpoints, or catchpoints by specifying
2969their breakpoint numbers.
2970
2971It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
2972automatically ignores breakpoints on the first instruction to be executed
2973when you continue execution without changing the execution address.
2974
2975@table @code
2976@kindex clear
2977@item clear
2978Delete any breakpoints at the next instruction to be executed in the
2979selected stack frame (@pxref{Selection, ,Selecting a frame}). When
2980the innermost frame is selected, this is a good way to delete a
2981breakpoint where your program just stopped.
2982
2983@item clear @var{function}
2984@itemx clear @var{filename}:@var{function}
2985Delete any breakpoints set at entry to the function @var{function}.
2986
2987@item clear @var{linenum}
2988@itemx clear @var{filename}:@var{linenum}
2989Delete any breakpoints set at or within the code of the specified line.
2990
2991@cindex delete breakpoints
2992@kindex delete
41afff9a 2993@kindex d @r{(@code{delete})}
c5394b80
JM
2994@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2995Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
2996ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
2997breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
2998confirm off}). You can abbreviate this command as @code{d}.
2999@end table
3000
6d2ebf8b 3001@node Disabling
c906108c
SS
3002@subsection Disabling breakpoints
3003
3004@kindex disable breakpoints
3005@kindex enable breakpoints
3006Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
3007prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
3008it had been deleted, but remembers the information on the breakpoint so
3009that you can @dfn{enable} it again later.
3010
3011You disable and enable breakpoints, watchpoints, and catchpoints with
3012the @code{enable} and @code{disable} commands, optionally specifying one
3013or more breakpoint numbers as arguments. Use @code{info break} or
3014@code{info watch} to print a list of breakpoints, watchpoints, and
3015catchpoints if you do not know which numbers to use.
3016
3017A breakpoint, watchpoint, or catchpoint can have any of four different
3018states of enablement:
3019
3020@itemize @bullet
3021@item
3022Enabled. The breakpoint stops your program. A breakpoint set
3023with the @code{break} command starts out in this state.
3024@item
3025Disabled. The breakpoint has no effect on your program.
3026@item
3027Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 3028disabled.
c906108c
SS
3029@item
3030Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
3031immediately after it does so it is deleted permanently. A breakpoint
3032set with the @code{tbreak} command starts out in this state.
c906108c
SS
3033@end itemize
3034
3035You can use the following commands to enable or disable breakpoints,
3036watchpoints, and catchpoints:
3037
3038@table @code
3039@kindex disable breakpoints
3040@kindex disable
41afff9a 3041@kindex dis @r{(@code{disable})}
c5394b80 3042@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3043Disable the specified breakpoints---or all breakpoints, if none are
3044listed. A disabled breakpoint has no effect but is not forgotten. All
3045options such as ignore-counts, conditions and commands are remembered in
3046case the breakpoint is enabled again later. You may abbreviate
3047@code{disable} as @code{dis}.
3048
3049@kindex enable breakpoints
3050@kindex enable
c5394b80 3051@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3052Enable the specified breakpoints (or all defined breakpoints). They
3053become effective once again in stopping your program.
3054
c5394b80 3055@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
3056Enable the specified breakpoints temporarily. @value{GDBN} disables any
3057of these breakpoints immediately after stopping your program.
3058
c5394b80 3059@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
3060Enable the specified breakpoints to work once, then die. @value{GDBN}
3061deletes any of these breakpoints as soon as your program stops there.
3062@end table
3063
d4f3574e
SS
3064@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3065@c confusing: tbreak is also initially enabled.
c906108c
SS
3066Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3067,Setting breakpoints}), breakpoints that you set are initially enabled;
3068subsequently, they become disabled or enabled only when you use one of
3069the commands above. (The command @code{until} can set and delete a
3070breakpoint of its own, but it does not change the state of your other
3071breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3072stepping}.)
3073
6d2ebf8b 3074@node Conditions
c906108c
SS
3075@subsection Break conditions
3076@cindex conditional breakpoints
3077@cindex breakpoint conditions
3078
3079@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 3080@c in particular for a watchpoint?
c906108c
SS
3081The simplest sort of breakpoint breaks every time your program reaches a
3082specified place. You can also specify a @dfn{condition} for a
3083breakpoint. A condition is just a Boolean expression in your
3084programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
3085a condition evaluates the expression each time your program reaches it,
3086and your program stops only if the condition is @emph{true}.
3087
3088This is the converse of using assertions for program validation; in that
3089situation, you want to stop when the assertion is violated---that is,
3090when the condition is false. In C, if you want to test an assertion expressed
3091by the condition @var{assert}, you should set the condition
3092@samp{! @var{assert}} on the appropriate breakpoint.
3093
3094Conditions are also accepted for watchpoints; you may not need them,
3095since a watchpoint is inspecting the value of an expression anyhow---but
3096it might be simpler, say, to just set a watchpoint on a variable name,
3097and specify a condition that tests whether the new value is an interesting
3098one.
3099
3100Break conditions can have side effects, and may even call functions in
3101your program. This can be useful, for example, to activate functions
3102that log program progress, or to use your own print functions to
3103format special data structures. The effects are completely predictable
3104unless there is another enabled breakpoint at the same address. (In
3105that case, @value{GDBN} might see the other breakpoint first and stop your
3106program without checking the condition of this one.) Note that
d4f3574e
SS
3107breakpoint commands are usually more convenient and flexible than break
3108conditions for the
c906108c
SS
3109purpose of performing side effects when a breakpoint is reached
3110(@pxref{Break Commands, ,Breakpoint command lists}).
3111
3112Break conditions can be specified when a breakpoint is set, by using
3113@samp{if} in the arguments to the @code{break} command. @xref{Set
3114Breaks, ,Setting breakpoints}. They can also be changed at any time
3115with the @code{condition} command.
53a5351d 3116
c906108c
SS
3117You can also use the @code{if} keyword with the @code{watch} command.
3118The @code{catch} command does not recognize the @code{if} keyword;
3119@code{condition} is the only way to impose a further condition on a
3120catchpoint.
c906108c
SS
3121
3122@table @code
3123@kindex condition
3124@item condition @var{bnum} @var{expression}
3125Specify @var{expression} as the break condition for breakpoint,
3126watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3127breakpoint @var{bnum} stops your program only if the value of
3128@var{expression} is true (nonzero, in C). When you use
3129@code{condition}, @value{GDBN} checks @var{expression} immediately for
3130syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
3131referents in the context of your breakpoint. If @var{expression} uses
3132symbols not referenced in the context of the breakpoint, @value{GDBN}
3133prints an error message:
3134
474c8240 3135@smallexample
d4f3574e 3136No symbol "foo" in current context.
474c8240 3137@end smallexample
d4f3574e
SS
3138
3139@noindent
c906108c
SS
3140@value{GDBN} does
3141not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
3142command (or a command that sets a breakpoint with a condition, like
3143@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
3144
3145@item condition @var{bnum}
3146Remove the condition from breakpoint number @var{bnum}. It becomes
3147an ordinary unconditional breakpoint.
3148@end table
3149
3150@cindex ignore count (of breakpoint)
3151A special case of a breakpoint condition is to stop only when the
3152breakpoint has been reached a certain number of times. This is so
3153useful that there is a special way to do it, using the @dfn{ignore
3154count} of the breakpoint. Every breakpoint has an ignore count, which
3155is an integer. Most of the time, the ignore count is zero, and
3156therefore has no effect. But if your program reaches a breakpoint whose
3157ignore count is positive, then instead of stopping, it just decrements
3158the ignore count by one and continues. As a result, if the ignore count
3159value is @var{n}, the breakpoint does not stop the next @var{n} times
3160your program reaches it.
3161
3162@table @code
3163@kindex ignore
3164@item ignore @var{bnum} @var{count}
3165Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3166The next @var{count} times the breakpoint is reached, your program's
3167execution does not stop; other than to decrement the ignore count, @value{GDBN}
3168takes no action.
3169
3170To make the breakpoint stop the next time it is reached, specify
3171a count of zero.
3172
3173When you use @code{continue} to resume execution of your program from a
3174breakpoint, you can specify an ignore count directly as an argument to
3175@code{continue}, rather than using @code{ignore}. @xref{Continuing and
3176Stepping,,Continuing and stepping}.
3177
3178If a breakpoint has a positive ignore count and a condition, the
3179condition is not checked. Once the ignore count reaches zero,
3180@value{GDBN} resumes checking the condition.
3181
3182You could achieve the effect of the ignore count with a condition such
3183as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3184is decremented each time. @xref{Convenience Vars, ,Convenience
3185variables}.
3186@end table
3187
3188Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3189
3190
6d2ebf8b 3191@node Break Commands
c906108c
SS
3192@subsection Breakpoint command lists
3193
3194@cindex breakpoint commands
3195You can give any breakpoint (or watchpoint or catchpoint) a series of
3196commands to execute when your program stops due to that breakpoint. For
3197example, you might want to print the values of certain expressions, or
3198enable other breakpoints.
3199
3200@table @code
3201@kindex commands
3202@kindex end
3203@item commands @r{[}@var{bnum}@r{]}
3204@itemx @dots{} @var{command-list} @dots{}
3205@itemx end
3206Specify a list of commands for breakpoint number @var{bnum}. The commands
3207themselves appear on the following lines. Type a line containing just
3208@code{end} to terminate the commands.
3209
3210To remove all commands from a breakpoint, type @code{commands} and
3211follow it immediately with @code{end}; that is, give no commands.
3212
3213With no @var{bnum} argument, @code{commands} refers to the last
3214breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3215recently encountered).
3216@end table
3217
3218Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3219disabled within a @var{command-list}.
3220
3221You can use breakpoint commands to start your program up again. Simply
3222use the @code{continue} command, or @code{step}, or any other command
3223that resumes execution.
3224
3225Any other commands in the command list, after a command that resumes
3226execution, are ignored. This is because any time you resume execution
3227(even with a simple @code{next} or @code{step}), you may encounter
3228another breakpoint---which could have its own command list, leading to
3229ambiguities about which list to execute.
3230
3231@kindex silent
3232If the first command you specify in a command list is @code{silent}, the
3233usual message about stopping at a breakpoint is not printed. This may
3234be desirable for breakpoints that are to print a specific message and
3235then continue. If none of the remaining commands print anything, you
3236see no sign that the breakpoint was reached. @code{silent} is
3237meaningful only at the beginning of a breakpoint command list.
3238
3239The commands @code{echo}, @code{output}, and @code{printf} allow you to
3240print precisely controlled output, and are often useful in silent
3241breakpoints. @xref{Output, ,Commands for controlled output}.
3242
3243For example, here is how you could use breakpoint commands to print the
3244value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3245
474c8240 3246@smallexample
c906108c
SS
3247break foo if x>0
3248commands
3249silent
3250printf "x is %d\n",x
3251cont
3252end
474c8240 3253@end smallexample
c906108c
SS
3254
3255One application for breakpoint commands is to compensate for one bug so
3256you can test for another. Put a breakpoint just after the erroneous line
3257of code, give it a condition to detect the case in which something
3258erroneous has been done, and give it commands to assign correct values
3259to any variables that need them. End with the @code{continue} command
3260so that your program does not stop, and start with the @code{silent}
3261command so that no output is produced. Here is an example:
3262
474c8240 3263@smallexample
c906108c
SS
3264break 403
3265commands
3266silent
3267set x = y + 4
3268cont
3269end
474c8240 3270@end smallexample
c906108c 3271
6d2ebf8b 3272@node Breakpoint Menus
c906108c
SS
3273@subsection Breakpoint menus
3274@cindex overloading
3275@cindex symbol overloading
3276
b383017d 3277Some programming languages (notably C@t{++} and Objective-C) permit a
b37303ee 3278single function name
c906108c
SS
3279to be defined several times, for application in different contexts.
3280This is called @dfn{overloading}. When a function name is overloaded,
3281@samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3282a breakpoint. If you realize this is a problem, you can use
3283something like @samp{break @var{function}(@var{types})} to specify which
3284particular version of the function you want. Otherwise, @value{GDBN} offers
3285you a menu of numbered choices for different possible breakpoints, and
3286waits for your selection with the prompt @samp{>}. The first two
3287options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3288sets a breakpoint at each definition of @var{function}, and typing
3289@kbd{0} aborts the @code{break} command without setting any new
3290breakpoints.
3291
3292For example, the following session excerpt shows an attempt to set a
3293breakpoint at the overloaded symbol @code{String::after}.
3294We choose three particular definitions of that function name:
3295
3296@c FIXME! This is likely to change to show arg type lists, at least
3297@smallexample
3298@group
3299(@value{GDBP}) b String::after
3300[0] cancel
3301[1] all
3302[2] file:String.cc; line number:867
3303[3] file:String.cc; line number:860
3304[4] file:String.cc; line number:875
3305[5] file:String.cc; line number:853
3306[6] file:String.cc; line number:846
3307[7] file:String.cc; line number:735
3308> 2 4 6
3309Breakpoint 1 at 0xb26c: file String.cc, line 867.
3310Breakpoint 2 at 0xb344: file String.cc, line 875.
3311Breakpoint 3 at 0xafcc: file String.cc, line 846.
3312Multiple breakpoints were set.
3313Use the "delete" command to delete unwanted
3314 breakpoints.
3315(@value{GDBP})
3316@end group
3317@end smallexample
c906108c
SS
3318
3319@c @ifclear BARETARGET
6d2ebf8b 3320@node Error in Breakpoints
d4f3574e 3321@subsection ``Cannot insert breakpoints''
c906108c
SS
3322@c
3323@c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3324@c
d4f3574e
SS
3325Under some operating systems, breakpoints cannot be used in a program if
3326any other process is running that program. In this situation,
5d161b24 3327attempting to run or continue a program with a breakpoint causes
d4f3574e
SS
3328@value{GDBN} to print an error message:
3329
474c8240 3330@smallexample
d4f3574e
SS
3331Cannot insert breakpoints.
3332The same program may be running in another process.
474c8240 3333@end smallexample
d4f3574e
SS
3334
3335When this happens, you have three ways to proceed:
3336
3337@enumerate
3338@item
3339Remove or disable the breakpoints, then continue.
3340
3341@item
5d161b24 3342Suspend @value{GDBN}, and copy the file containing your program to a new
d4f3574e 3343name. Resume @value{GDBN} and use the @code{exec-file} command to specify
5d161b24 3344that @value{GDBN} should run your program under that name.
d4f3574e
SS
3345Then start your program again.
3346
3347@item
3348Relink your program so that the text segment is nonsharable, using the
3349linker option @samp{-N}. The operating system limitation may not apply
3350to nonsharable executables.
3351@end enumerate
c906108c
SS
3352@c @end ifclear
3353
d4f3574e
SS
3354A similar message can be printed if you request too many active
3355hardware-assisted breakpoints and watchpoints:
3356
3357@c FIXME: the precise wording of this message may change; the relevant
3358@c source change is not committed yet (Sep 3, 1999).
3359@smallexample
3360Stopped; cannot insert breakpoints.
3361You may have requested too many hardware breakpoints and watchpoints.
3362@end smallexample
3363
3364@noindent
3365This message is printed when you attempt to resume the program, since
3366only then @value{GDBN} knows exactly how many hardware breakpoints and
3367watchpoints it needs to insert.
3368
3369When this message is printed, you need to disable or remove some of the
3370hardware-assisted breakpoints and watchpoints, and then continue.
3371
1485d690
KB
3372@node Breakpoint related warnings
3373@subsection ``Breakpoint address adjusted...''
3374@cindex breakpoint address adjusted
3375
3376Some processor architectures place constraints on the addresses at
3377which breakpoints may be placed. For architectures thus constrained,
3378@value{GDBN} will attempt to adjust the breakpoint's address to comply
3379with the constraints dictated by the architecture.
3380
3381One example of such an architecture is the Fujitsu FR-V. The FR-V is
3382a VLIW architecture in which a number of RISC-like instructions may be
3383bundled together for parallel execution. The FR-V architecture
3384constrains the location of a breakpoint instruction within such a
3385bundle to the instruction with the lowest address. @value{GDBN}
3386honors this constraint by adjusting a breakpoint's address to the
3387first in the bundle.
3388
3389It is not uncommon for optimized code to have bundles which contain
3390instructions from different source statements, thus it may happen that
3391a breakpoint's address will be adjusted from one source statement to
3392another. Since this adjustment may significantly alter @value{GDBN}'s
3393breakpoint related behavior from what the user expects, a warning is
3394printed when the breakpoint is first set and also when the breakpoint
3395is hit.
3396
3397A warning like the one below is printed when setting a breakpoint
3398that's been subject to address adjustment:
3399
3400@smallexample
3401warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3402@end smallexample
3403
3404Such warnings are printed both for user settable and @value{GDBN}'s
3405internal breakpoints. If you see one of these warnings, you should
3406verify that a breakpoint set at the adjusted address will have the
3407desired affect. If not, the breakpoint in question may be removed and
b383017d 3408other breakpoints may be set which will have the desired behavior.
1485d690
KB
3409E.g., it may be sufficient to place the breakpoint at a later
3410instruction. A conditional breakpoint may also be useful in some
3411cases to prevent the breakpoint from triggering too often.
3412
3413@value{GDBN} will also issue a warning when stopping at one of these
3414adjusted breakpoints:
3415
3416@smallexample
3417warning: Breakpoint 1 address previously adjusted from 0x00010414
3418to 0x00010410.
3419@end smallexample
3420
3421When this warning is encountered, it may be too late to take remedial
3422action except in cases where the breakpoint is hit earlier or more
3423frequently than expected.
d4f3574e 3424
6d2ebf8b 3425@node Continuing and Stepping
c906108c
SS
3426@section Continuing and stepping
3427
3428@cindex stepping
3429@cindex continuing
3430@cindex resuming execution
3431@dfn{Continuing} means resuming program execution until your program
3432completes normally. In contrast, @dfn{stepping} means executing just
3433one more ``step'' of your program, where ``step'' may mean either one
3434line of source code, or one machine instruction (depending on what
7a292a7a
SS
3435particular command you use). Either when continuing or when stepping,
3436your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
3437it stops due to a signal, you may want to use @code{handle}, or use
3438@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
3439
3440@table @code
3441@kindex continue
41afff9a
EZ
3442@kindex c @r{(@code{continue})}
3443@kindex fg @r{(resume foreground execution)}
c906108c
SS
3444@item continue @r{[}@var{ignore-count}@r{]}
3445@itemx c @r{[}@var{ignore-count}@r{]}
3446@itemx fg @r{[}@var{ignore-count}@r{]}
3447Resume program execution, at the address where your program last stopped;
3448any breakpoints set at that address are bypassed. The optional argument
3449@var{ignore-count} allows you to specify a further number of times to
3450ignore a breakpoint at this location; its effect is like that of
3451@code{ignore} (@pxref{Conditions, ,Break conditions}).
3452
3453The argument @var{ignore-count} is meaningful only when your program
3454stopped due to a breakpoint. At other times, the argument to
3455@code{continue} is ignored.
3456
d4f3574e
SS
3457The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3458debugged program is deemed to be the foreground program) are provided
3459purely for convenience, and have exactly the same behavior as
3460@code{continue}.
c906108c
SS
3461@end table
3462
3463To resume execution at a different place, you can use @code{return}
3464(@pxref{Returning, ,Returning from a function}) to go back to the
3465calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3466different address}) to go to an arbitrary location in your program.
3467
3468A typical technique for using stepping is to set a breakpoint
3469(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3470beginning of the function or the section of your program where a problem
3471is believed to lie, run your program until it stops at that breakpoint,
3472and then step through the suspect area, examining the variables that are
3473interesting, until you see the problem happen.
3474
3475@table @code
3476@kindex step
41afff9a 3477@kindex s @r{(@code{step})}
c906108c
SS
3478@item step
3479Continue running your program until control reaches a different source
3480line, then stop it and return control to @value{GDBN}. This command is
3481abbreviated @code{s}.
3482
3483@quotation
3484@c "without debugging information" is imprecise; actually "without line
3485@c numbers in the debugging information". (gcc -g1 has debugging info but
3486@c not line numbers). But it seems complex to try to make that
3487@c distinction here.
3488@emph{Warning:} If you use the @code{step} command while control is
3489within a function that was compiled without debugging information,
3490execution proceeds until control reaches a function that does have
3491debugging information. Likewise, it will not step into a function which
3492is compiled without debugging information. To step through functions
3493without debugging information, use the @code{stepi} command, described
3494below.
3495@end quotation
3496
4a92d011
EZ
3497The @code{step} command only stops at the first instruction of a source
3498line. This prevents the multiple stops that could otherwise occur in
3499@code{switch} statements, @code{for} loops, etc. @code{step} continues
3500to stop if a function that has debugging information is called within
3501the line. In other words, @code{step} @emph{steps inside} any functions
3502called within the line.
c906108c 3503
d4f3574e
SS
3504Also, the @code{step} command only enters a function if there is line
3505number information for the function. Otherwise it acts like the
5d161b24 3506@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 3507on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 3508was any debugging information about the routine.
c906108c
SS
3509
3510@item step @var{count}
3511Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
3512breakpoint is reached, or a signal not related to stepping occurs before
3513@var{count} steps, stepping stops right away.
c906108c
SS
3514
3515@kindex next
41afff9a 3516@kindex n @r{(@code{next})}
c906108c
SS
3517@item next @r{[}@var{count}@r{]}
3518Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
3519This is similar to @code{step}, but function calls that appear within
3520the line of code are executed without stopping. Execution stops when
3521control reaches a different line of code at the original stack level
3522that was executing when you gave the @code{next} command. This command
3523is abbreviated @code{n}.
c906108c
SS
3524
3525An argument @var{count} is a repeat count, as for @code{step}.
3526
3527
3528@c FIX ME!! Do we delete this, or is there a way it fits in with
3529@c the following paragraph? --- Vctoria
3530@c
3531@c @code{next} within a function that lacks debugging information acts like
3532@c @code{step}, but any function calls appearing within the code of the
3533@c function are executed without stopping.
3534
d4f3574e
SS
3535The @code{next} command only stops at the first instruction of a
3536source line. This prevents multiple stops that could otherwise occur in
4a92d011 3537@code{switch} statements, @code{for} loops, etc.
c906108c 3538
b90a5f51
CF
3539@kindex set step-mode
3540@item set step-mode
3541@cindex functions without line info, and stepping
3542@cindex stepping into functions with no line info
3543@itemx set step-mode on
4a92d011 3544The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
3545stop at the first instruction of a function which contains no debug line
3546information rather than stepping over it.
3547
4a92d011
EZ
3548This is useful in cases where you may be interested in inspecting the
3549machine instructions of a function which has no symbolic info and do not
3550want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
3551
3552@item set step-mode off
4a92d011 3553Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
3554debug information. This is the default.
3555
c906108c
SS
3556@kindex finish
3557@item finish
3558Continue running until just after function in the selected stack frame
3559returns. Print the returned value (if any).
3560
3561Contrast this with the @code{return} command (@pxref{Returning,
3562,Returning from a function}).
3563
3564@kindex until
41afff9a 3565@kindex u @r{(@code{until})}
c906108c
SS
3566@item until
3567@itemx u
3568Continue running until a source line past the current line, in the
3569current stack frame, is reached. This command is used to avoid single
3570stepping through a loop more than once. It is like the @code{next}
3571command, except that when @code{until} encounters a jump, it
3572automatically continues execution until the program counter is greater
3573than the address of the jump.
3574
3575This means that when you reach the end of a loop after single stepping
3576though it, @code{until} makes your program continue execution until it
3577exits the loop. In contrast, a @code{next} command at the end of a loop
3578simply steps back to the beginning of the loop, which forces you to step
3579through the next iteration.
3580
3581@code{until} always stops your program if it attempts to exit the current
3582stack frame.
3583
3584@code{until} may produce somewhat counterintuitive results if the order
3585of machine code does not match the order of the source lines. For
3586example, in the following excerpt from a debugging session, the @code{f}
3587(@code{frame}) command shows that execution is stopped at line
3588@code{206}; yet when we use @code{until}, we get to line @code{195}:
3589
474c8240 3590@smallexample
c906108c
SS
3591(@value{GDBP}) f
3592#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3593206 expand_input();
3594(@value{GDBP}) until
3595195 for ( ; argc > 0; NEXTARG) @{
474c8240 3596@end smallexample
c906108c
SS
3597
3598This happened because, for execution efficiency, the compiler had
3599generated code for the loop closure test at the end, rather than the
3600start, of the loop---even though the test in a C @code{for}-loop is
3601written before the body of the loop. The @code{until} command appeared
3602to step back to the beginning of the loop when it advanced to this
3603expression; however, it has not really gone to an earlier
3604statement---not in terms of the actual machine code.
3605
3606@code{until} with no argument works by means of single
3607instruction stepping, and hence is slower than @code{until} with an
3608argument.
3609
3610@item until @var{location}
3611@itemx u @var{location}
3612Continue running your program until either the specified location is
3613reached, or the current stack frame returns. @var{location} is any of
3614the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
c60eb6f1
EZ
3615,Setting breakpoints}). This form of the command uses breakpoints, and
3616hence is quicker than @code{until} without an argument. The specified
3617location is actually reached only if it is in the current frame. This
3618implies that @code{until} can be used to skip over recursive function
3619invocations. For instance in the code below, if the current location is
3620line @code{96}, issuing @code{until 99} will execute the program up to
3621line @code{99} in the same invocation of factorial, i.e. after the inner
3622invocations have returned.
3623
3624@smallexample
362594 int factorial (int value)
362695 @{
362796 if (value > 1) @{
362897 value *= factorial (value - 1);
362998 @}
363099 return (value);
3631100 @}
3632@end smallexample
3633
3634
3635@kindex advance @var{location}
3636@itemx advance @var{location}
3637Continue running the program up to the given location. An argument is
3638required, anything of the same form as arguments for the @code{break}
3639command. Execution will also stop upon exit from the current stack
3640frame. This command is similar to @code{until}, but @code{advance} will
3641not skip over recursive function calls, and the target location doesn't
3642have to be in the same frame as the current one.
3643
c906108c
SS
3644
3645@kindex stepi
41afff9a 3646@kindex si @r{(@code{stepi})}
c906108c 3647@item stepi
96a2c332 3648@itemx stepi @var{arg}
c906108c
SS
3649@itemx si
3650Execute one machine instruction, then stop and return to the debugger.
3651
3652It is often useful to do @samp{display/i $pc} when stepping by machine
3653instructions. This makes @value{GDBN} automatically display the next
3654instruction to be executed, each time your program stops. @xref{Auto
3655Display,, Automatic display}.
3656
3657An argument is a repeat count, as in @code{step}.
3658
3659@need 750
3660@kindex nexti
41afff9a 3661@kindex ni @r{(@code{nexti})}
c906108c 3662@item nexti
96a2c332 3663@itemx nexti @var{arg}
c906108c
SS
3664@itemx ni
3665Execute one machine instruction, but if it is a function call,
3666proceed until the function returns.
3667
3668An argument is a repeat count, as in @code{next}.
3669@end table
3670
6d2ebf8b 3671@node Signals
c906108c
SS
3672@section Signals
3673@cindex signals
3674
3675A signal is an asynchronous event that can happen in a program. The
3676operating system defines the possible kinds of signals, and gives each
3677kind a name and a number. For example, in Unix @code{SIGINT} is the
d4f3574e 3678signal a program gets when you type an interrupt character (often @kbd{C-c});
c906108c
SS
3679@code{SIGSEGV} is the signal a program gets from referencing a place in
3680memory far away from all the areas in use; @code{SIGALRM} occurs when
3681the alarm clock timer goes off (which happens only if your program has
3682requested an alarm).
3683
3684@cindex fatal signals
3685Some signals, including @code{SIGALRM}, are a normal part of the
3686functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 3687errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
3688program has not specified in advance some other way to handle the signal.
3689@code{SIGINT} does not indicate an error in your program, but it is normally
3690fatal so it can carry out the purpose of the interrupt: to kill the program.
3691
3692@value{GDBN} has the ability to detect any occurrence of a signal in your
3693program. You can tell @value{GDBN} in advance what to do for each kind of
3694signal.
3695
3696@cindex handling signals
24f93129
EZ
3697Normally, @value{GDBN} is set up to let the non-erroneous signals like
3698@code{SIGALRM} be silently passed to your program
3699(so as not to interfere with their role in the program's functioning)
c906108c
SS
3700but to stop your program immediately whenever an error signal happens.
3701You can change these settings with the @code{handle} command.
3702
3703@table @code
3704@kindex info signals
3705@item info signals
96a2c332 3706@itemx info handle
c906108c
SS
3707Print a table of all the kinds of signals and how @value{GDBN} has been told to
3708handle each one. You can use this to see the signal numbers of all
3709the defined types of signals.
3710
d4f3574e 3711@code{info handle} is an alias for @code{info signals}.
c906108c
SS
3712
3713@kindex handle
3714@item handle @var{signal} @var{keywords}@dots{}
5ece1a18
EZ
3715Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3716can be the number of a signal or its name (with or without the
24f93129 3717@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18
EZ
3718@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3719known signals. The @var{keywords} say what change to make.
c906108c
SS
3720@end table
3721
3722@c @group
3723The keywords allowed by the @code{handle} command can be abbreviated.
3724Their full names are:
3725
3726@table @code
3727@item nostop
3728@value{GDBN} should not stop your program when this signal happens. It may
3729still print a message telling you that the signal has come in.
3730
3731@item stop
3732@value{GDBN} should stop your program when this signal happens. This implies
3733the @code{print} keyword as well.
3734
3735@item print
3736@value{GDBN} should print a message when this signal happens.
3737
3738@item noprint
3739@value{GDBN} should not mention the occurrence of the signal at all. This
3740implies the @code{nostop} keyword as well.
3741
3742@item pass
5ece1a18 3743@itemx noignore
c906108c
SS
3744@value{GDBN} should allow your program to see this signal; your program
3745can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 3746and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
3747
3748@item nopass
5ece1a18 3749@itemx ignore
c906108c 3750@value{GDBN} should not allow your program to see this signal.
5ece1a18 3751@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
3752@end table
3753@c @end group
3754
d4f3574e
SS
3755When a signal stops your program, the signal is not visible to the
3756program until you
c906108c
SS
3757continue. Your program sees the signal then, if @code{pass} is in
3758effect for the signal in question @emph{at that time}. In other words,
3759after @value{GDBN} reports a signal, you can use the @code{handle}
3760command with @code{pass} or @code{nopass} to control whether your
3761program sees that signal when you continue.
3762
24f93129
EZ
3763The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3764non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3765@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3766erroneous signals.
3767
c906108c
SS
3768You can also use the @code{signal} command to prevent your program from
3769seeing a signal, or cause it to see a signal it normally would not see,
3770or to give it any signal at any time. For example, if your program stopped
3771due to some sort of memory reference error, you might store correct
3772values into the erroneous variables and continue, hoping to see more
3773execution; but your program would probably terminate immediately as
3774a result of the fatal signal once it saw the signal. To prevent this,
3775you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5d161b24 3776program a signal}.
c906108c 3777
6d2ebf8b 3778@node Thread Stops
c906108c
SS
3779@section Stopping and starting multi-thread programs
3780
3781When your program has multiple threads (@pxref{Threads,, Debugging
3782programs with multiple threads}), you can choose whether to set
3783breakpoints on all threads, or on a particular thread.
3784
3785@table @code
3786@cindex breakpoints and threads
3787@cindex thread breakpoints
3788@kindex break @dots{} thread @var{threadno}
3789@item break @var{linespec} thread @var{threadno}
3790@itemx break @var{linespec} thread @var{threadno} if @dots{}
3791@var{linespec} specifies source lines; there are several ways of
3792writing them, but the effect is always to specify some source line.
3793
3794Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3795to specify that you only want @value{GDBN} to stop the program when a
3796particular thread reaches this breakpoint. @var{threadno} is one of the
3797numeric thread identifiers assigned by @value{GDBN}, shown in the first
3798column of the @samp{info threads} display.
3799
3800If you do not specify @samp{thread @var{threadno}} when you set a
3801breakpoint, the breakpoint applies to @emph{all} threads of your
3802program.
3803
3804You can use the @code{thread} qualifier on conditional breakpoints as
3805well; in this case, place @samp{thread @var{threadno}} before the
3806breakpoint condition, like this:
3807
3808@smallexample
2df3850c 3809(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
3810@end smallexample
3811
3812@end table
3813
3814@cindex stopped threads
3815@cindex threads, stopped
3816Whenever your program stops under @value{GDBN} for any reason,
3817@emph{all} threads of execution stop, not just the current thread. This
3818allows you to examine the overall state of the program, including
3819switching between threads, without worrying that things may change
3820underfoot.
3821
36d86913
MC
3822@cindex thread breakpoints and system calls
3823@cindex system calls and thread breakpoints
3824@cindex premature return from system calls
3825There is an unfortunate side effect. If one thread stops for a
3826breakpoint, or for some other reason, and another thread is blocked in a
3827system call, then the system call may return prematurely. This is a
3828consequence of the interaction between multiple threads and the signals
3829that @value{GDBN} uses to implement breakpoints and other events that
3830stop execution.
3831
3832To handle this problem, your program should check the return value of
3833each system call and react appropriately. This is good programming
3834style anyways.
3835
3836For example, do not write code like this:
3837
3838@smallexample
3839 sleep (10);
3840@end smallexample
3841
3842The call to @code{sleep} will return early if a different thread stops
3843at a breakpoint or for some other reason.
3844
3845Instead, write this:
3846
3847@smallexample
3848 int unslept = 10;
3849 while (unslept > 0)
3850 unslept = sleep (unslept);
3851@end smallexample
3852
3853A system call is allowed to return early, so the system is still
3854conforming to its specification. But @value{GDBN} does cause your
3855multi-threaded program to behave differently than it would without
3856@value{GDBN}.
3857
3858Also, @value{GDBN} uses internal breakpoints in the thread library to
3859monitor certain events such as thread creation and thread destruction.
3860When such an event happens, a system call in another thread may return
3861prematurely, even though your program does not appear to stop.
3862
c906108c
SS
3863@cindex continuing threads
3864@cindex threads, continuing
3865Conversely, whenever you restart the program, @emph{all} threads start
3866executing. @emph{This is true even when single-stepping} with commands
5d161b24 3867like @code{step} or @code{next}.
c906108c
SS
3868
3869In particular, @value{GDBN} cannot single-step all threads in lockstep.
3870Since thread scheduling is up to your debugging target's operating
3871system (not controlled by @value{GDBN}), other threads may
3872execute more than one statement while the current thread completes a
3873single step. Moreover, in general other threads stop in the middle of a
3874statement, rather than at a clean statement boundary, when the program
3875stops.
3876
3877You might even find your program stopped in another thread after
3878continuing or even single-stepping. This happens whenever some other
3879thread runs into a breakpoint, a signal, or an exception before the
3880first thread completes whatever you requested.
3881
3882On some OSes, you can lock the OS scheduler and thus allow only a single
3883thread to run.
3884
3885@table @code
3886@item set scheduler-locking @var{mode}
3887Set the scheduler locking mode. If it is @code{off}, then there is no
3888locking and any thread may run at any time. If @code{on}, then only the
3889current thread may run when the inferior is resumed. The @code{step}
3890mode optimizes for single-stepping. It stops other threads from
3891``seizing the prompt'' by preempting the current thread while you are
3892stepping. Other threads will only rarely (or never) get a chance to run
d4f3574e 3893when you step. They are more likely to run when you @samp{next} over a
c906108c 3894function call, and they are completely free to run when you use commands
d4f3574e 3895like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
c906108c 3896thread hits a breakpoint during its timeslice, they will never steal the
2df3850c 3897@value{GDBN} prompt away from the thread that you are debugging.
c906108c
SS
3898
3899@item show scheduler-locking
3900Display the current scheduler locking mode.
3901@end table
3902
c906108c 3903
6d2ebf8b 3904@node Stack
c906108c
SS
3905@chapter Examining the Stack
3906
3907When your program has stopped, the first thing you need to know is where it
3908stopped and how it got there.
3909
3910@cindex call stack
5d161b24
DB
3911Each time your program performs a function call, information about the call
3912is generated.
3913That information includes the location of the call in your program,
3914the arguments of the call,
c906108c 3915and the local variables of the function being called.
5d161b24 3916The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
3917The stack frames are allocated in a region of memory called the @dfn{call
3918stack}.
3919
3920When your program stops, the @value{GDBN} commands for examining the
3921stack allow you to see all of this information.
3922
3923@cindex selected frame
3924One of the stack frames is @dfn{selected} by @value{GDBN} and many
3925@value{GDBN} commands refer implicitly to the selected frame. In
3926particular, whenever you ask @value{GDBN} for the value of a variable in
3927your program, the value is found in the selected frame. There are
3928special @value{GDBN} commands to select whichever frame you are
3929interested in. @xref{Selection, ,Selecting a frame}.
3930
3931When your program stops, @value{GDBN} automatically selects the
5d161b24 3932currently executing frame and describes it briefly, similar to the
c906108c
SS
3933@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3934
3935@menu
3936* Frames:: Stack frames
3937* Backtrace:: Backtraces
3938* Selection:: Selecting a frame
3939* Frame Info:: Information on a frame
c906108c
SS
3940
3941@end menu
3942
6d2ebf8b 3943@node Frames
c906108c
SS
3944@section Stack frames
3945
d4f3574e 3946@cindex frame, definition
c906108c
SS
3947@cindex stack frame
3948The call stack is divided up into contiguous pieces called @dfn{stack
3949frames}, or @dfn{frames} for short; each frame is the data associated
3950with one call to one function. The frame contains the arguments given
3951to the function, the function's local variables, and the address at
3952which the function is executing.
3953
3954@cindex initial frame
3955@cindex outermost frame
3956@cindex innermost frame
3957When your program is started, the stack has only one frame, that of the
3958function @code{main}. This is called the @dfn{initial} frame or the
3959@dfn{outermost} frame. Each time a function is called, a new frame is
3960made. Each time a function returns, the frame for that function invocation
3961is eliminated. If a function is recursive, there can be many frames for
3962the same function. The frame for the function in which execution is
3963actually occurring is called the @dfn{innermost} frame. This is the most
3964recently created of all the stack frames that still exist.
3965
3966@cindex frame pointer
3967Inside your program, stack frames are identified by their addresses. A
3968stack frame consists of many bytes, each of which has its own address; each
3969kind of computer has a convention for choosing one byte whose
3970address serves as the address of the frame. Usually this address is kept
3971in a register called the @dfn{frame pointer register} while execution is
3972going on in that frame.
3973
3974@cindex frame number
3975@value{GDBN} assigns numbers to all existing stack frames, starting with
3976zero for the innermost frame, one for the frame that called it,
3977and so on upward. These numbers do not really exist in your program;
3978they are assigned by @value{GDBN} to give you a way of designating stack
3979frames in @value{GDBN} commands.
3980
6d2ebf8b
SS
3981@c The -fomit-frame-pointer below perennially causes hbox overflow
3982@c underflow problems.
c906108c
SS
3983@cindex frameless execution
3984Some compilers provide a way to compile functions so that they operate
6d2ebf8b 3985without stack frames. (For example, the @value{GCC} option
474c8240 3986@smallexample
6d2ebf8b 3987@samp{-fomit-frame-pointer}
474c8240 3988@end smallexample
6d2ebf8b 3989generates functions without a frame.)
c906108c
SS
3990This is occasionally done with heavily used library functions to save
3991the frame setup time. @value{GDBN} has limited facilities for dealing
3992with these function invocations. If the innermost function invocation
3993has no stack frame, @value{GDBN} nevertheless regards it as though
3994it had a separate frame, which is numbered zero as usual, allowing
3995correct tracing of the function call chain. However, @value{GDBN} has
3996no provision for frameless functions elsewhere in the stack.
3997
3998@table @code
d4f3574e 3999@kindex frame@r{, command}
41afff9a 4000@cindex current stack frame
c906108c 4001@item frame @var{args}
5d161b24 4002The @code{frame} command allows you to move from one stack frame to another,
c906108c 4003and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
4004address of the frame or the stack frame number. Without an argument,
4005@code{frame} prints the current stack frame.
c906108c
SS
4006
4007@kindex select-frame
41afff9a 4008@cindex selecting frame silently
c906108c
SS
4009@item select-frame
4010The @code{select-frame} command allows you to move from one stack frame
4011to another without printing the frame. This is the silent version of
4012@code{frame}.
4013@end table
4014
6d2ebf8b 4015@node Backtrace
c906108c
SS
4016@section Backtraces
4017
4018@cindex backtraces
4019@cindex tracebacks
4020@cindex stack traces
4021A backtrace is a summary of how your program got where it is. It shows one
4022line per frame, for many frames, starting with the currently executing
4023frame (frame zero), followed by its caller (frame one), and on up the
4024stack.
4025
4026@table @code
4027@kindex backtrace
41afff9a 4028@kindex bt @r{(@code{backtrace})}
c906108c
SS
4029@item backtrace
4030@itemx bt
4031Print a backtrace of the entire stack: one line per frame for all
4032frames in the stack.
4033
4034You can stop the backtrace at any time by typing the system interrupt
4035character, normally @kbd{C-c}.
4036
4037@item backtrace @var{n}
4038@itemx bt @var{n}
4039Similar, but print only the innermost @var{n} frames.
4040
4041@item backtrace -@var{n}
4042@itemx bt -@var{n}
4043Similar, but print only the outermost @var{n} frames.
4044@end table
4045
4046@kindex where
4047@kindex info stack
41afff9a 4048@kindex info s @r{(@code{info stack})}
c906108c
SS
4049The names @code{where} and @code{info stack} (abbreviated @code{info s})
4050are additional aliases for @code{backtrace}.
4051
4052Each line in the backtrace shows the frame number and the function name.
4053The program counter value is also shown---unless you use @code{set
4054print address off}. The backtrace also shows the source file name and
4055line number, as well as the arguments to the function. The program
4056counter value is omitted if it is at the beginning of the code for that
4057line number.
4058
4059Here is an example of a backtrace. It was made with the command
4060@samp{bt 3}, so it shows the innermost three frames.
4061
4062@smallexample
4063@group
5d161b24 4064#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c
SS
4065 at builtin.c:993
4066#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4067#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4068 at macro.c:71
4069(More stack frames follow...)
4070@end group
4071@end smallexample
4072
4073@noindent
4074The display for frame zero does not begin with a program counter
4075value, indicating that your program has stopped at the beginning of the
4076code for line @code{993} of @code{builtin.c}.
4077
25d29d70
AC
4078@kindex set backtrace past-main
4079@kindex show backtrace past-main
4080@kindex set backtrace limit
4081@kindex show backtrace limit
b4e9345d 4082
25d29d70
AC
4083Most programs have a standard user entry point---a place where system
4084libraries and startup code transition into user code. For C this is
4085@code{main}. When @value{GDBN} finds the entry function in a backtrace
4086it will terminate the backtrace, to avoid tracing into highly
4087system-specific (and generally uninteresting) code.
4088
4089If you need to examine the startup code, or limit the number of levels
4090in a backtrace, you can change this behavior:
95f90d25
DJ
4091
4092@table @code
25d29d70
AC
4093@item set backtrace past-main
4094@itemx set backtrace past-main on
4095Backtraces will continue past the user entry point.
4096
4097@item set backtrace past-main off
95f90d25
DJ
4098Backtraces will stop when they encounter the user entry point. This is the
4099default.
4100
25d29d70
AC
4101@item show backtrace past-main
4102Display the current user entry point backtrace policy.
4103
4104@item set backtrace limit @var{n}
4105@itemx set backtrace limit 0
4106@cindex backtrace limit
4107Limit the backtrace to @var{n} levels. A value of zero means
4108unlimited.
95f90d25 4109
25d29d70
AC
4110@item show backtrace limit
4111Display the current limit on backtrace levels.
95f90d25
DJ
4112@end table
4113
6d2ebf8b 4114@node Selection
c906108c
SS
4115@section Selecting a frame
4116
4117Most commands for examining the stack and other data in your program work on
4118whichever stack frame is selected at the moment. Here are the commands for
4119selecting a stack frame; all of them finish by printing a brief description
4120of the stack frame just selected.
4121
4122@table @code
d4f3574e 4123@kindex frame@r{, selecting}
41afff9a 4124@kindex f @r{(@code{frame})}
c906108c
SS
4125@item frame @var{n}
4126@itemx f @var{n}
4127Select frame number @var{n}. Recall that frame zero is the innermost
4128(currently executing) frame, frame one is the frame that called the
4129innermost one, and so on. The highest-numbered frame is the one for
4130@code{main}.
4131
4132@item frame @var{addr}
4133@itemx f @var{addr}
4134Select the frame at address @var{addr}. This is useful mainly if the
4135chaining of stack frames has been damaged by a bug, making it
4136impossible for @value{GDBN} to assign numbers properly to all frames. In
4137addition, this can be useful when your program has multiple stacks and
4138switches between them.
4139
c906108c
SS
4140On the SPARC architecture, @code{frame} needs two addresses to
4141select an arbitrary frame: a frame pointer and a stack pointer.
4142
4143On the MIPS and Alpha architecture, it needs two addresses: a stack
4144pointer and a program counter.
4145
4146On the 29k architecture, it needs three addresses: a register stack
4147pointer, a program counter, and a memory stack pointer.
4148@c note to future updaters: this is conditioned on a flag
4149@c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
4150@c as of 27 Jan 1994.
c906108c
SS
4151
4152@kindex up
4153@item up @var{n}
4154Move @var{n} frames up the stack. For positive numbers @var{n}, this
4155advances toward the outermost frame, to higher frame numbers, to frames
4156that have existed longer. @var{n} defaults to one.
4157
4158@kindex down
41afff9a 4159@kindex do @r{(@code{down})}
c906108c
SS
4160@item down @var{n}
4161Move @var{n} frames down the stack. For positive numbers @var{n}, this
4162advances toward the innermost frame, to lower frame numbers, to frames
4163that were created more recently. @var{n} defaults to one. You may
4164abbreviate @code{down} as @code{do}.
4165@end table
4166
4167All of these commands end by printing two lines of output describing the
4168frame. The first line shows the frame number, the function name, the
4169arguments, and the source file and line number of execution in that
5d161b24 4170frame. The second line shows the text of that source line.
c906108c
SS
4171
4172@need 1000
4173For example:
4174
4175@smallexample
4176@group
4177(@value{GDBP}) up
4178#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4179 at env.c:10
418010 read_input_file (argv[i]);
4181@end group
4182@end smallexample
4183
4184After such a printout, the @code{list} command with no arguments
4185prints ten lines centered on the point of execution in the frame.
87885426
FN
4186You can also edit the program at the point of execution with your favorite
4187editing program by typing @code{edit}.
4188@xref{List, ,Printing source lines},
4189for details.
c906108c
SS
4190
4191@table @code
4192@kindex down-silently
4193@kindex up-silently
4194@item up-silently @var{n}
4195@itemx down-silently @var{n}
4196These two commands are variants of @code{up} and @code{down},
4197respectively; they differ in that they do their work silently, without
4198causing display of the new frame. They are intended primarily for use
4199in @value{GDBN} command scripts, where the output might be unnecessary and
4200distracting.
4201@end table
4202
6d2ebf8b 4203@node Frame Info
c906108c
SS
4204@section Information about a frame
4205
4206There are several other commands to print information about the selected
4207stack frame.
4208
4209@table @code
4210@item frame
4211@itemx f
4212When used without any argument, this command does not change which
4213frame is selected, but prints a brief description of the currently
4214selected stack frame. It can be abbreviated @code{f}. With an
4215argument, this command is used to select a stack frame.
4216@xref{Selection, ,Selecting a frame}.
4217
4218@kindex info frame
41afff9a 4219@kindex info f @r{(@code{info frame})}
c906108c
SS
4220@item info frame
4221@itemx info f
4222This command prints a verbose description of the selected stack frame,
4223including:
4224
4225@itemize @bullet
5d161b24
DB
4226@item
4227the address of the frame
c906108c
SS
4228@item
4229the address of the next frame down (called by this frame)
4230@item
4231the address of the next frame up (caller of this frame)
4232@item
4233the language in which the source code corresponding to this frame is written
4234@item
4235the address of the frame's arguments
4236@item
d4f3574e
SS
4237the address of the frame's local variables
4238@item
c906108c
SS
4239the program counter saved in it (the address of execution in the caller frame)
4240@item
4241which registers were saved in the frame
4242@end itemize
4243
4244@noindent The verbose description is useful when
4245something has gone wrong that has made the stack format fail to fit
4246the usual conventions.
4247
4248@item info frame @var{addr}
4249@itemx info f @var{addr}
4250Print a verbose description of the frame at address @var{addr}, without
4251selecting that frame. The selected frame remains unchanged by this
4252command. This requires the same kind of address (more than one for some
4253architectures) that you specify in the @code{frame} command.
4254@xref{Selection, ,Selecting a frame}.
4255
4256@kindex info args
4257@item info args
4258Print the arguments of the selected frame, each on a separate line.
4259
4260@item info locals
4261@kindex info locals
4262Print the local variables of the selected frame, each on a separate
4263line. These are all variables (declared either static or automatic)
4264accessible at the point of execution of the selected frame.
4265
c906108c 4266@kindex info catch
d4f3574e
SS
4267@cindex catch exceptions, list active handlers
4268@cindex exception handlers, how to list
c906108c
SS
4269@item info catch
4270Print a list of all the exception handlers that are active in the
4271current stack frame at the current point of execution. To see other
4272exception handlers, visit the associated frame (using the @code{up},
4273@code{down}, or @code{frame} commands); then type @code{info catch}.
4274@xref{Set Catchpoints, , Setting catchpoints}.
53a5351d 4275
c906108c
SS
4276@end table
4277
c906108c 4278
6d2ebf8b 4279@node Source
c906108c
SS
4280@chapter Examining Source Files
4281
4282@value{GDBN} can print parts of your program's source, since the debugging
4283information recorded in the program tells @value{GDBN} what source files were
4284used to build it. When your program stops, @value{GDBN} spontaneously prints
4285the line where it stopped. Likewise, when you select a stack frame
4286(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4287execution in that frame has stopped. You can print other portions of
4288source files by explicit command.
4289
7a292a7a 4290If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 4291prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 4292@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
4293
4294@menu
4295* List:: Printing source lines
87885426 4296* Edit:: Editing source files
c906108c 4297* Search:: Searching source files
c906108c
SS
4298* Source Path:: Specifying source directories
4299* Machine Code:: Source and machine code
4300@end menu
4301
6d2ebf8b 4302@node List
c906108c
SS
4303@section Printing source lines
4304
4305@kindex list
41afff9a 4306@kindex l @r{(@code{list})}
c906108c 4307To print lines from a source file, use the @code{list} command
5d161b24 4308(abbreviated @code{l}). By default, ten lines are printed.
c906108c
SS
4309There are several ways to specify what part of the file you want to print.
4310
4311Here are the forms of the @code{list} command most commonly used:
4312
4313@table @code
4314@item list @var{linenum}
4315Print lines centered around line number @var{linenum} in the
4316current source file.
4317
4318@item list @var{function}
4319Print lines centered around the beginning of function
4320@var{function}.
4321
4322@item list
4323Print more lines. If the last lines printed were printed with a
4324@code{list} command, this prints lines following the last lines
4325printed; however, if the last line printed was a solitary line printed
4326as part of displaying a stack frame (@pxref{Stack, ,Examining the
4327Stack}), this prints lines centered around that line.
4328
4329@item list -
4330Print lines just before the lines last printed.
4331@end table
4332
4333By default, @value{GDBN} prints ten source lines with any of these forms of
4334the @code{list} command. You can change this using @code{set listsize}:
4335
4336@table @code
4337@kindex set listsize
4338@item set listsize @var{count}
4339Make the @code{list} command display @var{count} source lines (unless
4340the @code{list} argument explicitly specifies some other number).
4341
4342@kindex show listsize
4343@item show listsize
4344Display the number of lines that @code{list} prints.
4345@end table
4346
4347Repeating a @code{list} command with @key{RET} discards the argument,
4348so it is equivalent to typing just @code{list}. This is more useful
4349than listing the same lines again. An exception is made for an
4350argument of @samp{-}; that argument is preserved in repetition so that
4351each repetition moves up in the source file.
4352
4353@cindex linespec
4354In general, the @code{list} command expects you to supply zero, one or two
4355@dfn{linespecs}. Linespecs specify source lines; there are several ways
d4f3574e 4356of writing them, but the effect is always to specify some source line.
c906108c
SS
4357Here is a complete description of the possible arguments for @code{list}:
4358
4359@table @code
4360@item list @var{linespec}
4361Print lines centered around the line specified by @var{linespec}.
4362
4363@item list @var{first},@var{last}
4364Print lines from @var{first} to @var{last}. Both arguments are
4365linespecs.
4366
4367@item list ,@var{last}
4368Print lines ending with @var{last}.
4369
4370@item list @var{first},
4371Print lines starting with @var{first}.
4372
4373@item list +
4374Print lines just after the lines last printed.
4375
4376@item list -
4377Print lines just before the lines last printed.
4378
4379@item list
4380As described in the preceding table.
4381@end table
4382
4383Here are the ways of specifying a single source line---all the
4384kinds of linespec.
4385
4386@table @code
4387@item @var{number}
4388Specifies line @var{number} of the current source file.
4389When a @code{list} command has two linespecs, this refers to
4390the same source file as the first linespec.
4391
4392@item +@var{offset}
4393Specifies the line @var{offset} lines after the last line printed.
4394When used as the second linespec in a @code{list} command that has
4395two, this specifies the line @var{offset} lines down from the
4396first linespec.
4397
4398@item -@var{offset}
4399Specifies the line @var{offset} lines before the last line printed.
4400
4401@item @var{filename}:@var{number}
4402Specifies line @var{number} in the source file @var{filename}.
4403
4404@item @var{function}
4405Specifies the line that begins the body of the function @var{function}.
4406For example: in C, this is the line with the open brace.
4407
4408@item @var{filename}:@var{function}
4409Specifies the line of the open-brace that begins the body of the
4410function @var{function} in the file @var{filename}. You only need the
4411file name with a function name to avoid ambiguity when there are
4412identically named functions in different source files.
4413
4414@item *@var{address}
4415Specifies the line containing the program address @var{address}.
4416@var{address} may be any expression.
4417@end table
4418
87885426
FN
4419@node Edit
4420@section Editing source files
4421@cindex editing source files
4422
4423@kindex edit
4424@kindex e @r{(@code{edit})}
4425To edit the lines in a source file, use the @code{edit} command.
4426The editing program of your choice
4427is invoked with the current line set to
4428the active line in the program.
4429Alternatively, there are several ways to specify what part of the file you
4430want to print if you want to see other parts of the program.
4431
4432Here are the forms of the @code{edit} command most commonly used:
4433
4434@table @code
4435@item edit
4436Edit the current source file at the active line number in the program.
4437
4438@item edit @var{number}
4439Edit the current source file with @var{number} as the active line number.
4440
4441@item edit @var{function}
4442Edit the file containing @var{function} at the beginning of its definition.
4443
4444@item edit @var{filename}:@var{number}
4445Specifies line @var{number} in the source file @var{filename}.
4446
4447@item edit @var{filename}:@var{function}
4448Specifies the line that begins the body of the
4449function @var{function} in the file @var{filename}. You only need the
4450file name with a function name to avoid ambiguity when there are
4451identically named functions in different source files.
4452
4453@item edit *@var{address}
4454Specifies the line containing the program address @var{address}.
4455@var{address} may be any expression.
4456@end table
4457
4458@subsection Choosing your editor
4459You can customize @value{GDBN} to use any editor you want
4460@footnote{
4461The only restriction is that your editor (say @code{ex}), recognizes the
4462following command-line syntax:
10998722 4463@smallexample
87885426 4464ex +@var{number} file
10998722
AC
4465@end smallexample
4466The optional numeric value +@var{number} designates the active line in
4467the file.}. By default, it is @value{EDITOR}, but you can change this
4468by setting the environment variable @code{EDITOR} before using
4469@value{GDBN}. For example, to configure @value{GDBN} to use the
4470@code{vi} editor, you could use these commands with the @code{sh} shell:
4471@smallexample
87885426
FN
4472EDITOR=/usr/bin/vi
4473export EDITOR
4474gdb ...
10998722 4475@end smallexample
87885426 4476or in the @code{csh} shell,
10998722 4477@smallexample
87885426
FN
4478setenv EDITOR /usr/bin/vi
4479gdb ...
10998722 4480@end smallexample
87885426 4481
6d2ebf8b 4482@node Search
c906108c
SS
4483@section Searching source files
4484@cindex searching
4485@kindex reverse-search
4486
4487There are two commands for searching through the current source file for a
4488regular expression.
4489
4490@table @code
4491@kindex search
4492@kindex forward-search
4493@item forward-search @var{regexp}
4494@itemx search @var{regexp}
4495The command @samp{forward-search @var{regexp}} checks each line,
4496starting with the one following the last line listed, for a match for
5d161b24 4497@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
4498synonym @samp{search @var{regexp}} or abbreviate the command name as
4499@code{fo}.
4500
4501@item reverse-search @var{regexp}
4502The command @samp{reverse-search @var{regexp}} checks each line, starting
4503with the one before the last line listed and going backward, for a match
4504for @var{regexp}. It lists the line that is found. You can abbreviate
4505this command as @code{rev}.
4506@end table
c906108c 4507
6d2ebf8b 4508@node Source Path
c906108c
SS
4509@section Specifying source directories
4510
4511@cindex source path
4512@cindex directories for source files
4513Executable programs sometimes do not record the directories of the source
4514files from which they were compiled, just the names. Even when they do,
4515the directories could be moved between the compilation and your debugging
4516session. @value{GDBN} has a list of directories to search for source files;
4517this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4518it tries all the directories in the list, in the order they are present
4519in the list, until it finds a file with the desired name. Note that
4520the executable search path is @emph{not} used for this purpose. Neither is
4521the current working directory, unless it happens to be in the source
4522path.
4523
4524If @value{GDBN} cannot find a source file in the source path, and the
4525object program records a directory, @value{GDBN} tries that directory
4526too. If the source path is empty, and there is no record of the
4527compilation directory, @value{GDBN} looks in the current directory as a
4528last resort.
4529
4530Whenever you reset or rearrange the source path, @value{GDBN} clears out
4531any information it has cached about where source files are found and where
4532each line is in the file.
4533
4534@kindex directory
4535@kindex dir
d4f3574e
SS
4536When you start @value{GDBN}, its source path includes only @samp{cdir}
4537and @samp{cwd}, in that order.
c906108c
SS
4538To add other directories, use the @code{directory} command.
4539
4540@table @code
4541@item directory @var{dirname} @dots{}
4542@item dir @var{dirname} @dots{}
4543Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
4544directory names may be given to this command, separated by @samp{:}
4545(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4546part of absolute file names) or
c906108c
SS
4547whitespace. You may specify a directory that is already in the source
4548path; this moves it forward, so @value{GDBN} searches it sooner.
4549
4550@kindex cdir
4551@kindex cwd
41afff9a
EZ
4552@vindex $cdir@r{, convenience variable}
4553@vindex $cwdr@r{, convenience variable}
c906108c
SS
4554@cindex compilation directory
4555@cindex current directory
4556@cindex working directory
4557@cindex directory, current
4558@cindex directory, compilation
4559You can use the string @samp{$cdir} to refer to the compilation
4560directory (if one is recorded), and @samp{$cwd} to refer to the current
4561working directory. @samp{$cwd} is not the same as @samp{.}---the former
4562tracks the current working directory as it changes during your @value{GDBN}
4563session, while the latter is immediately expanded to the current
4564directory at the time you add an entry to the source path.
4565
4566@item directory
4567Reset the source path to empty again. This requires confirmation.
4568
4569@c RET-repeat for @code{directory} is explicitly disabled, but since
4570@c repeating it would be a no-op we do not say that. (thanks to RMS)
4571
4572@item show directories
4573@kindex show directories
4574Print the source path: show which directories it contains.
4575@end table
4576
4577If your source path is cluttered with directories that are no longer of
4578interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4579versions of source. You can correct the situation as follows:
4580
4581@enumerate
4582@item
4583Use @code{directory} with no argument to reset the source path to empty.
4584
4585@item
4586Use @code{directory} with suitable arguments to reinstall the
4587directories you want in the source path. You can add all the
4588directories in one command.
4589@end enumerate
4590
6d2ebf8b 4591@node Machine Code
c906108c
SS
4592@section Source and machine code
4593
4594You can use the command @code{info line} to map source lines to program
4595addresses (and vice versa), and the command @code{disassemble} to display
4596a range of addresses as machine instructions. When run under @sc{gnu} Emacs
d4f3574e 4597mode, the @code{info line} command causes the arrow to point to the
5d161b24 4598line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
4599well as hex.
4600
4601@table @code
4602@kindex info line
4603@item info line @var{linespec}
4604Print the starting and ending addresses of the compiled code for
4605source line @var{linespec}. You can specify source lines in any of
4606the ways understood by the @code{list} command (@pxref{List, ,Printing
4607source lines}).
4608@end table
4609
4610For example, we can use @code{info line} to discover the location of
4611the object code for the first line of function
4612@code{m4_changequote}:
4613
d4f3574e
SS
4614@c FIXME: I think this example should also show the addresses in
4615@c symbolic form, as they usually would be displayed.
c906108c 4616@smallexample
96a2c332 4617(@value{GDBP}) info line m4_changequote
c906108c
SS
4618Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4619@end smallexample
4620
4621@noindent
4622We can also inquire (using @code{*@var{addr}} as the form for
4623@var{linespec}) what source line covers a particular address:
4624@smallexample
4625(@value{GDBP}) info line *0x63ff
4626Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4627@end smallexample
4628
4629@cindex @code{$_} and @code{info line}
41afff9a 4630@kindex x@r{(examine), and} info line
c906108c
SS
4631After @code{info line}, the default address for the @code{x} command
4632is changed to the starting address of the line, so that @samp{x/i} is
4633sufficient to begin examining the machine code (@pxref{Memory,
4634,Examining memory}). Also, this address is saved as the value of the
4635convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4636variables}).
4637
4638@table @code
4639@kindex disassemble
4640@cindex assembly instructions
4641@cindex instructions, assembly
4642@cindex machine instructions
4643@cindex listing machine instructions
4644@item disassemble
4645This specialized command dumps a range of memory as machine
4646instructions. The default memory range is the function surrounding the
4647program counter of the selected frame. A single argument to this
4648command is a program counter value; @value{GDBN} dumps the function
4649surrounding this value. Two arguments specify a range of addresses
4650(first inclusive, second exclusive) to dump.
4651@end table
4652
c906108c
SS
4653The following example shows the disassembly of a range of addresses of
4654HP PA-RISC 2.0 code:
4655
4656@smallexample
4657(@value{GDBP}) disas 0x32c4 0x32e4
4658Dump of assembler code from 0x32c4 to 0x32e4:
46590x32c4 <main+204>: addil 0,dp
46600x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
46610x32cc <main+212>: ldil 0x3000,r31
46620x32d0 <main+216>: ble 0x3f8(sr4,r31)
46630x32d4 <main+220>: ldo 0(r31),rp
46640x32d8 <main+224>: addil -0x800,dp
46650x32dc <main+228>: ldo 0x588(r1),r26
46660x32e0 <main+232>: ldil 0x3000,r31
4667End of assembler dump.
4668@end smallexample
c906108c
SS
4669
4670Some architectures have more than one commonly-used set of instruction
4671mnemonics or other syntax.
4672
4673@table @code
d4f3574e 4674@kindex set disassembly-flavor
c906108c
SS
4675@cindex assembly instructions
4676@cindex instructions, assembly
4677@cindex machine instructions
4678@cindex listing machine instructions
d4f3574e
SS
4679@cindex Intel disassembly flavor
4680@cindex AT&T disassembly flavor
4681@item set disassembly-flavor @var{instruction-set}
c906108c
SS
4682Select the instruction set to use when disassembling the
4683program via the @code{disassemble} or @code{x/i} commands.
4684
4685Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
4686can set @var{instruction-set} to either @code{intel} or @code{att}.
4687The default is @code{att}, the AT&T flavor used by default by Unix
4688assemblers for x86-based targets.
c906108c
SS
4689@end table
4690
4691
6d2ebf8b 4692@node Data
c906108c
SS
4693@chapter Examining Data
4694
4695@cindex printing data
4696@cindex examining data
4697@kindex print
4698@kindex inspect
4699@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4700@c document because it is nonstandard... Under Epoch it displays in a
4701@c different window or something like that.
4702The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
4703command (abbreviated @code{p}), or its synonym @code{inspect}. It
4704evaluates and prints the value of an expression of the language your
4705program is written in (@pxref{Languages, ,Using @value{GDBN} with
4706Different Languages}).
c906108c
SS
4707
4708@table @code
d4f3574e
SS
4709@item print @var{expr}
4710@itemx print /@var{f} @var{expr}
4711@var{expr} is an expression (in the source language). By default the
4712value of @var{expr} is printed in a format appropriate to its data type;
c906108c 4713you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 4714@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
c906108c
SS
4715formats}.
4716
4717@item print
4718@itemx print /@var{f}
d4f3574e 4719If you omit @var{expr}, @value{GDBN} displays the last value again (from the
c906108c
SS
4720@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4721conveniently inspect the same value in an alternative format.
4722@end table
4723
4724A more low-level way of examining data is with the @code{x} command.
4725It examines data in memory at a specified address and prints it in a
4726specified format. @xref{Memory, ,Examining memory}.
4727
7a292a7a 4728If you are interested in information about types, or about how the
d4f3574e
SS
4729fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4730command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 4731Table}.
c906108c
SS
4732
4733@menu
4734* Expressions:: Expressions
4735* Variables:: Program variables
4736* Arrays:: Artificial arrays
4737* Output Formats:: Output formats
4738* Memory:: Examining memory
4739* Auto Display:: Automatic display
4740* Print Settings:: Print settings
4741* Value History:: Value history
4742* Convenience Vars:: Convenience variables
4743* Registers:: Registers
c906108c 4744* Floating Point Hardware:: Floating point hardware
53c69bd7 4745* Vector Unit:: Vector Unit
b383017d 4746* Auxiliary Vector:: Auxiliary data provided by operating system
29e57380 4747* Memory Region Attributes:: Memory region attributes
16d9dec6 4748* Dump/Restore Files:: Copy between memory and a file
a0eb71c5
KB
4749* Character Sets:: Debugging programs that use a different
4750 character set than GDB does
c906108c
SS
4751@end menu
4752
6d2ebf8b 4753@node Expressions
c906108c
SS
4754@section Expressions
4755
4756@cindex expressions
4757@code{print} and many other @value{GDBN} commands accept an expression and
4758compute its value. Any kind of constant, variable or operator defined
4759by the programming language you are using is valid in an expression in
e2e0bcd1
JB
4760@value{GDBN}. This includes conditional expressions, function calls,
4761casts, and string constants. It also includes preprocessor macros, if
4762you compiled your program to include this information; see
4763@ref{Compilation}.
c906108c 4764
d4f3574e
SS
4765@value{GDBN} supports array constants in expressions input by
4766the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5d161b24 4767you can use the command @code{print @{1, 2, 3@}} to build up an array in
d4f3574e 4768memory that is @code{malloc}ed in the target program.
c906108c 4769
c906108c
SS
4770Because C is so widespread, most of the expressions shown in examples in
4771this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4772Languages}, for information on how to use expressions in other
4773languages.
4774
4775In this section, we discuss operators that you can use in @value{GDBN}
4776expressions regardless of your programming language.
4777
4778Casts are supported in all languages, not just in C, because it is so
4779useful to cast a number into a pointer in order to examine a structure
4780at that address in memory.
4781@c FIXME: casts supported---Mod2 true?
c906108c
SS
4782
4783@value{GDBN} supports these operators, in addition to those common
4784to programming languages:
4785
4786@table @code
4787@item @@
4788@samp{@@} is a binary operator for treating parts of memory as arrays.
4789@xref{Arrays, ,Artificial arrays}, for more information.
4790
4791@item ::
4792@samp{::} allows you to specify a variable in terms of the file or
4793function where it is defined. @xref{Variables, ,Program variables}.
4794
4795@cindex @{@var{type}@}
4796@cindex type casting memory
4797@cindex memory, viewing as typed object
4798@cindex casts, to view memory
4799@item @{@var{type}@} @var{addr}
4800Refers to an object of type @var{type} stored at address @var{addr} in
4801memory. @var{addr} may be any expression whose value is an integer or
4802pointer (but parentheses are required around binary operators, just as in
4803a cast). This construct is allowed regardless of what kind of data is
4804normally supposed to reside at @var{addr}.
4805@end table
4806
6d2ebf8b 4807@node Variables
c906108c
SS
4808@section Program variables
4809
4810The most common kind of expression to use is the name of a variable
4811in your program.
4812
4813Variables in expressions are understood in the selected stack frame
4814(@pxref{Selection, ,Selecting a frame}); they must be either:
4815
4816@itemize @bullet
4817@item
4818global (or file-static)
4819@end itemize
4820
5d161b24 4821@noindent or
c906108c
SS
4822
4823@itemize @bullet
4824@item
4825visible according to the scope rules of the
4826programming language from the point of execution in that frame
5d161b24 4827@end itemize
c906108c
SS
4828
4829@noindent This means that in the function
4830
474c8240 4831@smallexample
c906108c
SS
4832foo (a)
4833 int a;
4834@{
4835 bar (a);
4836 @{
4837 int b = test ();
4838 bar (b);
4839 @}
4840@}
474c8240 4841@end smallexample
c906108c
SS
4842
4843@noindent
4844you can examine and use the variable @code{a} whenever your program is
4845executing within the function @code{foo}, but you can only use or
4846examine the variable @code{b} while your program is executing inside
4847the block where @code{b} is declared.
4848
4849@cindex variable name conflict
4850There is an exception: you can refer to a variable or function whose
4851scope is a single source file even if the current execution point is not
4852in this file. But it is possible to have more than one such variable or
4853function with the same name (in different source files). If that
4854happens, referring to that name has unpredictable effects. If you wish,
4855you can specify a static variable in a particular function or file,
4856using the colon-colon notation:
4857
d4f3574e 4858@cindex colon-colon, context for variables/functions
c906108c
SS
4859@iftex
4860@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 4861@cindex @code{::}, context for variables/functions
c906108c 4862@end iftex
474c8240 4863@smallexample
c906108c
SS
4864@var{file}::@var{variable}
4865@var{function}::@var{variable}
474c8240 4866@end smallexample
c906108c
SS
4867
4868@noindent
4869Here @var{file} or @var{function} is the name of the context for the
4870static @var{variable}. In the case of file names, you can use quotes to
4871make sure @value{GDBN} parses the file name as a single word---for example,
4872to print a global value of @code{x} defined in @file{f2.c}:
4873
474c8240 4874@smallexample
c906108c 4875(@value{GDBP}) p 'f2.c'::x
474c8240 4876@end smallexample
c906108c 4877
b37052ae 4878@cindex C@t{++} scope resolution
c906108c 4879This use of @samp{::} is very rarely in conflict with the very similar
b37052ae 4880use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
4881scope resolution operator in @value{GDBN} expressions.
4882@c FIXME: Um, so what happens in one of those rare cases where it's in
4883@c conflict?? --mew
c906108c
SS
4884
4885@cindex wrong values
4886@cindex variable values, wrong
4887@quotation
4888@emph{Warning:} Occasionally, a local variable may appear to have the
4889wrong value at certain points in a function---just after entry to a new
4890scope, and just before exit.
4891@end quotation
4892You may see this problem when you are stepping by machine instructions.
4893This is because, on most machines, it takes more than one instruction to
4894set up a stack frame (including local variable definitions); if you are
4895stepping by machine instructions, variables may appear to have the wrong
4896values until the stack frame is completely built. On exit, it usually
4897also takes more than one machine instruction to destroy a stack frame;
4898after you begin stepping through that group of instructions, local
4899variable definitions may be gone.
4900
4901This may also happen when the compiler does significant optimizations.
4902To be sure of always seeing accurate values, turn off all optimization
4903when compiling.
4904
d4f3574e
SS
4905@cindex ``No symbol "foo" in current context''
4906Another possible effect of compiler optimizations is to optimize
4907unused variables out of existence, or assign variables to registers (as
4908opposed to memory addresses). Depending on the support for such cases
4909offered by the debug info format used by the compiler, @value{GDBN}
4910might not be able to display values for such local variables. If that
4911happens, @value{GDBN} will print a message like this:
4912
474c8240 4913@smallexample
d4f3574e 4914No symbol "foo" in current context.
474c8240 4915@end smallexample
d4f3574e
SS
4916
4917To solve such problems, either recompile without optimizations, or use a
4918different debug info format, if the compiler supports several such
0179ffac
DC
4919formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler
4920usually supports the @option{-gstabs+} option. @option{-gstabs+}
4921produces debug info in a format that is superior to formats such as
4922COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
4923an effective form for debug info. @xref{Debugging Options,,Options
4924for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
d4f3574e
SS
4925
4926
6d2ebf8b 4927@node Arrays
c906108c
SS
4928@section Artificial arrays
4929
4930@cindex artificial array
41afff9a 4931@kindex @@@r{, referencing memory as an array}
c906108c
SS
4932It is often useful to print out several successive objects of the
4933same type in memory; a section of an array, or an array of
4934dynamically determined size for which only a pointer exists in the
4935program.
4936
4937You can do this by referring to a contiguous span of memory as an
4938@dfn{artificial array}, using the binary operator @samp{@@}. The left
4939operand of @samp{@@} should be the first element of the desired array
4940and be an individual object. The right operand should be the desired length
4941of the array. The result is an array value whose elements are all of
4942the type of the left argument. The first element is actually the left
4943argument; the second element comes from bytes of memory immediately
4944following those that hold the first element, and so on. Here is an
4945example. If a program says
4946
474c8240 4947@smallexample
c906108c 4948int *array = (int *) malloc (len * sizeof (int));
474c8240 4949@end smallexample
c906108c
SS
4950
4951@noindent
4952you can print the contents of @code{array} with
4953
474c8240 4954@smallexample
c906108c 4955p *array@@len
474c8240 4956@end smallexample
c906108c
SS
4957
4958The left operand of @samp{@@} must reside in memory. Array values made
4959with @samp{@@} in this way behave just like other arrays in terms of
4960subscripting, and are coerced to pointers when used in expressions.
4961Artificial arrays most often appear in expressions via the value history
4962(@pxref{Value History, ,Value history}), after printing one out.
4963
4964Another way to create an artificial array is to use a cast.
4965This re-interprets a value as if it were an array.
4966The value need not be in memory:
474c8240 4967@smallexample
c906108c
SS
4968(@value{GDBP}) p/x (short[2])0x12345678
4969$1 = @{0x1234, 0x5678@}
474c8240 4970@end smallexample
c906108c
SS
4971
4972As a convenience, if you leave the array length out (as in
c3f6f71d 4973@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 4974the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 4975@smallexample
c906108c
SS
4976(@value{GDBP}) p/x (short[])0x12345678
4977$2 = @{0x1234, 0x5678@}
474c8240 4978@end smallexample
c906108c
SS
4979
4980Sometimes the artificial array mechanism is not quite enough; in
4981moderately complex data structures, the elements of interest may not
4982actually be adjacent---for example, if you are interested in the values
4983of pointers in an array. One useful work-around in this situation is
4984to use a convenience variable (@pxref{Convenience Vars, ,Convenience
4985variables}) as a counter in an expression that prints the first
4986interesting value, and then repeat that expression via @key{RET}. For
4987instance, suppose you have an array @code{dtab} of pointers to
4988structures, and you are interested in the values of a field @code{fv}
4989in each structure. Here is an example of what you might type:
4990
474c8240 4991@smallexample
c906108c
SS
4992set $i = 0
4993p dtab[$i++]->fv
4994@key{RET}
4995@key{RET}
4996@dots{}
474c8240 4997@end smallexample
c906108c 4998
6d2ebf8b 4999@node Output Formats
c906108c
SS
5000@section Output formats
5001
5002@cindex formatted output
5003@cindex output formats
5004By default, @value{GDBN} prints a value according to its data type. Sometimes
5005this is not what you want. For example, you might want to print a number
5006in hex, or a pointer in decimal. Or you might want to view data in memory
5007at a certain address as a character string or as an instruction. To do
5008these things, specify an @dfn{output format} when you print a value.
5009
5010The simplest use of output formats is to say how to print a value
5011already computed. This is done by starting the arguments of the
5012@code{print} command with a slash and a format letter. The format
5013letters supported are:
5014
5015@table @code
5016@item x
5017Regard the bits of the value as an integer, and print the integer in
5018hexadecimal.
5019
5020@item d
5021Print as integer in signed decimal.
5022
5023@item u
5024Print as integer in unsigned decimal.
5025
5026@item o
5027Print as integer in octal.
5028
5029@item t
5030Print as integer in binary. The letter @samp{t} stands for ``two''.
5031@footnote{@samp{b} cannot be used because these format letters are also
5032used with the @code{x} command, where @samp{b} stands for ``byte'';
d4f3574e 5033see @ref{Memory,,Examining memory}.}
c906108c
SS
5034
5035@item a
5036@cindex unknown address, locating
3d67e040 5037@cindex locate address
c906108c
SS
5038Print as an address, both absolute in hexadecimal and as an offset from
5039the nearest preceding symbol. You can use this format used to discover
5040where (in what function) an unknown address is located:
5041
474c8240 5042@smallexample
c906108c
SS
5043(@value{GDBP}) p/a 0x54320
5044$3 = 0x54320 <_initialize_vx+396>
474c8240 5045@end smallexample
c906108c 5046
3d67e040
EZ
5047@noindent
5048The command @code{info symbol 0x54320} yields similar results.
5049@xref{Symbols, info symbol}.
5050
c906108c
SS
5051@item c
5052Regard as an integer and print it as a character constant.
5053
5054@item f
5055Regard the bits of the value as a floating point number and print
5056using typical floating point syntax.
5057@end table
5058
5059For example, to print the program counter in hex (@pxref{Registers}), type
5060
474c8240 5061@smallexample
c906108c 5062p/x $pc
474c8240 5063@end smallexample
c906108c
SS
5064
5065@noindent
5066Note that no space is required before the slash; this is because command
5067names in @value{GDBN} cannot contain a slash.
5068
5069To reprint the last value in the value history with a different format,
5070you can use the @code{print} command with just a format and no
5071expression. For example, @samp{p/x} reprints the last value in hex.
5072
6d2ebf8b 5073@node Memory
c906108c
SS
5074@section Examining memory
5075
5076You can use the command @code{x} (for ``examine'') to examine memory in
5077any of several formats, independently of your program's data types.
5078
5079@cindex examining memory
5080@table @code
41afff9a 5081@kindex x @r{(examine memory)}
c906108c
SS
5082@item x/@var{nfu} @var{addr}
5083@itemx x @var{addr}
5084@itemx x
5085Use the @code{x} command to examine memory.
5086@end table
5087
5088@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5089much memory to display and how to format it; @var{addr} is an
5090expression giving the address where you want to start displaying memory.
5091If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5092Several commands set convenient defaults for @var{addr}.
5093
5094@table @r
5095@item @var{n}, the repeat count
5096The repeat count is a decimal integer; the default is 1. It specifies
5097how much memory (counting by units @var{u}) to display.
5098@c This really is **decimal**; unaffected by 'set radix' as of GDB
5099@c 4.1.2.
5100
5101@item @var{f}, the display format
5102The display format is one of the formats used by @code{print},
5103@samp{s} (null-terminated string), or @samp{i} (machine instruction).
5104The default is @samp{x} (hexadecimal) initially.
5105The default changes each time you use either @code{x} or @code{print}.
5106
5107@item @var{u}, the unit size
5108The unit size is any of
5109
5110@table @code
5111@item b
5112Bytes.
5113@item h
5114Halfwords (two bytes).
5115@item w
5116Words (four bytes). This is the initial default.
5117@item g
5118Giant words (eight bytes).
5119@end table
5120
5121Each time you specify a unit size with @code{x}, that size becomes the
5122default unit the next time you use @code{x}. (For the @samp{s} and
5123@samp{i} formats, the unit size is ignored and is normally not written.)
5124
5125@item @var{addr}, starting display address
5126@var{addr} is the address where you want @value{GDBN} to begin displaying
5127memory. The expression need not have a pointer value (though it may);
5128it is always interpreted as an integer address of a byte of memory.
5129@xref{Expressions, ,Expressions}, for more information on expressions. The default for
5130@var{addr} is usually just after the last address examined---but several
5131other commands also set the default address: @code{info breakpoints} (to
5132the address of the last breakpoint listed), @code{info line} (to the
5133starting address of a line), and @code{print} (if you use it to display
5134a value from memory).
5135@end table
5136
5137For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5138(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5139starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
5140words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 5141@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
5142
5143Since the letters indicating unit sizes are all distinct from the
5144letters specifying output formats, you do not have to remember whether
5145unit size or format comes first; either order works. The output
5146specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5147(However, the count @var{n} must come first; @samp{wx4} does not work.)
5148
5149Even though the unit size @var{u} is ignored for the formats @samp{s}
5150and @samp{i}, you might still want to use a count @var{n}; for example,
5151@samp{3i} specifies that you want to see three machine instructions,
5152including any operands. The command @code{disassemble} gives an
d4f3574e 5153alternative way of inspecting machine instructions; see @ref{Machine
c906108c
SS
5154Code,,Source and machine code}.
5155
5156All the defaults for the arguments to @code{x} are designed to make it
5157easy to continue scanning memory with minimal specifications each time
5158you use @code{x}. For example, after you have inspected three machine
5159instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5160with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
5161the repeat count @var{n} is used again; the other arguments default as
5162for successive uses of @code{x}.
5163
5164@cindex @code{$_}, @code{$__}, and value history
5165The addresses and contents printed by the @code{x} command are not saved
5166in the value history because there is often too much of them and they
5167would get in the way. Instead, @value{GDBN} makes these values available for
5168subsequent use in expressions as values of the convenience variables
5169@code{$_} and @code{$__}. After an @code{x} command, the last address
5170examined is available for use in expressions in the convenience variable
5171@code{$_}. The contents of that address, as examined, are available in
5172the convenience variable @code{$__}.
5173
5174If the @code{x} command has a repeat count, the address and contents saved
5175are from the last memory unit printed; this is not the same as the last
5176address printed if several units were printed on the last line of output.
5177
6d2ebf8b 5178@node Auto Display
c906108c
SS
5179@section Automatic display
5180@cindex automatic display
5181@cindex display of expressions
5182
5183If you find that you want to print the value of an expression frequently
5184(to see how it changes), you might want to add it to the @dfn{automatic
5185display list} so that @value{GDBN} prints its value each time your program stops.
5186Each expression added to the list is given a number to identify it;
5187to remove an expression from the list, you specify that number.
5188The automatic display looks like this:
5189
474c8240 5190@smallexample
c906108c
SS
51912: foo = 38
51923: bar[5] = (struct hack *) 0x3804
474c8240 5193@end smallexample
c906108c
SS
5194
5195@noindent
5196This display shows item numbers, expressions and their current values. As with
5197displays you request manually using @code{x} or @code{print}, you can
5198specify the output format you prefer; in fact, @code{display} decides
5199whether to use @code{print} or @code{x} depending on how elaborate your
5200format specification is---it uses @code{x} if you specify a unit size,
5201or one of the two formats (@samp{i} and @samp{s}) that are only
5202supported by @code{x}; otherwise it uses @code{print}.
5203
5204@table @code
5205@kindex display
d4f3574e
SS
5206@item display @var{expr}
5207Add the expression @var{expr} to the list of expressions to display
c906108c
SS
5208each time your program stops. @xref{Expressions, ,Expressions}.
5209
5210@code{display} does not repeat if you press @key{RET} again after using it.
5211
d4f3574e 5212@item display/@var{fmt} @var{expr}
c906108c 5213For @var{fmt} specifying only a display format and not a size or
d4f3574e 5214count, add the expression @var{expr} to the auto-display list but
c906108c
SS
5215arrange to display it each time in the specified format @var{fmt}.
5216@xref{Output Formats,,Output formats}.
5217
5218@item display/@var{fmt} @var{addr}
5219For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5220number of units, add the expression @var{addr} as a memory address to
5221be examined each time your program stops. Examining means in effect
5222doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5223@end table
5224
5225For example, @samp{display/i $pc} can be helpful, to see the machine
5226instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 5227is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
5228
5229@table @code
5230@kindex delete display
5231@kindex undisplay
5232@item undisplay @var{dnums}@dots{}
5233@itemx delete display @var{dnums}@dots{}
5234Remove item numbers @var{dnums} from the list of expressions to display.
5235
5236@code{undisplay} does not repeat if you press @key{RET} after using it.
5237(Otherwise you would just get the error @samp{No display number @dots{}}.)
5238
5239@kindex disable display
5240@item disable display @var{dnums}@dots{}
5241Disable the display of item numbers @var{dnums}. A disabled display
5242item is not printed automatically, but is not forgotten. It may be
5243enabled again later.
5244
5245@kindex enable display
5246@item enable display @var{dnums}@dots{}
5247Enable display of item numbers @var{dnums}. It becomes effective once
5248again in auto display of its expression, until you specify otherwise.
5249
5250@item display
5251Display the current values of the expressions on the list, just as is
5252done when your program stops.
5253
5254@kindex info display
5255@item info display
5256Print the list of expressions previously set up to display
5257automatically, each one with its item number, but without showing the
5258values. This includes disabled expressions, which are marked as such.
5259It also includes expressions which would not be displayed right now
5260because they refer to automatic variables not currently available.
5261@end table
5262
5263If a display expression refers to local variables, then it does not make
5264sense outside the lexical context for which it was set up. Such an
5265expression is disabled when execution enters a context where one of its
5266variables is not defined. For example, if you give the command
5267@code{display last_char} while inside a function with an argument
5268@code{last_char}, @value{GDBN} displays this argument while your program
5269continues to stop inside that function. When it stops elsewhere---where
5270there is no variable @code{last_char}---the display is disabled
5271automatically. The next time your program stops where @code{last_char}
5272is meaningful, you can enable the display expression once again.
5273
6d2ebf8b 5274@node Print Settings
c906108c
SS
5275@section Print settings
5276
5277@cindex format options
5278@cindex print settings
5279@value{GDBN} provides the following ways to control how arrays, structures,
5280and symbols are printed.
5281
5282@noindent
5283These settings are useful for debugging programs in any language:
5284
5285@table @code
5286@kindex set print address
5287@item set print address
5288@itemx set print address on
5289@value{GDBN} prints memory addresses showing the location of stack
5290traces, structure values, pointer values, breakpoints, and so forth,
5291even when it also displays the contents of those addresses. The default
5292is @code{on}. For example, this is what a stack frame display looks like with
5293@code{set print address on}:
5294
5295@smallexample
5296@group
5297(@value{GDBP}) f
5298#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5299 at input.c:530
5300530 if (lquote != def_lquote)
5301@end group
5302@end smallexample
5303
5304@item set print address off
5305Do not print addresses when displaying their contents. For example,
5306this is the same stack frame displayed with @code{set print address off}:
5307
5308@smallexample
5309@group
5310(@value{GDBP}) set print addr off
5311(@value{GDBP}) f
5312#0 set_quotes (lq="<<", rq=">>") at input.c:530
5313530 if (lquote != def_lquote)
5314@end group
5315@end smallexample
5316
5317You can use @samp{set print address off} to eliminate all machine
5318dependent displays from the @value{GDBN} interface. For example, with
5319@code{print address off}, you should get the same text for backtraces on
5320all machines---whether or not they involve pointer arguments.
5321
5322@kindex show print address
5323@item show print address
5324Show whether or not addresses are to be printed.
5325@end table
5326
5327When @value{GDBN} prints a symbolic address, it normally prints the
5328closest earlier symbol plus an offset. If that symbol does not uniquely
5329identify the address (for example, it is a name whose scope is a single
5330source file), you may need to clarify. One way to do this is with
5331@code{info line}, for example @samp{info line *0x4537}. Alternately,
5332you can set @value{GDBN} to print the source file and line number when
5333it prints a symbolic address:
5334
5335@table @code
5336@kindex set print symbol-filename
5337@item set print symbol-filename on
5338Tell @value{GDBN} to print the source file name and line number of a
5339symbol in the symbolic form of an address.
5340
5341@item set print symbol-filename off
5342Do not print source file name and line number of a symbol. This is the
5343default.
5344
5345@kindex show print symbol-filename
5346@item show print symbol-filename
5347Show whether or not @value{GDBN} will print the source file name and
5348line number of a symbol in the symbolic form of an address.
5349@end table
5350
5351Another situation where it is helpful to show symbol filenames and line
5352numbers is when disassembling code; @value{GDBN} shows you the line
5353number and source file that corresponds to each instruction.
5354
5355Also, you may wish to see the symbolic form only if the address being
5356printed is reasonably close to the closest earlier symbol:
5357
5358@table @code
5359@kindex set print max-symbolic-offset
5360@item set print max-symbolic-offset @var{max-offset}
5361Tell @value{GDBN} to only display the symbolic form of an address if the
5362offset between the closest earlier symbol and the address is less than
5d161b24 5363@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
5364to always print the symbolic form of an address if any symbol precedes it.
5365
5366@kindex show print max-symbolic-offset
5367@item show print max-symbolic-offset
5368Ask how large the maximum offset is that @value{GDBN} prints in a
5369symbolic address.
5370@end table
5371
5372@cindex wild pointer, interpreting
5373@cindex pointer, finding referent
5374If you have a pointer and you are not sure where it points, try
5375@samp{set print symbol-filename on}. Then you can determine the name
5376and source file location of the variable where it points, using
5377@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5378For example, here @value{GDBN} shows that a variable @code{ptt} points
5379at another variable @code{t}, defined in @file{hi2.c}:
5380
474c8240 5381@smallexample
c906108c
SS
5382(@value{GDBP}) set print symbol-filename on
5383(@value{GDBP}) p/a ptt
5384$4 = 0xe008 <t in hi2.c>
474c8240 5385@end smallexample
c906108c
SS
5386
5387@quotation
5388@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5389does not show the symbol name and filename of the referent, even with
5390the appropriate @code{set print} options turned on.
5391@end quotation
5392
5393Other settings control how different kinds of objects are printed:
5394
5395@table @code
5396@kindex set print array
5397@item set print array
5398@itemx set print array on
5399Pretty print arrays. This format is more convenient to read,
5400but uses more space. The default is off.
5401
5402@item set print array off
5403Return to compressed format for arrays.
5404
5405@kindex show print array
5406@item show print array
5407Show whether compressed or pretty format is selected for displaying
5408arrays.
5409
5410@kindex set print elements
5411@item set print elements @var{number-of-elements}
5412Set a limit on how many elements of an array @value{GDBN} will print.
5413If @value{GDBN} is printing a large array, it stops printing after it has
5414printed the number of elements set by the @code{set print elements} command.
5415This limit also applies to the display of strings.
d4f3574e 5416When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
5417Setting @var{number-of-elements} to zero means that the printing is unlimited.
5418
5419@kindex show print elements
5420@item show print elements
5421Display the number of elements of a large array that @value{GDBN} will print.
5422If the number is 0, then the printing is unlimited.
5423
5424@kindex set print null-stop
5425@item set print null-stop
5426Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 5427@sc{null} is encountered. This is useful when large arrays actually
c906108c 5428contain only short strings.
d4f3574e 5429The default is off.
c906108c
SS
5430
5431@kindex set print pretty
5432@item set print pretty on
5d161b24 5433Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
5434per line, like this:
5435
5436@smallexample
5437@group
5438$1 = @{
5439 next = 0x0,
5440 flags = @{
5441 sweet = 1,
5442 sour = 1
5443 @},
5444 meat = 0x54 "Pork"
5445@}
5446@end group
5447@end smallexample
5448
5449@item set print pretty off
5450Cause @value{GDBN} to print structures in a compact format, like this:
5451
5452@smallexample
5453@group
5454$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5455meat = 0x54 "Pork"@}
5456@end group
5457@end smallexample
5458
5459@noindent
5460This is the default format.
5461
5462@kindex show print pretty
5463@item show print pretty
5464Show which format @value{GDBN} is using to print structures.
5465
5466@kindex set print sevenbit-strings
5467@item set print sevenbit-strings on
5468Print using only seven-bit characters; if this option is set,
5469@value{GDBN} displays any eight-bit characters (in strings or
5470character values) using the notation @code{\}@var{nnn}. This setting is
5471best if you are working in English (@sc{ascii}) and you use the
5472high-order bit of characters as a marker or ``meta'' bit.
5473
5474@item set print sevenbit-strings off
5475Print full eight-bit characters. This allows the use of more
5476international character sets, and is the default.
5477
5478@kindex show print sevenbit-strings
5479@item show print sevenbit-strings
5480Show whether or not @value{GDBN} is printing only seven-bit characters.
5481
5482@kindex set print union
5483@item set print union on
5d161b24 5484Tell @value{GDBN} to print unions which are contained in structures. This
c906108c
SS
5485is the default setting.
5486
5487@item set print union off
5488Tell @value{GDBN} not to print unions which are contained in structures.
5489
5490@kindex show print union
5491@item show print union
5492Ask @value{GDBN} whether or not it will print unions which are contained in
5493structures.
5494
5495For example, given the declarations
5496
5497@smallexample
5498typedef enum @{Tree, Bug@} Species;
5499typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 5500typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
5501 Bug_forms;
5502
5503struct thing @{
5504 Species it;
5505 union @{
5506 Tree_forms tree;
5507 Bug_forms bug;
5508 @} form;
5509@};
5510
5511struct thing foo = @{Tree, @{Acorn@}@};
5512@end smallexample
5513
5514@noindent
5515with @code{set print union on} in effect @samp{p foo} would print
5516
5517@smallexample
5518$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5519@end smallexample
5520
5521@noindent
5522and with @code{set print union off} in effect it would print
5523
5524@smallexample
5525$1 = @{it = Tree, form = @{...@}@}
5526@end smallexample
5527@end table
5528
c906108c
SS
5529@need 1000
5530@noindent
b37052ae 5531These settings are of interest when debugging C@t{++} programs:
c906108c
SS
5532
5533@table @code
5534@cindex demangling
5535@kindex set print demangle
5536@item set print demangle
5537@itemx set print demangle on
b37052ae 5538Print C@t{++} names in their source form rather than in the encoded
c906108c 5539(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 5540linkage. The default is on.
c906108c
SS
5541
5542@kindex show print demangle
5543@item show print demangle
b37052ae 5544Show whether C@t{++} names are printed in mangled or demangled form.
c906108c
SS
5545
5546@kindex set print asm-demangle
5547@item set print asm-demangle
5548@itemx set print asm-demangle on
b37052ae 5549Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
5550in assembler code printouts such as instruction disassemblies.
5551The default is off.
5552
5553@kindex show print asm-demangle
5554@item show print asm-demangle
b37052ae 5555Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
5556or demangled form.
5557
5558@kindex set demangle-style
b37052ae
EZ
5559@cindex C@t{++} symbol decoding style
5560@cindex symbol decoding style, C@t{++}
c906108c
SS
5561@item set demangle-style @var{style}
5562Choose among several encoding schemes used by different compilers to
b37052ae 5563represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
5564
5565@table @code
5566@item auto
5567Allow @value{GDBN} to choose a decoding style by inspecting your program.
5568
5569@item gnu
b37052ae 5570Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c 5571This is the default.
c906108c
SS
5572
5573@item hp
b37052ae 5574Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
5575
5576@item lucid
b37052ae 5577Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
5578
5579@item arm
b37052ae 5580Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
5581@strong{Warning:} this setting alone is not sufficient to allow
5582debugging @code{cfront}-generated executables. @value{GDBN} would
5583require further enhancement to permit that.
5584
5585@end table
5586If you omit @var{style}, you will see a list of possible formats.
5587
5588@kindex show demangle-style
5589@item show demangle-style
b37052ae 5590Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c
SS
5591
5592@kindex set print object
5593@item set print object
5594@itemx set print object on
5595When displaying a pointer to an object, identify the @emph{actual}
5596(derived) type of the object rather than the @emph{declared} type, using
5597the virtual function table.
5598
5599@item set print object off
5600Display only the declared type of objects, without reference to the
5601virtual function table. This is the default setting.
5602
5603@kindex show print object
5604@item show print object
5605Show whether actual, or declared, object types are displayed.
5606
5607@kindex set print static-members
5608@item set print static-members
5609@itemx set print static-members on
b37052ae 5610Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
5611
5612@item set print static-members off
b37052ae 5613Do not print static members when displaying a C@t{++} object.
c906108c
SS
5614
5615@kindex show print static-members
5616@item show print static-members
b37052ae 5617Show whether C@t{++} static members are printed, or not.
c906108c
SS
5618
5619@c These don't work with HP ANSI C++ yet.
5620@kindex set print vtbl
5621@item set print vtbl
5622@itemx set print vtbl on
b37052ae 5623Pretty print C@t{++} virtual function tables. The default is off.
c906108c 5624(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 5625ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
5626
5627@item set print vtbl off
b37052ae 5628Do not pretty print C@t{++} virtual function tables.
c906108c
SS
5629
5630@kindex show print vtbl
5631@item show print vtbl
b37052ae 5632Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 5633@end table
c906108c 5634
6d2ebf8b 5635@node Value History
c906108c
SS
5636@section Value history
5637
5638@cindex value history
5d161b24
DB
5639Values printed by the @code{print} command are saved in the @value{GDBN}
5640@dfn{value history}. This allows you to refer to them in other expressions.
5641Values are kept until the symbol table is re-read or discarded
5642(for example with the @code{file} or @code{symbol-file} commands).
5643When the symbol table changes, the value history is discarded,
5644since the values may contain pointers back to the types defined in the
c906108c
SS
5645symbol table.
5646
5647@cindex @code{$}
5648@cindex @code{$$}
5649@cindex history number
5650The values printed are given @dfn{history numbers} by which you can
5651refer to them. These are successive integers starting with one.
5652@code{print} shows you the history number assigned to a value by
5653printing @samp{$@var{num} = } before the value; here @var{num} is the
5654history number.
5655
5656To refer to any previous value, use @samp{$} followed by the value's
5657history number. The way @code{print} labels its output is designed to
5658remind you of this. Just @code{$} refers to the most recent value in
5659the history, and @code{$$} refers to the value before that.
5660@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5661is the value just prior to @code{$$}, @code{$$1} is equivalent to
5662@code{$$}, and @code{$$0} is equivalent to @code{$}.
5663
5664For example, suppose you have just printed a pointer to a structure and
5665want to see the contents of the structure. It suffices to type
5666
474c8240 5667@smallexample
c906108c 5668p *$
474c8240 5669@end smallexample
c906108c
SS
5670
5671If you have a chain of structures where the component @code{next} points
5672to the next one, you can print the contents of the next one with this:
5673
474c8240 5674@smallexample
c906108c 5675p *$.next
474c8240 5676@end smallexample
c906108c
SS
5677
5678@noindent
5679You can print successive links in the chain by repeating this
5680command---which you can do by just typing @key{RET}.
5681
5682Note that the history records values, not expressions. If the value of
5683@code{x} is 4 and you type these commands:
5684
474c8240 5685@smallexample
c906108c
SS
5686print x
5687set x=5
474c8240 5688@end smallexample
c906108c
SS
5689
5690@noindent
5691then the value recorded in the value history by the @code{print} command
5692remains 4 even though the value of @code{x} has changed.
5693
5694@table @code
5695@kindex show values
5696@item show values
5697Print the last ten values in the value history, with their item numbers.
5698This is like @samp{p@ $$9} repeated ten times, except that @code{show
5699values} does not change the history.
5700
5701@item show values @var{n}
5702Print ten history values centered on history item number @var{n}.
5703
5704@item show values +
5705Print ten history values just after the values last printed. If no more
5706values are available, @code{show values +} produces no display.
5707@end table
5708
5709Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5710same effect as @samp{show values +}.
5711
6d2ebf8b 5712@node Convenience Vars
c906108c
SS
5713@section Convenience variables
5714
5715@cindex convenience variables
5716@value{GDBN} provides @dfn{convenience variables} that you can use within
5717@value{GDBN} to hold on to a value and refer to it later. These variables
5718exist entirely within @value{GDBN}; they are not part of your program, and
5719setting a convenience variable has no direct effect on further execution
5720of your program. That is why you can use them freely.
5721
5722Convenience variables are prefixed with @samp{$}. Any name preceded by
5723@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 5724the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c
SS
5725(Value history references, in contrast, are @emph{numbers} preceded
5726by @samp{$}. @xref{Value History, ,Value history}.)
5727
5728You can save a value in a convenience variable with an assignment
5729expression, just as you would set a variable in your program.
5730For example:
5731
474c8240 5732@smallexample
c906108c 5733set $foo = *object_ptr
474c8240 5734@end smallexample
c906108c
SS
5735
5736@noindent
5737would save in @code{$foo} the value contained in the object pointed to by
5738@code{object_ptr}.
5739
5740Using a convenience variable for the first time creates it, but its
5741value is @code{void} until you assign a new value. You can alter the
5742value with another assignment at any time.
5743
5744Convenience variables have no fixed types. You can assign a convenience
5745variable any type of value, including structures and arrays, even if
5746that variable already has a value of a different type. The convenience
5747variable, when used as an expression, has the type of its current value.
5748
5749@table @code
5750@kindex show convenience
5751@item show convenience
5752Print a list of convenience variables used so far, and their values.
d4f3574e 5753Abbreviated @code{show conv}.
c906108c
SS
5754@end table
5755
5756One of the ways to use a convenience variable is as a counter to be
5757incremented or a pointer to be advanced. For example, to print
5758a field from successive elements of an array of structures:
5759
474c8240 5760@smallexample
c906108c
SS
5761set $i = 0
5762print bar[$i++]->contents
474c8240 5763@end smallexample
c906108c 5764
d4f3574e
SS
5765@noindent
5766Repeat that command by typing @key{RET}.
c906108c
SS
5767
5768Some convenience variables are created automatically by @value{GDBN} and given
5769values likely to be useful.
5770
5771@table @code
41afff9a 5772@vindex $_@r{, convenience variable}
c906108c
SS
5773@item $_
5774The variable @code{$_} is automatically set by the @code{x} command to
5775the last address examined (@pxref{Memory, ,Examining memory}). Other
5776commands which provide a default address for @code{x} to examine also
5777set @code{$_} to that address; these commands include @code{info line}
5778and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5779except when set by the @code{x} command, in which case it is a pointer
5780to the type of @code{$__}.
5781
41afff9a 5782@vindex $__@r{, convenience variable}
c906108c
SS
5783@item $__
5784The variable @code{$__} is automatically set by the @code{x} command
5785to the value found in the last address examined. Its type is chosen
5786to match the format in which the data was printed.
5787
5788@item $_exitcode
41afff9a 5789@vindex $_exitcode@r{, convenience variable}
c906108c
SS
5790The variable @code{$_exitcode} is automatically set to the exit code when
5791the program being debugged terminates.
5792@end table
5793
53a5351d
JM
5794On HP-UX systems, if you refer to a function or variable name that
5795begins with a dollar sign, @value{GDBN} searches for a user or system
5796name first, before it searches for a convenience variable.
c906108c 5797
6d2ebf8b 5798@node Registers
c906108c
SS
5799@section Registers
5800
5801@cindex registers
5802You can refer to machine register contents, in expressions, as variables
5803with names starting with @samp{$}. The names of registers are different
5804for each machine; use @code{info registers} to see the names used on
5805your machine.
5806
5807@table @code
5808@kindex info registers
5809@item info registers
5810Print the names and values of all registers except floating-point
c85508ee 5811and vector registers (in the selected stack frame).
c906108c
SS
5812
5813@kindex info all-registers
5814@cindex floating point registers
5815@item info all-registers
5816Print the names and values of all registers, including floating-point
c85508ee 5817and vector registers (in the selected stack frame).
c906108c
SS
5818
5819@item info registers @var{regname} @dots{}
5820Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
5821As discussed in detail below, register values are normally relative to
5822the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
5823the machine you are using, with or without the initial @samp{$}.
5824@end table
5825
5826@value{GDBN} has four ``standard'' register names that are available (in
5827expressions) on most machines---whenever they do not conflict with an
5828architecture's canonical mnemonics for registers. The register names
5829@code{$pc} and @code{$sp} are used for the program counter register and
5830the stack pointer. @code{$fp} is used for a register that contains a
5831pointer to the current stack frame, and @code{$ps} is used for a
5832register that contains the processor status. For example,
5833you could print the program counter in hex with
5834
474c8240 5835@smallexample
c906108c 5836p/x $pc
474c8240 5837@end smallexample
c906108c
SS
5838
5839@noindent
5840or print the instruction to be executed next with
5841
474c8240 5842@smallexample
c906108c 5843x/i $pc
474c8240 5844@end smallexample
c906108c
SS
5845
5846@noindent
5847or add four to the stack pointer@footnote{This is a way of removing
5848one word from the stack, on machines where stacks grow downward in
5849memory (most machines, nowadays). This assumes that the innermost
5850stack frame is selected; setting @code{$sp} is not allowed when other
5851stack frames are selected. To pop entire frames off the stack,
5852regardless of machine architecture, use @code{return};
d4f3574e 5853see @ref{Returning, ,Returning from a function}.} with
c906108c 5854
474c8240 5855@smallexample
c906108c 5856set $sp += 4
474c8240 5857@end smallexample
c906108c
SS
5858
5859Whenever possible, these four standard register names are available on
5860your machine even though the machine has different canonical mnemonics,
5861so long as there is no conflict. The @code{info registers} command
5862shows the canonical names. For example, on the SPARC, @code{info
5863registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
5864can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
5865is an alias for the @sc{eflags} register.
c906108c
SS
5866
5867@value{GDBN} always considers the contents of an ordinary register as an
5868integer when the register is examined in this way. Some machines have
5869special registers which can hold nothing but floating point; these
5870registers are considered to have floating point values. There is no way
5871to refer to the contents of an ordinary register as floating point value
5872(although you can @emph{print} it as a floating point value with
5873@samp{print/f $@var{regname}}).
5874
5875Some registers have distinct ``raw'' and ``virtual'' data formats. This
5876means that the data format in which the register contents are saved by
5877the operating system is not the same one that your program normally
5878sees. For example, the registers of the 68881 floating point
5879coprocessor are always saved in ``extended'' (raw) format, but all C
5880programs expect to work with ``double'' (virtual) format. In such
5d161b24 5881cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
5882that makes sense for your program), but the @code{info registers} command
5883prints the data in both formats.
5884
5885Normally, register values are relative to the selected stack frame
5886(@pxref{Selection, ,Selecting a frame}). This means that you get the
5887value that the register would contain if all stack frames farther in
5888were exited and their saved registers restored. In order to see the
5889true contents of hardware registers, you must select the innermost
5890frame (with @samp{frame 0}).
5891
5892However, @value{GDBN} must deduce where registers are saved, from the machine
5893code generated by your compiler. If some registers are not saved, or if
5894@value{GDBN} is unable to locate the saved registers, the selected stack
5895frame makes no difference.
5896
6d2ebf8b 5897@node Floating Point Hardware
c906108c
SS
5898@section Floating point hardware
5899@cindex floating point
5900
5901Depending on the configuration, @value{GDBN} may be able to give
5902you more information about the status of the floating point hardware.
5903
5904@table @code
5905@kindex info float
5906@item info float
5907Display hardware-dependent information about the floating
5908point unit. The exact contents and layout vary depending on the
5909floating point chip. Currently, @samp{info float} is supported on
5910the ARM and x86 machines.
5911@end table
c906108c 5912
e76f1f2e
AC
5913@node Vector Unit
5914@section Vector Unit
5915@cindex vector unit
5916
5917Depending on the configuration, @value{GDBN} may be able to give you
5918more information about the status of the vector unit.
5919
5920@table @code
5921@kindex info vector
5922@item info vector
5923Display information about the vector unit. The exact contents and
5924layout vary depending on the hardware.
5925@end table
5926
b383017d
RM
5927@node Auxiliary Vector
5928@section Operating system auxiliary vector
5929@cindex auxiliary vector
5930@cindex vector, auxiliary
5931
5932Some operating systems supply an @dfn{auxiliary vector} to programs at
5933startup. This is akin to the arguments and environment that you
5934specify for a program, but contains a system-dependent variety of
5935binary values that tell system libraries important details about the
5936hardware, operating system, and process. Each value's purpose is
5937identified by an integer tag; the meanings are well-known but system-specific.
5938Depending on the configuration and operating system facilities,
5939@value{GDBN} may be able to show you this information.
5940
5941@table @code
5942@kindex info auxv
5943@item info auxv
5944Display the auxiliary vector of the inferior, which can be either a
e4937fc1 5945live process or a core dump file. @value{GDBN} prints each tag value
b383017d
RM
5946numerically, and also shows names and text descriptions for recognized
5947tags. Some values in the vector are numbers, some bit masks, and some
e4937fc1 5948pointers to strings or other data. @value{GDBN} displays each value in the
b383017d
RM
5949most appropriate form for a recognized tag, and in hexadecimal for
5950an unrecognized tag.
5951@end table
5952
29e57380 5953@node Memory Region Attributes
b383017d 5954@section Memory region attributes
29e57380
C
5955@cindex memory region attributes
5956
b383017d
RM
5957@dfn{Memory region attributes} allow you to describe special handling
5958required by regions of your target's memory. @value{GDBN} uses attributes
29e57380
C
5959to determine whether to allow certain types of memory accesses; whether to
5960use specific width accesses; and whether to cache target memory.
5961
5962Defined memory regions can be individually enabled and disabled. When a
5963memory region is disabled, @value{GDBN} uses the default attributes when
5964accessing memory in that region. Similarly, if no memory regions have
5965been defined, @value{GDBN} uses the default attributes when accessing
5966all memory.
5967
b383017d 5968When a memory region is defined, it is given a number to identify it;
29e57380
C
5969to enable, disable, or remove a memory region, you specify that number.
5970
5971@table @code
5972@kindex mem
bfac230e
DH
5973@item mem @var{lower} @var{upper} @var{attributes}@dots{}
5974Define memory region bounded by @var{lower} and @var{upper} with
5975attributes @var{attributes}@dots{}. Note that @var{upper} == 0 is a
5976special case: it is treated as the the target's maximum memory address.
5977(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380
C
5978
5979@kindex delete mem
5980@item delete mem @var{nums}@dots{}
59649f2e 5981Remove memory regions @var{nums}@dots{}.
29e57380
C
5982
5983@kindex disable mem
5984@item disable mem @var{nums}@dots{}
59649f2e 5985Disable memory regions @var{nums}@dots{}.
b383017d 5986A disabled memory region is not forgotten.
29e57380
C
5987It may be enabled again later.
5988
5989@kindex enable mem
5990@item enable mem @var{nums}@dots{}
59649f2e 5991Enable memory regions @var{nums}@dots{}.
29e57380
C
5992
5993@kindex info mem
5994@item info mem
5995Print a table of all defined memory regions, with the following columns
5996for each region.
5997
5998@table @emph
5999@item Memory Region Number
6000@item Enabled or Disabled.
b383017d 6001Enabled memory regions are marked with @samp{y}.
29e57380
C
6002Disabled memory regions are marked with @samp{n}.
6003
6004@item Lo Address
6005The address defining the inclusive lower bound of the memory region.
6006
6007@item Hi Address
6008The address defining the exclusive upper bound of the memory region.
6009
6010@item Attributes
6011The list of attributes set for this memory region.
6012@end table
6013@end table
6014
6015
6016@subsection Attributes
6017
b383017d 6018@subsubsection Memory Access Mode
29e57380
C
6019The access mode attributes set whether @value{GDBN} may make read or
6020write accesses to a memory region.
6021
6022While these attributes prevent @value{GDBN} from performing invalid
6023memory accesses, they do nothing to prevent the target system, I/O DMA,
6024etc. from accessing memory.
6025
6026@table @code
6027@item ro
6028Memory is read only.
6029@item wo
6030Memory is write only.
6031@item rw
6ca652b0 6032Memory is read/write. This is the default.
29e57380
C
6033@end table
6034
6035@subsubsection Memory Access Size
6036The acccess size attributes tells @value{GDBN} to use specific sized
6037accesses in the memory region. Often memory mapped device registers
6038require specific sized accesses. If no access size attribute is
6039specified, @value{GDBN} may use accesses of any size.
6040
6041@table @code
6042@item 8
6043Use 8 bit memory accesses.
6044@item 16
6045Use 16 bit memory accesses.
6046@item 32
6047Use 32 bit memory accesses.
6048@item 64
6049Use 64 bit memory accesses.
6050@end table
6051
6052@c @subsubsection Hardware/Software Breakpoints
6053@c The hardware/software breakpoint attributes set whether @value{GDBN}
6054@c will use hardware or software breakpoints for the internal breakpoints
6055@c used by the step, next, finish, until, etc. commands.
6056@c
6057@c @table @code
6058@c @item hwbreak
b383017d 6059@c Always use hardware breakpoints
29e57380
C
6060@c @item swbreak (default)
6061@c @end table
6062
6063@subsubsection Data Cache
6064The data cache attributes set whether @value{GDBN} will cache target
6065memory. While this generally improves performance by reducing debug
6066protocol overhead, it can lead to incorrect results because @value{GDBN}
6067does not know about volatile variables or memory mapped device
6068registers.
6069
6070@table @code
6071@item cache
b383017d 6072Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
6073@item nocache
6074Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
6075@end table
6076
6077@c @subsubsection Memory Write Verification
b383017d 6078@c The memory write verification attributes set whether @value{GDBN}
29e57380
C
6079@c will re-reads data after each write to verify the write was successful.
6080@c
6081@c @table @code
6082@c @item verify
6083@c @item noverify (default)
6084@c @end table
6085
16d9dec6
MS
6086@node Dump/Restore Files
6087@section Copy between memory and a file
6088@cindex dump/restore files
6089@cindex append data to a file
6090@cindex dump data to a file
6091@cindex restore data from a file
16d9dec6 6092
df5215a6
JB
6093You can use the commands @code{dump}, @code{append}, and
6094@code{restore} to copy data between target memory and a file. The
6095@code{dump} and @code{append} commands write data to a file, and the
6096@code{restore} command reads data from a file back into the inferior's
6097memory. Files may be in binary, Motorola S-record, Intel hex, or
6098Tektronix Hex format; however, @value{GDBN} can only append to binary
6099files.
6100
6101@table @code
6102
6103@kindex dump
6104@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6105@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6106Dump the contents of memory from @var{start_addr} to @var{end_addr},
6107or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 6108
df5215a6 6109The @var{format} parameter may be any one of:
16d9dec6 6110@table @code
df5215a6
JB
6111@item binary
6112Raw binary form.
6113@item ihex
6114Intel hex format.
6115@item srec
6116Motorola S-record format.
6117@item tekhex
6118Tektronix Hex format.
6119@end table
6120
6121@value{GDBN} uses the same definitions of these formats as the
6122@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
6123@var{format} is omitted, @value{GDBN} dumps the data in raw binary
6124form.
6125
6126@kindex append
6127@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6128@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6129Append the contents of memory from @var{start_addr} to @var{end_addr},
6130or the value of @var{expr}, to @var{filename}, in raw binary form.
6131(@value{GDBN} can only append data to files in raw binary form.)
6132
6133@kindex restore
6134@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6135Restore the contents of file @var{filename} into memory. The
6136@code{restore} command can automatically recognize any known @sc{bfd}
6137file format, except for raw binary. To restore a raw binary file you
6138must specify the optional keyword @code{binary} after the filename.
16d9dec6 6139
b383017d 6140If @var{bias} is non-zero, its value will be added to the addresses
16d9dec6
MS
6141contained in the file. Binary files always start at address zero, so
6142they will be restored at address @var{bias}. Other bfd files have
6143a built-in location; they will be restored at offset @var{bias}
6144from that location.
6145
6146If @var{start} and/or @var{end} are non-zero, then only data between
6147file offset @var{start} and file offset @var{end} will be restored.
b383017d 6148These offsets are relative to the addresses in the file, before
16d9dec6
MS
6149the @var{bias} argument is applied.
6150
6151@end table
6152
a0eb71c5
KB
6153@node Character Sets
6154@section Character Sets
6155@cindex character sets
6156@cindex charset
6157@cindex translating between character sets
6158@cindex host character set
6159@cindex target character set
6160
6161If the program you are debugging uses a different character set to
6162represent characters and strings than the one @value{GDBN} uses itself,
6163@value{GDBN} can automatically translate between the character sets for
6164you. The character set @value{GDBN} uses we call the @dfn{host
6165character set}; the one the inferior program uses we call the
6166@dfn{target character set}.
6167
6168For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6169uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6170remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6171running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6172then the host character set is Latin-1, and the target character set is
6173@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 6174target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
6175@sc{ebcdic} and Latin 1 as you print character or string values, or use
6176character and string literals in expressions.
6177
6178@value{GDBN} has no way to automatically recognize which character set
6179the inferior program uses; you must tell it, using the @code{set
6180target-charset} command, described below.
6181
6182Here are the commands for controlling @value{GDBN}'s character set
6183support:
6184
6185@table @code
6186@item set target-charset @var{charset}
6187@kindex set target-charset
6188Set the current target character set to @var{charset}. We list the
e33d66ec
EZ
6189character set names @value{GDBN} recognizes below, but if you type
6190@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6191list the target character sets it supports.
a0eb71c5
KB
6192@end table
6193
6194@table @code
6195@item set host-charset @var{charset}
6196@kindex set host-charset
6197Set the current host character set to @var{charset}.
6198
6199By default, @value{GDBN} uses a host character set appropriate to the
6200system it is running on; you can override that default using the
6201@code{set host-charset} command.
6202
6203@value{GDBN} can only use certain character sets as its host character
6204set. We list the character set names @value{GDBN} recognizes below, and
e33d66ec
EZ
6205indicate which can be host character sets, but if you type
6206@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6207list the host character sets it supports.
a0eb71c5
KB
6208
6209@item set charset @var{charset}
6210@kindex set charset
e33d66ec
EZ
6211Set the current host and target character sets to @var{charset}. As
6212above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6213@value{GDBN} will list the name of the character sets that can be used
6214for both host and target.
6215
a0eb71c5
KB
6216
6217@item show charset
a0eb71c5 6218@kindex show charset
b383017d 6219Show the names of the current host and target charsets.
e33d66ec
EZ
6220
6221@itemx show host-charset
a0eb71c5 6222@kindex show host-charset
b383017d 6223Show the name of the current host charset.
e33d66ec
EZ
6224
6225@itemx show target-charset
a0eb71c5 6226@kindex show target-charset
b383017d 6227Show the name of the current target charset.
a0eb71c5
KB
6228
6229@end table
6230
6231@value{GDBN} currently includes support for the following character
6232sets:
6233
6234@table @code
6235
6236@item ASCII
6237@cindex ASCII character set
6238Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6239character set.
6240
6241@item ISO-8859-1
6242@cindex ISO 8859-1 character set
6243@cindex ISO Latin 1 character set
e33d66ec 6244The ISO Latin 1 character set. This extends @sc{ascii} with accented
a0eb71c5
KB
6245characters needed for French, German, and Spanish. @value{GDBN} can use
6246this as its host character set.
6247
6248@item EBCDIC-US
6249@itemx IBM1047
6250@cindex EBCDIC character set
6251@cindex IBM1047 character set
6252Variants of the @sc{ebcdic} character set, used on some of IBM's
6253mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6254@value{GDBN} cannot use these as its host character set.
6255
6256@end table
6257
6258Note that these are all single-byte character sets. More work inside
6259GDB is needed to support multi-byte or variable-width character
6260encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6261
6262Here is an example of @value{GDBN}'s character set support in action.
6263Assume that the following source code has been placed in the file
6264@file{charset-test.c}:
6265
6266@smallexample
6267#include <stdio.h>
6268
6269char ascii_hello[]
6270 = @{72, 101, 108, 108, 111, 44, 32, 119,
6271 111, 114, 108, 100, 33, 10, 0@};
6272char ibm1047_hello[]
6273 = @{200, 133, 147, 147, 150, 107, 64, 166,
6274 150, 153, 147, 132, 90, 37, 0@};
6275
6276main ()
6277@{
6278 printf ("Hello, world!\n");
6279@}
10998722 6280@end smallexample
a0eb71c5
KB
6281
6282In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6283containing the string @samp{Hello, world!} followed by a newline,
6284encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6285
6286We compile the program, and invoke the debugger on it:
6287
6288@smallexample
6289$ gcc -g charset-test.c -o charset-test
6290$ gdb -nw charset-test
6291GNU gdb 2001-12-19-cvs
6292Copyright 2001 Free Software Foundation, Inc.
6293@dots{}
b383017d 6294(gdb)
10998722 6295@end smallexample
a0eb71c5
KB
6296
6297We can use the @code{show charset} command to see what character sets
6298@value{GDBN} is currently using to interpret and display characters and
6299strings:
6300
6301@smallexample
6302(gdb) show charset
e33d66ec 6303The current host and target character set is `ISO-8859-1'.
b383017d 6304(gdb)
10998722 6305@end smallexample
a0eb71c5
KB
6306
6307For the sake of printing this manual, let's use @sc{ascii} as our
6308initial character set:
6309@smallexample
e33d66ec 6310(gdb) set charset ASCII
a0eb71c5 6311(gdb) show charset
e33d66ec 6312The current host and target character set is `ASCII'.
b383017d 6313(gdb)
10998722 6314@end smallexample
a0eb71c5
KB
6315
6316Let's assume that @sc{ascii} is indeed the correct character set for our
6317host system --- in other words, let's assume that if @value{GDBN} prints
6318characters using the @sc{ascii} character set, our terminal will display
6319them properly. Since our current target character set is also
6320@sc{ascii}, the contents of @code{ascii_hello} print legibly:
6321
6322@smallexample
6323(gdb) print ascii_hello
6324$1 = 0x401698 "Hello, world!\n"
6325(gdb) print ascii_hello[0]
6326$2 = 72 'H'
b383017d 6327(gdb)
10998722 6328@end smallexample
a0eb71c5
KB
6329
6330@value{GDBN} uses the target character set for character and string
6331literals you use in expressions:
6332
6333@smallexample
6334(gdb) print '+'
6335$3 = 43 '+'
b383017d 6336(gdb)
10998722 6337@end smallexample
a0eb71c5
KB
6338
6339The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6340character.
6341
6342@value{GDBN} relies on the user to tell it which character set the
6343target program uses. If we print @code{ibm1047_hello} while our target
6344character set is still @sc{ascii}, we get jibberish:
6345
6346@smallexample
6347(gdb) print ibm1047_hello
6348$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6349(gdb) print ibm1047_hello[0]
6350$5 = 200 '\310'
b383017d 6351(gdb)
10998722 6352@end smallexample
a0eb71c5 6353
e33d66ec 6354If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
6355@value{GDBN} tells us the character sets it supports:
6356
6357@smallexample
6358(gdb) set target-charset
b383017d
RM
6359ASCII EBCDIC-US IBM1047 ISO-8859-1
6360(gdb) set target-charset
10998722 6361@end smallexample
a0eb71c5
KB
6362
6363We can select @sc{ibm1047} as our target character set, and examine the
6364program's strings again. Now the @sc{ascii} string is wrong, but
6365@value{GDBN} translates the contents of @code{ibm1047_hello} from the
6366target character set, @sc{ibm1047}, to the host character set,
6367@sc{ascii}, and they display correctly:
6368
6369@smallexample
e33d66ec 6370(gdb) set target-charset IBM1047
a0eb71c5 6371(gdb) show charset
e33d66ec
EZ
6372The current host character set is `ASCII'.
6373The current target character set is `IBM1047'.
a0eb71c5
KB
6374(gdb) print ascii_hello
6375$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6376(gdb) print ascii_hello[0]
6377$7 = 72 '\110'
6378(gdb) print ibm1047_hello
6379$8 = 0x4016a8 "Hello, world!\n"
6380(gdb) print ibm1047_hello[0]
6381$9 = 200 'H'
6382(gdb)
10998722 6383@end smallexample
a0eb71c5
KB
6384
6385As above, @value{GDBN} uses the target character set for character and
6386string literals you use in expressions:
6387
6388@smallexample
6389(gdb) print '+'
6390$10 = 78 '+'
b383017d 6391(gdb)
10998722 6392@end smallexample
a0eb71c5 6393
e33d66ec 6394The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
6395character.
6396
6397
e2e0bcd1
JB
6398@node Macros
6399@chapter C Preprocessor Macros
6400
49efadf5 6401Some languages, such as C and C@t{++}, provide a way to define and invoke
e2e0bcd1
JB
6402``preprocessor macros'' which expand into strings of tokens.
6403@value{GDBN} can evaluate expressions containing macro invocations, show
6404the result of macro expansion, and show a macro's definition, including
6405where it was defined.
6406
6407You may need to compile your program specially to provide @value{GDBN}
6408with information about preprocessor macros. Most compilers do not
6409include macros in their debugging information, even when you compile
6410with the @option{-g} flag. @xref{Compilation}.
6411
6412A program may define a macro at one point, remove that definition later,
6413and then provide a different definition after that. Thus, at different
6414points in the program, a macro may have different definitions, or have
6415no definition at all. If there is a current stack frame, @value{GDBN}
6416uses the macros in scope at that frame's source code line. Otherwise,
6417@value{GDBN} uses the macros in scope at the current listing location;
6418see @ref{List}.
6419
6420At the moment, @value{GDBN} does not support the @code{##}
6421token-splicing operator, the @code{#} stringification operator, or
6422variable-arity macros.
6423
6424Whenever @value{GDBN} evaluates an expression, it always expands any
6425macro invocations present in the expression. @value{GDBN} also provides
6426the following commands for working with macros explicitly.
6427
6428@table @code
6429
6430@kindex macro expand
6431@cindex macro expansion, showing the results of preprocessor
6432@cindex preprocessor macro expansion, showing the results of
6433@cindex expanding preprocessor macros
6434@item macro expand @var{expression}
6435@itemx macro exp @var{expression}
6436Show the results of expanding all preprocessor macro invocations in
6437@var{expression}. Since @value{GDBN} simply expands macros, but does
6438not parse the result, @var{expression} need not be a valid expression;
6439it can be any string of tokens.
6440
6441@kindex macro expand-once
6442@item macro expand-once @var{expression}
6443@itemx macro exp1 @var{expression}
6444@i{(This command is not yet implemented.)} Show the results of
6445expanding those preprocessor macro invocations that appear explicitly in
6446@var{expression}. Macro invocations appearing in that expansion are
6447left unchanged. This command allows you to see the effect of a
6448particular macro more clearly, without being confused by further
6449expansions. Since @value{GDBN} simply expands macros, but does not
6450parse the result, @var{expression} need not be a valid expression; it
6451can be any string of tokens.
6452
475b0867 6453@kindex info macro
e2e0bcd1
JB
6454@cindex macro definition, showing
6455@cindex definition, showing a macro's
475b0867 6456@item info macro @var{macro}
e2e0bcd1
JB
6457Show the definition of the macro named @var{macro}, and describe the
6458source location where that definition was established.
6459
6460@kindex macro define
6461@cindex user-defined macros
6462@cindex defining macros interactively
6463@cindex macros, user-defined
6464@item macro define @var{macro} @var{replacement-list}
6465@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6466@i{(This command is not yet implemented.)} Introduce a definition for a
6467preprocessor macro named @var{macro}, invocations of which are replaced
6468by the tokens given in @var{replacement-list}. The first form of this
6469command defines an ``object-like'' macro, which takes no arguments; the
6470second form defines a ``function-like'' macro, which takes the arguments
6471given in @var{arglist}.
6472
6473A definition introduced by this command is in scope in every expression
6474evaluated in @value{GDBN}, until it is removed with the @command{macro
6475undef} command, described below. The definition overrides all
6476definitions for @var{macro} present in the program being debugged, as
6477well as any previous user-supplied definition.
6478
6479@kindex macro undef
6480@item macro undef @var{macro}
6481@i{(This command is not yet implemented.)} Remove any user-supplied
6482definition for the macro named @var{macro}. This command only affects
6483definitions provided with the @command{macro define} command, described
6484above; it cannot remove definitions present in the program being
6485debugged.
6486
6487@end table
6488
6489@cindex macros, example of debugging with
6490Here is a transcript showing the above commands in action. First, we
6491show our source files:
6492
6493@smallexample
6494$ cat sample.c
6495#include <stdio.h>
6496#include "sample.h"
6497
6498#define M 42
6499#define ADD(x) (M + x)
6500
6501main ()
6502@{
6503#define N 28
6504 printf ("Hello, world!\n");
6505#undef N
6506 printf ("We're so creative.\n");
6507#define N 1729
6508 printf ("Goodbye, world!\n");
6509@}
6510$ cat sample.h
6511#define Q <
6512$
6513@end smallexample
6514
6515Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6516We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6517compiler includes information about preprocessor macros in the debugging
6518information.
6519
6520@smallexample
6521$ gcc -gdwarf-2 -g3 sample.c -o sample
6522$
6523@end smallexample
6524
6525Now, we start @value{GDBN} on our sample program:
6526
6527@smallexample
6528$ gdb -nw sample
6529GNU gdb 2002-05-06-cvs
6530Copyright 2002 Free Software Foundation, Inc.
6531GDB is free software, @dots{}
6532(gdb)
6533@end smallexample
6534
6535We can expand macros and examine their definitions, even when the
6536program is not running. @value{GDBN} uses the current listing position
6537to decide which macro definitions are in scope:
6538
6539@smallexample
6540(gdb) list main
65413
65424 #define M 42
65435 #define ADD(x) (M + x)
65446
65457 main ()
65468 @{
65479 #define N 28
654810 printf ("Hello, world!\n");
654911 #undef N
655012 printf ("We're so creative.\n");
475b0867 6551(gdb) info macro ADD
e2e0bcd1
JB
6552Defined at /home/jimb/gdb/macros/play/sample.c:5
6553#define ADD(x) (M + x)
475b0867 6554(gdb) info macro Q
e2e0bcd1
JB
6555Defined at /home/jimb/gdb/macros/play/sample.h:1
6556 included at /home/jimb/gdb/macros/play/sample.c:2
6557#define Q <
6558(gdb) macro expand ADD(1)
6559expands to: (42 + 1)
6560(gdb) macro expand-once ADD(1)
6561expands to: once (M + 1)
b383017d 6562(gdb)
e2e0bcd1
JB
6563@end smallexample
6564
6565In the example above, note that @command{macro expand-once} expands only
6566the macro invocation explicit in the original text --- the invocation of
6567@code{ADD} --- but does not expand the invocation of the macro @code{M},
6568which was introduced by @code{ADD}.
6569
6570Once the program is running, GDB uses the macro definitions in force at
6571the source line of the current stack frame:
6572
6573@smallexample
6574(gdb) break main
6575Breakpoint 1 at 0x8048370: file sample.c, line 10.
6576(gdb) run
b383017d 6577Starting program: /home/jimb/gdb/macros/play/sample
e2e0bcd1
JB
6578
6579Breakpoint 1, main () at sample.c:10
658010 printf ("Hello, world!\n");
b383017d 6581(gdb)
e2e0bcd1
JB
6582@end smallexample
6583
6584At line 10, the definition of the macro @code{N} at line 9 is in force:
6585
6586@smallexample
475b0867 6587(gdb) info macro N
e2e0bcd1
JB
6588Defined at /home/jimb/gdb/macros/play/sample.c:9
6589#define N 28
6590(gdb) macro expand N Q M
6591expands to: 28 < 42
6592(gdb) print N Q M
6593$1 = 1
b383017d 6594(gdb)
e2e0bcd1
JB
6595@end smallexample
6596
6597As we step over directives that remove @code{N}'s definition, and then
6598give it a new definition, @value{GDBN} finds the definition (or lack
6599thereof) in force at each point:
6600
6601@smallexample
6602(gdb) next
6603Hello, world!
660412 printf ("We're so creative.\n");
475b0867 6605(gdb) info macro N
e2e0bcd1
JB
6606The symbol `N' has no definition as a C/C++ preprocessor macro
6607at /home/jimb/gdb/macros/play/sample.c:12
6608(gdb) next
6609We're so creative.
661014 printf ("Goodbye, world!\n");
475b0867 6611(gdb) info macro N
e2e0bcd1
JB
6612Defined at /home/jimb/gdb/macros/play/sample.c:13
6613#define N 1729
6614(gdb) macro expand N Q M
6615expands to: 1729 < 42
6616(gdb) print N Q M
6617$2 = 0
b383017d 6618(gdb)
e2e0bcd1
JB
6619@end smallexample
6620
6621
b37052ae
EZ
6622@node Tracepoints
6623@chapter Tracepoints
6624@c This chapter is based on the documentation written by Michael
6625@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6626
6627@cindex tracepoints
6628In some applications, it is not feasible for the debugger to interrupt
6629the program's execution long enough for the developer to learn
6630anything helpful about its behavior. If the program's correctness
6631depends on its real-time behavior, delays introduced by a debugger
6632might cause the program to change its behavior drastically, or perhaps
6633fail, even when the code itself is correct. It is useful to be able
6634to observe the program's behavior without interrupting it.
6635
6636Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6637specify locations in the program, called @dfn{tracepoints}, and
6638arbitrary expressions to evaluate when those tracepoints are reached.
6639Later, using the @code{tfind} command, you can examine the values
6640those expressions had when the program hit the tracepoints. The
6641expressions may also denote objects in memory---structures or arrays,
6642for example---whose values @value{GDBN} should record; while visiting
6643a particular tracepoint, you may inspect those objects as if they were
6644in memory at that moment. However, because @value{GDBN} records these
6645values without interacting with you, it can do so quickly and
6646unobtrusively, hopefully not disturbing the program's behavior.
6647
6648The tracepoint facility is currently available only for remote
2c0069bb
EZ
6649targets. @xref{Targets}. In addition, your remote target must know how
6650to collect trace data. This functionality is implemented in the remote
6651stub; however, none of the stubs distributed with @value{GDBN} support
6652tracepoints as of this writing.
b37052ae
EZ
6653
6654This chapter describes the tracepoint commands and features.
6655
6656@menu
b383017d
RM
6657* Set Tracepoints::
6658* Analyze Collected Data::
6659* Tracepoint Variables::
b37052ae
EZ
6660@end menu
6661
6662@node Set Tracepoints
6663@section Commands to Set Tracepoints
6664
6665Before running such a @dfn{trace experiment}, an arbitrary number of
6666tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
6667tracepoint has a number assigned to it by @value{GDBN}. Like with
6668breakpoints, tracepoint numbers are successive integers starting from
6669one. Many of the commands associated with tracepoints take the
6670tracepoint number as their argument, to identify which tracepoint to
6671work on.
6672
6673For each tracepoint, you can specify, in advance, some arbitrary set
6674of data that you want the target to collect in the trace buffer when
6675it hits that tracepoint. The collected data can include registers,
6676local variables, or global data. Later, you can use @value{GDBN}
6677commands to examine the values these data had at the time the
6678tracepoint was hit.
6679
6680This section describes commands to set tracepoints and associated
6681conditions and actions.
6682
6683@menu
b383017d
RM
6684* Create and Delete Tracepoints::
6685* Enable and Disable Tracepoints::
6686* Tracepoint Passcounts::
6687* Tracepoint Actions::
6688* Listing Tracepoints::
6689* Starting and Stopping Trace Experiment::
b37052ae
EZ
6690@end menu
6691
6692@node Create and Delete Tracepoints
6693@subsection Create and Delete Tracepoints
6694
6695@table @code
6696@cindex set tracepoint
6697@kindex trace
6698@item trace
6699The @code{trace} command is very similar to the @code{break} command.
6700Its argument can be a source line, a function name, or an address in
6701the target program. @xref{Set Breaks}. The @code{trace} command
6702defines a tracepoint, which is a point in the target program where the
6703debugger will briefly stop, collect some data, and then allow the
6704program to continue. Setting a tracepoint or changing its commands
6705doesn't take effect until the next @code{tstart} command; thus, you
6706cannot change the tracepoint attributes once a trace experiment is
6707running.
6708
6709Here are some examples of using the @code{trace} command:
6710
6711@smallexample
6712(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
6713
6714(@value{GDBP}) @b{trace +2} // 2 lines forward
6715
6716(@value{GDBP}) @b{trace my_function} // first source line of function
6717
6718(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
6719
6720(@value{GDBP}) @b{trace *0x2117c4} // an address
6721@end smallexample
6722
6723@noindent
6724You can abbreviate @code{trace} as @code{tr}.
6725
6726@vindex $tpnum
6727@cindex last tracepoint number
6728@cindex recent tracepoint number
6729@cindex tracepoint number
6730The convenience variable @code{$tpnum} records the tracepoint number
6731of the most recently set tracepoint.
6732
6733@kindex delete tracepoint
6734@cindex tracepoint deletion
6735@item delete tracepoint @r{[}@var{num}@r{]}
6736Permanently delete one or more tracepoints. With no argument, the
6737default is to delete all tracepoints.
6738
6739Examples:
6740
6741@smallexample
6742(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
6743
6744(@value{GDBP}) @b{delete trace} // remove all tracepoints
6745@end smallexample
6746
6747@noindent
6748You can abbreviate this command as @code{del tr}.
6749@end table
6750
6751@node Enable and Disable Tracepoints
6752@subsection Enable and Disable Tracepoints
6753
6754@table @code
6755@kindex disable tracepoint
6756@item disable tracepoint @r{[}@var{num}@r{]}
6757Disable tracepoint @var{num}, or all tracepoints if no argument
6758@var{num} is given. A disabled tracepoint will have no effect during
6759the next trace experiment, but it is not forgotten. You can re-enable
6760a disabled tracepoint using the @code{enable tracepoint} command.
6761
6762@kindex enable tracepoint
6763@item enable tracepoint @r{[}@var{num}@r{]}
6764Enable tracepoint @var{num}, or all tracepoints. The enabled
6765tracepoints will become effective the next time a trace experiment is
6766run.
6767@end table
6768
6769@node Tracepoint Passcounts
6770@subsection Tracepoint Passcounts
6771
6772@table @code
6773@kindex passcount
6774@cindex tracepoint pass count
6775@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
6776Set the @dfn{passcount} of a tracepoint. The passcount is a way to
6777automatically stop a trace experiment. If a tracepoint's passcount is
6778@var{n}, then the trace experiment will be automatically stopped on
6779the @var{n}'th time that tracepoint is hit. If the tracepoint number
6780@var{num} is not specified, the @code{passcount} command sets the
6781passcount of the most recently defined tracepoint. If no passcount is
6782given, the trace experiment will run until stopped explicitly by the
6783user.
6784
6785Examples:
6786
6787@smallexample
b383017d 6788(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6826cf00 6789@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
6790
6791(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 6792@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
6793(@value{GDBP}) @b{trace foo}
6794(@value{GDBP}) @b{pass 3}
6795(@value{GDBP}) @b{trace bar}
6796(@value{GDBP}) @b{pass 2}
6797(@value{GDBP}) @b{trace baz}
6798(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
6799@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
6800@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
6801@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
6802@end smallexample
6803@end table
6804
6805@node Tracepoint Actions
6806@subsection Tracepoint Action Lists
6807
6808@table @code
6809@kindex actions
6810@cindex tracepoint actions
6811@item actions @r{[}@var{num}@r{]}
6812This command will prompt for a list of actions to be taken when the
6813tracepoint is hit. If the tracepoint number @var{num} is not
6814specified, this command sets the actions for the one that was most
6815recently defined (so that you can define a tracepoint and then say
6816@code{actions} without bothering about its number). You specify the
6817actions themselves on the following lines, one action at a time, and
6818terminate the actions list with a line containing just @code{end}. So
6819far, the only defined actions are @code{collect} and
6820@code{while-stepping}.
6821
6822@cindex remove actions from a tracepoint
6823To remove all actions from a tracepoint, type @samp{actions @var{num}}
6824and follow it immediately with @samp{end}.
6825
6826@smallexample
6827(@value{GDBP}) @b{collect @var{data}} // collect some data
6828
6826cf00 6829(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 6830
6826cf00 6831(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
6832@end smallexample
6833
6834In the following example, the action list begins with @code{collect}
6835commands indicating the things to be collected when the tracepoint is
6836hit. Then, in order to single-step and collect additional data
6837following the tracepoint, a @code{while-stepping} command is used,
6838followed by the list of things to be collected while stepping. The
6839@code{while-stepping} command is terminated by its own separate
6840@code{end} command. Lastly, the action list is terminated by an
6841@code{end} command.
6842
6843@smallexample
6844(@value{GDBP}) @b{trace foo}
6845(@value{GDBP}) @b{actions}
6846Enter actions for tracepoint 1, one per line:
6847> collect bar,baz
6848> collect $regs
6849> while-stepping 12
6850 > collect $fp, $sp
6851 > end
6852end
6853@end smallexample
6854
6855@kindex collect @r{(tracepoints)}
6856@item collect @var{expr1}, @var{expr2}, @dots{}
6857Collect values of the given expressions when the tracepoint is hit.
6858This command accepts a comma-separated list of any valid expressions.
6859In addition to global, static, or local variables, the following
6860special arguments are supported:
6861
6862@table @code
6863@item $regs
6864collect all registers
6865
6866@item $args
6867collect all function arguments
6868
6869@item $locals
6870collect all local variables.
6871@end table
6872
6873You can give several consecutive @code{collect} commands, each one
6874with a single argument, or one @code{collect} command with several
6875arguments separated by commas: the effect is the same.
6876
f5c37c66
EZ
6877The command @code{info scope} (@pxref{Symbols, info scope}) is
6878particularly useful for figuring out what data to collect.
6879
b37052ae
EZ
6880@kindex while-stepping @r{(tracepoints)}
6881@item while-stepping @var{n}
6882Perform @var{n} single-step traces after the tracepoint, collecting
6883new data at each step. The @code{while-stepping} command is
6884followed by the list of what to collect while stepping (followed by
6885its own @code{end} command):
6886
6887@smallexample
6888> while-stepping 12
6889 > collect $regs, myglobal
6890 > end
6891>
6892@end smallexample
6893
6894@noindent
6895You may abbreviate @code{while-stepping} as @code{ws} or
6896@code{stepping}.
6897@end table
6898
6899@node Listing Tracepoints
6900@subsection Listing Tracepoints
6901
6902@table @code
6903@kindex info tracepoints
6904@cindex information about tracepoints
6905@item info tracepoints @r{[}@var{num}@r{]}
8a037dd7 6906Display information about the tracepoint @var{num}. If you don't specify
798c8bc6 6907a tracepoint number, displays information about all the tracepoints
b37052ae
EZ
6908defined so far. For each tracepoint, the following information is
6909shown:
6910
6911@itemize @bullet
6912@item
6913its number
6914@item
6915whether it is enabled or disabled
6916@item
6917its address
6918@item
6919its passcount as given by the @code{passcount @var{n}} command
6920@item
6921its step count as given by the @code{while-stepping @var{n}} command
6922@item
6923where in the source files is the tracepoint set
6924@item
6925its action list as given by the @code{actions} command
6926@end itemize
6927
6928@smallexample
6929(@value{GDBP}) @b{info trace}
6930Num Enb Address PassC StepC What
69311 y 0x002117c4 0 0 <gdb_asm>
6826cf00
EZ
69322 y 0x0020dc64 0 0 in g_test at g_test.c:1375
69333 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
b37052ae
EZ
6934(@value{GDBP})
6935@end smallexample
6936
6937@noindent
6938This command can be abbreviated @code{info tp}.
6939@end table
6940
6941@node Starting and Stopping Trace Experiment
6942@subsection Starting and Stopping Trace Experiment
6943
6944@table @code
6945@kindex tstart
6946@cindex start a new trace experiment
6947@cindex collected data discarded
6948@item tstart
6949This command takes no arguments. It starts the trace experiment, and
6950begins collecting data. This has the side effect of discarding all
6951the data collected in the trace buffer during the previous trace
6952experiment.
6953
6954@kindex tstop
6955@cindex stop a running trace experiment
6956@item tstop
6957This command takes no arguments. It ends the trace experiment, and
6958stops collecting data.
6959
6960@strong{Note:} a trace experiment and data collection may stop
6961automatically if any tracepoint's passcount is reached
6962(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
6963
6964@kindex tstatus
6965@cindex status of trace data collection
6966@cindex trace experiment, status of
6967@item tstatus
6968This command displays the status of the current trace data
6969collection.
6970@end table
6971
6972Here is an example of the commands we described so far:
6973
6974@smallexample
6975(@value{GDBP}) @b{trace gdb_c_test}
6976(@value{GDBP}) @b{actions}
6977Enter actions for tracepoint #1, one per line.
6978> collect $regs,$locals,$args
6979> while-stepping 11
6980 > collect $regs
6981 > end
6982> end
6983(@value{GDBP}) @b{tstart}
6984 [time passes @dots{}]
6985(@value{GDBP}) @b{tstop}
6986@end smallexample
6987
6988
6989@node Analyze Collected Data
6990@section Using the collected data
6991
6992After the tracepoint experiment ends, you use @value{GDBN} commands
6993for examining the trace data. The basic idea is that each tracepoint
6994collects a trace @dfn{snapshot} every time it is hit and another
6995snapshot every time it single-steps. All these snapshots are
6996consecutively numbered from zero and go into a buffer, and you can
6997examine them later. The way you examine them is to @dfn{focus} on a
6998specific trace snapshot. When the remote stub is focused on a trace
6999snapshot, it will respond to all @value{GDBN} requests for memory and
7000registers by reading from the buffer which belongs to that snapshot,
7001rather than from @emph{real} memory or registers of the program being
7002debugged. This means that @strong{all} @value{GDBN} commands
7003(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
7004behave as if we were currently debugging the program state as it was
7005when the tracepoint occurred. Any requests for data that are not in
7006the buffer will fail.
7007
7008@menu
7009* tfind:: How to select a trace snapshot
7010* tdump:: How to display all data for a snapshot
7011* save-tracepoints:: How to save tracepoints for a future run
7012@end menu
7013
7014@node tfind
7015@subsection @code{tfind @var{n}}
7016
7017@kindex tfind
7018@cindex select trace snapshot
7019@cindex find trace snapshot
7020The basic command for selecting a trace snapshot from the buffer is
7021@code{tfind @var{n}}, which finds trace snapshot number @var{n},
7022counting from zero. If no argument @var{n} is given, the next
7023snapshot is selected.
7024
7025Here are the various forms of using the @code{tfind} command.
7026
7027@table @code
7028@item tfind start
7029Find the first snapshot in the buffer. This is a synonym for
7030@code{tfind 0} (since 0 is the number of the first snapshot).
7031
7032@item tfind none
7033Stop debugging trace snapshots, resume @emph{live} debugging.
7034
7035@item tfind end
7036Same as @samp{tfind none}.
7037
7038@item tfind
7039No argument means find the next trace snapshot.
7040
7041@item tfind -
7042Find the previous trace snapshot before the current one. This permits
7043retracing earlier steps.
7044
7045@item tfind tracepoint @var{num}
7046Find the next snapshot associated with tracepoint @var{num}. Search
7047proceeds forward from the last examined trace snapshot. If no
7048argument @var{num} is given, it means find the next snapshot collected
7049for the same tracepoint as the current snapshot.
7050
7051@item tfind pc @var{addr}
7052Find the next snapshot associated with the value @var{addr} of the
7053program counter. Search proceeds forward from the last examined trace
7054snapshot. If no argument @var{addr} is given, it means find the next
7055snapshot with the same value of PC as the current snapshot.
7056
7057@item tfind outside @var{addr1}, @var{addr2}
7058Find the next snapshot whose PC is outside the given range of
7059addresses.
7060
7061@item tfind range @var{addr1}, @var{addr2}
7062Find the next snapshot whose PC is between @var{addr1} and
7063@var{addr2}. @c FIXME: Is the range inclusive or exclusive?
7064
7065@item tfind line @r{[}@var{file}:@r{]}@var{n}
7066Find the next snapshot associated with the source line @var{n}. If
7067the optional argument @var{file} is given, refer to line @var{n} in
7068that source file. Search proceeds forward from the last examined
7069trace snapshot. If no argument @var{n} is given, it means find the
7070next line other than the one currently being examined; thus saying
7071@code{tfind line} repeatedly can appear to have the same effect as
7072stepping from line to line in a @emph{live} debugging session.
7073@end table
7074
7075The default arguments for the @code{tfind} commands are specifically
7076designed to make it easy to scan through the trace buffer. For
7077instance, @code{tfind} with no argument selects the next trace
7078snapshot, and @code{tfind -} with no argument selects the previous
7079trace snapshot. So, by giving one @code{tfind} command, and then
7080simply hitting @key{RET} repeatedly you can examine all the trace
7081snapshots in order. Or, by saying @code{tfind -} and then hitting
7082@key{RET} repeatedly you can examine the snapshots in reverse order.
7083The @code{tfind line} command with no argument selects the snapshot
7084for the next source line executed. The @code{tfind pc} command with
7085no argument selects the next snapshot with the same program counter
7086(PC) as the current frame. The @code{tfind tracepoint} command with
7087no argument selects the next trace snapshot collected by the same
7088tracepoint as the current one.
7089
7090In addition to letting you scan through the trace buffer manually,
7091these commands make it easy to construct @value{GDBN} scripts that
7092scan through the trace buffer and print out whatever collected data
7093you are interested in. Thus, if we want to examine the PC, FP, and SP
7094registers from each trace frame in the buffer, we can say this:
7095
7096@smallexample
7097(@value{GDBP}) @b{tfind start}
7098(@value{GDBP}) @b{while ($trace_frame != -1)}
7099> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7100 $trace_frame, $pc, $sp, $fp
7101> tfind
7102> end
7103
7104Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7105Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7106Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7107Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7108Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7109Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7110Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7111Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7112Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7113Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7114Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7115@end smallexample
7116
7117Or, if we want to examine the variable @code{X} at each source line in
7118the buffer:
7119
7120@smallexample
7121(@value{GDBP}) @b{tfind start}
7122(@value{GDBP}) @b{while ($trace_frame != -1)}
7123> printf "Frame %d, X == %d\n", $trace_frame, X
7124> tfind line
7125> end
7126
7127Frame 0, X = 1
7128Frame 7, X = 2
7129Frame 13, X = 255
7130@end smallexample
7131
7132@node tdump
7133@subsection @code{tdump}
7134@kindex tdump
7135@cindex dump all data collected at tracepoint
7136@cindex tracepoint data, display
7137
7138This command takes no arguments. It prints all the data collected at
7139the current trace snapshot.
7140
7141@smallexample
7142(@value{GDBP}) @b{trace 444}
7143(@value{GDBP}) @b{actions}
7144Enter actions for tracepoint #2, one per line:
7145> collect $regs, $locals, $args, gdb_long_test
7146> end
7147
7148(@value{GDBP}) @b{tstart}
7149
7150(@value{GDBP}) @b{tfind line 444}
7151#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7152at gdb_test.c:444
7153444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7154
7155(@value{GDBP}) @b{tdump}
7156Data collected at tracepoint 2, trace frame 1:
7157d0 0xc4aa0085 -995491707
7158d1 0x18 24
7159d2 0x80 128
7160d3 0x33 51
7161d4 0x71aea3d 119204413
7162d5 0x22 34
7163d6 0xe0 224
7164d7 0x380035 3670069
7165a0 0x19e24a 1696330
7166a1 0x3000668 50333288
7167a2 0x100 256
7168a3 0x322000 3284992
7169a4 0x3000698 50333336
7170a5 0x1ad3cc 1758156
7171fp 0x30bf3c 0x30bf3c
7172sp 0x30bf34 0x30bf34
7173ps 0x0 0
7174pc 0x20b2c8 0x20b2c8
7175fpcontrol 0x0 0
7176fpstatus 0x0 0
7177fpiaddr 0x0 0
7178p = 0x20e5b4 "gdb-test"
7179p1 = (void *) 0x11
7180p2 = (void *) 0x22
7181p3 = (void *) 0x33
7182p4 = (void *) 0x44
7183p5 = (void *) 0x55
7184p6 = (void *) 0x66
7185gdb_long_test = 17 '\021'
7186
7187(@value{GDBP})
7188@end smallexample
7189
7190@node save-tracepoints
7191@subsection @code{save-tracepoints @var{filename}}
7192@kindex save-tracepoints
7193@cindex save tracepoints for future sessions
7194
7195This command saves all current tracepoint definitions together with
7196their actions and passcounts, into a file @file{@var{filename}}
7197suitable for use in a later debugging session. To read the saved
7198tracepoint definitions, use the @code{source} command (@pxref{Command
7199Files}).
7200
7201@node Tracepoint Variables
7202@section Convenience Variables for Tracepoints
7203@cindex tracepoint variables
7204@cindex convenience variables for tracepoints
7205
7206@table @code
7207@vindex $trace_frame
7208@item (int) $trace_frame
7209The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7210snapshot is selected.
7211
7212@vindex $tracepoint
7213@item (int) $tracepoint
7214The tracepoint for the current trace snapshot.
7215
7216@vindex $trace_line
7217@item (int) $trace_line
7218The line number for the current trace snapshot.
7219
7220@vindex $trace_file
7221@item (char []) $trace_file
7222The source file for the current trace snapshot.
7223
7224@vindex $trace_func
7225@item (char []) $trace_func
7226The name of the function containing @code{$tracepoint}.
7227@end table
7228
7229Note: @code{$trace_file} is not suitable for use in @code{printf},
7230use @code{output} instead.
7231
7232Here's a simple example of using these convenience variables for
7233stepping through all the trace snapshots and printing some of their
7234data.
7235
7236@smallexample
7237(@value{GDBP}) @b{tfind start}
7238
7239(@value{GDBP}) @b{while $trace_frame != -1}
7240> output $trace_file
7241> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7242> tfind
7243> end
7244@end smallexample
7245
df0cd8c5
JB
7246@node Overlays
7247@chapter Debugging Programs That Use Overlays
7248@cindex overlays
7249
7250If your program is too large to fit completely in your target system's
7251memory, you can sometimes use @dfn{overlays} to work around this
7252problem. @value{GDBN} provides some support for debugging programs that
7253use overlays.
7254
7255@menu
7256* How Overlays Work:: A general explanation of overlays.
7257* Overlay Commands:: Managing overlays in @value{GDBN}.
7258* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7259 mapped by asking the inferior.
7260* Overlay Sample Program:: A sample program using overlays.
7261@end menu
7262
7263@node How Overlays Work
7264@section How Overlays Work
7265@cindex mapped overlays
7266@cindex unmapped overlays
7267@cindex load address, overlay's
7268@cindex mapped address
7269@cindex overlay area
7270
7271Suppose you have a computer whose instruction address space is only 64
7272kilobytes long, but which has much more memory which can be accessed by
7273other means: special instructions, segment registers, or memory
7274management hardware, for example. Suppose further that you want to
7275adapt a program which is larger than 64 kilobytes to run on this system.
7276
7277One solution is to identify modules of your program which are relatively
7278independent, and need not call each other directly; call these modules
7279@dfn{overlays}. Separate the overlays from the main program, and place
7280their machine code in the larger memory. Place your main program in
7281instruction memory, but leave at least enough space there to hold the
7282largest overlay as well.
7283
7284Now, to call a function located in an overlay, you must first copy that
7285overlay's machine code from the large memory into the space set aside
7286for it in the instruction memory, and then jump to its entry point
7287there.
7288
c928edc0
AC
7289@c NB: In the below the mapped area's size is greater or equal to the
7290@c size of all overlays. This is intentional to remind the developer
7291@c that overlays don't necessarily need to be the same size.
7292
474c8240 7293@smallexample
df0cd8c5 7294@group
c928edc0
AC
7295 Data Instruction Larger
7296Address Space Address Space Address Space
7297+-----------+ +-----------+ +-----------+
7298| | | | | |
7299+-----------+ +-----------+ +-----------+<-- overlay 1
7300| program | | main | .----| overlay 1 | load address
7301| variables | | program | | +-----------+
7302| and heap | | | | | |
7303+-----------+ | | | +-----------+<-- overlay 2
7304| | +-----------+ | | | load address
7305+-----------+ | | | .-| overlay 2 |
7306 | | | | | |
7307 mapped --->+-----------+ | | +-----------+
7308 address | | | | | |
7309 | overlay | <-' | | |
7310 | area | <---' +-----------+<-- overlay 3
7311 | | <---. | | load address
7312 +-----------+ `--| overlay 3 |
7313 | | | |
7314 +-----------+ | |
7315 +-----------+
7316 | |
7317 +-----------+
7318
7319 @anchor{A code overlay}A code overlay
df0cd8c5 7320@end group
474c8240 7321@end smallexample
df0cd8c5 7322
c928edc0
AC
7323The diagram (@pxref{A code overlay}) shows a system with separate data
7324and instruction address spaces. To map an overlay, the program copies
7325its code from the larger address space to the instruction address space.
7326Since the overlays shown here all use the same mapped address, only one
7327may be mapped at a time. For a system with a single address space for
7328data and instructions, the diagram would be similar, except that the
7329program variables and heap would share an address space with the main
7330program and the overlay area.
df0cd8c5
JB
7331
7332An overlay loaded into instruction memory and ready for use is called a
7333@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7334instruction memory. An overlay not present (or only partially present)
7335in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7336is its address in the larger memory. The mapped address is also called
7337the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7338called the @dfn{load memory address}, or @dfn{LMA}.
7339
7340Unfortunately, overlays are not a completely transparent way to adapt a
7341program to limited instruction memory. They introduce a new set of
7342global constraints you must keep in mind as you design your program:
7343
7344@itemize @bullet
7345
7346@item
7347Before calling or returning to a function in an overlay, your program
7348must make sure that overlay is actually mapped. Otherwise, the call or
7349return will transfer control to the right address, but in the wrong
7350overlay, and your program will probably crash.
7351
7352@item
7353If the process of mapping an overlay is expensive on your system, you
7354will need to choose your overlays carefully to minimize their effect on
7355your program's performance.
7356
7357@item
7358The executable file you load onto your system must contain each
7359overlay's instructions, appearing at the overlay's load address, not its
7360mapped address. However, each overlay's instructions must be relocated
7361and its symbols defined as if the overlay were at its mapped address.
7362You can use GNU linker scripts to specify different load and relocation
7363addresses for pieces of your program; see @ref{Overlay Description,,,
7364ld.info, Using ld: the GNU linker}.
7365
7366@item
7367The procedure for loading executable files onto your system must be able
7368to load their contents into the larger address space as well as the
7369instruction and data spaces.
7370
7371@end itemize
7372
7373The overlay system described above is rather simple, and could be
7374improved in many ways:
7375
7376@itemize @bullet
7377
7378@item
7379If your system has suitable bank switch registers or memory management
7380hardware, you could use those facilities to make an overlay's load area
7381contents simply appear at their mapped address in instruction space.
7382This would probably be faster than copying the overlay to its mapped
7383area in the usual way.
7384
7385@item
7386If your overlays are small enough, you could set aside more than one
7387overlay area, and have more than one overlay mapped at a time.
7388
7389@item
7390You can use overlays to manage data, as well as instructions. In
7391general, data overlays are even less transparent to your design than
7392code overlays: whereas code overlays only require care when you call or
7393return to functions, data overlays require care every time you access
7394the data. Also, if you change the contents of a data overlay, you
7395must copy its contents back out to its load address before you can copy a
7396different data overlay into the same mapped area.
7397
7398@end itemize
7399
7400
7401@node Overlay Commands
7402@section Overlay Commands
7403
7404To use @value{GDBN}'s overlay support, each overlay in your program must
7405correspond to a separate section of the executable file. The section's
7406virtual memory address and load memory address must be the overlay's
7407mapped and load addresses. Identifying overlays with sections allows
7408@value{GDBN} to determine the appropriate address of a function or
7409variable, depending on whether the overlay is mapped or not.
7410
7411@value{GDBN}'s overlay commands all start with the word @code{overlay};
7412you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7413
7414@table @code
7415@item overlay off
7416@kindex overlay off
7417Disable @value{GDBN}'s overlay support. When overlay support is
7418disabled, @value{GDBN} assumes that all functions and variables are
7419always present at their mapped addresses. By default, @value{GDBN}'s
7420overlay support is disabled.
7421
7422@item overlay manual
7423@kindex overlay manual
7424@cindex manual overlay debugging
7425Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7426relies on you to tell it which overlays are mapped, and which are not,
7427using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7428commands described below.
7429
7430@item overlay map-overlay @var{overlay}
7431@itemx overlay map @var{overlay}
7432@kindex overlay map-overlay
7433@cindex map an overlay
7434Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7435be the name of the object file section containing the overlay. When an
7436overlay is mapped, @value{GDBN} assumes it can find the overlay's
7437functions and variables at their mapped addresses. @value{GDBN} assumes
7438that any other overlays whose mapped ranges overlap that of
7439@var{overlay} are now unmapped.
7440
7441@item overlay unmap-overlay @var{overlay}
7442@itemx overlay unmap @var{overlay}
7443@kindex overlay unmap-overlay
7444@cindex unmap an overlay
7445Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7446must be the name of the object file section containing the overlay.
7447When an overlay is unmapped, @value{GDBN} assumes it can find the
7448overlay's functions and variables at their load addresses.
7449
7450@item overlay auto
7451@kindex overlay auto
7452Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7453consults a data structure the overlay manager maintains in the inferior
7454to see which overlays are mapped. For details, see @ref{Automatic
7455Overlay Debugging}.
7456
7457@item overlay load-target
7458@itemx overlay load
7459@kindex overlay load-target
7460@cindex reloading the overlay table
7461Re-read the overlay table from the inferior. Normally, @value{GDBN}
7462re-reads the table @value{GDBN} automatically each time the inferior
7463stops, so this command should only be necessary if you have changed the
7464overlay mapping yourself using @value{GDBN}. This command is only
7465useful when using automatic overlay debugging.
7466
7467@item overlay list-overlays
7468@itemx overlay list
7469@cindex listing mapped overlays
7470Display a list of the overlays currently mapped, along with their mapped
7471addresses, load addresses, and sizes.
7472
7473@end table
7474
7475Normally, when @value{GDBN} prints a code address, it includes the name
7476of the function the address falls in:
7477
474c8240 7478@smallexample
df0cd8c5
JB
7479(gdb) print main
7480$3 = @{int ()@} 0x11a0 <main>
474c8240 7481@end smallexample
df0cd8c5
JB
7482@noindent
7483When overlay debugging is enabled, @value{GDBN} recognizes code in
7484unmapped overlays, and prints the names of unmapped functions with
7485asterisks around them. For example, if @code{foo} is a function in an
7486unmapped overlay, @value{GDBN} prints it this way:
7487
474c8240 7488@smallexample
df0cd8c5
JB
7489(gdb) overlay list
7490No sections are mapped.
7491(gdb) print foo
7492$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 7493@end smallexample
df0cd8c5
JB
7494@noindent
7495When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7496name normally:
7497
474c8240 7498@smallexample
df0cd8c5 7499(gdb) overlay list
b383017d 7500Section .ov.foo.text, loaded at 0x100000 - 0x100034,
df0cd8c5
JB
7501 mapped at 0x1016 - 0x104a
7502(gdb) print foo
7503$6 = @{int (int)@} 0x1016 <foo>
474c8240 7504@end smallexample
df0cd8c5
JB
7505
7506When overlay debugging is enabled, @value{GDBN} can find the correct
7507address for functions and variables in an overlay, whether or not the
7508overlay is mapped. This allows most @value{GDBN} commands, like
7509@code{break} and @code{disassemble}, to work normally, even on unmapped
7510code. However, @value{GDBN}'s breakpoint support has some limitations:
7511
7512@itemize @bullet
7513@item
7514@cindex breakpoints in overlays
7515@cindex overlays, setting breakpoints in
7516You can set breakpoints in functions in unmapped overlays, as long as
7517@value{GDBN} can write to the overlay at its load address.
7518@item
7519@value{GDBN} can not set hardware or simulator-based breakpoints in
7520unmapped overlays. However, if you set a breakpoint at the end of your
7521overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7522you are using manual overlay management), @value{GDBN} will re-set its
7523breakpoints properly.
7524@end itemize
7525
7526
7527@node Automatic Overlay Debugging
7528@section Automatic Overlay Debugging
7529@cindex automatic overlay debugging
7530
7531@value{GDBN} can automatically track which overlays are mapped and which
7532are not, given some simple co-operation from the overlay manager in the
7533inferior. If you enable automatic overlay debugging with the
7534@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7535looks in the inferior's memory for certain variables describing the
7536current state of the overlays.
7537
7538Here are the variables your overlay manager must define to support
7539@value{GDBN}'s automatic overlay debugging:
7540
7541@table @asis
7542
7543@item @code{_ovly_table}:
7544This variable must be an array of the following structures:
7545
474c8240 7546@smallexample
df0cd8c5
JB
7547struct
7548@{
7549 /* The overlay's mapped address. */
7550 unsigned long vma;
7551
7552 /* The size of the overlay, in bytes. */
7553 unsigned long size;
7554
7555 /* The overlay's load address. */
7556 unsigned long lma;
7557
7558 /* Non-zero if the overlay is currently mapped;
7559 zero otherwise. */
7560 unsigned long mapped;
7561@}
474c8240 7562@end smallexample
df0cd8c5
JB
7563
7564@item @code{_novlys}:
7565This variable must be a four-byte signed integer, holding the total
7566number of elements in @code{_ovly_table}.
7567
7568@end table
7569
7570To decide whether a particular overlay is mapped or not, @value{GDBN}
7571looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7572@code{lma} members equal the VMA and LMA of the overlay's section in the
7573executable file. When @value{GDBN} finds a matching entry, it consults
7574the entry's @code{mapped} member to determine whether the overlay is
7575currently mapped.
7576
81d46470 7577In addition, your overlay manager may define a function called
def71bfa 7578@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
7579will silently set a breakpoint there. If the overlay manager then
7580calls this function whenever it has changed the overlay table, this
7581will enable @value{GDBN} to accurately keep track of which overlays
7582are in program memory, and update any breakpoints that may be set
b383017d 7583in overlays. This will allow breakpoints to work even if the
81d46470
MS
7584overlays are kept in ROM or other non-writable memory while they
7585are not being executed.
df0cd8c5
JB
7586
7587@node Overlay Sample Program
7588@section Overlay Sample Program
7589@cindex overlay example program
7590
7591When linking a program which uses overlays, you must place the overlays
7592at their load addresses, while relocating them to run at their mapped
7593addresses. To do this, you must write a linker script (@pxref{Overlay
7594Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7595since linker scripts are specific to a particular host system, target
7596architecture, and target memory layout, this manual cannot provide
7597portable sample code demonstrating @value{GDBN}'s overlay support.
7598
7599However, the @value{GDBN} source distribution does contain an overlaid
7600program, with linker scripts for a few systems, as part of its test
7601suite. The program consists of the following files from
7602@file{gdb/testsuite/gdb.base}:
7603
7604@table @file
7605@item overlays.c
7606The main program file.
7607@item ovlymgr.c
7608A simple overlay manager, used by @file{overlays.c}.
7609@item foo.c
7610@itemx bar.c
7611@itemx baz.c
7612@itemx grbx.c
7613Overlay modules, loaded and used by @file{overlays.c}.
7614@item d10v.ld
7615@itemx m32r.ld
7616Linker scripts for linking the test program on the @code{d10v-elf}
7617and @code{m32r-elf} targets.
7618@end table
7619
7620You can build the test program using the @code{d10v-elf} GCC
7621cross-compiler like this:
7622
474c8240 7623@smallexample
df0cd8c5
JB
7624$ d10v-elf-gcc -g -c overlays.c
7625$ d10v-elf-gcc -g -c ovlymgr.c
7626$ d10v-elf-gcc -g -c foo.c
7627$ d10v-elf-gcc -g -c bar.c
7628$ d10v-elf-gcc -g -c baz.c
7629$ d10v-elf-gcc -g -c grbx.c
7630$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7631 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 7632@end smallexample
df0cd8c5
JB
7633
7634The build process is identical for any other architecture, except that
7635you must substitute the appropriate compiler and linker script for the
7636target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7637
7638
6d2ebf8b 7639@node Languages
c906108c
SS
7640@chapter Using @value{GDBN} with Different Languages
7641@cindex languages
7642
c906108c
SS
7643Although programming languages generally have common aspects, they are
7644rarely expressed in the same manner. For instance, in ANSI C,
7645dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7646Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 7647represented (and displayed) differently. Hex numbers in C appear as
c906108c 7648@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
7649
7650@cindex working language
7651Language-specific information is built into @value{GDBN} for some languages,
7652allowing you to express operations like the above in your program's
7653native language, and allowing @value{GDBN} to output values in a manner
7654consistent with the syntax of your program's native language. The
7655language you use to build expressions is called the @dfn{working
7656language}.
7657
7658@menu
7659* Setting:: Switching between source languages
7660* Show:: Displaying the language
c906108c 7661* Checks:: Type and range checks
c906108c 7662* Support:: Supported languages
4e562065 7663* Unsupported languages:: Unsupported languages
c906108c
SS
7664@end menu
7665
6d2ebf8b 7666@node Setting
c906108c
SS
7667@section Switching between source languages
7668
7669There are two ways to control the working language---either have @value{GDBN}
7670set it automatically, or select it manually yourself. You can use the
7671@code{set language} command for either purpose. On startup, @value{GDBN}
7672defaults to setting the language automatically. The working language is
7673used to determine how expressions you type are interpreted, how values
7674are printed, etc.
7675
7676In addition to the working language, every source file that
7677@value{GDBN} knows about has its own working language. For some object
7678file formats, the compiler might indicate which language a particular
7679source file is in. However, most of the time @value{GDBN} infers the
7680language from the name of the file. The language of a source file
b37052ae 7681controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 7682show each frame appropriately for its own language. There is no way to
d4f3574e
SS
7683set the language of a source file from within @value{GDBN}, but you can
7684set the language associated with a filename extension. @xref{Show, ,
7685Displaying the language}.
c906108c
SS
7686
7687This is most commonly a problem when you use a program, such
5d161b24 7688as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
7689another language. In that case, make the
7690program use @code{#line} directives in its C output; that way
7691@value{GDBN} will know the correct language of the source code of the original
7692program, and will display that source code, not the generated C code.
7693
7694@menu
7695* Filenames:: Filename extensions and languages.
7696* Manually:: Setting the working language manually
7697* Automatically:: Having @value{GDBN} infer the source language
7698@end menu
7699
6d2ebf8b 7700@node Filenames
c906108c
SS
7701@subsection List of filename extensions and languages
7702
7703If a source file name ends in one of the following extensions, then
7704@value{GDBN} infers that its language is the one indicated.
7705
7706@table @file
7707
7708@item .c
7709C source file
7710
7711@item .C
7712@itemx .cc
7713@itemx .cp
7714@itemx .cpp
7715@itemx .cxx
7716@itemx .c++
b37052ae 7717C@t{++} source file
c906108c 7718
b37303ee
AF
7719@item .m
7720Objective-C source file
7721
c906108c
SS
7722@item .f
7723@itemx .F
7724Fortran source file
7725
c906108c
SS
7726@item .mod
7727Modula-2 source file
c906108c
SS
7728
7729@item .s
7730@itemx .S
7731Assembler source file. This actually behaves almost like C, but
7732@value{GDBN} does not skip over function prologues when stepping.
7733@end table
7734
7735In addition, you may set the language associated with a filename
7736extension. @xref{Show, , Displaying the language}.
7737
6d2ebf8b 7738@node Manually
c906108c
SS
7739@subsection Setting the working language
7740
7741If you allow @value{GDBN} to set the language automatically,
7742expressions are interpreted the same way in your debugging session and
7743your program.
7744
7745@kindex set language
7746If you wish, you may set the language manually. To do this, issue the
7747command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 7748a language, such as
c906108c 7749@code{c} or @code{modula-2}.
c906108c
SS
7750For a list of the supported languages, type @samp{set language}.
7751
c906108c
SS
7752Setting the language manually prevents @value{GDBN} from updating the working
7753language automatically. This can lead to confusion if you try
7754to debug a program when the working language is not the same as the
7755source language, when an expression is acceptable to both
7756languages---but means different things. For instance, if the current
7757source file were written in C, and @value{GDBN} was parsing Modula-2, a
7758command such as:
7759
474c8240 7760@smallexample
c906108c 7761print a = b + c
474c8240 7762@end smallexample
c906108c
SS
7763
7764@noindent
7765might not have the effect you intended. In C, this means to add
7766@code{b} and @code{c} and place the result in @code{a}. The result
7767printed would be the value of @code{a}. In Modula-2, this means to compare
7768@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 7769
6d2ebf8b 7770@node Automatically
c906108c
SS
7771@subsection Having @value{GDBN} infer the source language
7772
7773To have @value{GDBN} set the working language automatically, use
7774@samp{set language local} or @samp{set language auto}. @value{GDBN}
7775then infers the working language. That is, when your program stops in a
7776frame (usually by encountering a breakpoint), @value{GDBN} sets the
7777working language to the language recorded for the function in that
7778frame. If the language for a frame is unknown (that is, if the function
7779or block corresponding to the frame was defined in a source file that
7780does not have a recognized extension), the current working language is
7781not changed, and @value{GDBN} issues a warning.
7782
7783This may not seem necessary for most programs, which are written
7784entirely in one source language. However, program modules and libraries
7785written in one source language can be used by a main program written in
7786a different source language. Using @samp{set language auto} in this
7787case frees you from having to set the working language manually.
7788
6d2ebf8b 7789@node Show
c906108c 7790@section Displaying the language
c906108c
SS
7791
7792The following commands help you find out which language is the
7793working language, and also what language source files were written in.
7794
7795@kindex show language
d4f3574e
SS
7796@kindex info frame@r{, show the source language}
7797@kindex info source@r{, show the source language}
c906108c
SS
7798@table @code
7799@item show language
7800Display the current working language. This is the
7801language you can use with commands such as @code{print} to
7802build and compute expressions that may involve variables in your program.
7803
7804@item info frame
5d161b24 7805Display the source language for this frame. This language becomes the
c906108c 7806working language if you use an identifier from this frame.
5d161b24 7807@xref{Frame Info, ,Information about a frame}, to identify the other
c906108c
SS
7808information listed here.
7809
7810@item info source
7811Display the source language of this source file.
5d161b24 7812@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
7813information listed here.
7814@end table
7815
7816In unusual circumstances, you may have source files with extensions
7817not in the standard list. You can then set the extension associated
7818with a language explicitly:
7819
7820@kindex set extension-language
7821@kindex info extensions
7822@table @code
7823@item set extension-language @var{.ext} @var{language}
7824Set source files with extension @var{.ext} to be assumed to be in
7825the source language @var{language}.
7826
7827@item info extensions
7828List all the filename extensions and the associated languages.
7829@end table
7830
6d2ebf8b 7831@node Checks
c906108c
SS
7832@section Type and range checking
7833
7834@quotation
7835@emph{Warning:} In this release, the @value{GDBN} commands for type and range
7836checking are included, but they do not yet have any effect. This
7837section documents the intended facilities.
7838@end quotation
7839@c FIXME remove warning when type/range code added
7840
7841Some languages are designed to guard you against making seemingly common
7842errors through a series of compile- and run-time checks. These include
7843checking the type of arguments to functions and operators, and making
7844sure mathematical overflows are caught at run time. Checks such as
7845these help to ensure a program's correctness once it has been compiled
7846by eliminating type mismatches, and providing active checks for range
7847errors when your program is running.
7848
7849@value{GDBN} can check for conditions like the above if you wish.
7850Although @value{GDBN} does not check the statements in your program, it
7851can check expressions entered directly into @value{GDBN} for evaluation via
7852the @code{print} command, for example. As with the working language,
7853@value{GDBN} can also decide whether or not to check automatically based on
7854your program's source language. @xref{Support, ,Supported languages},
7855for the default settings of supported languages.
7856
7857@menu
7858* Type Checking:: An overview of type checking
7859* Range Checking:: An overview of range checking
7860@end menu
7861
7862@cindex type checking
7863@cindex checks, type
6d2ebf8b 7864@node Type Checking
c906108c
SS
7865@subsection An overview of type checking
7866
7867Some languages, such as Modula-2, are strongly typed, meaning that the
7868arguments to operators and functions have to be of the correct type,
7869otherwise an error occurs. These checks prevent type mismatch
7870errors from ever causing any run-time problems. For example,
7871
7872@smallexample
78731 + 2 @result{} 3
7874@exdent but
7875@error{} 1 + 2.3
7876@end smallexample
7877
7878The second example fails because the @code{CARDINAL} 1 is not
7879type-compatible with the @code{REAL} 2.3.
7880
5d161b24
DB
7881For the expressions you use in @value{GDBN} commands, you can tell the
7882@value{GDBN} type checker to skip checking;
7883to treat any mismatches as errors and abandon the expression;
7884or to only issue warnings when type mismatches occur,
c906108c
SS
7885but evaluate the expression anyway. When you choose the last of
7886these, @value{GDBN} evaluates expressions like the second example above, but
7887also issues a warning.
7888
5d161b24
DB
7889Even if you turn type checking off, there may be other reasons
7890related to type that prevent @value{GDBN} from evaluating an expression.
7891For instance, @value{GDBN} does not know how to add an @code{int} and
7892a @code{struct foo}. These particular type errors have nothing to do
7893with the language in use, and usually arise from expressions, such as
c906108c
SS
7894the one described above, which make little sense to evaluate anyway.
7895
7896Each language defines to what degree it is strict about type. For
7897instance, both Modula-2 and C require the arguments to arithmetical
7898operators to be numbers. In C, enumerated types and pointers can be
7899represented as numbers, so that they are valid arguments to mathematical
7900operators. @xref{Support, ,Supported languages}, for further
7901details on specific languages.
7902
7903@value{GDBN} provides some additional commands for controlling the type checker:
7904
d4f3574e 7905@kindex set check@r{, type}
c906108c
SS
7906@kindex set check type
7907@kindex show check type
7908@table @code
7909@item set check type auto
7910Set type checking on or off based on the current working language.
7911@xref{Support, ,Supported languages}, for the default settings for
7912each language.
7913
7914@item set check type on
7915@itemx set check type off
7916Set type checking on or off, overriding the default setting for the
7917current working language. Issue a warning if the setting does not
7918match the language default. If any type mismatches occur in
d4f3574e 7919evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
7920message and aborts evaluation of the expression.
7921
7922@item set check type warn
7923Cause the type checker to issue warnings, but to always attempt to
7924evaluate the expression. Evaluating the expression may still
7925be impossible for other reasons. For example, @value{GDBN} cannot add
7926numbers and structures.
7927
7928@item show type
5d161b24 7929Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
7930is setting it automatically.
7931@end table
7932
7933@cindex range checking
7934@cindex checks, range
6d2ebf8b 7935@node Range Checking
c906108c
SS
7936@subsection An overview of range checking
7937
7938In some languages (such as Modula-2), it is an error to exceed the
7939bounds of a type; this is enforced with run-time checks. Such range
7940checking is meant to ensure program correctness by making sure
7941computations do not overflow, or indices on an array element access do
7942not exceed the bounds of the array.
7943
7944For expressions you use in @value{GDBN} commands, you can tell
7945@value{GDBN} to treat range errors in one of three ways: ignore them,
7946always treat them as errors and abandon the expression, or issue
7947warnings but evaluate the expression anyway.
7948
7949A range error can result from numerical overflow, from exceeding an
7950array index bound, or when you type a constant that is not a member
7951of any type. Some languages, however, do not treat overflows as an
7952error. In many implementations of C, mathematical overflow causes the
7953result to ``wrap around'' to lower values---for example, if @var{m} is
7954the largest integer value, and @var{s} is the smallest, then
7955
474c8240 7956@smallexample
c906108c 7957@var{m} + 1 @result{} @var{s}
474c8240 7958@end smallexample
c906108c
SS
7959
7960This, too, is specific to individual languages, and in some cases
7961specific to individual compilers or machines. @xref{Support, ,
7962Supported languages}, for further details on specific languages.
7963
7964@value{GDBN} provides some additional commands for controlling the range checker:
7965
d4f3574e 7966@kindex set check@r{, range}
c906108c
SS
7967@kindex set check range
7968@kindex show check range
7969@table @code
7970@item set check range auto
7971Set range checking on or off based on the current working language.
7972@xref{Support, ,Supported languages}, for the default settings for
7973each language.
7974
7975@item set check range on
7976@itemx set check range off
7977Set range checking on or off, overriding the default setting for the
7978current working language. A warning is issued if the setting does not
c3f6f71d
JM
7979match the language default. If a range error occurs and range checking is on,
7980then a message is printed and evaluation of the expression is aborted.
c906108c
SS
7981
7982@item set check range warn
7983Output messages when the @value{GDBN} range checker detects a range error,
7984but attempt to evaluate the expression anyway. Evaluating the
7985expression may still be impossible for other reasons, such as accessing
7986memory that the process does not own (a typical example from many Unix
7987systems).
7988
7989@item show range
7990Show the current setting of the range checker, and whether or not it is
7991being set automatically by @value{GDBN}.
7992@end table
c906108c 7993
6d2ebf8b 7994@node Support
c906108c 7995@section Supported languages
c906108c 7996
b37303ee 7997@value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, assembly, and Modula-2.
cce74817 7998@c This is false ...
c906108c
SS
7999Some @value{GDBN} features may be used in expressions regardless of the
8000language you use: the @value{GDBN} @code{@@} and @code{::} operators,
8001and the @samp{@{type@}addr} construct (@pxref{Expressions,
8002,Expressions}) can be used with the constructs of any supported
8003language.
8004
8005The following sections detail to what degree each source language is
8006supported by @value{GDBN}. These sections are not meant to be language
8007tutorials or references, but serve only as a reference guide to what the
8008@value{GDBN} expression parser accepts, and what input and output
8009formats should look like for different languages. There are many good
8010books written on each of these languages; please look to these for a
8011language reference or tutorial.
8012
c906108c 8013@menu
b37303ee 8014* C:: C and C@t{++}
b383017d 8015* Objective-C:: Objective-C
b37303ee 8016* Modula-2:: Modula-2
c906108c
SS
8017@end menu
8018
6d2ebf8b 8019@node C
b37052ae 8020@subsection C and C@t{++}
7a292a7a 8021
b37052ae
EZ
8022@cindex C and C@t{++}
8023@cindex expressions in C or C@t{++}
c906108c 8024
b37052ae 8025Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
8026to both languages. Whenever this is the case, we discuss those languages
8027together.
8028
41afff9a
EZ
8029@cindex C@t{++}
8030@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
8031@cindex @sc{gnu} C@t{++}
8032The C@t{++} debugging facilities are jointly implemented by the C@t{++}
8033compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
8034effectively, you must compile your C@t{++} programs with a supported
8035C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
8036compiler (@code{aCC}).
8037
0179ffac
DC
8038For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
8039format; if it doesn't work on your system, try the stabs+ debugging
8040format. You can select those formats explicitly with the @code{g++}
8041command-line options @option{-gdwarf-2} and @option{-gstabs+}.
8042@xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
8043CC, gcc.info, Using @sc{gnu} CC}.
c906108c 8044
c906108c 8045@menu
b37052ae
EZ
8046* C Operators:: C and C@t{++} operators
8047* C Constants:: C and C@t{++} constants
8048* C plus plus expressions:: C@t{++} expressions
8049* C Defaults:: Default settings for C and C@t{++}
8050* C Checks:: C and C@t{++} type and range checks
c906108c 8051* Debugging C:: @value{GDBN} and C
b37052ae 8052* Debugging C plus plus:: @value{GDBN} features for C@t{++}
c906108c 8053@end menu
c906108c 8054
6d2ebf8b 8055@node C Operators
b37052ae 8056@subsubsection C and C@t{++} operators
7a292a7a 8057
b37052ae 8058@cindex C and C@t{++} operators
c906108c
SS
8059
8060Operators must be defined on values of specific types. For instance,
8061@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 8062often defined on groups of types.
c906108c 8063
b37052ae 8064For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
8065
8066@itemize @bullet
53a5351d 8067
c906108c 8068@item
c906108c 8069@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 8070specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
8071
8072@item
d4f3574e
SS
8073@emph{Floating-point types} include @code{float}, @code{double}, and
8074@code{long double} (if supported by the target platform).
c906108c
SS
8075
8076@item
53a5351d 8077@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
8078
8079@item
8080@emph{Scalar types} include all of the above.
53a5351d 8081
c906108c
SS
8082@end itemize
8083
8084@noindent
8085The following operators are supported. They are listed here
8086in order of increasing precedence:
8087
8088@table @code
8089@item ,
8090The comma or sequencing operator. Expressions in a comma-separated list
8091are evaluated from left to right, with the result of the entire
8092expression being the last expression evaluated.
8093
8094@item =
8095Assignment. The value of an assignment expression is the value
8096assigned. Defined on scalar types.
8097
8098@item @var{op}=
8099Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8100and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 8101@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
8102@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8103@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8104
8105@item ?:
8106The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
8107of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
8108integral type.
8109
8110@item ||
8111Logical @sc{or}. Defined on integral types.
8112
8113@item &&
8114Logical @sc{and}. Defined on integral types.
8115
8116@item |
8117Bitwise @sc{or}. Defined on integral types.
8118
8119@item ^
8120Bitwise exclusive-@sc{or}. Defined on integral types.
8121
8122@item &
8123Bitwise @sc{and}. Defined on integral types.
8124
8125@item ==@r{, }!=
8126Equality and inequality. Defined on scalar types. The value of these
8127expressions is 0 for false and non-zero for true.
8128
8129@item <@r{, }>@r{, }<=@r{, }>=
8130Less than, greater than, less than or equal, greater than or equal.
8131Defined on scalar types. The value of these expressions is 0 for false
8132and non-zero for true.
8133
8134@item <<@r{, }>>
8135left shift, and right shift. Defined on integral types.
8136
8137@item @@
8138The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8139
8140@item +@r{, }-
8141Addition and subtraction. Defined on integral types, floating-point types and
8142pointer types.
8143
8144@item *@r{, }/@r{, }%
8145Multiplication, division, and modulus. Multiplication and division are
8146defined on integral and floating-point types. Modulus is defined on
8147integral types.
8148
8149@item ++@r{, }--
8150Increment and decrement. When appearing before a variable, the
8151operation is performed before the variable is used in an expression;
8152when appearing after it, the variable's value is used before the
8153operation takes place.
8154
8155@item *
8156Pointer dereferencing. Defined on pointer types. Same precedence as
8157@code{++}.
8158
8159@item &
8160Address operator. Defined on variables. Same precedence as @code{++}.
8161
b37052ae
EZ
8162For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8163allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
c906108c 8164(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
b37052ae 8165where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 8166stored.
c906108c
SS
8167
8168@item -
8169Negative. Defined on integral and floating-point types. Same
8170precedence as @code{++}.
8171
8172@item !
8173Logical negation. Defined on integral types. Same precedence as
8174@code{++}.
8175
8176@item ~
8177Bitwise complement operator. Defined on integral types. Same precedence as
8178@code{++}.
8179
8180
8181@item .@r{, }->
8182Structure member, and pointer-to-structure member. For convenience,
8183@value{GDBN} regards the two as equivalent, choosing whether to dereference a
8184pointer based on the stored type information.
8185Defined on @code{struct} and @code{union} data.
8186
c906108c
SS
8187@item .*@r{, }->*
8188Dereferences of pointers to members.
c906108c
SS
8189
8190@item []
8191Array indexing. @code{@var{a}[@var{i}]} is defined as
8192@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
8193
8194@item ()
8195Function parameter list. Same precedence as @code{->}.
8196
c906108c 8197@item ::
b37052ae 8198C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 8199and @code{class} types.
c906108c
SS
8200
8201@item ::
7a292a7a
SS
8202Doubled colons also represent the @value{GDBN} scope operator
8203(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
8204above.
c906108c
SS
8205@end table
8206
c906108c
SS
8207If an operator is redefined in the user code, @value{GDBN} usually
8208attempts to invoke the redefined version instead of using the operator's
8209predefined meaning.
c906108c 8210
c906108c 8211@menu
5d161b24 8212* C Constants::
c906108c
SS
8213@end menu
8214
6d2ebf8b 8215@node C Constants
b37052ae 8216@subsubsection C and C@t{++} constants
c906108c 8217
b37052ae 8218@cindex C and C@t{++} constants
c906108c 8219
b37052ae 8220@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 8221following ways:
c906108c
SS
8222
8223@itemize @bullet
8224@item
8225Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
8226specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8227by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
8228@samp{l}, specifying that the constant should be treated as a
8229@code{long} value.
8230
8231@item
8232Floating point constants are a sequence of digits, followed by a decimal
8233point, followed by a sequence of digits, and optionally followed by an
8234exponent. An exponent is of the form:
8235@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8236sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
8237A floating-point constant may also end with a letter @samp{f} or
8238@samp{F}, specifying that the constant should be treated as being of
8239the @code{float} (as opposed to the default @code{double}) type; or with
8240a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8241constant.
c906108c
SS
8242
8243@item
8244Enumerated constants consist of enumerated identifiers, or their
8245integral equivalents.
8246
8247@item
8248Character constants are a single character surrounded by single quotes
8249(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 8250(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
8251be represented by a letter or by @dfn{escape sequences}, which are of
8252the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8253of the character's ordinal value; or of the form @samp{\@var{x}}, where
8254@samp{@var{x}} is a predefined special character---for example,
8255@samp{\n} for newline.
8256
8257@item
96a2c332
SS
8258String constants are a sequence of character constants surrounded by
8259double quotes (@code{"}). Any valid character constant (as described
8260above) may appear. Double quotes within the string must be preceded by
8261a backslash, so for instance @samp{"a\"b'c"} is a string of five
8262characters.
c906108c
SS
8263
8264@item
8265Pointer constants are an integral value. You can also write pointers
8266to constants using the C operator @samp{&}.
8267
8268@item
8269Array constants are comma-separated lists surrounded by braces @samp{@{}
8270and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8271integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8272and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8273@end itemize
8274
c906108c 8275@menu
5d161b24
DB
8276* C plus plus expressions::
8277* C Defaults::
8278* C Checks::
c906108c 8279
5d161b24 8280* Debugging C::
c906108c
SS
8281@end menu
8282
6d2ebf8b 8283@node C plus plus expressions
b37052ae
EZ
8284@subsubsection C@t{++} expressions
8285
8286@cindex expressions in C@t{++}
8287@value{GDBN} expression handling can interpret most C@t{++} expressions.
8288
0179ffac
DC
8289@cindex debugging C@t{++} programs
8290@cindex C@t{++} compilers
8291@cindex debug formats and C@t{++}
8292@cindex @value{NGCC} and C@t{++}
c906108c 8293@quotation
b37052ae 8294@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
0179ffac
DC
8295proper compiler and the proper debug format. Currently, @value{GDBN}
8296works best when debugging C@t{++} code that is compiled with
8297@value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8298@option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8299stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8300stabs+ as their default debug format, so you usually don't need to
8301specify a debug format explicitly. Other compilers and/or debug formats
8302are likely to work badly or not at all when using @value{GDBN} to debug
8303C@t{++} code.
c906108c 8304@end quotation
c906108c
SS
8305
8306@enumerate
8307
8308@cindex member functions
8309@item
8310Member function calls are allowed; you can use expressions like
8311
474c8240 8312@smallexample
c906108c 8313count = aml->GetOriginal(x, y)
474c8240 8314@end smallexample
c906108c 8315
41afff9a 8316@vindex this@r{, inside C@t{++} member functions}
b37052ae 8317@cindex namespace in C@t{++}
c906108c
SS
8318@item
8319While a member function is active (in the selected stack frame), your
8320expressions have the same namespace available as the member function;
8321that is, @value{GDBN} allows implicit references to the class instance
b37052ae 8322pointer @code{this} following the same rules as C@t{++}.
c906108c 8323
c906108c 8324@cindex call overloaded functions
d4f3574e 8325@cindex overloaded functions, calling
b37052ae 8326@cindex type conversions in C@t{++}
c906108c
SS
8327@item
8328You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 8329call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
8330perform overload resolution involving user-defined type conversions,
8331calls to constructors, or instantiations of templates that do not exist
8332in the program. It also cannot handle ellipsis argument lists or
8333default arguments.
8334
8335It does perform integral conversions and promotions, floating-point
8336promotions, arithmetic conversions, pointer conversions, conversions of
8337class objects to base classes, and standard conversions such as those of
8338functions or arrays to pointers; it requires an exact match on the
8339number of function arguments.
8340
8341Overload resolution is always performed, unless you have specified
8342@code{set overload-resolution off}. @xref{Debugging C plus plus,
b37052ae 8343,@value{GDBN} features for C@t{++}}.
c906108c 8344
d4f3574e 8345You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
8346explicit function signature to call an overloaded function, as in
8347@smallexample
8348p 'foo(char,int)'('x', 13)
8349@end smallexample
d4f3574e 8350
c906108c 8351The @value{GDBN} command-completion facility can simplify this;
d4f3574e 8352see @ref{Completion, ,Command completion}.
c906108c 8353
c906108c
SS
8354@cindex reference declarations
8355@item
b37052ae
EZ
8356@value{GDBN} understands variables declared as C@t{++} references; you can use
8357them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
8358dereferenced.
8359
8360In the parameter list shown when @value{GDBN} displays a frame, the values of
8361reference variables are not displayed (unlike other variables); this
8362avoids clutter, since references are often used for large structures.
8363The @emph{address} of a reference variable is always shown, unless
8364you have specified @samp{set print address off}.
8365
8366@item
b37052ae 8367@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
8368expressions can use it just as expressions in your program do. Since
8369one scope may be defined in another, you can use @code{::} repeatedly if
8370necessary, for example in an expression like
8371@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 8372resolving name scope by reference to source files, in both C and C@t{++}
c906108c
SS
8373debugging (@pxref{Variables, ,Program variables}).
8374@end enumerate
8375
b37052ae 8376In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
53a5351d
JM
8377calling virtual functions correctly, printing out virtual bases of
8378objects, calling functions in a base subobject, casting objects, and
8379invoking user-defined operators.
c906108c 8380
6d2ebf8b 8381@node C Defaults
b37052ae 8382@subsubsection C and C@t{++} defaults
7a292a7a 8383
b37052ae 8384@cindex C and C@t{++} defaults
c906108c 8385
c906108c
SS
8386If you allow @value{GDBN} to set type and range checking automatically, they
8387both default to @code{off} whenever the working language changes to
b37052ae 8388C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 8389selects the working language.
c906108c
SS
8390
8391If you allow @value{GDBN} to set the language automatically, it
8392recognizes source files whose names end with @file{.c}, @file{.C}, or
8393@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 8394these files, it sets the working language to C or C@t{++}.
c906108c
SS
8395@xref{Automatically, ,Having @value{GDBN} infer the source language},
8396for further details.
8397
c906108c
SS
8398@c Type checking is (a) primarily motivated by Modula-2, and (b)
8399@c unimplemented. If (b) changes, it might make sense to let this node
8400@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 8401
6d2ebf8b 8402@node C Checks
b37052ae 8403@subsubsection C and C@t{++} type and range checks
7a292a7a 8404
b37052ae 8405@cindex C and C@t{++} checks
c906108c 8406
b37052ae 8407By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
c906108c
SS
8408is not used. However, if you turn type checking on, @value{GDBN}
8409considers two variables type equivalent if:
8410
8411@itemize @bullet
8412@item
8413The two variables are structured and have the same structure, union, or
8414enumerated tag.
8415
8416@item
8417The two variables have the same type name, or types that have been
8418declared equivalent through @code{typedef}.
8419
8420@ignore
8421@c leaving this out because neither J Gilmore nor R Pesch understand it.
8422@c FIXME--beers?
8423@item
8424The two @code{struct}, @code{union}, or @code{enum} variables are
8425declared in the same declaration. (Note: this may not be true for all C
8426compilers.)
8427@end ignore
8428@end itemize
8429
8430Range checking, if turned on, is done on mathematical operations. Array
8431indices are not checked, since they are often used to index a pointer
8432that is not itself an array.
c906108c 8433
6d2ebf8b 8434@node Debugging C
c906108c 8435@subsubsection @value{GDBN} and C
c906108c
SS
8436
8437The @code{set print union} and @code{show print union} commands apply to
8438the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
8439inside a @code{struct} or @code{class} is also printed. Otherwise, it
8440appears as @samp{@{...@}}.
c906108c
SS
8441
8442The @code{@@} operator aids in the debugging of dynamic arrays, formed
8443with pointers and a memory allocation function. @xref{Expressions,
8444,Expressions}.
8445
c906108c 8446@menu
5d161b24 8447* Debugging C plus plus::
c906108c
SS
8448@end menu
8449
6d2ebf8b 8450@node Debugging C plus plus
b37052ae 8451@subsubsection @value{GDBN} features for C@t{++}
c906108c 8452
b37052ae 8453@cindex commands for C@t{++}
7a292a7a 8454
b37052ae
EZ
8455Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8456designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
8457
8458@table @code
8459@cindex break in overloaded functions
8460@item @r{breakpoint menus}
8461When you want a breakpoint in a function whose name is overloaded,
8462@value{GDBN} breakpoint menus help you specify which function definition
8463you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8464
b37052ae 8465@cindex overloading in C@t{++}
c906108c
SS
8466@item rbreak @var{regex}
8467Setting breakpoints using regular expressions is helpful for setting
8468breakpoints on overloaded functions that are not members of any special
8469classes.
8470@xref{Set Breaks, ,Setting breakpoints}.
8471
b37052ae 8472@cindex C@t{++} exception handling
c906108c
SS
8473@item catch throw
8474@itemx catch catch
b37052ae 8475Debug C@t{++} exception handling using these commands. @xref{Set
c906108c
SS
8476Catchpoints, , Setting catchpoints}.
8477
8478@cindex inheritance
8479@item ptype @var{typename}
8480Print inheritance relationships as well as other information for type
8481@var{typename}.
8482@xref{Symbols, ,Examining the Symbol Table}.
8483
b37052ae 8484@cindex C@t{++} symbol display
c906108c
SS
8485@item set print demangle
8486@itemx show print demangle
8487@itemx set print asm-demangle
8488@itemx show print asm-demangle
b37052ae
EZ
8489Control whether C@t{++} symbols display in their source form, both when
8490displaying code as C@t{++} source and when displaying disassemblies.
c906108c
SS
8491@xref{Print Settings, ,Print settings}.
8492
8493@item set print object
8494@itemx show print object
8495Choose whether to print derived (actual) or declared types of objects.
8496@xref{Print Settings, ,Print settings}.
8497
8498@item set print vtbl
8499@itemx show print vtbl
8500Control the format for printing virtual function tables.
8501@xref{Print Settings, ,Print settings}.
c906108c 8502(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 8503ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
8504
8505@kindex set overload-resolution
d4f3574e 8506@cindex overloaded functions, overload resolution
c906108c 8507@item set overload-resolution on
b37052ae 8508Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
8509is on. For overloaded functions, @value{GDBN} evaluates the arguments
8510and searches for a function whose signature matches the argument types,
b37052ae 8511using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
d4f3574e 8512expressions}, for details). If it cannot find a match, it emits a
c906108c
SS
8513message.
8514
8515@item set overload-resolution off
b37052ae 8516Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
8517overloaded functions that are not class member functions, @value{GDBN}
8518chooses the first function of the specified name that it finds in the
8519symbol table, whether or not its arguments are of the correct type. For
8520overloaded functions that are class member functions, @value{GDBN}
8521searches for a function whose signature @emph{exactly} matches the
8522argument types.
c906108c
SS
8523
8524@item @r{Overloaded symbol names}
8525You can specify a particular definition of an overloaded symbol, using
b37052ae 8526the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
8527@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8528also use the @value{GDBN} command-line word completion facilities to list the
8529available choices, or to finish the type list for you.
8530@xref{Completion,, Command completion}, for details on how to do this.
8531@end table
c906108c 8532
b37303ee
AF
8533@node Objective-C
8534@subsection Objective-C
8535
8536@cindex Objective-C
8537This section provides information about some commands and command
8538options that are useful for debugging Objective-C code.
8539
8540@menu
b383017d
RM
8541* Method Names in Commands::
8542* The Print Command with Objective-C::
b37303ee
AF
8543@end menu
8544
8545@node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8546@subsubsection Method Names in Commands
8547
8548The following commands have been extended to accept Objective-C method
8549names as line specifications:
8550
8551@kindex clear@r{, and Objective-C}
8552@kindex break@r{, and Objective-C}
8553@kindex info line@r{, and Objective-C}
8554@kindex jump@r{, and Objective-C}
8555@kindex list@r{, and Objective-C}
8556@itemize
8557@item @code{clear}
8558@item @code{break}
8559@item @code{info line}
8560@item @code{jump}
8561@item @code{list}
8562@end itemize
8563
8564A fully qualified Objective-C method name is specified as
8565
8566@smallexample
8567-[@var{Class} @var{methodName}]
8568@end smallexample
8569
c552b3bb
JM
8570where the minus sign is used to indicate an instance method and a
8571plus sign (not shown) is used to indicate a class method. The class
8572name @var{Class} and method name @var{methodName} are enclosed in
8573brackets, similar to the way messages are specified in Objective-C
8574source code. For example, to set a breakpoint at the @code{create}
8575instance method of class @code{Fruit} in the program currently being
8576debugged, enter:
b37303ee
AF
8577
8578@smallexample
8579break -[Fruit create]
8580@end smallexample
8581
8582To list ten program lines around the @code{initialize} class method,
8583enter:
8584
8585@smallexample
8586list +[NSText initialize]
8587@end smallexample
8588
c552b3bb
JM
8589In the current version of @value{GDBN}, the plus or minus sign is
8590required. In future versions of @value{GDBN}, the plus or minus
8591sign will be optional, but you can use it to narrow the search. It
8592is also possible to specify just a method name:
b37303ee
AF
8593
8594@smallexample
8595break create
8596@end smallexample
8597
8598You must specify the complete method name, including any colons. If
8599your program's source files contain more than one @code{create} method,
8600you'll be presented with a numbered list of classes that implement that
8601method. Indicate your choice by number, or type @samp{0} to exit if
8602none apply.
8603
8604As another example, to clear a breakpoint established at the
8605@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
8606
8607@smallexample
8608clear -[NSWindow makeKeyAndOrderFront:]
8609@end smallexample
8610
8611@node The Print Command with Objective-C
8612@subsubsection The Print Command With Objective-C
c552b3bb
JM
8613@kindex print-object
8614@kindex po @r{(@code{print-object})}
b37303ee 8615
c552b3bb 8616The print command has also been extended to accept methods. For example:
b37303ee
AF
8617
8618@smallexample
c552b3bb 8619print -[@var{object} hash]
b37303ee
AF
8620@end smallexample
8621
8622@cindex print an Objective-C object description
c552b3bb
JM
8623@cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
8624@noindent
8625will tell @value{GDBN} to send the @code{hash} message to @var{object}
8626and print the result. Also, an additional command has been added,
8627@code{print-object} or @code{po} for short, which is meant to print
8628the description of an object. However, this command may only work
8629with certain Objective-C libraries that have a particular hook
8630function, @code{_NSPrintForDebugger}, defined.
b37303ee
AF
8631
8632@node Modula-2, , Objective-C, Support
c906108c 8633@subsection Modula-2
7a292a7a 8634
d4f3574e 8635@cindex Modula-2, @value{GDBN} support
c906108c
SS
8636
8637The extensions made to @value{GDBN} to support Modula-2 only support
8638output from the @sc{gnu} Modula-2 compiler (which is currently being
8639developed). Other Modula-2 compilers are not currently supported, and
8640attempting to debug executables produced by them is most likely
8641to give an error as @value{GDBN} reads in the executable's symbol
8642table.
8643
8644@cindex expressions in Modula-2
8645@menu
8646* M2 Operators:: Built-in operators
8647* Built-In Func/Proc:: Built-in functions and procedures
8648* M2 Constants:: Modula-2 constants
8649* M2 Defaults:: Default settings for Modula-2
8650* Deviations:: Deviations from standard Modula-2
8651* M2 Checks:: Modula-2 type and range checks
8652* M2 Scope:: The scope operators @code{::} and @code{.}
8653* GDB/M2:: @value{GDBN} and Modula-2
8654@end menu
8655
6d2ebf8b 8656@node M2 Operators
c906108c
SS
8657@subsubsection Operators
8658@cindex Modula-2 operators
8659
8660Operators must be defined on values of specific types. For instance,
8661@code{+} is defined on numbers, but not on structures. Operators are
8662often defined on groups of types. For the purposes of Modula-2, the
8663following definitions hold:
8664
8665@itemize @bullet
8666
8667@item
8668@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
8669their subranges.
8670
8671@item
8672@emph{Character types} consist of @code{CHAR} and its subranges.
8673
8674@item
8675@emph{Floating-point types} consist of @code{REAL}.
8676
8677@item
8678@emph{Pointer types} consist of anything declared as @code{POINTER TO
8679@var{type}}.
8680
8681@item
8682@emph{Scalar types} consist of all of the above.
8683
8684@item
8685@emph{Set types} consist of @code{SET} and @code{BITSET} types.
8686
8687@item
8688@emph{Boolean types} consist of @code{BOOLEAN}.
8689@end itemize
8690
8691@noindent
8692The following operators are supported, and appear in order of
8693increasing precedence:
8694
8695@table @code
8696@item ,
8697Function argument or array index separator.
8698
8699@item :=
8700Assignment. The value of @var{var} @code{:=} @var{value} is
8701@var{value}.
8702
8703@item <@r{, }>
8704Less than, greater than on integral, floating-point, or enumerated
8705types.
8706
8707@item <=@r{, }>=
96a2c332 8708Less than or equal to, greater than or equal to
c906108c
SS
8709on integral, floating-point and enumerated types, or set inclusion on
8710set types. Same precedence as @code{<}.
8711
8712@item =@r{, }<>@r{, }#
8713Equality and two ways of expressing inequality, valid on scalar types.
8714Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
8715available for inequality, since @code{#} conflicts with the script
8716comment character.
8717
8718@item IN
8719Set membership. Defined on set types and the types of their members.
8720Same precedence as @code{<}.
8721
8722@item OR
8723Boolean disjunction. Defined on boolean types.
8724
8725@item AND@r{, }&
d4f3574e 8726Boolean conjunction. Defined on boolean types.
c906108c
SS
8727
8728@item @@
8729The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8730
8731@item +@r{, }-
8732Addition and subtraction on integral and floating-point types, or union
8733and difference on set types.
8734
8735@item *
8736Multiplication on integral and floating-point types, or set intersection
8737on set types.
8738
8739@item /
8740Division on floating-point types, or symmetric set difference on set
8741types. Same precedence as @code{*}.
8742
8743@item DIV@r{, }MOD
8744Integer division and remainder. Defined on integral types. Same
8745precedence as @code{*}.
8746
8747@item -
8748Negative. Defined on @code{INTEGER} and @code{REAL} data.
8749
8750@item ^
8751Pointer dereferencing. Defined on pointer types.
8752
8753@item NOT
8754Boolean negation. Defined on boolean types. Same precedence as
8755@code{^}.
8756
8757@item .
8758@code{RECORD} field selector. Defined on @code{RECORD} data. Same
8759precedence as @code{^}.
8760
8761@item []
8762Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
8763
8764@item ()
8765Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
8766as @code{^}.
8767
8768@item ::@r{, }.
8769@value{GDBN} and Modula-2 scope operators.
8770@end table
8771
8772@quotation
8773@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
8774treats the use of the operator @code{IN}, or the use of operators
8775@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
8776@code{<=}, and @code{>=} on sets as an error.
8777@end quotation
8778
cb51c4e0 8779
6d2ebf8b 8780@node Built-In Func/Proc
c906108c 8781@subsubsection Built-in functions and procedures
cb51c4e0 8782@cindex Modula-2 built-ins
c906108c
SS
8783
8784Modula-2 also makes available several built-in procedures and functions.
8785In describing these, the following metavariables are used:
8786
8787@table @var
8788
8789@item a
8790represents an @code{ARRAY} variable.
8791
8792@item c
8793represents a @code{CHAR} constant or variable.
8794
8795@item i
8796represents a variable or constant of integral type.
8797
8798@item m
8799represents an identifier that belongs to a set. Generally used in the
8800same function with the metavariable @var{s}. The type of @var{s} should
8801be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
8802
8803@item n
8804represents a variable or constant of integral or floating-point type.
8805
8806@item r
8807represents a variable or constant of floating-point type.
8808
8809@item t
8810represents a type.
8811
8812@item v
8813represents a variable.
8814
8815@item x
8816represents a variable or constant of one of many types. See the
8817explanation of the function for details.
8818@end table
8819
8820All Modula-2 built-in procedures also return a result, described below.
8821
8822@table @code
8823@item ABS(@var{n})
8824Returns the absolute value of @var{n}.
8825
8826@item CAP(@var{c})
8827If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 8828equivalent, otherwise it returns its argument.
c906108c
SS
8829
8830@item CHR(@var{i})
8831Returns the character whose ordinal value is @var{i}.
8832
8833@item DEC(@var{v})
c3f6f71d 8834Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8835
8836@item DEC(@var{v},@var{i})
8837Decrements the value in the variable @var{v} by @var{i}. Returns the
8838new value.
8839
8840@item EXCL(@var{m},@var{s})
8841Removes the element @var{m} from the set @var{s}. Returns the new
8842set.
8843
8844@item FLOAT(@var{i})
8845Returns the floating point equivalent of the integer @var{i}.
8846
8847@item HIGH(@var{a})
8848Returns the index of the last member of @var{a}.
8849
8850@item INC(@var{v})
c3f6f71d 8851Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8852
8853@item INC(@var{v},@var{i})
8854Increments the value in the variable @var{v} by @var{i}. Returns the
8855new value.
8856
8857@item INCL(@var{m},@var{s})
8858Adds the element @var{m} to the set @var{s} if it is not already
8859there. Returns the new set.
8860
8861@item MAX(@var{t})
8862Returns the maximum value of the type @var{t}.
8863
8864@item MIN(@var{t})
8865Returns the minimum value of the type @var{t}.
8866
8867@item ODD(@var{i})
8868Returns boolean TRUE if @var{i} is an odd number.
8869
8870@item ORD(@var{x})
8871Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
8872value of a character is its @sc{ascii} value (on machines supporting the
8873@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
8874integral, character and enumerated types.
8875
8876@item SIZE(@var{x})
8877Returns the size of its argument. @var{x} can be a variable or a type.
8878
8879@item TRUNC(@var{r})
8880Returns the integral part of @var{r}.
8881
8882@item VAL(@var{t},@var{i})
8883Returns the member of the type @var{t} whose ordinal value is @var{i}.
8884@end table
8885
8886@quotation
8887@emph{Warning:} Sets and their operations are not yet supported, so
8888@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
8889an error.
8890@end quotation
8891
8892@cindex Modula-2 constants
6d2ebf8b 8893@node M2 Constants
c906108c
SS
8894@subsubsection Constants
8895
8896@value{GDBN} allows you to express the constants of Modula-2 in the following
8897ways:
8898
8899@itemize @bullet
8900
8901@item
8902Integer constants are simply a sequence of digits. When used in an
8903expression, a constant is interpreted to be type-compatible with the
8904rest of the expression. Hexadecimal integers are specified by a
8905trailing @samp{H}, and octal integers by a trailing @samp{B}.
8906
8907@item
8908Floating point constants appear as a sequence of digits, followed by a
8909decimal point and another sequence of digits. An optional exponent can
8910then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
8911@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
8912digits of the floating point constant must be valid decimal (base 10)
8913digits.
8914
8915@item
8916Character constants consist of a single character enclosed by a pair of
8917like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 8918also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
8919followed by a @samp{C}.
8920
8921@item
8922String constants consist of a sequence of characters enclosed by a
8923pair of like quotes, either single (@code{'}) or double (@code{"}).
8924Escape sequences in the style of C are also allowed. @xref{C
b37052ae 8925Constants, ,C and C@t{++} constants}, for a brief explanation of escape
c906108c
SS
8926sequences.
8927
8928@item
8929Enumerated constants consist of an enumerated identifier.
8930
8931@item
8932Boolean constants consist of the identifiers @code{TRUE} and
8933@code{FALSE}.
8934
8935@item
8936Pointer constants consist of integral values only.
8937
8938@item
8939Set constants are not yet supported.
8940@end itemize
8941
6d2ebf8b 8942@node M2 Defaults
c906108c
SS
8943@subsubsection Modula-2 defaults
8944@cindex Modula-2 defaults
8945
8946If type and range checking are set automatically by @value{GDBN}, they
8947both default to @code{on} whenever the working language changes to
d4f3574e 8948Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
8949selected the working language.
8950
8951If you allow @value{GDBN} to set the language automatically, then entering
8952code compiled from a file whose name ends with @file{.mod} sets the
d4f3574e 8953working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c906108c
SS
8954the language automatically}, for further details.
8955
6d2ebf8b 8956@node Deviations
c906108c
SS
8957@subsubsection Deviations from standard Modula-2
8958@cindex Modula-2, deviations from
8959
8960A few changes have been made to make Modula-2 programs easier to debug.
8961This is done primarily via loosening its type strictness:
8962
8963@itemize @bullet
8964@item
8965Unlike in standard Modula-2, pointer constants can be formed by
8966integers. This allows you to modify pointer variables during
8967debugging. (In standard Modula-2, the actual address contained in a
8968pointer variable is hidden from you; it can only be modified
8969through direct assignment to another pointer variable or expression that
8970returned a pointer.)
8971
8972@item
8973C escape sequences can be used in strings and characters to represent
8974non-printable characters. @value{GDBN} prints out strings with these
8975escape sequences embedded. Single non-printable characters are
8976printed using the @samp{CHR(@var{nnn})} format.
8977
8978@item
8979The assignment operator (@code{:=}) returns the value of its right-hand
8980argument.
8981
8982@item
8983All built-in procedures both modify @emph{and} return their argument.
8984@end itemize
8985
6d2ebf8b 8986@node M2 Checks
c906108c
SS
8987@subsubsection Modula-2 type and range checks
8988@cindex Modula-2 checks
8989
8990@quotation
8991@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
8992range checking.
8993@end quotation
8994@c FIXME remove warning when type/range checks added
8995
8996@value{GDBN} considers two Modula-2 variables type equivalent if:
8997
8998@itemize @bullet
8999@item
9000They are of types that have been declared equivalent via a @code{TYPE
9001@var{t1} = @var{t2}} statement
9002
9003@item
9004They have been declared on the same line. (Note: This is true of the
9005@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
9006@end itemize
9007
9008As long as type checking is enabled, any attempt to combine variables
9009whose types are not equivalent is an error.
9010
9011Range checking is done on all mathematical operations, assignment, array
9012index bounds, and all built-in functions and procedures.
9013
6d2ebf8b 9014@node M2 Scope
c906108c
SS
9015@subsubsection The scope operators @code{::} and @code{.}
9016@cindex scope
41afff9a 9017@cindex @code{.}, Modula-2 scope operator
c906108c
SS
9018@cindex colon, doubled as scope operator
9019@ifinfo
41afff9a 9020@vindex colon-colon@r{, in Modula-2}
c906108c
SS
9021@c Info cannot handle :: but TeX can.
9022@end ifinfo
9023@iftex
41afff9a 9024@vindex ::@r{, in Modula-2}
c906108c
SS
9025@end iftex
9026
9027There are a few subtle differences between the Modula-2 scope operator
9028(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
9029similar syntax:
9030
474c8240 9031@smallexample
c906108c
SS
9032
9033@var{module} . @var{id}
9034@var{scope} :: @var{id}
474c8240 9035@end smallexample
c906108c
SS
9036
9037@noindent
9038where @var{scope} is the name of a module or a procedure,
9039@var{module} the name of a module, and @var{id} is any declared
9040identifier within your program, except another module.
9041
9042Using the @code{::} operator makes @value{GDBN} search the scope
9043specified by @var{scope} for the identifier @var{id}. If it is not
9044found in the specified scope, then @value{GDBN} searches all scopes
9045enclosing the one specified by @var{scope}.
9046
9047Using the @code{.} operator makes @value{GDBN} search the current scope for
9048the identifier specified by @var{id} that was imported from the
9049definition module specified by @var{module}. With this operator, it is
9050an error if the identifier @var{id} was not imported from definition
9051module @var{module}, or if @var{id} is not an identifier in
9052@var{module}.
9053
6d2ebf8b 9054@node GDB/M2
c906108c
SS
9055@subsubsection @value{GDBN} and Modula-2
9056
9057Some @value{GDBN} commands have little use when debugging Modula-2 programs.
9058Five subcommands of @code{set print} and @code{show print} apply
b37052ae 9059specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 9060@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 9061apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
9062analogue in Modula-2.
9063
9064The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 9065with any language, is not useful with Modula-2. Its
c906108c 9066intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 9067created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 9068address can be specified by an integral constant, the construct
d4f3574e 9069@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
9070
9071@cindex @code{#} in Modula-2
9072In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
9073interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 9074
4e562065
JB
9075@node Unsupported languages
9076@section Unsupported languages
9077
9078@cindex unsupported languages
9079@cindex minimal language
9080In addition to the other fully-supported programming languages,
9081@value{GDBN} also provides a pseudo-language, called @code{minimal}.
9082It does not represent a real programming language, but provides a set
9083of capabilities close to what the C or assembly languages provide.
9084This should allow most simple operations to be performed while debugging
9085an application that uses a language currently not supported by @value{GDBN}.
9086
9087If the language is set to @code{auto}, @value{GDBN} will automatically
9088select this language if the current frame corresponds to an unsupported
9089language.
9090
6d2ebf8b 9091@node Symbols
c906108c
SS
9092@chapter Examining the Symbol Table
9093
d4f3574e 9094The commands described in this chapter allow you to inquire about the
c906108c
SS
9095symbols (names of variables, functions and types) defined in your
9096program. This information is inherent in the text of your program and
9097does not change as your program executes. @value{GDBN} finds it in your
9098program's symbol table, in the file indicated when you started @value{GDBN}
9099(@pxref{File Options, ,Choosing files}), or by one of the
9100file-management commands (@pxref{Files, ,Commands to specify files}).
9101
9102@cindex symbol names
9103@cindex names of symbols
9104@cindex quoting names
9105Occasionally, you may need to refer to symbols that contain unusual
9106characters, which @value{GDBN} ordinarily treats as word delimiters. The
9107most frequent case is in referring to static variables in other
9108source files (@pxref{Variables,,Program variables}). File names
9109are recorded in object files as debugging symbols, but @value{GDBN} would
9110ordinarily parse a typical file name, like @file{foo.c}, as the three words
9111@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
9112@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9113
474c8240 9114@smallexample
c906108c 9115p 'foo.c'::x
474c8240 9116@end smallexample
c906108c
SS
9117
9118@noindent
9119looks up the value of @code{x} in the scope of the file @file{foo.c}.
9120
9121@table @code
9122@kindex info address
b37052ae 9123@cindex address of a symbol
c906108c
SS
9124@item info address @var{symbol}
9125Describe where the data for @var{symbol} is stored. For a register
9126variable, this says which register it is kept in. For a non-register
9127local variable, this prints the stack-frame offset at which the variable
9128is always stored.
9129
9130Note the contrast with @samp{print &@var{symbol}}, which does not work
9131at all for a register variable, and for a stack local variable prints
9132the exact address of the current instantiation of the variable.
9133
3d67e040 9134@kindex info symbol
b37052ae 9135@cindex symbol from address
3d67e040
EZ
9136@item info symbol @var{addr}
9137Print the name of a symbol which is stored at the address @var{addr}.
9138If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9139nearest symbol and an offset from it:
9140
474c8240 9141@smallexample
3d67e040
EZ
9142(@value{GDBP}) info symbol 0x54320
9143_initialize_vx + 396 in section .text
474c8240 9144@end smallexample
3d67e040
EZ
9145
9146@noindent
9147This is the opposite of the @code{info address} command. You can use
9148it to find out the name of a variable or a function given its address.
9149
c906108c 9150@kindex whatis
d4f3574e
SS
9151@item whatis @var{expr}
9152Print the data type of expression @var{expr}. @var{expr} is not
c906108c
SS
9153actually evaluated, and any side-effecting operations (such as
9154assignments or function calls) inside it do not take place.
9155@xref{Expressions, ,Expressions}.
9156
9157@item whatis
9158Print the data type of @code{$}, the last value in the value history.
9159
9160@kindex ptype
9161@item ptype @var{typename}
9162Print a description of data type @var{typename}. @var{typename} may be
7a292a7a
SS
9163the name of a type, or for C code it may have the form @samp{class
9164@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9165@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 9166
d4f3574e 9167@item ptype @var{expr}
c906108c 9168@itemx ptype
d4f3574e 9169Print a description of the type of expression @var{expr}. @code{ptype}
c906108c
SS
9170differs from @code{whatis} by printing a detailed description, instead
9171of just the name of the type.
9172
9173For example, for this variable declaration:
9174
474c8240 9175@smallexample
c906108c 9176struct complex @{double real; double imag;@} v;
474c8240 9177@end smallexample
c906108c
SS
9178
9179@noindent
9180the two commands give this output:
9181
474c8240 9182@smallexample
c906108c
SS
9183@group
9184(@value{GDBP}) whatis v
9185type = struct complex
9186(@value{GDBP}) ptype v
9187type = struct complex @{
9188 double real;
9189 double imag;
9190@}
9191@end group
474c8240 9192@end smallexample
c906108c
SS
9193
9194@noindent
9195As with @code{whatis}, using @code{ptype} without an argument refers to
9196the type of @code{$}, the last value in the value history.
9197
9198@kindex info types
9199@item info types @var{regexp}
9200@itemx info types
d4f3574e 9201Print a brief description of all types whose names match @var{regexp}
c906108c
SS
9202(or all types in your program, if you supply no argument). Each
9203complete typename is matched as though it were a complete line; thus,
9204@samp{i type value} gives information on all types in your program whose
d4f3574e 9205names include the string @code{value}, but @samp{i type ^value$} gives
c906108c
SS
9206information only on types whose complete name is @code{value}.
9207
9208This command differs from @code{ptype} in two ways: first, like
9209@code{whatis}, it does not print a detailed description; second, it
9210lists all source files where a type is defined.
9211
b37052ae
EZ
9212@kindex info scope
9213@cindex local variables
9214@item info scope @var{addr}
9215List all the variables local to a particular scope. This command
9216accepts a location---a function name, a source line, or an address
9217preceded by a @samp{*}, and prints all the variables local to the
9218scope defined by that location. For example:
9219
9220@smallexample
9221(@value{GDBP}) @b{info scope command_line_handler}
9222Scope for command_line_handler:
9223Symbol rl is an argument at stack/frame offset 8, length 4.
9224Symbol linebuffer is in static storage at address 0x150a18, length 4.
9225Symbol linelength is in static storage at address 0x150a1c, length 4.
9226Symbol p is a local variable in register $esi, length 4.
9227Symbol p1 is a local variable in register $ebx, length 4.
9228Symbol nline is a local variable in register $edx, length 4.
9229Symbol repeat is a local variable at frame offset -8, length 4.
9230@end smallexample
9231
f5c37c66
EZ
9232@noindent
9233This command is especially useful for determining what data to collect
9234during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
9235collect}.
9236
c906108c
SS
9237@kindex info source
9238@item info source
919d772c
JB
9239Show information about the current source file---that is, the source file for
9240the function containing the current point of execution:
9241@itemize @bullet
9242@item
9243the name of the source file, and the directory containing it,
9244@item
9245the directory it was compiled in,
9246@item
9247its length, in lines,
9248@item
9249which programming language it is written in,
9250@item
9251whether the executable includes debugging information for that file, and
9252if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
9253@item
9254whether the debugging information includes information about
9255preprocessor macros.
9256@end itemize
9257
c906108c
SS
9258
9259@kindex info sources
9260@item info sources
9261Print the names of all source files in your program for which there is
9262debugging information, organized into two lists: files whose symbols
9263have already been read, and files whose symbols will be read when needed.
9264
9265@kindex info functions
9266@item info functions
9267Print the names and data types of all defined functions.
9268
9269@item info functions @var{regexp}
9270Print the names and data types of all defined functions
9271whose names contain a match for regular expression @var{regexp}.
9272Thus, @samp{info fun step} finds all functions whose names
9273include @code{step}; @samp{info fun ^step} finds those whose names
b383017d
RM
9274start with @code{step}. If a function name contains characters
9275that conflict with the regular expression language (eg.
1c5dfdad 9276@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
9277
9278@kindex info variables
9279@item info variables
9280Print the names and data types of all variables that are declared
6ca652b0 9281outside of functions (i.e.@: excluding local variables).
c906108c
SS
9282
9283@item info variables @var{regexp}
9284Print the names and data types of all variables (except for local
9285variables) whose names contain a match for regular expression
9286@var{regexp}.
9287
b37303ee
AF
9288@kindex info classes
9289@item info classes
9290@itemx info classes @var{regexp}
9291Display all Objective-C classes in your program, or
9292(with the @var{regexp} argument) all those matching a particular regular
9293expression.
9294
9295@kindex info selectors
9296@item info selectors
9297@itemx info selectors @var{regexp}
9298Display all Objective-C selectors in your program, or
9299(with the @var{regexp} argument) all those matching a particular regular
9300expression.
9301
c906108c
SS
9302@ignore
9303This was never implemented.
9304@kindex info methods
9305@item info methods
9306@itemx info methods @var{regexp}
9307The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
9308methods within C@t{++} program, or (with the @var{regexp} argument) a
9309specific set of methods found in the various C@t{++} classes. Many
9310C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
9311from the @code{ptype} command can be overwhelming and hard to use. The
9312@code{info-methods} command filters the methods, printing only those
9313which match the regular-expression @var{regexp}.
9314@end ignore
9315
c906108c
SS
9316@cindex reloading symbols
9317Some systems allow individual object files that make up your program to
7a292a7a
SS
9318be replaced without stopping and restarting your program. For example,
9319in VxWorks you can simply recompile a defective object file and keep on
9320running. If you are running on one of these systems, you can allow
9321@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
9322
9323@table @code
9324@kindex set symbol-reloading
9325@item set symbol-reloading on
9326Replace symbol definitions for the corresponding source file when an
9327object file with a particular name is seen again.
9328
9329@item set symbol-reloading off
6d2ebf8b
SS
9330Do not replace symbol definitions when encountering object files of the
9331same name more than once. This is the default state; if you are not
9332running on a system that permits automatic relinking of modules, you
9333should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
9334may discard symbols when linking large programs, that may contain
9335several modules (from different directories or libraries) with the same
9336name.
c906108c
SS
9337
9338@kindex show symbol-reloading
9339@item show symbol-reloading
9340Show the current @code{on} or @code{off} setting.
9341@end table
c906108c 9342
c906108c
SS
9343@kindex set opaque-type-resolution
9344@item set opaque-type-resolution on
9345Tell @value{GDBN} to resolve opaque types. An opaque type is a type
9346declared as a pointer to a @code{struct}, @code{class}, or
9347@code{union}---for example, @code{struct MyType *}---that is used in one
9348source file although the full declaration of @code{struct MyType} is in
9349another source file. The default is on.
9350
9351A change in the setting of this subcommand will not take effect until
9352the next time symbols for a file are loaded.
9353
9354@item set opaque-type-resolution off
9355Tell @value{GDBN} not to resolve opaque types. In this case, the type
9356is printed as follows:
9357@smallexample
9358@{<no data fields>@}
9359@end smallexample
9360
9361@kindex show opaque-type-resolution
9362@item show opaque-type-resolution
9363Show whether opaque types are resolved or not.
c906108c
SS
9364
9365@kindex maint print symbols
9366@cindex symbol dump
9367@kindex maint print psymbols
9368@cindex partial symbol dump
9369@item maint print symbols @var{filename}
9370@itemx maint print psymbols @var{filename}
9371@itemx maint print msymbols @var{filename}
9372Write a dump of debugging symbol data into the file @var{filename}.
9373These commands are used to debug the @value{GDBN} symbol-reading code. Only
9374symbols with debugging data are included. If you use @samp{maint print
9375symbols}, @value{GDBN} includes all the symbols for which it has already
9376collected full details: that is, @var{filename} reflects symbols for
9377only those files whose symbols @value{GDBN} has read. You can use the
9378command @code{info sources} to find out which files these are. If you
9379use @samp{maint print psymbols} instead, the dump shows information about
9380symbols that @value{GDBN} only knows partially---that is, symbols defined in
9381files that @value{GDBN} has skimmed, but not yet read completely. Finally,
9382@samp{maint print msymbols} dumps just the minimal symbol information
9383required for each object file from which @value{GDBN} has read some symbols.
9384@xref{Files, ,Commands to specify files}, for a discussion of how
9385@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 9386
5e7b2f39
JB
9387@kindex maint info symtabs
9388@kindex maint info psymtabs
44ea7b70
JB
9389@cindex listing @value{GDBN}'s internal symbol tables
9390@cindex symbol tables, listing @value{GDBN}'s internal
9391@cindex full symbol tables, listing @value{GDBN}'s internal
9392@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
9393@item maint info symtabs @r{[} @var{regexp} @r{]}
9394@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
9395
9396List the @code{struct symtab} or @code{struct partial_symtab}
9397structures whose names match @var{regexp}. If @var{regexp} is not
9398given, list them all. The output includes expressions which you can
9399copy into a @value{GDBN} debugging this one to examine a particular
9400structure in more detail. For example:
9401
9402@smallexample
5e7b2f39 9403(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
9404@{ objfile /home/gnu/build/gdb/gdb
9405 ((struct objfile *) 0x82e69d0)
b383017d 9406 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
9407 ((struct partial_symtab *) 0x8474b10)
9408 readin no
9409 fullname (null)
9410 text addresses 0x814d3c8 -- 0x8158074
9411 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
9412 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
9413 dependencies (none)
9414 @}
9415@}
5e7b2f39 9416(@value{GDBP}) maint info symtabs
44ea7b70
JB
9417(@value{GDBP})
9418@end smallexample
9419@noindent
9420We see that there is one partial symbol table whose filename contains
9421the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
9422and we see that @value{GDBN} has not read in any symtabs yet at all.
9423If we set a breakpoint on a function, that will cause @value{GDBN} to
9424read the symtab for the compilation unit containing that function:
9425
9426@smallexample
9427(@value{GDBP}) break dwarf2_psymtab_to_symtab
9428Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
9429line 1574.
5e7b2f39 9430(@value{GDBP}) maint info symtabs
b383017d 9431@{ objfile /home/gnu/build/gdb/gdb
44ea7b70 9432 ((struct objfile *) 0x82e69d0)
b383017d 9433 @{ symtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
9434 ((struct symtab *) 0x86c1f38)
9435 dirname (null)
9436 fullname (null)
9437 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
9438 debugformat DWARF 2
9439 @}
9440@}
b383017d 9441(@value{GDBP})
44ea7b70 9442@end smallexample
c906108c
SS
9443@end table
9444
44ea7b70 9445
6d2ebf8b 9446@node Altering
c906108c
SS
9447@chapter Altering Execution
9448
9449Once you think you have found an error in your program, you might want to
9450find out for certain whether correcting the apparent error would lead to
9451correct results in the rest of the run. You can find the answer by
9452experiment, using the @value{GDBN} features for altering execution of the
9453program.
9454
9455For example, you can store new values into variables or memory
7a292a7a
SS
9456locations, give your program a signal, restart it at a different
9457address, or even return prematurely from a function.
c906108c
SS
9458
9459@menu
9460* Assignment:: Assignment to variables
9461* Jumping:: Continuing at a different address
c906108c 9462* Signaling:: Giving your program a signal
c906108c
SS
9463* Returning:: Returning from a function
9464* Calling:: Calling your program's functions
9465* Patching:: Patching your program
9466@end menu
9467
6d2ebf8b 9468@node Assignment
c906108c
SS
9469@section Assignment to variables
9470
9471@cindex assignment
9472@cindex setting variables
9473To alter the value of a variable, evaluate an assignment expression.
9474@xref{Expressions, ,Expressions}. For example,
9475
474c8240 9476@smallexample
c906108c 9477print x=4
474c8240 9478@end smallexample
c906108c
SS
9479
9480@noindent
9481stores the value 4 into the variable @code{x}, and then prints the
5d161b24 9482value of the assignment expression (which is 4).
c906108c
SS
9483@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
9484information on operators in supported languages.
c906108c
SS
9485
9486@kindex set variable
9487@cindex variables, setting
9488If you are not interested in seeing the value of the assignment, use the
9489@code{set} command instead of the @code{print} command. @code{set} is
9490really the same as @code{print} except that the expression's value is
9491not printed and is not put in the value history (@pxref{Value History,
9492,Value history}). The expression is evaluated only for its effects.
9493
c906108c
SS
9494If the beginning of the argument string of the @code{set} command
9495appears identical to a @code{set} subcommand, use the @code{set
9496variable} command instead of just @code{set}. This command is identical
9497to @code{set} except for its lack of subcommands. For example, if your
9498program has a variable @code{width}, you get an error if you try to set
9499a new value with just @samp{set width=13}, because @value{GDBN} has the
9500command @code{set width}:
9501
474c8240 9502@smallexample
c906108c
SS
9503(@value{GDBP}) whatis width
9504type = double
9505(@value{GDBP}) p width
9506$4 = 13
9507(@value{GDBP}) set width=47
9508Invalid syntax in expression.
474c8240 9509@end smallexample
c906108c
SS
9510
9511@noindent
9512The invalid expression, of course, is @samp{=47}. In
9513order to actually set the program's variable @code{width}, use
9514
474c8240 9515@smallexample
c906108c 9516(@value{GDBP}) set var width=47
474c8240 9517@end smallexample
53a5351d 9518
c906108c
SS
9519Because the @code{set} command has many subcommands that can conflict
9520with the names of program variables, it is a good idea to use the
9521@code{set variable} command instead of just @code{set}. For example, if
9522your program has a variable @code{g}, you run into problems if you try
9523to set a new value with just @samp{set g=4}, because @value{GDBN} has
9524the command @code{set gnutarget}, abbreviated @code{set g}:
9525
474c8240 9526@smallexample
c906108c
SS
9527@group
9528(@value{GDBP}) whatis g
9529type = double
9530(@value{GDBP}) p g
9531$1 = 1
9532(@value{GDBP}) set g=4
2df3850c 9533(@value{GDBP}) p g
c906108c
SS
9534$2 = 1
9535(@value{GDBP}) r
9536The program being debugged has been started already.
9537Start it from the beginning? (y or n) y
9538Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
9539"/home/smith/cc_progs/a.out": can't open to read symbols:
9540 Invalid bfd target.
c906108c
SS
9541(@value{GDBP}) show g
9542The current BFD target is "=4".
9543@end group
474c8240 9544@end smallexample
c906108c
SS
9545
9546@noindent
9547The program variable @code{g} did not change, and you silently set the
9548@code{gnutarget} to an invalid value. In order to set the variable
9549@code{g}, use
9550
474c8240 9551@smallexample
c906108c 9552(@value{GDBP}) set var g=4
474c8240 9553@end smallexample
c906108c
SS
9554
9555@value{GDBN} allows more implicit conversions in assignments than C; you can
9556freely store an integer value into a pointer variable or vice versa,
9557and you can convert any structure to any other structure that is the
9558same length or shorter.
9559@comment FIXME: how do structs align/pad in these conversions?
9560@comment /doc@cygnus.com 18dec1990
9561
9562To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
9563construct to generate a value of specified type at a specified address
9564(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
9565to memory location @code{0x83040} as an integer (which implies a certain size
9566and representation in memory), and
9567
474c8240 9568@smallexample
c906108c 9569set @{int@}0x83040 = 4
474c8240 9570@end smallexample
c906108c
SS
9571
9572@noindent
9573stores the value 4 into that memory location.
9574
6d2ebf8b 9575@node Jumping
c906108c
SS
9576@section Continuing at a different address
9577
9578Ordinarily, when you continue your program, you do so at the place where
9579it stopped, with the @code{continue} command. You can instead continue at
9580an address of your own choosing, with the following commands:
9581
9582@table @code
9583@kindex jump
9584@item jump @var{linespec}
9585Resume execution at line @var{linespec}. Execution stops again
9586immediately if there is a breakpoint there. @xref{List, ,Printing
9587source lines}, for a description of the different forms of
9588@var{linespec}. It is common practice to use the @code{tbreak} command
9589in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
9590breakpoints}.
9591
9592The @code{jump} command does not change the current stack frame, or
9593the stack pointer, or the contents of any memory location or any
9594register other than the program counter. If line @var{linespec} is in
9595a different function from the one currently executing, the results may
9596be bizarre if the two functions expect different patterns of arguments or
9597of local variables. For this reason, the @code{jump} command requests
9598confirmation if the specified line is not in the function currently
9599executing. However, even bizarre results are predictable if you are
9600well acquainted with the machine-language code of your program.
9601
9602@item jump *@var{address}
9603Resume execution at the instruction at address @var{address}.
9604@end table
9605
c906108c 9606@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
9607On many systems, you can get much the same effect as the @code{jump}
9608command by storing a new value into the register @code{$pc}. The
9609difference is that this does not start your program running; it only
9610changes the address of where it @emph{will} run when you continue. For
9611example,
c906108c 9612
474c8240 9613@smallexample
c906108c 9614set $pc = 0x485
474c8240 9615@end smallexample
c906108c
SS
9616
9617@noindent
9618makes the next @code{continue} command or stepping command execute at
9619address @code{0x485}, rather than at the address where your program stopped.
9620@xref{Continuing and Stepping, ,Continuing and stepping}.
c906108c
SS
9621
9622The most common occasion to use the @code{jump} command is to back
9623up---perhaps with more breakpoints set---over a portion of a program
9624that has already executed, in order to examine its execution in more
9625detail.
9626
c906108c 9627@c @group
6d2ebf8b 9628@node Signaling
c906108c
SS
9629@section Giving your program a signal
9630
9631@table @code
9632@kindex signal
9633@item signal @var{signal}
9634Resume execution where your program stopped, but immediately give it the
9635signal @var{signal}. @var{signal} can be the name or the number of a
9636signal. For example, on many systems @code{signal 2} and @code{signal
9637SIGINT} are both ways of sending an interrupt signal.
9638
9639Alternatively, if @var{signal} is zero, continue execution without
9640giving a signal. This is useful when your program stopped on account of
9641a signal and would ordinary see the signal when resumed with the
9642@code{continue} command; @samp{signal 0} causes it to resume without a
9643signal.
9644
9645@code{signal} does not repeat when you press @key{RET} a second time
9646after executing the command.
9647@end table
9648@c @end group
9649
9650Invoking the @code{signal} command is not the same as invoking the
9651@code{kill} utility from the shell. Sending a signal with @code{kill}
9652causes @value{GDBN} to decide what to do with the signal depending on
9653the signal handling tables (@pxref{Signals}). The @code{signal} command
9654passes the signal directly to your program.
9655
c906108c 9656
6d2ebf8b 9657@node Returning
c906108c
SS
9658@section Returning from a function
9659
9660@table @code
9661@cindex returning from a function
9662@kindex return
9663@item return
9664@itemx return @var{expression}
9665You can cancel execution of a function call with the @code{return}
9666command. If you give an
9667@var{expression} argument, its value is used as the function's return
9668value.
9669@end table
9670
9671When you use @code{return}, @value{GDBN} discards the selected stack frame
9672(and all frames within it). You can think of this as making the
9673discarded frame return prematurely. If you wish to specify a value to
9674be returned, give that value as the argument to @code{return}.
9675
9676This pops the selected stack frame (@pxref{Selection, ,Selecting a
9677frame}), and any other frames inside of it, leaving its caller as the
9678innermost remaining frame. That frame becomes selected. The
9679specified value is stored in the registers used for returning values
9680of functions.
9681
9682The @code{return} command does not resume execution; it leaves the
9683program stopped in the state that would exist if the function had just
9684returned. In contrast, the @code{finish} command (@pxref{Continuing
9685and Stepping, ,Continuing and stepping}) resumes execution until the
9686selected stack frame returns naturally.
9687
6d2ebf8b 9688@node Calling
c906108c
SS
9689@section Calling program functions
9690
9691@cindex calling functions
9692@kindex call
9693@table @code
9694@item call @var{expr}
9695Evaluate the expression @var{expr} without displaying @code{void}
9696returned values.
9697@end table
9698
9699You can use this variant of the @code{print} command if you want to
9700execute a function from your program, but without cluttering the output
5d161b24
DB
9701with @code{void} returned values. If the result is not void, it
9702is printed and saved in the value history.
c906108c 9703
6d2ebf8b 9704@node Patching
c906108c 9705@section Patching programs
7a292a7a 9706
c906108c
SS
9707@cindex patching binaries
9708@cindex writing into executables
c906108c 9709@cindex writing into corefiles
c906108c 9710
7a292a7a
SS
9711By default, @value{GDBN} opens the file containing your program's
9712executable code (or the corefile) read-only. This prevents accidental
9713alterations to machine code; but it also prevents you from intentionally
9714patching your program's binary.
c906108c
SS
9715
9716If you'd like to be able to patch the binary, you can specify that
9717explicitly with the @code{set write} command. For example, you might
9718want to turn on internal debugging flags, or even to make emergency
9719repairs.
9720
9721@table @code
9722@kindex set write
9723@item set write on
9724@itemx set write off
7a292a7a
SS
9725If you specify @samp{set write on}, @value{GDBN} opens executable and
9726core files for both reading and writing; if you specify @samp{set write
c906108c
SS
9727off} (the default), @value{GDBN} opens them read-only.
9728
9729If you have already loaded a file, you must load it again (using the
7a292a7a
SS
9730@code{exec-file} or @code{core-file} command) after changing @code{set
9731write}, for your new setting to take effect.
c906108c
SS
9732
9733@item show write
9734@kindex show write
7a292a7a
SS
9735Display whether executable files and core files are opened for writing
9736as well as reading.
c906108c
SS
9737@end table
9738
6d2ebf8b 9739@node GDB Files
c906108c
SS
9740@chapter @value{GDBN} Files
9741
7a292a7a
SS
9742@value{GDBN} needs to know the file name of the program to be debugged,
9743both in order to read its symbol table and in order to start your
9744program. To debug a core dump of a previous run, you must also tell
9745@value{GDBN} the name of the core dump file.
c906108c
SS
9746
9747@menu
9748* Files:: Commands to specify files
5b5d99cf 9749* Separate Debug Files:: Debugging information in separate files
c906108c
SS
9750* Symbol Errors:: Errors reading symbol files
9751@end menu
9752
6d2ebf8b 9753@node Files
c906108c 9754@section Commands to specify files
c906108c 9755
7a292a7a 9756@cindex symbol table
c906108c 9757@cindex core dump file
7a292a7a
SS
9758
9759You may want to specify executable and core dump file names. The usual
9760way to do this is at start-up time, using the arguments to
9761@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
9762Out of @value{GDBN}}).
c906108c
SS
9763
9764Occasionally it is necessary to change to a different file during a
9765@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
9766a file you want to use. In these situations the @value{GDBN} commands
9767to specify new files are useful.
9768
9769@table @code
9770@cindex executable file
9771@kindex file
9772@item file @var{filename}
9773Use @var{filename} as the program to be debugged. It is read for its
9774symbols and for the contents of pure memory. It is also the program
9775executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
9776directory and the file is not found in the @value{GDBN} working directory,
9777@value{GDBN} uses the environment variable @code{PATH} as a list of
9778directories to search, just as the shell does when looking for a program
9779to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
9780and your program, using the @code{path} command.
9781
6d2ebf8b 9782On systems with memory-mapped files, an auxiliary file named
c906108c
SS
9783@file{@var{filename}.syms} may hold symbol table information for
9784@var{filename}. If so, @value{GDBN} maps in the symbol table from
9785@file{@var{filename}.syms}, starting up more quickly. See the
9786descriptions of the file options @samp{-mapped} and @samp{-readnow}
9787(available on the command line, and with the commands @code{file},
5d161b24 9788@code{symbol-file}, or @code{add-symbol-file}, described below),
c906108c 9789for more information.
c906108c
SS
9790
9791@item file
9792@code{file} with no argument makes @value{GDBN} discard any information it
9793has on both executable file and the symbol table.
9794
9795@kindex exec-file
9796@item exec-file @r{[} @var{filename} @r{]}
9797Specify that the program to be run (but not the symbol table) is found
9798in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
9799if necessary to locate your program. Omitting @var{filename} means to
9800discard information on the executable file.
9801
9802@kindex symbol-file
9803@item symbol-file @r{[} @var{filename} @r{]}
9804Read symbol table information from file @var{filename}. @code{PATH} is
9805searched when necessary. Use the @code{file} command to get both symbol
9806table and program to run from the same file.
9807
9808@code{symbol-file} with no argument clears out @value{GDBN} information on your
9809program's symbol table.
9810
5d161b24 9811The @code{symbol-file} command causes @value{GDBN} to forget the contents
c906108c
SS
9812of its convenience variables, the value history, and all breakpoints and
9813auto-display expressions. This is because they may contain pointers to
9814the internal data recording symbols and data types, which are part of
9815the old symbol table data being discarded inside @value{GDBN}.
9816
9817@code{symbol-file} does not repeat if you press @key{RET} again after
9818executing it once.
9819
9820When @value{GDBN} is configured for a particular environment, it
9821understands debugging information in whatever format is the standard
9822generated for that environment; you may use either a @sc{gnu} compiler, or
9823other compilers that adhere to the local conventions.
c906108c
SS
9824Best results are usually obtained from @sc{gnu} compilers; for example,
9825using @code{@value{GCC}} you can generate debugging information for
9826optimized code.
c906108c
SS
9827
9828For most kinds of object files, with the exception of old SVR3 systems
9829using COFF, the @code{symbol-file} command does not normally read the
9830symbol table in full right away. Instead, it scans the symbol table
9831quickly to find which source files and which symbols are present. The
9832details are read later, one source file at a time, as they are needed.
9833
9834The purpose of this two-stage reading strategy is to make @value{GDBN}
9835start up faster. For the most part, it is invisible except for
9836occasional pauses while the symbol table details for a particular source
9837file are being read. (The @code{set verbose} command can turn these
9838pauses into messages if desired. @xref{Messages/Warnings, ,Optional
9839warnings and messages}.)
9840
c906108c
SS
9841We have not implemented the two-stage strategy for COFF yet. When the
9842symbol table is stored in COFF format, @code{symbol-file} reads the
9843symbol table data in full right away. Note that ``stabs-in-COFF''
9844still does the two-stage strategy, since the debug info is actually
9845in stabs format.
9846
9847@kindex readnow
9848@cindex reading symbols immediately
9849@cindex symbols, reading immediately
9850@kindex mapped
9851@cindex memory-mapped symbol file
9852@cindex saving symbol table
9853@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9854@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9855You can override the @value{GDBN} two-stage strategy for reading symbol
9856tables by using the @samp{-readnow} option with any of the commands that
9857load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 9858entire symbol table available.
c906108c 9859
c906108c
SS
9860If memory-mapped files are available on your system through the
9861@code{mmap} system call, you can use another option, @samp{-mapped}, to
9862cause @value{GDBN} to write the symbols for your program into a reusable
9863file. Future @value{GDBN} debugging sessions map in symbol information
9864from this auxiliary symbol file (if the program has not changed), rather
9865than spending time reading the symbol table from the executable
9866program. Using the @samp{-mapped} option has the same effect as
9867starting @value{GDBN} with the @samp{-mapped} command-line option.
9868
9869You can use both options together, to make sure the auxiliary symbol
9870file has all the symbol information for your program.
9871
9872The auxiliary symbol file for a program called @var{myprog} is called
9873@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
9874than the corresponding executable), @value{GDBN} always attempts to use
9875it when you debug @var{myprog}; no special options or commands are
9876needed.
9877
9878The @file{.syms} file is specific to the host machine where you run
9879@value{GDBN}. It holds an exact image of the internal @value{GDBN}
9880symbol table. It cannot be shared across multiple host platforms.
c906108c
SS
9881
9882@c FIXME: for now no mention of directories, since this seems to be in
9883@c flux. 13mar1992 status is that in theory GDB would look either in
9884@c current dir or in same dir as myprog; but issues like competing
9885@c GDB's, or clutter in system dirs, mean that in practice right now
9886@c only current dir is used. FFish says maybe a special GDB hierarchy
9887@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
9888@c files.
9889
9890@kindex core
9891@kindex core-file
9892@item core-file @r{[} @var{filename} @r{]}
9893Specify the whereabouts of a core dump file to be used as the ``contents
9894of memory''. Traditionally, core files contain only some parts of the
9895address space of the process that generated them; @value{GDBN} can access the
9896executable file itself for other parts.
9897
9898@code{core-file} with no argument specifies that no core file is
9899to be used.
9900
9901Note that the core file is ignored when your program is actually running
7a292a7a
SS
9902under @value{GDBN}. So, if you have been running your program and you
9903wish to debug a core file instead, you must kill the subprocess in which
9904the program is running. To do this, use the @code{kill} command
c906108c 9905(@pxref{Kill Process, ,Killing the child process}).
c906108c 9906
c906108c
SS
9907@kindex add-symbol-file
9908@cindex dynamic linking
9909@item add-symbol-file @var{filename} @var{address}
9910@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
17d9d558 9911@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
96a2c332
SS
9912The @code{add-symbol-file} command reads additional symbol table
9913information from the file @var{filename}. You would use this command
9914when @var{filename} has been dynamically loaded (by some other means)
9915into the program that is running. @var{address} should be the memory
9916address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
9917this out for itself. You can additionally specify an arbitrary number
9918of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
9919section name and base address for that section. You can specify any
9920@var{address} as an expression.
c906108c
SS
9921
9922The symbol table of the file @var{filename} is added to the symbol table
9923originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
9924@code{add-symbol-file} command any number of times; the new symbol data
9925thus read keeps adding to the old. To discard all old symbol data
9926instead, use the @code{symbol-file} command without any arguments.
c906108c 9927
17d9d558
JB
9928@cindex relocatable object files, reading symbols from
9929@cindex object files, relocatable, reading symbols from
9930@cindex reading symbols from relocatable object files
9931@cindex symbols, reading from relocatable object files
9932@cindex @file{.o} files, reading symbols from
9933Although @var{filename} is typically a shared library file, an
9934executable file, or some other object file which has been fully
9935relocated for loading into a process, you can also load symbolic
9936information from relocatable @file{.o} files, as long as:
9937
9938@itemize @bullet
9939@item
9940the file's symbolic information refers only to linker symbols defined in
9941that file, not to symbols defined by other object files,
9942@item
9943every section the file's symbolic information refers to has actually
9944been loaded into the inferior, as it appears in the file, and
9945@item
9946you can determine the address at which every section was loaded, and
9947provide these to the @code{add-symbol-file} command.
9948@end itemize
9949
9950@noindent
9951Some embedded operating systems, like Sun Chorus and VxWorks, can load
9952relocatable files into an already running program; such systems
9953typically make the requirements above easy to meet. However, it's
9954important to recognize that many native systems use complex link
49efadf5 9955procedures (@code{.linkonce} section factoring and C@t{++} constructor table
17d9d558
JB
9956assembly, for example) that make the requirements difficult to meet. In
9957general, one cannot assume that using @code{add-symbol-file} to read a
9958relocatable object file's symbolic information will have the same effect
9959as linking the relocatable object file into the program in the normal
9960way.
9961
c906108c
SS
9962@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
9963
9964You can use the @samp{-mapped} and @samp{-readnow} options just as with
9965the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
9966table information for @var{filename}.
9967
9968@kindex add-shared-symbol-file
9969@item add-shared-symbol-file
9970The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
5d161b24
DB
9971operating system for the Motorola 88k. @value{GDBN} automatically looks for
9972shared libraries, however if @value{GDBN} does not find yours, you can run
c906108c 9973@code{add-shared-symbol-file}. It takes no arguments.
c906108c 9974
c906108c
SS
9975@kindex section
9976@item section
5d161b24
DB
9977The @code{section} command changes the base address of section SECTION of
9978the exec file to ADDR. This can be used if the exec file does not contain
9979section addresses, (such as in the a.out format), or when the addresses
9980specified in the file itself are wrong. Each section must be changed
d4f3574e
SS
9981separately. The @code{info files} command, described below, lists all
9982the sections and their addresses.
c906108c
SS
9983
9984@kindex info files
9985@kindex info target
9986@item info files
9987@itemx info target
7a292a7a
SS
9988@code{info files} and @code{info target} are synonymous; both print the
9989current target (@pxref{Targets, ,Specifying a Debugging Target}),
9990including the names of the executable and core dump files currently in
9991use by @value{GDBN}, and the files from which symbols were loaded. The
9992command @code{help target} lists all possible targets rather than
9993current ones.
9994
fe95c787
MS
9995@kindex maint info sections
9996@item maint info sections
9997Another command that can give you extra information about program sections
9998is @code{maint info sections}. In addition to the section information
9999displayed by @code{info files}, this command displays the flags and file
10000offset of each section in the executable and core dump files. In addition,
10001@code{maint info sections} provides the following command options (which
10002may be arbitrarily combined):
10003
10004@table @code
10005@item ALLOBJ
10006Display sections for all loaded object files, including shared libraries.
10007@item @var{sections}
6600abed 10008Display info only for named @var{sections}.
fe95c787
MS
10009@item @var{section-flags}
10010Display info only for sections for which @var{section-flags} are true.
10011The section flags that @value{GDBN} currently knows about are:
10012@table @code
10013@item ALLOC
10014Section will have space allocated in the process when loaded.
10015Set for all sections except those containing debug information.
10016@item LOAD
10017Section will be loaded from the file into the child process memory.
10018Set for pre-initialized code and data, clear for @code{.bss} sections.
10019@item RELOC
10020Section needs to be relocated before loading.
10021@item READONLY
10022Section cannot be modified by the child process.
10023@item CODE
10024Section contains executable code only.
6600abed 10025@item DATA
fe95c787
MS
10026Section contains data only (no executable code).
10027@item ROM
10028Section will reside in ROM.
10029@item CONSTRUCTOR
10030Section contains data for constructor/destructor lists.
10031@item HAS_CONTENTS
10032Section is not empty.
10033@item NEVER_LOAD
10034An instruction to the linker to not output the section.
10035@item COFF_SHARED_LIBRARY
10036A notification to the linker that the section contains
10037COFF shared library information.
10038@item IS_COMMON
10039Section contains common symbols.
10040@end table
10041@end table
6763aef9
MS
10042@kindex set trust-readonly-sections
10043@item set trust-readonly-sections on
10044Tell @value{GDBN} that readonly sections in your object file
6ca652b0 10045really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
10046In that case, @value{GDBN} can fetch values from these sections
10047out of the object file, rather than from the target program.
10048For some targets (notably embedded ones), this can be a significant
10049enhancement to debugging performance.
10050
10051The default is off.
10052
10053@item set trust-readonly-sections off
15110bc3 10054Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
10055the contents of the section might change while the program is running,
10056and must therefore be fetched from the target when needed.
c906108c
SS
10057@end table
10058
10059All file-specifying commands allow both absolute and relative file names
10060as arguments. @value{GDBN} always converts the file name to an absolute file
10061name and remembers it that way.
10062
c906108c 10063@cindex shared libraries
c906108c
SS
10064@value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared
10065libraries.
53a5351d 10066
c906108c
SS
10067@value{GDBN} automatically loads symbol definitions from shared libraries
10068when you use the @code{run} command, or when you examine a core file.
10069(Before you issue the @code{run} command, @value{GDBN} does not understand
10070references to a function in a shared library, however---unless you are
10071debugging a core file).
53a5351d
JM
10072
10073On HP-UX, if the program loads a library explicitly, @value{GDBN}
10074automatically loads the symbols at the time of the @code{shl_load} call.
10075
c906108c
SS
10076@c FIXME: some @value{GDBN} release may permit some refs to undef
10077@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10078@c FIXME...lib; check this from time to time when updating manual
10079
b7209cb4
FF
10080There are times, however, when you may wish to not automatically load
10081symbol definitions from shared libraries, such as when they are
10082particularly large or there are many of them.
10083
10084To control the automatic loading of shared library symbols, use the
10085commands:
10086
10087@table @code
10088@kindex set auto-solib-add
10089@item set auto-solib-add @var{mode}
10090If @var{mode} is @code{on}, symbols from all shared object libraries
10091will be loaded automatically when the inferior begins execution, you
10092attach to an independently started inferior, or when the dynamic linker
10093informs @value{GDBN} that a new library has been loaded. If @var{mode}
10094is @code{off}, symbols must be loaded manually, using the
10095@code{sharedlibrary} command. The default value is @code{on}.
10096
10097@kindex show auto-solib-add
10098@item show auto-solib-add
10099Display the current autoloading mode.
10100@end table
10101
10102To explicitly load shared library symbols, use the @code{sharedlibrary}
10103command:
10104
c906108c
SS
10105@table @code
10106@kindex info sharedlibrary
10107@kindex info share
10108@item info share
10109@itemx info sharedlibrary
10110Print the names of the shared libraries which are currently loaded.
10111
10112@kindex sharedlibrary
10113@kindex share
10114@item sharedlibrary @var{regex}
10115@itemx share @var{regex}
c906108c
SS
10116Load shared object library symbols for files matching a
10117Unix regular expression.
10118As with files loaded automatically, it only loads shared libraries
10119required by your program for a core file or after typing @code{run}. If
10120@var{regex} is omitted all shared libraries required by your program are
10121loaded.
10122@end table
10123
b7209cb4
FF
10124On some systems, such as HP-UX systems, @value{GDBN} supports
10125autoloading shared library symbols until a limiting threshold size is
10126reached. This provides the benefit of allowing autoloading to remain on
10127by default, but avoids autoloading excessively large shared libraries,
10128up to a threshold that is initially set, but which you can modify if you
10129wish.
c906108c
SS
10130
10131Beyond that threshold, symbols from shared libraries must be explicitly
d4f3574e
SS
10132loaded. To load these symbols, use the command @code{sharedlibrary
10133@var{filename}}. The base address of the shared library is determined
c906108c
SS
10134automatically by @value{GDBN} and need not be specified.
10135
10136To display or set the threshold, use the commands:
10137
10138@table @code
b7209cb4
FF
10139@kindex set auto-solib-limit
10140@item set auto-solib-limit @var{threshold}
10141Set the autoloading size threshold, in an integral number of megabytes.
10142If @var{threshold} is nonzero and shared library autoloading is enabled,
10143symbols from all shared object libraries will be loaded until the total
10144size of the loaded shared library symbols exceeds this threshold.
c906108c 10145Otherwise, symbols must be loaded manually, using the
6ca652b0 10146@code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100
b7209cb4 10147Mb).
c906108c 10148
b7209cb4
FF
10149@kindex show auto-solib-limit
10150@item show auto-solib-limit
c906108c
SS
10151Display the current autoloading size threshold, in megabytes.
10152@end table
c906108c 10153
f5ebfba0
DJ
10154Shared libraries are also supported in many cross or remote debugging
10155configurations. A copy of the target's libraries need to be present on the
10156host system; they need to be the same as the target libraries, although the
10157copies on the target can be stripped as long as the copies on the host are
10158not.
10159
10160You need to tell @value{GDBN} where the target libraries are, so that it can
10161load the correct copies---otherwise, it may try to load the host's libraries.
10162@value{GDBN} has two variables to specify the search directories for target
10163libraries.
10164
10165@table @code
10166@kindex set solib-absolute-prefix
10167@item set solib-absolute-prefix @var{path}
10168If this variable is set, @var{path} will be used as a prefix for any
10169absolute shared library paths; many runtime loaders store the absolute
10170paths to the shared library in the target program's memory. If you use
10171@samp{solib-absolute-prefix} to find shared libraries, they need to be laid
10172out in the same way that they are on the target, with e.g.@: a
10173@file{/usr/lib} hierarchy under @var{path}.
10174
10175You can set the default value of @samp{solib-absolute-prefix} by using the
10176configure-time @samp{--with-sysroot} option.
10177
10178@kindex show solib-absolute-prefix
10179@item show solib-absolute-prefix
10180Display the current shared library prefix.
10181
10182@kindex set solib-search-path
10183@item set solib-search-path @var{path}
10184If this variable is set, @var{path} is a colon-separated list of directories
10185to search for shared libraries. @samp{solib-search-path} is used after
10186@samp{solib-absolute-prefix} fails to locate the library, or if the path to
10187the library is relative instead of absolute. If you want to use
10188@samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
10189set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
10190@value{GDBN} from finding your host's libraries.
10191
10192@kindex show solib-search-path
10193@item show solib-search-path
10194Display the current shared library search path.
10195@end table
10196
5b5d99cf
JB
10197
10198@node Separate Debug Files
10199@section Debugging Information in Separate Files
10200@cindex separate debugging information files
10201@cindex debugging information in separate files
10202@cindex @file{.debug} subdirectories
10203@cindex debugging information directory, global
10204@cindex global debugging information directory
10205
10206@value{GDBN} allows you to put a program's debugging information in a
10207file separate from the executable itself, in a way that allows
10208@value{GDBN} to find and load the debugging information automatically.
10209Since debugging information can be very large --- sometimes larger
10210than the executable code itself --- some systems distribute debugging
10211information for their executables in separate files, which users can
10212install only when they need to debug a problem.
10213
10214If an executable's debugging information has been extracted to a
10215separate file, the executable should contain a @dfn{debug link} giving
10216the name of the debugging information file (with no directory
10217components), and a checksum of its contents. (The exact form of a
10218debug link is described below.) If the full name of the directory
10219containing the executable is @var{execdir}, and the executable has a
10220debug link that specifies the name @var{debugfile}, then @value{GDBN}
10221will automatically search for the debugging information file in three
10222places:
10223
10224@itemize @bullet
10225@item
10226the directory containing the executable file (that is, it will look
10227for a file named @file{@var{execdir}/@var{debugfile}},
10228@item
10229a subdirectory of that directory named @file{.debug} (that is, the
10230file @file{@var{execdir}/.debug/@var{debugfile}}, and
10231@item
10232a subdirectory of the global debug file directory that includes the
10233executable's full path, and the name from the link (that is, the file
10234@file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
10235@var{globaldebugdir} is the global debug file directory, and
10236@var{execdir} has been turned into a relative path).
10237@end itemize
10238@noindent
10239@value{GDBN} checks under each of these names for a debugging
10240information file whose checksum matches that given in the link, and
10241reads the debugging information from the first one it finds.
10242
10243So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
10244which has a link containing the name @file{ls.debug}, and the global
10245debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
10246for debug information in @file{/usr/bin/ls.debug},
10247@file{/usr/bin/.debug/ls.debug}, and
10248@file{/usr/lib/debug/usr/bin/ls.debug}.
10249
10250You can set the global debugging info directory's name, and view the
10251name @value{GDBN} is currently using.
10252
10253@table @code
10254
10255@kindex set debug-file-directory
10256@item set debug-file-directory @var{directory}
10257Set the directory which @value{GDBN} searches for separate debugging
10258information files to @var{directory}.
10259
10260@kindex show debug-file-directory
10261@item show debug-file-directory
10262Show the directory @value{GDBN} searches for separate debugging
10263information files.
10264
10265@end table
10266
10267@cindex @code{.gnu_debuglink} sections
10268@cindex debug links
10269A debug link is a special section of the executable file named
10270@code{.gnu_debuglink}. The section must contain:
10271
10272@itemize
10273@item
10274A filename, with any leading directory components removed, followed by
10275a zero byte,
10276@item
10277zero to three bytes of padding, as needed to reach the next four-byte
10278boundary within the section, and
10279@item
10280a four-byte CRC checksum, stored in the same endianness used for the
10281executable file itself. The checksum is computed on the debugging
10282information file's full contents by the function given below, passing
10283zero as the @var{crc} argument.
10284@end itemize
10285
10286Any executable file format can carry a debug link, as long as it can
10287contain a section named @code{.gnu_debuglink} with the contents
10288described above.
10289
10290The debugging information file itself should be an ordinary
10291executable, containing a full set of linker symbols, sections, and
10292debugging information. The sections of the debugging information file
10293should have the same names, addresses and sizes as the original file,
10294but they need not contain any data --- much like a @code{.bss} section
10295in an ordinary executable.
10296
10297As of December 2002, there is no standard GNU utility to produce
10298separated executable / debugging information file pairs. Ulrich
10299Drepper's @file{elfutils} package, starting with version 0.53,
10300contains a version of the @code{strip} command such that the command
10301@kbd{strip foo -f foo.debug} removes the debugging information from
10302the executable file @file{foo}, places it in the file
10303@file{foo.debug}, and leaves behind a debug link in @file{foo}.
10304
10305Since there are many different ways to compute CRC's (different
10306polynomials, reversals, byte ordering, etc.), the simplest way to
10307describe the CRC used in @code{.gnu_debuglink} sections is to give the
10308complete code for a function that computes it:
10309
10310@kindex @code{gnu_debuglink_crc32}
10311@smallexample
10312unsigned long
10313gnu_debuglink_crc32 (unsigned long crc,
10314 unsigned char *buf, size_t len)
10315@{
10316 static const unsigned long crc32_table[256] =
10317 @{
10318 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
10319 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
10320 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
10321 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
10322 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
10323 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
10324 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
10325 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
10326 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
10327 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
10328 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
10329 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
10330 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
10331 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
10332 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
10333 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
10334 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
10335 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
10336 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
10337 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
10338 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
10339 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
10340 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
10341 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
10342 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
10343 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
10344 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
10345 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
10346 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
10347 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
10348 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
10349 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
10350 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
10351 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
10352 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
10353 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
10354 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
10355 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
10356 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
10357 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
10358 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
10359 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
10360 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
10361 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
10362 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
10363 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
10364 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
10365 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
10366 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
10367 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
10368 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
10369 0x2d02ef8d
10370 @};
10371 unsigned char *end;
10372
10373 crc = ~crc & 0xffffffff;
10374 for (end = buf + len; buf < end; ++buf)
10375 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
e7a3abfc 10376 return ~crc & 0xffffffff;
5b5d99cf
JB
10377@}
10378@end smallexample
10379
10380
6d2ebf8b 10381@node Symbol Errors
c906108c
SS
10382@section Errors reading symbol files
10383
10384While reading a symbol file, @value{GDBN} occasionally encounters problems,
10385such as symbol types it does not recognize, or known bugs in compiler
10386output. By default, @value{GDBN} does not notify you of such problems, since
10387they are relatively common and primarily of interest to people
10388debugging compilers. If you are interested in seeing information
10389about ill-constructed symbol tables, you can either ask @value{GDBN} to print
10390only one message about each such type of problem, no matter how many
10391times the problem occurs; or you can ask @value{GDBN} to print more messages,
10392to see how many times the problems occur, with the @code{set
10393complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
10394messages}).
10395
10396The messages currently printed, and their meanings, include:
10397
10398@table @code
10399@item inner block not inside outer block in @var{symbol}
10400
10401The symbol information shows where symbol scopes begin and end
10402(such as at the start of a function or a block of statements). This
10403error indicates that an inner scope block is not fully contained
10404in its outer scope blocks.
10405
10406@value{GDBN} circumvents the problem by treating the inner block as if it had
10407the same scope as the outer block. In the error message, @var{symbol}
10408may be shown as ``@code{(don't know)}'' if the outer block is not a
10409function.
10410
10411@item block at @var{address} out of order
10412
10413The symbol information for symbol scope blocks should occur in
10414order of increasing addresses. This error indicates that it does not
10415do so.
10416
10417@value{GDBN} does not circumvent this problem, and has trouble
10418locating symbols in the source file whose symbols it is reading. (You
10419can often determine what source file is affected by specifying
10420@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
10421messages}.)
10422
10423@item bad block start address patched
10424
10425The symbol information for a symbol scope block has a start address
10426smaller than the address of the preceding source line. This is known
10427to occur in the SunOS 4.1.1 (and earlier) C compiler.
10428
10429@value{GDBN} circumvents the problem by treating the symbol scope block as
10430starting on the previous source line.
10431
10432@item bad string table offset in symbol @var{n}
10433
10434@cindex foo
10435Symbol number @var{n} contains a pointer into the string table which is
10436larger than the size of the string table.
10437
10438@value{GDBN} circumvents the problem by considering the symbol to have the
10439name @code{foo}, which may cause other problems if many symbols end up
10440with this name.
10441
10442@item unknown symbol type @code{0x@var{nn}}
10443
7a292a7a
SS
10444The symbol information contains new data types that @value{GDBN} does
10445not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 10446uncomprehended information, in hexadecimal.
c906108c 10447
7a292a7a
SS
10448@value{GDBN} circumvents the error by ignoring this symbol information.
10449This usually allows you to debug your program, though certain symbols
c906108c 10450are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
10451debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
10452on @code{complain}, then go up to the function @code{read_dbx_symtab}
10453and examine @code{*bufp} to see the symbol.
c906108c
SS
10454
10455@item stub type has NULL name
c906108c 10456
7a292a7a 10457@value{GDBN} could not find the full definition for a struct or class.
c906108c 10458
7a292a7a 10459@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 10460The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
10461information that recent versions of the compiler should have output for
10462it.
c906108c
SS
10463
10464@item info mismatch between compiler and debugger
10465
10466@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 10467
c906108c
SS
10468@end table
10469
6d2ebf8b 10470@node Targets
c906108c 10471@chapter Specifying a Debugging Target
7a292a7a 10472
c906108c
SS
10473@cindex debugging target
10474@kindex target
10475
10476A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
10477
10478Often, @value{GDBN} runs in the same host environment as your program;
10479in that case, the debugging target is specified as a side effect when
10480you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
10481flexibility---for example, running @value{GDBN} on a physically separate
10482host, or controlling a standalone system over a serial port or a
53a5351d
JM
10483realtime system over a TCP/IP connection---you can use the @code{target}
10484command to specify one of the target types configured for @value{GDBN}
10485(@pxref{Target Commands, ,Commands for managing targets}).
c906108c
SS
10486
10487@menu
10488* Active Targets:: Active targets
10489* Target Commands:: Commands for managing targets
c906108c
SS
10490* Byte Order:: Choosing target byte order
10491* Remote:: Remote debugging
96baa820 10492* KOD:: Kernel Object Display
c906108c
SS
10493
10494@end menu
10495
6d2ebf8b 10496@node Active Targets
c906108c 10497@section Active targets
7a292a7a 10498
c906108c
SS
10499@cindex stacking targets
10500@cindex active targets
10501@cindex multiple targets
10502
c906108c 10503There are three classes of targets: processes, core files, and
7a292a7a
SS
10504executable files. @value{GDBN} can work concurrently on up to three
10505active targets, one in each class. This allows you to (for example)
10506start a process and inspect its activity without abandoning your work on
10507a core file.
c906108c
SS
10508
10509For example, if you execute @samp{gdb a.out}, then the executable file
10510@code{a.out} is the only active target. If you designate a core file as
10511well---presumably from a prior run that crashed and coredumped---then
10512@value{GDBN} has two active targets and uses them in tandem, looking
10513first in the corefile target, then in the executable file, to satisfy
10514requests for memory addresses. (Typically, these two classes of target
10515are complementary, since core files contain only a program's
10516read-write memory---variables and so on---plus machine status, while
10517executable files contain only the program text and initialized data.)
c906108c
SS
10518
10519When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
10520target as well. When a process target is active, all @value{GDBN}
10521commands requesting memory addresses refer to that target; addresses in
10522an active core file or executable file target are obscured while the
10523process target is active.
c906108c 10524
7a292a7a
SS
10525Use the @code{core-file} and @code{exec-file} commands to select a new
10526core file or executable target (@pxref{Files, ,Commands to specify
c906108c 10527files}). To specify as a target a process that is already running, use
7a292a7a
SS
10528the @code{attach} command (@pxref{Attach, ,Debugging an already-running
10529process}).
c906108c 10530
6d2ebf8b 10531@node Target Commands
c906108c
SS
10532@section Commands for managing targets
10533
10534@table @code
10535@item target @var{type} @var{parameters}
7a292a7a
SS
10536Connects the @value{GDBN} host environment to a target machine or
10537process. A target is typically a protocol for talking to debugging
10538facilities. You use the argument @var{type} to specify the type or
10539protocol of the target machine.
c906108c
SS
10540
10541Further @var{parameters} are interpreted by the target protocol, but
10542typically include things like device names or host names to connect
10543with, process numbers, and baud rates.
c906108c
SS
10544
10545The @code{target} command does not repeat if you press @key{RET} again
10546after executing the command.
10547
10548@kindex help target
10549@item help target
10550Displays the names of all targets available. To display targets
10551currently selected, use either @code{info target} or @code{info files}
10552(@pxref{Files, ,Commands to specify files}).
10553
10554@item help target @var{name}
10555Describe a particular target, including any parameters necessary to
10556select it.
10557
10558@kindex set gnutarget
10559@item set gnutarget @var{args}
5d161b24 10560@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 10561knows whether it is reading an @dfn{executable},
5d161b24
DB
10562a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
10563with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
10564with @code{gnutarget} the @code{target} refers to a program, not a machine.
10565
d4f3574e 10566@quotation
c906108c
SS
10567@emph{Warning:} To specify a file format with @code{set gnutarget},
10568you must know the actual BFD name.
d4f3574e 10569@end quotation
c906108c 10570
d4f3574e
SS
10571@noindent
10572@xref{Files, , Commands to specify files}.
c906108c 10573
5d161b24 10574@kindex show gnutarget
c906108c
SS
10575@item show gnutarget
10576Use the @code{show gnutarget} command to display what file format
10577@code{gnutarget} is set to read. If you have not set @code{gnutarget},
10578@value{GDBN} will determine the file format for each file automatically,
10579and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
10580@end table
10581
c906108c
SS
10582Here are some common targets (available, or not, depending on the GDB
10583configuration):
c906108c
SS
10584
10585@table @code
10586@kindex target exec
10587@item target exec @var{program}
10588An executable file. @samp{target exec @var{program}} is the same as
10589@samp{exec-file @var{program}}.
10590
c906108c
SS
10591@kindex target core
10592@item target core @var{filename}
10593A core dump file. @samp{target core @var{filename}} is the same as
10594@samp{core-file @var{filename}}.
c906108c
SS
10595
10596@kindex target remote
10597@item target remote @var{dev}
10598Remote serial target in GDB-specific protocol. The argument @var{dev}
10599specifies what serial device to use for the connection (e.g.
10600@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
d4f3574e 10601supports the @code{load} command. This is only useful if you have
c906108c
SS
10602some other way of getting the stub to the target system, and you can put
10603it somewhere in memory where it won't get clobbered by the download.
10604
c906108c
SS
10605@kindex target sim
10606@item target sim
2df3850c 10607Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 10608In general,
474c8240 10609@smallexample
104c1213
JM
10610 target sim
10611 load
10612 run
474c8240 10613@end smallexample
d4f3574e 10614@noindent
104c1213 10615works; however, you cannot assume that a specific memory map, device
d4f3574e 10616drivers, or even basic I/O is available, although some simulators do
104c1213
JM
10617provide these. For info about any processor-specific simulator details,
10618see the appropriate section in @ref{Embedded Processors, ,Embedded
10619Processors}.
10620
c906108c
SS
10621@end table
10622
104c1213 10623Some configurations may include these targets as well:
c906108c
SS
10624
10625@table @code
10626
c906108c
SS
10627@kindex target nrom
10628@item target nrom @var{dev}
10629NetROM ROM emulator. This target only supports downloading.
10630
c906108c
SS
10631@end table
10632
5d161b24 10633Different targets are available on different configurations of @value{GDBN};
c906108c 10634your configuration may have more or fewer targets.
c906108c
SS
10635
10636Many remote targets require you to download the executable's code
10637once you've successfully established a connection.
10638
10639@table @code
10640
10641@kindex load @var{filename}
10642@item load @var{filename}
c906108c
SS
10643Depending on what remote debugging facilities are configured into
10644@value{GDBN}, the @code{load} command may be available. Where it exists, it
10645is meant to make @var{filename} (an executable) available for debugging
10646on the remote system---by downloading, or dynamic linking, for example.
10647@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
10648the @code{add-symbol-file} command.
10649
10650If your @value{GDBN} does not have a @code{load} command, attempting to
10651execute it gets the error message ``@code{You can't do that when your
10652target is @dots{}}''
c906108c
SS
10653
10654The file is loaded at whatever address is specified in the executable.
10655For some object file formats, you can specify the load address when you
10656link the program; for other formats, like a.out, the object file format
10657specifies a fixed address.
10658@c FIXME! This would be a good place for an xref to the GNU linker doc.
10659
c906108c
SS
10660@code{load} does not repeat if you press @key{RET} again after using it.
10661@end table
10662
6d2ebf8b 10663@node Byte Order
c906108c 10664@section Choosing target byte order
7a292a7a 10665
c906108c
SS
10666@cindex choosing target byte order
10667@cindex target byte order
c906108c 10668
172c2a43 10669Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
c906108c
SS
10670offer the ability to run either big-endian or little-endian byte
10671orders. Usually the executable or symbol will include a bit to
10672designate the endian-ness, and you will not need to worry about
10673which to use. However, you may still find it useful to adjust
d4f3574e 10674@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
10675
10676@table @code
10677@kindex set endian big
10678@item set endian big
10679Instruct @value{GDBN} to assume the target is big-endian.
10680
10681@kindex set endian little
10682@item set endian little
10683Instruct @value{GDBN} to assume the target is little-endian.
10684
10685@kindex set endian auto
10686@item set endian auto
10687Instruct @value{GDBN} to use the byte order associated with the
10688executable.
10689
10690@item show endian
10691Display @value{GDBN}'s current idea of the target byte order.
10692
10693@end table
10694
10695Note that these commands merely adjust interpretation of symbolic
10696data on the host, and that they have absolutely no effect on the
10697target system.
10698
6d2ebf8b 10699@node Remote
c906108c
SS
10700@section Remote debugging
10701@cindex remote debugging
10702
10703If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
10704@value{GDBN} in the usual way, it is often useful to use remote debugging.
10705For example, you might use remote debugging on an operating system kernel,
c906108c
SS
10706or on a small system which does not have a general purpose operating system
10707powerful enough to run a full-featured debugger.
10708
10709Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
10710to make this work with particular debugging targets. In addition,
5d161b24 10711@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
10712but not specific to any particular target system) which you can use if you
10713write the remote stubs---the code that runs on the remote system to
10714communicate with @value{GDBN}.
10715
10716Other remote targets may be available in your
10717configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 10718
6f05cf9f
AC
10719@node KOD
10720@section Kernel Object Display
6f05cf9f 10721@cindex kernel object display
6f05cf9f
AC
10722@cindex KOD
10723
10724Some targets support kernel object display. Using this facility,
10725@value{GDBN} communicates specially with the underlying operating system
10726and can display information about operating system-level objects such as
10727mutexes and other synchronization objects. Exactly which objects can be
10728displayed is determined on a per-OS basis.
10729
3bbe9696 10730@kindex set os
6f05cf9f
AC
10731Use the @code{set os} command to set the operating system. This tells
10732@value{GDBN} which kernel object display module to initialize:
10733
474c8240 10734@smallexample
6f05cf9f 10735(@value{GDBP}) set os cisco
474c8240 10736@end smallexample
6f05cf9f 10737
3bbe9696
EZ
10738@kindex show os
10739The associated command @code{show os} displays the operating system
10740set with the @code{set os} command; if no operating system has been
10741set, @code{show os} will display an empty string @samp{""}.
10742
6f05cf9f
AC
10743If @code{set os} succeeds, @value{GDBN} will display some information
10744about the operating system, and will create a new @code{info} command
10745which can be used to query the target. The @code{info} command is named
10746after the operating system:
c906108c 10747
3bbe9696 10748@kindex info cisco
474c8240 10749@smallexample
6f05cf9f
AC
10750(@value{GDBP}) info cisco
10751List of Cisco Kernel Objects
10752Object Description
10753any Any and all objects
474c8240 10754@end smallexample
6f05cf9f
AC
10755
10756Further subcommands can be used to query about particular objects known
10757by the kernel.
10758
3bbe9696
EZ
10759There is currently no way to determine whether a given operating
10760system is supported other than to try setting it with @kbd{set os
10761@var{name}}, where @var{name} is the name of the operating system you
10762want to try.
6f05cf9f
AC
10763
10764
10765@node Remote Debugging
10766@chapter Debugging remote programs
10767
6b2f586d 10768@menu
07f31aa6 10769* Connecting:: Connecting to a remote target
6b2f586d
AC
10770* Server:: Using the gdbserver program
10771* NetWare:: Using the gdbserve.nlm program
501eef12 10772* Remote configuration:: Remote configuration
6b2f586d 10773* remote stub:: Implementing a remote stub
6b2f586d
AC
10774@end menu
10775
07f31aa6
DJ
10776@node Connecting
10777@section Connecting to a remote target
10778
10779On the @value{GDBN} host machine, you will need an unstripped copy of
10780your program, since @value{GDBN} needs symobl and debugging information.
10781Start up @value{GDBN} as usual, using the name of the local copy of your
10782program as the first argument.
10783
10784@cindex serial line, @code{target remote}
10785If you're using a serial line, you may want to give @value{GDBN} the
10786@w{@samp{--baud}} option, or use the @code{set remotebaud} command
10787before the @code{target} command.
10788
10789After that, use @code{target remote} to establish communications with
10790the target machine. Its argument specifies how to communicate---either
10791via a devicename attached to a direct serial line, or a TCP or UDP port
10792(possibly to a terminal server which in turn has a serial line to the
10793target). For example, to use a serial line connected to the device
10794named @file{/dev/ttyb}:
10795
10796@smallexample
10797target remote /dev/ttyb
10798@end smallexample
10799
10800@cindex TCP port, @code{target remote}
10801To use a TCP connection, use an argument of the form
10802@code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
10803For example, to connect to port 2828 on a
10804terminal server named @code{manyfarms}:
10805
10806@smallexample
10807target remote manyfarms:2828
10808@end smallexample
10809
10810If your remote target is actually running on the same machine as
10811your debugger session (e.g.@: a simulator of your target running on
10812the same host), you can omit the hostname. For example, to connect
10813to port 1234 on your local machine:
10814
10815@smallexample
10816target remote :1234
10817@end smallexample
10818@noindent
10819
10820Note that the colon is still required here.
10821
10822@cindex UDP port, @code{target remote}
10823To use a UDP connection, use an argument of the form
10824@code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
10825on a terminal server named @code{manyfarms}:
10826
10827@smallexample
10828target remote udp:manyfarms:2828
10829@end smallexample
10830
10831When using a UDP connection for remote debugging, you should keep in mind
10832that the `U' stands for ``Unreliable''. UDP can silently drop packets on
10833busy or unreliable networks, which will cause havoc with your debugging
10834session.
10835
10836Now you can use all the usual commands to examine and change data and to
10837step and continue the remote program.
10838
10839@cindex interrupting remote programs
10840@cindex remote programs, interrupting
10841Whenever @value{GDBN} is waiting for the remote program, if you type the
10842interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
10843program. This may or may not succeed, depending in part on the hardware
10844and the serial drivers the remote system uses. If you type the
10845interrupt character once again, @value{GDBN} displays this prompt:
10846
10847@smallexample
10848Interrupted while waiting for the program.
10849Give up (and stop debugging it)? (y or n)
10850@end smallexample
10851
10852If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
10853(If you decide you want to try again later, you can use @samp{target
10854remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
10855goes back to waiting.
10856
10857@table @code
10858@kindex detach (remote)
10859@item detach
10860When you have finished debugging the remote program, you can use the
10861@code{detach} command to release it from @value{GDBN} control.
10862Detaching from the target normally resumes its execution, but the results
10863will depend on your particular remote stub. After the @code{detach}
10864command, @value{GDBN} is free to connect to another target.
10865
10866@kindex disconnect
10867@item disconnect
10868The @code{disconnect} command behaves like @code{detach}, except that
10869the target is generally not resumed. It will wait for @value{GDBN}
10870(this instance or another one) to connect and continue debugging. After
10871the @code{disconnect} command, @value{GDBN} is again free to connect to
10872another target.
10873@end table
10874
6f05cf9f
AC
10875@node Server
10876@section Using the @code{gdbserver} program
10877
10878@kindex gdbserver
10879@cindex remote connection without stubs
10880@code{gdbserver} is a control program for Unix-like systems, which
10881allows you to connect your program with a remote @value{GDBN} via
10882@code{target remote}---but without linking in the usual debugging stub.
10883
10884@code{gdbserver} is not a complete replacement for the debugging stubs,
10885because it requires essentially the same operating-system facilities
10886that @value{GDBN} itself does. In fact, a system that can run
10887@code{gdbserver} to connect to a remote @value{GDBN} could also run
10888@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
10889because it is a much smaller program than @value{GDBN} itself. It is
10890also easier to port than all of @value{GDBN}, so you may be able to get
10891started more quickly on a new system by using @code{gdbserver}.
10892Finally, if you develop code for real-time systems, you may find that
10893the tradeoffs involved in real-time operation make it more convenient to
10894do as much development work as possible on another system, for example
10895by cross-compiling. You can use @code{gdbserver} to make a similar
10896choice for debugging.
10897
10898@value{GDBN} and @code{gdbserver} communicate via either a serial line
10899or a TCP connection, using the standard @value{GDBN} remote serial
10900protocol.
10901
10902@table @emph
10903@item On the target machine,
10904you need to have a copy of the program you want to debug.
10905@code{gdbserver} does not need your program's symbol table, so you can
10906strip the program if necessary to save space. @value{GDBN} on the host
10907system does all the symbol handling.
10908
10909To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 10910the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
10911syntax is:
10912
10913@smallexample
10914target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
10915@end smallexample
10916
10917@var{comm} is either a device name (to use a serial line) or a TCP
10918hostname and portnumber. For example, to debug Emacs with the argument
10919@samp{foo.txt} and communicate with @value{GDBN} over the serial port
10920@file{/dev/com1}:
10921
10922@smallexample
10923target> gdbserver /dev/com1 emacs foo.txt
10924@end smallexample
10925
10926@code{gdbserver} waits passively for the host @value{GDBN} to communicate
10927with it.
10928
10929To use a TCP connection instead of a serial line:
10930
10931@smallexample
10932target> gdbserver host:2345 emacs foo.txt
10933@end smallexample
10934
10935The only difference from the previous example is the first argument,
10936specifying that you are communicating with the host @value{GDBN} via
10937TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
10938expect a TCP connection from machine @samp{host} to local TCP port 2345.
10939(Currently, the @samp{host} part is ignored.) You can choose any number
10940you want for the port number as long as it does not conflict with any
10941TCP ports already in use on the target system (for example, @code{23} is
10942reserved for @code{telnet}).@footnote{If you choose a port number that
10943conflicts with another service, @code{gdbserver} prints an error message
10944and exits.} You must use the same port number with the host @value{GDBN}
10945@code{target remote} command.
10946
56460a61
DJ
10947On some targets, @code{gdbserver} can also attach to running programs.
10948This is accomplished via the @code{--attach} argument. The syntax is:
10949
10950@smallexample
10951target> gdbserver @var{comm} --attach @var{pid}
10952@end smallexample
10953
10954@var{pid} is the process ID of a currently running process. It isn't necessary
10955to point @code{gdbserver} at a binary for the running process.
10956
b1fe9455
DJ
10957@pindex pidof
10958@cindex attach to a program by name
10959You can debug processes by name instead of process ID if your target has the
10960@code{pidof} utility:
10961
10962@smallexample
10963target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
10964@end smallexample
10965
10966In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
10967has multiple threads, most versions of @code{pidof} support the
10968@code{-s} option to only return the first process ID.
10969
07f31aa6
DJ
10970@item On the host machine,
10971connect to your target (@pxref{Connecting,,Connecting to a remote target}).
6f05cf9f
AC
10972For TCP connections, you must start up @code{gdbserver} prior to using
10973the @code{target remote} command. Otherwise you may get an error whose
10974text depends on the host system, but which usually looks something like
07f31aa6
DJ
10975@samp{Connection refused}. You don't need to use the @code{load}
10976command in @value{GDBN} when using gdbserver, since the program is
10977already on the target.
10978
6f05cf9f
AC
10979@end table
10980
10981@node NetWare
10982@section Using the @code{gdbserve.nlm} program
10983
10984@kindex gdbserve.nlm
10985@code{gdbserve.nlm} is a control program for NetWare systems, which
10986allows you to connect your program with a remote @value{GDBN} via
10987@code{target remote}.
10988
10989@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
10990using the standard @value{GDBN} remote serial protocol.
10991
10992@table @emph
10993@item On the target machine,
10994you need to have a copy of the program you want to debug.
10995@code{gdbserve.nlm} does not need your program's symbol table, so you
10996can strip the program if necessary to save space. @value{GDBN} on the
10997host system does all the symbol handling.
10998
10999To use the server, you must tell it how to communicate with
11000@value{GDBN}; the name of your program; and the arguments for your
11001program. The syntax is:
11002
11003@smallexample
11004load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
11005 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
11006@end smallexample
11007
11008@var{board} and @var{port} specify the serial line; @var{baud} specifies
11009the baud rate used by the connection. @var{port} and @var{node} default
11010to 0, @var{baud} defaults to 9600@dmn{bps}.
11011
11012For example, to debug Emacs with the argument @samp{foo.txt}and
11013communicate with @value{GDBN} over serial port number 2 or board 1
11014using a 19200@dmn{bps} connection:
11015
11016@smallexample
11017load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
11018@end smallexample
11019
07f31aa6
DJ
11020@item
11021On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
11022Connecting to a remote target}).
6f05cf9f 11023
6f05cf9f
AC
11024@end table
11025
501eef12
AC
11026@node Remote configuration
11027@section Remote configuration
11028
11029The following configuration options are available when debugging remote
11030programs:
11031
11032@table @code
11033@kindex set remote hardware-watchpoint-limit
11034@kindex set remote hardware-breakpoint-limit
11035@anchor{set remote hardware-watchpoint-limit}
11036@anchor{set remote hardware-breakpoint-limit}
11037@item set remote hardware-watchpoint-limit @var{limit}
11038@itemx set remote hardware-breakpoint-limit @var{limit}
11039Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
11040watchpoints. A limit of -1, the default, is treated as unlimited.
11041@end table
11042
6f05cf9f
AC
11043@node remote stub
11044@section Implementing a remote stub
7a292a7a 11045
8e04817f
AC
11046@cindex debugging stub, example
11047@cindex remote stub, example
11048@cindex stub example, remote debugging
11049The stub files provided with @value{GDBN} implement the target side of the
11050communication protocol, and the @value{GDBN} side is implemented in the
11051@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
11052these subroutines to communicate, and ignore the details. (If you're
11053implementing your own stub file, you can still ignore the details: start
11054with one of the existing stub files. @file{sparc-stub.c} is the best
11055organized, and therefore the easiest to read.)
11056
104c1213
JM
11057@cindex remote serial debugging, overview
11058To debug a program running on another machine (the debugging
11059@dfn{target} machine), you must first arrange for all the usual
11060prerequisites for the program to run by itself. For example, for a C
11061program, you need:
c906108c 11062
104c1213
JM
11063@enumerate
11064@item
11065A startup routine to set up the C runtime environment; these usually
11066have a name like @file{crt0}. The startup routine may be supplied by
11067your hardware supplier, or you may have to write your own.
96baa820 11068
5d161b24 11069@item
d4f3574e 11070A C subroutine library to support your program's
104c1213 11071subroutine calls, notably managing input and output.
96baa820 11072
104c1213
JM
11073@item
11074A way of getting your program to the other machine---for example, a
11075download program. These are often supplied by the hardware
11076manufacturer, but you may have to write your own from hardware
11077documentation.
11078@end enumerate
96baa820 11079
104c1213
JM
11080The next step is to arrange for your program to use a serial port to
11081communicate with the machine where @value{GDBN} is running (the @dfn{host}
11082machine). In general terms, the scheme looks like this:
96baa820 11083
104c1213
JM
11084@table @emph
11085@item On the host,
11086@value{GDBN} already understands how to use this protocol; when everything
11087else is set up, you can simply use the @samp{target remote} command
11088(@pxref{Targets,,Specifying a Debugging Target}).
11089
11090@item On the target,
11091you must link with your program a few special-purpose subroutines that
11092implement the @value{GDBN} remote serial protocol. The file containing these
11093subroutines is called a @dfn{debugging stub}.
11094
11095On certain remote targets, you can use an auxiliary program
11096@code{gdbserver} instead of linking a stub into your program.
11097@xref{Server,,Using the @code{gdbserver} program}, for details.
11098@end table
96baa820 11099
104c1213
JM
11100The debugging stub is specific to the architecture of the remote
11101machine; for example, use @file{sparc-stub.c} to debug programs on
11102@sc{sparc} boards.
96baa820 11103
104c1213
JM
11104@cindex remote serial stub list
11105These working remote stubs are distributed with @value{GDBN}:
96baa820 11106
104c1213
JM
11107@table @code
11108
11109@item i386-stub.c
41afff9a 11110@cindex @file{i386-stub.c}
104c1213
JM
11111@cindex Intel
11112@cindex i386
11113For Intel 386 and compatible architectures.
11114
11115@item m68k-stub.c
41afff9a 11116@cindex @file{m68k-stub.c}
104c1213
JM
11117@cindex Motorola 680x0
11118@cindex m680x0
11119For Motorola 680x0 architectures.
11120
11121@item sh-stub.c
41afff9a 11122@cindex @file{sh-stub.c}
172c2a43 11123@cindex Renesas
104c1213 11124@cindex SH
172c2a43 11125For Renesas SH architectures.
104c1213
JM
11126
11127@item sparc-stub.c
41afff9a 11128@cindex @file{sparc-stub.c}
104c1213
JM
11129@cindex Sparc
11130For @sc{sparc} architectures.
11131
11132@item sparcl-stub.c
41afff9a 11133@cindex @file{sparcl-stub.c}
104c1213
JM
11134@cindex Fujitsu
11135@cindex SparcLite
11136For Fujitsu @sc{sparclite} architectures.
11137
11138@end table
11139
11140The @file{README} file in the @value{GDBN} distribution may list other
11141recently added stubs.
11142
11143@menu
11144* Stub Contents:: What the stub can do for you
11145* Bootstrapping:: What you must do for the stub
11146* Debug Session:: Putting it all together
104c1213
JM
11147@end menu
11148
6d2ebf8b 11149@node Stub Contents
6f05cf9f 11150@subsection What the stub can do for you
104c1213
JM
11151
11152@cindex remote serial stub
11153The debugging stub for your architecture supplies these three
11154subroutines:
11155
11156@table @code
11157@item set_debug_traps
11158@kindex set_debug_traps
11159@cindex remote serial stub, initialization
11160This routine arranges for @code{handle_exception} to run when your
11161program stops. You must call this subroutine explicitly near the
11162beginning of your program.
11163
11164@item handle_exception
11165@kindex handle_exception
11166@cindex remote serial stub, main routine
11167This is the central workhorse, but your program never calls it
11168explicitly---the setup code arranges for @code{handle_exception} to
11169run when a trap is triggered.
11170
11171@code{handle_exception} takes control when your program stops during
11172execution (for example, on a breakpoint), and mediates communications
11173with @value{GDBN} on the host machine. This is where the communications
11174protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 11175representative on the target machine. It begins by sending summary
104c1213
JM
11176information on the state of your program, then continues to execute,
11177retrieving and transmitting any information @value{GDBN} needs, until you
11178execute a @value{GDBN} command that makes your program resume; at that point,
11179@code{handle_exception} returns control to your own code on the target
5d161b24 11180machine.
104c1213
JM
11181
11182@item breakpoint
11183@cindex @code{breakpoint} subroutine, remote
11184Use this auxiliary subroutine to make your program contain a
11185breakpoint. Depending on the particular situation, this may be the only
11186way for @value{GDBN} to get control. For instance, if your target
11187machine has some sort of interrupt button, you won't need to call this;
11188pressing the interrupt button transfers control to
11189@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
11190simply receiving characters on the serial port may also trigger a trap;
11191again, in that situation, you don't need to call @code{breakpoint} from
11192your own program---simply running @samp{target remote} from the host
5d161b24 11193@value{GDBN} session gets control.
104c1213
JM
11194
11195Call @code{breakpoint} if none of these is true, or if you simply want
11196to make certain your program stops at a predetermined point for the
11197start of your debugging session.
11198@end table
11199
6d2ebf8b 11200@node Bootstrapping
6f05cf9f 11201@subsection What you must do for the stub
104c1213
JM
11202
11203@cindex remote stub, support routines
11204The debugging stubs that come with @value{GDBN} are set up for a particular
11205chip architecture, but they have no information about the rest of your
11206debugging target machine.
11207
11208First of all you need to tell the stub how to communicate with the
11209serial port.
11210
11211@table @code
11212@item int getDebugChar()
11213@kindex getDebugChar
11214Write this subroutine to read a single character from the serial port.
11215It may be identical to @code{getchar} for your target system; a
11216different name is used to allow you to distinguish the two if you wish.
11217
11218@item void putDebugChar(int)
11219@kindex putDebugChar
11220Write this subroutine to write a single character to the serial port.
5d161b24 11221It may be identical to @code{putchar} for your target system; a
104c1213
JM
11222different name is used to allow you to distinguish the two if you wish.
11223@end table
11224
11225@cindex control C, and remote debugging
11226@cindex interrupting remote targets
11227If you want @value{GDBN} to be able to stop your program while it is
11228running, you need to use an interrupt-driven serial driver, and arrange
11229for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
11230character). That is the character which @value{GDBN} uses to tell the
11231remote system to stop.
11232
11233Getting the debugging target to return the proper status to @value{GDBN}
11234probably requires changes to the standard stub; one quick and dirty way
11235is to just execute a breakpoint instruction (the ``dirty'' part is that
11236@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
11237
11238Other routines you need to supply are:
11239
11240@table @code
11241@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
11242@kindex exceptionHandler
11243Write this function to install @var{exception_address} in the exception
11244handling tables. You need to do this because the stub does not have any
11245way of knowing what the exception handling tables on your target system
11246are like (for example, the processor's table might be in @sc{rom},
11247containing entries which point to a table in @sc{ram}).
11248@var{exception_number} is the exception number which should be changed;
11249its meaning is architecture-dependent (for example, different numbers
11250might represent divide by zero, misaligned access, etc). When this
11251exception occurs, control should be transferred directly to
11252@var{exception_address}, and the processor state (stack, registers,
11253and so on) should be just as it is when a processor exception occurs. So if
11254you want to use a jump instruction to reach @var{exception_address}, it
11255should be a simple jump, not a jump to subroutine.
11256
11257For the 386, @var{exception_address} should be installed as an interrupt
11258gate so that interrupts are masked while the handler runs. The gate
11259should be at privilege level 0 (the most privileged level). The
11260@sc{sparc} and 68k stubs are able to mask interrupts themselves without
11261help from @code{exceptionHandler}.
11262
11263@item void flush_i_cache()
11264@kindex flush_i_cache
d4f3574e 11265On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
11266instruction cache, if any, on your target machine. If there is no
11267instruction cache, this subroutine may be a no-op.
11268
11269On target machines that have instruction caches, @value{GDBN} requires this
11270function to make certain that the state of your program is stable.
11271@end table
11272
11273@noindent
11274You must also make sure this library routine is available:
11275
11276@table @code
11277@item void *memset(void *, int, int)
11278@kindex memset
11279This is the standard library function @code{memset} that sets an area of
11280memory to a known value. If you have one of the free versions of
11281@code{libc.a}, @code{memset} can be found there; otherwise, you must
11282either obtain it from your hardware manufacturer, or write your own.
11283@end table
11284
11285If you do not use the GNU C compiler, you may need other standard
11286library subroutines as well; this varies from one stub to another,
11287but in general the stubs are likely to use any of the common library
d4f3574e 11288subroutines which @code{@value{GCC}} generates as inline code.
104c1213
JM
11289
11290
6d2ebf8b 11291@node Debug Session
6f05cf9f 11292@subsection Putting it all together
104c1213
JM
11293
11294@cindex remote serial debugging summary
11295In summary, when your program is ready to debug, you must follow these
11296steps.
11297
11298@enumerate
11299@item
6d2ebf8b 11300Make sure you have defined the supporting low-level routines
104c1213
JM
11301(@pxref{Bootstrapping,,What you must do for the stub}):
11302@display
11303@code{getDebugChar}, @code{putDebugChar},
11304@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
11305@end display
11306
11307@item
11308Insert these lines near the top of your program:
11309
474c8240 11310@smallexample
104c1213
JM
11311set_debug_traps();
11312breakpoint();
474c8240 11313@end smallexample
104c1213
JM
11314
11315@item
11316For the 680x0 stub only, you need to provide a variable called
11317@code{exceptionHook}. Normally you just use:
11318
474c8240 11319@smallexample
104c1213 11320void (*exceptionHook)() = 0;
474c8240 11321@end smallexample
104c1213 11322
d4f3574e 11323@noindent
104c1213 11324but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 11325function in your program, that function is called when
104c1213
JM
11326@code{@value{GDBN}} continues after stopping on a trap (for example, bus
11327error). The function indicated by @code{exceptionHook} is called with
11328one parameter: an @code{int} which is the exception number.
11329
11330@item
11331Compile and link together: your program, the @value{GDBN} debugging stub for
11332your target architecture, and the supporting subroutines.
11333
11334@item
11335Make sure you have a serial connection between your target machine and
11336the @value{GDBN} host, and identify the serial port on the host.
11337
11338@item
11339@c The "remote" target now provides a `load' command, so we should
11340@c document that. FIXME.
11341Download your program to your target machine (or get it there by
11342whatever means the manufacturer provides), and start it.
11343
11344@item
07f31aa6
DJ
11345Start @value{GDBN} on the host, and connect to the target
11346(@pxref{Connecting,,Connecting to a remote target}).
9db8d71f 11347
104c1213
JM
11348@end enumerate
11349
8e04817f
AC
11350@node Configurations
11351@chapter Configuration-Specific Information
104c1213 11352
8e04817f
AC
11353While nearly all @value{GDBN} commands are available for all native and
11354cross versions of the debugger, there are some exceptions. This chapter
11355describes things that are only available in certain configurations.
104c1213 11356
8e04817f
AC
11357There are three major categories of configurations: native
11358configurations, where the host and target are the same, embedded
11359operating system configurations, which are usually the same for several
11360different processor architectures, and bare embedded processors, which
11361are quite different from each other.
104c1213 11362
8e04817f
AC
11363@menu
11364* Native::
11365* Embedded OS::
11366* Embedded Processors::
11367* Architectures::
11368@end menu
104c1213 11369
8e04817f
AC
11370@node Native
11371@section Native
104c1213 11372
8e04817f
AC
11373This section describes details specific to particular native
11374configurations.
6cf7e474 11375
8e04817f
AC
11376@menu
11377* HP-UX:: HP-UX
11378* SVR4 Process Information:: SVR4 process information
11379* DJGPP Native:: Features specific to the DJGPP port
78c47bea 11380* Cygwin Native:: Features specific to the Cygwin port
8e04817f 11381@end menu
6cf7e474 11382
8e04817f
AC
11383@node HP-UX
11384@subsection HP-UX
104c1213 11385
8e04817f
AC
11386On HP-UX systems, if you refer to a function or variable name that
11387begins with a dollar sign, @value{GDBN} searches for a user or system
11388name first, before it searches for a convenience variable.
104c1213 11389
8e04817f
AC
11390@node SVR4 Process Information
11391@subsection SVR4 process information
104c1213 11392
8e04817f
AC
11393@kindex /proc
11394@cindex process image
104c1213 11395
8e04817f
AC
11396Many versions of SVR4 provide a facility called @samp{/proc} that can be
11397used to examine the image of a running process using file-system
11398subroutines. If @value{GDBN} is configured for an operating system with
11399this facility, the command @code{info proc} is available to report on
11400several kinds of information about the process running your program.
11401@code{info proc} works only on SVR4 systems that include the
11402@code{procfs} code. This includes OSF/1 (Digital Unix), Solaris, Irix,
1104b9e7 11403and Unixware, but not HP-UX or @sc{gnu}/Linux, for example.
104c1213 11404
8e04817f
AC
11405@table @code
11406@kindex info proc
11407@item info proc
11408Summarize available information about the process.
6cf7e474 11409
8e04817f
AC
11410@kindex info proc mappings
11411@item info proc mappings
11412Report on the address ranges accessible in the program, with information
11413on whether your program may read, write, or execute each range.
11414@ignore
11415@comment These sub-options of 'info proc' were not included when
11416@comment procfs.c was re-written. Keep their descriptions around
11417@comment against the day when someone finds the time to put them back in.
11418@kindex info proc times
11419@item info proc times
11420Starting time, user CPU time, and system CPU time for your program and
11421its children.
6cf7e474 11422
8e04817f
AC
11423@kindex info proc id
11424@item info proc id
11425Report on the process IDs related to your program: its own process ID,
11426the ID of its parent, the process group ID, and the session ID.
104c1213 11427
8e04817f
AC
11428@kindex info proc status
11429@item info proc status
11430General information on the state of the process. If the process is
11431stopped, this report includes the reason for stopping, and any signal
11432received.
d4f3574e 11433
8e04817f
AC
11434@item info proc all
11435Show all the above information about the process.
11436@end ignore
11437@end table
104c1213 11438
8e04817f
AC
11439@node DJGPP Native
11440@subsection Features for Debugging @sc{djgpp} Programs
11441@cindex @sc{djgpp} debugging
11442@cindex native @sc{djgpp} debugging
11443@cindex MS-DOS-specific commands
104c1213 11444
8e04817f
AC
11445@sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
11446MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
11447that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
11448top of real-mode DOS systems and their emulations.
104c1213 11449
8e04817f
AC
11450@value{GDBN} supports native debugging of @sc{djgpp} programs, and
11451defines a few commands specific to the @sc{djgpp} port. This
11452subsection describes those commands.
104c1213 11453
8e04817f
AC
11454@table @code
11455@kindex info dos
11456@item info dos
11457This is a prefix of @sc{djgpp}-specific commands which print
11458information about the target system and important OS structures.
f1251bdd 11459
8e04817f
AC
11460@kindex sysinfo
11461@cindex MS-DOS system info
11462@cindex free memory information (MS-DOS)
11463@item info dos sysinfo
11464This command displays assorted information about the underlying
11465platform: the CPU type and features, the OS version and flavor, the
11466DPMI version, and the available conventional and DPMI memory.
104c1213 11467
8e04817f
AC
11468@cindex GDT
11469@cindex LDT
11470@cindex IDT
11471@cindex segment descriptor tables
11472@cindex descriptor tables display
11473@item info dos gdt
11474@itemx info dos ldt
11475@itemx info dos idt
11476These 3 commands display entries from, respectively, Global, Local,
11477and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
11478tables are data structures which store a descriptor for each segment
11479that is currently in use. The segment's selector is an index into a
11480descriptor table; the table entry for that index holds the
11481descriptor's base address and limit, and its attributes and access
11482rights.
104c1213 11483
8e04817f
AC
11484A typical @sc{djgpp} program uses 3 segments: a code segment, a data
11485segment (used for both data and the stack), and a DOS segment (which
11486allows access to DOS/BIOS data structures and absolute addresses in
11487conventional memory). However, the DPMI host will usually define
11488additional segments in order to support the DPMI environment.
d4f3574e 11489
8e04817f
AC
11490@cindex garbled pointers
11491These commands allow to display entries from the descriptor tables.
11492Without an argument, all entries from the specified table are
11493displayed. An argument, which should be an integer expression, means
11494display a single entry whose index is given by the argument. For
11495example, here's a convenient way to display information about the
11496debugged program's data segment:
104c1213 11497
8e04817f
AC
11498@smallexample
11499@exdent @code{(@value{GDBP}) info dos ldt $ds}
11500@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
11501@end smallexample
104c1213 11502
8e04817f
AC
11503@noindent
11504This comes in handy when you want to see whether a pointer is outside
11505the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 11506
8e04817f
AC
11507@cindex page tables display (MS-DOS)
11508@item info dos pde
11509@itemx info dos pte
11510These two commands display entries from, respectively, the Page
11511Directory and the Page Tables. Page Directories and Page Tables are
11512data structures which control how virtual memory addresses are mapped
11513into physical addresses. A Page Table includes an entry for every
11514page of memory that is mapped into the program's address space; there
11515may be several Page Tables, each one holding up to 4096 entries. A
11516Page Directory has up to 4096 entries, one each for every Page Table
11517that is currently in use.
104c1213 11518
8e04817f
AC
11519Without an argument, @kbd{info dos pde} displays the entire Page
11520Directory, and @kbd{info dos pte} displays all the entries in all of
11521the Page Tables. An argument, an integer expression, given to the
11522@kbd{info dos pde} command means display only that entry from the Page
11523Directory table. An argument given to the @kbd{info dos pte} command
11524means display entries from a single Page Table, the one pointed to by
11525the specified entry in the Page Directory.
104c1213 11526
8e04817f
AC
11527@cindex direct memory access (DMA) on MS-DOS
11528These commands are useful when your program uses @dfn{DMA} (Direct
11529Memory Access), which needs physical addresses to program the DMA
11530controller.
104c1213 11531
8e04817f 11532These commands are supported only with some DPMI servers.
104c1213 11533
8e04817f
AC
11534@cindex physical address from linear address
11535@item info dos address-pte @var{addr}
11536This command displays the Page Table entry for a specified linear
11537address. The argument linear address @var{addr} should already have the
11538appropriate segment's base address added to it, because this command
11539accepts addresses which may belong to @emph{any} segment. For
11540example, here's how to display the Page Table entry for the page where
11541the variable @code{i} is stored:
104c1213 11542
b383017d 11543@smallexample
8e04817f
AC
11544@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
11545@exdent @code{Page Table entry for address 0x11a00d30:}
b383017d 11546@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
8e04817f 11547@end smallexample
104c1213 11548
8e04817f
AC
11549@noindent
11550This says that @code{i} is stored at offset @code{0xd30} from the page
11551whose physical base address is @code{0x02698000}, and prints all the
11552attributes of that page.
104c1213 11553
8e04817f
AC
11554Note that you must cast the addresses of variables to a @code{char *},
11555since otherwise the value of @code{__djgpp_base_address}, the base
11556address of all variables and functions in a @sc{djgpp} program, will
11557be added using the rules of C pointer arithmetics: if @code{i} is
11558declared an @code{int}, @value{GDBN} will add 4 times the value of
11559@code{__djgpp_base_address} to the address of @code{i}.
104c1213 11560
8e04817f
AC
11561Here's another example, it displays the Page Table entry for the
11562transfer buffer:
104c1213 11563
8e04817f
AC
11564@smallexample
11565@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
11566@exdent @code{Page Table entry for address 0x29110:}
11567@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
11568@end smallexample
104c1213 11569
8e04817f
AC
11570@noindent
11571(The @code{+ 3} offset is because the transfer buffer's address is the
115723rd member of the @code{_go32_info_block} structure.) The output of
11573this command clearly shows that addresses in conventional memory are
11574mapped 1:1, i.e.@: the physical and linear addresses are identical.
104c1213 11575
8e04817f
AC
11576This command is supported only with some DPMI servers.
11577@end table
104c1213 11578
78c47bea
PM
11579@node Cygwin Native
11580@subsection Features for Debugging MS Windows PE executables
11581@cindex MS Windows debugging
11582@cindex native Cygwin debugging
11583@cindex Cygwin-specific commands
11584
be448670
CF
11585@value{GDBN} supports native debugging of MS Windows programs, including
11586DLLs with and without symbolic debugging information. There are various
11587additional Cygwin-specific commands, described in this subsection. The
11588subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
11589that have no debugging symbols.
11590
78c47bea
PM
11591
11592@table @code
11593@kindex info w32
11594@item info w32
11595This is a prefix of MS Windows specific commands which print
11596information about the target system and important OS structures.
11597
11598@item info w32 selector
11599This command displays information returned by
11600the Win32 API @code{GetThreadSelectorEntry} function.
11601It takes an optional argument that is evaluated to
11602a long value to give the information about this given selector.
11603Without argument, this command displays information
11604about the the six segment registers.
11605
11606@kindex info dll
11607@item info dll
11608This is a Cygwin specific alias of info shared.
11609
11610@kindex dll-symbols
11611@item dll-symbols
11612This command loads symbols from a dll similarly to
11613add-sym command but without the need to specify a base address.
11614
b383017d 11615@kindex set new-console
78c47bea 11616@item set new-console @var{mode}
b383017d 11617If @var{mode} is @code{on} the debuggee will
78c47bea
PM
11618be started in a new console on next start.
11619If @var{mode} is @code{off}i, the debuggee will
11620be started in the same console as the debugger.
11621
11622@kindex show new-console
11623@item show new-console
11624Displays whether a new console is used
11625when the debuggee is started.
11626
11627@kindex set new-group
11628@item set new-group @var{mode}
11629This boolean value controls whether the debuggee should
11630start a new group or stay in the same group as the debugger.
11631This affects the way the Windows OS handles
11632Ctrl-C.
11633
11634@kindex show new-group
11635@item show new-group
11636Displays current value of new-group boolean.
11637
11638@kindex set debugevents
11639@item set debugevents
11640This boolean value adds debug output concerning events seen by the debugger.
11641
11642@kindex set debugexec
11643@item set debugexec
b383017d 11644This boolean value adds debug output concerning execute events
78c47bea
PM
11645seen by the debugger.
11646
11647@kindex set debugexceptions
11648@item set debugexceptions
b383017d 11649This boolean value adds debug ouptut concerning exception events
78c47bea
PM
11650seen by the debugger.
11651
11652@kindex set debugmemory
11653@item set debugmemory
b383017d 11654This boolean value adds debug ouptut concerning memory events
78c47bea
PM
11655seen by the debugger.
11656
11657@kindex set shell
11658@item set shell
11659This boolean values specifies whether the debuggee is called
11660via a shell or directly (default value is on).
11661
11662@kindex show shell
11663@item show shell
11664Displays if the debuggee will be started with a shell.
11665
11666@end table
11667
be448670
CF
11668@menu
11669* Non-debug DLL symbols:: Support for DLLs without debugging symbols
11670@end menu
11671
11672@node Non-debug DLL symbols
11673@subsubsection Support for DLLs without debugging symbols
11674@cindex DLLs with no debugging symbols
11675@cindex Minimal symbols and DLLs
11676
11677Very often on windows, some of the DLLs that your program relies on do
11678not include symbolic debugging information (for example,
11679@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
11680symbols in a DLL, it relies on the minimal amount of symbolic
11681information contained in the DLL's export table. This subsubsection
11682describes working with such symbols, known internally to @value{GDBN} as
11683``minimal symbols''.
11684
11685Note that before the debugged program has started execution, no DLLs
11686will have been loaded. The easiest way around this problem is simply to
11687start the program --- either by setting a breakpoint or letting the
11688program run once to completion. It is also possible to force
11689@value{GDBN} to load a particular DLL before starting the executable ---
11690see the shared library information in @pxref{Files} or the
11691@code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
11692explicitly loading symbols from a DLL with no debugging information will
11693cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
11694which may adversely affect symbol lookup performance.
11695
11696@subsubsection DLL name prefixes
11697
11698In keeping with the naming conventions used by the Microsoft debugging
11699tools, DLL export symbols are made available with a prefix based on the
11700DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
11701also entered into the symbol table, so @code{CreateFileA} is often
11702sufficient. In some cases there will be name clashes within a program
11703(particularly if the executable itself includes full debugging symbols)
11704necessitating the use of the fully qualified name when referring to the
11705contents of the DLL. Use single-quotes around the name to avoid the
11706exclamation mark (``!'') being interpreted as a language operator.
11707
11708Note that the internal name of the DLL may be all upper-case, even
11709though the file name of the DLL is lower-case, or vice-versa. Since
11710symbols within @value{GDBN} are @emph{case-sensitive} this may cause
11711some confusion. If in doubt, try the @code{info functions} and
11712@code{info variables} commands or even @code{maint print msymbols} (see
11713@pxref{Symbols}). Here's an example:
11714
11715@smallexample
11716(gdb) info function CreateFileA
11717All functions matching regular expression "CreateFileA":
11718
11719Non-debugging symbols:
117200x77e885f4 CreateFileA
117210x77e885f4 KERNEL32!CreateFileA
11722@end smallexample
11723
11724@smallexample
11725(gdb) info function !
11726All functions matching regular expression "!":
11727
11728Non-debugging symbols:
117290x6100114c cygwin1!__assert
117300x61004034 cygwin1!_dll_crt0@@0
117310x61004240 cygwin1!dll_crt0(per_process *)
11732[etc...]
11733@end smallexample
11734
11735@subsubsection Working with minimal symbols
11736
11737Symbols extracted from a DLL's export table do not contain very much
11738type information. All that @value{GDBN} can do is guess whether a symbol
11739refers to a function or variable depending on the linker section that
11740contains the symbol. Also note that the actual contents of the memory
11741contained in a DLL are not available unless the program is running. This
11742means that you cannot examine the contents of a variable or disassemble
11743a function within a DLL without a running program.
11744
11745Variables are generally treated as pointers and dereferenced
11746automatically. For this reason, it is often necessary to prefix a
11747variable name with the address-of operator (``&'') and provide explicit
11748type information in the command. Here's an example of the type of
11749problem:
11750
11751@smallexample
11752(gdb) print 'cygwin1!__argv'
11753$1 = 268572168
11754@end smallexample
11755
11756@smallexample
11757(gdb) x 'cygwin1!__argv'
117580x10021610: "\230y\""
11759@end smallexample
11760
11761And two possible solutions:
11762
11763@smallexample
11764(gdb) print ((char **)'cygwin1!__argv')[0]
11765$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
11766@end smallexample
11767
11768@smallexample
11769(gdb) x/2x &'cygwin1!__argv'
117700x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
11771(gdb) x/x 0x10021608
117720x10021608: 0x0022fd98
11773(gdb) x/s 0x0022fd98
117740x22fd98: "/cygdrive/c/mydirectory/myprogram"
11775@end smallexample
11776
11777Setting a break point within a DLL is possible even before the program
11778starts execution. However, under these circumstances, @value{GDBN} can't
11779examine the initial instructions of the function in order to skip the
11780function's frame set-up code. You can work around this by using ``*&''
11781to set the breakpoint at a raw memory address:
11782
11783@smallexample
11784(gdb) break *&'python22!PyOS_Readline'
11785Breakpoint 1 at 0x1e04eff0
11786@end smallexample
11787
11788The author of these extensions is not entirely convinced that setting a
11789break point within a shared DLL like @file{kernel32.dll} is completely
11790safe.
11791
8e04817f
AC
11792@node Embedded OS
11793@section Embedded Operating Systems
104c1213 11794
8e04817f
AC
11795This section describes configurations involving the debugging of
11796embedded operating systems that are available for several different
11797architectures.
d4f3574e 11798
8e04817f
AC
11799@menu
11800* VxWorks:: Using @value{GDBN} with VxWorks
11801@end menu
104c1213 11802
8e04817f
AC
11803@value{GDBN} includes the ability to debug programs running on
11804various real-time operating systems.
104c1213 11805
8e04817f
AC
11806@node VxWorks
11807@subsection Using @value{GDBN} with VxWorks
104c1213 11808
8e04817f 11809@cindex VxWorks
104c1213 11810
8e04817f 11811@table @code
104c1213 11812
8e04817f
AC
11813@kindex target vxworks
11814@item target vxworks @var{machinename}
11815A VxWorks system, attached via TCP/IP. The argument @var{machinename}
11816is the target system's machine name or IP address.
104c1213 11817
8e04817f 11818@end table
104c1213 11819
8e04817f
AC
11820On VxWorks, @code{load} links @var{filename} dynamically on the
11821current target system as well as adding its symbols in @value{GDBN}.
104c1213 11822
8e04817f
AC
11823@value{GDBN} enables developers to spawn and debug tasks running on networked
11824VxWorks targets from a Unix host. Already-running tasks spawned from
11825the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
11826both the Unix host and on the VxWorks target. The program
11827@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
11828installed with the name @code{vxgdb}, to distinguish it from a
11829@value{GDBN} for debugging programs on the host itself.)
104c1213 11830
8e04817f
AC
11831@table @code
11832@item VxWorks-timeout @var{args}
11833@kindex vxworks-timeout
11834All VxWorks-based targets now support the option @code{vxworks-timeout}.
11835This option is set by the user, and @var{args} represents the number of
11836seconds @value{GDBN} waits for responses to rpc's. You might use this if
11837your VxWorks target is a slow software simulator or is on the far side
11838of a thin network line.
11839@end table
104c1213 11840
8e04817f
AC
11841The following information on connecting to VxWorks was current when
11842this manual was produced; newer releases of VxWorks may use revised
11843procedures.
104c1213 11844
8e04817f
AC
11845@kindex INCLUDE_RDB
11846To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
11847to include the remote debugging interface routines in the VxWorks
11848library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
11849VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
11850kernel. The resulting kernel contains @file{rdb.a}, and spawns the
11851source debugging task @code{tRdbTask} when VxWorks is booted. For more
11852information on configuring and remaking VxWorks, see the manufacturer's
11853manual.
11854@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 11855
8e04817f
AC
11856Once you have included @file{rdb.a} in your VxWorks system image and set
11857your Unix execution search path to find @value{GDBN}, you are ready to
11858run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
11859@code{vxgdb}, depending on your installation).
104c1213 11860
8e04817f 11861@value{GDBN} comes up showing the prompt:
104c1213 11862
474c8240 11863@smallexample
8e04817f 11864(vxgdb)
474c8240 11865@end smallexample
104c1213 11866
8e04817f
AC
11867@menu
11868* VxWorks Connection:: Connecting to VxWorks
11869* VxWorks Download:: VxWorks download
11870* VxWorks Attach:: Running tasks
11871@end menu
104c1213 11872
8e04817f
AC
11873@node VxWorks Connection
11874@subsubsection Connecting to VxWorks
104c1213 11875
8e04817f
AC
11876The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
11877network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 11878
474c8240 11879@smallexample
8e04817f 11880(vxgdb) target vxworks tt
474c8240 11881@end smallexample
104c1213 11882
8e04817f
AC
11883@need 750
11884@value{GDBN} displays messages like these:
104c1213 11885
8e04817f
AC
11886@smallexample
11887Attaching remote machine across net...
11888Connected to tt.
11889@end smallexample
104c1213 11890
8e04817f
AC
11891@need 1000
11892@value{GDBN} then attempts to read the symbol tables of any object modules
11893loaded into the VxWorks target since it was last booted. @value{GDBN} locates
11894these files by searching the directories listed in the command search
11895path (@pxref{Environment, ,Your program's environment}); if it fails
11896to find an object file, it displays a message such as:
5d161b24 11897
474c8240 11898@smallexample
8e04817f 11899prog.o: No such file or directory.
474c8240 11900@end smallexample
104c1213 11901
8e04817f
AC
11902When this happens, add the appropriate directory to the search path with
11903the @value{GDBN} command @code{path}, and execute the @code{target}
11904command again.
104c1213 11905
8e04817f
AC
11906@node VxWorks Download
11907@subsubsection VxWorks download
104c1213 11908
8e04817f
AC
11909@cindex download to VxWorks
11910If you have connected to the VxWorks target and you want to debug an
11911object that has not yet been loaded, you can use the @value{GDBN}
11912@code{load} command to download a file from Unix to VxWorks
11913incrementally. The object file given as an argument to the @code{load}
11914command is actually opened twice: first by the VxWorks target in order
11915to download the code, then by @value{GDBN} in order to read the symbol
11916table. This can lead to problems if the current working directories on
11917the two systems differ. If both systems have NFS mounted the same
11918filesystems, you can avoid these problems by using absolute paths.
11919Otherwise, it is simplest to set the working directory on both systems
11920to the directory in which the object file resides, and then to reference
11921the file by its name, without any path. For instance, a program
11922@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
11923and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
11924program, type this on VxWorks:
104c1213 11925
474c8240 11926@smallexample
8e04817f 11927-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 11928@end smallexample
104c1213 11929
8e04817f
AC
11930@noindent
11931Then, in @value{GDBN}, type:
104c1213 11932
474c8240 11933@smallexample
8e04817f
AC
11934(vxgdb) cd @var{hostpath}/vw/demo/rdb
11935(vxgdb) load prog.o
474c8240 11936@end smallexample
104c1213 11937
8e04817f 11938@value{GDBN} displays a response similar to this:
104c1213 11939
8e04817f
AC
11940@smallexample
11941Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
11942@end smallexample
104c1213 11943
8e04817f
AC
11944You can also use the @code{load} command to reload an object module
11945after editing and recompiling the corresponding source file. Note that
11946this makes @value{GDBN} delete all currently-defined breakpoints,
11947auto-displays, and convenience variables, and to clear the value
11948history. (This is necessary in order to preserve the integrity of
11949debugger's data structures that reference the target system's symbol
11950table.)
104c1213 11951
8e04817f
AC
11952@node VxWorks Attach
11953@subsubsection Running tasks
104c1213
JM
11954
11955@cindex running VxWorks tasks
11956You can also attach to an existing task using the @code{attach} command as
11957follows:
11958
474c8240 11959@smallexample
104c1213 11960(vxgdb) attach @var{task}
474c8240 11961@end smallexample
104c1213
JM
11962
11963@noindent
11964where @var{task} is the VxWorks hexadecimal task ID. The task can be running
11965or suspended when you attach to it. Running tasks are suspended at
11966the time of attachment.
11967
6d2ebf8b 11968@node Embedded Processors
104c1213
JM
11969@section Embedded Processors
11970
11971This section goes into details specific to particular embedded
11972configurations.
11973
7d86b5d5 11974
104c1213 11975@menu
104c1213 11976* ARM:: ARM
172c2a43
KI
11977* H8/300:: Renesas H8/300
11978* H8/500:: Renesas H8/500
11979* M32R/D:: Renesas M32R/D
104c1213 11980* M68K:: Motorola M68K
104c1213 11981* MIPS Embedded:: MIPS Embedded
a37295f9 11982* OpenRISC 1000:: OpenRisc 1000
104c1213
JM
11983* PA:: HP PA Embedded
11984* PowerPC: PowerPC
172c2a43 11985* SH:: Renesas SH
104c1213
JM
11986* Sparclet:: Tsqware Sparclet
11987* Sparclite:: Fujitsu Sparclite
11988* ST2000:: Tandem ST2000
11989* Z8000:: Zilog Z8000
11990@end menu
11991
6d2ebf8b 11992@node ARM
104c1213
JM
11993@subsection ARM
11994
11995@table @code
11996
8e04817f
AC
11997@kindex target rdi
11998@item target rdi @var{dev}
11999ARM Angel monitor, via RDI library interface to ADP protocol. You may
12000use this target to communicate with both boards running the Angel
12001monitor, or with the EmbeddedICE JTAG debug device.
12002
12003@kindex target rdp
12004@item target rdp @var{dev}
12005ARM Demon monitor.
12006
12007@end table
12008
12009@node H8/300
172c2a43 12010@subsection Renesas H8/300
8e04817f
AC
12011
12012@table @code
12013
12014@kindex target hms@r{, with H8/300}
12015@item target hms @var{dev}
172c2a43 12016A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
8e04817f
AC
12017Use special commands @code{device} and @code{speed} to control the serial
12018line and the communications speed used.
12019
12020@kindex target e7000@r{, with H8/300}
12021@item target e7000 @var{dev}
172c2a43 12022E7000 emulator for Renesas H8 and SH.
8e04817f
AC
12023
12024@kindex target sh3@r{, with H8/300}
12025@kindex target sh3e@r{, with H8/300}
12026@item target sh3 @var{dev}
12027@itemx target sh3e @var{dev}
172c2a43 12028Renesas SH-3 and SH-3E target systems.
8e04817f
AC
12029
12030@end table
12031
12032@cindex download to H8/300 or H8/500
12033@cindex H8/300 or H8/500 download
172c2a43
KI
12034@cindex download to Renesas SH
12035@cindex Renesas SH download
12036When you select remote debugging to a Renesas SH, H8/300, or H8/500
12037board, the @code{load} command downloads your program to the Renesas
8e04817f
AC
12038board and also opens it as the current executable target for
12039@value{GDBN} on your host (like the @code{file} command).
12040
12041@value{GDBN} needs to know these things to talk to your
172c2a43 12042Renesas SH, H8/300, or H8/500:
8e04817f
AC
12043
12044@enumerate
12045@item
12046that you want to use @samp{target hms}, the remote debugging interface
172c2a43
KI
12047for Renesas microprocessors, or @samp{target e7000}, the in-circuit
12048emulator for the Renesas SH and the Renesas 300H. (@samp{target hms} is
12049the default when @value{GDBN} is configured specifically for the Renesas SH,
8e04817f
AC
12050H8/300, or H8/500.)
12051
12052@item
172c2a43 12053what serial device connects your host to your Renesas board (the first
8e04817f
AC
12054serial device available on your host is the default).
12055
12056@item
12057what speed to use over the serial device.
12058@end enumerate
12059
12060@menu
172c2a43
KI
12061* Renesas Boards:: Connecting to Renesas boards.
12062* Renesas ICE:: Using the E7000 In-Circuit Emulator.
12063* Renesas Special:: Special @value{GDBN} commands for Renesas micros.
8e04817f
AC
12064@end menu
12065
172c2a43
KI
12066@node Renesas Boards
12067@subsubsection Connecting to Renesas boards
8e04817f
AC
12068
12069@c only for Unix hosts
12070@kindex device
172c2a43 12071@cindex serial device, Renesas micros
8e04817f
AC
12072Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
12073need to explicitly set the serial device. The default @var{port} is the
12074first available port on your host. This is only necessary on Unix
12075hosts, where it is typically something like @file{/dev/ttya}.
12076
12077@kindex speed
172c2a43 12078@cindex serial line speed, Renesas micros
8e04817f
AC
12079@code{@value{GDBN}} has another special command to set the communications
12080speed: @samp{speed @var{bps}}. This command also is only used from Unix
12081hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
12082the DOS @code{mode} command (for instance,
12083@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
12084
12085The @samp{device} and @samp{speed} commands are available only when you
172c2a43 12086use a Unix host to debug your Renesas microprocessor programs. If you
8e04817f
AC
12087use a DOS host,
12088@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
12089called @code{asynctsr} to communicate with the development board
12090through a PC serial port. You must also use the DOS @code{mode} command
12091to set up the serial port on the DOS side.
12092
12093The following sample session illustrates the steps needed to start a
12094program under @value{GDBN} control on an H8/300. The example uses a
12095sample H8/300 program called @file{t.x}. The procedure is the same for
172c2a43 12096the Renesas SH and the H8/500.
8e04817f
AC
12097
12098First hook up your development board. In this example, we use a
12099board attached to serial port @code{COM2}; if you use a different serial
12100port, substitute its name in the argument of the @code{mode} command.
12101When you call @code{asynctsr}, the auxiliary comms program used by the
12102debugger, you give it just the numeric part of the serial port's name;
12103for example, @samp{asyncstr 2} below runs @code{asyncstr} on
12104@code{COM2}.
12105
474c8240 12106@smallexample
8e04817f
AC
12107C:\H8300\TEST> asynctsr 2
12108C:\H8300\TEST> mode com2:9600,n,8,1,p
12109
12110Resident portion of MODE loaded
12111
12112COM2: 9600, n, 8, 1, p
12113
474c8240 12114@end smallexample
8e04817f
AC
12115
12116@quotation
12117@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
12118@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
12119disable it, or even boot without it, to use @code{asynctsr} to control
12120your development board.
12121@end quotation
12122
12123@kindex target hms@r{, and serial protocol}
12124Now that serial communications are set up, and the development board is
12125connected, you can start up @value{GDBN}. Call @code{@value{GDBP}} with
12126the name of your program as the argument. @code{@value{GDBN}} prompts
12127you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
12128commands to begin your debugging session: @samp{target hms} to specify
172c2a43 12129cross-debugging to the Renesas board, and the @code{load} command to
8e04817f
AC
12130download your program to the board. @code{load} displays the names of
12131the program's sections, and a @samp{*} for each 2K of data downloaded.
12132(If you want to refresh @value{GDBN} data on symbols or on the
12133executable file without downloading, use the @value{GDBN} commands
12134@code{file} or @code{symbol-file}. These commands, and @code{load}
12135itself, are described in @ref{Files,,Commands to specify files}.)
12136
12137@smallexample
12138(eg-C:\H8300\TEST) @value{GDBP} t.x
12139@value{GDBN} is free software and you are welcome to distribute copies
12140 of it under certain conditions; type "show copying" to see
12141 the conditions.
12142There is absolutely no warranty for @value{GDBN}; type "show warranty"
12143for details.
12144@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
12145(@value{GDBP}) target hms
12146Connected to remote H8/300 HMS system.
12147(@value{GDBP}) load t.x
12148.text : 0x8000 .. 0xabde ***********
12149.data : 0xabde .. 0xad30 *
12150.stack : 0xf000 .. 0xf014 *
12151@end smallexample
12152
12153At this point, you're ready to run or debug your program. From here on,
12154you can use all the usual @value{GDBN} commands. The @code{break} command
12155sets breakpoints; the @code{run} command starts your program;
12156@code{print} or @code{x} display data; the @code{continue} command
12157resumes execution after stopping at a breakpoint. You can use the
12158@code{help} command at any time to find out more about @value{GDBN} commands.
12159
12160Remember, however, that @emph{operating system} facilities aren't
12161available on your development board; for example, if your program hangs,
12162you can't send an interrupt---but you can press the @sc{reset} switch!
12163
12164Use the @sc{reset} button on the development board
12165@itemize @bullet
12166@item
12167to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
12168no way to pass an interrupt signal to the development board); and
12169
12170@item
12171to return to the @value{GDBN} command prompt after your program finishes
12172normally. The communications protocol provides no other way for @value{GDBN}
12173to detect program completion.
12174@end itemize
12175
12176In either case, @value{GDBN} sees the effect of a @sc{reset} on the
12177development board as a ``normal exit'' of your program.
12178
172c2a43 12179@node Renesas ICE
8e04817f
AC
12180@subsubsection Using the E7000 in-circuit emulator
12181
172c2a43 12182@kindex target e7000@r{, with Renesas ICE}
8e04817f 12183You can use the E7000 in-circuit emulator to develop code for either the
172c2a43 12184Renesas SH or the H8/300H. Use one of these forms of the @samp{target
8e04817f
AC
12185e7000} command to connect @value{GDBN} to your E7000:
12186
12187@table @code
12188@item target e7000 @var{port} @var{speed}
12189Use this form if your E7000 is connected to a serial port. The
12190@var{port} argument identifies what serial port to use (for example,
12191@samp{com2}). The third argument is the line speed in bits per second
12192(for example, @samp{9600}).
12193
12194@item target e7000 @var{hostname}
12195If your E7000 is installed as a host on a TCP/IP network, you can just
12196specify its hostname; @value{GDBN} uses @code{telnet} to connect.
12197@end table
12198
172c2a43
KI
12199@node Renesas Special
12200@subsubsection Special @value{GDBN} commands for Renesas micros
8e04817f
AC
12201
12202Some @value{GDBN} commands are available only for the H8/300:
12203
12204@table @code
12205
12206@kindex set machine
12207@kindex show machine
12208@item set machine h8300
12209@itemx set machine h8300h
12210Condition @value{GDBN} for one of the two variants of the H8/300
12211architecture with @samp{set machine}. You can use @samp{show machine}
12212to check which variant is currently in effect.
104c1213
JM
12213
12214@end table
12215
8e04817f
AC
12216@node H8/500
12217@subsection H8/500
104c1213
JM
12218
12219@table @code
12220
8e04817f
AC
12221@kindex set memory @var{mod}
12222@cindex memory models, H8/500
12223@item set memory @var{mod}
12224@itemx show memory
12225Specify which H8/500 memory model (@var{mod}) you are using with
12226@samp{set memory}; check which memory model is in effect with @samp{show
12227memory}. The accepted values for @var{mod} are @code{small},
12228@code{big}, @code{medium}, and @code{compact}.
104c1213 12229
8e04817f 12230@end table
104c1213 12231
8e04817f 12232@node M32R/D
172c2a43 12233@subsection Renesas M32R/D
8e04817f
AC
12234
12235@table @code
12236
12237@kindex target m32r
12238@item target m32r @var{dev}
172c2a43 12239Renesas M32R/D ROM monitor.
8e04817f 12240
fb3e19c0
KI
12241@kindex target m32rsdi
12242@item target m32rsdi @var{dev}
12243Renesas M32R SDI server, connected via parallel port to the board.
12244
8e04817f
AC
12245@end table
12246
12247@node M68K
12248@subsection M68k
12249
12250The Motorola m68k configuration includes ColdFire support, and
12251target command for the following ROM monitors.
12252
12253@table @code
12254
12255@kindex target abug
12256@item target abug @var{dev}
12257ABug ROM monitor for M68K.
12258
12259@kindex target cpu32bug
12260@item target cpu32bug @var{dev}
12261CPU32BUG monitor, running on a CPU32 (M68K) board.
12262
12263@kindex target dbug
12264@item target dbug @var{dev}
12265dBUG ROM monitor for Motorola ColdFire.
12266
12267@kindex target est
12268@item target est @var{dev}
12269EST-300 ICE monitor, running on a CPU32 (M68K) board.
12270
12271@kindex target rom68k
12272@item target rom68k @var{dev}
12273ROM 68K monitor, running on an M68K IDP board.
12274
12275@end table
12276
8e04817f
AC
12277@table @code
12278
12279@kindex target rombug
12280@item target rombug @var{dev}
12281ROMBUG ROM monitor for OS/9000.
12282
12283@end table
12284
8e04817f
AC
12285@node MIPS Embedded
12286@subsection MIPS Embedded
12287
12288@cindex MIPS boards
12289@value{GDBN} can use the MIPS remote debugging protocol to talk to a
12290MIPS board attached to a serial line. This is available when
12291you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
104c1213 12292
8e04817f
AC
12293@need 1000
12294Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 12295
8e04817f
AC
12296@table @code
12297@item target mips @var{port}
12298@kindex target mips @var{port}
12299To run a program on the board, start up @code{@value{GDBP}} with the
12300name of your program as the argument. To connect to the board, use the
12301command @samp{target mips @var{port}}, where @var{port} is the name of
12302the serial port connected to the board. If the program has not already
12303been downloaded to the board, you may use the @code{load} command to
12304download it. You can then use all the usual @value{GDBN} commands.
104c1213 12305
8e04817f
AC
12306For example, this sequence connects to the target board through a serial
12307port, and loads and runs a program called @var{prog} through the
12308debugger:
104c1213 12309
474c8240 12310@smallexample
8e04817f
AC
12311host$ @value{GDBP} @var{prog}
12312@value{GDBN} is free software and @dots{}
12313(@value{GDBP}) target mips /dev/ttyb
12314(@value{GDBP}) load @var{prog}
12315(@value{GDBP}) run
474c8240 12316@end smallexample
104c1213 12317
8e04817f
AC
12318@item target mips @var{hostname}:@var{portnumber}
12319On some @value{GDBN} host configurations, you can specify a TCP
12320connection (for instance, to a serial line managed by a terminal
12321concentrator) instead of a serial port, using the syntax
12322@samp{@var{hostname}:@var{portnumber}}.
104c1213 12323
8e04817f
AC
12324@item target pmon @var{port}
12325@kindex target pmon @var{port}
12326PMON ROM monitor.
104c1213 12327
8e04817f
AC
12328@item target ddb @var{port}
12329@kindex target ddb @var{port}
12330NEC's DDB variant of PMON for Vr4300.
104c1213 12331
8e04817f
AC
12332@item target lsi @var{port}
12333@kindex target lsi @var{port}
12334LSI variant of PMON.
104c1213 12335
8e04817f
AC
12336@kindex target r3900
12337@item target r3900 @var{dev}
12338Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 12339
8e04817f
AC
12340@kindex target array
12341@item target array @var{dev}
12342Array Tech LSI33K RAID controller board.
104c1213 12343
8e04817f 12344@end table
104c1213 12345
104c1213 12346
8e04817f
AC
12347@noindent
12348@value{GDBN} also supports these special commands for MIPS targets:
104c1213 12349
8e04817f
AC
12350@table @code
12351@item set processor @var{args}
12352@itemx show processor
12353@kindex set processor @var{args}
12354@kindex show processor
12355Use the @code{set processor} command to set the type of MIPS
12356processor when you want to access processor-type-specific registers.
12357For example, @code{set processor @var{r3041}} tells @value{GDBN}
12358to use the CPU registers appropriate for the 3041 chip.
12359Use the @code{show processor} command to see what MIPS processor @value{GDBN}
12360is using. Use the @code{info reg} command to see what registers
12361@value{GDBN} is using.
104c1213 12362
8e04817f
AC
12363@item set mipsfpu double
12364@itemx set mipsfpu single
12365@itemx set mipsfpu none
12366@itemx show mipsfpu
12367@kindex set mipsfpu
12368@kindex show mipsfpu
12369@cindex MIPS remote floating point
12370@cindex floating point, MIPS remote
12371If your target board does not support the MIPS floating point
12372coprocessor, you should use the command @samp{set mipsfpu none} (if you
12373need this, you may wish to put the command in your @value{GDBN} init
12374file). This tells @value{GDBN} how to find the return value of
12375functions which return floating point values. It also allows
12376@value{GDBN} to avoid saving the floating point registers when calling
12377functions on the board. If you are using a floating point coprocessor
12378with only single precision floating point support, as on the @sc{r4650}
12379processor, use the command @samp{set mipsfpu single}. The default
12380double precision floating point coprocessor may be selected using
12381@samp{set mipsfpu double}.
104c1213 12382
8e04817f
AC
12383In previous versions the only choices were double precision or no
12384floating point, so @samp{set mipsfpu on} will select double precision
12385and @samp{set mipsfpu off} will select no floating point.
104c1213 12386
8e04817f
AC
12387As usual, you can inquire about the @code{mipsfpu} variable with
12388@samp{show mipsfpu}.
104c1213 12389
8e04817f
AC
12390@item set remotedebug @var{n}
12391@itemx show remotedebug
12392@kindex set remotedebug@r{, MIPS protocol}
12393@kindex show remotedebug@r{, MIPS protocol}
12394@cindex @code{remotedebug}, MIPS protocol
12395@cindex MIPS @code{remotedebug} protocol
12396@c FIXME! For this to be useful, you must know something about the MIPS
12397@c FIXME...protocol. Where is it described?
12398You can see some debugging information about communications with the board
12399by setting the @code{remotedebug} variable. If you set it to @code{1} using
12400@samp{set remotedebug 1}, every packet is displayed. If you set it
12401to @code{2}, every character is displayed. You can check the current value
12402at any time with the command @samp{show remotedebug}.
104c1213 12403
8e04817f
AC
12404@item set timeout @var{seconds}
12405@itemx set retransmit-timeout @var{seconds}
12406@itemx show timeout
12407@itemx show retransmit-timeout
12408@cindex @code{timeout}, MIPS protocol
12409@cindex @code{retransmit-timeout}, MIPS protocol
12410@kindex set timeout
12411@kindex show timeout
12412@kindex set retransmit-timeout
12413@kindex show retransmit-timeout
12414You can control the timeout used while waiting for a packet, in the MIPS
12415remote protocol, with the @code{set timeout @var{seconds}} command. The
12416default is 5 seconds. Similarly, you can control the timeout used while
12417waiting for an acknowledgement of a packet with the @code{set
12418retransmit-timeout @var{seconds}} command. The default is 3 seconds.
12419You can inspect both values with @code{show timeout} and @code{show
12420retransmit-timeout}. (These commands are @emph{only} available when
12421@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
104c1213 12422
8e04817f
AC
12423The timeout set by @code{set timeout} does not apply when @value{GDBN}
12424is waiting for your program to stop. In that case, @value{GDBN} waits
12425forever because it has no way of knowing how long the program is going
12426to run before stopping.
12427@end table
104c1213 12428
a37295f9
MM
12429@node OpenRISC 1000
12430@subsection OpenRISC 1000
12431@cindex OpenRISC 1000
12432
12433@cindex or1k boards
12434See OR1k Architecture document (@uref{www.opencores.org}) for more information
12435about platform and commands.
12436
12437@table @code
12438
12439@kindex target jtag
12440@item target jtag jtag://@var{host}:@var{port}
12441
12442Connects to remote JTAG server.
12443JTAG remote server can be either an or1ksim or JTAG server,
12444connected via parallel port to the board.
12445
12446Example: @code{target jtag jtag://localhost:9999}
12447
12448@kindex or1ksim
12449@item or1ksim @var{command}
12450If connected to @code{or1ksim} OpenRISC 1000 Architectural
12451Simulator, proprietary commands can be executed.
12452
12453@kindex info or1k spr
12454@item info or1k spr
12455Displays spr groups.
12456
12457@item info or1k spr @var{group}
12458@itemx info or1k spr @var{groupno}
12459Displays register names in selected group.
12460
12461@item info or1k spr @var{group} @var{register}
12462@itemx info or1k spr @var{register}
12463@itemx info or1k spr @var{groupno} @var{registerno}
12464@itemx info or1k spr @var{registerno}
12465Shows information about specified spr register.
12466
12467@kindex spr
12468@item spr @var{group} @var{register} @var{value}
12469@itemx spr @var{register @var{value}}
12470@itemx spr @var{groupno} @var{registerno @var{value}}
12471@itemx spr @var{registerno @var{value}}
12472Writes @var{value} to specified spr register.
12473@end table
12474
12475Some implementations of OpenRISC 1000 Architecture also have hardware trace.
12476It is very similar to @value{GDBN} trace, except it does not interfere with normal
12477program execution and is thus much faster. Hardware breakpoints/watchpoint
12478triggers can be set using:
12479@table @code
12480@item $LEA/$LDATA
12481Load effective address/data
12482@item $SEA/$SDATA
12483Store effective address/data
12484@item $AEA/$ADATA
12485Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
12486@item $FETCH
12487Fetch data
12488@end table
12489
12490When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
12491@code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
12492
12493@code{htrace} commands:
12494@cindex OpenRISC 1000 htrace
12495@table @code
12496@kindex hwatch
12497@item hwatch @var{conditional}
12498Set hardware watchpoint on combination of Load/Store Effecive Address(es)
12499or Data. For example:
12500
12501@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12502
12503@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12504
12505@kindex htrace info
12506@item htrace info
12507Display information about current HW trace configuration.
12508
12509@kindex htrace trigger
12510@item htrace trigger @var{conditional}
12511Set starting criteria for HW trace.
12512
12513@kindex htrace qualifier
12514@item htrace qualifier @var{conditional}
12515Set acquisition qualifier for HW trace.
12516
12517@kindex htrace stop
12518@item htrace stop @var{conditional}
12519Set HW trace stopping criteria.
12520
12521@kindex htrace record
f153cc92 12522@item htrace record [@var{data}]*
a37295f9
MM
12523Selects the data to be recorded, when qualifier is met and HW trace was
12524triggered.
12525
12526@kindex htrace enable
12527@item htrace enable
12528@kindex htrace disable
12529@itemx htrace disable
12530Enables/disables the HW trace.
12531
12532@kindex htrace rewind
f153cc92 12533@item htrace rewind [@var{filename}]
a37295f9
MM
12534Clears currently recorded trace data.
12535
12536If filename is specified, new trace file is made and any newly collected data
12537will be written there.
12538
12539@kindex htrace print
f153cc92 12540@item htrace print [@var{start} [@var{len}]]
a37295f9
MM
12541Prints trace buffer, using current record configuration.
12542
12543@kindex htrace mode continuous
12544@item htrace mode continuous
12545Set continuous trace mode.
12546
12547@kindex htrace mode suspend
12548@item htrace mode suspend
12549Set suspend trace mode.
12550
12551@end table
12552
8e04817f
AC
12553@node PowerPC
12554@subsection PowerPC
104c1213
JM
12555
12556@table @code
104c1213 12557
8e04817f
AC
12558@kindex target dink32
12559@item target dink32 @var{dev}
12560DINK32 ROM monitor.
104c1213 12561
8e04817f
AC
12562@kindex target ppcbug
12563@item target ppcbug @var{dev}
12564@kindex target ppcbug1
12565@item target ppcbug1 @var{dev}
12566PPCBUG ROM monitor for PowerPC.
104c1213 12567
8e04817f
AC
12568@kindex target sds
12569@item target sds @var{dev}
12570SDS monitor, running on a PowerPC board (such as Motorola's ADS).
12571
12572@end table
12573
12574@node PA
12575@subsection HP PA Embedded
104c1213
JM
12576
12577@table @code
12578
8e04817f
AC
12579@kindex target op50n
12580@item target op50n @var{dev}
12581OP50N monitor, running on an OKI HPPA board.
12582
12583@kindex target w89k
12584@item target w89k @var{dev}
12585W89K monitor, running on a Winbond HPPA board.
104c1213
JM
12586
12587@end table
12588
8e04817f 12589@node SH
172c2a43 12590@subsection Renesas SH
104c1213
JM
12591
12592@table @code
12593
172c2a43 12594@kindex target hms@r{, with Renesas SH}
8e04817f 12595@item target hms @var{dev}
172c2a43 12596A Renesas SH board attached via serial line to your host. Use special
8e04817f
AC
12597commands @code{device} and @code{speed} to control the serial line and
12598the communications speed used.
104c1213 12599
172c2a43 12600@kindex target e7000@r{, with Renesas SH}
8e04817f 12601@item target e7000 @var{dev}
172c2a43 12602E7000 emulator for Renesas SH.
104c1213 12603
8e04817f
AC
12604@kindex target sh3@r{, with SH}
12605@kindex target sh3e@r{, with SH}
12606@item target sh3 @var{dev}
12607@item target sh3e @var{dev}
172c2a43 12608Renesas SH-3 and SH-3E target systems.
104c1213 12609
8e04817f 12610@end table
104c1213 12611
8e04817f
AC
12612@node Sparclet
12613@subsection Tsqware Sparclet
104c1213 12614
8e04817f
AC
12615@cindex Sparclet
12616
12617@value{GDBN} enables developers to debug tasks running on
12618Sparclet targets from a Unix host.
12619@value{GDBN} uses code that runs on
12620both the Unix host and on the Sparclet target. The program
12621@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 12622
8e04817f
AC
12623@table @code
12624@item remotetimeout @var{args}
12625@kindex remotetimeout
12626@value{GDBN} supports the option @code{remotetimeout}.
12627This option is set by the user, and @var{args} represents the number of
12628seconds @value{GDBN} waits for responses.
104c1213
JM
12629@end table
12630
8e04817f
AC
12631@cindex compiling, on Sparclet
12632When compiling for debugging, include the options @samp{-g} to get debug
12633information and @samp{-Ttext} to relocate the program to where you wish to
12634load it on the target. You may also want to add the options @samp{-n} or
12635@samp{-N} in order to reduce the size of the sections. Example:
104c1213 12636
474c8240 12637@smallexample
8e04817f 12638sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 12639@end smallexample
104c1213 12640
8e04817f 12641You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 12642
474c8240 12643@smallexample
8e04817f 12644sparclet-aout-objdump --headers --syms prog
474c8240 12645@end smallexample
104c1213 12646
8e04817f
AC
12647@cindex running, on Sparclet
12648Once you have set
12649your Unix execution search path to find @value{GDBN}, you are ready to
12650run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
12651(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 12652
8e04817f
AC
12653@value{GDBN} comes up showing the prompt:
12654
474c8240 12655@smallexample
8e04817f 12656(gdbslet)
474c8240 12657@end smallexample
104c1213
JM
12658
12659@menu
8e04817f
AC
12660* Sparclet File:: Setting the file to debug
12661* Sparclet Connection:: Connecting to Sparclet
12662* Sparclet Download:: Sparclet download
12663* Sparclet Execution:: Running and debugging
104c1213
JM
12664@end menu
12665
8e04817f
AC
12666@node Sparclet File
12667@subsubsection Setting file to debug
104c1213 12668
8e04817f 12669The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 12670
474c8240 12671@smallexample
8e04817f 12672(gdbslet) file prog
474c8240 12673@end smallexample
104c1213 12674
8e04817f
AC
12675@need 1000
12676@value{GDBN} then attempts to read the symbol table of @file{prog}.
12677@value{GDBN} locates
12678the file by searching the directories listed in the command search
12679path.
12680If the file was compiled with debug information (option "-g"), source
12681files will be searched as well.
12682@value{GDBN} locates
12683the source files by searching the directories listed in the directory search
12684path (@pxref{Environment, ,Your program's environment}).
12685If it fails
12686to find a file, it displays a message such as:
104c1213 12687
474c8240 12688@smallexample
8e04817f 12689prog: No such file or directory.
474c8240 12690@end smallexample
104c1213 12691
8e04817f
AC
12692When this happens, add the appropriate directories to the search paths with
12693the @value{GDBN} commands @code{path} and @code{dir}, and execute the
12694@code{target} command again.
104c1213 12695
8e04817f
AC
12696@node Sparclet Connection
12697@subsubsection Connecting to Sparclet
104c1213 12698
8e04817f
AC
12699The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
12700To connect to a target on serial port ``@code{ttya}'', type:
104c1213 12701
474c8240 12702@smallexample
8e04817f
AC
12703(gdbslet) target sparclet /dev/ttya
12704Remote target sparclet connected to /dev/ttya
12705main () at ../prog.c:3
474c8240 12706@end smallexample
104c1213 12707
8e04817f
AC
12708@need 750
12709@value{GDBN} displays messages like these:
104c1213 12710
474c8240 12711@smallexample
8e04817f 12712Connected to ttya.
474c8240 12713@end smallexample
104c1213 12714
8e04817f
AC
12715@node Sparclet Download
12716@subsubsection Sparclet download
104c1213 12717
8e04817f
AC
12718@cindex download to Sparclet
12719Once connected to the Sparclet target,
12720you can use the @value{GDBN}
12721@code{load} command to download the file from the host to the target.
12722The file name and load offset should be given as arguments to the @code{load}
12723command.
12724Since the file format is aout, the program must be loaded to the starting
12725address. You can use @code{objdump} to find out what this value is. The load
12726offset is an offset which is added to the VMA (virtual memory address)
12727of each of the file's sections.
12728For instance, if the program
12729@file{prog} was linked to text address 0x1201000, with data at 0x12010160
12730and bss at 0x12010170, in @value{GDBN}, type:
104c1213 12731
474c8240 12732@smallexample
8e04817f
AC
12733(gdbslet) load prog 0x12010000
12734Loading section .text, size 0xdb0 vma 0x12010000
474c8240 12735@end smallexample
104c1213 12736
8e04817f
AC
12737If the code is loaded at a different address then what the program was linked
12738to, you may need to use the @code{section} and @code{add-symbol-file} commands
12739to tell @value{GDBN} where to map the symbol table.
12740
12741@node Sparclet Execution
12742@subsubsection Running and debugging
12743
12744@cindex running and debugging Sparclet programs
12745You can now begin debugging the task using @value{GDBN}'s execution control
12746commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
12747manual for the list of commands.
12748
474c8240 12749@smallexample
8e04817f
AC
12750(gdbslet) b main
12751Breakpoint 1 at 0x12010000: file prog.c, line 3.
12752(gdbslet) run
12753Starting program: prog
12754Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
127553 char *symarg = 0;
12756(gdbslet) step
127574 char *execarg = "hello!";
12758(gdbslet)
474c8240 12759@end smallexample
8e04817f
AC
12760
12761@node Sparclite
12762@subsection Fujitsu Sparclite
104c1213
JM
12763
12764@table @code
12765
8e04817f
AC
12766@kindex target sparclite
12767@item target sparclite @var{dev}
12768Fujitsu sparclite boards, used only for the purpose of loading.
12769You must use an additional command to debug the program.
12770For example: target remote @var{dev} using @value{GDBN} standard
12771remote protocol.
104c1213
JM
12772
12773@end table
12774
8e04817f
AC
12775@node ST2000
12776@subsection Tandem ST2000
104c1213 12777
8e04817f
AC
12778@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
12779STDBUG protocol.
104c1213 12780
8e04817f
AC
12781To connect your ST2000 to the host system, see the manufacturer's
12782manual. Once the ST2000 is physically attached, you can run:
104c1213 12783
474c8240 12784@smallexample
8e04817f 12785target st2000 @var{dev} @var{speed}
474c8240 12786@end smallexample
104c1213 12787
8e04817f
AC
12788@noindent
12789to establish it as your debugging environment. @var{dev} is normally
12790the name of a serial device, such as @file{/dev/ttya}, connected to the
12791ST2000 via a serial line. You can instead specify @var{dev} as a TCP
12792connection (for example, to a serial line attached via a terminal
12793concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
104c1213 12794
8e04817f
AC
12795The @code{load} and @code{attach} commands are @emph{not} defined for
12796this target; you must load your program into the ST2000 as you normally
12797would for standalone operation. @value{GDBN} reads debugging information
12798(such as symbols) from a separate, debugging version of the program
12799available on your host computer.
12800@c FIXME!! This is terribly vague; what little content is here is
12801@c basically hearsay.
104c1213 12802
8e04817f
AC
12803@cindex ST2000 auxiliary commands
12804These auxiliary @value{GDBN} commands are available to help you with the ST2000
12805environment:
104c1213 12806
8e04817f
AC
12807@table @code
12808@item st2000 @var{command}
12809@kindex st2000 @var{cmd}
12810@cindex STDBUG commands (ST2000)
12811@cindex commands to STDBUG (ST2000)
12812Send a @var{command} to the STDBUG monitor. See the manufacturer's
12813manual for available commands.
104c1213 12814
8e04817f
AC
12815@item connect
12816@cindex connect (to STDBUG)
12817Connect the controlling terminal to the STDBUG command monitor. When
12818you are done interacting with STDBUG, typing either of two character
12819sequences gets you back to the @value{GDBN} command prompt:
12820@kbd{@key{RET}~.} (Return, followed by tilde and period) or
12821@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
104c1213
JM
12822@end table
12823
8e04817f
AC
12824@node Z8000
12825@subsection Zilog Z8000
104c1213 12826
8e04817f
AC
12827@cindex Z8000
12828@cindex simulator, Z8000
12829@cindex Zilog Z8000 simulator
104c1213 12830
8e04817f
AC
12831When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
12832a Z8000 simulator.
12833
12834For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
12835unsegmented variant of the Z8000 architecture) or the Z8001 (the
12836segmented variant). The simulator recognizes which architecture is
12837appropriate by inspecting the object code.
104c1213 12838
8e04817f
AC
12839@table @code
12840@item target sim @var{args}
12841@kindex sim
12842@kindex target sim@r{, with Z8000}
12843Debug programs on a simulated CPU. If the simulator supports setup
12844options, specify them via @var{args}.
104c1213
JM
12845@end table
12846
8e04817f
AC
12847@noindent
12848After specifying this target, you can debug programs for the simulated
12849CPU in the same style as programs for your host computer; use the
12850@code{file} command to load a new program image, the @code{run} command
12851to run your program, and so on.
12852
12853As well as making available all the usual machine registers
12854(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
12855additional items of information as specially named registers:
104c1213
JM
12856
12857@table @code
12858
8e04817f
AC
12859@item cycles
12860Counts clock-ticks in the simulator.
104c1213 12861
8e04817f
AC
12862@item insts
12863Counts instructions run in the simulator.
104c1213 12864
8e04817f
AC
12865@item time
12866Execution time in 60ths of a second.
104c1213 12867
8e04817f 12868@end table
104c1213 12869
8e04817f
AC
12870You can refer to these values in @value{GDBN} expressions with the usual
12871conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
12872conditional breakpoint that suspends only after at least 5000
12873simulated clock ticks.
104c1213 12874
8e04817f
AC
12875@node Architectures
12876@section Architectures
104c1213 12877
8e04817f
AC
12878This section describes characteristics of architectures that affect
12879all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 12880
8e04817f
AC
12881@menu
12882* A29K::
12883* Alpha::
12884* MIPS::
12885@end menu
104c1213 12886
8e04817f
AC
12887@node A29K
12888@subsection A29K
104c1213
JM
12889
12890@table @code
104c1213 12891
8e04817f
AC
12892@kindex set rstack_high_address
12893@cindex AMD 29K register stack
12894@cindex register stack, AMD29K
12895@item set rstack_high_address @var{address}
12896On AMD 29000 family processors, registers are saved in a separate
12897@dfn{register stack}. There is no way for @value{GDBN} to determine the
12898extent of this stack. Normally, @value{GDBN} just assumes that the
12899stack is ``large enough''. This may result in @value{GDBN} referencing
12900memory locations that do not exist. If necessary, you can get around
12901this problem by specifying the ending address of the register stack with
12902the @code{set rstack_high_address} command. The argument should be an
12903address, which you probably want to precede with @samp{0x} to specify in
12904hexadecimal.
104c1213 12905
8e04817f
AC
12906@kindex show rstack_high_address
12907@item show rstack_high_address
12908Display the current limit of the register stack, on AMD 29000 family
12909processors.
104c1213 12910
8e04817f 12911@end table
104c1213 12912
8e04817f
AC
12913@node Alpha
12914@subsection Alpha
104c1213 12915
8e04817f 12916See the following section.
104c1213 12917
8e04817f
AC
12918@node MIPS
12919@subsection MIPS
104c1213 12920
8e04817f
AC
12921@cindex stack on Alpha
12922@cindex stack on MIPS
12923@cindex Alpha stack
12924@cindex MIPS stack
12925Alpha- and MIPS-based computers use an unusual stack frame, which
12926sometimes requires @value{GDBN} to search backward in the object code to
12927find the beginning of a function.
104c1213 12928
8e04817f
AC
12929@cindex response time, MIPS debugging
12930To improve response time (especially for embedded applications, where
12931@value{GDBN} may be restricted to a slow serial line for this search)
12932you may want to limit the size of this search, using one of these
12933commands:
104c1213 12934
8e04817f
AC
12935@table @code
12936@cindex @code{heuristic-fence-post} (Alpha, MIPS)
12937@item set heuristic-fence-post @var{limit}
12938Restrict @value{GDBN} to examining at most @var{limit} bytes in its
12939search for the beginning of a function. A value of @var{0} (the
12940default) means there is no limit. However, except for @var{0}, the
12941larger the limit the more bytes @code{heuristic-fence-post} must search
12942and therefore the longer it takes to run.
104c1213 12943
8e04817f
AC
12944@item show heuristic-fence-post
12945Display the current limit.
12946@end table
104c1213
JM
12947
12948@noindent
8e04817f
AC
12949These commands are available @emph{only} when @value{GDBN} is configured
12950for debugging programs on Alpha or MIPS processors.
104c1213 12951
104c1213 12952
8e04817f
AC
12953@node Controlling GDB
12954@chapter Controlling @value{GDBN}
12955
12956You can alter the way @value{GDBN} interacts with you by using the
12957@code{set} command. For commands controlling how @value{GDBN} displays
12958data, see @ref{Print Settings, ,Print settings}. Other settings are
12959described here.
12960
12961@menu
12962* Prompt:: Prompt
12963* Editing:: Command editing
12964* History:: Command history
12965* Screen Size:: Screen size
12966* Numbers:: Numbers
1e698235 12967* ABI:: Configuring the current ABI
8e04817f
AC
12968* Messages/Warnings:: Optional warnings and messages
12969* Debugging Output:: Optional messages about internal happenings
12970@end menu
12971
12972@node Prompt
12973@section Prompt
104c1213 12974
8e04817f 12975@cindex prompt
104c1213 12976
8e04817f
AC
12977@value{GDBN} indicates its readiness to read a command by printing a string
12978called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
12979can change the prompt string with the @code{set prompt} command. For
12980instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
12981the prompt in one of the @value{GDBN} sessions so that you can always tell
12982which one you are talking to.
104c1213 12983
8e04817f
AC
12984@emph{Note:} @code{set prompt} does not add a space for you after the
12985prompt you set. This allows you to set a prompt which ends in a space
12986or a prompt that does not.
104c1213 12987
8e04817f
AC
12988@table @code
12989@kindex set prompt
12990@item set prompt @var{newprompt}
12991Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 12992
8e04817f
AC
12993@kindex show prompt
12994@item show prompt
12995Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
12996@end table
12997
8e04817f
AC
12998@node Editing
12999@section Command editing
13000@cindex readline
13001@cindex command line editing
104c1213 13002
8e04817f
AC
13003@value{GDBN} reads its input commands via the @dfn{readline} interface. This
13004@sc{gnu} library provides consistent behavior for programs which provide a
13005command line interface to the user. Advantages are @sc{gnu} Emacs-style
13006or @dfn{vi}-style inline editing of commands, @code{csh}-like history
13007substitution, and a storage and recall of command history across
13008debugging sessions.
104c1213 13009
8e04817f
AC
13010You may control the behavior of command line editing in @value{GDBN} with the
13011command @code{set}.
104c1213 13012
8e04817f
AC
13013@table @code
13014@kindex set editing
13015@cindex editing
13016@item set editing
13017@itemx set editing on
13018Enable command line editing (enabled by default).
104c1213 13019
8e04817f
AC
13020@item set editing off
13021Disable command line editing.
104c1213 13022
8e04817f
AC
13023@kindex show editing
13024@item show editing
13025Show whether command line editing is enabled.
104c1213
JM
13026@end table
13027
8e04817f
AC
13028@node History
13029@section Command history
13030
13031@value{GDBN} can keep track of the commands you type during your
13032debugging sessions, so that you can be certain of precisely what
13033happened. Use these commands to manage the @value{GDBN} command
13034history facility.
104c1213
JM
13035
13036@table @code
8e04817f
AC
13037@cindex history substitution
13038@cindex history file
13039@kindex set history filename
13040@kindex GDBHISTFILE
13041@item set history filename @var{fname}
13042Set the name of the @value{GDBN} command history file to @var{fname}.
13043This is the file where @value{GDBN} reads an initial command history
13044list, and where it writes the command history from this session when it
13045exits. You can access this list through history expansion or through
13046the history command editing characters listed below. This file defaults
13047to the value of the environment variable @code{GDBHISTFILE}, or to
13048@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
13049is not set.
104c1213 13050
8e04817f
AC
13051@cindex history save
13052@kindex set history save
13053@item set history save
13054@itemx set history save on
13055Record command history in a file, whose name may be specified with the
13056@code{set history filename} command. By default, this option is disabled.
104c1213 13057
8e04817f
AC
13058@item set history save off
13059Stop recording command history in a file.
104c1213 13060
8e04817f
AC
13061@cindex history size
13062@kindex set history size
13063@item set history size @var{size}
13064Set the number of commands which @value{GDBN} keeps in its history list.
13065This defaults to the value of the environment variable
13066@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
13067@end table
13068
8e04817f
AC
13069@cindex history expansion
13070History expansion assigns special meaning to the character @kbd{!}.
13071@ifset have-readline-appendices
13072@xref{Event Designators}.
13073@end ifset
13074
13075Since @kbd{!} is also the logical not operator in C, history expansion
13076is off by default. If you decide to enable history expansion with the
13077@code{set history expansion on} command, you may sometimes need to
13078follow @kbd{!} (when it is used as logical not, in an expression) with
13079a space or a tab to prevent it from being expanded. The readline
13080history facilities do not attempt substitution on the strings
13081@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
13082
13083The commands to control history expansion are:
104c1213
JM
13084
13085@table @code
8e04817f
AC
13086@kindex set history expansion
13087@item set history expansion on
13088@itemx set history expansion
13089Enable history expansion. History expansion is off by default.
104c1213 13090
8e04817f
AC
13091@item set history expansion off
13092Disable history expansion.
104c1213 13093
8e04817f
AC
13094The readline code comes with more complete documentation of
13095editing and history expansion features. Users unfamiliar with @sc{gnu} Emacs
13096or @code{vi} may wish to read it.
13097@ifset have-readline-appendices
13098@xref{Command Line Editing}.
13099@end ifset
104c1213 13100
8e04817f
AC
13101@c @group
13102@kindex show history
13103@item show history
13104@itemx show history filename
13105@itemx show history save
13106@itemx show history size
13107@itemx show history expansion
13108These commands display the state of the @value{GDBN} history parameters.
13109@code{show history} by itself displays all four states.
13110@c @end group
13111@end table
13112
13113@table @code
13114@kindex shows
13115@item show commands
13116Display the last ten commands in the command history.
104c1213 13117
8e04817f
AC
13118@item show commands @var{n}
13119Print ten commands centered on command number @var{n}.
13120
13121@item show commands +
13122Print ten commands just after the commands last printed.
104c1213
JM
13123@end table
13124
8e04817f
AC
13125@node Screen Size
13126@section Screen size
13127@cindex size of screen
13128@cindex pauses in output
104c1213 13129
8e04817f
AC
13130Certain commands to @value{GDBN} may produce large amounts of
13131information output to the screen. To help you read all of it,
13132@value{GDBN} pauses and asks you for input at the end of each page of
13133output. Type @key{RET} when you want to continue the output, or @kbd{q}
13134to discard the remaining output. Also, the screen width setting
13135determines when to wrap lines of output. Depending on what is being
13136printed, @value{GDBN} tries to break the line at a readable place,
13137rather than simply letting it overflow onto the following line.
13138
13139Normally @value{GDBN} knows the size of the screen from the terminal
13140driver software. For example, on Unix @value{GDBN} uses the termcap data base
13141together with the value of the @code{TERM} environment variable and the
13142@code{stty rows} and @code{stty cols} settings. If this is not correct,
13143you can override it with the @code{set height} and @code{set
13144width} commands:
13145
13146@table @code
13147@kindex set height
13148@kindex set width
13149@kindex show width
13150@kindex show height
13151@item set height @var{lpp}
13152@itemx show height
13153@itemx set width @var{cpl}
13154@itemx show width
13155These @code{set} commands specify a screen height of @var{lpp} lines and
13156a screen width of @var{cpl} characters. The associated @code{show}
13157commands display the current settings.
104c1213 13158
8e04817f
AC
13159If you specify a height of zero lines, @value{GDBN} does not pause during
13160output no matter how long the output is. This is useful if output is to a
13161file or to an editor buffer.
104c1213 13162
8e04817f
AC
13163Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
13164from wrapping its output.
104c1213
JM
13165@end table
13166
8e04817f
AC
13167@node Numbers
13168@section Numbers
13169@cindex number representation
13170@cindex entering numbers
104c1213 13171
8e04817f
AC
13172You can always enter numbers in octal, decimal, or hexadecimal in
13173@value{GDBN} by the usual conventions: octal numbers begin with
13174@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
13175begin with @samp{0x}. Numbers that begin with none of these are, by
13176default, entered in base 10; likewise, the default display for
13177numbers---when no particular format is specified---is base 10. You can
13178change the default base for both input and output with the @code{set
13179radix} command.
104c1213 13180
8e04817f
AC
13181@table @code
13182@kindex set input-radix
13183@item set input-radix @var{base}
13184Set the default base for numeric input. Supported choices
13185for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
13186specified either unambiguously or using the current default radix; for
13187example, any of
104c1213 13188
8e04817f
AC
13189@smallexample
13190set radix 012
13191set radix 10.
13192set radix 0xa
13193@end smallexample
104c1213 13194
8e04817f
AC
13195@noindent
13196sets the base to decimal. On the other hand, @samp{set radix 10}
13197leaves the radix unchanged no matter what it was.
104c1213 13198
8e04817f
AC
13199@kindex set output-radix
13200@item set output-radix @var{base}
13201Set the default base for numeric display. Supported choices
13202for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
13203specified either unambiguously or using the current default radix.
104c1213 13204
8e04817f
AC
13205@kindex show input-radix
13206@item show input-radix
13207Display the current default base for numeric input.
104c1213 13208
8e04817f
AC
13209@kindex show output-radix
13210@item show output-radix
13211Display the current default base for numeric display.
13212@end table
104c1213 13213
1e698235
DJ
13214@node ABI
13215@section Configuring the current ABI
13216
13217@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
13218application automatically. However, sometimes you need to override its
13219conclusions. Use these commands to manage @value{GDBN}'s view of the
13220current ABI.
13221
98b45e30
DJ
13222@cindex OS ABI
13223@kindex set osabi
b4e9345d 13224@kindex show osabi
98b45e30
DJ
13225
13226One @value{GDBN} configuration can debug binaries for multiple operating
b383017d 13227system targets, either via remote debugging or native emulation.
98b45e30
DJ
13228@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
13229but you can override its conclusion using the @code{set osabi} command.
13230One example where this is useful is in debugging of binaries which use
13231an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
13232not have the same identifying marks that the standard C library for your
13233platform provides.
13234
13235@table @code
13236@item show osabi
13237Show the OS ABI currently in use.
13238
13239@item set osabi
13240With no argument, show the list of registered available OS ABI's.
13241
13242@item set osabi @var{abi}
13243Set the current OS ABI to @var{abi}.
13244@end table
13245
1e698235
DJ
13246@cindex float promotion
13247@kindex set coerce-float-to-double
13248
13249Generally, the way that an argument of type @code{float} is passed to a
13250function depends on whether the function is prototyped. For a prototyped
13251(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
13252according to the architecture's convention for @code{float}. For unprototyped
13253(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
13254@code{double} and then passed.
13255
13256Unfortunately, some forms of debug information do not reliably indicate whether
13257a function is prototyped. If @value{GDBN} calls a function that is not marked
13258as prototyped, it consults @kbd{set coerce-float-to-double}.
13259
13260@table @code
13261@item set coerce-float-to-double
13262@itemx set coerce-float-to-double on
13263Arguments of type @code{float} will be promoted to @code{double} when passed
13264to an unprototyped function. This is the default setting.
13265
13266@item set coerce-float-to-double off
13267Arguments of type @code{float} will be passed directly to unprototyped
13268functions.
13269@end table
13270
f1212245
DJ
13271@kindex set cp-abi
13272@kindex show cp-abi
13273@value{GDBN} needs to know the ABI used for your program's C@t{++}
13274objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
13275used to build your application. @value{GDBN} only fully supports
13276programs with a single C@t{++} ABI; if your program contains code using
13277multiple C@t{++} ABI's or if @value{GDBN} can not identify your
13278program's ABI correctly, you can tell @value{GDBN} which ABI to use.
13279Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
13280before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
13281``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
13282use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
13283``auto''.
13284
13285@table @code
13286@item show cp-abi
13287Show the C@t{++} ABI currently in use.
13288
13289@item set cp-abi
13290With no argument, show the list of supported C@t{++} ABI's.
13291
13292@item set cp-abi @var{abi}
13293@itemx set cp-abi auto
13294Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
13295@end table
13296
8e04817f
AC
13297@node Messages/Warnings
13298@section Optional warnings and messages
104c1213 13299
8e04817f
AC
13300By default, @value{GDBN} is silent about its inner workings. If you are
13301running on a slow machine, you may want to use the @code{set verbose}
13302command. This makes @value{GDBN} tell you when it does a lengthy
13303internal operation, so you will not think it has crashed.
104c1213 13304
8e04817f
AC
13305Currently, the messages controlled by @code{set verbose} are those
13306which announce that the symbol table for a source file is being read;
13307see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
104c1213 13308
8e04817f
AC
13309@table @code
13310@kindex set verbose
13311@item set verbose on
13312Enables @value{GDBN} output of certain informational messages.
104c1213 13313
8e04817f
AC
13314@item set verbose off
13315Disables @value{GDBN} output of certain informational messages.
104c1213 13316
8e04817f
AC
13317@kindex show verbose
13318@item show verbose
13319Displays whether @code{set verbose} is on or off.
13320@end table
104c1213 13321
8e04817f
AC
13322By default, if @value{GDBN} encounters bugs in the symbol table of an
13323object file, it is silent; but if you are debugging a compiler, you may
13324find this information useful (@pxref{Symbol Errors, ,Errors reading
13325symbol files}).
104c1213 13326
8e04817f 13327@table @code
104c1213 13328
8e04817f
AC
13329@kindex set complaints
13330@item set complaints @var{limit}
13331Permits @value{GDBN} to output @var{limit} complaints about each type of
13332unusual symbols before becoming silent about the problem. Set
13333@var{limit} to zero to suppress all complaints; set it to a large number
13334to prevent complaints from being suppressed.
104c1213 13335
8e04817f
AC
13336@kindex show complaints
13337@item show complaints
13338Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 13339
8e04817f 13340@end table
104c1213 13341
8e04817f
AC
13342By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
13343lot of stupid questions to confirm certain commands. For example, if
13344you try to run a program which is already running:
104c1213 13345
474c8240 13346@smallexample
8e04817f
AC
13347(@value{GDBP}) run
13348The program being debugged has been started already.
13349Start it from the beginning? (y or n)
474c8240 13350@end smallexample
104c1213 13351
8e04817f
AC
13352If you are willing to unflinchingly face the consequences of your own
13353commands, you can disable this ``feature'':
104c1213 13354
8e04817f 13355@table @code
104c1213 13356
8e04817f
AC
13357@kindex set confirm
13358@cindex flinching
13359@cindex confirmation
13360@cindex stupid questions
13361@item set confirm off
13362Disables confirmation requests.
104c1213 13363
8e04817f
AC
13364@item set confirm on
13365Enables confirmation requests (the default).
104c1213 13366
8e04817f
AC
13367@kindex show confirm
13368@item show confirm
13369Displays state of confirmation requests.
13370
13371@end table
104c1213 13372
8e04817f
AC
13373@node Debugging Output
13374@section Optional messages about internal happenings
104c1213 13375@table @code
8e04817f
AC
13376@kindex set debug arch
13377@item set debug arch
13378Turns on or off display of gdbarch debugging info. The default is off
13379@kindex show debug arch
13380@item show debug arch
13381Displays the current state of displaying gdbarch debugging info.
13382@kindex set debug event
13383@item set debug event
13384Turns on or off display of @value{GDBN} event debugging info. The
13385default is off.
13386@kindex show debug event
13387@item show debug event
13388Displays the current state of displaying @value{GDBN} event debugging
13389info.
13390@kindex set debug expression
13391@item set debug expression
13392Turns on or off display of @value{GDBN} expression debugging info. The
13393default is off.
13394@kindex show debug expression
13395@item show debug expression
13396Displays the current state of displaying @value{GDBN} expression
13397debugging info.
7453dc06
AC
13398@kindex set debug frame
13399@item set debug frame
13400Turns on or off display of @value{GDBN} frame debugging info. The
13401default is off.
13402@kindex show debug frame
13403@item show debug frame
13404Displays the current state of displaying @value{GDBN} frame debugging
13405info.
8e04817f
AC
13406@kindex set debug overload
13407@item set debug overload
13408Turns on or off display of @value{GDBN} C@t{++} overload debugging
13409info. This includes info such as ranking of functions, etc. The default
13410is off.
13411@kindex show debug overload
13412@item show debug overload
13413Displays the current state of displaying @value{GDBN} C@t{++} overload
13414debugging info.
13415@kindex set debug remote
13416@cindex packets, reporting on stdout
13417@cindex serial connections, debugging
13418@item set debug remote
13419Turns on or off display of reports on all packets sent back and forth across
13420the serial line to the remote machine. The info is printed on the
13421@value{GDBN} standard output stream. The default is off.
13422@kindex show debug remote
13423@item show debug remote
13424Displays the state of display of remote packets.
13425@kindex set debug serial
13426@item set debug serial
13427Turns on or off display of @value{GDBN} serial debugging info. The
13428default is off.
13429@kindex show debug serial
13430@item show debug serial
13431Displays the current state of displaying @value{GDBN} serial debugging
13432info.
13433@kindex set debug target
13434@item set debug target
13435Turns on or off display of @value{GDBN} target debugging info. This info
13436includes what is going on at the target level of GDB, as it happens. The
701b08bb
DJ
13437default is 0. Set it to 1 to track events, and to 2 to also track the
13438value of large memory transfers. Changes to this flag do not take effect
13439until the next time you connect to a target or use the @code{run} command.
8e04817f
AC
13440@kindex show debug target
13441@item show debug target
13442Displays the current state of displaying @value{GDBN} target debugging
13443info.
13444@kindex set debug varobj
13445@item set debug varobj
13446Turns on or off display of @value{GDBN} variable object debugging
13447info. The default is off.
13448@kindex show debug varobj
13449@item show debug varobj
13450Displays the current state of displaying @value{GDBN} variable object
13451debugging info.
13452@end table
104c1213 13453
8e04817f
AC
13454@node Sequences
13455@chapter Canned Sequences of Commands
104c1213 13456
8e04817f
AC
13457Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
13458command lists}), @value{GDBN} provides two ways to store sequences of
13459commands for execution as a unit: user-defined commands and command
13460files.
104c1213 13461
8e04817f
AC
13462@menu
13463* Define:: User-defined commands
13464* Hooks:: User-defined command hooks
13465* Command Files:: Command files
13466* Output:: Commands for controlled output
13467@end menu
104c1213 13468
8e04817f
AC
13469@node Define
13470@section User-defined commands
104c1213 13471
8e04817f
AC
13472@cindex user-defined command
13473A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
13474which you assign a new name as a command. This is done with the
13475@code{define} command. User commands may accept up to 10 arguments
13476separated by whitespace. Arguments are accessed within the user command
13477via @var{$arg0@dots{}$arg9}. A trivial example:
104c1213 13478
8e04817f
AC
13479@smallexample
13480define adder
13481 print $arg0 + $arg1 + $arg2
13482@end smallexample
104c1213
JM
13483
13484@noindent
8e04817f 13485To execute the command use:
104c1213 13486
8e04817f
AC
13487@smallexample
13488adder 1 2 3
13489@end smallexample
104c1213 13490
8e04817f
AC
13491@noindent
13492This defines the command @code{adder}, which prints the sum of
13493its three arguments. Note the arguments are text substitutions, so they may
13494reference variables, use complex expressions, or even perform inferior
13495functions calls.
104c1213
JM
13496
13497@table @code
104c1213 13498
8e04817f
AC
13499@kindex define
13500@item define @var{commandname}
13501Define a command named @var{commandname}. If there is already a command
13502by that name, you are asked to confirm that you want to redefine it.
104c1213 13503
8e04817f
AC
13504The definition of the command is made up of other @value{GDBN} command lines,
13505which are given following the @code{define} command. The end of these
13506commands is marked by a line containing @code{end}.
104c1213 13507
8e04817f
AC
13508@kindex if
13509@kindex else
13510@item if
13511Takes a single argument, which is an expression to evaluate.
13512It is followed by a series of commands that are executed
13513only if the expression is true (nonzero).
13514There can then optionally be a line @code{else}, followed
13515by a series of commands that are only executed if the expression
13516was false. The end of the list is marked by a line containing @code{end}.
104c1213 13517
8e04817f
AC
13518@kindex while
13519@item while
13520The syntax is similar to @code{if}: the command takes a single argument,
13521which is an expression to evaluate, and must be followed by the commands to
13522execute, one per line, terminated by an @code{end}.
13523The commands are executed repeatedly as long as the expression
13524evaluates to true.
104c1213 13525
8e04817f
AC
13526@kindex document
13527@item document @var{commandname}
13528Document the user-defined command @var{commandname}, so that it can be
13529accessed by @code{help}. The command @var{commandname} must already be
13530defined. This command reads lines of documentation just as @code{define}
13531reads the lines of the command definition, ending with @code{end}.
13532After the @code{document} command is finished, @code{help} on command
13533@var{commandname} displays the documentation you have written.
104c1213 13534
8e04817f
AC
13535You may use the @code{document} command again to change the
13536documentation of a command. Redefining the command with @code{define}
13537does not change the documentation.
104c1213 13538
8e04817f
AC
13539@kindex help user-defined
13540@item help user-defined
13541List all user-defined commands, with the first line of the documentation
13542(if any) for each.
104c1213 13543
8e04817f
AC
13544@kindex show user
13545@item show user
13546@itemx show user @var{commandname}
13547Display the @value{GDBN} commands used to define @var{commandname} (but
13548not its documentation). If no @var{commandname} is given, display the
13549definitions for all user-defined commands.
104c1213 13550
20f01a46
DH
13551@kindex show max-user-call-depth
13552@kindex set max-user-call-depth
13553@item show max-user-call-depth
5ca0cb28
DH
13554@itemx set max-user-call-depth
13555The value of @code{max-user-call-depth} controls how many recursion
13556levels are allowed in user-defined commands before GDB suspects an
13557infinite recursion and aborts the command.
20f01a46 13558
104c1213
JM
13559@end table
13560
8e04817f
AC
13561When user-defined commands are executed, the
13562commands of the definition are not printed. An error in any command
13563stops execution of the user-defined command.
104c1213 13564
8e04817f
AC
13565If used interactively, commands that would ask for confirmation proceed
13566without asking when used inside a user-defined command. Many @value{GDBN}
13567commands that normally print messages to say what they are doing omit the
13568messages when used in a user-defined command.
104c1213 13569
8e04817f
AC
13570@node Hooks
13571@section User-defined command hooks
13572@cindex command hooks
13573@cindex hooks, for commands
13574@cindex hooks, pre-command
104c1213 13575
8e04817f
AC
13576@kindex hook
13577@kindex hook-
13578You may define @dfn{hooks}, which are a special kind of user-defined
13579command. Whenever you run the command @samp{foo}, if the user-defined
13580command @samp{hook-foo} exists, it is executed (with no arguments)
13581before that command.
104c1213 13582
8e04817f
AC
13583@cindex hooks, post-command
13584@kindex hookpost
13585@kindex hookpost-
13586A hook may also be defined which is run after the command you executed.
13587Whenever you run the command @samp{foo}, if the user-defined command
13588@samp{hookpost-foo} exists, it is executed (with no arguments) after
13589that command. Post-execution hooks may exist simultaneously with
13590pre-execution hooks, for the same command.
104c1213 13591
8e04817f
AC
13592It is valid for a hook to call the command which it hooks. If this
13593occurs, the hook is not re-executed, thereby avoiding infinte recursion.
104c1213 13594
8e04817f
AC
13595@c It would be nice if hookpost could be passed a parameter indicating
13596@c if the command it hooks executed properly or not. FIXME!
104c1213 13597
8e04817f
AC
13598@kindex stop@r{, a pseudo-command}
13599In addition, a pseudo-command, @samp{stop} exists. Defining
13600(@samp{hook-stop}) makes the associated commands execute every time
13601execution stops in your program: before breakpoint commands are run,
13602displays are printed, or the stack frame is printed.
104c1213 13603
8e04817f
AC
13604For example, to ignore @code{SIGALRM} signals while
13605single-stepping, but treat them normally during normal execution,
13606you could define:
104c1213 13607
474c8240 13608@smallexample
8e04817f
AC
13609define hook-stop
13610handle SIGALRM nopass
13611end
104c1213 13612
8e04817f
AC
13613define hook-run
13614handle SIGALRM pass
13615end
104c1213 13616
8e04817f
AC
13617define hook-continue
13618handle SIGLARM pass
13619end
474c8240 13620@end smallexample
104c1213 13621
8e04817f 13622As a further example, to hook at the begining and end of the @code{echo}
b383017d 13623command, and to add extra text to the beginning and end of the message,
8e04817f 13624you could define:
104c1213 13625
474c8240 13626@smallexample
8e04817f
AC
13627define hook-echo
13628echo <<<---
13629end
104c1213 13630
8e04817f
AC
13631define hookpost-echo
13632echo --->>>\n
13633end
104c1213 13634
8e04817f
AC
13635(@value{GDBP}) echo Hello World
13636<<<---Hello World--->>>
13637(@value{GDBP})
104c1213 13638
474c8240 13639@end smallexample
104c1213 13640
8e04817f
AC
13641You can define a hook for any single-word command in @value{GDBN}, but
13642not for command aliases; you should define a hook for the basic command
13643name, e.g. @code{backtrace} rather than @code{bt}.
13644@c FIXME! So how does Joe User discover whether a command is an alias
13645@c or not?
13646If an error occurs during the execution of your hook, execution of
13647@value{GDBN} commands stops and @value{GDBN} issues a prompt
13648(before the command that you actually typed had a chance to run).
104c1213 13649
8e04817f
AC
13650If you try to define a hook which does not match any known command, you
13651get a warning from the @code{define} command.
c906108c 13652
8e04817f
AC
13653@node Command Files
13654@section Command files
c906108c 13655
8e04817f
AC
13656@cindex command files
13657A command file for @value{GDBN} is a file of lines that are @value{GDBN}
13658commands. Comments (lines starting with @kbd{#}) may also be included.
13659An empty line in a command file does nothing; it does not mean to repeat
13660the last command, as it would from the terminal.
c906108c 13661
8e04817f
AC
13662@cindex init file
13663@cindex @file{.gdbinit}
13664@cindex @file{gdb.ini}
13665When you start @value{GDBN}, it automatically executes commands from its
13666@dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
13667port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
13668limitations of file names imposed by DOS filesystems.}.
13669During startup, @value{GDBN} does the following:
c906108c 13670
8e04817f
AC
13671@enumerate
13672@item
13673Reads the init file (if any) in your home directory@footnote{On
13674DOS/Windows systems, the home directory is the one pointed to by the
13675@code{HOME} environment variable.}.
c906108c 13676
8e04817f
AC
13677@item
13678Processes command line options and operands.
c906108c 13679
8e04817f
AC
13680@item
13681Reads the init file (if any) in the current working directory.
c906108c 13682
8e04817f
AC
13683@item
13684Reads command files specified by the @samp{-x} option.
13685@end enumerate
c906108c 13686
8e04817f
AC
13687The init file in your home directory can set options (such as @samp{set
13688complaints}) that affect subsequent processing of command line options
13689and operands. Init files are not executed if you use the @samp{-nx}
13690option (@pxref{Mode Options, ,Choosing modes}).
c906108c 13691
8e04817f
AC
13692@cindex init file name
13693On some configurations of @value{GDBN}, the init file is known by a
13694different name (these are typically environments where a specialized
13695form of @value{GDBN} may need to coexist with other forms, hence a
13696different name for the specialized version's init file). These are the
13697environments with special init file names:
c906108c 13698
8e04817f
AC
13699@cindex @file{.vxgdbinit}
13700@itemize @bullet
13701@item
13702VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
c906108c 13703
8e04817f
AC
13704@cindex @file{.os68gdbinit}
13705@item
13706OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
c906108c 13707
8e04817f
AC
13708@cindex @file{.esgdbinit}
13709@item
13710ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
13711@end itemize
c906108c 13712
8e04817f
AC
13713You can also request the execution of a command file with the
13714@code{source} command:
c906108c 13715
8e04817f
AC
13716@table @code
13717@kindex source
13718@item source @var{filename}
13719Execute the command file @var{filename}.
c906108c
SS
13720@end table
13721
8e04817f 13722The lines in a command file are executed sequentially. They are not
a71ec265
DH
13723printed as they are executed. An error in any command terminates
13724execution of the command file and control is returned to the console.
c906108c 13725
8e04817f
AC
13726Commands that would ask for confirmation if used interactively proceed
13727without asking when used in a command file. Many @value{GDBN} commands that
13728normally print messages to say what they are doing omit the messages
13729when called from command files.
c906108c 13730
8e04817f
AC
13731@value{GDBN} also accepts command input from standard input. In this
13732mode, normal output goes to standard output and error output goes to
13733standard error. Errors in a command file supplied on standard input do
13734not terminate execution of the command file --- execution continues with
13735the next command.
c906108c 13736
474c8240 13737@smallexample
8e04817f 13738gdb < cmds > log 2>&1
474c8240 13739@end smallexample
c906108c 13740
8e04817f
AC
13741(The syntax above will vary depending on the shell used.) This example
13742will execute commands from the file @file{cmds}. All output and errors
13743would be directed to @file{log}.
c906108c 13744
8e04817f
AC
13745@node Output
13746@section Commands for controlled output
c906108c 13747
8e04817f
AC
13748During the execution of a command file or a user-defined command, normal
13749@value{GDBN} output is suppressed; the only output that appears is what is
13750explicitly printed by the commands in the definition. This section
13751describes three commands useful for generating exactly the output you
13752want.
c906108c
SS
13753
13754@table @code
8e04817f
AC
13755@kindex echo
13756@item echo @var{text}
13757@c I do not consider backslash-space a standard C escape sequence
13758@c because it is not in ANSI.
13759Print @var{text}. Nonprinting characters can be included in
13760@var{text} using C escape sequences, such as @samp{\n} to print a
13761newline. @strong{No newline is printed unless you specify one.}
13762In addition to the standard C escape sequences, a backslash followed
13763by a space stands for a space. This is useful for displaying a
13764string with spaces at the beginning or the end, since leading and
13765trailing spaces are otherwise trimmed from all arguments.
13766To print @samp{@w{ }and foo =@w{ }}, use the command
13767@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 13768
8e04817f
AC
13769A backslash at the end of @var{text} can be used, as in C, to continue
13770the command onto subsequent lines. For example,
c906108c 13771
474c8240 13772@smallexample
8e04817f
AC
13773echo This is some text\n\
13774which is continued\n\
13775onto several lines.\n
474c8240 13776@end smallexample
c906108c 13777
8e04817f 13778produces the same output as
c906108c 13779
474c8240 13780@smallexample
8e04817f
AC
13781echo This is some text\n
13782echo which is continued\n
13783echo onto several lines.\n
474c8240 13784@end smallexample
c906108c 13785
8e04817f
AC
13786@kindex output
13787@item output @var{expression}
13788Print the value of @var{expression} and nothing but that value: no
13789newlines, no @samp{$@var{nn} = }. The value is not entered in the
13790value history either. @xref{Expressions, ,Expressions}, for more information
13791on expressions.
c906108c 13792
8e04817f
AC
13793@item output/@var{fmt} @var{expression}
13794Print the value of @var{expression} in format @var{fmt}. You can use
13795the same formats as for @code{print}. @xref{Output Formats,,Output
13796formats}, for more information.
c906108c 13797
8e04817f
AC
13798@kindex printf
13799@item printf @var{string}, @var{expressions}@dots{}
13800Print the values of the @var{expressions} under the control of
13801@var{string}. The @var{expressions} are separated by commas and may be
13802either numbers or pointers. Their values are printed as specified by
13803@var{string}, exactly as if your program were to execute the C
13804subroutine
13805@c FIXME: the above implies that at least all ANSI C formats are
13806@c supported, but it isn't true: %E and %G don't work (or so it seems).
13807@c Either this is a bug, or the manual should document what formats are
13808@c supported.
c906108c 13809
474c8240 13810@smallexample
8e04817f 13811printf (@var{string}, @var{expressions}@dots{});
474c8240 13812@end smallexample
c906108c 13813
8e04817f 13814For example, you can print two values in hex like this:
c906108c 13815
8e04817f
AC
13816@smallexample
13817printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
13818@end smallexample
c906108c 13819
8e04817f
AC
13820The only backslash-escape sequences that you can use in the format
13821string are the simple ones that consist of backslash followed by a
13822letter.
c906108c
SS
13823@end table
13824
21c294e6
AC
13825@node Interpreters
13826@chapter Command Interpreters
13827@cindex command interpreters
13828
13829@value{GDBN} supports multiple command interpreters, and some command
13830infrastructure to allow users or user interface writers to switch
13831between interpreters or run commands in other interpreters.
13832
13833@value{GDBN} currently supports two command interpreters, the console
13834interpreter (sometimes called the command-line interpreter or @sc{cli})
13835and the machine interface interpreter (or @sc{gdb/mi}). This manual
13836describes both of these interfaces in great detail.
13837
13838By default, @value{GDBN} will start with the console interpreter.
13839However, the user may choose to start @value{GDBN} with another
13840interpreter by specifying the @option{-i} or @option{--interpreter}
13841startup options. Defined interpreters include:
13842
13843@table @code
13844@item console
13845@cindex console interpreter
13846The traditional console or command-line interpreter. This is the most often
13847used interpreter with @value{GDBN}. With no interpreter specified at runtime,
13848@value{GDBN} will use this interpreter.
13849
13850@item mi
13851@cindex mi interpreter
13852The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
13853by programs wishing to use @value{GDBN} as a backend for a debugger GUI
13854or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
13855Interface}.
13856
13857@item mi2
13858@cindex mi2 interpreter
13859The current @sc{gdb/mi} interface.
13860
13861@item mi1
13862@cindex mi1 interpreter
13863The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
13864
13865@end table
13866
13867@cindex invoke another interpreter
13868The interpreter being used by @value{GDBN} may not be dynamically
13869switched at runtime. Although possible, this could lead to a very
13870precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
13871enters the command "interpreter-set console" in a console view,
13872@value{GDBN} would switch to using the console interpreter, rendering
13873the IDE inoperable!
13874
13875@kindex interpreter-exec
13876Although you may only choose a single interpreter at startup, you may execute
13877commands in any interpreter from the current interpreter using the appropriate
13878command. If you are running the console interpreter, simply use the
13879@code{interpreter-exec} command:
13880
13881@smallexample
13882interpreter-exec mi "-data-list-register-names"
13883@end smallexample
13884
13885@sc{gdb/mi} has a similar command, although it is only available in versions of
13886@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
13887
8e04817f
AC
13888@node TUI
13889@chapter @value{GDBN} Text User Interface
13890@cindex TUI
c906108c 13891
8e04817f
AC
13892@menu
13893* TUI Overview:: TUI overview
13894* TUI Keys:: TUI key bindings
7cf36c78 13895* TUI Single Key Mode:: TUI single key mode
8e04817f
AC
13896* TUI Commands:: TUI specific commands
13897* TUI Configuration:: TUI configuration variables
13898@end menu
c906108c 13899
8e04817f
AC
13900The @value{GDBN} Text User Interface, TUI in short,
13901is a terminal interface which uses the @code{curses} library
13902to show the source file, the assembly output, the program registers
13903and @value{GDBN} commands in separate text windows.
13904The TUI is available only when @value{GDBN} is configured
13905with the @code{--enable-tui} configure option (@pxref{Configure Options}).
c906108c 13906
8e04817f
AC
13907@node TUI Overview
13908@section TUI overview
c906108c 13909
8e04817f
AC
13910The TUI has two display modes that can be switched while
13911@value{GDBN} runs:
c906108c 13912
8e04817f
AC
13913@itemize @bullet
13914@item
13915A curses (or TUI) mode in which it displays several text
13916windows on the terminal.
c906108c 13917
8e04817f
AC
13918@item
13919A standard mode which corresponds to the @value{GDBN} configured without
13920the TUI.
13921@end itemize
c906108c 13922
8e04817f
AC
13923In the TUI mode, @value{GDBN} can display several text window
13924on the terminal:
c906108c 13925
8e04817f
AC
13926@table @emph
13927@item command
13928This window is the @value{GDBN} command window with the @value{GDBN}
13929prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
13930managed using readline but through the TUI. The @emph{command}
13931window is always visible.
c906108c 13932
8e04817f
AC
13933@item source
13934The source window shows the source file of the program. The current
13935line as well as active breakpoints are displayed in this window.
c906108c 13936
8e04817f
AC
13937@item assembly
13938The assembly window shows the disassembly output of the program.
c906108c 13939
8e04817f
AC
13940@item register
13941This window shows the processor registers. It detects when
13942a register is changed and when this is the case, registers that have
13943changed are highlighted.
c906108c 13944
c906108c
SS
13945@end table
13946
269c21fe
SC
13947The source and assembly windows show the current program position
13948by highlighting the current line and marking them with the @samp{>} marker.
13949Breakpoints are also indicated with two markers. A first one
13950indicates the breakpoint type:
13951
13952@table @code
13953@item B
13954Breakpoint which was hit at least once.
13955
13956@item b
13957Breakpoint which was never hit.
13958
13959@item H
13960Hardware breakpoint which was hit at least once.
13961
13962@item h
13963Hardware breakpoint which was never hit.
13964
13965@end table
13966
13967The second marker indicates whether the breakpoint is enabled or not:
13968
13969@table @code
13970@item +
13971Breakpoint is enabled.
13972
13973@item -
13974Breakpoint is disabled.
13975
13976@end table
13977
8e04817f
AC
13978The source, assembly and register windows are attached to the thread
13979and the frame position. They are updated when the current thread
13980changes, when the frame changes or when the program counter changes.
13981These three windows are arranged by the TUI according to several
13982layouts. The layout defines which of these three windows are visible.
13983The following layouts are available:
c906108c 13984
8e04817f
AC
13985@itemize @bullet
13986@item
13987source
2df3850c 13988
8e04817f
AC
13989@item
13990assembly
13991
13992@item
13993source and assembly
13994
13995@item
13996source and registers
c906108c 13997
8e04817f
AC
13998@item
13999assembly and registers
2df3850c 14000
8e04817f 14001@end itemize
c906108c 14002
b7bb15bc
SC
14003On top of the command window a status line gives various information
14004concerning the current process begin debugged. The status line is
14005updated when the information it shows changes. The following fields
14006are displayed:
14007
14008@table @emph
14009@item target
14010Indicates the current gdb target
14011(@pxref{Targets, ,Specifying a Debugging Target}).
14012
14013@item process
14014Gives information about the current process or thread number.
14015When no process is being debugged, this field is set to @code{No process}.
14016
14017@item function
14018Gives the current function name for the selected frame.
14019The name is demangled if demangling is turned on (@pxref{Print Settings}).
14020When there is no symbol corresponding to the current program counter
14021the string @code{??} is displayed.
14022
14023@item line
14024Indicates the current line number for the selected frame.
14025When the current line number is not known the string @code{??} is displayed.
14026
14027@item pc
14028Indicates the current program counter address.
14029
14030@end table
14031
8e04817f
AC
14032@node TUI Keys
14033@section TUI Key Bindings
14034@cindex TUI key bindings
c906108c 14035
8e04817f
AC
14036The TUI installs several key bindings in the readline keymaps
14037(@pxref{Command Line Editing}).
14038They allow to leave or enter in the TUI mode or they operate
7cf36c78
SC
14039directly on the TUI layout and windows. The TUI also provides
14040a @emph{SingleKey} keymap which binds several keys directly to
14041@value{GDBN} commands. The following key bindings
8e04817f 14042are installed for both TUI mode and the @value{GDBN} standard mode.
c906108c 14043
8e04817f
AC
14044@table @kbd
14045@kindex C-x C-a
14046@item C-x C-a
14047@kindex C-x a
14048@itemx C-x a
14049@kindex C-x A
14050@itemx C-x A
14051Enter or leave the TUI mode. When the TUI mode is left,
14052the curses window management is left and @value{GDBN} operates using
14053its standard mode writing on the terminal directly. When the TUI
14054mode is entered, the control is given back to the curses windows.
14055The screen is then refreshed.
c906108c 14056
8e04817f
AC
14057@kindex C-x 1
14058@item C-x 1
14059Use a TUI layout with only one window. The layout will
14060either be @samp{source} or @samp{assembly}. When the TUI mode
14061is not active, it will switch to the TUI mode.
2df3850c 14062
8e04817f 14063Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 14064
8e04817f
AC
14065@kindex C-x 2
14066@item C-x 2
14067Use a TUI layout with at least two windows. When the current
14068layout shows already two windows, a next layout with two windows is used.
14069When a new layout is chosen, one window will always be common to the
14070previous layout and the new one.
c906108c 14071
8e04817f 14072Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 14073
72ffddc9
SC
14074@kindex C-x o
14075@item C-x o
14076Change the active window. The TUI associates several key bindings
14077(like scrolling and arrow keys) to the active window. This command
14078gives the focus to the next TUI window.
14079
14080Think of it as the Emacs @kbd{C-x o} binding.
14081
7cf36c78
SC
14082@kindex C-x s
14083@item C-x s
14084Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
14085(@pxref{TUI Single Key Mode}).
14086
c906108c
SS
14087@end table
14088
8e04817f 14089The following key bindings are handled only by the TUI mode:
5d161b24 14090
8e04817f
AC
14091@table @key
14092@kindex PgUp
14093@item PgUp
14094Scroll the active window one page up.
c906108c 14095
8e04817f
AC
14096@kindex PgDn
14097@item PgDn
14098Scroll the active window one page down.
c906108c 14099
8e04817f
AC
14100@kindex Up
14101@item Up
14102Scroll the active window one line up.
c906108c 14103
8e04817f
AC
14104@kindex Down
14105@item Down
14106Scroll the active window one line down.
c906108c 14107
8e04817f
AC
14108@kindex Left
14109@item Left
14110Scroll the active window one column left.
c906108c 14111
8e04817f
AC
14112@kindex Right
14113@item Right
14114Scroll the active window one column right.
c906108c 14115
8e04817f
AC
14116@kindex C-L
14117@item C-L
14118Refresh the screen.
c906108c 14119
8e04817f 14120@end table
c906108c 14121
8e04817f 14122In the TUI mode, the arrow keys are used by the active window
72ffddc9
SC
14123for scrolling. This means they are available for readline when the
14124active window is the command window. When the command window
14125does not have the focus, it is necessary to use other readline
14126key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
8e04817f 14127
7cf36c78
SC
14128@node TUI Single Key Mode
14129@section TUI Single Key Mode
14130@cindex TUI single key mode
14131
14132The TUI provides a @emph{SingleKey} mode in which it installs a particular
14133key binding in the readline keymaps to connect single keys to
b383017d 14134some gdb commands.
7cf36c78
SC
14135
14136@table @kbd
14137@kindex c @r{(SingleKey TUI key)}
14138@item c
14139continue
14140
14141@kindex d @r{(SingleKey TUI key)}
14142@item d
14143down
14144
14145@kindex f @r{(SingleKey TUI key)}
14146@item f
14147finish
14148
14149@kindex n @r{(SingleKey TUI key)}
14150@item n
14151next
14152
14153@kindex q @r{(SingleKey TUI key)}
14154@item q
14155exit the @emph{SingleKey} mode.
14156
14157@kindex r @r{(SingleKey TUI key)}
14158@item r
14159run
14160
14161@kindex s @r{(SingleKey TUI key)}
14162@item s
14163step
14164
14165@kindex u @r{(SingleKey TUI key)}
14166@item u
14167up
14168
14169@kindex v @r{(SingleKey TUI key)}
14170@item v
14171info locals
14172
14173@kindex w @r{(SingleKey TUI key)}
14174@item w
14175where
14176
14177@end table
14178
14179Other keys temporarily switch to the @value{GDBN} command prompt.
14180The key that was pressed is inserted in the editing buffer so that
14181it is possible to type most @value{GDBN} commands without interaction
14182with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
14183@emph{SingleKey} mode is restored. The only way to permanently leave
14184this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
14185
14186
8e04817f
AC
14187@node TUI Commands
14188@section TUI specific commands
14189@cindex TUI commands
14190
14191The TUI has specific commands to control the text windows.
14192These commands are always available, that is they do not depend on
14193the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
14194is in the standard mode, using these commands will automatically switch
14195in the TUI mode.
c906108c
SS
14196
14197@table @code
3d757584
SC
14198@item info win
14199@kindex info win
14200List and give the size of all displayed windows.
14201
8e04817f
AC
14202@item layout next
14203@kindex layout next
14204Display the next layout.
2df3850c 14205
8e04817f
AC
14206@item layout prev
14207@kindex layout prev
14208Display the previous layout.
c906108c 14209
8e04817f
AC
14210@item layout src
14211@kindex layout src
14212Display the source window only.
c906108c 14213
8e04817f
AC
14214@item layout asm
14215@kindex layout asm
14216Display the assembly window only.
c906108c 14217
8e04817f
AC
14218@item layout split
14219@kindex layout split
14220Display the source and assembly window.
c906108c 14221
8e04817f
AC
14222@item layout regs
14223@kindex layout regs
14224Display the register window together with the source or assembly window.
14225
14226@item focus next | prev | src | asm | regs | split
14227@kindex focus
14228Set the focus to the named window.
14229This command allows to change the active window so that scrolling keys
14230can be affected to another window.
c906108c 14231
8e04817f
AC
14232@item refresh
14233@kindex refresh
14234Refresh the screen. This is similar to using @key{C-L} key.
c906108c 14235
8e04817f
AC
14236@item update
14237@kindex update
14238Update the source window and the current execution point.
c906108c 14239
8e04817f
AC
14240@item winheight @var{name} +@var{count}
14241@itemx winheight @var{name} -@var{count}
14242@kindex winheight
14243Change the height of the window @var{name} by @var{count}
14244lines. Positive counts increase the height, while negative counts
14245decrease it.
2df3850c 14246
c906108c
SS
14247@end table
14248
8e04817f
AC
14249@node TUI Configuration
14250@section TUI configuration variables
14251@cindex TUI configuration variables
c906108c 14252
8e04817f
AC
14253The TUI has several configuration variables that control the
14254appearance of windows on the terminal.
c906108c 14255
8e04817f
AC
14256@table @code
14257@item set tui border-kind @var{kind}
14258@kindex set tui border-kind
14259Select the border appearance for the source, assembly and register windows.
14260The possible values are the following:
14261@table @code
14262@item space
14263Use a space character to draw the border.
c906108c 14264
8e04817f
AC
14265@item ascii
14266Use ascii characters + - and | to draw the border.
c906108c 14267
8e04817f
AC
14268@item acs
14269Use the Alternate Character Set to draw the border. The border is
14270drawn using character line graphics if the terminal supports them.
c78b4128 14271
8e04817f 14272@end table
c78b4128 14273
8e04817f
AC
14274@item set tui active-border-mode @var{mode}
14275@kindex set tui active-border-mode
14276Select the attributes to display the border of the active window.
14277The possible values are @code{normal}, @code{standout}, @code{reverse},
14278@code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
c78b4128 14279
8e04817f
AC
14280@item set tui border-mode @var{mode}
14281@kindex set tui border-mode
14282Select the attributes to display the border of other windows.
14283The @var{mode} can be one of the following:
14284@table @code
14285@item normal
14286Use normal attributes to display the border.
c906108c 14287
8e04817f
AC
14288@item standout
14289Use standout mode.
c906108c 14290
8e04817f
AC
14291@item reverse
14292Use reverse video mode.
c906108c 14293
8e04817f
AC
14294@item half
14295Use half bright mode.
c906108c 14296
8e04817f
AC
14297@item half-standout
14298Use half bright and standout mode.
c906108c 14299
8e04817f
AC
14300@item bold
14301Use extra bright or bold mode.
c78b4128 14302
8e04817f
AC
14303@item bold-standout
14304Use extra bright or bold and standout mode.
c78b4128 14305
8e04817f 14306@end table
c78b4128 14307
8e04817f 14308@end table
c78b4128 14309
8e04817f
AC
14310@node Emacs
14311@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 14312
8e04817f
AC
14313@cindex Emacs
14314@cindex @sc{gnu} Emacs
14315A special interface allows you to use @sc{gnu} Emacs to view (and
14316edit) the source files for the program you are debugging with
14317@value{GDBN}.
c906108c 14318
8e04817f
AC
14319To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
14320executable file you want to debug as an argument. This command starts
14321@value{GDBN} as a subprocess of Emacs, with input and output through a newly
14322created Emacs buffer.
14323@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 14324
8e04817f
AC
14325Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
14326things:
c906108c 14327
8e04817f
AC
14328@itemize @bullet
14329@item
14330All ``terminal'' input and output goes through the Emacs buffer.
14331@end itemize
c906108c 14332
8e04817f
AC
14333This applies both to @value{GDBN} commands and their output, and to the input
14334and output done by the program you are debugging.
bf0184be 14335
8e04817f
AC
14336This is useful because it means that you can copy the text of previous
14337commands and input them again; you can even use parts of the output
14338in this way.
bf0184be 14339
8e04817f
AC
14340All the facilities of Emacs' Shell mode are available for interacting
14341with your program. In particular, you can send signals the usual
14342way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
14343stop.
bf0184be 14344
8e04817f 14345@itemize @bullet
bf0184be 14346@item
8e04817f
AC
14347@value{GDBN} displays source code through Emacs.
14348@end itemize
bf0184be 14349
8e04817f
AC
14350Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
14351source file for that frame and puts an arrow (@samp{=>}) at the
14352left margin of the current line. Emacs uses a separate buffer for
14353source display, and splits the screen to show both your @value{GDBN} session
14354and the source.
bf0184be 14355
8e04817f
AC
14356Explicit @value{GDBN} @code{list} or search commands still produce output as
14357usual, but you probably have no reason to use them from Emacs.
c906108c 14358
64fabec2
AC
14359If you specify an absolute file name when prompted for the @kbd{M-x
14360gdb} argument, then Emacs sets your current working directory to where
14361your program resides. If you only specify the file name, then Emacs
14362sets your current working directory to to the directory associated
14363with the previous buffer. In this case, @value{GDBN} may find your
14364program by searching your environment's @code{PATH} variable, but on
14365some operating systems it might not find the source. So, although the
14366@value{GDBN} input and output session proceeds normally, the auxiliary
14367buffer does not display the current source and line of execution.
14368
14369The initial working directory of @value{GDBN} is printed on the top
14370line of the @value{GDBN} I/O buffer and this serves as a default for
14371the commands that specify files for @value{GDBN} to operate
14372on. @xref{Files, ,Commands to specify files}.
14373
14374By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
14375need to call @value{GDBN} by a different name (for example, if you
14376keep several configurations around, with different names) you can
14377customize the Emacs variable @code{gud-gdb-command-name} to run the
14378one you want.
8e04817f
AC
14379
14380In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
14381addition to the standard Shell mode commands:
c906108c 14382
8e04817f
AC
14383@table @kbd
14384@item C-h m
14385Describe the features of Emacs' @value{GDBN} Mode.
c906108c 14386
64fabec2 14387@item C-c C-s
8e04817f
AC
14388Execute to another source line, like the @value{GDBN} @code{step} command; also
14389update the display window to show the current file and location.
c906108c 14390
64fabec2 14391@item C-c C-n
8e04817f
AC
14392Execute to next source line in this function, skipping all function
14393calls, like the @value{GDBN} @code{next} command. Then update the display window
14394to show the current file and location.
c906108c 14395
64fabec2 14396@item C-c C-i
8e04817f
AC
14397Execute one instruction, like the @value{GDBN} @code{stepi} command; update
14398display window accordingly.
c906108c 14399
8e04817f
AC
14400@item C-c C-f
14401Execute until exit from the selected stack frame, like the @value{GDBN}
14402@code{finish} command.
c906108c 14403
64fabec2 14404@item C-c C-r
8e04817f
AC
14405Continue execution of your program, like the @value{GDBN} @code{continue}
14406command.
b433d00b 14407
64fabec2 14408@item C-c <
8e04817f
AC
14409Go up the number of frames indicated by the numeric argument
14410(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
14411like the @value{GDBN} @code{up} command.
b433d00b 14412
64fabec2 14413@item C-c >
8e04817f
AC
14414Go down the number of frames indicated by the numeric argument, like the
14415@value{GDBN} @code{down} command.
8e04817f 14416@end table
c906108c 14417
64fabec2 14418In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
8e04817f 14419tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 14420
64fabec2
AC
14421If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
14422shows a backtrace when the @value{GDBN} I/O buffer is current. Move
14423point to any frame in the stack and type @key{RET} to make it become the
14424current frame and display the associated source in the source buffer.
14425Alternatively, click @kbd{Mouse-2} to make the selected frame become the
14426current one.
14427
8e04817f
AC
14428If you accidentally delete the source-display buffer, an easy way to get
14429it back is to type the command @code{f} in the @value{GDBN} buffer, to
14430request a frame display; when you run under Emacs, this recreates
14431the source buffer if necessary to show you the context of the current
14432frame.
c906108c 14433
8e04817f
AC
14434The source files displayed in Emacs are in ordinary Emacs buffers
14435which are visiting the source files in the usual way. You can edit
14436the files with these buffers if you wish; but keep in mind that @value{GDBN}
14437communicates with Emacs in terms of line numbers. If you add or
14438delete lines from the text, the line numbers that @value{GDBN} knows cease
14439to correspond properly with the code.
b383017d 14440
64fabec2
AC
14441The description given here is for GNU Emacs version 21.3 and a more
14442detailed description of its interaction with @value{GDBN} is given in
14443the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
c906108c 14444
8e04817f
AC
14445@c The following dropped because Epoch is nonstandard. Reactivate
14446@c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
14447@ignore
14448@kindex Emacs Epoch environment
14449@kindex Epoch
14450@kindex inspect
c906108c 14451
8e04817f
AC
14452Version 18 of @sc{gnu} Emacs has a built-in window system
14453called the @code{epoch}
14454environment. Users of this environment can use a new command,
14455@code{inspect} which performs identically to @code{print} except that
14456each value is printed in its own window.
14457@end ignore
c906108c 14458
922fbb7b
AC
14459
14460@node GDB/MI
14461@chapter The @sc{gdb/mi} Interface
14462
14463@unnumberedsec Function and Purpose
14464
14465@cindex @sc{gdb/mi}, its purpose
14466@sc{gdb/mi} is a line based machine oriented text interface to @value{GDBN}. It is
14467specifically intended to support the development of systems which use
14468the debugger as just one small component of a larger system.
14469
14470This chapter is a specification of the @sc{gdb/mi} interface. It is written
14471in the form of a reference manual.
14472
14473Note that @sc{gdb/mi} is still under construction, so some of the
14474features described below are incomplete and subject to change.
14475
14476@unnumberedsec Notation and Terminology
14477
14478@cindex notational conventions, for @sc{gdb/mi}
14479This chapter uses the following notation:
14480
14481@itemize @bullet
14482@item
14483@code{|} separates two alternatives.
14484
14485@item
14486@code{[ @var{something} ]} indicates that @var{something} is optional:
14487it may or may not be given.
14488
14489@item
14490@code{( @var{group} )*} means that @var{group} inside the parentheses
14491may repeat zero or more times.
14492
14493@item
14494@code{( @var{group} )+} means that @var{group} inside the parentheses
14495may repeat one or more times.
14496
14497@item
14498@code{"@var{string}"} means a literal @var{string}.
14499@end itemize
14500
14501@ignore
14502@heading Dependencies
14503@end ignore
14504
14505@heading Acknowledgments
14506
14507In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
14508Elena Zannoni.
14509
14510@menu
14511* GDB/MI Command Syntax::
14512* GDB/MI Compatibility with CLI::
14513* GDB/MI Output Records::
14514* GDB/MI Command Description Format::
14515* GDB/MI Breakpoint Table Commands::
14516* GDB/MI Data Manipulation::
14517* GDB/MI Program Control::
14518* GDB/MI Miscellaneous Commands::
14519@ignore
14520* GDB/MI Kod Commands::
14521* GDB/MI Memory Overlay Commands::
14522* GDB/MI Signal Handling Commands::
14523@end ignore
14524* GDB/MI Stack Manipulation::
14525* GDB/MI Symbol Query::
14526* GDB/MI Target Manipulation::
14527* GDB/MI Thread Commands::
14528* GDB/MI Tracepoint Commands::
14529* GDB/MI Variable Objects::
14530@end menu
14531
14532@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14533@node GDB/MI Command Syntax
14534@section @sc{gdb/mi} Command Syntax
14535
14536@menu
14537* GDB/MI Input Syntax::
14538* GDB/MI Output Syntax::
14539* GDB/MI Simple Examples::
14540@end menu
14541
14542@node GDB/MI Input Syntax
14543@subsection @sc{gdb/mi} Input Syntax
14544
14545@cindex input syntax for @sc{gdb/mi}
14546@cindex @sc{gdb/mi}, input syntax
14547@table @code
14548@item @var{command} @expansion{}
14549@code{@var{cli-command} | @var{mi-command}}
14550
14551@item @var{cli-command} @expansion{}
14552@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
14553@var{cli-command} is any existing @value{GDBN} CLI command.
14554
14555@item @var{mi-command} @expansion{}
14556@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
14557@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
14558
14559@item @var{token} @expansion{}
14560"any sequence of digits"
14561
14562@item @var{option} @expansion{}
14563@code{"-" @var{parameter} [ " " @var{parameter} ]}
14564
14565@item @var{parameter} @expansion{}
14566@code{@var{non-blank-sequence} | @var{c-string}}
14567
14568@item @var{operation} @expansion{}
14569@emph{any of the operations described in this chapter}
14570
14571@item @var{non-blank-sequence} @expansion{}
14572@emph{anything, provided it doesn't contain special characters such as
14573"-", @var{nl}, """ and of course " "}
14574
14575@item @var{c-string} @expansion{}
14576@code{""" @var{seven-bit-iso-c-string-content} """}
14577
14578@item @var{nl} @expansion{}
14579@code{CR | CR-LF}
14580@end table
14581
14582@noindent
14583Notes:
14584
14585@itemize @bullet
14586@item
14587The CLI commands are still handled by the @sc{mi} interpreter; their
14588output is described below.
14589
14590@item
14591The @code{@var{token}}, when present, is passed back when the command
14592finishes.
14593
14594@item
14595Some @sc{mi} commands accept optional arguments as part of the parameter
14596list. Each option is identified by a leading @samp{-} (dash) and may be
14597followed by an optional argument parameter. Options occur first in the
14598parameter list and can be delimited from normal parameters using
14599@samp{--} (this is useful when some parameters begin with a dash).
14600@end itemize
14601
14602Pragmatics:
14603
14604@itemize @bullet
14605@item
14606We want easy access to the existing CLI syntax (for debugging).
14607
14608@item
14609We want it to be easy to spot a @sc{mi} operation.
14610@end itemize
14611
14612@node GDB/MI Output Syntax
14613@subsection @sc{gdb/mi} Output Syntax
14614
14615@cindex output syntax of @sc{gdb/mi}
14616@cindex @sc{gdb/mi}, output syntax
14617The output from @sc{gdb/mi} consists of zero or more out-of-band records
14618followed, optionally, by a single result record. This result record
14619is for the most recent command. The sequence of output records is
14620terminated by @samp{(@value{GDBP})}.
14621
14622If an input command was prefixed with a @code{@var{token}} then the
14623corresponding output for that command will also be prefixed by that same
14624@var{token}.
14625
14626@table @code
14627@item @var{output} @expansion{}
14628@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
14629
14630@item @var{result-record} @expansion{}
14631@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
14632
14633@item @var{out-of-band-record} @expansion{}
14634@code{@var{async-record} | @var{stream-record}}
14635
14636@item @var{async-record} @expansion{}
14637@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
14638
14639@item @var{exec-async-output} @expansion{}
14640@code{[ @var{token} ] "*" @var{async-output}}
14641
14642@item @var{status-async-output} @expansion{}
14643@code{[ @var{token} ] "+" @var{async-output}}
14644
14645@item @var{notify-async-output} @expansion{}
14646@code{[ @var{token} ] "=" @var{async-output}}
14647
14648@item @var{async-output} @expansion{}
14649@code{@var{async-class} ( "," @var{result} )* @var{nl}}
14650
14651@item @var{result-class} @expansion{}
14652@code{"done" | "running" | "connected" | "error" | "exit"}
14653
14654@item @var{async-class} @expansion{}
14655@code{"stopped" | @var{others}} (where @var{others} will be added
14656depending on the needs---this is still in development).
14657
14658@item @var{result} @expansion{}
14659@code{ @var{variable} "=" @var{value}}
14660
14661@item @var{variable} @expansion{}
14662@code{ @var{string} }
14663
14664@item @var{value} @expansion{}
14665@code{ @var{const} | @var{tuple} | @var{list} }
14666
14667@item @var{const} @expansion{}
14668@code{@var{c-string}}
14669
14670@item @var{tuple} @expansion{}
14671@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
14672
14673@item @var{list} @expansion{}
14674@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
14675@var{result} ( "," @var{result} )* "]" }
14676
14677@item @var{stream-record} @expansion{}
14678@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
14679
14680@item @var{console-stream-output} @expansion{}
14681@code{"~" @var{c-string}}
14682
14683@item @var{target-stream-output} @expansion{}
14684@code{"@@" @var{c-string}}
14685
14686@item @var{log-stream-output} @expansion{}
14687@code{"&" @var{c-string}}
14688
14689@item @var{nl} @expansion{}
14690@code{CR | CR-LF}
14691
14692@item @var{token} @expansion{}
14693@emph{any sequence of digits}.
14694@end table
14695
14696@noindent
14697Notes:
14698
14699@itemize @bullet
14700@item
14701All output sequences end in a single line containing a period.
14702
14703@item
14704The @code{@var{token}} is from the corresponding request. If an execution
14705command is interrupted by the @samp{-exec-interrupt} command, the
14706@var{token} associated with the @samp{*stopped} message is the one of the
14707original execution command, not the one of the interrupt command.
14708
14709@item
14710@cindex status output in @sc{gdb/mi}
14711@var{status-async-output} contains on-going status information about the
14712progress of a slow operation. It can be discarded. All status output is
14713prefixed by @samp{+}.
14714
14715@item
14716@cindex async output in @sc{gdb/mi}
14717@var{exec-async-output} contains asynchronous state change on the target
14718(stopped, started, disappeared). All async output is prefixed by
14719@samp{*}.
14720
14721@item
14722@cindex notify output in @sc{gdb/mi}
14723@var{notify-async-output} contains supplementary information that the
14724client should handle (e.g., a new breakpoint information). All notify
14725output is prefixed by @samp{=}.
14726
14727@item
14728@cindex console output in @sc{gdb/mi}
14729@var{console-stream-output} is output that should be displayed as is in the
14730console. It is the textual response to a CLI command. All the console
14731output is prefixed by @samp{~}.
14732
14733@item
14734@cindex target output in @sc{gdb/mi}
14735@var{target-stream-output} is the output produced by the target program.
14736All the target output is prefixed by @samp{@@}.
14737
14738@item
14739@cindex log output in @sc{gdb/mi}
14740@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
14741instance messages that should be displayed as part of an error log. All
14742the log output is prefixed by @samp{&}.
14743
14744@item
14745@cindex list output in @sc{gdb/mi}
14746New @sc{gdb/mi} commands should only output @var{lists} containing
14747@var{values}.
14748
14749
14750@end itemize
14751
14752@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
14753details about the various output records.
14754
14755@node GDB/MI Simple Examples
14756@subsection Simple Examples of @sc{gdb/mi} Interaction
14757@cindex @sc{gdb/mi}, simple examples
14758
14759This subsection presents several simple examples of interaction using
14760the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
14761following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
14762the output received from @sc{gdb/mi}.
14763
14764@subsubheading Target Stop
14765@c Ummm... There is no "-stop" command. This assumes async, no?
14766Here's an example of stopping the inferior process:
14767
14768@smallexample
14769-> -stop
14770<- (@value{GDBP})
14771@end smallexample
14772
14773@noindent
14774and later:
14775
14776@smallexample
14777<- *stop,reason="stop",address="0x123",source="a.c:123"
14778<- (@value{GDBP})
14779@end smallexample
14780
14781@subsubheading Simple CLI Command
14782
14783Here's an example of a simple CLI command being passed through
14784@sc{gdb/mi} and on to the CLI.
14785
14786@smallexample
14787-> print 1+2
14788<- &"print 1+2\n"
14789<- ~"$1 = 3\n"
14790<- ^done
14791<- (@value{GDBP})
14792@end smallexample
14793
14794@subsubheading Command With Side Effects
14795
14796@smallexample
14797-> -symbol-file xyz.exe
14798<- *breakpoint,nr="3",address="0x123",source="a.c:123"
14799<- (@value{GDBP})
14800@end smallexample
14801
14802@subsubheading A Bad Command
14803
14804Here's what happens if you pass a non-existent command:
14805
14806@smallexample
14807-> -rubbish
14808<- ^error,msg="Undefined MI command: rubbish"
14809<- (@value{GDBP})
14810@end smallexample
14811
14812@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14813@node GDB/MI Compatibility with CLI
14814@section @sc{gdb/mi} Compatibility with CLI
14815
14816@cindex compatibility, @sc{gdb/mi} and CLI
14817@cindex @sc{gdb/mi}, compatibility with CLI
14818To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
14819accepts existing CLI commands. As specified by the syntax, such
14820commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
14821respond.
14822
14823This mechanism is provided as an aid to developers of @sc{gdb/mi}
14824clients and not as a reliable interface into the CLI. Since the command
14825is being interpreteted in an environment that assumes @sc{gdb/mi}
14826behaviour, the exact output of such commands is likely to end up being
14827an un-supported hybrid of @sc{gdb/mi} and CLI output.
14828
14829@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14830@node GDB/MI Output Records
14831@section @sc{gdb/mi} Output Records
14832
14833@menu
14834* GDB/MI Result Records::
14835* GDB/MI Stream Records::
14836* GDB/MI Out-of-band Records::
14837@end menu
14838
14839@node GDB/MI Result Records
14840@subsection @sc{gdb/mi} Result Records
14841
14842@cindex result records in @sc{gdb/mi}
14843@cindex @sc{gdb/mi}, result records
14844In addition to a number of out-of-band notifications, the response to a
14845@sc{gdb/mi} command includes one of the following result indications:
14846
14847@table @code
14848@findex ^done
14849@item "^done" [ "," @var{results} ]
14850The synchronous operation was successful, @code{@var{results}} are the return
14851values.
14852
14853@item "^running"
14854@findex ^running
14855@c Is this one correct? Should it be an out-of-band notification?
14856The asynchronous operation was successfully started. The target is
14857running.
14858
14859@item "^error" "," @var{c-string}
14860@findex ^error
14861The operation failed. The @code{@var{c-string}} contains the corresponding
14862error message.
14863@end table
14864
14865@node GDB/MI Stream Records
14866@subsection @sc{gdb/mi} Stream Records
14867
14868@cindex @sc{gdb/mi}, stream records
14869@cindex stream records in @sc{gdb/mi}
14870@value{GDBN} internally maintains a number of output streams: the console, the
14871target, and the log. The output intended for each of these streams is
14872funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
14873
14874Each stream record begins with a unique @dfn{prefix character} which
14875identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
14876Syntax}). In addition to the prefix, each stream record contains a
14877@code{@var{string-output}}. This is either raw text (with an implicit new
14878line) or a quoted C string (which does not contain an implicit newline).
14879
14880@table @code
14881@item "~" @var{string-output}
14882The console output stream contains text that should be displayed in the
14883CLI console window. It contains the textual responses to CLI commands.
14884
14885@item "@@" @var{string-output}
14886The target output stream contains any textual output from the running
14887target.
14888
14889@item "&" @var{string-output}
14890The log stream contains debugging messages being produced by @value{GDBN}'s
14891internals.
14892@end table
14893
14894@node GDB/MI Out-of-band Records
14895@subsection @sc{gdb/mi} Out-of-band Records
14896
14897@cindex out-of-band records in @sc{gdb/mi}
14898@cindex @sc{gdb/mi}, out-of-band records
14899@dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
14900additional changes that have occurred. Those changes can either be a
14901consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
14902target activity (e.g., target stopped).
14903
14904The following is a preliminary list of possible out-of-band records.
14905
14906@table @code
14907@item "*" "stop"
14908@end table
14909
14910
14911@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14912@node GDB/MI Command Description Format
14913@section @sc{gdb/mi} Command Description Format
14914
14915The remaining sections describe blocks of commands. Each block of
14916commands is laid out in a fashion similar to this section.
14917
14918Note the the line breaks shown in the examples are here only for
14919readability. They don't appear in the real output.
14920Also note that the commands with a non-available example (N.A.@:) are
14921not yet implemented.
14922
14923@subheading Motivation
14924
14925The motivation for this collection of commands.
14926
14927@subheading Introduction
14928
14929A brief introduction to this collection of commands as a whole.
14930
14931@subheading Commands
14932
14933For each command in the block, the following is described:
14934
14935@subsubheading Synopsis
14936
14937@smallexample
14938 -command @var{args}@dots{}
14939@end smallexample
14940
14941@subsubheading @value{GDBN} Command
14942
14943The corresponding @value{GDBN} CLI command.
14944
14945@subsubheading Result
14946
14947@subsubheading Out-of-band
14948
14949@subsubheading Notes
14950
14951@subsubheading Example
14952
14953
14954@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14955@node GDB/MI Breakpoint Table Commands
14956@section @sc{gdb/mi} Breakpoint table commands
14957
14958@cindex breakpoint commands for @sc{gdb/mi}
14959@cindex @sc{gdb/mi}, breakpoint commands
14960This section documents @sc{gdb/mi} commands for manipulating
14961breakpoints.
14962
14963@subheading The @code{-break-after} Command
14964@findex -break-after
14965
14966@subsubheading Synopsis
14967
14968@smallexample
14969 -break-after @var{number} @var{count}
14970@end smallexample
14971
14972The breakpoint number @var{number} is not in effect until it has been
14973hit @var{count} times. To see how this is reflected in the output of
14974the @samp{-break-list} command, see the description of the
14975@samp{-break-list} command below.
14976
14977@subsubheading @value{GDBN} Command
14978
14979The corresponding @value{GDBN} command is @samp{ignore}.
14980
14981@subsubheading Example
14982
14983@smallexample
14984(@value{GDBP})
14985-break-insert main
14986^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
14987(@value{GDBP})
14988-break-after 1 3
14989~
14990^done
14991(@value{GDBP})
14992-break-list
14993^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14994hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14995@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14996@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14997@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14998@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14999@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15000body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15001addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
15002ignore="3"@}]@}
15003(@value{GDBP})
15004@end smallexample
15005
15006@ignore
15007@subheading The @code{-break-catch} Command
15008@findex -break-catch
15009
15010@subheading The @code{-break-commands} Command
15011@findex -break-commands
15012@end ignore
15013
15014
15015@subheading The @code{-break-condition} Command
15016@findex -break-condition
15017
15018@subsubheading Synopsis
15019
15020@smallexample
15021 -break-condition @var{number} @var{expr}
15022@end smallexample
15023
15024Breakpoint @var{number} will stop the program only if the condition in
15025@var{expr} is true. The condition becomes part of the
15026@samp{-break-list} output (see the description of the @samp{-break-list}
15027command below).
15028
15029@subsubheading @value{GDBN} Command
15030
15031The corresponding @value{GDBN} command is @samp{condition}.
15032
15033@subsubheading Example
15034
15035@smallexample
15036(@value{GDBP})
15037-break-condition 1 1
15038^done
15039(@value{GDBP})
15040-break-list
15041^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15042hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15043@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15044@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15045@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15046@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15047@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15048body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15049addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
15050times="0",ignore="3"@}]@}
15051(@value{GDBP})
15052@end smallexample
15053
15054@subheading The @code{-break-delete} Command
15055@findex -break-delete
15056
15057@subsubheading Synopsis
15058
15059@smallexample
15060 -break-delete ( @var{breakpoint} )+
15061@end smallexample
15062
15063Delete the breakpoint(s) whose number(s) are specified in the argument
15064list. This is obviously reflected in the breakpoint list.
15065
15066@subsubheading @value{GDBN} command
15067
15068The corresponding @value{GDBN} command is @samp{delete}.
15069
15070@subsubheading Example
15071
15072@smallexample
15073(@value{GDBP})
15074-break-delete 1
15075^done
15076(@value{GDBP})
15077-break-list
15078^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15079hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15080@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15081@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15082@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15083@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15084@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15085body=[]@}
15086(@value{GDBP})
15087@end smallexample
15088
15089@subheading The @code{-break-disable} Command
15090@findex -break-disable
15091
15092@subsubheading Synopsis
15093
15094@smallexample
15095 -break-disable ( @var{breakpoint} )+
15096@end smallexample
15097
15098Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
15099break list is now set to @samp{n} for the named @var{breakpoint}(s).
15100
15101@subsubheading @value{GDBN} Command
15102
15103The corresponding @value{GDBN} command is @samp{disable}.
15104
15105@subsubheading Example
15106
15107@smallexample
15108(@value{GDBP})
15109-break-disable 2
15110^done
15111(@value{GDBP})
15112-break-list
15113^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15114hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15115@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15116@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15117@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15118@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15119@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15120body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
15121addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
15122(@value{GDBP})
15123@end smallexample
15124
15125@subheading The @code{-break-enable} Command
15126@findex -break-enable
15127
15128@subsubheading Synopsis
15129
15130@smallexample
15131 -break-enable ( @var{breakpoint} )+
15132@end smallexample
15133
15134Enable (previously disabled) @var{breakpoint}(s).
15135
15136@subsubheading @value{GDBN} Command
15137
15138The corresponding @value{GDBN} command is @samp{enable}.
15139
15140@subsubheading Example
15141
15142@smallexample
15143(@value{GDBP})
15144-break-enable 2
15145^done
15146(@value{GDBP})
15147-break-list
15148^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15149hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15150@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15151@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15152@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15153@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15154@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15155body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15156addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
15157(@value{GDBP})
15158@end smallexample
15159
15160@subheading The @code{-break-info} Command
15161@findex -break-info
15162
15163@subsubheading Synopsis
15164
15165@smallexample
15166 -break-info @var{breakpoint}
15167@end smallexample
15168
15169@c REDUNDANT???
15170Get information about a single breakpoint.
15171
15172@subsubheading @value{GDBN} command
15173
15174The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
15175
15176@subsubheading Example
15177N.A.
15178
15179@subheading The @code{-break-insert} Command
15180@findex -break-insert
15181
15182@subsubheading Synopsis
15183
15184@smallexample
15185 -break-insert [ -t ] [ -h ] [ -r ]
15186 [ -c @var{condition} ] [ -i @var{ignore-count} ]
15187 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
15188@end smallexample
15189
15190@noindent
15191If specified, @var{line}, can be one of:
15192
15193@itemize @bullet
15194@item function
15195@c @item +offset
15196@c @item -offset
15197@c @item linenum
15198@item filename:linenum
15199@item filename:function
15200@item *address
15201@end itemize
15202
15203The possible optional parameters of this command are:
15204
15205@table @samp
15206@item -t
15207Insert a tempoary breakpoint.
15208@item -h
15209Insert a hardware breakpoint.
15210@item -c @var{condition}
15211Make the breakpoint conditional on @var{condition}.
15212@item -i @var{ignore-count}
15213Initialize the @var{ignore-count}.
15214@item -r
15215Insert a regular breakpoint in all the functions whose names match the
15216given regular expression. Other flags are not applicable to regular
15217expresson.
15218@end table
15219
15220@subsubheading Result
15221
15222The result is in the form:
15223
15224@smallexample
15225 ^done,bkptno="@var{number}",func="@var{funcname}",
15226 file="@var{filename}",line="@var{lineno}"
15227@end smallexample
15228
15229@noindent
15230where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
15231is the name of the function where the breakpoint was inserted,
15232@var{filename} is the name of the source file which contains this
15233function, and @var{lineno} is the source line number within that file.
15234
15235Note: this format is open to change.
15236@c An out-of-band breakpoint instead of part of the result?
15237
15238@subsubheading @value{GDBN} Command
15239
15240The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
15241@samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
15242
15243@subsubheading Example
15244
15245@smallexample
15246(@value{GDBP})
15247-break-insert main
15248^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
15249(@value{GDBP})
15250-break-insert -t foo
15251^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
15252(@value{GDBP})
15253-break-list
15254^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15255hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15256@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15257@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15258@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15259@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15260@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15261body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15262addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
15263bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
15264addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
15265(@value{GDBP})
15266-break-insert -r foo.*
15267~int foo(int, int);
15268^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
15269(@value{GDBP})
15270@end smallexample
15271
15272@subheading The @code{-break-list} Command
15273@findex -break-list
15274
15275@subsubheading Synopsis
15276
15277@smallexample
15278 -break-list
15279@end smallexample
15280
15281Displays the list of inserted breakpoints, showing the following fields:
15282
15283@table @samp
15284@item Number
15285number of the breakpoint
15286@item Type
15287type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
15288@item Disposition
15289should the breakpoint be deleted or disabled when it is hit: @samp{keep}
15290or @samp{nokeep}
15291@item Enabled
15292is the breakpoint enabled or no: @samp{y} or @samp{n}
15293@item Address
15294memory location at which the breakpoint is set
15295@item What
15296logical location of the breakpoint, expressed by function name, file
15297name, line number
15298@item Times
15299number of times the breakpoint has been hit
15300@end table
15301
15302If there are no breakpoints or watchpoints, the @code{BreakpointTable}
15303@code{body} field is an empty list.
15304
15305@subsubheading @value{GDBN} Command
15306
15307The corresponding @value{GDBN} command is @samp{info break}.
15308
15309@subsubheading Example
15310
15311@smallexample
15312(@value{GDBP})
15313-break-list
15314^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15315hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15316@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15317@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15318@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15319@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15320@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15321body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15322addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
15323bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15324addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
15325(@value{GDBP})
15326@end smallexample
15327
15328Here's an example of the result when there are no breakpoints:
15329
15330@smallexample
15331(@value{GDBP})
15332-break-list
15333^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15334hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15335@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15336@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15337@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15338@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15339@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15340body=[]@}
15341(@value{GDBP})
15342@end smallexample
15343
15344@subheading The @code{-break-watch} Command
15345@findex -break-watch
15346
15347@subsubheading Synopsis
15348
15349@smallexample
15350 -break-watch [ -a | -r ]
15351@end smallexample
15352
15353Create a watchpoint. With the @samp{-a} option it will create an
15354@dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
15355read from or on a write to the memory location. With the @samp{-r}
15356option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
15357trigger only when the memory location is accessed for reading. Without
15358either of the options, the watchpoint created is a regular watchpoint,
15359i.e. it will trigger when the memory location is accessed for writing.
15360@xref{Set Watchpoints, , Setting watchpoints}.
15361
15362Note that @samp{-break-list} will report a single list of watchpoints and
15363breakpoints inserted.
15364
15365@subsubheading @value{GDBN} Command
15366
15367The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
15368@samp{rwatch}.
15369
15370@subsubheading Example
15371
15372Setting a watchpoint on a variable in the @code{main} function:
15373
15374@smallexample
15375(@value{GDBP})
15376-break-watch x
15377^done,wpt=@{number="2",exp="x"@}
15378(@value{GDBP})
15379-exec-continue
15380^running
15381^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
15382value=@{old="-268439212",new="55"@},
15383frame=@{func="main",args=[],file="recursive2.c",line="5"@}
15384(@value{GDBP})
15385@end smallexample
15386
15387Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
15388the program execution twice: first for the variable changing value, then
15389for the watchpoint going out of scope.
15390
15391@smallexample
15392(@value{GDBP})
15393-break-watch C
15394^done,wpt=@{number="5",exp="C"@}
15395(@value{GDBP})
15396-exec-continue
15397^running
15398^done,reason="watchpoint-trigger",
15399wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
15400frame=@{func="callee4",args=[],
15401file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15402(@value{GDBP})
15403-exec-continue
15404^running
15405^done,reason="watchpoint-scope",wpnum="5",
15406frame=@{func="callee3",args=[@{name="strarg",
15407value="0x11940 \"A string argument.\""@}],
15408file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15409(@value{GDBP})
15410@end smallexample
15411
15412Listing breakpoints and watchpoints, at different points in the program
15413execution. Note that once the watchpoint goes out of scope, it is
15414deleted.
15415
15416@smallexample
15417(@value{GDBP})
15418-break-watch C
15419^done,wpt=@{number="2",exp="C"@}
15420(@value{GDBP})
15421-break-list
15422^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15423hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15424@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15425@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15426@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15427@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15428@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15429body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15430addr="0x00010734",func="callee4",
15431file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15432bkpt=@{number="2",type="watchpoint",disp="keep",
15433enabled="y",addr="",what="C",times="0"@}]@}
15434(@value{GDBP})
15435-exec-continue
15436^running
15437^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
15438value=@{old="-276895068",new="3"@},
15439frame=@{func="callee4",args=[],
15440file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15441(@value{GDBP})
15442-break-list
15443^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15444hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15445@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15446@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15447@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15448@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15449@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15450body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15451addr="0x00010734",func="callee4",
15452file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15453bkpt=@{number="2",type="watchpoint",disp="keep",
15454enabled="y",addr="",what="C",times="-5"@}]@}
15455(@value{GDBP})
15456-exec-continue
15457^running
15458^done,reason="watchpoint-scope",wpnum="2",
15459frame=@{func="callee3",args=[@{name="strarg",
15460value="0x11940 \"A string argument.\""@}],
15461file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15462(@value{GDBP})
15463-break-list
15464^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15465hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15466@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15467@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15468@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15469@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15470@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15471body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15472addr="0x00010734",func="callee4",
15473file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
15474(@value{GDBP})
15475@end smallexample
15476
15477@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15478@node GDB/MI Data Manipulation
15479@section @sc{gdb/mi} Data Manipulation
15480
15481@cindex data manipulation, in @sc{gdb/mi}
15482@cindex @sc{gdb/mi}, data manipulation
15483This section describes the @sc{gdb/mi} commands that manipulate data:
15484examine memory and registers, evaluate expressions, etc.
15485
15486@c REMOVED FROM THE INTERFACE.
15487@c @subheading -data-assign
15488@c Change the value of a program variable. Plenty of side effects.
15489@c @subsubheading GDB command
15490@c set variable
15491@c @subsubheading Example
15492@c N.A.
15493
15494@subheading The @code{-data-disassemble} Command
15495@findex -data-disassemble
15496
15497@subsubheading Synopsis
15498
15499@smallexample
15500 -data-disassemble
15501 [ -s @var{start-addr} -e @var{end-addr} ]
15502 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
15503 -- @var{mode}
15504@end smallexample
15505
15506@noindent
15507Where:
15508
15509@table @samp
15510@item @var{start-addr}
15511is the beginning address (or @code{$pc})
15512@item @var{end-addr}
15513is the end address
15514@item @var{filename}
15515is the name of the file to disassemble
15516@item @var{linenum}
15517is the line number to disassemble around
15518@item @var{lines}
15519is the the number of disassembly lines to be produced. If it is -1,
15520the whole function will be disassembled, in case no @var{end-addr} is
15521specified. If @var{end-addr} is specified as a non-zero value, and
15522@var{lines} is lower than the number of disassembly lines between
15523@var{start-addr} and @var{end-addr}, only @var{lines} lines are
15524displayed; if @var{lines} is higher than the number of lines between
15525@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
15526are displayed.
15527@item @var{mode}
15528is either 0 (meaning only disassembly) or 1 (meaning mixed source and
15529disassembly).
15530@end table
15531
15532@subsubheading Result
15533
15534The output for each instruction is composed of four fields:
15535
15536@itemize @bullet
15537@item Address
15538@item Func-name
15539@item Offset
15540@item Instruction
15541@end itemize
15542
15543Note that whatever included in the instruction field, is not manipulated
15544directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
15545
15546@subsubheading @value{GDBN} Command
15547
15548There's no direct mapping from this command to the CLI.
15549
15550@subsubheading Example
15551
15552Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
15553
15554@smallexample
15555(@value{GDBP})
15556-data-disassemble -s $pc -e "$pc + 20" -- 0
15557^done,
15558asm_insns=[
15559@{address="0x000107c0",func-name="main",offset="4",
15560inst="mov 2, %o0"@},
15561@{address="0x000107c4",func-name="main",offset="8",
15562inst="sethi %hi(0x11800), %o2"@},
15563@{address="0x000107c8",func-name="main",offset="12",
15564inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
15565@{address="0x000107cc",func-name="main",offset="16",
15566inst="sethi %hi(0x11800), %o2"@},
15567@{address="0x000107d0",func-name="main",offset="20",
15568inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
15569(@value{GDBP})
15570@end smallexample
15571
15572Disassemble the whole @code{main} function. Line 32 is part of
15573@code{main}.
15574
15575@smallexample
15576-data-disassemble -f basics.c -l 32 -- 0
15577^done,asm_insns=[
15578@{address="0x000107bc",func-name="main",offset="0",
15579inst="save %sp, -112, %sp"@},
15580@{address="0x000107c0",func-name="main",offset="4",
15581inst="mov 2, %o0"@},
15582@{address="0x000107c4",func-name="main",offset="8",
15583inst="sethi %hi(0x11800), %o2"@},
15584[@dots{}]
15585@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
15586@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
15587(@value{GDBP})
15588@end smallexample
15589
15590Disassemble 3 instructions from the start of @code{main}:
15591
15592@smallexample
15593(@value{GDBP})
15594-data-disassemble -f basics.c -l 32 -n 3 -- 0
15595^done,asm_insns=[
15596@{address="0x000107bc",func-name="main",offset="0",
15597inst="save %sp, -112, %sp"@},
15598@{address="0x000107c0",func-name="main",offset="4",
15599inst="mov 2, %o0"@},
15600@{address="0x000107c4",func-name="main",offset="8",
15601inst="sethi %hi(0x11800), %o2"@}]
15602(@value{GDBP})
15603@end smallexample
15604
15605Disassemble 3 instructions from the start of @code{main} in mixed mode:
15606
15607@smallexample
15608(@value{GDBP})
15609-data-disassemble -f basics.c -l 32 -n 3 -- 1
15610^done,asm_insns=[
15611src_and_asm_line=@{line="31",
15612file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15613 testsuite/gdb.mi/basics.c",line_asm_insn=[
15614@{address="0x000107bc",func-name="main",offset="0",
15615inst="save %sp, -112, %sp"@}]@},
15616src_and_asm_line=@{line="32",
15617file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15618 testsuite/gdb.mi/basics.c",line_asm_insn=[
15619@{address="0x000107c0",func-name="main",offset="4",
15620inst="mov 2, %o0"@},
15621@{address="0x000107c4",func-name="main",offset="8",
15622inst="sethi %hi(0x11800), %o2"@}]@}]
15623(@value{GDBP})
15624@end smallexample
15625
15626
15627@subheading The @code{-data-evaluate-expression} Command
15628@findex -data-evaluate-expression
15629
15630@subsubheading Synopsis
15631
15632@smallexample
15633 -data-evaluate-expression @var{expr}
15634@end smallexample
15635
15636Evaluate @var{expr} as an expression. The expression could contain an
15637inferior function call. The function call will execute synchronously.
15638If the expression contains spaces, it must be enclosed in double quotes.
15639
15640@subsubheading @value{GDBN} Command
15641
15642The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
15643@samp{call}. In @code{gdbtk} only, there's a corresponding
15644@samp{gdb_eval} command.
15645
15646@subsubheading Example
15647
15648In the following example, the numbers that precede the commands are the
15649@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
15650Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
15651output.
15652
15653@smallexample
15654211-data-evaluate-expression A
15655211^done,value="1"
15656(@value{GDBP})
15657311-data-evaluate-expression &A
15658311^done,value="0xefffeb7c"
15659(@value{GDBP})
15660411-data-evaluate-expression A+3
15661411^done,value="4"
15662(@value{GDBP})
15663511-data-evaluate-expression "A + 3"
15664511^done,value="4"
15665(@value{GDBP})
15666@end smallexample
15667
15668
15669@subheading The @code{-data-list-changed-registers} Command
15670@findex -data-list-changed-registers
15671
15672@subsubheading Synopsis
15673
15674@smallexample
15675 -data-list-changed-registers
15676@end smallexample
15677
15678Display a list of the registers that have changed.
15679
15680@subsubheading @value{GDBN} Command
15681
15682@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
15683has the corresponding command @samp{gdb_changed_register_list}.
15684
15685@subsubheading Example
15686
15687On a PPC MBX board:
15688
15689@smallexample
15690(@value{GDBP})
15691-exec-continue
15692^running
15693
15694(@value{GDBP})
15695*stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
15696args=[],file="try.c",line="5"@}
15697(@value{GDBP})
15698-data-list-changed-registers
15699^done,changed-registers=["0","1","2","4","5","6","7","8","9",
15700"10","11","13","14","15","16","17","18","19","20","21","22","23",
15701"24","25","26","27","28","30","31","64","65","66","67","69"]
15702(@value{GDBP})
15703@end smallexample
15704
15705
15706@subheading The @code{-data-list-register-names} Command
15707@findex -data-list-register-names
15708
15709@subsubheading Synopsis
15710
15711@smallexample
15712 -data-list-register-names [ ( @var{regno} )+ ]
15713@end smallexample
15714
15715Show a list of register names for the current target. If no arguments
15716are given, it shows a list of the names of all the registers. If
15717integer numbers are given as arguments, it will print a list of the
15718names of the registers corresponding to the arguments. To ensure
15719consistency between a register name and its number, the output list may
15720include empty register names.
15721
15722@subsubheading @value{GDBN} Command
15723
15724@value{GDBN} does not have a command which corresponds to
15725@samp{-data-list-register-names}. In @code{gdbtk} there is a
15726corresponding command @samp{gdb_regnames}.
15727
15728@subsubheading Example
15729
15730For the PPC MBX board:
15731@smallexample
15732(@value{GDBP})
15733-data-list-register-names
15734^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
15735"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
15736"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
15737"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
15738"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
15739"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
15740"", "pc","ps","cr","lr","ctr","xer"]
15741(@value{GDBP})
15742-data-list-register-names 1 2 3
15743^done,register-names=["r1","r2","r3"]
15744(@value{GDBP})
15745@end smallexample
15746
15747@subheading The @code{-data-list-register-values} Command
15748@findex -data-list-register-values
15749
15750@subsubheading Synopsis
15751
15752@smallexample
15753 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
15754@end smallexample
15755
15756Display the registers' contents. @var{fmt} is the format according to
15757which the registers' contents are to be returned, followed by an optional
15758list of numbers specifying the registers to display. A missing list of
15759numbers indicates that the contents of all the registers must be returned.
15760
15761Allowed formats for @var{fmt} are:
15762
15763@table @code
15764@item x
15765Hexadecimal
15766@item o
15767Octal
15768@item t
15769Binary
15770@item d
15771Decimal
15772@item r
15773Raw
15774@item N
15775Natural
15776@end table
15777
15778@subsubheading @value{GDBN} Command
15779
15780The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
15781all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
15782
15783@subsubheading Example
15784
15785For a PPC MBX board (note: line breaks are for readability only, they
15786don't appear in the actual output):
15787
15788@smallexample
15789(@value{GDBP})
15790-data-list-register-values r 64 65
15791^done,register-values=[@{number="64",value="0xfe00a300"@},
15792@{number="65",value="0x00029002"@}]
15793(@value{GDBP})
15794-data-list-register-values x
15795^done,register-values=[@{number="0",value="0xfe0043c8"@},
15796@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
15797@{number="3",value="0x0"@},@{number="4",value="0xa"@},
15798@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
15799@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
15800@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
15801@{number="11",value="0x1"@},@{number="12",value="0x0"@},
15802@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
15803@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
15804@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
15805@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
15806@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
15807@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
15808@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
15809@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
15810@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
15811@{number="31",value="0x0"@},@{number="32",value="0x0"@},
15812@{number="33",value="0x0"@},@{number="34",value="0x0"@},
15813@{number="35",value="0x0"@},@{number="36",value="0x0"@},
15814@{number="37",value="0x0"@},@{number="38",value="0x0"@},
15815@{number="39",value="0x0"@},@{number="40",value="0x0"@},
15816@{number="41",value="0x0"@},@{number="42",value="0x0"@},
15817@{number="43",value="0x0"@},@{number="44",value="0x0"@},
15818@{number="45",value="0x0"@},@{number="46",value="0x0"@},
15819@{number="47",value="0x0"@},@{number="48",value="0x0"@},
15820@{number="49",value="0x0"@},@{number="50",value="0x0"@},
15821@{number="51",value="0x0"@},@{number="52",value="0x0"@},
15822@{number="53",value="0x0"@},@{number="54",value="0x0"@},
15823@{number="55",value="0x0"@},@{number="56",value="0x0"@},
15824@{number="57",value="0x0"@},@{number="58",value="0x0"@},
15825@{number="59",value="0x0"@},@{number="60",value="0x0"@},
15826@{number="61",value="0x0"@},@{number="62",value="0x0"@},
15827@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
15828@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
15829@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
15830@{number="69",value="0x20002b03"@}]
15831(@value{GDBP})
15832@end smallexample
15833
15834
15835@subheading The @code{-data-read-memory} Command
15836@findex -data-read-memory
15837
15838@subsubheading Synopsis
15839
15840@smallexample
15841 -data-read-memory [ -o @var{byte-offset} ]
15842 @var{address} @var{word-format} @var{word-size}
15843 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
15844@end smallexample
15845
15846@noindent
15847where:
15848
15849@table @samp
15850@item @var{address}
15851An expression specifying the address of the first memory word to be
15852read. Complex expressions containing embedded white space should be
15853quoted using the C convention.
15854
15855@item @var{word-format}
15856The format to be used to print the memory words. The notation is the
15857same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
15858,Output formats}).
15859
15860@item @var{word-size}
15861The size of each memory word in bytes.
15862
15863@item @var{nr-rows}
15864The number of rows in the output table.
15865
15866@item @var{nr-cols}
15867The number of columns in the output table.
15868
15869@item @var{aschar}
15870If present, indicates that each row should include an @sc{ascii} dump. The
15871value of @var{aschar} is used as a padding character when a byte is not a
15872member of the printable @sc{ascii} character set (printable @sc{ascii}
15873characters are those whose code is between 32 and 126, inclusively).
15874
15875@item @var{byte-offset}
15876An offset to add to the @var{address} before fetching memory.
15877@end table
15878
15879This command displays memory contents as a table of @var{nr-rows} by
15880@var{nr-cols} words, each word being @var{word-size} bytes. In total,
15881@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
15882(returned as @samp{total-bytes}). Should less than the requested number
15883of bytes be returned by the target, the missing words are identified
15884using @samp{N/A}. The number of bytes read from the target is returned
15885in @samp{nr-bytes} and the starting address used to read memory in
15886@samp{addr}.
15887
15888The address of the next/previous row or page is available in
15889@samp{next-row} and @samp{prev-row}, @samp{next-page} and
15890@samp{prev-page}.
15891
15892@subsubheading @value{GDBN} Command
15893
15894The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
15895@samp{gdb_get_mem} memory read command.
15896
15897@subsubheading Example
15898
15899Read six bytes of memory starting at @code{bytes+6} but then offset by
15900@code{-6} bytes. Format as three rows of two columns. One byte per
15901word. Display each word in hex.
15902
15903@smallexample
15904(@value{GDBP})
159059-data-read-memory -o -6 -- bytes+6 x 1 3 2
159069^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
15907next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
15908prev-page="0x0000138a",memory=[
15909@{addr="0x00001390",data=["0x00","0x01"]@},
15910@{addr="0x00001392",data=["0x02","0x03"]@},
15911@{addr="0x00001394",data=["0x04","0x05"]@}]
15912(@value{GDBP})
15913@end smallexample
15914
15915Read two bytes of memory starting at address @code{shorts + 64} and
15916display as a single word formatted in decimal.
15917
15918@smallexample
15919(@value{GDBP})
159205-data-read-memory shorts+64 d 2 1 1
159215^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
15922next-row="0x00001512",prev-row="0x0000150e",
15923next-page="0x00001512",prev-page="0x0000150e",memory=[
15924@{addr="0x00001510",data=["128"]@}]
15925(@value{GDBP})
15926@end smallexample
15927
15928Read thirty two bytes of memory starting at @code{bytes+16} and format
15929as eight rows of four columns. Include a string encoding with @samp{x}
15930used as the non-printable character.
15931
15932@smallexample
15933(@value{GDBP})
159344-data-read-memory bytes+16 x 1 8 4 x
159354^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
15936next-row="0x000013c0",prev-row="0x0000139c",
15937next-page="0x000013c0",prev-page="0x00001380",memory=[
15938@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
15939@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
15940@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
15941@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
15942@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
15943@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
15944@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
15945@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
15946(@value{GDBP})
15947@end smallexample
15948
15949@subheading The @code{-display-delete} Command
15950@findex -display-delete
15951
15952@subsubheading Synopsis
15953
15954@smallexample
15955 -display-delete @var{number}
15956@end smallexample
15957
15958Delete the display @var{number}.
15959
15960@subsubheading @value{GDBN} Command
15961
15962The corresponding @value{GDBN} command is @samp{delete display}.
15963
15964@subsubheading Example
15965N.A.
15966
15967
15968@subheading The @code{-display-disable} Command
15969@findex -display-disable
15970
15971@subsubheading Synopsis
15972
15973@smallexample
15974 -display-disable @var{number}
15975@end smallexample
15976
15977Disable display @var{number}.
15978
15979@subsubheading @value{GDBN} Command
15980
15981The corresponding @value{GDBN} command is @samp{disable display}.
15982
15983@subsubheading Example
15984N.A.
15985
15986
15987@subheading The @code{-display-enable} Command
15988@findex -display-enable
15989
15990@subsubheading Synopsis
15991
15992@smallexample
15993 -display-enable @var{number}
15994@end smallexample
15995
15996Enable display @var{number}.
15997
15998@subsubheading @value{GDBN} Command
15999
16000The corresponding @value{GDBN} command is @samp{enable display}.
16001
16002@subsubheading Example
16003N.A.
16004
16005
16006@subheading The @code{-display-insert} Command
16007@findex -display-insert
16008
16009@subsubheading Synopsis
16010
16011@smallexample
16012 -display-insert @var{expression}
16013@end smallexample
16014
16015Display @var{expression} every time the program stops.
16016
16017@subsubheading @value{GDBN} Command
16018
16019The corresponding @value{GDBN} command is @samp{display}.
16020
16021@subsubheading Example
16022N.A.
16023
16024
16025@subheading The @code{-display-list} Command
16026@findex -display-list
16027
16028@subsubheading Synopsis
16029
16030@smallexample
16031 -display-list
16032@end smallexample
16033
16034List the displays. Do not show the current values.
16035
16036@subsubheading @value{GDBN} Command
16037
16038The corresponding @value{GDBN} command is @samp{info display}.
16039
16040@subsubheading Example
16041N.A.
16042
16043
16044@subheading The @code{-environment-cd} Command
16045@findex -environment-cd
16046
16047@subsubheading Synopsis
16048
16049@smallexample
16050 -environment-cd @var{pathdir}
16051@end smallexample
16052
16053Set @value{GDBN}'s working directory.
16054
16055@subsubheading @value{GDBN} Command
16056
16057The corresponding @value{GDBN} command is @samp{cd}.
16058
16059@subsubheading Example
16060
16061@smallexample
16062(@value{GDBP})
16063-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
16064^done
16065(@value{GDBP})
16066@end smallexample
16067
16068
16069@subheading The @code{-environment-directory} Command
16070@findex -environment-directory
16071
16072@subsubheading Synopsis
16073
16074@smallexample
16075 -environment-directory [ -r ] [ @var{pathdir} ]+
16076@end smallexample
16077
16078Add directories @var{pathdir} to beginning of search path for source files.
16079If the @samp{-r} option is used, the search path is reset to the default
b383017d 16080search path. If directories @var{pathdir} are supplied in addition to the
922fbb7b
AC
16081@samp{-r} option, the search path is first reset and then addition
16082occurs as normal.
b383017d 16083Multiple directories may be specified, separated by blanks. Specifying
922fbb7b
AC
16084multiple directories in a single command
16085results in the directories added to the beginning of the
16086search path in the same order they were presented in the command.
16087If blanks are needed as
16088part of a directory name, double-quotes should be used around
16089the name. In the command output, the path will show up separated
b383017d 16090by the system directory-separator character. The directory-seperator
922fbb7b
AC
16091character must not be used
16092in any directory name.
16093If no directories are specified, the current search path is displayed.
16094
16095@subsubheading @value{GDBN} Command
16096
16097The corresponding @value{GDBN} command is @samp{dir}.
16098
16099@subsubheading Example
16100
16101@smallexample
16102(@value{GDBP})
16103-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
16104^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
16105(@value{GDBP})
16106-environment-directory ""
16107^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
16108(@value{GDBP})
16109-environment-directory -r /home/jjohnstn/src/gdb /usr/src
16110^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
16111(@value{GDBP})
16112-environment-directory -r
16113^done,source-path="$cdir:$cwd"
16114(@value{GDBP})
16115@end smallexample
16116
16117
16118@subheading The @code{-environment-path} Command
16119@findex -environment-path
16120
16121@subsubheading Synopsis
16122
16123@smallexample
16124 -environment-path [ -r ] [ @var{pathdir} ]+
16125@end smallexample
16126
16127Add directories @var{pathdir} to beginning of search path for object files.
16128If the @samp{-r} option is used, the search path is reset to the original
b383017d
RM
16129search path that existed at gdb start-up. If directories @var{pathdir} are
16130supplied in addition to the
922fbb7b
AC
16131@samp{-r} option, the search path is first reset and then addition
16132occurs as normal.
b383017d 16133Multiple directories may be specified, separated by blanks. Specifying
922fbb7b
AC
16134multiple directories in a single command
16135results in the directories added to the beginning of the
16136search path in the same order they were presented in the command.
16137If blanks are needed as
16138part of a directory name, double-quotes should be used around
16139the name. In the command output, the path will show up separated
b383017d 16140by the system directory-separator character. The directory-seperator
922fbb7b
AC
16141character must not be used
16142in any directory name.
16143If no directories are specified, the current path is displayed.
16144
16145
16146@subsubheading @value{GDBN} Command
16147
16148The corresponding @value{GDBN} command is @samp{path}.
16149
16150@subsubheading Example
16151
16152@smallexample
16153(@value{GDBP})
b383017d 16154-environment-path
922fbb7b
AC
16155^done,path="/usr/bin"
16156(@value{GDBP})
16157-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
16158^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
16159(@value{GDBP})
16160-environment-path -r /usr/local/bin
16161^done,path="/usr/local/bin:/usr/bin"
16162(@value{GDBP})
16163@end smallexample
16164
16165
16166@subheading The @code{-environment-pwd} Command
16167@findex -environment-pwd
16168
16169@subsubheading Synopsis
16170
16171@smallexample
16172 -environment-pwd
16173@end smallexample
16174
16175Show the current working directory.
16176
16177@subsubheading @value{GDBN} command
16178
16179The corresponding @value{GDBN} command is @samp{pwd}.
16180
16181@subsubheading Example
16182
16183@smallexample
16184(@value{GDBP})
16185-environment-pwd
16186^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
16187(@value{GDBP})
16188@end smallexample
16189
16190@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16191@node GDB/MI Program Control
16192@section @sc{gdb/mi} Program control
16193
16194@subsubheading Program termination
16195
16196As a result of execution, the inferior program can run to completion, if
16197it doesn't encounter any breakpoints. In this case the output will
16198include an exit code, if the program has exited exceptionally.
16199
16200@subsubheading Examples
16201
16202@noindent
16203Program exited normally:
16204
16205@smallexample
16206(@value{GDBP})
16207-exec-run
16208^running
16209(@value{GDBP})
16210x = 55
16211*stopped,reason="exited-normally"
16212(@value{GDBP})
16213@end smallexample
16214
16215@noindent
16216Program exited exceptionally:
16217
16218@smallexample
16219(@value{GDBP})
16220-exec-run
16221^running
16222(@value{GDBP})
16223x = 55
16224*stopped,reason="exited",exit-code="01"
16225(@value{GDBP})
16226@end smallexample
16227
16228Another way the program can terminate is if it receives a signal such as
16229@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
16230
16231@smallexample
16232(@value{GDBP})
16233*stopped,reason="exited-signalled",signal-name="SIGINT",
16234signal-meaning="Interrupt"
16235@end smallexample
16236
16237
16238@subheading The @code{-exec-abort} Command
16239@findex -exec-abort
16240
16241@subsubheading Synopsis
16242
16243@smallexample
16244 -exec-abort
16245@end smallexample
16246
16247Kill the inferior running program.
16248
16249@subsubheading @value{GDBN} Command
16250
16251The corresponding @value{GDBN} command is @samp{kill}.
16252
16253@subsubheading Example
16254N.A.
16255
16256
16257@subheading The @code{-exec-arguments} Command
16258@findex -exec-arguments
16259
16260@subsubheading Synopsis
16261
16262@smallexample
16263 -exec-arguments @var{args}
16264@end smallexample
16265
16266Set the inferior program arguments, to be used in the next
16267@samp{-exec-run}.
16268
16269@subsubheading @value{GDBN} Command
16270
16271The corresponding @value{GDBN} command is @samp{set args}.
16272
16273@subsubheading Example
16274
16275@c FIXME!
16276Don't have one around.
16277
16278
16279@subheading The @code{-exec-continue} Command
16280@findex -exec-continue
16281
16282@subsubheading Synopsis
16283
16284@smallexample
16285 -exec-continue
16286@end smallexample
16287
16288Asynchronous command. Resumes the execution of the inferior program
16289until a breakpoint is encountered, or until the inferior exits.
16290
16291@subsubheading @value{GDBN} Command
16292
16293The corresponding @value{GDBN} corresponding is @samp{continue}.
16294
16295@subsubheading Example
16296
16297@smallexample
16298-exec-continue
16299^running
16300(@value{GDBP})
16301@@Hello world
16302*stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
16303file="hello.c",line="13"@}
16304(@value{GDBP})
16305@end smallexample
16306
16307
16308@subheading The @code{-exec-finish} Command
16309@findex -exec-finish
16310
16311@subsubheading Synopsis
16312
16313@smallexample
16314 -exec-finish
16315@end smallexample
16316
16317Asynchronous command. Resumes the execution of the inferior program
16318until the current function is exited. Displays the results returned by
16319the function.
16320
16321@subsubheading @value{GDBN} Command
16322
16323The corresponding @value{GDBN} command is @samp{finish}.
16324
16325@subsubheading Example
16326
16327Function returning @code{void}.
16328
16329@smallexample
16330-exec-finish
16331^running
16332(@value{GDBP})
16333@@hello from foo
16334*stopped,reason="function-finished",frame=@{func="main",args=[],
16335file="hello.c",line="7"@}
16336(@value{GDBP})
16337@end smallexample
16338
16339Function returning other than @code{void}. The name of the internal
16340@value{GDBN} variable storing the result is printed, together with the
16341value itself.
16342
16343@smallexample
16344-exec-finish
16345^running
16346(@value{GDBP})
16347*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
16348args=[@{name="a",value="1"],@{name="b",value="9"@}@},
16349file="recursive2.c",line="14"@},
16350gdb-result-var="$1",return-value="0"
16351(@value{GDBP})
16352@end smallexample
16353
16354
16355@subheading The @code{-exec-interrupt} Command
16356@findex -exec-interrupt
16357
16358@subsubheading Synopsis
16359
16360@smallexample
16361 -exec-interrupt
16362@end smallexample
16363
16364Asynchronous command. Interrupts the background execution of the target.
16365Note how the token associated with the stop message is the one for the
16366execution command that has been interrupted. The token for the interrupt
16367itself only appears in the @samp{^done} output. If the user is trying to
16368interrupt a non-running program, an error message will be printed.
16369
16370@subsubheading @value{GDBN} Command
16371
16372The corresponding @value{GDBN} command is @samp{interrupt}.
16373
16374@subsubheading Example
16375
16376@smallexample
16377(@value{GDBP})
16378111-exec-continue
16379111^running
16380
16381(@value{GDBP})
16382222-exec-interrupt
16383222^done
16384(@value{GDBP})
16385111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
16386frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@}
16387(@value{GDBP})
16388
16389(@value{GDBP})
16390-exec-interrupt
16391^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
16392(@value{GDBP})
16393@end smallexample
16394
16395
16396@subheading The @code{-exec-next} Command
16397@findex -exec-next
16398
16399@subsubheading Synopsis
16400
16401@smallexample
16402 -exec-next
16403@end smallexample
16404
16405Asynchronous command. Resumes execution of the inferior program, stopping
16406when the beginning of the next source line is reached.
16407
16408@subsubheading @value{GDBN} Command
16409
16410The corresponding @value{GDBN} command is @samp{next}.
16411
16412@subsubheading Example
16413
16414@smallexample
16415-exec-next
16416^running
16417(@value{GDBP})
16418*stopped,reason="end-stepping-range",line="8",file="hello.c"
16419(@value{GDBP})
16420@end smallexample
16421
16422
16423@subheading The @code{-exec-next-instruction} Command
16424@findex -exec-next-instruction
16425
16426@subsubheading Synopsis
16427
16428@smallexample
16429 -exec-next-instruction
16430@end smallexample
16431
16432Asynchronous command. Executes one machine instruction. If the
16433instruction is a function call continues until the function returns. If
16434the program stops at an instruction in the middle of a source line, the
16435address will be printed as well.
16436
16437@subsubheading @value{GDBN} Command
16438
16439The corresponding @value{GDBN} command is @samp{nexti}.
16440
16441@subsubheading Example
16442
16443@smallexample
16444(@value{GDBP})
16445-exec-next-instruction
16446^running
16447
16448(@value{GDBP})
16449*stopped,reason="end-stepping-range",
16450addr="0x000100d4",line="5",file="hello.c"
16451(@value{GDBP})
16452@end smallexample
16453
16454
16455@subheading The @code{-exec-return} Command
16456@findex -exec-return
16457
16458@subsubheading Synopsis
16459
16460@smallexample
16461 -exec-return
16462@end smallexample
16463
16464Makes current function return immediately. Doesn't execute the inferior.
16465Displays the new current frame.
16466
16467@subsubheading @value{GDBN} Command
16468
16469The corresponding @value{GDBN} command is @samp{return}.
16470
16471@subsubheading Example
16472
16473@smallexample
16474(@value{GDBP})
16475200-break-insert callee4
16476200^done,bkpt=@{number="1",addr="0x00010734",
16477file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16478(@value{GDBP})
16479000-exec-run
16480000^running
16481(@value{GDBP})
16482000*stopped,reason="breakpoint-hit",bkptno="1",
16483frame=@{func="callee4",args=[],
16484file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16485(@value{GDBP})
16486205-break-delete
16487205^done
16488(@value{GDBP})
16489111-exec-return
16490111^done,frame=@{level="0",func="callee3",
16491args=[@{name="strarg",
16492value="0x11940 \"A string argument.\""@}],
16493file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
16494(@value{GDBP})
16495@end smallexample
16496
16497
16498@subheading The @code{-exec-run} Command
16499@findex -exec-run
16500
16501@subsubheading Synopsis
16502
16503@smallexample
16504 -exec-run
16505@end smallexample
16506
16507Asynchronous command. Starts execution of the inferior from the
16508beginning. The inferior executes until either a breakpoint is
16509encountered or the program exits.
16510
16511@subsubheading @value{GDBN} Command
16512
16513The corresponding @value{GDBN} command is @samp{run}.
16514
16515@subsubheading Example
16516
16517@smallexample
16518(@value{GDBP})
16519-break-insert main
16520^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
16521(@value{GDBP})
16522-exec-run
16523^running
16524(@value{GDBP})
16525*stopped,reason="breakpoint-hit",bkptno="1",
16526frame=@{func="main",args=[],file="recursive2.c",line="4"@}
16527(@value{GDBP})
16528@end smallexample
16529
16530
16531@subheading The @code{-exec-show-arguments} Command
16532@findex -exec-show-arguments
16533
16534@subsubheading Synopsis
16535
16536@smallexample
16537 -exec-show-arguments
16538@end smallexample
16539
16540Print the arguments of the program.
16541
16542@subsubheading @value{GDBN} Command
16543
16544The corresponding @value{GDBN} command is @samp{show args}.
16545
16546@subsubheading Example
16547N.A.
16548
16549@c @subheading -exec-signal
16550
16551@subheading The @code{-exec-step} Command
16552@findex -exec-step
16553
16554@subsubheading Synopsis
16555
16556@smallexample
16557 -exec-step
16558@end smallexample
16559
16560Asynchronous command. Resumes execution of the inferior program, stopping
16561when the beginning of the next source line is reached, if the next
16562source line is not a function call. If it is, stop at the first
16563instruction of the called function.
16564
16565@subsubheading @value{GDBN} Command
16566
16567The corresponding @value{GDBN} command is @samp{step}.
16568
16569@subsubheading Example
16570
16571Stepping into a function:
16572
16573@smallexample
16574-exec-step
16575^running
16576(@value{GDBP})
16577*stopped,reason="end-stepping-range",
16578frame=@{func="foo",args=[@{name="a",value="10"@},
16579@{name="b",value="0"@}],file="recursive2.c",line="11"@}
16580(@value{GDBP})
16581@end smallexample
16582
16583Regular stepping:
16584
16585@smallexample
16586-exec-step
16587^running
16588(@value{GDBP})
16589*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
16590(@value{GDBP})
16591@end smallexample
16592
16593
16594@subheading The @code{-exec-step-instruction} Command
16595@findex -exec-step-instruction
16596
16597@subsubheading Synopsis
16598
16599@smallexample
16600 -exec-step-instruction
16601@end smallexample
16602
16603Asynchronous command. Resumes the inferior which executes one machine
16604instruction. The output, once @value{GDBN} has stopped, will vary depending on
16605whether we have stopped in the middle of a source line or not. In the
16606former case, the address at which the program stopped will be printed as
16607well.
16608
16609@subsubheading @value{GDBN} Command
16610
16611The corresponding @value{GDBN} command is @samp{stepi}.
16612
16613@subsubheading Example
16614
16615@smallexample
16616(@value{GDBP})
16617-exec-step-instruction
16618^running
16619
16620(@value{GDBP})
16621*stopped,reason="end-stepping-range",
16622frame=@{func="foo",args=[],file="try.c",line="10"@}
16623(@value{GDBP})
16624-exec-step-instruction
16625^running
16626
16627(@value{GDBP})
16628*stopped,reason="end-stepping-range",
16629frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@}
16630(@value{GDBP})
16631@end smallexample
16632
16633
16634@subheading The @code{-exec-until} Command
16635@findex -exec-until
16636
16637@subsubheading Synopsis
16638
16639@smallexample
16640 -exec-until [ @var{location} ]
16641@end smallexample
16642
16643Asynchronous command. Executes the inferior until the @var{location}
16644specified in the argument is reached. If there is no argument, the inferior
16645executes until a source line greater than the current one is reached.
16646The reason for stopping in this case will be @samp{location-reached}.
16647
16648@subsubheading @value{GDBN} Command
16649
16650The corresponding @value{GDBN} command is @samp{until}.
16651
16652@subsubheading Example
16653
16654@smallexample
16655(@value{GDBP})
16656-exec-until recursive2.c:6
16657^running
16658(@value{GDBP})
16659x = 55
16660*stopped,reason="location-reached",frame=@{func="main",args=[],
16661file="recursive2.c",line="6"@}
16662(@value{GDBP})
16663@end smallexample
16664
16665@ignore
16666@subheading -file-clear
16667Is this going away????
16668@end ignore
16669
16670
16671@subheading The @code{-file-exec-and-symbols} Command
16672@findex -file-exec-and-symbols
16673
16674@subsubheading Synopsis
16675
16676@smallexample
16677 -file-exec-and-symbols @var{file}
16678@end smallexample
16679
16680Specify the executable file to be debugged. This file is the one from
16681which the symbol table is also read. If no file is specified, the
16682command clears the executable and symbol information. If breakpoints
16683are set when using this command with no arguments, @value{GDBN} will produce
16684error messages. Otherwise, no output is produced, except a completion
16685notification.
16686
16687@subsubheading @value{GDBN} Command
16688
16689The corresponding @value{GDBN} command is @samp{file}.
16690
16691@subsubheading Example
16692
16693@smallexample
16694(@value{GDBP})
16695-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16696^done
16697(@value{GDBP})
16698@end smallexample
16699
16700
16701@subheading The @code{-file-exec-file} Command
16702@findex -file-exec-file
16703
16704@subsubheading Synopsis
16705
16706@smallexample
16707 -file-exec-file @var{file}
16708@end smallexample
16709
16710Specify the executable file to be debugged. Unlike
16711@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
16712from this file. If used without argument, @value{GDBN} clears the information
16713about the executable file. No output is produced, except a completion
16714notification.
16715
16716@subsubheading @value{GDBN} Command
16717
16718The corresponding @value{GDBN} command is @samp{exec-file}.
16719
16720@subsubheading Example
16721
16722@smallexample
16723(@value{GDBP})
16724-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16725^done
16726(@value{GDBP})
16727@end smallexample
16728
16729
16730@subheading The @code{-file-list-exec-sections} Command
16731@findex -file-list-exec-sections
16732
16733@subsubheading Synopsis
16734
16735@smallexample
16736 -file-list-exec-sections
16737@end smallexample
16738
16739List the sections of the current executable file.
16740
16741@subsubheading @value{GDBN} Command
16742
16743The @value{GDBN} command @samp{info file} shows, among the rest, the same
16744information as this command. @code{gdbtk} has a corresponding command
16745@samp{gdb_load_info}.
16746
16747@subsubheading Example
16748N.A.
16749
16750
1abaf70c
BR
16751@subheading The @code{-file-list-exec-source-file} Command
16752@findex -file-list-exec-source-file
16753
16754@subsubheading Synopsis
16755
16756@smallexample
16757 -file-list-exec-source-file
16758@end smallexample
16759
b383017d 16760List the line number, the current source file, and the absolute path
1abaf70c
BR
16761to the current source file for the current executable.
16762
16763@subsubheading @value{GDBN} Command
16764
16765There's no @value{GDBN} command which directly corresponds to this one.
16766
16767@subsubheading Example
16768
16769@smallexample
16770(@value{GDBP})
16771123-file-list-exec-source-file
16772123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
16773(@value{GDBP})
16774@end smallexample
16775
16776
922fbb7b
AC
16777@subheading The @code{-file-list-exec-source-files} Command
16778@findex -file-list-exec-source-files
16779
16780@subsubheading Synopsis
16781
16782@smallexample
16783 -file-list-exec-source-files
16784@end smallexample
16785
16786List the source files for the current executable.
16787
16788@subsubheading @value{GDBN} Command
16789
16790There's no @value{GDBN} command which directly corresponds to this one.
16791@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
16792
16793@subsubheading Example
16794N.A.
16795
16796
16797@subheading The @code{-file-list-shared-libraries} Command
16798@findex -file-list-shared-libraries
16799
16800@subsubheading Synopsis
16801
16802@smallexample
16803 -file-list-shared-libraries
16804@end smallexample
16805
16806List the shared libraries in the program.
16807
16808@subsubheading @value{GDBN} Command
16809
16810The corresponding @value{GDBN} command is @samp{info shared}.
16811
16812@subsubheading Example
16813N.A.
16814
16815
16816@subheading The @code{-file-list-symbol-files} Command
16817@findex -file-list-symbol-files
16818
16819@subsubheading Synopsis
16820
16821@smallexample
16822 -file-list-symbol-files
16823@end smallexample
16824
16825List symbol files.
16826
16827@subsubheading @value{GDBN} Command
16828
16829The corresponding @value{GDBN} command is @samp{info file} (part of it).
16830
16831@subsubheading Example
16832N.A.
16833
16834
16835@subheading The @code{-file-symbol-file} Command
16836@findex -file-symbol-file
16837
16838@subsubheading Synopsis
16839
16840@smallexample
16841 -file-symbol-file @var{file}
16842@end smallexample
16843
16844Read symbol table info from the specified @var{file} argument. When
16845used without arguments, clears @value{GDBN}'s symbol table info. No output is
16846produced, except for a completion notification.
16847
16848@subsubheading @value{GDBN} Command
16849
16850The corresponding @value{GDBN} command is @samp{symbol-file}.
16851
16852@subsubheading Example
16853
16854@smallexample
16855(@value{GDBP})
16856-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16857^done
16858(@value{GDBP})
16859@end smallexample
16860
16861@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16862@node GDB/MI Miscellaneous Commands
16863@section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
16864
16865@c @subheading -gdb-complete
16866
16867@subheading The @code{-gdb-exit} Command
16868@findex -gdb-exit
16869
16870@subsubheading Synopsis
16871
16872@smallexample
16873 -gdb-exit
16874@end smallexample
16875
16876Exit @value{GDBN} immediately.
16877
16878@subsubheading @value{GDBN} Command
16879
16880Approximately corresponds to @samp{quit}.
16881
16882@subsubheading Example
16883
16884@smallexample
16885(@value{GDBP})
16886-gdb-exit
16887@end smallexample
16888
16889@subheading The @code{-gdb-set} Command
16890@findex -gdb-set
16891
16892@subsubheading Synopsis
16893
16894@smallexample
16895 -gdb-set
16896@end smallexample
16897
16898Set an internal @value{GDBN} variable.
16899@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
16900
16901@subsubheading @value{GDBN} Command
16902
16903The corresponding @value{GDBN} command is @samp{set}.
16904
16905@subsubheading Example
16906
16907@smallexample
16908(@value{GDBP})
16909-gdb-set $foo=3
16910^done
16911(@value{GDBP})
16912@end smallexample
16913
16914
16915@subheading The @code{-gdb-show} Command
16916@findex -gdb-show
16917
16918@subsubheading Synopsis
16919
16920@smallexample
16921 -gdb-show
16922@end smallexample
16923
16924Show the current value of a @value{GDBN} variable.
16925
16926@subsubheading @value{GDBN} command
16927
16928The corresponding @value{GDBN} command is @samp{show}.
16929
16930@subsubheading Example
16931
16932@smallexample
16933(@value{GDBP})
16934-gdb-show annotate
16935^done,value="0"
16936(@value{GDBP})
16937@end smallexample
16938
16939@c @subheading -gdb-source
16940
16941
16942@subheading The @code{-gdb-version} Command
16943@findex -gdb-version
16944
16945@subsubheading Synopsis
16946
16947@smallexample
16948 -gdb-version
16949@end smallexample
16950
16951Show version information for @value{GDBN}. Used mostly in testing.
16952
16953@subsubheading @value{GDBN} Command
16954
16955There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
16956information when you start an interactive session.
16957
16958@subsubheading Example
16959
16960@c This example modifies the actual output from GDB to avoid overfull
16961@c box in TeX.
16962@smallexample
16963(@value{GDBP})
16964-gdb-version
16965~GNU gdb 5.2.1
16966~Copyright 2000 Free Software Foundation, Inc.
16967~GDB is free software, covered by the GNU General Public License, and
16968~you are welcome to change it and/or distribute copies of it under
16969~ certain conditions.
16970~Type "show copying" to see the conditions.
16971~There is absolutely no warranty for GDB. Type "show warranty" for
16972~ details.
b383017d 16973~This GDB was configured as
922fbb7b
AC
16974 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
16975^done
16976(@value{GDBP})
16977@end smallexample
16978
16979@subheading The @code{-interpreter-exec} Command
16980@findex -interpreter-exec
16981
16982@subheading Synopsis
16983
16984@smallexample
16985-interpreter-exec @var{interpreter} @var{command}
16986@end smallexample
16987
16988Execute the specified @var{command} in the given @var{interpreter}.
16989
16990@subheading @value{GDBN} Command
16991
16992The corresponding @value{GDBN} command is @samp{interpreter-exec}.
16993
16994@subheading Example
16995
16996@smallexample
16997(@value{GDBP})
16998-interpreter-exec console "break main"
16999&"During symbol reading, couldn't parse type; debugger out of date?.\n"
17000&"During symbol reading, bad structure-type format.\n"
17001~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
17002^done
17003(@value{GDBP})
17004@end smallexample
17005
17006@ignore
17007@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17008@node GDB/MI Kod Commands
17009@section @sc{gdb/mi} Kod Commands
17010
17011The Kod commands are not implemented.
17012
17013@c @subheading -kod-info
17014
17015@c @subheading -kod-list
17016
17017@c @subheading -kod-list-object-types
17018
17019@c @subheading -kod-show
17020
17021@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17022@node GDB/MI Memory Overlay Commands
17023@section @sc{gdb/mi} Memory Overlay Commands
17024
17025The memory overlay commands are not implemented.
17026
17027@c @subheading -overlay-auto
17028
17029@c @subheading -overlay-list-mapping-state
17030
17031@c @subheading -overlay-list-overlays
17032
17033@c @subheading -overlay-map
17034
17035@c @subheading -overlay-off
17036
17037@c @subheading -overlay-on
17038
17039@c @subheading -overlay-unmap
17040
17041@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17042@node GDB/MI Signal Handling Commands
17043@section @sc{gdb/mi} Signal Handling Commands
17044
17045Signal handling commands are not implemented.
17046
17047@c @subheading -signal-handle
17048
17049@c @subheading -signal-list-handle-actions
17050
17051@c @subheading -signal-list-signal-types
17052@end ignore
17053
17054
17055@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17056@node GDB/MI Stack Manipulation
17057@section @sc{gdb/mi} Stack Manipulation Commands
17058
17059
17060@subheading The @code{-stack-info-frame} Command
17061@findex -stack-info-frame
17062
17063@subsubheading Synopsis
17064
17065@smallexample
17066 -stack-info-frame
17067@end smallexample
17068
17069Get info on the current frame.
17070
17071@subsubheading @value{GDBN} Command
17072
17073The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
17074(without arguments).
17075
17076@subsubheading Example
17077N.A.
17078
17079@subheading The @code{-stack-info-depth} Command
17080@findex -stack-info-depth
17081
17082@subsubheading Synopsis
17083
17084@smallexample
17085 -stack-info-depth [ @var{max-depth} ]
17086@end smallexample
17087
17088Return the depth of the stack. If the integer argument @var{max-depth}
17089is specified, do not count beyond @var{max-depth} frames.
17090
17091@subsubheading @value{GDBN} Command
17092
17093There's no equivalent @value{GDBN} command.
17094
17095@subsubheading Example
17096
17097For a stack with frame levels 0 through 11:
17098
17099@smallexample
17100(@value{GDBP})
17101-stack-info-depth
17102^done,depth="12"
17103(@value{GDBP})
17104-stack-info-depth 4
17105^done,depth="4"
17106(@value{GDBP})
17107-stack-info-depth 12
17108^done,depth="12"
17109(@value{GDBP})
17110-stack-info-depth 11
17111^done,depth="11"
17112(@value{GDBP})
17113-stack-info-depth 13
17114^done,depth="12"
17115(@value{GDBP})
17116@end smallexample
17117
17118@subheading The @code{-stack-list-arguments} Command
17119@findex -stack-list-arguments
17120
17121@subsubheading Synopsis
17122
17123@smallexample
17124 -stack-list-arguments @var{show-values}
17125 [ @var{low-frame} @var{high-frame} ]
17126@end smallexample
17127
17128Display a list of the arguments for the frames between @var{low-frame}
17129and @var{high-frame} (inclusive). If @var{low-frame} and
17130@var{high-frame} are not provided, list the arguments for the whole call
17131stack.
17132
17133The @var{show-values} argument must have a value of 0 or 1. A value of
171340 means that only the names of the arguments are listed, a value of 1
17135means that both names and values of the arguments are printed.
17136
17137@subsubheading @value{GDBN} Command
17138
17139@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
17140@samp{gdb_get_args} command which partially overlaps with the
17141functionality of @samp{-stack-list-arguments}.
17142
17143@subsubheading Example
17144
17145@smallexample
17146(@value{GDBP})
17147-stack-list-frames
17148^done,
17149stack=[
17150frame=@{level="0",addr="0x00010734",func="callee4",
17151file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
17152frame=@{level="1",addr="0x0001076c",func="callee3",
17153file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
17154frame=@{level="2",addr="0x0001078c",func="callee2",
17155file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
17156frame=@{level="3",addr="0x000107b4",func="callee1",
17157file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
17158frame=@{level="4",addr="0x000107e0",func="main",
17159file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
17160(@value{GDBP})
17161-stack-list-arguments 0
17162^done,
17163stack-args=[
17164frame=@{level="0",args=[]@},
17165frame=@{level="1",args=[name="strarg"]@},
17166frame=@{level="2",args=[name="intarg",name="strarg"]@},
17167frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
17168frame=@{level="4",args=[]@}]
17169(@value{GDBP})
17170-stack-list-arguments 1
17171^done,
17172stack-args=[
17173frame=@{level="0",args=[]@},
17174frame=@{level="1",
17175 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
17176frame=@{level="2",args=[
17177@{name="intarg",value="2"@},
17178@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
17179@{frame=@{level="3",args=[
17180@{name="intarg",value="2"@},
17181@{name="strarg",value="0x11940 \"A string argument.\""@},
17182@{name="fltarg",value="3.5"@}]@},
17183frame=@{level="4",args=[]@}]
17184(@value{GDBP})
17185-stack-list-arguments 0 2 2
17186^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
17187(@value{GDBP})
17188-stack-list-arguments 1 2 2
17189^done,stack-args=[frame=@{level="2",
17190args=[@{name="intarg",value="2"@},
17191@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
17192(@value{GDBP})
17193@end smallexample
17194
17195@c @subheading -stack-list-exception-handlers
17196
17197
17198@subheading The @code{-stack-list-frames} Command
17199@findex -stack-list-frames
17200
17201@subsubheading Synopsis
17202
17203@smallexample
17204 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
17205@end smallexample
17206
17207List the frames currently on the stack. For each frame it displays the
17208following info:
17209
17210@table @samp
17211@item @var{level}
17212The frame number, 0 being the topmost frame, i.e. the innermost function.
17213@item @var{addr}
17214The @code{$pc} value for that frame.
17215@item @var{func}
17216Function name.
17217@item @var{file}
17218File name of the source file where the function lives.
17219@item @var{line}
17220Line number corresponding to the @code{$pc}.
17221@end table
17222
17223If invoked without arguments, this command prints a backtrace for the
17224whole stack. If given two integer arguments, it shows the frames whose
17225levels are between the two arguments (inclusive). If the two arguments
17226are equal, it shows the single frame at the corresponding level.
17227
17228@subsubheading @value{GDBN} Command
17229
17230The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
17231
17232@subsubheading Example
17233
17234Full stack backtrace:
17235
17236@smallexample
17237(@value{GDBP})
17238-stack-list-frames
17239^done,stack=
17240[frame=@{level="0",addr="0x0001076c",func="foo",
17241 file="recursive2.c",line="11"@},
17242frame=@{level="1",addr="0x000107a4",func="foo",
17243 file="recursive2.c",line="14"@},
17244frame=@{level="2",addr="0x000107a4",func="foo",
17245 file="recursive2.c",line="14"@},
17246frame=@{level="3",addr="0x000107a4",func="foo",
17247 file="recursive2.c",line="14"@},
17248frame=@{level="4",addr="0x000107a4",func="foo",
17249 file="recursive2.c",line="14"@},
17250frame=@{level="5",addr="0x000107a4",func="foo",
17251 file="recursive2.c",line="14"@},
17252frame=@{level="6",addr="0x000107a4",func="foo",
17253 file="recursive2.c",line="14"@},
17254frame=@{level="7",addr="0x000107a4",func="foo",
17255 file="recursive2.c",line="14"@},
17256frame=@{level="8",addr="0x000107a4",func="foo",
17257 file="recursive2.c",line="14"@},
17258frame=@{level="9",addr="0x000107a4",func="foo",
17259 file="recursive2.c",line="14"@},
17260frame=@{level="10",addr="0x000107a4",func="foo",
17261 file="recursive2.c",line="14"@},
17262frame=@{level="11",addr="0x00010738",func="main",
17263 file="recursive2.c",line="4"@}]
17264(@value{GDBP})
17265@end smallexample
17266
17267Show frames between @var{low_frame} and @var{high_frame}:
17268
17269@smallexample
17270(@value{GDBP})
17271-stack-list-frames 3 5
17272^done,stack=
17273[frame=@{level="3",addr="0x000107a4",func="foo",
17274 file="recursive2.c",line="14"@},
17275frame=@{level="4",addr="0x000107a4",func="foo",
17276 file="recursive2.c",line="14"@},
17277frame=@{level="5",addr="0x000107a4",func="foo",
17278 file="recursive2.c",line="14"@}]
17279(@value{GDBP})
17280@end smallexample
17281
17282Show a single frame:
17283
17284@smallexample
17285(@value{GDBP})
17286-stack-list-frames 3 3
17287^done,stack=
17288[frame=@{level="3",addr="0x000107a4",func="foo",
17289 file="recursive2.c",line="14"@}]
17290(@value{GDBP})
17291@end smallexample
17292
17293
17294@subheading The @code{-stack-list-locals} Command
17295@findex -stack-list-locals
17296
17297@subsubheading Synopsis
17298
17299@smallexample
17300 -stack-list-locals @var{print-values}
17301@end smallexample
17302
17303Display the local variable names for the current frame. With an
bc8ced35
NR
17304argument of 0 or @code{--no-values}, prints only the names of the variables.
17305With argument of 1 or @code{--all-values}, prints also their values. With
17306argument of 2 or @code{--simple-values}, prints the name, type and value for
17307simple data types and the name and type for arrays, structures and
17308unions. In this last case, the idea is that the user can see the
17309value of simple data types immediately and he can create variable
17310objects for other data types if he wishes to explore their values in
17311more detail.
922fbb7b
AC
17312
17313@subsubheading @value{GDBN} Command
17314
17315@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
17316
17317@subsubheading Example
17318
17319@smallexample
17320(@value{GDBP})
17321-stack-list-locals 0
17322^done,locals=[name="A",name="B",name="C"]
17323(@value{GDBP})
bc8ced35 17324-stack-list-locals --all-values
922fbb7b 17325^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
bc8ced35
NR
17326 @{name="C",value="@{1, 2, 3@}"@}]
17327-stack-list-locals --simple-values
17328^done,locals=[@{name="A",type="int",value="1"@},
17329 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
922fbb7b
AC
17330(@value{GDBP})
17331@end smallexample
17332
17333
17334@subheading The @code{-stack-select-frame} Command
17335@findex -stack-select-frame
17336
17337@subsubheading Synopsis
17338
17339@smallexample
17340 -stack-select-frame @var{framenum}
17341@end smallexample
17342
17343Change the current frame. Select a different frame @var{framenum} on
17344the stack.
17345
17346@subsubheading @value{GDBN} Command
17347
17348The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
17349@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
17350
17351@subsubheading Example
17352
17353@smallexample
17354(@value{GDBP})
17355-stack-select-frame 2
17356^done
17357(@value{GDBP})
17358@end smallexample
17359
17360@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17361@node GDB/MI Symbol Query
17362@section @sc{gdb/mi} Symbol Query Commands
17363
17364
17365@subheading The @code{-symbol-info-address} Command
17366@findex -symbol-info-address
17367
17368@subsubheading Synopsis
17369
17370@smallexample
17371 -symbol-info-address @var{symbol}
17372@end smallexample
17373
17374Describe where @var{symbol} is stored.
17375
17376@subsubheading @value{GDBN} Command
17377
17378The corresponding @value{GDBN} command is @samp{info address}.
17379
17380@subsubheading Example
17381N.A.
17382
17383
17384@subheading The @code{-symbol-info-file} Command
17385@findex -symbol-info-file
17386
17387@subsubheading Synopsis
17388
17389@smallexample
17390 -symbol-info-file
17391@end smallexample
17392
17393Show the file for the symbol.
17394
17395@subsubheading @value{GDBN} Command
17396
17397There's no equivalent @value{GDBN} command. @code{gdbtk} has
17398@samp{gdb_find_file}.
17399
17400@subsubheading Example
17401N.A.
17402
17403
17404@subheading The @code{-symbol-info-function} Command
17405@findex -symbol-info-function
17406
17407@subsubheading Synopsis
17408
17409@smallexample
17410 -symbol-info-function
17411@end smallexample
17412
17413Show which function the symbol lives in.
17414
17415@subsubheading @value{GDBN} Command
17416
17417@samp{gdb_get_function} in @code{gdbtk}.
17418
17419@subsubheading Example
17420N.A.
17421
17422
17423@subheading The @code{-symbol-info-line} Command
17424@findex -symbol-info-line
17425
17426@subsubheading Synopsis
17427
17428@smallexample
17429 -symbol-info-line
17430@end smallexample
17431
17432Show the core addresses of the code for a source line.
17433
17434@subsubheading @value{GDBN} Command
17435
71952f4c 17436The corresponding @value{GDBN} command is @samp{info line}.
922fbb7b
AC
17437@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
17438
17439@subsubheading Example
17440N.A.
17441
17442
17443@subheading The @code{-symbol-info-symbol} Command
17444@findex -symbol-info-symbol
17445
17446@subsubheading Synopsis
17447
17448@smallexample
17449 -symbol-info-symbol @var{addr}
17450@end smallexample
17451
17452Describe what symbol is at location @var{addr}.
17453
17454@subsubheading @value{GDBN} Command
17455
17456The corresponding @value{GDBN} command is @samp{info symbol}.
17457
17458@subsubheading Example
17459N.A.
17460
17461
17462@subheading The @code{-symbol-list-functions} Command
17463@findex -symbol-list-functions
17464
17465@subsubheading Synopsis
17466
17467@smallexample
17468 -symbol-list-functions
17469@end smallexample
17470
17471List the functions in the executable.
17472
17473@subsubheading @value{GDBN} Command
17474
17475@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
17476@samp{gdb_search} in @code{gdbtk}.
17477
17478@subsubheading Example
17479N.A.
17480
17481
32e7087d
JB
17482@subheading The @code{-symbol-list-lines} Command
17483@findex -symbol-list-lines
17484
17485@subsubheading Synopsis
17486
17487@smallexample
17488 -symbol-list-lines @var{filename}
17489@end smallexample
17490
17491Print the list of lines that contain code and their associated program
17492addresses for the given source filename. The entries are sorted in
17493ascending PC order.
17494
17495@subsubheading @value{GDBN} Command
17496
17497There is no corresponding @value{GDBN} command.
17498
17499@subsubheading Example
17500@smallexample
17501(@value{GDBP})
17502-symbol-list-lines basics.c
54ff5908 17503^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
32e7087d
JB
17504(@value{GDBP})
17505@end smallexample
17506
17507
922fbb7b
AC
17508@subheading The @code{-symbol-list-types} Command
17509@findex -symbol-list-types
17510
17511@subsubheading Synopsis
17512
17513@smallexample
17514 -symbol-list-types
17515@end smallexample
17516
17517List all the type names.
17518
17519@subsubheading @value{GDBN} Command
17520
17521The corresponding commands are @samp{info types} in @value{GDBN},
17522@samp{gdb_search} in @code{gdbtk}.
17523
17524@subsubheading Example
17525N.A.
17526
17527
17528@subheading The @code{-symbol-list-variables} Command
17529@findex -symbol-list-variables
17530
17531@subsubheading Synopsis
17532
17533@smallexample
17534 -symbol-list-variables
17535@end smallexample
17536
17537List all the global and static variable names.
17538
17539@subsubheading @value{GDBN} Command
17540
17541@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
17542
17543@subsubheading Example
17544N.A.
17545
17546
17547@subheading The @code{-symbol-locate} Command
17548@findex -symbol-locate
17549
17550@subsubheading Synopsis
17551
17552@smallexample
17553 -symbol-locate
17554@end smallexample
17555
17556@subsubheading @value{GDBN} Command
17557
17558@samp{gdb_loc} in @code{gdbtk}.
17559
17560@subsubheading Example
17561N.A.
17562
17563
17564@subheading The @code{-symbol-type} Command
17565@findex -symbol-type
17566
17567@subsubheading Synopsis
17568
17569@smallexample
17570 -symbol-type @var{variable}
17571@end smallexample
17572
17573Show type of @var{variable}.
17574
17575@subsubheading @value{GDBN} Command
17576
17577The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
17578@samp{gdb_obj_variable}.
17579
17580@subsubheading Example
17581N.A.
17582
17583
17584@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17585@node GDB/MI Target Manipulation
17586@section @sc{gdb/mi} Target Manipulation Commands
17587
17588
17589@subheading The @code{-target-attach} Command
17590@findex -target-attach
17591
17592@subsubheading Synopsis
17593
17594@smallexample
17595 -target-attach @var{pid} | @var{file}
17596@end smallexample
17597
17598Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
17599
17600@subsubheading @value{GDBN} command
17601
17602The corresponding @value{GDBN} command is @samp{attach}.
17603
17604@subsubheading Example
17605N.A.
17606
17607
17608@subheading The @code{-target-compare-sections} Command
17609@findex -target-compare-sections
17610
17611@subsubheading Synopsis
17612
17613@smallexample
17614 -target-compare-sections [ @var{section} ]
17615@end smallexample
17616
17617Compare data of section @var{section} on target to the exec file.
17618Without the argument, all sections are compared.
17619
17620@subsubheading @value{GDBN} Command
17621
17622The @value{GDBN} equivalent is @samp{compare-sections}.
17623
17624@subsubheading Example
17625N.A.
17626
17627
17628@subheading The @code{-target-detach} Command
17629@findex -target-detach
17630
17631@subsubheading Synopsis
17632
17633@smallexample
17634 -target-detach
17635@end smallexample
17636
17637Disconnect from the remote target. There's no output.
17638
17639@subsubheading @value{GDBN} command
17640
17641The corresponding @value{GDBN} command is @samp{detach}.
17642
17643@subsubheading Example
17644
17645@smallexample
17646(@value{GDBP})
17647-target-detach
17648^done
17649(@value{GDBP})
17650@end smallexample
17651
17652
07f31aa6
DJ
17653@subheading The @code{-target-disconnect} Command
17654@findex -target-disconnect
17655
17656@subsubheading Synopsis
17657
17658@example
17659 -target-disconnect
17660@end example
17661
17662Disconnect from the remote target. There's no output.
17663
17664@subsubheading @value{GDBN} command
17665
17666The corresponding @value{GDBN} command is @samp{disconnect}.
17667
17668@subsubheading Example
17669
17670@smallexample
17671(@value{GDBP})
17672-target-disconnect
17673^done
17674(@value{GDBP})
17675@end smallexample
17676
17677
922fbb7b
AC
17678@subheading The @code{-target-download} Command
17679@findex -target-download
17680
17681@subsubheading Synopsis
17682
17683@smallexample
17684 -target-download
17685@end smallexample
17686
17687Loads the executable onto the remote target.
17688It prints out an update message every half second, which includes the fields:
17689
17690@table @samp
17691@item section
17692The name of the section.
17693@item section-sent
17694The size of what has been sent so far for that section.
17695@item section-size
17696The size of the section.
17697@item total-sent
17698The total size of what was sent so far (the current and the previous sections).
17699@item total-size
17700The size of the overall executable to download.
17701@end table
17702
17703@noindent
17704Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
17705@sc{gdb/mi} Output Syntax}).
17706
17707In addition, it prints the name and size of the sections, as they are
17708downloaded. These messages include the following fields:
17709
17710@table @samp
17711@item section
17712The name of the section.
17713@item section-size
17714The size of the section.
17715@item total-size
17716The size of the overall executable to download.
17717@end table
17718
17719@noindent
17720At the end, a summary is printed.
17721
17722@subsubheading @value{GDBN} Command
17723
17724The corresponding @value{GDBN} command is @samp{load}.
17725
17726@subsubheading Example
17727
17728Note: each status message appears on a single line. Here the messages
17729have been broken down so that they can fit onto a page.
17730
17731@smallexample
17732(@value{GDBP})
17733-target-download
17734+download,@{section=".text",section-size="6668",total-size="9880"@}
17735+download,@{section=".text",section-sent="512",section-size="6668",
17736total-sent="512",total-size="9880"@}
17737+download,@{section=".text",section-sent="1024",section-size="6668",
17738total-sent="1024",total-size="9880"@}
17739+download,@{section=".text",section-sent="1536",section-size="6668",
17740total-sent="1536",total-size="9880"@}
17741+download,@{section=".text",section-sent="2048",section-size="6668",
17742total-sent="2048",total-size="9880"@}
17743+download,@{section=".text",section-sent="2560",section-size="6668",
17744total-sent="2560",total-size="9880"@}
17745+download,@{section=".text",section-sent="3072",section-size="6668",
17746total-sent="3072",total-size="9880"@}
17747+download,@{section=".text",section-sent="3584",section-size="6668",
17748total-sent="3584",total-size="9880"@}
17749+download,@{section=".text",section-sent="4096",section-size="6668",
17750total-sent="4096",total-size="9880"@}
17751+download,@{section=".text",section-sent="4608",section-size="6668",
17752total-sent="4608",total-size="9880"@}
17753+download,@{section=".text",section-sent="5120",section-size="6668",
17754total-sent="5120",total-size="9880"@}
17755+download,@{section=".text",section-sent="5632",section-size="6668",
17756total-sent="5632",total-size="9880"@}
17757+download,@{section=".text",section-sent="6144",section-size="6668",
17758total-sent="6144",total-size="9880"@}
17759+download,@{section=".text",section-sent="6656",section-size="6668",
17760total-sent="6656",total-size="9880"@}
17761+download,@{section=".init",section-size="28",total-size="9880"@}
17762+download,@{section=".fini",section-size="28",total-size="9880"@}
17763+download,@{section=".data",section-size="3156",total-size="9880"@}
17764+download,@{section=".data",section-sent="512",section-size="3156",
17765total-sent="7236",total-size="9880"@}
17766+download,@{section=".data",section-sent="1024",section-size="3156",
17767total-sent="7748",total-size="9880"@}
17768+download,@{section=".data",section-sent="1536",section-size="3156",
17769total-sent="8260",total-size="9880"@}
17770+download,@{section=".data",section-sent="2048",section-size="3156",
17771total-sent="8772",total-size="9880"@}
17772+download,@{section=".data",section-sent="2560",section-size="3156",
17773total-sent="9284",total-size="9880"@}
17774+download,@{section=".data",section-sent="3072",section-size="3156",
17775total-sent="9796",total-size="9880"@}
17776^done,address="0x10004",load-size="9880",transfer-rate="6586",
17777write-rate="429"
17778(@value{GDBP})
17779@end smallexample
17780
17781
17782@subheading The @code{-target-exec-status} Command
17783@findex -target-exec-status
17784
17785@subsubheading Synopsis
17786
17787@smallexample
17788 -target-exec-status
17789@end smallexample
17790
17791Provide information on the state of the target (whether it is running or
17792not, for instance).
17793
17794@subsubheading @value{GDBN} Command
17795
17796There's no equivalent @value{GDBN} command.
17797
17798@subsubheading Example
17799N.A.
17800
17801
17802@subheading The @code{-target-list-available-targets} Command
17803@findex -target-list-available-targets
17804
17805@subsubheading Synopsis
17806
17807@smallexample
17808 -target-list-available-targets
17809@end smallexample
17810
17811List the possible targets to connect to.
17812
17813@subsubheading @value{GDBN} Command
17814
17815The corresponding @value{GDBN} command is @samp{help target}.
17816
17817@subsubheading Example
17818N.A.
17819
17820
17821@subheading The @code{-target-list-current-targets} Command
17822@findex -target-list-current-targets
17823
17824@subsubheading Synopsis
17825
17826@smallexample
17827 -target-list-current-targets
17828@end smallexample
17829
17830Describe the current target.
17831
17832@subsubheading @value{GDBN} Command
17833
17834The corresponding information is printed by @samp{info file} (among
17835other things).
17836
17837@subsubheading Example
17838N.A.
17839
17840
17841@subheading The @code{-target-list-parameters} Command
17842@findex -target-list-parameters
17843
17844@subsubheading Synopsis
17845
17846@smallexample
17847 -target-list-parameters
17848@end smallexample
17849
17850@c ????
17851
17852@subsubheading @value{GDBN} Command
17853
17854No equivalent.
17855
17856@subsubheading Example
17857N.A.
17858
17859
17860@subheading The @code{-target-select} Command
17861@findex -target-select
17862
17863@subsubheading Synopsis
17864
17865@smallexample
17866 -target-select @var{type} @var{parameters @dots{}}
17867@end smallexample
17868
17869Connect @value{GDBN} to the remote target. This command takes two args:
17870
17871@table @samp
17872@item @var{type}
17873The type of target, for instance @samp{async}, @samp{remote}, etc.
17874@item @var{parameters}
17875Device names, host names and the like. @xref{Target Commands, ,
17876Commands for managing targets}, for more details.
17877@end table
17878
17879The output is a connection notification, followed by the address at
17880which the target program is, in the following form:
17881
17882@smallexample
17883^connected,addr="@var{address}",func="@var{function name}",
17884 args=[@var{arg list}]
17885@end smallexample
17886
17887@subsubheading @value{GDBN} Command
17888
17889The corresponding @value{GDBN} command is @samp{target}.
17890
17891@subsubheading Example
17892
17893@smallexample
17894(@value{GDBP})
17895-target-select async /dev/ttya
17896^connected,addr="0xfe00a300",func="??",args=[]
17897(@value{GDBP})
17898@end smallexample
17899
17900@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17901@node GDB/MI Thread Commands
17902@section @sc{gdb/mi} Thread Commands
17903
17904
17905@subheading The @code{-thread-info} Command
17906@findex -thread-info
17907
17908@subsubheading Synopsis
17909
17910@smallexample
17911 -thread-info
17912@end smallexample
17913
17914@subsubheading @value{GDBN} command
17915
17916No equivalent.
17917
17918@subsubheading Example
17919N.A.
17920
17921
17922@subheading The @code{-thread-list-all-threads} Command
17923@findex -thread-list-all-threads
17924
17925@subsubheading Synopsis
17926
17927@smallexample
17928 -thread-list-all-threads
17929@end smallexample
17930
17931@subsubheading @value{GDBN} Command
17932
17933The equivalent @value{GDBN} command is @samp{info threads}.
17934
17935@subsubheading Example
17936N.A.
17937
17938
17939@subheading The @code{-thread-list-ids} Command
17940@findex -thread-list-ids
17941
17942@subsubheading Synopsis
17943
17944@smallexample
17945 -thread-list-ids
17946@end smallexample
17947
17948Produces a list of the currently known @value{GDBN} thread ids. At the
17949end of the list it also prints the total number of such threads.
17950
17951@subsubheading @value{GDBN} Command
17952
17953Part of @samp{info threads} supplies the same information.
17954
17955@subsubheading Example
17956
17957No threads present, besides the main process:
17958
17959@smallexample
17960(@value{GDBP})
17961-thread-list-ids
17962^done,thread-ids=@{@},number-of-threads="0"
17963(@value{GDBP})
17964@end smallexample
17965
17966
17967Several threads:
17968
17969@smallexample
17970(@value{GDBP})
17971-thread-list-ids
17972^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
17973number-of-threads="3"
17974(@value{GDBP})
17975@end smallexample
17976
17977
17978@subheading The @code{-thread-select} Command
17979@findex -thread-select
17980
17981@subsubheading Synopsis
17982
17983@smallexample
17984 -thread-select @var{threadnum}
17985@end smallexample
17986
17987Make @var{threadnum} the current thread. It prints the number of the new
17988current thread, and the topmost frame for that thread.
17989
17990@subsubheading @value{GDBN} Command
17991
17992The corresponding @value{GDBN} command is @samp{thread}.
17993
17994@subsubheading Example
17995
17996@smallexample
17997(@value{GDBP})
17998-exec-next
17999^running
18000(@value{GDBP})
18001*stopped,reason="end-stepping-range",thread-id="2",line="187",
18002file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
18003(@value{GDBP})
18004-thread-list-ids
18005^done,
18006thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
18007number-of-threads="3"
18008(@value{GDBP})
18009-thread-select 3
18010^done,new-thread-id="3",
18011frame=@{level="0",func="vprintf",
18012args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
18013@{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
18014(@value{GDBP})
18015@end smallexample
18016
18017@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18018@node GDB/MI Tracepoint Commands
18019@section @sc{gdb/mi} Tracepoint Commands
18020
18021The tracepoint commands are not yet implemented.
18022
18023@c @subheading -trace-actions
18024
18025@c @subheading -trace-delete
18026
18027@c @subheading -trace-disable
18028
18029@c @subheading -trace-dump
18030
18031@c @subheading -trace-enable
18032
18033@c @subheading -trace-exists
18034
18035@c @subheading -trace-find
18036
18037@c @subheading -trace-frame-number
18038
18039@c @subheading -trace-info
18040
18041@c @subheading -trace-insert
18042
18043@c @subheading -trace-list
18044
18045@c @subheading -trace-pass-count
18046
18047@c @subheading -trace-save
18048
18049@c @subheading -trace-start
18050
18051@c @subheading -trace-stop
18052
18053
18054@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18055@node GDB/MI Variable Objects
18056@section @sc{gdb/mi} Variable Objects
18057
18058
18059@subheading Motivation for Variable Objects in @sc{gdb/mi}
18060
18061For the implementation of a variable debugger window (locals, watched
18062expressions, etc.), we are proposing the adaptation of the existing code
18063used by @code{Insight}.
18064
18065The two main reasons for that are:
18066
18067@enumerate 1
18068@item
18069It has been proven in practice (it is already on its second generation).
18070
18071@item
18072It will shorten development time (needless to say how important it is
18073now).
18074@end enumerate
18075
18076The original interface was designed to be used by Tcl code, so it was
18077slightly changed so it could be used through @sc{gdb/mi}. This section
18078describes the @sc{gdb/mi} operations that will be available and gives some
18079hints about their use.
18080
18081@emph{Note}: In addition to the set of operations described here, we
18082expect the @sc{gui} implementation of a variable window to require, at
18083least, the following operations:
18084
18085@itemize @bullet
18086@item @code{-gdb-show} @code{output-radix}
18087@item @code{-stack-list-arguments}
18088@item @code{-stack-list-locals}
18089@item @code{-stack-select-frame}
18090@end itemize
18091
18092@subheading Introduction to Variable Objects in @sc{gdb/mi}
18093
18094@cindex variable objects in @sc{gdb/mi}
18095The basic idea behind variable objects is the creation of a named object
18096to represent a variable, an expression, a memory location or even a CPU
18097register. For each object created, a set of operations is available for
18098examining or changing its properties.
18099
18100Furthermore, complex data types, such as C structures, are represented
18101in a tree format. For instance, the @code{struct} type variable is the
18102root and the children will represent the struct members. If a child
18103is itself of a complex type, it will also have children of its own.
18104Appropriate language differences are handled for C, C@t{++} and Java.
18105
18106When returning the actual values of the objects, this facility allows
18107for the individual selection of the display format used in the result
18108creation. It can be chosen among: binary, decimal, hexadecimal, octal
18109and natural. Natural refers to a default format automatically
18110chosen based on the variable type (like decimal for an @code{int}, hex
18111for pointers, etc.).
18112
18113The following is the complete set of @sc{gdb/mi} operations defined to
18114access this functionality:
18115
18116@multitable @columnfractions .4 .6
18117@item @strong{Operation}
18118@tab @strong{Description}
18119
18120@item @code{-var-create}
18121@tab create a variable object
18122@item @code{-var-delete}
18123@tab delete the variable object and its children
18124@item @code{-var-set-format}
18125@tab set the display format of this variable
18126@item @code{-var-show-format}
18127@tab show the display format of this variable
18128@item @code{-var-info-num-children}
18129@tab tells how many children this object has
18130@item @code{-var-list-children}
18131@tab return a list of the object's children
18132@item @code{-var-info-type}
18133@tab show the type of this variable object
18134@item @code{-var-info-expression}
18135@tab print what this variable object represents
18136@item @code{-var-show-attributes}
18137@tab is this variable editable? does it exist here?
18138@item @code{-var-evaluate-expression}
18139@tab get the value of this variable
18140@item @code{-var-assign}
18141@tab set the value of this variable
18142@item @code{-var-update}
18143@tab update the variable and its children
18144@end multitable
18145
18146In the next subsection we describe each operation in detail and suggest
18147how it can be used.
18148
18149@subheading Description And Use of Operations on Variable Objects
18150
18151@subheading The @code{-var-create} Command
18152@findex -var-create
18153
18154@subsubheading Synopsis
18155
18156@smallexample
18157 -var-create @{@var{name} | "-"@}
18158 @{@var{frame-addr} | "*"@} @var{expression}
18159@end smallexample
18160
18161This operation creates a variable object, which allows the monitoring of
18162a variable, the result of an expression, a memory cell or a CPU
18163register.
18164
18165The @var{name} parameter is the string by which the object can be
18166referenced. It must be unique. If @samp{-} is specified, the varobj
18167system will generate a string ``varNNNNNN'' automatically. It will be
18168unique provided that one does not specify @var{name} on that format.
18169The command fails if a duplicate name is found.
18170
18171The frame under which the expression should be evaluated can be
18172specified by @var{frame-addr}. A @samp{*} indicates that the current
18173frame should be used.
18174
18175@var{expression} is any expression valid on the current language set (must not
18176begin with a @samp{*}), or one of the following:
18177
18178@itemize @bullet
18179@item
18180@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
18181
18182@item
18183@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
18184
18185@item
18186@samp{$@var{regname}} --- a CPU register name
18187@end itemize
18188
18189@subsubheading Result
18190
18191This operation returns the name, number of children and the type of the
18192object created. Type is returned as a string as the ones generated by
18193the @value{GDBN} CLI:
18194
18195@smallexample
18196 name="@var{name}",numchild="N",type="@var{type}"
18197@end smallexample
18198
18199
18200@subheading The @code{-var-delete} Command
18201@findex -var-delete
18202
18203@subsubheading Synopsis
18204
18205@smallexample
18206 -var-delete @var{name}
18207@end smallexample
18208
18209Deletes a previously created variable object and all of its children.
18210
18211Returns an error if the object @var{name} is not found.
18212
18213
18214@subheading The @code{-var-set-format} Command
18215@findex -var-set-format
18216
18217@subsubheading Synopsis
18218
18219@smallexample
18220 -var-set-format @var{name} @var{format-spec}
18221@end smallexample
18222
18223Sets the output format for the value of the object @var{name} to be
18224@var{format-spec}.
18225
18226The syntax for the @var{format-spec} is as follows:
18227
18228@smallexample
18229 @var{format-spec} @expansion{}
18230 @{binary | decimal | hexadecimal | octal | natural@}
18231@end smallexample
18232
18233
18234@subheading The @code{-var-show-format} Command
18235@findex -var-show-format
18236
18237@subsubheading Synopsis
18238
18239@smallexample
18240 -var-show-format @var{name}
18241@end smallexample
18242
18243Returns the format used to display the value of the object @var{name}.
18244
18245@smallexample
18246 @var{format} @expansion{}
18247 @var{format-spec}
18248@end smallexample
18249
18250
18251@subheading The @code{-var-info-num-children} Command
18252@findex -var-info-num-children
18253
18254@subsubheading Synopsis
18255
18256@smallexample
18257 -var-info-num-children @var{name}
18258@end smallexample
18259
18260Returns the number of children of a variable object @var{name}:
18261
18262@smallexample
18263 numchild=@var{n}
18264@end smallexample
18265
18266
18267@subheading The @code{-var-list-children} Command
18268@findex -var-list-children
18269
18270@subsubheading Synopsis
18271
18272@smallexample
bc8ced35 18273 -var-list-children [@var{print-values}] @var{name}
922fbb7b
AC
18274@end smallexample
18275
bc8ced35
NR
18276Returns a list of the children of the specified variable object. With
18277just the variable object name as an argument or with an optional
18278preceding argument of 0 or @code{--no-values}, prints only the names of the
18279variables. With an optional preceding argument of 1 or @code{--all-values},
18280also prints their values.
18281
18282@subsubheading Example
922fbb7b
AC
18283
18284@smallexample
bc8ced35
NR
18285(@value{GDBP})
18286 -var-list-children n
922fbb7b
AC
18287 numchild=@var{n},children=[@{name=@var{name},
18288 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
bc8ced35
NR
18289(@value{GDBP})
18290 -var-list-children --all-values n
18291 numchild=@var{n},children=[@{name=@var{name},
18292 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
922fbb7b
AC
18293@end smallexample
18294
18295
18296@subheading The @code{-var-info-type} Command
18297@findex -var-info-type
18298
18299@subsubheading Synopsis
18300
18301@smallexample
18302 -var-info-type @var{name}
18303@end smallexample
18304
18305Returns the type of the specified variable @var{name}. The type is
18306returned as a string in the same format as it is output by the
18307@value{GDBN} CLI:
18308
18309@smallexample
18310 type=@var{typename}
18311@end smallexample
18312
18313
18314@subheading The @code{-var-info-expression} Command
18315@findex -var-info-expression
18316
18317@subsubheading Synopsis
18318
18319@smallexample
18320 -var-info-expression @var{name}
18321@end smallexample
18322
18323Returns what is represented by the variable object @var{name}:
18324
18325@smallexample
18326 lang=@var{lang-spec},exp=@var{expression}
18327@end smallexample
18328
18329@noindent
18330where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
18331
18332@subheading The @code{-var-show-attributes} Command
18333@findex -var-show-attributes
18334
18335@subsubheading Synopsis
18336
18337@smallexample
18338 -var-show-attributes @var{name}
18339@end smallexample
18340
18341List attributes of the specified variable object @var{name}:
18342
18343@smallexample
18344 status=@var{attr} [ ( ,@var{attr} )* ]
18345@end smallexample
18346
18347@noindent
18348where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
18349
18350@subheading The @code{-var-evaluate-expression} Command
18351@findex -var-evaluate-expression
18352
18353@subsubheading Synopsis
18354
18355@smallexample
18356 -var-evaluate-expression @var{name}
18357@end smallexample
18358
18359Evaluates the expression that is represented by the specified variable
18360object and returns its value as a string in the current format specified
18361for the object:
18362
18363@smallexample
18364 value=@var{value}
18365@end smallexample
18366
18367Note that one must invoke @code{-var-list-children} for a variable
18368before the value of a child variable can be evaluated.
18369
18370@subheading The @code{-var-assign} Command
18371@findex -var-assign
18372
18373@subsubheading Synopsis
18374
18375@smallexample
18376 -var-assign @var{name} @var{expression}
18377@end smallexample
18378
18379Assigns the value of @var{expression} to the variable object specified
18380by @var{name}. The object must be @samp{editable}. If the variable's
b383017d 18381value is altered by the assign, the variable will show up in any
922fbb7b
AC
18382subsequent @code{-var-update} list.
18383
18384@subsubheading Example
18385
18386@smallexample
18387(@value{GDBP})
18388-var-assign var1 3
18389^done,value="3"
18390(@value{GDBP})
18391-var-update *
18392^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
18393(@value{GDBP})
18394@end smallexample
18395
18396@subheading The @code{-var-update} Command
18397@findex -var-update
18398
18399@subsubheading Synopsis
18400
18401@smallexample
18402 -var-update @{@var{name} | "*"@}
18403@end smallexample
18404
18405Update the value of the variable object @var{name} by evaluating its
18406expression after fetching all the new values from memory or registers.
18407A @samp{*} causes all existing variable objects to be updated.
18408
18409
18410@node Annotations
18411@chapter @value{GDBN} Annotations
18412
086432e2
AC
18413This chapter describes annotations in @value{GDBN}. Annotations were
18414designed to interface @value{GDBN} to graphical user interfaces or other
18415similar programs which want to interact with @value{GDBN} at a
922fbb7b
AC
18416relatively high level.
18417
086432e2
AC
18418The annotation mechanism has largely been superseeded by @sc{gdb/mi}
18419(@pxref{GDB/MI}).
18420
922fbb7b
AC
18421@ignore
18422This is Edition @value{EDITION}, @value{DATE}.
18423@end ignore
18424
18425@menu
18426* Annotations Overview:: What annotations are; the general syntax.
18427* Server Prefix:: Issuing a command without affecting user state.
922fbb7b
AC
18428* Prompting:: Annotations marking @value{GDBN}'s need for input.
18429* Errors:: Annotations for error messages.
922fbb7b
AC
18430* Invalidation:: Some annotations describe things now invalid.
18431* Annotations for Running::
18432 Whether the program is running, how it stopped, etc.
18433* Source Annotations:: Annotations describing source code.
922fbb7b
AC
18434@end menu
18435
18436@node Annotations Overview
18437@section What is an Annotation?
18438@cindex annotations
18439
922fbb7b
AC
18440Annotations start with a newline character, two @samp{control-z}
18441characters, and the name of the annotation. If there is no additional
18442information associated with this annotation, the name of the annotation
18443is followed immediately by a newline. If there is additional
18444information, the name of the annotation is followed by a space, the
18445additional information, and a newline. The additional information
18446cannot contain newline characters.
18447
18448Any output not beginning with a newline and two @samp{control-z}
18449characters denotes literal output from @value{GDBN}. Currently there is
18450no need for @value{GDBN} to output a newline followed by two
18451@samp{control-z} characters, but if there was such a need, the
18452annotations could be extended with an @samp{escape} annotation which
18453means those three characters as output.
18454
086432e2
AC
18455The annotation @var{level}, which is specified using the
18456@option{--annotate} command line option (@pxref{Mode Options}), controls
18457how much information @value{GDBN} prints together with its prompt,
18458values of expressions, source lines, and other types of output. Level 0
18459is for no anntations, level 1 is for use when @value{GDBN} is run as a
18460subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
18461for programs that control @value{GDBN}, and level 2 annotations have
18462been made obsolete (@pxref{Limitations, , Limitations of the Annotation
18463Interface, annotate, GDB's Obsolete Annotations}). This chapter
18464describes level 3 annotations.
18465
922fbb7b
AC
18466A simple example of starting up @value{GDBN} with annotations is:
18467
18468@smallexample
086432e2
AC
18469$ @kbd{gdb --annotate=3}
18470GNU gdb 6.0
18471Copyright 2003 Free Software Foundation, Inc.
922fbb7b
AC
18472GDB is free software, covered by the GNU General Public License,
18473and you are welcome to change it and/or distribute copies of it
18474under certain conditions.
18475Type "show copying" to see the conditions.
18476There is absolutely no warranty for GDB. Type "show warranty"
18477for details.
086432e2 18478This GDB was configured as "i386-pc-linux-gnu"
922fbb7b
AC
18479
18480^Z^Zpre-prompt
b383017d 18481(gdb)
922fbb7b 18482^Z^Zprompt
086432e2 18483@kbd{quit}
922fbb7b
AC
18484
18485^Z^Zpost-prompt
b383017d 18486$
922fbb7b
AC
18487@end smallexample
18488
18489Here @samp{quit} is input to @value{GDBN}; the rest is output from
18490@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
18491denotes a @samp{control-z} character) are annotations; the rest is
18492output from @value{GDBN}.
18493
18494@node Server Prefix
18495@section The Server Prefix
18496@cindex server prefix for annotations
18497
18498To issue a command to @value{GDBN} without affecting certain aspects of
18499the state which is seen by users, prefix it with @samp{server }. This
18500means that this command will not affect the command history, nor will it
18501affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
18502pressed on a line by itself.
18503
18504The server prefix does not affect the recording of values into the value
18505history; to print a value without recording it into the value history,
18506use the @code{output} command instead of the @code{print} command.
18507
922fbb7b
AC
18508@node Prompting
18509@section Annotation for @value{GDBN} Input
18510
18511@cindex annotations for prompts
18512When @value{GDBN} prompts for input, it annotates this fact so it is possible
18513to know when to send output, when the output from a given command is
18514over, etc.
18515
18516Different kinds of input each have a different @dfn{input type}. Each
18517input type has three annotations: a @code{pre-} annotation, which
18518denotes the beginning of any prompt which is being output, a plain
18519annotation, which denotes the end of the prompt, and then a @code{post-}
18520annotation which denotes the end of any echo which may (or may not) be
18521associated with the input. For example, the @code{prompt} input type
18522features the following annotations:
18523
18524@smallexample
18525^Z^Zpre-prompt
18526^Z^Zprompt
18527^Z^Zpost-prompt
18528@end smallexample
18529
18530The input types are
18531
18532@table @code
18533@findex pre-prompt
18534@findex prompt
18535@findex post-prompt
18536@item prompt
18537When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
18538
18539@findex pre-commands
18540@findex commands
18541@findex post-commands
18542@item commands
18543When @value{GDBN} prompts for a set of commands, like in the @code{commands}
18544command. The annotations are repeated for each command which is input.
18545
18546@findex pre-overload-choice
18547@findex overload-choice
18548@findex post-overload-choice
18549@item overload-choice
18550When @value{GDBN} wants the user to select between various overloaded functions.
18551
18552@findex pre-query
18553@findex query
18554@findex post-query
18555@item query
18556When @value{GDBN} wants the user to confirm a potentially dangerous operation.
18557
18558@findex pre-prompt-for-continue
18559@findex prompt-for-continue
18560@findex post-prompt-for-continue
18561@item prompt-for-continue
18562When @value{GDBN} is asking the user to press return to continue. Note: Don't
18563expect this to work well; instead use @code{set height 0} to disable
18564prompting. This is because the counting of lines is buggy in the
18565presence of annotations.
18566@end table
18567
18568@node Errors
18569@section Errors
18570@cindex annotations for errors, warnings and interrupts
18571
18572@findex quit
18573@smallexample
18574^Z^Zquit
18575@end smallexample
18576
18577This annotation occurs right before @value{GDBN} responds to an interrupt.
18578
18579@findex error
18580@smallexample
18581^Z^Zerror
18582@end smallexample
18583
18584This annotation occurs right before @value{GDBN} responds to an error.
18585
18586Quit and error annotations indicate that any annotations which @value{GDBN} was
18587in the middle of may end abruptly. For example, if a
18588@code{value-history-begin} annotation is followed by a @code{error}, one
18589cannot expect to receive the matching @code{value-history-end}. One
18590cannot expect not to receive it either, however; an error annotation
18591does not necessarily mean that @value{GDBN} is immediately returning all the way
18592to the top level.
18593
18594@findex error-begin
18595A quit or error annotation may be preceded by
18596
18597@smallexample
18598^Z^Zerror-begin
18599@end smallexample
18600
18601Any output between that and the quit or error annotation is the error
18602message.
18603
18604Warning messages are not yet annotated.
18605@c If we want to change that, need to fix warning(), type_error(),
18606@c range_error(), and possibly other places.
18607
922fbb7b
AC
18608@node Invalidation
18609@section Invalidation Notices
18610
18611@cindex annotations for invalidation messages
18612The following annotations say that certain pieces of state may have
18613changed.
18614
18615@table @code
18616@findex frames-invalid
18617@item ^Z^Zframes-invalid
18618
18619The frames (for example, output from the @code{backtrace} command) may
18620have changed.
18621
18622@findex breakpoints-invalid
18623@item ^Z^Zbreakpoints-invalid
18624
18625The breakpoints may have changed. For example, the user just added or
18626deleted a breakpoint.
18627@end table
18628
18629@node Annotations for Running
18630@section Running the Program
18631@cindex annotations for running programs
18632
18633@findex starting
18634@findex stopping
18635When the program starts executing due to a @value{GDBN} command such as
b383017d 18636@code{step} or @code{continue},
922fbb7b
AC
18637
18638@smallexample
18639^Z^Zstarting
18640@end smallexample
18641
b383017d 18642is output. When the program stops,
922fbb7b
AC
18643
18644@smallexample
18645^Z^Zstopped
18646@end smallexample
18647
18648is output. Before the @code{stopped} annotation, a variety of
18649annotations describe how the program stopped.
18650
18651@table @code
18652@findex exited
18653@item ^Z^Zexited @var{exit-status}
18654The program exited, and @var{exit-status} is the exit status (zero for
18655successful exit, otherwise nonzero).
18656
18657@findex signalled
18658@findex signal-name
18659@findex signal-name-end
18660@findex signal-string
18661@findex signal-string-end
18662@item ^Z^Zsignalled
18663The program exited with a signal. After the @code{^Z^Zsignalled}, the
18664annotation continues:
18665
18666@smallexample
18667@var{intro-text}
18668^Z^Zsignal-name
18669@var{name}
18670^Z^Zsignal-name-end
18671@var{middle-text}
18672^Z^Zsignal-string
18673@var{string}
18674^Z^Zsignal-string-end
18675@var{end-text}
18676@end smallexample
18677
18678@noindent
18679where @var{name} is the name of the signal, such as @code{SIGILL} or
18680@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
18681as @code{Illegal Instruction} or @code{Segmentation fault}.
18682@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
18683user's benefit and have no particular format.
18684
18685@findex signal
18686@item ^Z^Zsignal
18687The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
18688just saying that the program received the signal, not that it was
18689terminated with it.
18690
18691@findex breakpoint
18692@item ^Z^Zbreakpoint @var{number}
18693The program hit breakpoint number @var{number}.
18694
18695@findex watchpoint
18696@item ^Z^Zwatchpoint @var{number}
18697The program hit watchpoint number @var{number}.
18698@end table
18699
18700@node Source Annotations
18701@section Displaying Source
18702@cindex annotations for source display
18703
18704@findex source
18705The following annotation is used instead of displaying source code:
18706
18707@smallexample
18708^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
18709@end smallexample
18710
18711where @var{filename} is an absolute file name indicating which source
18712file, @var{line} is the line number within that file (where 1 is the
18713first line in the file), @var{character} is the character position
18714within the file (where 0 is the first character in the file) (for most
18715debug formats this will necessarily point to the beginning of a line),
18716@var{middle} is @samp{middle} if @var{addr} is in the middle of the
18717line, or @samp{beg} if @var{addr} is at the beginning of the line, and
18718@var{addr} is the address in the target program associated with the
18719source which is being displayed. @var{addr} is in the form @samp{0x}
18720followed by one or more lowercase hex digits (note that this does not
18721depend on the language).
18722
8e04817f
AC
18723@node GDB Bugs
18724@chapter Reporting Bugs in @value{GDBN}
18725@cindex bugs in @value{GDBN}
18726@cindex reporting bugs in @value{GDBN}
c906108c 18727
8e04817f 18728Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 18729
8e04817f
AC
18730Reporting a bug may help you by bringing a solution to your problem, or it
18731may not. But in any case the principal function of a bug report is to help
18732the entire community by making the next version of @value{GDBN} work better. Bug
18733reports are your contribution to the maintenance of @value{GDBN}.
c906108c 18734
8e04817f
AC
18735In order for a bug report to serve its purpose, you must include the
18736information that enables us to fix the bug.
c4555f82
SC
18737
18738@menu
8e04817f
AC
18739* Bug Criteria:: Have you found a bug?
18740* Bug Reporting:: How to report bugs
c4555f82
SC
18741@end menu
18742
8e04817f
AC
18743@node Bug Criteria
18744@section Have you found a bug?
18745@cindex bug criteria
c4555f82 18746
8e04817f 18747If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
18748
18749@itemize @bullet
8e04817f
AC
18750@cindex fatal signal
18751@cindex debugger crash
18752@cindex crash of debugger
c4555f82 18753@item
8e04817f
AC
18754If the debugger gets a fatal signal, for any input whatever, that is a
18755@value{GDBN} bug. Reliable debuggers never crash.
18756
18757@cindex error on valid input
18758@item
18759If @value{GDBN} produces an error message for valid input, that is a
18760bug. (Note that if you're cross debugging, the problem may also be
18761somewhere in the connection to the target.)
c4555f82 18762
8e04817f 18763@cindex invalid input
c4555f82 18764@item
8e04817f
AC
18765If @value{GDBN} does not produce an error message for invalid input,
18766that is a bug. However, you should note that your idea of
18767``invalid input'' might be our idea of ``an extension'' or ``support
18768for traditional practice''.
18769
18770@item
18771If you are an experienced user of debugging tools, your suggestions
18772for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
18773@end itemize
18774
8e04817f
AC
18775@node Bug Reporting
18776@section How to report bugs
18777@cindex bug reports
18778@cindex @value{GDBN} bugs, reporting
18779
18780A number of companies and individuals offer support for @sc{gnu} products.
18781If you obtained @value{GDBN} from a support organization, we recommend you
18782contact that organization first.
18783
18784You can find contact information for many support companies and
18785individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
18786distribution.
18787@c should add a web page ref...
18788
129188f6
AC
18789In any event, we also recommend that you submit bug reports for
18790@value{GDBN}. The prefered method is to submit them directly using
18791@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
18792page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
18793be used.
8e04817f
AC
18794
18795@strong{Do not send bug reports to @samp{info-gdb}, or to
18796@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
18797not want to receive bug reports. Those that do have arranged to receive
18798@samp{bug-gdb}.
18799
18800The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
18801serves as a repeater. The mailing list and the newsgroup carry exactly
18802the same messages. Often people think of posting bug reports to the
18803newsgroup instead of mailing them. This appears to work, but it has one
18804problem which can be crucial: a newsgroup posting often lacks a mail
18805path back to the sender. Thus, if we need to ask for more information,
18806we may be unable to reach you. For this reason, it is better to send
18807bug reports to the mailing list.
c4555f82 18808
8e04817f
AC
18809The fundamental principle of reporting bugs usefully is this:
18810@strong{report all the facts}. If you are not sure whether to state a
18811fact or leave it out, state it!
c4555f82 18812
8e04817f
AC
18813Often people omit facts because they think they know what causes the
18814problem and assume that some details do not matter. Thus, you might
18815assume that the name of the variable you use in an example does not matter.
18816Well, probably it does not, but one cannot be sure. Perhaps the bug is a
18817stray memory reference which happens to fetch from the location where that
18818name is stored in memory; perhaps, if the name were different, the contents
18819of that location would fool the debugger into doing the right thing despite
18820the bug. Play it safe and give a specific, complete example. That is the
18821easiest thing for you to do, and the most helpful.
c4555f82 18822
8e04817f
AC
18823Keep in mind that the purpose of a bug report is to enable us to fix the
18824bug. It may be that the bug has been reported previously, but neither
18825you nor we can know that unless your bug report is complete and
18826self-contained.
c4555f82 18827
8e04817f
AC
18828Sometimes people give a few sketchy facts and ask, ``Does this ring a
18829bell?'' Those bug reports are useless, and we urge everyone to
18830@emph{refuse to respond to them} except to chide the sender to report
18831bugs properly.
18832
18833To enable us to fix the bug, you should include all these things:
c4555f82
SC
18834
18835@itemize @bullet
18836@item
8e04817f
AC
18837The version of @value{GDBN}. @value{GDBN} announces it if you start
18838with no arguments; you can also print it at any time using @code{show
18839version}.
c4555f82 18840
8e04817f
AC
18841Without this, we will not know whether there is any point in looking for
18842the bug in the current version of @value{GDBN}.
c4555f82
SC
18843
18844@item
8e04817f
AC
18845The type of machine you are using, and the operating system name and
18846version number.
c4555f82
SC
18847
18848@item
8e04817f
AC
18849What compiler (and its version) was used to compile @value{GDBN}---e.g.
18850``@value{GCC}--2.8.1''.
c4555f82
SC
18851
18852@item
8e04817f
AC
18853What compiler (and its version) was used to compile the program you are
18854debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
18855C Compiler''. For GCC, you can say @code{gcc --version} to get this
18856information; for other compilers, see the documentation for those
18857compilers.
c4555f82 18858
8e04817f
AC
18859@item
18860The command arguments you gave the compiler to compile your example and
18861observe the bug. For example, did you use @samp{-O}? To guarantee
18862you will not omit something important, list them all. A copy of the
18863Makefile (or the output from make) is sufficient.
c4555f82 18864
8e04817f
AC
18865If we were to try to guess the arguments, we would probably guess wrong
18866and then we might not encounter the bug.
c4555f82 18867
8e04817f
AC
18868@item
18869A complete input script, and all necessary source files, that will
18870reproduce the bug.
c4555f82 18871
8e04817f
AC
18872@item
18873A description of what behavior you observe that you believe is
18874incorrect. For example, ``It gets a fatal signal.''
c4555f82 18875
8e04817f
AC
18876Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
18877will certainly notice it. But if the bug is incorrect output, we might
18878not notice unless it is glaringly wrong. You might as well not give us
18879a chance to make a mistake.
c4555f82 18880
8e04817f
AC
18881Even if the problem you experience is a fatal signal, you should still
18882say so explicitly. Suppose something strange is going on, such as, your
18883copy of @value{GDBN} is out of synch, or you have encountered a bug in
18884the C library on your system. (This has happened!) Your copy might
18885crash and ours would not. If you told us to expect a crash, then when
18886ours fails to crash, we would know that the bug was not happening for
18887us. If you had not told us to expect a crash, then we would not be able
18888to draw any conclusion from our observations.
c4555f82 18889
8e04817f
AC
18890@item
18891If you wish to suggest changes to the @value{GDBN} source, send us context
18892diffs. If you even discuss something in the @value{GDBN} source, refer to
18893it by context, not by line number.
c4555f82 18894
8e04817f
AC
18895The line numbers in our development sources will not match those in your
18896sources. Your line numbers would convey no useful information to us.
c4555f82 18897
8e04817f 18898@end itemize
c4555f82 18899
8e04817f 18900Here are some things that are not necessary:
c4555f82 18901
8e04817f
AC
18902@itemize @bullet
18903@item
18904A description of the envelope of the bug.
c4555f82 18905
8e04817f
AC
18906Often people who encounter a bug spend a lot of time investigating
18907which changes to the input file will make the bug go away and which
18908changes will not affect it.
c4555f82 18909
8e04817f
AC
18910This is often time consuming and not very useful, because the way we
18911will find the bug is by running a single example under the debugger
18912with breakpoints, not by pure deduction from a series of examples.
18913We recommend that you save your time for something else.
c4555f82 18914
8e04817f
AC
18915Of course, if you can find a simpler example to report @emph{instead}
18916of the original one, that is a convenience for us. Errors in the
18917output will be easier to spot, running under the debugger will take
18918less time, and so on.
c4555f82 18919
8e04817f
AC
18920However, simplification is not vital; if you do not want to do this,
18921report the bug anyway and send us the entire test case you used.
c4555f82 18922
8e04817f
AC
18923@item
18924A patch for the bug.
c4555f82 18925
8e04817f
AC
18926A patch for the bug does help us if it is a good one. But do not omit
18927the necessary information, such as the test case, on the assumption that
18928a patch is all we need. We might see problems with your patch and decide
18929to fix the problem another way, or we might not understand it at all.
c4555f82 18930
8e04817f
AC
18931Sometimes with a program as complicated as @value{GDBN} it is very hard to
18932construct an example that will make the program follow a certain path
18933through the code. If you do not send us the example, we will not be able
18934to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 18935
8e04817f
AC
18936And if we cannot understand what bug you are trying to fix, or why your
18937patch should be an improvement, we will not install it. A test case will
18938help us to understand.
c4555f82 18939
8e04817f
AC
18940@item
18941A guess about what the bug is or what it depends on.
c4555f82 18942
8e04817f
AC
18943Such guesses are usually wrong. Even we cannot guess right about such
18944things without first using the debugger to find the facts.
18945@end itemize
c4555f82 18946
8e04817f
AC
18947@c The readline documentation is distributed with the readline code
18948@c and consists of the two following files:
18949@c rluser.texinfo
18950@c inc-hist.texinfo
18951@c Use -I with makeinfo to point to the appropriate directory,
18952@c environment var TEXINPUTS with TeX.
18953@include rluser.texinfo
18954@include inc-hist.texinfo
c4555f82 18955
c4555f82 18956
8e04817f
AC
18957@node Formatting Documentation
18958@appendix Formatting Documentation
c4555f82 18959
8e04817f
AC
18960@cindex @value{GDBN} reference card
18961@cindex reference card
18962The @value{GDBN} 4 release includes an already-formatted reference card, ready
18963for printing with PostScript or Ghostscript, in the @file{gdb}
18964subdirectory of the main source directory@footnote{In
18965@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
18966release.}. If you can use PostScript or Ghostscript with your printer,
18967you can print the reference card immediately with @file{refcard.ps}.
c4555f82 18968
8e04817f
AC
18969The release also includes the source for the reference card. You
18970can format it, using @TeX{}, by typing:
c4555f82 18971
474c8240 18972@smallexample
8e04817f 18973make refcard.dvi
474c8240 18974@end smallexample
c4555f82 18975
8e04817f
AC
18976The @value{GDBN} reference card is designed to print in @dfn{landscape}
18977mode on US ``letter'' size paper;
18978that is, on a sheet 11 inches wide by 8.5 inches
18979high. You will need to specify this form of printing as an option to
18980your @sc{dvi} output program.
c4555f82 18981
8e04817f 18982@cindex documentation
c4555f82 18983
8e04817f
AC
18984All the documentation for @value{GDBN} comes as part of the machine-readable
18985distribution. The documentation is written in Texinfo format, which is
18986a documentation system that uses a single source file to produce both
18987on-line information and a printed manual. You can use one of the Info
18988formatting commands to create the on-line version of the documentation
18989and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 18990
8e04817f
AC
18991@value{GDBN} includes an already formatted copy of the on-line Info
18992version of this manual in the @file{gdb} subdirectory. The main Info
18993file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
18994subordinate files matching @samp{gdb.info*} in the same directory. If
18995necessary, you can print out these files, or read them with any editor;
18996but they are easier to read using the @code{info} subsystem in @sc{gnu}
18997Emacs or the standalone @code{info} program, available as part of the
18998@sc{gnu} Texinfo distribution.
c4555f82 18999
8e04817f
AC
19000If you want to format these Info files yourself, you need one of the
19001Info formatting programs, such as @code{texinfo-format-buffer} or
19002@code{makeinfo}.
c4555f82 19003
8e04817f
AC
19004If you have @code{makeinfo} installed, and are in the top level
19005@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
19006version @value{GDBVN}), you can make the Info file by typing:
c4555f82 19007
474c8240 19008@smallexample
8e04817f
AC
19009cd gdb
19010make gdb.info
474c8240 19011@end smallexample
c4555f82 19012
8e04817f
AC
19013If you want to typeset and print copies of this manual, you need @TeX{},
19014a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
19015Texinfo definitions file.
c4555f82 19016
8e04817f
AC
19017@TeX{} is a typesetting program; it does not print files directly, but
19018produces output files called @sc{dvi} files. To print a typeset
19019document, you need a program to print @sc{dvi} files. If your system
19020has @TeX{} installed, chances are it has such a program. The precise
19021command to use depends on your system; @kbd{lpr -d} is common; another
19022(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
19023require a file name without any extension or a @samp{.dvi} extension.
c4555f82 19024
8e04817f
AC
19025@TeX{} also requires a macro definitions file called
19026@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
19027written in Texinfo format. On its own, @TeX{} cannot either read or
19028typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
19029and is located in the @file{gdb-@var{version-number}/texinfo}
19030directory.
c4555f82 19031
8e04817f
AC
19032If you have @TeX{} and a @sc{dvi} printer program installed, you can
19033typeset and print this manual. First switch to the the @file{gdb}
19034subdirectory of the main source directory (for example, to
19035@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 19036
474c8240 19037@smallexample
8e04817f 19038make gdb.dvi
474c8240 19039@end smallexample
c4555f82 19040
8e04817f 19041Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 19042
8e04817f
AC
19043@node Installing GDB
19044@appendix Installing @value{GDBN}
19045@cindex configuring @value{GDBN}
19046@cindex installation
94e91d6d 19047@cindex configuring @value{GDBN}, and source tree subdirectories
c4555f82 19048
8e04817f
AC
19049@value{GDBN} comes with a @code{configure} script that automates the process
19050of preparing @value{GDBN} for installation; you can then use @code{make} to
19051build the @code{gdb} program.
19052@iftex
19053@c irrelevant in info file; it's as current as the code it lives with.
19054@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
19055look at the @file{README} file in the sources; we may have improved the
19056installation procedures since publishing this manual.}
19057@end iftex
c4555f82 19058
8e04817f
AC
19059The @value{GDBN} distribution includes all the source code you need for
19060@value{GDBN} in a single directory, whose name is usually composed by
19061appending the version number to @samp{gdb}.
c4555f82 19062
8e04817f
AC
19063For example, the @value{GDBN} version @value{GDBVN} distribution is in the
19064@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 19065
8e04817f
AC
19066@table @code
19067@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
19068script for configuring @value{GDBN} and all its supporting libraries
c4555f82 19069
8e04817f
AC
19070@item gdb-@value{GDBVN}/gdb
19071the source specific to @value{GDBN} itself
c4555f82 19072
8e04817f
AC
19073@item gdb-@value{GDBVN}/bfd
19074source for the Binary File Descriptor library
c906108c 19075
8e04817f
AC
19076@item gdb-@value{GDBVN}/include
19077@sc{gnu} include files
c906108c 19078
8e04817f
AC
19079@item gdb-@value{GDBVN}/libiberty
19080source for the @samp{-liberty} free software library
c906108c 19081
8e04817f
AC
19082@item gdb-@value{GDBVN}/opcodes
19083source for the library of opcode tables and disassemblers
c906108c 19084
8e04817f
AC
19085@item gdb-@value{GDBVN}/readline
19086source for the @sc{gnu} command-line interface
c906108c 19087
8e04817f
AC
19088@item gdb-@value{GDBVN}/glob
19089source for the @sc{gnu} filename pattern-matching subroutine
c906108c 19090
8e04817f
AC
19091@item gdb-@value{GDBVN}/mmalloc
19092source for the @sc{gnu} memory-mapped malloc package
19093@end table
c906108c 19094
8e04817f
AC
19095The simplest way to configure and build @value{GDBN} is to run @code{configure}
19096from the @file{gdb-@var{version-number}} source directory, which in
19097this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 19098
8e04817f
AC
19099First switch to the @file{gdb-@var{version-number}} source directory
19100if you are not already in it; then run @code{configure}. Pass the
19101identifier for the platform on which @value{GDBN} will run as an
19102argument.
c906108c 19103
8e04817f 19104For example:
c906108c 19105
474c8240 19106@smallexample
8e04817f
AC
19107cd gdb-@value{GDBVN}
19108./configure @var{host}
19109make
474c8240 19110@end smallexample
c906108c 19111
8e04817f
AC
19112@noindent
19113where @var{host} is an identifier such as @samp{sun4} or
19114@samp{decstation}, that identifies the platform where @value{GDBN} will run.
19115(You can often leave off @var{host}; @code{configure} tries to guess the
19116correct value by examining your system.)
c906108c 19117
8e04817f
AC
19118Running @samp{configure @var{host}} and then running @code{make} builds the
19119@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
19120libraries, then @code{gdb} itself. The configured source files, and the
19121binaries, are left in the corresponding source directories.
c906108c 19122
8e04817f
AC
19123@need 750
19124@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
19125system does not recognize this automatically when you run a different
19126shell, you may need to run @code{sh} on it explicitly:
c906108c 19127
474c8240 19128@smallexample
8e04817f 19129sh configure @var{host}
474c8240 19130@end smallexample
c906108c 19131
8e04817f
AC
19132If you run @code{configure} from a directory that contains source
19133directories for multiple libraries or programs, such as the
19134@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
19135creates configuration files for every directory level underneath (unless
19136you tell it not to, with the @samp{--norecursion} option).
19137
94e91d6d
MC
19138You should run the @code{configure} script from the top directory in the
19139source tree, the @file{gdb-@var{version-number}} directory. If you run
19140@code{configure} from one of the subdirectories, you will configure only
19141that subdirectory. That is usually not what you want. In particular,
19142if you run the first @code{configure} from the @file{gdb} subdirectory
19143of the @file{gdb-@var{version-number}} directory, you will omit the
19144configuration of @file{bfd}, @file{readline}, and other sibling
19145directories of the @file{gdb} subdirectory. This leads to build errors
19146about missing include files such as @file{bfd/bfd.h}.
c906108c 19147
8e04817f
AC
19148You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
19149However, you should make sure that the shell on your path (named by
19150the @samp{SHELL} environment variable) is publicly readable. Remember
19151that @value{GDBN} uses the shell to start your program---some systems refuse to
19152let @value{GDBN} debug child processes whose programs are not readable.
c906108c 19153
8e04817f
AC
19154@menu
19155* Separate Objdir:: Compiling @value{GDBN} in another directory
19156* Config Names:: Specifying names for hosts and targets
19157* Configure Options:: Summary of options for configure
19158@end menu
c906108c 19159
8e04817f
AC
19160@node Separate Objdir
19161@section Compiling @value{GDBN} in another directory
c906108c 19162
8e04817f
AC
19163If you want to run @value{GDBN} versions for several host or target machines,
19164you need a different @code{gdb} compiled for each combination of
19165host and target. @code{configure} is designed to make this easy by
19166allowing you to generate each configuration in a separate subdirectory,
19167rather than in the source directory. If your @code{make} program
19168handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
19169@code{make} in each of these directories builds the @code{gdb}
19170program specified there.
c906108c 19171
8e04817f
AC
19172To build @code{gdb} in a separate directory, run @code{configure}
19173with the @samp{--srcdir} option to specify where to find the source.
19174(You also need to specify a path to find @code{configure}
19175itself from your working directory. If the path to @code{configure}
19176would be the same as the argument to @samp{--srcdir}, you can leave out
19177the @samp{--srcdir} option; it is assumed.)
c906108c 19178
8e04817f
AC
19179For example, with version @value{GDBVN}, you can build @value{GDBN} in a
19180separate directory for a Sun 4 like this:
c906108c 19181
474c8240 19182@smallexample
8e04817f
AC
19183@group
19184cd gdb-@value{GDBVN}
19185mkdir ../gdb-sun4
19186cd ../gdb-sun4
19187../gdb-@value{GDBVN}/configure sun4
19188make
19189@end group
474c8240 19190@end smallexample
c906108c 19191
8e04817f
AC
19192When @code{configure} builds a configuration using a remote source
19193directory, it creates a tree for the binaries with the same structure
19194(and using the same names) as the tree under the source directory. In
19195the example, you'd find the Sun 4 library @file{libiberty.a} in the
19196directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
19197@file{gdb-sun4/gdb}.
c906108c 19198
94e91d6d
MC
19199Make sure that your path to the @file{configure} script has just one
19200instance of @file{gdb} in it. If your path to @file{configure} looks
19201like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
19202one subdirectory of @value{GDBN}, not the whole package. This leads to
19203build errors about missing include files such as @file{bfd/bfd.h}.
19204
8e04817f
AC
19205One popular reason to build several @value{GDBN} configurations in separate
19206directories is to configure @value{GDBN} for cross-compiling (where
19207@value{GDBN} runs on one machine---the @dfn{host}---while debugging
19208programs that run on another machine---the @dfn{target}).
19209You specify a cross-debugging target by
19210giving the @samp{--target=@var{target}} option to @code{configure}.
c906108c 19211
8e04817f
AC
19212When you run @code{make} to build a program or library, you must run
19213it in a configured directory---whatever directory you were in when you
19214called @code{configure} (or one of its subdirectories).
c906108c 19215
8e04817f
AC
19216The @code{Makefile} that @code{configure} generates in each source
19217directory also runs recursively. If you type @code{make} in a source
19218directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
19219directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
19220will build all the required libraries, and then build GDB.
c906108c 19221
8e04817f
AC
19222When you have multiple hosts or targets configured in separate
19223directories, you can run @code{make} on them in parallel (for example,
19224if they are NFS-mounted on each of the hosts); they will not interfere
19225with each other.
c906108c 19226
8e04817f
AC
19227@node Config Names
19228@section Specifying names for hosts and targets
c906108c 19229
8e04817f
AC
19230The specifications used for hosts and targets in the @code{configure}
19231script are based on a three-part naming scheme, but some short predefined
19232aliases are also supported. The full naming scheme encodes three pieces
19233of information in the following pattern:
c906108c 19234
474c8240 19235@smallexample
8e04817f 19236@var{architecture}-@var{vendor}-@var{os}
474c8240 19237@end smallexample
c906108c 19238
8e04817f
AC
19239For example, you can use the alias @code{sun4} as a @var{host} argument,
19240or as the value for @var{target} in a @code{--target=@var{target}}
19241option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 19242
8e04817f
AC
19243The @code{configure} script accompanying @value{GDBN} does not provide
19244any query facility to list all supported host and target names or
19245aliases. @code{configure} calls the Bourne shell script
19246@code{config.sub} to map abbreviations to full names; you can read the
19247script, if you wish, or you can use it to test your guesses on
19248abbreviations---for example:
c906108c 19249
8e04817f
AC
19250@smallexample
19251% sh config.sub i386-linux
19252i386-pc-linux-gnu
19253% sh config.sub alpha-linux
19254alpha-unknown-linux-gnu
19255% sh config.sub hp9k700
19256hppa1.1-hp-hpux
19257% sh config.sub sun4
19258sparc-sun-sunos4.1.1
19259% sh config.sub sun3
19260m68k-sun-sunos4.1.1
19261% sh config.sub i986v
19262Invalid configuration `i986v': machine `i986v' not recognized
19263@end smallexample
c906108c 19264
8e04817f
AC
19265@noindent
19266@code{config.sub} is also distributed in the @value{GDBN} source
19267directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 19268
8e04817f
AC
19269@node Configure Options
19270@section @code{configure} options
c906108c 19271
8e04817f
AC
19272Here is a summary of the @code{configure} options and arguments that
19273are most often useful for building @value{GDBN}. @code{configure} also has
19274several other options not listed here. @inforef{What Configure
19275Does,,configure.info}, for a full explanation of @code{configure}.
c906108c 19276
474c8240 19277@smallexample
8e04817f
AC
19278configure @r{[}--help@r{]}
19279 @r{[}--prefix=@var{dir}@r{]}
19280 @r{[}--exec-prefix=@var{dir}@r{]}
19281 @r{[}--srcdir=@var{dirname}@r{]}
19282 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
19283 @r{[}--target=@var{target}@r{]}
19284 @var{host}
474c8240 19285@end smallexample
c906108c 19286
8e04817f
AC
19287@noindent
19288You may introduce options with a single @samp{-} rather than
19289@samp{--} if you prefer; but you may abbreviate option names if you use
19290@samp{--}.
c906108c 19291
8e04817f
AC
19292@table @code
19293@item --help
19294Display a quick summary of how to invoke @code{configure}.
c906108c 19295
8e04817f
AC
19296@item --prefix=@var{dir}
19297Configure the source to install programs and files under directory
19298@file{@var{dir}}.
c906108c 19299
8e04817f
AC
19300@item --exec-prefix=@var{dir}
19301Configure the source to install programs under directory
19302@file{@var{dir}}.
c906108c 19303
8e04817f
AC
19304@c avoid splitting the warning from the explanation:
19305@need 2000
19306@item --srcdir=@var{dirname}
19307@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
19308@code{make} that implements the @code{VPATH} feature.}@*
19309Use this option to make configurations in directories separate from the
19310@value{GDBN} source directories. Among other things, you can use this to
19311build (or maintain) several configurations simultaneously, in separate
19312directories. @code{configure} writes configuration specific files in
19313the current directory, but arranges for them to use the source in the
19314directory @var{dirname}. @code{configure} creates directories under
19315the working directory in parallel to the source directories below
19316@var{dirname}.
c906108c 19317
8e04817f
AC
19318@item --norecursion
19319Configure only the directory level where @code{configure} is executed; do not
19320propagate configuration to subdirectories.
c906108c 19321
8e04817f
AC
19322@item --target=@var{target}
19323Configure @value{GDBN} for cross-debugging programs running on the specified
19324@var{target}. Without this option, @value{GDBN} is configured to debug
19325programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 19326
8e04817f 19327There is no convenient way to generate a list of all available targets.
c906108c 19328
8e04817f
AC
19329@item @var{host} @dots{}
19330Configure @value{GDBN} to run on the specified @var{host}.
c906108c 19331
8e04817f
AC
19332There is no convenient way to generate a list of all available hosts.
19333@end table
c906108c 19334
8e04817f
AC
19335There are many other options available as well, but they are generally
19336needed for special purposes only.
c906108c 19337
8e04817f
AC
19338@node Maintenance Commands
19339@appendix Maintenance Commands
19340@cindex maintenance commands
19341@cindex internal commands
c906108c 19342
8e04817f
AC
19343In addition to commands intended for @value{GDBN} users, @value{GDBN}
19344includes a number of commands intended for @value{GDBN} developers.
19345These commands are provided here for reference.
c906108c 19346
8e04817f
AC
19347@table @code
19348@kindex maint info breakpoints
19349@item @anchor{maint info breakpoints}maint info breakpoints
19350Using the same format as @samp{info breakpoints}, display both the
19351breakpoints you've set explicitly, and those @value{GDBN} is using for
19352internal purposes. Internal breakpoints are shown with negative
19353breakpoint numbers. The type column identifies what kind of breakpoint
19354is shown:
c906108c 19355
8e04817f
AC
19356@table @code
19357@item breakpoint
19358Normal, explicitly set breakpoint.
c906108c 19359
8e04817f
AC
19360@item watchpoint
19361Normal, explicitly set watchpoint.
c906108c 19362
8e04817f
AC
19363@item longjmp
19364Internal breakpoint, used to handle correctly stepping through
19365@code{longjmp} calls.
c906108c 19366
8e04817f
AC
19367@item longjmp resume
19368Internal breakpoint at the target of a @code{longjmp}.
c906108c 19369
8e04817f
AC
19370@item until
19371Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 19372
8e04817f
AC
19373@item finish
19374Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 19375
8e04817f
AC
19376@item shlib events
19377Shared library events.
c906108c 19378
8e04817f 19379@end table
c906108c 19380
8d30a00d
AC
19381@kindex maint internal-error
19382@kindex maint internal-warning
19383@item maint internal-error
19384@itemx maint internal-warning
19385Cause @value{GDBN} to call the internal function @code{internal_error}
19386or @code{internal_warning} and hence behave as though an internal error
19387or internal warning has been detected. In addition to reporting the
19388internal problem, these functions give the user the opportunity to
19389either quit @value{GDBN} or create a core file of the current
19390@value{GDBN} session.
19391
19392@smallexample
19393(gdb) @kbd{maint internal-error testing, 1, 2}
19394@dots{}/maint.c:121: internal-error: testing, 1, 2
19395A problem internal to GDB has been detected. Further
19396debugging may prove unreliable.
19397Quit this debugging session? (y or n) @kbd{n}
19398Create a core file? (y or n) @kbd{n}
b383017d 19399(gdb)
8d30a00d
AC
19400@end smallexample
19401
19402Takes an optional parameter that is used as the text of the error or
19403warning message.
19404
00905d52
AC
19405@kindex maint print dummy-frames
19406@item maint print dummy-frames
19407
19408Prints the contents of @value{GDBN}'s internal dummy-frame stack.
19409
19410@smallexample
19411(gdb) @kbd{b add}
19412@dots{}
19413(gdb) @kbd{print add(2,3)}
19414Breakpoint 2, add (a=2, b=3) at @dots{}
1941558 return (a + b);
19416The program being debugged stopped while in a function called from GDB.
19417@dots{}
19418(gdb) @kbd{maint print dummy-frames}
194190x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
19420 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
19421 call_lo=0x01014000 call_hi=0x01014001
b383017d 19422(gdb)
00905d52
AC
19423@end smallexample
19424
19425Takes an optional file parameter.
19426
0680b120
AC
19427@kindex maint print registers
19428@kindex maint print raw-registers
19429@kindex maint print cooked-registers
617073a9 19430@kindex maint print register-groups
0680b120
AC
19431@item maint print registers
19432@itemx maint print raw-registers
19433@itemx maint print cooked-registers
617073a9 19434@itemx maint print register-groups
0680b120
AC
19435Print @value{GDBN}'s internal register data structures.
19436
617073a9
AC
19437The command @code{maint print raw-registers} includes the contents of
19438the raw register cache; the command @code{maint print cooked-registers}
19439includes the (cooked) value of all registers; and the command
19440@code{maint print register-groups} includes the groups that each
19441register is a member of. @xref{Registers,, Registers, gdbint,
19442@value{GDBN} Internals}.
0680b120
AC
19443
19444Takes an optional file parameter.
19445
617073a9
AC
19446@kindex maint print reggroups
19447@item maint print reggroups
19448Print @value{GDBN}'s internal register group data structures.
19449
19450Takes an optional file parameter.
19451
19452@smallexample
19453(gdb) @kbd{maint print reggroups}
b383017d
RM
19454 Group Type
19455 general user
19456 float user
19457 all user
19458 vector user
19459 system user
19460 save internal
19461 restore internal
617073a9
AC
19462@end smallexample
19463
e7ba9c65
DJ
19464@kindex maint set profile
19465@kindex maint show profile
19466@cindex profiling GDB
19467@item maint set profile
19468@itemx maint show profile
19469Control profiling of @value{GDBN}.
19470
19471Profiling will be disabled until you use the @samp{maint set profile}
19472command to enable it. When you enable profiling, the system will begin
19473collecting timing and execution count data; when you disable profiling or
19474exit @value{GDBN}, the results will be written to a log file. Remember that
19475if you use profiling, @value{GDBN} will overwrite the profiling log file
19476(often called @file{gmon.out}). If you have a record of important profiling
19477data in a @file{gmon.out} file, be sure to move it to a safe location.
19478
19479Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
b383017d 19480compiled with the @samp{-pg} compiler option.
e7ba9c65 19481
8e04817f 19482@end table
c906108c 19483
c906108c 19484
e0ce93ac 19485@node Remote Protocol
8e04817f 19486@appendix @value{GDBN} Remote Serial Protocol
c906108c 19487
ee2d5c50
AC
19488@menu
19489* Overview::
19490* Packets::
19491* Stop Reply Packets::
19492* General Query Packets::
19493* Register Packet Format::
19494* Examples::
0ce1b118 19495* File-I/O remote protocol extension::
ee2d5c50
AC
19496@end menu
19497
19498@node Overview
19499@section Overview
19500
8e04817f
AC
19501There may be occasions when you need to know something about the
19502protocol---for example, if there is only one serial port to your target
19503machine, you might want your program to do something special if it
19504recognizes a packet meant for @value{GDBN}.
c906108c 19505
d2c6833e 19506In the examples below, @samp{->} and @samp{<-} are used to indicate
8e04817f 19507transmitted and received data respectfully.
c906108c 19508
8e04817f
AC
19509@cindex protocol, @value{GDBN} remote serial
19510@cindex serial protocol, @value{GDBN} remote
19511@cindex remote serial protocol
19512All @value{GDBN} commands and responses (other than acknowledgments) are
19513sent as a @var{packet}. A @var{packet} is introduced with the character
19514@samp{$}, the actual @var{packet-data}, and the terminating character
19515@samp{#} followed by a two-digit @var{checksum}:
c906108c 19516
474c8240 19517@smallexample
8e04817f 19518@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 19519@end smallexample
8e04817f 19520@noindent
c906108c 19521
8e04817f
AC
19522@cindex checksum, for @value{GDBN} remote
19523@noindent
19524The two-digit @var{checksum} is computed as the modulo 256 sum of all
19525characters between the leading @samp{$} and the trailing @samp{#} (an
19526eight bit unsigned checksum).
c906108c 19527
8e04817f
AC
19528Implementors should note that prior to @value{GDBN} 5.0 the protocol
19529specification also included an optional two-digit @var{sequence-id}:
c906108c 19530
474c8240 19531@smallexample
8e04817f 19532@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 19533@end smallexample
c906108c 19534
8e04817f
AC
19535@cindex sequence-id, for @value{GDBN} remote
19536@noindent
19537That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
19538has never output @var{sequence-id}s. Stubs that handle packets added
19539since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 19540
8e04817f
AC
19541@cindex acknowledgment, for @value{GDBN} remote
19542When either the host or the target machine receives a packet, the first
19543response expected is an acknowledgment: either @samp{+} (to indicate
19544the package was received correctly) or @samp{-} (to request
19545retransmission):
c906108c 19546
474c8240 19547@smallexample
d2c6833e
AC
19548-> @code{$}@var{packet-data}@code{#}@var{checksum}
19549<- @code{+}
474c8240 19550@end smallexample
8e04817f 19551@noindent
53a5351d 19552
8e04817f
AC
19553The host (@value{GDBN}) sends @var{command}s, and the target (the
19554debugging stub incorporated in your program) sends a @var{response}. In
19555the case of step and continue @var{command}s, the response is only sent
19556when the operation has completed (the target has again stopped).
c906108c 19557
8e04817f
AC
19558@var{packet-data} consists of a sequence of characters with the
19559exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
19560exceptions).
c906108c 19561
8e04817f 19562Fields within the packet should be separated using @samp{,} @samp{;} or
ee2d5c50 19563@cindex remote protocol, field separator
8e04817f 19564@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 19565@sc{hex} with leading zeros suppressed.
c906108c 19566
8e04817f
AC
19567Implementors should note that prior to @value{GDBN} 5.0, the character
19568@samp{:} could not appear as the third character in a packet (as it
19569would potentially conflict with the @var{sequence-id}).
c906108c 19570
8e04817f
AC
19571Response @var{data} can be run-length encoded to save space. A @samp{*}
19572means that the next character is an @sc{ascii} encoding giving a repeat count
19573which stands for that many repetitions of the character preceding the
19574@samp{*}. The encoding is @code{n+29}, yielding a printable character
19575where @code{n >=3} (which is where rle starts to win). The printable
19576characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
19577value greater than 126 should not be used.
c906108c 19578
8e04817f 19579So:
474c8240 19580@smallexample
8e04817f 19581"@code{0* }"
474c8240 19582@end smallexample
8e04817f
AC
19583@noindent
19584means the same as "0000".
c906108c 19585
8e04817f
AC
19586The error response returned for some packets includes a two character
19587error number. That number is not well defined.
c906108c 19588
8e04817f
AC
19589For any @var{command} not supported by the stub, an empty response
19590(@samp{$#00}) should be returned. That way it is possible to extend the
19591protocol. A newer @value{GDBN} can tell if a packet is supported based
19592on that response.
c906108c 19593
b383017d
RM
19594A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
19595@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
8e04817f 19596optional.
c906108c 19597
ee2d5c50
AC
19598@node Packets
19599@section Packets
19600
19601The following table provides a complete list of all currently defined
19602@var{command}s and their corresponding response @var{data}.
19603
19604@table @r
19605
19606@item @code{!} --- extended mode
19607@cindex @code{!} packet
19608
8e04817f
AC
19609Enable extended mode. In extended mode, the remote server is made
19610persistent. The @samp{R} packet is used to restart the program being
19611debugged.
ee2d5c50
AC
19612
19613Reply:
19614@table @samp
19615@item OK
8e04817f 19616The remote target both supports and has enabled extended mode.
ee2d5c50 19617@end table
c906108c 19618
ee2d5c50
AC
19619@item @code{?} --- last signal
19620@cindex @code{?} packet
c906108c 19621
ee2d5c50
AC
19622Indicate the reason the target halted. The reply is the same as for
19623step and continue.
c906108c 19624
ee2d5c50
AC
19625Reply:
19626@xref{Stop Reply Packets}, for the reply specifications.
19627
19628@item @code{a} --- reserved
19629
19630Reserved for future use.
19631
19632@item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
19633@cindex @code{A} packet
c906108c 19634
8e04817f
AC
19635Initialized @samp{argv[]} array passed into program. @var{arglen}
19636specifies the number of bytes in the hex encoded byte stream @var{arg}.
ee2d5c50
AC
19637See @code{gdbserver} for more details.
19638
19639Reply:
19640@table @samp
19641@item OK
19642@item E@var{NN}
19643@end table
19644
19645@item @code{b}@var{baud} --- set baud @strong{(deprecated)}
19646@cindex @code{b} packet
19647
19648Change the serial line speed to @var{baud}.
19649
19650JTC: @emph{When does the transport layer state change? When it's
19651received, or after the ACK is transmitted. In either case, there are
19652problems if the command or the acknowledgment packet is dropped.}
19653
19654Stan: @emph{If people really wanted to add something like this, and get
19655it working for the first time, they ought to modify ser-unix.c to send
19656some kind of out-of-band message to a specially-setup stub and have the
19657switch happen "in between" packets, so that from remote protocol's point
19658of view, nothing actually happened.}
19659
19660@item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
19661@cindex @code{B} packet
19662
8e04817f 19663Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
19664breakpoint at @var{addr}.
19665
19666This packet has been replaced by the @samp{Z} and @samp{z} packets
19667(@pxref{insert breakpoint or watchpoint packet}).
c906108c 19668
ee2d5c50
AC
19669@item @code{c}@var{addr} --- continue
19670@cindex @code{c} packet
19671
19672@var{addr} is address to resume. If @var{addr} is omitted, resume at
8e04817f 19673current address.
c906108c 19674
ee2d5c50
AC
19675Reply:
19676@xref{Stop Reply Packets}, for the reply specifications.
19677
19678@item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
19679@cindex @code{C} packet
19680
8e04817f
AC
19681Continue with signal @var{sig} (hex signal number). If
19682@code{;}@var{addr} is omitted, resume at same address.
c906108c 19683
ee2d5c50
AC
19684Reply:
19685@xref{Stop Reply Packets}, for the reply specifications.
c906108c 19686
ee2d5c50
AC
19687@item @code{d} --- toggle debug @strong{(deprecated)}
19688@cindex @code{d} packet
19689
19690Toggle debug flag.
19691
19692@item @code{D} --- detach
19693@cindex @code{D} packet
19694
19695Detach @value{GDBN} from the remote system. Sent to the remote target
07f31aa6 19696before @value{GDBN} disconnects via the @code{detach} command.
ee2d5c50
AC
19697
19698Reply:
19699@table @samp
19700@item @emph{no response}
8e04817f 19701@value{GDBN} does not check for any response after sending this packet.
ee2d5c50 19702@end table
c906108c 19703
ee2d5c50 19704@item @code{e} --- reserved
c906108c 19705
ee2d5c50 19706Reserved for future use.
c906108c 19707
ee2d5c50 19708@item @code{E} --- reserved
c906108c 19709
ee2d5c50 19710Reserved for future use.
c906108c 19711
ee2d5c50
AC
19712@item @code{f} --- reserved
19713
19714Reserved for future use.
19715
0ce1b118
CV
19716@item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
19717@cindex @code{F} packet
ee2d5c50 19718
0ce1b118
CV
19719This packet is send by @value{GDBN} as reply to a @code{F} request packet
19720sent by the target. This is part of the File-I/O protocol extension.
19721@xref{File-I/O remote protocol extension}, for the specification.
ee2d5c50
AC
19722
19723@item @code{g} --- read registers
19724@anchor{read registers packet}
19725@cindex @code{g} packet
19726
19727Read general registers.
19728
19729Reply:
19730@table @samp
19731@item @var{XX@dots{}}
8e04817f
AC
19732Each byte of register data is described by two hex digits. The bytes
19733with the register are transmitted in target byte order. The size of
19734each register and their position within the @samp{g} @var{packet} are
12c266ea
AC
19735determined by the @value{GDBN} internal macros
19736@var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros. The
19737specification of several standard @code{g} packets is specified below.
ee2d5c50
AC
19738@item E@var{NN}
19739for an error.
19740@end table
c906108c 19741
ee2d5c50
AC
19742@item @code{G}@var{XX@dots{}} --- write regs
19743@cindex @code{G} packet
c906108c 19744
ee2d5c50
AC
19745@xref{read registers packet}, for a description of the @var{XX@dots{}}
19746data.
19747
19748Reply:
19749@table @samp
19750@item OK
19751for success
19752@item E@var{NN}
19753for an error
19754@end table
19755
19756@item @code{h} --- reserved
19757
19758Reserved for future use.
19759
b383017d 19760@item @code{H}@var{c}@var{t@dots{}} --- set thread
ee2d5c50 19761@cindex @code{H} packet
c906108c 19762
8e04817f 19763Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
ee2d5c50
AC
19764@samp{G}, et.al.). @var{c} depends on the operation to be performed: it
19765should be @samp{c} for step and continue operations, @samp{g} for other
19766operations. The thread designator @var{t@dots{}} may be -1, meaning all
19767the threads, a thread number, or zero which means pick any thread.
19768
19769Reply:
19770@table @samp
19771@item OK
19772for success
19773@item E@var{NN}
19774for an error
19775@end table
c906108c 19776
8e04817f
AC
19777@c FIXME: JTC:
19778@c 'H': How restrictive (or permissive) is the thread model. If a
19779@c thread is selected and stopped, are other threads allowed
19780@c to continue to execute? As I mentioned above, I think the
19781@c semantics of each command when a thread is selected must be
19782@c described. For example:
19783@c
19784@c 'g': If the stub supports threads and a specific thread is
19785@c selected, returns the register block from that thread;
19786@c otherwise returns current registers.
19787@c
19788@c 'G' If the stub supports threads and a specific thread is
19789@c selected, sets the registers of the register block of
19790@c that thread; otherwise sets current registers.
c906108c 19791
ee2d5c50
AC
19792@item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
19793@anchor{cycle step packet}
19794@cindex @code{i} packet
19795
8e04817f
AC
19796Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
19797present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
19798step starting at that address.
c906108c 19799
ee2d5c50
AC
19800@item @code{I} --- signal then cycle step @strong{(reserved)}
19801@cindex @code{I} packet
19802
19803@xref{step with signal packet}. @xref{cycle step packet}.
19804
19805@item @code{j} --- reserved
19806
19807Reserved for future use.
19808
19809@item @code{J} --- reserved
c906108c 19810
ee2d5c50 19811Reserved for future use.
c906108c 19812
ee2d5c50
AC
19813@item @code{k} --- kill request
19814@cindex @code{k} packet
c906108c 19815
ac282366 19816FIXME: @emph{There is no description of how to operate when a specific
ee2d5c50
AC
19817thread context has been selected (i.e.@: does 'k' kill only that
19818thread?)}.
c906108c 19819
ee2d5c50 19820@item @code{K} --- reserved
c906108c 19821
ee2d5c50
AC
19822Reserved for future use.
19823
19824@item @code{l} --- reserved
19825
19826Reserved for future use.
19827
19828@item @code{L} --- reserved
19829
19830Reserved for future use.
19831
19832@item @code{m}@var{addr}@code{,}@var{length} --- read memory
19833@cindex @code{m} packet
c906108c 19834
8e04817f 19835Read @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50 19836Neither @value{GDBN} nor the stub assume that sized memory transfers are
2e834e49 19837assumed using word aligned accesses. FIXME: @emph{A word aligned memory
8e04817f 19838transfer mechanism is needed.}
c906108c 19839
ee2d5c50
AC
19840Reply:
19841@table @samp
19842@item @var{XX@dots{}}
19843@var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
19844to read only part of the data. Neither @value{GDBN} nor the stub assume
2e834e49 19845that sized memory transfers are assumed using word aligned
ee2d5c50
AC
19846accesses. FIXME: @emph{A word aligned memory transfer mechanism is
19847needed.}
19848@item E@var{NN}
19849@var{NN} is errno
19850@end table
19851
19852@item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
19853@cindex @code{M} packet
19854
8e04817f 19855Write @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50
AC
19856@var{XX@dots{}} is the data.
19857
19858Reply:
19859@table @samp
19860@item OK
19861for success
19862@item E@var{NN}
8e04817f
AC
19863for an error (this includes the case where only part of the data was
19864written).
ee2d5c50 19865@end table
c906108c 19866
ee2d5c50 19867@item @code{n} --- reserved
c906108c 19868
ee2d5c50 19869Reserved for future use.
c906108c 19870
ee2d5c50 19871@item @code{N} --- reserved
c906108c 19872
ee2d5c50 19873Reserved for future use.
c906108c 19874
ee2d5c50
AC
19875@item @code{o} --- reserved
19876
19877Reserved for future use.
19878
19879@item @code{O} --- reserved
19880
19881Reserved for future use.
c906108c 19882
ee2d5c50
AC
19883@item @code{p}@var{n@dots{}} --- read reg @strong{(reserved)}
19884@cindex @code{p} packet
19885
19886@xref{write register packet}.
19887
19888Reply:
19889@table @samp
19890@item @var{r@dots{}.}
19891The hex encoded value of the register in target byte order.
19892@end table
19893
19894@item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
19895@anchor{write register packet}
19896@cindex @code{P} packet
19897
19898Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
8e04817f 19899digits for each byte in the register (target byte order).
c906108c 19900
ee2d5c50
AC
19901Reply:
19902@table @samp
19903@item OK
19904for success
19905@item E@var{NN}
19906for an error
19907@end table
19908
19909@item @code{q}@var{query} --- general query
19910@anchor{general query packet}
19911@cindex @code{q} packet
19912
19913Request info about @var{query}. In general @value{GDBN} queries have a
19914leading upper case letter. Custom vendor queries should use a company
19915prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
19916be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
19917that they match the full @var{query} name.
19918
19919Reply:
19920@table @samp
19921@item @var{XX@dots{}}
19922Hex encoded data from query. The reply can not be empty.
19923@item E@var{NN}
19924error reply
8e04817f 19925@item
ee2d5c50
AC
19926Indicating an unrecognized @var{query}.
19927@end table
19928
19929@item @code{Q}@var{var}@code{=}@var{val} --- general set
19930@cindex @code{Q} packet
19931
19932Set value of @var{var} to @var{val}.
19933
19934@xref{general query packet}, for a discussion of naming conventions.
c906108c 19935
ee2d5c50
AC
19936@item @code{r} --- reset @strong{(deprecated)}
19937@cindex @code{r} packet
c906108c 19938
8e04817f 19939Reset the entire system.
c906108c 19940
ee2d5c50
AC
19941@item @code{R}@var{XX} --- remote restart
19942@cindex @code{R} packet
19943
8e04817f
AC
19944Restart the program being debugged. @var{XX}, while needed, is ignored.
19945This packet is only available in extended mode.
ee2d5c50
AC
19946
19947Reply:
19948@table @samp
19949@item @emph{no reply}
8e04817f 19950The @samp{R} packet has no reply.
ee2d5c50
AC
19951@end table
19952
19953@item @code{s}@var{addr} --- step
19954@cindex @code{s} packet
c906108c 19955
8e04817f
AC
19956@var{addr} is address to resume. If @var{addr} is omitted, resume at
19957same address.
c906108c 19958
ee2d5c50
AC
19959Reply:
19960@xref{Stop Reply Packets}, for the reply specifications.
19961
19962@item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
19963@anchor{step with signal packet}
19964@cindex @code{S} packet
19965
8e04817f 19966Like @samp{C} but step not continue.
c906108c 19967
ee2d5c50
AC
19968Reply:
19969@xref{Stop Reply Packets}, for the reply specifications.
19970
b383017d 19971@item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
ee2d5c50
AC
19972@cindex @code{t} packet
19973
8e04817f 19974Search backwards starting at address @var{addr} for a match with pattern
ee2d5c50
AC
19975@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
19976@var{addr} must be at least 3 digits.
c906108c 19977
ee2d5c50
AC
19978@item @code{T}@var{XX} --- thread alive
19979@cindex @code{T} packet
c906108c 19980
ee2d5c50 19981Find out if the thread XX is alive.
c906108c 19982
ee2d5c50
AC
19983Reply:
19984@table @samp
19985@item OK
19986thread is still alive
19987@item E@var{NN}
19988thread is dead
19989@end table
19990
19991@item @code{u} --- reserved
19992
19993Reserved for future use.
19994
19995@item @code{U} --- reserved
19996
19997Reserved for future use.
19998
86d30acc 19999@item @code{v} --- verbose packet prefix
ee2d5c50 20000
86d30acc
DJ
20001Packets starting with @code{v} are identified by a multi-letter name,
20002up to the first @code{;} or @code{?} (or the end of the packet).
20003
20004@item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
20005@cindex @code{vCont} packet
20006
20007Resume the inferior. Different actions may be specified for each thread.
20008If an action is specified with no @var{tid}, then it is applied to any
20009threads that don't have a specific action specified; if no default action is
20010specified then other threads should remain stopped. Specifying multiple
20011default actions is an error; specifying no actions is also an error.
20012Thread IDs are specified in hexadecimal. Currently supported actions are:
20013
20014@table @code
20015@item c
20016Continue.
20017@item C@var{sig}
20018Continue with signal @var{sig}. @var{sig} should be two hex digits.
20019@item s
20020Step.
20021@item S@var{sig}
20022Step with signal @var{sig}. @var{sig} should be two hex digits.
20023@end table
20024
20025The optional @var{addr} argument normally associated with these packets is
20026not supported in @code{vCont}.
20027
20028Reply:
20029@xref{Stop Reply Packets}, for the reply specifications.
20030
20031@item @code{vCont?} --- extended resume query
20032@cindex @code{vCont?} packet
20033
20034Query support for the @code{vCont} packet.
20035
20036Reply:
20037@table @samp
20038@item @code{vCont}[;@var{action}]...
20039The @code{vCont} packet is supported. Each @var{action} is a supported
20040command in the @code{vCont} packet.
20041@item
20042The @code{vCont} packet is not supported.
20043@end table
ee2d5c50
AC
20044
20045@item @code{V} --- reserved
c906108c 20046
ee2d5c50 20047Reserved for future use.
c906108c 20048
ee2d5c50 20049@item @code{w} --- reserved
c906108c 20050
ee2d5c50 20051Reserved for future use.
c906108c 20052
ee2d5c50 20053@item @code{W} --- reserved
c906108c 20054
ee2d5c50 20055Reserved for future use.
c906108c 20056
ee2d5c50
AC
20057@item @code{x} --- reserved
20058
20059Reserved for future use.
20060
20061@item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
20062@cindex @code{X} packet
20063
20064@var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
20065is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
8e04817f 20066escaped using @code{0x7d}.
c906108c 20067
ee2d5c50
AC
20068Reply:
20069@table @samp
20070@item OK
20071for success
20072@item E@var{NN}
20073for an error
20074@end table
20075
20076@item @code{y} --- reserved
c906108c 20077
ee2d5c50 20078Reserved for future use.
c906108c 20079
ee2d5c50
AC
20080@item @code{Y} reserved
20081
20082Reserved for future use.
20083
2f870471
AC
20084@item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
20085@itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
20086@anchor{insert breakpoint or watchpoint packet}
ee2d5c50 20087@cindex @code{z} packet
2f870471 20088@cindex @code{Z} packets
ee2d5c50 20089
2f870471
AC
20090Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
20091watchpoint starting at address @var{address} and covering the next
20092@var{length} bytes.
ee2d5c50 20093
2f870471
AC
20094Each breakpoint and watchpoint packet @var{type} is documented
20095separately.
20096
512217c7
AC
20097@emph{Implementation notes: A remote target shall return an empty string
20098for an unrecognized breakpoint or watchpoint packet @var{type}. A
20099remote target shall support either both or neither of a given
2f870471
AC
20100@code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
20101avoid potential problems with duplicate packets, the operations should
20102be implemented in an idempotent way.}
20103
20104@item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
20105@item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
20106@cindex @code{z0} packet
20107@cindex @code{Z0} packet
20108
20109Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
20110@code{addr} of size @code{length}.
20111
20112A memory breakpoint is implemented by replacing the instruction at
20113@var{addr} with a software breakpoint or trap instruction. The
20114@code{length} is used by targets that indicates the size of the
20115breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
20116@sc{mips} can insert either a 2 or 4 byte breakpoint).
c906108c 20117
2f870471
AC
20118@emph{Implementation note: It is possible for a target to copy or move
20119code that contains memory breakpoints (e.g., when implementing
20120overlays). The behavior of this packet, in the presence of such a
20121target, is not defined.}
c906108c 20122
ee2d5c50
AC
20123Reply:
20124@table @samp
2f870471
AC
20125@item OK
20126success
20127@item
20128not supported
ee2d5c50
AC
20129@item E@var{NN}
20130for an error
2f870471
AC
20131@end table
20132
20133@item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
20134@item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
20135@cindex @code{z1} packet
20136@cindex @code{Z1} packet
20137
20138Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
20139address @code{addr} of size @code{length}.
20140
20141A hardware breakpoint is implemented using a mechanism that is not
20142dependant on being able to modify the target's memory.
20143
20144@emph{Implementation note: A hardware breakpoint is not affected by code
20145movement.}
20146
20147Reply:
20148@table @samp
ee2d5c50 20149@item OK
2f870471
AC
20150success
20151@item
20152not supported
20153@item E@var{NN}
20154for an error
20155@end table
20156
20157@item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
20158@item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
20159@cindex @code{z2} packet
20160@cindex @code{Z2} packet
20161
20162Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
20163
20164Reply:
20165@table @samp
20166@item OK
20167success
20168@item
20169not supported
20170@item E@var{NN}
20171for an error
20172@end table
20173
20174@item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
20175@item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
20176@cindex @code{z3} packet
20177@cindex @code{Z3} packet
20178
2e834e49 20179Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
2f870471
AC
20180
20181Reply:
20182@table @samp
20183@item OK
20184success
20185@item
20186not supported
20187@item E@var{NN}
20188for an error
20189@end table
20190
2e834e49
HPN
20191@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
20192@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
2f870471
AC
20193@cindex @code{z4} packet
20194@cindex @code{Z4} packet
20195
20196Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
20197
20198Reply:
20199@table @samp
20200@item OK
20201success
20202@item
20203not supported
20204@item E@var{NN}
20205for an error
ee2d5c50
AC
20206@end table
20207
20208@end table
c906108c 20209
ee2d5c50
AC
20210@node Stop Reply Packets
20211@section Stop Reply Packets
20212@cindex stop reply packets
c906108c 20213
8e04817f
AC
20214The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
20215receive any of the below as a reply. In the case of the @samp{C},
20216@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
20217when the target halts. In the below the exact meaning of @samp{signal
20218number} is poorly defined. In general one of the UNIX signal numbering
20219conventions is used.
c906108c 20220
ee2d5c50 20221@table @samp
c906108c 20222
ee2d5c50
AC
20223@item S@var{AA}
20224@var{AA} is the signal number
c906108c 20225
8e04817f 20226@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
20227@cindex @code{T} packet reply
20228
8e04817f
AC
20229@var{AA} = two hex digit signal number; @var{n...} = register number
20230(hex), @var{r...} = target byte ordered register contents, size defined
12c266ea
AC
20231by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
20232@var{r...} = thread process ID, this is a hex integer; @var{n...} =
20233(@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
20234address, this is a hex integer; @var{n...} = other string not starting
20235with valid hex digit. @value{GDBN} should ignore this @var{n...},
20236@var{r...} pair and go on to the next. This way we can extend the
20237protocol.
c906108c 20238
ee2d5c50
AC
20239@item W@var{AA}
20240
8e04817f 20241The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
20242applicable to certain targets.
20243
20244@item X@var{AA}
c906108c 20245
8e04817f 20246The process terminated with signal @var{AA}.
c906108c 20247
ee2d5c50 20248@item O@var{XX@dots{}}
c906108c 20249
ee2d5c50
AC
20250@var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
20251any time while the program is running and the debugger should continue
20252to wait for @samp{W}, @samp{T}, etc.
20253
0ce1b118
CV
20254@item F@var{call-id}@code{,}@var{parameter@dots{}}
20255
20256@var{call-id} is the identifier which says which host system call should
20257be called. This is just the name of the function. Translation into the
20258correct system call is only applicable as it's defined in @value{GDBN}.
20259@xref{File-I/O remote protocol extension}, for a list of implemented
20260system calls.
20261
20262@var{parameter@dots{}} is a list of parameters as defined for this very
20263system call.
20264
20265The target replies with this packet when it expects @value{GDBN} to call
20266a host system call on behalf of the target. @value{GDBN} replies with
20267an appropriate @code{F} packet and keeps up waiting for the next reply
20268packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
20269@samp{s} action is expected to be continued.
20270@xref{File-I/O remote protocol extension}, for more details.
20271
ee2d5c50
AC
20272@end table
20273
20274@node General Query Packets
20275@section General Query Packets
c906108c 20276
8e04817f 20277The following set and query packets have already been defined.
c906108c 20278
ee2d5c50 20279@table @r
c906108c 20280
ee2d5c50
AC
20281@item @code{q}@code{C} --- current thread
20282
20283Return the current thread id.
20284
20285Reply:
20286@table @samp
20287@item @code{QC}@var{pid}
8e04817f 20288Where @var{pid} is a HEX encoded 16 bit process id.
ee2d5c50
AC
20289@item *
20290Any other reply implies the old pid.
20291@end table
20292
20293@item @code{q}@code{fThreadInfo} -- all thread ids
20294
20295@code{q}@code{sThreadInfo}
c906108c 20296
8e04817f
AC
20297Obtain a list of active thread ids from the target (OS). Since there
20298may be too many active threads to fit into one reply packet, this query
20299works iteratively: it may require more than one query/reply sequence to
20300obtain the entire list of threads. The first query of the sequence will
20301be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
20302sequence will be the @code{qs}@code{ThreadInfo} query.
ee2d5c50
AC
20303
20304NOTE: replaces the @code{qL} query (see below).
20305
20306Reply:
20307@table @samp
20308@item @code{m}@var{id}
20309A single thread id
20310@item @code{m}@var{id},@var{id}@dots{}
20311a comma-separated list of thread ids
20312@item @code{l}
20313(lower case 'el') denotes end of list.
20314@end table
20315
20316In response to each query, the target will reply with a list of one or
20317more thread ids, in big-endian hex, separated by commas. @value{GDBN}
20318will respond to each reply with a request for more thread ids (using the
8e04817f
AC
20319@code{qs} form of the query), until the target responds with @code{l}
20320(lower-case el, for @code{'last'}).
c906108c 20321
ee2d5c50
AC
20322@item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
20323
20324Where @var{id} is a thread-id in big-endian hex. Obtain a printable
20325string description of a thread's attributes from the target OS. This
20326string may contain anything that the target OS thinks is interesting for
20327@value{GDBN} to tell the user about the thread. The string is displayed
20328in @value{GDBN}'s @samp{info threads} display. Some examples of
20329possible thread extra info strings are ``Runnable'', or ``Blocked on
20330Mutex''.
20331
20332Reply:
20333@table @samp
20334@item @var{XX@dots{}}
20335Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
20336the printable string containing the extra information about the thread's
8e04817f 20337attributes.
ee2d5c50
AC
20338@end table
20339
20340@item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
c906108c 20341
8e04817f
AC
20342Obtain thread information from RTOS. Where: @var{startflag} (one hex
20343digit) is one to indicate the first query and zero to indicate a
20344subsequent query; @var{threadcount} (two hex digits) is the maximum
20345number of threads the response packet can contain; and @var{nextthread}
20346(eight hex digits), for subsequent queries (@var{startflag} is zero), is
20347returned in the response as @var{argthread}.
ee2d5c50
AC
20348
20349NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
20350(see above).
20351
20352Reply:
20353@table @samp
20354@item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
8e04817f
AC
20355Where: @var{count} (two hex digits) is the number of threads being
20356returned; @var{done} (one hex digit) is zero to indicate more threads
20357and one indicates no further threads; @var{argthreadid} (eight hex
ee2d5c50
AC
20358digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
20359is a sequence of thread IDs from the target. @var{threadid} (eight hex
8e04817f 20360digits). See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 20361@end table
c906108c 20362
ee2d5c50
AC
20363@item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
20364
20365Reply:
20366@table @samp
20367@item @code{E}@var{NN}
20368An error (such as memory fault)
20369@item @code{C}@var{CRC32}
20370A 32 bit cyclic redundancy check of the specified memory region.
20371@end table
20372
20373@item @code{q}@code{Offsets} --- query sect offs
c906108c 20374
8e04817f
AC
20375Get section offsets that the target used when re-locating the downloaded
20376image. @emph{Note: while a @code{Bss} offset is included in the
20377response, @value{GDBN} ignores this and instead applies the @code{Data}
20378offset to the @code{Bss} section.}
c906108c 20379
ee2d5c50
AC
20380Reply:
20381@table @samp
20382@item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
20383@end table
20384
20385@item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
20386
8e04817f
AC
20387Returns information on @var{threadid}. Where: @var{mode} is a hex
20388encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
ee2d5c50
AC
20389
20390Reply:
20391@table @samp
20392@item *
20393@end table
20394
8e04817f 20395See @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 20396
ee2d5c50
AC
20397@item @code{q}@code{Rcmd,}@var{command} --- remote command
20398
20399@var{command} (hex encoded) is passed to the local interpreter for
8e04817f
AC
20400execution. Invalid commands should be reported using the output string.
20401Before the final result packet, the target may also respond with a
ee2d5c50
AC
20402number of intermediate @code{O}@var{output} console output packets.
20403@emph{Implementors should note that providing access to a stubs's
20404interpreter may have security implications}.
20405
20406Reply:
20407@table @samp
20408@item OK
8e04817f 20409A command response with no output.
ee2d5c50 20410@item @var{OUTPUT}
8e04817f 20411A command response with the hex encoded output string @var{OUTPUT}.
ee2d5c50 20412@item @code{E}@var{NN}
8e04817f 20413Indicate a badly formed request.
ee2d5c50 20414@item @samp{}
8e04817f 20415When @samp{q}@samp{Rcmd} is not recognized.
ee2d5c50
AC
20416@end table
20417
20418@item @code{qSymbol::} --- symbol lookup
c906108c 20419
8e04817f
AC
20420Notify the target that @value{GDBN} is prepared to serve symbol lookup
20421requests. Accept requests from the target for the values of symbols.
ee2d5c50
AC
20422
20423Reply:
20424@table @samp
20425@item @code{OK}
8e04817f 20426The target does not need to look up any (more) symbols.
ee2d5c50
AC
20427@item @code{qSymbol:}@var{sym_name}
20428The target requests the value of symbol @var{sym_name} (hex encoded).
20429@value{GDBN} may provide the value by using the
20430@code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
20431@end table
20432
20433@item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
20434
20435Set the value of @var{sym_name} to @var{sym_value}.
20436
20437@var{sym_name} (hex encoded) is the name of a symbol whose value the
20438target has previously requested.
20439
20440@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
20441@value{GDBN} cannot supply a value for @var{sym_name}, then this field
20442will be empty.
20443
20444Reply:
20445@table @samp
20446@item @code{OK}
8e04817f 20447The target does not need to look up any (more) symbols.
ee2d5c50
AC
20448@item @code{qSymbol:}@var{sym_name}
20449The target requests the value of a new symbol @var{sym_name} (hex
20450encoded). @value{GDBN} will continue to supply the values of symbols
20451(if available), until the target ceases to request them.
20452@end table
eb12ee30 20453
649e03f6
RM
20454@item @code{qPart}:@var{object}:@code{read}:@var{annex}:@var{offset},@var{length} --- read special data
20455
20456Read uninterpreted bytes from the target's special data area
20457identified by the keyword @code{object}.
20458Request @var{length} bytes starting at @var{offset} bytes into the data.
20459The content and encoding of @var{annex} is specific to the object;
20460it can supply additional details about what data to access.
20461
20462Here are the specific requests of this form defined so far.
20463All @samp{@code{qPart}:@var{object}:@code{read}:@dots{}}
20464requests use the same reply formats, listed below.
20465
20466@table @asis
20467@item @code{qPart}:@code{auxv}:@code{read}::@var{offset},@var{length}
20468Access the target's @dfn{auxiliary vector}. @xref{Auxiliary Vector}.
20469Note @var{annex} must be empty.
20470@end table
20471
20472Reply:
20473@table @asis
20474@item @code{OK}
20475The @var{offset} in the request is at the end of the data.
20476There is no more data to be read.
20477
20478@item @var{XX@dots{}}
20479Hex encoded data bytes read.
20480This may be fewer bytes than the @var{length} in the request.
20481
20482@item @code{E00}
20483The request was malformed, or @var{annex} was invalid.
20484
20485@item @code{E}@var{nn}
20486The offset was invalid, or there was an error encountered reading the data.
20487@var{nn} is a hex-encoded @code{errno} value.
20488
20489@item @code{""} (empty)
20490An empty reply indicates the @var{object} or @var{annex} string was not
20491recognized by the stub.
20492@end table
20493
20494@item @code{qPart}:@var{object}:@code{write}:@var{annex}:@var{offset}:@var{data@dots{}}
20495
20496Write uninterpreted bytes into the target's special data area
20497identified by the keyword @code{object},
20498starting at @var{offset} bytes into the data.
20499@var{data@dots{}} is the hex-encoded data to be written.
20500The content and encoding of @var{annex} is specific to the object;
20501it can supply additional details about what data to access.
20502
20503No requests of this form are presently in use. This specification
20504serves as a placeholder to document the common format that new
20505specific request specifications ought to use.
20506
20507Reply:
20508@table @asis
20509@item @var{nn}
20510@var{nn} (hex encoded) is the number of bytes written.
20511This may be fewer bytes than supplied in the request.
20512
20513@item @code{E00}
20514The request was malformed, or @var{annex} was invalid.
20515
20516@item @code{E}@var{nn}
20517The offset was invalid, or there was an error encountered writing the data.
20518@var{nn} is a hex-encoded @code{errno} value.
20519
20520@item @code{""} (empty)
20521An empty reply indicates the @var{object} or @var{annex} string was not
20522recognized by the stub, or that the object does not support writing.
20523@end table
20524
20525@item @code{qPart}:@var{object}:@var{operation}:@dots{}
20526Requests of this form may be added in the future. When a stub does
20527not recognize the @var{object} keyword, or its support for
20528@var{object} does not recognize the @var{operation} keyword,
20529the stub must respond with an empty packet.
ee2d5c50
AC
20530@end table
20531
20532@node Register Packet Format
20533@section Register Packet Format
eb12ee30 20534
8e04817f 20535The following @samp{g}/@samp{G} packets have previously been defined.
ee2d5c50
AC
20536In the below, some thirty-two bit registers are transferred as
20537sixty-four bits. Those registers should be zero/sign extended (which?)
20538to fill the space allocated. Register bytes are transfered in target
20539byte order. The two nibbles within a register byte are transfered
20540most-significant - least-significant.
eb12ee30 20541
ee2d5c50 20542@table @r
eb12ee30 20543
8e04817f 20544@item MIPS32
ee2d5c50 20545
8e04817f
AC
20546All registers are transfered as thirty-two bit quantities in the order:
2054732 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
20548registers; fsr; fir; fp.
eb12ee30 20549
8e04817f 20550@item MIPS64
ee2d5c50 20551
8e04817f
AC
20552All registers are transfered as sixty-four bit quantities (including
20553thirty-two bit registers such as @code{sr}). The ordering is the same
20554as @code{MIPS32}.
eb12ee30 20555
ee2d5c50
AC
20556@end table
20557
20558@node Examples
20559@section Examples
eb12ee30 20560
8e04817f
AC
20561Example sequence of a target being re-started. Notice how the restart
20562does not get any direct output:
eb12ee30 20563
474c8240 20564@smallexample
d2c6833e
AC
20565-> @code{R00}
20566<- @code{+}
8e04817f 20567@emph{target restarts}
d2c6833e 20568-> @code{?}
8e04817f 20569<- @code{+}
d2c6833e
AC
20570<- @code{T001:1234123412341234}
20571-> @code{+}
474c8240 20572@end smallexample
eb12ee30 20573
8e04817f 20574Example sequence of a target being stepped by a single instruction:
eb12ee30 20575
474c8240 20576@smallexample
d2c6833e 20577-> @code{G1445@dots{}}
8e04817f 20578<- @code{+}
d2c6833e
AC
20579-> @code{s}
20580<- @code{+}
20581@emph{time passes}
20582<- @code{T001:1234123412341234}
8e04817f 20583-> @code{+}
d2c6833e 20584-> @code{g}
8e04817f 20585<- @code{+}
d2c6833e
AC
20586<- @code{1455@dots{}}
20587-> @code{+}
474c8240 20588@end smallexample
eb12ee30 20589
0ce1b118
CV
20590@node File-I/O remote protocol extension
20591@section File-I/O remote protocol extension
20592@cindex File-I/O remote protocol extension
20593
20594@menu
20595* File-I/O Overview::
20596* Protocol basics::
1d8b2f28
JB
20597* The F request packet::
20598* The F reply packet::
0ce1b118
CV
20599* Memory transfer::
20600* The Ctrl-C message::
20601* Console I/O::
20602* The isatty call::
20603* The system call::
20604* List of supported calls::
20605* Protocol specific representation of datatypes::
20606* Constants::
20607* File-I/O Examples::
20608@end menu
20609
20610@node File-I/O Overview
20611@subsection File-I/O Overview
20612@cindex file-i/o overview
20613
20614The File I/O remote protocol extension (short: File-I/O) allows the
20615target to use the hosts file system and console I/O when calling various
20616system calls. System calls on the target system are translated into a
20617remote protocol packet to the host system which then performs the needed
20618actions and returns with an adequate response packet to the target system.
20619This simulates file system operations even on targets that lack file systems.
20620
20621The protocol is defined host- and target-system independent. It uses
20622it's own independent representation of datatypes and values. Both,
20623@value{GDBN} and the target's @value{GDBN} stub are responsible for
20624translating the system dependent values into the unified protocol values
20625when data is transmitted.
20626
20627The communication is synchronous. A system call is possible only
20628when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
20629packets. While @value{GDBN} handles the request for a system call,
20630the target is stopped to allow deterministic access to the target's
20631memory. Therefore File-I/O is not interuptible by target signals. It
20632is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
20633
20634The target's request to perform a host system call does not finish
20635the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
20636after finishing the system call, the target returns to continuing the
20637previous activity (continue, step). No additional continue or step
20638request from @value{GDBN} is required.
20639
20640@smallexample
20641(gdb) continue
20642 <- target requests 'system call X'
20643 target is stopped, @value{GDBN} executes system call
20644 -> GDB returns result
20645 ... target continues, GDB returns to wait for the target
20646 <- target hits breakpoint and sends a Txx packet
20647@end smallexample
20648
20649The protocol is only used for files on the host file system and
20650for I/O on the console. Character or block special devices, pipes,
20651named pipes or sockets or any other communication method on the host
20652system are not supported by this protocol.
20653
20654@node Protocol basics
20655@subsection Protocol basics
20656@cindex protocol basics, file-i/o
20657
20658The File-I/O protocol uses the @code{F} packet, as request as well
20659as as reply packet. Since a File-I/O system call can only occur when
b383017d 20660@value{GDBN} is waiting for the continuing or stepping target, the
0ce1b118
CV
20661File-I/O request is a reply that @value{GDBN} has to expect as a result
20662of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
20663This @code{F} packet contains all information needed to allow @value{GDBN}
20664to call the appropriate host system call:
20665
20666@itemize @bullet
b383017d 20667@item
0ce1b118
CV
20668A unique identifier for the requested system call.
20669
20670@item
20671All parameters to the system call. Pointers are given as addresses
20672in the target memory address space. Pointers to strings are given as
b383017d 20673pointer/length pair. Numerical values are given as they are.
0ce1b118
CV
20674Numerical control values are given in a protocol specific representation.
20675
20676@end itemize
20677
20678At that point @value{GDBN} has to perform the following actions.
20679
20680@itemize @bullet
b383017d 20681@item
0ce1b118
CV
20682If parameter pointer values are given, which point to data needed as input
20683to a system call, @value{GDBN} requests this data from the target with a
20684standard @code{m} packet request. This additional communication has to be
20685expected by the target implementation and is handled as any other @code{m}
20686packet.
20687
20688@item
20689@value{GDBN} translates all value from protocol representation to host
20690representation as needed. Datatypes are coerced into the host types.
20691
20692@item
20693@value{GDBN} calls the system call
20694
20695@item
20696It then coerces datatypes back to protocol representation.
20697
20698@item
20699If pointer parameters in the request packet point to buffer space in which
20700a system call is expected to copy data to, the data is transmitted to the
20701target using a @code{M} or @code{X} packet. This packet has to be expected
20702by the target implementation and is handled as any other @code{M} or @code{X}
20703packet.
20704
20705@end itemize
20706
20707Eventually @value{GDBN} replies with another @code{F} packet which contains all
20708necessary information for the target to continue. This at least contains
20709
20710@itemize @bullet
20711@item
20712Return value.
20713
20714@item
20715@code{errno}, if has been changed by the system call.
20716
20717@item
20718``Ctrl-C'' flag.
20719
20720@end itemize
20721
20722After having done the needed type and value coercion, the target continues
20723the latest continue or step action.
20724
1d8b2f28 20725@node The F request packet
0ce1b118
CV
20726@subsection The @code{F} request packet
20727@cindex file-i/o request packet
20728@cindex @code{F} request packet
20729
20730The @code{F} request packet has the following format:
20731
20732@table @samp
20733
20734@smallexample
20735@code{F}@var{call-id}@code{,}@var{parameter@dots{}}
20736@end smallexample
20737
20738@var{call-id} is the identifier to indicate the host system call to be called.
20739This is just the name of the function.
20740
20741@var{parameter@dots{}} are the parameters to the system call.
20742
b383017d 20743@end table
0ce1b118
CV
20744
20745Parameters are hexadecimal integer values, either the real values in case
20746of scalar datatypes, as pointers to target buffer space in case of compound
20747datatypes and unspecified memory areas or as pointer/length pairs in case
20748of string parameters. These are appended to the call-id, each separated
20749from its predecessor by a comma. All values are transmitted in ASCII
20750string representation, pointer/length pairs separated by a slash.
20751
1d8b2f28 20752@node The F reply packet
0ce1b118
CV
20753@subsection The @code{F} reply packet
20754@cindex file-i/o reply packet
20755@cindex @code{F} reply packet
20756
20757The @code{F} reply packet has the following format:
20758
20759@table @samp
20760
20761@smallexample
20762@code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
20763@end smallexample
20764
20765@var{retcode} is the return code of the system call as hexadecimal value.
20766
20767@var{errno} is the errno set by the call, in protocol specific representation.
20768This parameter can be omitted if the call was successful.
20769
20770@var{Ctrl-C flag} is only send if the user requested a break. In this
20771case, @var{errno} must be send as well, even if the call was successful.
20772The @var{Ctrl-C flag} itself consists of the character 'C':
20773
20774@smallexample
20775F0,0,C
20776@end smallexample
20777
20778@noindent
20779or, if the call was interupted before the host call has been performed:
20780
20781@smallexample
20782F-1,4,C
20783@end smallexample
20784
20785@noindent
20786assuming 4 is the protocol specific representation of @code{EINTR}.
20787
20788@end table
20789
20790@node Memory transfer
20791@subsection Memory transfer
20792@cindex memory transfer, in file-i/o protocol
20793
20794Structured data which is transferred using a memory read or write as e.g.@:
20795a @code{struct stat} is expected to be in a protocol specific format with
20796all scalar multibyte datatypes being big endian. This should be done by
20797the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
20798it transfers memory to the target. Transferred pointers to structured
20799data should point to the already coerced data at any time.
20800
20801@node The Ctrl-C message
20802@subsection The Ctrl-C message
20803@cindex ctrl-c message, in file-i/o protocol
20804
20805A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
20806reply packet. In this case the target should behave, as if it had
20807gotten a break message. The meaning for the target is ``system call
20808interupted by @code{SIGINT}''. Consequentially, the target should actually stop
20809(as with a break message) and return to @value{GDBN} with a @code{T02}
b383017d 20810packet. In this case, it's important for the target to know, in which
0ce1b118
CV
20811state the system call was interrupted. Since this action is by design
20812not an atomic operation, we have to differ between two cases:
20813
20814@itemize @bullet
20815@item
20816The system call hasn't been performed on the host yet.
20817
20818@item
20819The system call on the host has been finished.
20820
20821@end itemize
20822
20823These two states can be distinguished by the target by the value of the
20824returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
20825call hasn't been performed. This is equivalent to the @code{EINTR} handling
20826on POSIX systems. In any other case, the target may presume that the
20827system call has been finished --- successful or not --- and should behave
20828as if the break message arrived right after the system call.
20829
20830@value{GDBN} must behave reliable. If the system call has not been called
20831yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
20832@code{errno} in the packet. If the system call on the host has been finished
20833before the user requests a break, the full action must be finshed by
20834@value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
20835The @code{F} packet may only be send when either nothing has happened
20836or the full action has been completed.
20837
20838@node Console I/O
20839@subsection Console I/O
20840@cindex console i/o as part of file-i/o
20841
20842By default and if not explicitely closed by the target system, the file
20843descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
20844on the @value{GDBN} console is handled as any other file output operation
20845(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
20846by @value{GDBN} so that after the target read request from file descriptor
208470 all following typing is buffered until either one of the following
20848conditions is met:
20849
20850@itemize @bullet
20851@item
20852The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
20853@code{read}
20854system call is treated as finished.
20855
20856@item
20857The user presses @kbd{Enter}. This is treated as end of input with a trailing
20858line feed.
20859
20860@item
20861The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
20862character, especially no Ctrl-D is appended to the input.
20863
20864@end itemize
20865
20866If the user has typed more characters as fit in the buffer given to
20867the read call, the trailing characters are buffered in @value{GDBN} until
20868either another @code{read(0, @dots{})} is requested by the target or debugging
20869is stopped on users request.
20870
20871@node The isatty call
20872@subsection The isatty(3) call
20873@cindex isatty call, file-i/o protocol
20874
20875A special case in this protocol is the library call @code{isatty} which
20876is implemented as it's own call inside of this protocol. It returns
208771 to the target if the file descriptor given as parameter is attached
20878to the @value{GDBN} console, 0 otherwise. Implementing through system calls
20879would require implementing @code{ioctl} and would be more complex than
20880needed.
20881
20882@node The system call
20883@subsection The system(3) call
20884@cindex system call, file-i/o protocol
20885
20886The other special case in this protocol is the @code{system} call which
20887is implemented as it's own call, too. @value{GDBN} is taking over the full
20888task of calling the necessary host calls to perform the @code{system}
20889call. The return value of @code{system} is simplified before it's returned
20890to the target. Basically, the only signal transmitted back is @code{EINTR}
20891in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
20892entirely of the exit status of the called command.
20893
20894Due to security concerns, the @code{system} call is refused to be called
b383017d 20895by @value{GDBN} by default. The user has to allow this call explicitly by
0ce1b118
CV
20896entering
20897
20898@table @samp
20899@kindex set remote system-call-allowed 1
20900@item @code{set remote system-call-allowed 1}
20901@end table
20902
20903Disabling the @code{system} call is done by
20904
20905@table @samp
20906@kindex set remote system-call-allowed 0
20907@item @code{set remote system-call-allowed 0}
20908@end table
20909
20910The current setting is shown by typing
20911
20912@table @samp
20913@kindex show remote system-call-allowed
20914@item @code{show remote system-call-allowed}
20915@end table
20916
20917@node List of supported calls
20918@subsection List of supported calls
20919@cindex list of supported file-i/o calls
20920
20921@menu
20922* open::
20923* close::
20924* read::
20925* write::
20926* lseek::
20927* rename::
20928* unlink::
20929* stat/fstat::
20930* gettimeofday::
20931* isatty::
20932* system::
20933@end menu
20934
20935@node open
20936@unnumberedsubsubsec open
20937@cindex open, file-i/o system call
20938
20939@smallexample
20940@exdent Synopsis:
20941int open(const char *pathname, int flags);
20942int open(const char *pathname, int flags, mode_t mode);
20943
b383017d 20944@exdent Request:
0ce1b118
CV
20945Fopen,pathptr/len,flags,mode
20946@end smallexample
20947
20948@noindent
20949@code{flags} is the bitwise or of the following values:
20950
20951@table @code
b383017d 20952@item O_CREAT
0ce1b118
CV
20953If the file does not exist it will be created. The host
20954rules apply as far as file ownership and time stamps
20955are concerned.
20956
b383017d 20957@item O_EXCL
0ce1b118
CV
20958When used with O_CREAT, if the file already exists it is
20959an error and open() fails.
20960
b383017d 20961@item O_TRUNC
0ce1b118
CV
20962If the file already exists and the open mode allows
20963writing (O_RDWR or O_WRONLY is given) it will be
20964truncated to length 0.
20965
b383017d 20966@item O_APPEND
0ce1b118
CV
20967The file is opened in append mode.
20968
b383017d 20969@item O_RDONLY
0ce1b118
CV
20970The file is opened for reading only.
20971
b383017d 20972@item O_WRONLY
0ce1b118
CV
20973The file is opened for writing only.
20974
b383017d 20975@item O_RDWR
0ce1b118
CV
20976The file is opened for reading and writing.
20977
20978@noindent
20979Each other bit is silently ignored.
20980
20981@end table
20982
20983@noindent
20984@code{mode} is the bitwise or of the following values:
20985
20986@table @code
b383017d 20987@item S_IRUSR
0ce1b118
CV
20988User has read permission.
20989
b383017d 20990@item S_IWUSR
0ce1b118
CV
20991User has write permission.
20992
b383017d 20993@item S_IRGRP
0ce1b118
CV
20994Group has read permission.
20995
b383017d 20996@item S_IWGRP
0ce1b118
CV
20997Group has write permission.
20998
b383017d 20999@item S_IROTH
0ce1b118
CV
21000Others have read permission.
21001
b383017d 21002@item S_IWOTH
0ce1b118
CV
21003Others have write permission.
21004
21005@noindent
21006Each other bit is silently ignored.
21007
21008@end table
21009
21010@smallexample
21011@exdent Return value:
21012open returns the new file descriptor or -1 if an error
21013occured.
21014
21015@exdent Errors:
21016@end smallexample
21017
21018@table @code
b383017d 21019@item EEXIST
0ce1b118
CV
21020pathname already exists and O_CREAT and O_EXCL were used.
21021
b383017d 21022@item EISDIR
0ce1b118
CV
21023pathname refers to a directory.
21024
b383017d 21025@item EACCES
0ce1b118
CV
21026The requested access is not allowed.
21027
21028@item ENAMETOOLONG
21029pathname was too long.
21030
b383017d 21031@item ENOENT
0ce1b118
CV
21032A directory component in pathname does not exist.
21033
b383017d 21034@item ENODEV
0ce1b118
CV
21035pathname refers to a device, pipe, named pipe or socket.
21036
b383017d 21037@item EROFS
0ce1b118
CV
21038pathname refers to a file on a read-only filesystem and
21039write access was requested.
21040
b383017d 21041@item EFAULT
0ce1b118
CV
21042pathname is an invalid pointer value.
21043
b383017d 21044@item ENOSPC
0ce1b118
CV
21045No space on device to create the file.
21046
b383017d 21047@item EMFILE
0ce1b118
CV
21048The process already has the maximum number of files open.
21049
b383017d 21050@item ENFILE
0ce1b118
CV
21051The limit on the total number of files open on the system
21052has been reached.
21053
b383017d 21054@item EINTR
0ce1b118
CV
21055The call was interrupted by the user.
21056@end table
21057
21058@node close
21059@unnumberedsubsubsec close
21060@cindex close, file-i/o system call
21061
21062@smallexample
b383017d 21063@exdent Synopsis:
0ce1b118
CV
21064int close(int fd);
21065
b383017d 21066@exdent Request:
0ce1b118
CV
21067Fclose,fd
21068
21069@exdent Return value:
21070close returns zero on success, or -1 if an error occurred.
21071
21072@exdent Errors:
21073@end smallexample
21074
21075@table @code
b383017d 21076@item EBADF
0ce1b118
CV
21077fd isn't a valid open file descriptor.
21078
b383017d 21079@item EINTR
0ce1b118
CV
21080The call was interrupted by the user.
21081@end table
21082
21083@node read
21084@unnumberedsubsubsec read
21085@cindex read, file-i/o system call
21086
21087@smallexample
b383017d 21088@exdent Synopsis:
0ce1b118
CV
21089int read(int fd, void *buf, unsigned int count);
21090
b383017d 21091@exdent Request:
0ce1b118
CV
21092Fread,fd,bufptr,count
21093
21094@exdent Return value:
21095On success, the number of bytes read is returned.
21096Zero indicates end of file. If count is zero, read
b383017d 21097returns zero as well. On error, -1 is returned.
0ce1b118
CV
21098
21099@exdent Errors:
21100@end smallexample
21101
21102@table @code
b383017d 21103@item EBADF
0ce1b118
CV
21104fd is not a valid file descriptor or is not open for
21105reading.
21106
b383017d 21107@item EFAULT
0ce1b118
CV
21108buf is an invalid pointer value.
21109
b383017d 21110@item EINTR
0ce1b118
CV
21111The call was interrupted by the user.
21112@end table
21113
21114@node write
21115@unnumberedsubsubsec write
21116@cindex write, file-i/o system call
21117
21118@smallexample
b383017d 21119@exdent Synopsis:
0ce1b118
CV
21120int write(int fd, const void *buf, unsigned int count);
21121
b383017d 21122@exdent Request:
0ce1b118
CV
21123Fwrite,fd,bufptr,count
21124
21125@exdent Return value:
21126On success, the number of bytes written are returned.
21127Zero indicates nothing was written. On error, -1
21128is returned.
21129
21130@exdent Errors:
21131@end smallexample
21132
21133@table @code
b383017d 21134@item EBADF
0ce1b118
CV
21135fd is not a valid file descriptor or is not open for
21136writing.
21137
b383017d 21138@item EFAULT
0ce1b118
CV
21139buf is an invalid pointer value.
21140
b383017d 21141@item EFBIG
0ce1b118
CV
21142An attempt was made to write a file that exceeds the
21143host specific maximum file size allowed.
21144
b383017d 21145@item ENOSPC
0ce1b118
CV
21146No space on device to write the data.
21147
b383017d 21148@item EINTR
0ce1b118
CV
21149The call was interrupted by the user.
21150@end table
21151
21152@node lseek
21153@unnumberedsubsubsec lseek
21154@cindex lseek, file-i/o system call
21155
21156@smallexample
b383017d 21157@exdent Synopsis:
0ce1b118
CV
21158long lseek (int fd, long offset, int flag);
21159
b383017d 21160@exdent Request:
0ce1b118
CV
21161Flseek,fd,offset,flag
21162@end smallexample
21163
21164@code{flag} is one of:
21165
21166@table @code
b383017d 21167@item SEEK_SET
0ce1b118
CV
21168The offset is set to offset bytes.
21169
b383017d 21170@item SEEK_CUR
0ce1b118
CV
21171The offset is set to its current location plus offset
21172bytes.
21173
b383017d 21174@item SEEK_END
0ce1b118
CV
21175The offset is set to the size of the file plus offset
21176bytes.
21177@end table
21178
21179@smallexample
21180@exdent Return value:
21181On success, the resulting unsigned offset in bytes from
21182the beginning of the file is returned. Otherwise, a
21183value of -1 is returned.
21184
21185@exdent Errors:
21186@end smallexample
21187
21188@table @code
b383017d 21189@item EBADF
0ce1b118
CV
21190fd is not a valid open file descriptor.
21191
b383017d 21192@item ESPIPE
0ce1b118
CV
21193fd is associated with the @value{GDBN} console.
21194
b383017d 21195@item EINVAL
0ce1b118
CV
21196flag is not a proper value.
21197
b383017d 21198@item EINTR
0ce1b118
CV
21199The call was interrupted by the user.
21200@end table
21201
21202@node rename
21203@unnumberedsubsubsec rename
21204@cindex rename, file-i/o system call
21205
21206@smallexample
b383017d 21207@exdent Synopsis:
0ce1b118
CV
21208int rename(const char *oldpath, const char *newpath);
21209
b383017d 21210@exdent Request:
0ce1b118
CV
21211Frename,oldpathptr/len,newpathptr/len
21212
21213@exdent Return value:
21214On success, zero is returned. On error, -1 is returned.
21215
21216@exdent Errors:
21217@end smallexample
21218
21219@table @code
b383017d 21220@item EISDIR
0ce1b118
CV
21221newpath is an existing directory, but oldpath is not a
21222directory.
21223
b383017d 21224@item EEXIST
0ce1b118
CV
21225newpath is a non-empty directory.
21226
b383017d 21227@item EBUSY
0ce1b118
CV
21228oldpath or newpath is a directory that is in use by some
21229process.
21230
b383017d 21231@item EINVAL
0ce1b118
CV
21232An attempt was made to make a directory a subdirectory
21233of itself.
21234
b383017d 21235@item ENOTDIR
0ce1b118
CV
21236A component used as a directory in oldpath or new
21237path is not a directory. Or oldpath is a directory
21238and newpath exists but is not a directory.
21239
b383017d 21240@item EFAULT
0ce1b118
CV
21241oldpathptr or newpathptr are invalid pointer values.
21242
b383017d 21243@item EACCES
0ce1b118
CV
21244No access to the file or the path of the file.
21245
21246@item ENAMETOOLONG
b383017d 21247
0ce1b118
CV
21248oldpath or newpath was too long.
21249
b383017d 21250@item ENOENT
0ce1b118
CV
21251A directory component in oldpath or newpath does not exist.
21252
b383017d 21253@item EROFS
0ce1b118
CV
21254The file is on a read-only filesystem.
21255
b383017d 21256@item ENOSPC
0ce1b118
CV
21257The device containing the file has no room for the new
21258directory entry.
21259
b383017d 21260@item EINTR
0ce1b118
CV
21261The call was interrupted by the user.
21262@end table
21263
21264@node unlink
21265@unnumberedsubsubsec unlink
21266@cindex unlink, file-i/o system call
21267
21268@smallexample
b383017d 21269@exdent Synopsis:
0ce1b118
CV
21270int unlink(const char *pathname);
21271
b383017d 21272@exdent Request:
0ce1b118
CV
21273Funlink,pathnameptr/len
21274
21275@exdent Return value:
21276On success, zero is returned. On error, -1 is returned.
21277
21278@exdent Errors:
21279@end smallexample
21280
21281@table @code
b383017d 21282@item EACCES
0ce1b118
CV
21283No access to the file or the path of the file.
21284
b383017d 21285@item EPERM
0ce1b118
CV
21286The system does not allow unlinking of directories.
21287
b383017d 21288@item EBUSY
0ce1b118
CV
21289The file pathname cannot be unlinked because it's
21290being used by another process.
21291
b383017d 21292@item EFAULT
0ce1b118
CV
21293pathnameptr is an invalid pointer value.
21294
21295@item ENAMETOOLONG
21296pathname was too long.
21297
b383017d 21298@item ENOENT
0ce1b118
CV
21299A directory component in pathname does not exist.
21300
b383017d 21301@item ENOTDIR
0ce1b118
CV
21302A component of the path is not a directory.
21303
b383017d 21304@item EROFS
0ce1b118
CV
21305The file is on a read-only filesystem.
21306
b383017d 21307@item EINTR
0ce1b118
CV
21308The call was interrupted by the user.
21309@end table
21310
21311@node stat/fstat
21312@unnumberedsubsubsec stat/fstat
21313@cindex fstat, file-i/o system call
21314@cindex stat, file-i/o system call
21315
21316@smallexample
b383017d 21317@exdent Synopsis:
0ce1b118
CV
21318int stat(const char *pathname, struct stat *buf);
21319int fstat(int fd, struct stat *buf);
21320
b383017d 21321@exdent Request:
0ce1b118
CV
21322Fstat,pathnameptr/len,bufptr
21323Ffstat,fd,bufptr
21324
21325@exdent Return value:
21326On success, zero is returned. On error, -1 is returned.
21327
21328@exdent Errors:
21329@end smallexample
21330
21331@table @code
b383017d 21332@item EBADF
0ce1b118
CV
21333fd is not a valid open file.
21334
b383017d 21335@item ENOENT
0ce1b118
CV
21336A directory component in pathname does not exist or the
21337path is an empty string.
21338
b383017d 21339@item ENOTDIR
0ce1b118
CV
21340A component of the path is not a directory.
21341
b383017d 21342@item EFAULT
0ce1b118
CV
21343pathnameptr is an invalid pointer value.
21344
b383017d 21345@item EACCES
0ce1b118
CV
21346No access to the file or the path of the file.
21347
21348@item ENAMETOOLONG
21349pathname was too long.
21350
b383017d 21351@item EINTR
0ce1b118
CV
21352The call was interrupted by the user.
21353@end table
21354
21355@node gettimeofday
21356@unnumberedsubsubsec gettimeofday
21357@cindex gettimeofday, file-i/o system call
21358
21359@smallexample
b383017d 21360@exdent Synopsis:
0ce1b118
CV
21361int gettimeofday(struct timeval *tv, void *tz);
21362
b383017d 21363@exdent Request:
0ce1b118
CV
21364Fgettimeofday,tvptr,tzptr
21365
21366@exdent Return value:
21367On success, 0 is returned, -1 otherwise.
21368
21369@exdent Errors:
21370@end smallexample
21371
21372@table @code
b383017d 21373@item EINVAL
0ce1b118
CV
21374tz is a non-NULL pointer.
21375
b383017d 21376@item EFAULT
0ce1b118
CV
21377tvptr and/or tzptr is an invalid pointer value.
21378@end table
21379
21380@node isatty
21381@unnumberedsubsubsec isatty
21382@cindex isatty, file-i/o system call
21383
21384@smallexample
b383017d 21385@exdent Synopsis:
0ce1b118
CV
21386int isatty(int fd);
21387
b383017d 21388@exdent Request:
0ce1b118
CV
21389Fisatty,fd
21390
21391@exdent Return value:
21392Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
21393
21394@exdent Errors:
21395@end smallexample
21396
21397@table @code
b383017d 21398@item EINTR
0ce1b118
CV
21399The call was interrupted by the user.
21400@end table
21401
21402@node system
21403@unnumberedsubsubsec system
21404@cindex system, file-i/o system call
21405
21406@smallexample
b383017d 21407@exdent Synopsis:
0ce1b118
CV
21408int system(const char *command);
21409
b383017d 21410@exdent Request:
0ce1b118
CV
21411Fsystem,commandptr/len
21412
21413@exdent Return value:
21414The value returned is -1 on error and the return status
21415of the command otherwise. Only the exit status of the
21416command is returned, which is extracted from the hosts
21417system return value by calling WEXITSTATUS(retval).
21418In case /bin/sh could not be executed, 127 is returned.
21419
21420@exdent Errors:
21421@end smallexample
21422
21423@table @code
b383017d 21424@item EINTR
0ce1b118
CV
21425The call was interrupted by the user.
21426@end table
21427
21428@node Protocol specific representation of datatypes
21429@subsection Protocol specific representation of datatypes
21430@cindex protocol specific representation of datatypes, in file-i/o protocol
21431
21432@menu
21433* Integral datatypes::
21434* Pointer values::
21435* struct stat::
21436* struct timeval::
21437@end menu
21438
21439@node Integral datatypes
21440@unnumberedsubsubsec Integral datatypes
21441@cindex integral datatypes, in file-i/o protocol
21442
21443The integral datatypes used in the system calls are
21444
21445@smallexample
21446int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
21447@end smallexample
21448
21449@code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
21450implemented as 32 bit values in this protocol.
21451
b383017d
RM
21452@code{Long} and @code{unsigned long} are implemented as 64 bit types.
21453
0ce1b118
CV
21454@xref{Limits}, for corresponding MIN and MAX values (similar to those
21455in @file{limits.h}) to allow range checking on host and target.
21456
21457@code{time_t} datatypes are defined as seconds since the Epoch.
21458
21459All integral datatypes transferred as part of a memory read or write of a
21460structured datatype e.g.@: a @code{struct stat} have to be given in big endian
21461byte order.
21462
21463@node Pointer values
21464@unnumberedsubsubsec Pointer values
21465@cindex pointer values, in file-i/o protocol
21466
21467Pointers to target data are transmitted as they are. An exception
21468is made for pointers to buffers for which the length isn't
21469transmitted as part of the function call, namely strings. Strings
21470are transmitted as a pointer/length pair, both as hex values, e.g.@:
21471
21472@smallexample
21473@code{1aaf/12}
21474@end smallexample
21475
21476@noindent
21477which is a pointer to data of length 18 bytes at position 0x1aaf.
21478The length is defined as the full string length in bytes, including
21479the trailing null byte. Example:
21480
21481@smallexample
21482``hello, world'' at address 0x123456
21483@end smallexample
21484
21485@noindent
21486is transmitted as
21487
21488@smallexample
21489@code{123456/d}
21490@end smallexample
21491
21492@node struct stat
21493@unnumberedsubsubsec struct stat
21494@cindex struct stat, in file-i/o protocol
21495
21496The buffer of type struct stat used by the target and @value{GDBN} is defined
21497as follows:
21498
21499@smallexample
21500struct stat @{
21501 unsigned int st_dev; /* device */
21502 unsigned int st_ino; /* inode */
21503 mode_t st_mode; /* protection */
21504 unsigned int st_nlink; /* number of hard links */
21505 unsigned int st_uid; /* user ID of owner */
21506 unsigned int st_gid; /* group ID of owner */
21507 unsigned int st_rdev; /* device type (if inode device) */
21508 unsigned long st_size; /* total size, in bytes */
21509 unsigned long st_blksize; /* blocksize for filesystem I/O */
21510 unsigned long st_blocks; /* number of blocks allocated */
21511 time_t st_atime; /* time of last access */
21512 time_t st_mtime; /* time of last modification */
21513 time_t st_ctime; /* time of last change */
21514@};
21515@end smallexample
21516
21517The integral datatypes are conforming to the definitions given in the
21518approriate section (see @ref{Integral datatypes}, for details) so this
21519structure is of size 64 bytes.
21520
21521The values of several fields have a restricted meaning and/or
21522range of values.
21523
21524@smallexample
21525st_dev: 0 file
21526 1 console
21527
21528st_ino: No valid meaning for the target. Transmitted unchanged.
21529
21530st_mode: Valid mode bits are described in Appendix C. Any other
21531 bits have currently no meaning for the target.
21532
21533st_uid: No valid meaning for the target. Transmitted unchanged.
21534
21535st_gid: No valid meaning for the target. Transmitted unchanged.
21536
21537st_rdev: No valid meaning for the target. Transmitted unchanged.
21538
21539st_atime, st_mtime, st_ctime:
21540 These values have a host and file system dependent
21541 accuracy. Especially on Windows hosts the file systems
21542 don't support exact timing values.
21543@end smallexample
21544
21545The target gets a struct stat of the above representation and is
21546responsible to coerce it to the target representation before
21547continuing.
21548
21549Note that due to size differences between the host and target
21550representation of stat members, these members could eventually
21551get truncated on the target.
21552
21553@node struct timeval
21554@unnumberedsubsubsec struct timeval
21555@cindex struct timeval, in file-i/o protocol
21556
21557The buffer of type struct timeval used by the target and @value{GDBN}
21558is defined as follows:
21559
21560@smallexample
b383017d 21561struct timeval @{
0ce1b118
CV
21562 time_t tv_sec; /* second */
21563 long tv_usec; /* microsecond */
21564@};
21565@end smallexample
21566
21567The integral datatypes are conforming to the definitions given in the
21568approriate section (see @ref{Integral datatypes}, for details) so this
21569structure is of size 8 bytes.
21570
21571@node Constants
21572@subsection Constants
21573@cindex constants, in file-i/o protocol
21574
21575The following values are used for the constants inside of the
21576protocol. @value{GDBN} and target are resposible to translate these
21577values before and after the call as needed.
21578
21579@menu
21580* Open flags::
21581* mode_t values::
21582* Errno values::
21583* Lseek flags::
21584* Limits::
21585@end menu
21586
21587@node Open flags
21588@unnumberedsubsubsec Open flags
21589@cindex open flags, in file-i/o protocol
21590
21591All values are given in hexadecimal representation.
21592
21593@smallexample
21594 O_RDONLY 0x0
21595 O_WRONLY 0x1
21596 O_RDWR 0x2
21597 O_APPEND 0x8
21598 O_CREAT 0x200
21599 O_TRUNC 0x400
21600 O_EXCL 0x800
21601@end smallexample
21602
21603@node mode_t values
21604@unnumberedsubsubsec mode_t values
21605@cindex mode_t values, in file-i/o protocol
21606
21607All values are given in octal representation.
21608
21609@smallexample
21610 S_IFREG 0100000
21611 S_IFDIR 040000
21612 S_IRUSR 0400
21613 S_IWUSR 0200
21614 S_IXUSR 0100
21615 S_IRGRP 040
21616 S_IWGRP 020
21617 S_IXGRP 010
21618 S_IROTH 04
21619 S_IWOTH 02
21620 S_IXOTH 01
21621@end smallexample
21622
21623@node Errno values
21624@unnumberedsubsubsec Errno values
21625@cindex errno values, in file-i/o protocol
21626
21627All values are given in decimal representation.
21628
21629@smallexample
21630 EPERM 1
21631 ENOENT 2
21632 EINTR 4
21633 EBADF 9
21634 EACCES 13
21635 EFAULT 14
21636 EBUSY 16
21637 EEXIST 17
21638 ENODEV 19
21639 ENOTDIR 20
21640 EISDIR 21
21641 EINVAL 22
21642 ENFILE 23
21643 EMFILE 24
21644 EFBIG 27
21645 ENOSPC 28
21646 ESPIPE 29
21647 EROFS 30
21648 ENAMETOOLONG 91
21649 EUNKNOWN 9999
21650@end smallexample
21651
21652 EUNKNOWN is used as a fallback error value if a host system returns
21653 any error value not in the list of supported error numbers.
21654
21655@node Lseek flags
21656@unnumberedsubsubsec Lseek flags
21657@cindex lseek flags, in file-i/o protocol
21658
21659@smallexample
21660 SEEK_SET 0
21661 SEEK_CUR 1
21662 SEEK_END 2
21663@end smallexample
21664
21665@node Limits
21666@unnumberedsubsubsec Limits
21667@cindex limits, in file-i/o protocol
21668
21669All values are given in decimal representation.
21670
21671@smallexample
21672 INT_MIN -2147483648
21673 INT_MAX 2147483647
21674 UINT_MAX 4294967295
21675 LONG_MIN -9223372036854775808
21676 LONG_MAX 9223372036854775807
21677 ULONG_MAX 18446744073709551615
21678@end smallexample
21679
21680@node File-I/O Examples
21681@subsection File-I/O Examples
21682@cindex file-i/o examples
21683
21684Example sequence of a write call, file descriptor 3, buffer is at target
21685address 0x1234, 6 bytes should be written:
21686
21687@smallexample
21688<- @code{Fwrite,3,1234,6}
21689@emph{request memory read from target}
21690-> @code{m1234,6}
21691<- XXXXXX
21692@emph{return "6 bytes written"}
21693-> @code{F6}
21694@end smallexample
21695
21696Example sequence of a read call, file descriptor 3, buffer is at target
21697address 0x1234, 6 bytes should be read:
21698
21699@smallexample
21700<- @code{Fread,3,1234,6}
21701@emph{request memory write to target}
21702-> @code{X1234,6:XXXXXX}
21703@emph{return "6 bytes read"}
21704-> @code{F6}
21705@end smallexample
21706
21707Example sequence of a read call, call fails on the host due to invalid
21708file descriptor (EBADF):
21709
21710@smallexample
21711<- @code{Fread,3,1234,6}
21712-> @code{F-1,9}
21713@end smallexample
21714
21715Example sequence of a read call, user presses Ctrl-C before syscall on
21716host is called:
21717
21718@smallexample
21719<- @code{Fread,3,1234,6}
21720-> @code{F-1,4,C}
21721<- @code{T02}
21722@end smallexample
21723
21724Example sequence of a read call, user presses Ctrl-C after syscall on
21725host is called:
21726
21727@smallexample
21728<- @code{Fread,3,1234,6}
21729-> @code{X1234,6:XXXXXX}
21730<- @code{T02}
21731@end smallexample
21732
f418dd93
DJ
21733@include agentexpr.texi
21734
aab4e0ec 21735@include gpl.texi
eb12ee30 21736
2154891a 21737@raisesections
6826cf00 21738@include fdl.texi
2154891a 21739@lowersections
6826cf00 21740
6d2ebf8b 21741@node Index
c906108c
SS
21742@unnumbered Index
21743
21744@printindex cp
21745
21746@tex
21747% I think something like @colophon should be in texinfo. In the
21748% meantime:
21749\long\def\colophon{\hbox to0pt{}\vfill
21750\centerline{The body of this manual is set in}
21751\centerline{\fontname\tenrm,}
21752\centerline{with headings in {\bf\fontname\tenbf}}
21753\centerline{and examples in {\tt\fontname\tentt}.}
21754\centerline{{\it\fontname\tenit\/},}
21755\centerline{{\bf\fontname\tenbf}, and}
21756\centerline{{\sl\fontname\tensl\/}}
21757\centerline{are used for emphasis.}\vfill}
21758\page\colophon
21759% Blame: doc@cygnus.com, 1991.
21760@end tex
21761
c906108c 21762@bye
This page took 1.915642 seconds and 4 git commands to generate.