* infcmd.c (kill_if_already_running): New function, extracted
[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{++}
d0d5df6f
AC
448compiler, and the Text User Interface (nee Terminal User Interface):
449Ben Krepp, Richard Title, John Bishop, Susan Macchia, Kathy Mann,
450Satish Pai, India Paul, Steve Rehrauer, and Elena Zannoni. Kim Haase
451provided HP-specific information in this manual.
c906108c 452
b37052ae
EZ
453DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
454Robert Hoehne made significant contributions to the DJGPP port.
455
96a2c332
SS
456Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
457development since 1991. Cygnus engineers who have worked on @value{GDBN}
2df3850c
JM
458fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
459Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
460Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
461Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
462Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
463addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
464JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
465Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
466Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
467Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
468Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
469Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
470Zuhn have made contributions both large and small.
c906108c 471
e2e0bcd1
JB
472Jim Blandy added support for preprocessor macros, while working for Red
473Hat.
c906108c 474
6d2ebf8b 475@node Sample Session
c906108c
SS
476@chapter A Sample @value{GDBN} Session
477
478You can use this manual at your leisure to read all about @value{GDBN}.
479However, a handful of commands are enough to get started using the
480debugger. This chapter illustrates those commands.
481
482@iftex
483In this sample session, we emphasize user input like this: @b{input},
484to make it easier to pick out from the surrounding output.
485@end iftex
486
487@c FIXME: this example may not be appropriate for some configs, where
488@c FIXME...primary interest is in remote use.
489
490One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
491processor) exhibits the following bug: sometimes, when we change its
492quote strings from the default, the commands used to capture one macro
493definition within another stop working. In the following short @code{m4}
494session, we define a macro @code{foo} which expands to @code{0000}; we
495then use the @code{m4} built-in @code{defn} to define @code{bar} as the
496same thing. However, when we change the open quote string to
497@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
498procedure fails to define a new synonym @code{baz}:
499
500@smallexample
501$ @b{cd gnu/m4}
502$ @b{./m4}
503@b{define(foo,0000)}
504
505@b{foo}
5060000
507@b{define(bar,defn(`foo'))}
508
509@b{bar}
5100000
511@b{changequote(<QUOTE>,<UNQUOTE>)}
512
513@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
514@b{baz}
515@b{C-d}
516m4: End of input: 0: fatal error: EOF in string
517@end smallexample
518
519@noindent
520Let us use @value{GDBN} to try to see what is going on.
521
c906108c
SS
522@smallexample
523$ @b{@value{GDBP} m4}
524@c FIXME: this falsifies the exact text played out, to permit smallbook
525@c FIXME... format to come out better.
526@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 527 of it under certain conditions; type "show copying" to see
c906108c 528 the conditions.
5d161b24 529There is absolutely no warranty for @value{GDBN}; type "show warranty"
c906108c
SS
530 for details.
531
532@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
533(@value{GDBP})
534@end smallexample
c906108c
SS
535
536@noindent
537@value{GDBN} reads only enough symbol data to know where to find the
538rest when needed; as a result, the first prompt comes up very quickly.
539We now tell @value{GDBN} to use a narrower display width than usual, so
540that examples fit in this manual.
541
542@smallexample
543(@value{GDBP}) @b{set width 70}
544@end smallexample
545
546@noindent
547We need to see how the @code{m4} built-in @code{changequote} works.
548Having looked at the source, we know the relevant subroutine is
549@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
550@code{break} command.
551
552@smallexample
553(@value{GDBP}) @b{break m4_changequote}
554Breakpoint 1 at 0x62f4: file builtin.c, line 879.
555@end smallexample
556
557@noindent
558Using the @code{run} command, we start @code{m4} running under @value{GDBN}
559control; as long as control does not reach the @code{m4_changequote}
560subroutine, the program runs as usual:
561
562@smallexample
563(@value{GDBP}) @b{run}
564Starting program: /work/Editorial/gdb/gnu/m4/m4
565@b{define(foo,0000)}
566
567@b{foo}
5680000
569@end smallexample
570
571@noindent
572To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
573suspends execution of @code{m4}, displaying information about the
574context where it stops.
575
576@smallexample
577@b{changequote(<QUOTE>,<UNQUOTE>)}
578
5d161b24 579Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
580 at builtin.c:879
581879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
582@end smallexample
583
584@noindent
585Now we use the command @code{n} (@code{next}) to advance execution to
586the next line of the current function.
587
588@smallexample
589(@value{GDBP}) @b{n}
590882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
591 : nil,
592@end smallexample
593
594@noindent
595@code{set_quotes} looks like a promising subroutine. We can go into it
596by using the command @code{s} (@code{step}) instead of @code{next}.
597@code{step} goes to the next line to be executed in @emph{any}
598subroutine, so it steps into @code{set_quotes}.
599
600@smallexample
601(@value{GDBP}) @b{s}
602set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
603 at input.c:530
604530 if (lquote != def_lquote)
605@end smallexample
606
607@noindent
608The display that shows the subroutine where @code{m4} is now
609suspended (and its arguments) is called a stack frame display. It
610shows a summary of the stack. We can use the @code{backtrace}
611command (which can also be spelled @code{bt}), to see where we are
612in the stack as a whole: the @code{backtrace} command displays a
613stack frame for each active subroutine.
614
615@smallexample
616(@value{GDBP}) @b{bt}
617#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
618 at input.c:530
5d161b24 619#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
620 at builtin.c:882
621#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
622#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
623 at macro.c:71
624#4 0x79dc in expand_input () at macro.c:40
625#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
626@end smallexample
627
628@noindent
629We step through a few more lines to see what happens. The first two
630times, we can use @samp{s}; the next two times we use @code{n} to avoid
631falling into the @code{xstrdup} subroutine.
632
633@smallexample
634(@value{GDBP}) @b{s}
6350x3b5c 532 if (rquote != def_rquote)
636(@value{GDBP}) @b{s}
6370x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
638def_lquote : xstrdup(lq);
639(@value{GDBP}) @b{n}
640536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
641 : xstrdup(rq);
642(@value{GDBP}) @b{n}
643538 len_lquote = strlen(rquote);
644@end smallexample
645
646@noindent
647The last line displayed looks a little odd; we can examine the variables
648@code{lquote} and @code{rquote} to see if they are in fact the new left
649and right quotes we specified. We use the command @code{p}
650(@code{print}) to see their values.
651
652@smallexample
653(@value{GDBP}) @b{p lquote}
654$1 = 0x35d40 "<QUOTE>"
655(@value{GDBP}) @b{p rquote}
656$2 = 0x35d50 "<UNQUOTE>"
657@end smallexample
658
659@noindent
660@code{lquote} and @code{rquote} are indeed the new left and right quotes.
661To look at some context, we can display ten lines of source
662surrounding the current line with the @code{l} (@code{list}) command.
663
664@smallexample
665(@value{GDBP}) @b{l}
666533 xfree(rquote);
667534
668535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
669 : xstrdup (lq);
670536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
671 : xstrdup (rq);
672537
673538 len_lquote = strlen(rquote);
674539 len_rquote = strlen(lquote);
675540 @}
676541
677542 void
678@end smallexample
679
680@noindent
681Let us step past the two lines that set @code{len_lquote} and
682@code{len_rquote}, and then examine the values of those variables.
683
684@smallexample
685(@value{GDBP}) @b{n}
686539 len_rquote = strlen(lquote);
687(@value{GDBP}) @b{n}
688540 @}
689(@value{GDBP}) @b{p len_lquote}
690$3 = 9
691(@value{GDBP}) @b{p len_rquote}
692$4 = 7
693@end smallexample
694
695@noindent
696That certainly looks wrong, assuming @code{len_lquote} and
697@code{len_rquote} are meant to be the lengths of @code{lquote} and
698@code{rquote} respectively. We can set them to better values using
699the @code{p} command, since it can print the value of
700any expression---and that expression can include subroutine calls and
701assignments.
702
703@smallexample
704(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
705$5 = 7
706(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
707$6 = 9
708@end smallexample
709
710@noindent
711Is that enough to fix the problem of using the new quotes with the
712@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
713executing with the @code{c} (@code{continue}) command, and then try the
714example that caused trouble initially:
715
716@smallexample
717(@value{GDBP}) @b{c}
718Continuing.
719
720@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
721
722baz
7230000
724@end smallexample
725
726@noindent
727Success! The new quotes now work just as well as the default ones. The
728problem seems to have been just the two typos defining the wrong
729lengths. We allow @code{m4} exit by giving it an EOF as input:
730
731@smallexample
732@b{C-d}
733Program exited normally.
734@end smallexample
735
736@noindent
737The message @samp{Program exited normally.} is from @value{GDBN}; it
738indicates @code{m4} has finished executing. We can end our @value{GDBN}
739session with the @value{GDBN} @code{quit} command.
740
741@smallexample
742(@value{GDBP}) @b{quit}
743@end smallexample
c906108c 744
6d2ebf8b 745@node Invocation
c906108c
SS
746@chapter Getting In and Out of @value{GDBN}
747
748This chapter discusses how to start @value{GDBN}, and how to get out of it.
5d161b24 749The essentials are:
c906108c 750@itemize @bullet
5d161b24 751@item
53a5351d 752type @samp{@value{GDBP}} to start @value{GDBN}.
5d161b24 753@item
c906108c
SS
754type @kbd{quit} or @kbd{C-d} to exit.
755@end itemize
756
757@menu
758* Invoking GDB:: How to start @value{GDBN}
759* Quitting GDB:: How to quit @value{GDBN}
760* Shell Commands:: How to use shell commands inside @value{GDBN}
0fac0b41 761* Logging output:: How to log @value{GDBN}'s output to a file
c906108c
SS
762@end menu
763
6d2ebf8b 764@node Invoking GDB
c906108c
SS
765@section Invoking @value{GDBN}
766
c906108c
SS
767Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
768@value{GDBN} reads commands from the terminal until you tell it to exit.
769
770You can also run @code{@value{GDBP}} with a variety of arguments and options,
771to specify more of your debugging environment at the outset.
772
c906108c
SS
773The command-line options described here are designed
774to cover a variety of situations; in some environments, some of these
5d161b24 775options may effectively be unavailable.
c906108c
SS
776
777The most usual way to start @value{GDBN} is with one argument,
778specifying an executable program:
779
474c8240 780@smallexample
c906108c 781@value{GDBP} @var{program}
474c8240 782@end smallexample
c906108c 783
c906108c
SS
784@noindent
785You can also start with both an executable program and a core file
786specified:
787
474c8240 788@smallexample
c906108c 789@value{GDBP} @var{program} @var{core}
474c8240 790@end smallexample
c906108c
SS
791
792You can, instead, specify a process ID as a second argument, if you want
793to debug a running process:
794
474c8240 795@smallexample
c906108c 796@value{GDBP} @var{program} 1234
474c8240 797@end smallexample
c906108c
SS
798
799@noindent
800would attach @value{GDBN} to process @code{1234} (unless you also have a file
801named @file{1234}; @value{GDBN} does check for a core file first).
802
c906108c 803Taking advantage of the second command-line argument requires a fairly
2df3850c
JM
804complete operating system; when you use @value{GDBN} as a remote
805debugger attached to a bare board, there may not be any notion of
806``process'', and there is often no way to get a core dump. @value{GDBN}
807will warn you if it is unable to attach or to read core dumps.
c906108c 808
aa26fa3a
TT
809You can optionally have @code{@value{GDBP}} pass any arguments after the
810executable file to the inferior using @code{--args}. This option stops
811option processing.
474c8240 812@smallexample
aa26fa3a 813gdb --args gcc -O2 -c foo.c
474c8240 814@end smallexample
aa26fa3a
TT
815This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
816@code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
817
96a2c332 818You can run @code{@value{GDBP}} without printing the front material, which describes
c906108c
SS
819@value{GDBN}'s non-warranty, by specifying @code{-silent}:
820
821@smallexample
822@value{GDBP} -silent
823@end smallexample
824
825@noindent
826You can further control how @value{GDBN} starts up by using command-line
827options. @value{GDBN} itself can remind you of the options available.
828
829@noindent
830Type
831
474c8240 832@smallexample
c906108c 833@value{GDBP} -help
474c8240 834@end smallexample
c906108c
SS
835
836@noindent
837to display all available options and briefly describe their use
838(@samp{@value{GDBP} -h} is a shorter equivalent).
839
840All options and command line arguments you give are processed
841in sequential order. The order makes a difference when the
842@samp{-x} option is used.
843
844
845@menu
c906108c
SS
846* File Options:: Choosing files
847* Mode Options:: Choosing modes
848@end menu
849
6d2ebf8b 850@node File Options
c906108c
SS
851@subsection Choosing files
852
2df3850c 853When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
854specifying an executable file and core file (or process ID). This is
855the same as if the arguments were specified by the @samp{-se} and
19837790
MS
856@samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
857first argument that does not have an associated option flag as
858equivalent to the @samp{-se} option followed by that argument; and the
859second argument that does not have an associated option flag, if any, as
860equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
861If the second argument begins with a decimal digit, @value{GDBN} will
862first attempt to attach to it as a process, and if that fails, attempt
863to open it as a corefile. If you have a corefile whose name begins with
b383017d 864a digit, you can prevent @value{GDBN} from treating it as a pid by
79f12247 865prefixing it with @file{./}, eg. @file{./12345}.
7a292a7a
SS
866
867If @value{GDBN} has not been configured to included core file support,
868such as for most embedded targets, then it will complain about a second
869argument and ignore it.
c906108c
SS
870
871Many options have both long and short forms; both are shown in the
872following list. @value{GDBN} also recognizes the long forms if you truncate
873them, so long as enough of the option is present to be unambiguous.
874(If you prefer, you can flag option arguments with @samp{--} rather
875than @samp{-}, though we illustrate the more usual convention.)
876
d700128c
EZ
877@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
878@c way, both those who look for -foo and --foo in the index, will find
879@c it.
880
c906108c
SS
881@table @code
882@item -symbols @var{file}
883@itemx -s @var{file}
d700128c
EZ
884@cindex @code{--symbols}
885@cindex @code{-s}
c906108c
SS
886Read symbol table from file @var{file}.
887
888@item -exec @var{file}
889@itemx -e @var{file}
d700128c
EZ
890@cindex @code{--exec}
891@cindex @code{-e}
7a292a7a
SS
892Use file @var{file} as the executable file to execute when appropriate,
893and for examining pure data in conjunction with a core dump.
c906108c
SS
894
895@item -se @var{file}
d700128c 896@cindex @code{--se}
c906108c
SS
897Read symbol table from file @var{file} and use it as the executable
898file.
899
c906108c
SS
900@item -core @var{file}
901@itemx -c @var{file}
d700128c
EZ
902@cindex @code{--core}
903@cindex @code{-c}
b383017d 904Use file @var{file} as a core dump to examine.
c906108c
SS
905
906@item -c @var{number}
19837790
MS
907@item -pid @var{number}
908@itemx -p @var{number}
909@cindex @code{--pid}
910@cindex @code{-p}
911Connect to process ID @var{number}, as with the @code{attach} command.
912If there is no such process, @value{GDBN} will attempt to open a core
913file named @var{number}.
c906108c
SS
914
915@item -command @var{file}
916@itemx -x @var{file}
d700128c
EZ
917@cindex @code{--command}
918@cindex @code{-x}
c906108c
SS
919Execute @value{GDBN} commands from file @var{file}. @xref{Command
920Files,, Command files}.
921
922@item -directory @var{directory}
923@itemx -d @var{directory}
d700128c
EZ
924@cindex @code{--directory}
925@cindex @code{-d}
c906108c
SS
926Add @var{directory} to the path to search for source files.
927
c906108c
SS
928@item -m
929@itemx -mapped
d700128c
EZ
930@cindex @code{--mapped}
931@cindex @code{-m}
c906108c
SS
932@emph{Warning: this option depends on operating system facilities that are not
933supported on all systems.}@*
934If memory-mapped files are available on your system through the @code{mmap}
5d161b24 935system call, you can use this option
c906108c
SS
936to have @value{GDBN} write the symbols from your
937program into a reusable file in the current directory. If the program you are debugging is
96a2c332 938called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
c906108c
SS
939Future @value{GDBN} debugging sessions notice the presence of this file,
940and can quickly map in symbol information from it, rather than reading
941the symbol table from the executable program.
942
943The @file{.syms} file is specific to the host machine where @value{GDBN}
944is run. It holds an exact image of the internal @value{GDBN} symbol
945table. It cannot be shared across multiple host platforms.
c906108c 946
c906108c
SS
947@item -r
948@itemx -readnow
d700128c
EZ
949@cindex @code{--readnow}
950@cindex @code{-r}
c906108c
SS
951Read each symbol file's entire symbol table immediately, rather than
952the default, which is to read it incrementally as it is needed.
953This makes startup slower, but makes future operations faster.
53a5351d 954
c906108c
SS
955@end table
956
2df3850c 957You typically combine the @code{-mapped} and @code{-readnow} options in
c906108c 958order to build a @file{.syms} file that contains complete symbol
2df3850c
JM
959information. (@xref{Files,,Commands to specify files}, for information
960on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
961but build a @file{.syms} file for future use is:
c906108c 962
474c8240 963@smallexample
2df3850c 964gdb -batch -nx -mapped -readnow programname
474c8240 965@end smallexample
c906108c 966
6d2ebf8b 967@node Mode Options
c906108c
SS
968@subsection Choosing modes
969
970You can run @value{GDBN} in various alternative modes---for example, in
971batch mode or quiet mode.
972
973@table @code
974@item -nx
975@itemx -n
d700128c
EZ
976@cindex @code{--nx}
977@cindex @code{-n}
96565e91 978Do not execute commands found in any initialization files. Normally,
2df3850c
JM
979@value{GDBN} executes the commands in these files after all the command
980options and arguments have been processed. @xref{Command Files,,Command
981files}.
c906108c
SS
982
983@item -quiet
d700128c 984@itemx -silent
c906108c 985@itemx -q
d700128c
EZ
986@cindex @code{--quiet}
987@cindex @code{--silent}
988@cindex @code{-q}
c906108c
SS
989``Quiet''. Do not print the introductory and copyright messages. These
990messages are also suppressed in batch mode.
991
992@item -batch
d700128c 993@cindex @code{--batch}
c906108c
SS
994Run in batch mode. Exit with status @code{0} after processing all the
995command files specified with @samp{-x} (and all commands from
996initialization files, if not inhibited with @samp{-n}). Exit with
997nonzero status if an error occurs in executing the @value{GDBN} commands
998in the command files.
999
2df3850c
JM
1000Batch mode may be useful for running @value{GDBN} as a filter, for
1001example to download and run a program on another computer; in order to
1002make this more useful, the message
c906108c 1003
474c8240 1004@smallexample
c906108c 1005Program exited normally.
474c8240 1006@end smallexample
c906108c
SS
1007
1008@noindent
2df3850c
JM
1009(which is ordinarily issued whenever a program running under
1010@value{GDBN} control terminates) is not issued when running in batch
1011mode.
1012
1013@item -nowindows
1014@itemx -nw
d700128c
EZ
1015@cindex @code{--nowindows}
1016@cindex @code{-nw}
2df3850c 1017``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 1018(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
1019interface. If no GUI is available, this option has no effect.
1020
1021@item -windows
1022@itemx -w
d700128c
EZ
1023@cindex @code{--windows}
1024@cindex @code{-w}
2df3850c
JM
1025If @value{GDBN} includes a GUI, then this option requires it to be
1026used if possible.
c906108c
SS
1027
1028@item -cd @var{directory}
d700128c 1029@cindex @code{--cd}
c906108c
SS
1030Run @value{GDBN} using @var{directory} as its working directory,
1031instead of the current directory.
1032
c906108c
SS
1033@item -fullname
1034@itemx -f
d700128c
EZ
1035@cindex @code{--fullname}
1036@cindex @code{-f}
7a292a7a
SS
1037@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1038subprocess. It tells @value{GDBN} to output the full file name and line
1039number in a standard, recognizable fashion each time a stack frame is
1040displayed (which includes each time your program stops). This
1041recognizable format looks like two @samp{\032} characters, followed by
1042the file name, line number and character position separated by colons,
1043and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1044@samp{\032} characters as a signal to display the source code for the
1045frame.
c906108c 1046
d700128c
EZ
1047@item -epoch
1048@cindex @code{--epoch}
1049The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1050@value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1051routines so as to allow Epoch to display values of expressions in a
1052separate window.
1053
1054@item -annotate @var{level}
1055@cindex @code{--annotate}
1056This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1057effect is identical to using @samp{set annotate @var{level}}
086432e2
AC
1058(@pxref{Annotations}). The annotation @var{level} controls how much
1059information @value{GDBN} prints together with its prompt, values of
1060expressions, source lines, and other types of output. Level 0 is the
1061normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1062@sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1063that control @value{GDBN}, and level 2 has been deprecated.
1064
1065The annotation mechanism has largely been superseeded by @sc{gdb/mi}
1066(@pxref{GDB/MI}).
d700128c
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}
d0d5df6f
AC
1115Activate the @dfn{Text User Interface} when starting. The Text User
1116Interface manages several text windows on the terminal, showing
1117source, assembly, registers and @value{GDBN} command outputs
1118(@pxref{TUI, ,@value{GDBN} Text User Interface}). Alternatively, the
1119Text User Interface can be enabled by invoking the program
1120@samp{gdbtui}. Do not use this option if you run @value{GDBN} from
1121Emacs (@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
53a5351d
JM
1122
1123@c @item -xdb
d700128c 1124@c @cindex @code{--xdb}
53a5351d
JM
1125@c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1126@c For information, see the file @file{xdb_trans.html}, which is usually
1127@c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1128@c systems.
1129
d700128c
EZ
1130@item -interpreter @var{interp}
1131@cindex @code{--interpreter}
1132Use the interpreter @var{interp} for interface with the controlling
1133program or device. This option is meant to be set by programs which
94bbb2c0 1134communicate with @value{GDBN} using it as a back end.
21c294e6 1135@xref{Interpreters, , Command Interpreters}.
94bbb2c0 1136
da0f9dcd 1137@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
2fcf52f0 1138@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
6c74ac8b
AC
1139The @sc{gdb/mi} Interface}) included since @var{GDBN} version 6.0. The
1140previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1141selected with @samp{--interpreter=mi1}, is deprecated. Earlier
1142@sc{gdb/mi} interfaces are no longer supported.
d700128c
EZ
1143
1144@item -write
1145@cindex @code{--write}
1146Open the executable and core files for both reading and writing. This
1147is equivalent to the @samp{set write on} command inside @value{GDBN}
1148(@pxref{Patching}).
1149
1150@item -statistics
1151@cindex @code{--statistics}
1152This option causes @value{GDBN} to print statistics about time and
1153memory usage after it completes each command and returns to the prompt.
1154
1155@item -version
1156@cindex @code{--version}
1157This option causes @value{GDBN} to print its version number and
1158no-warranty blurb, and exit.
1159
c906108c
SS
1160@end table
1161
6d2ebf8b 1162@node Quitting GDB
c906108c
SS
1163@section Quitting @value{GDBN}
1164@cindex exiting @value{GDBN}
1165@cindex leaving @value{GDBN}
1166
1167@table @code
1168@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1169@kindex q @r{(@code{quit})}
96a2c332
SS
1170@item quit @r{[}@var{expression}@r{]}
1171@itemx q
1172To exit @value{GDBN}, use the @code{quit} command (abbreviated
1173@code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1174do not supply @var{expression}, @value{GDBN} will terminate normally;
1175otherwise it will terminate using the result of @var{expression} as the
1176error code.
c906108c
SS
1177@end table
1178
1179@cindex interrupt
1180An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1181terminates the action of any @value{GDBN} command that is in progress and
1182returns to @value{GDBN} command level. It is safe to type the interrupt
1183character at any time because @value{GDBN} does not allow it to take effect
1184until a time when it is safe.
1185
c906108c
SS
1186If you have been using @value{GDBN} to control an attached process or
1187device, you can release it with the @code{detach} command
1188(@pxref{Attach, ,Debugging an already-running process}).
c906108c 1189
6d2ebf8b 1190@node Shell Commands
c906108c
SS
1191@section Shell commands
1192
1193If you need to execute occasional shell commands during your
1194debugging session, there is no need to leave or suspend @value{GDBN}; you can
1195just use the @code{shell} command.
1196
1197@table @code
1198@kindex shell
1199@cindex shell escape
1200@item shell @var{command string}
1201Invoke a standard shell to execute @var{command string}.
c906108c 1202If it exists, the environment variable @code{SHELL} determines which
d4f3574e
SS
1203shell to run. Otherwise @value{GDBN} uses the default shell
1204(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1205@end table
1206
1207The utility @code{make} is often needed in development environments.
1208You do not have to use the @code{shell} command for this purpose in
1209@value{GDBN}:
1210
1211@table @code
1212@kindex make
1213@cindex calling make
1214@item make @var{make-args}
1215Execute the @code{make} program with the specified
1216arguments. This is equivalent to @samp{shell make @var{make-args}}.
1217@end table
1218
0fac0b41
DJ
1219@node Logging output
1220@section Logging output
1221@cindex logging @value{GDBN} output
1222
1223You may want to save the output of @value{GDBN} commands to a file.
1224There are several commands to control @value{GDBN}'s logging.
1225
1226@table @code
1227@kindex set logging
1228@item set logging on
1229Enable logging.
1230@item set logging off
1231Disable logging.
1232@item set logging file @var{file}
1233Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1234@item set logging overwrite [on|off]
1235By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1236you want @code{set logging on} to overwrite the logfile instead.
1237@item set logging redirect [on|off]
1238By default, @value{GDBN} output will go to both the terminal and the logfile.
1239Set @code{redirect} if you want output to go only to the log file.
1240@kindex show logging
1241@item show logging
1242Show the current values of the logging settings.
1243@end table
1244
6d2ebf8b 1245@node Commands
c906108c
SS
1246@chapter @value{GDBN} Commands
1247
1248You can abbreviate a @value{GDBN} command to the first few letters of the command
1249name, if that abbreviation is unambiguous; and you can repeat certain
1250@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1251key to get @value{GDBN} to fill out the rest of a word in a command (or to
1252show you the alternatives available, if there is more than one possibility).
1253
1254@menu
1255* Command Syntax:: How to give commands to @value{GDBN}
1256* Completion:: Command completion
1257* Help:: How to ask @value{GDBN} for help
1258@end menu
1259
6d2ebf8b 1260@node Command Syntax
c906108c
SS
1261@section Command syntax
1262
1263A @value{GDBN} command is a single line of input. There is no limit on
1264how long it can be. It starts with a command name, which is followed by
1265arguments whose meaning depends on the command name. For example, the
1266command @code{step} accepts an argument which is the number of times to
1267step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1268with no arguments. Some commands do not allow any arguments.
c906108c
SS
1269
1270@cindex abbreviation
1271@value{GDBN} command names may always be truncated if that abbreviation is
1272unambiguous. Other possible command abbreviations are listed in the
1273documentation for individual commands. In some cases, even ambiguous
1274abbreviations are allowed; for example, @code{s} is specially defined as
1275equivalent to @code{step} even though there are other commands whose
1276names start with @code{s}. You can test abbreviations by using them as
1277arguments to the @code{help} command.
1278
1279@cindex repeating commands
41afff9a 1280@kindex RET @r{(repeat last command)}
c906108c 1281A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1282repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1283will not repeat this way; these are commands whose unintentional
1284repetition might cause trouble and which you are unlikely to want to
1285repeat.
1286
1287The @code{list} and @code{x} commands, when you repeat them with
1288@key{RET}, construct new arguments rather than repeating
1289exactly as typed. This permits easy scanning of source or memory.
1290
1291@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1292output, in a way similar to the common utility @code{more}
1293(@pxref{Screen Size,,Screen size}). Since it is easy to press one
1294@key{RET} too many in this situation, @value{GDBN} disables command
1295repetition after any command that generates this sort of display.
1296
41afff9a 1297@kindex # @r{(a comment)}
c906108c
SS
1298@cindex comment
1299Any text from a @kbd{#} to the end of the line is a comment; it does
1300nothing. This is useful mainly in command files (@pxref{Command
1301Files,,Command files}).
1302
88118b3a
TT
1303@cindex repeating command sequences
1304@kindex C-o @r{(operate-and-get-next)}
1305The @kbd{C-o} binding is useful for repeating a complex sequence of
1306commands. This command accepts the current line, like @kbd{RET}, and
1307then fetches the next line relative to the current line from the history
1308for editing.
1309
6d2ebf8b 1310@node Completion
c906108c
SS
1311@section Command completion
1312
1313@cindex completion
1314@cindex word completion
1315@value{GDBN} can fill in the rest of a word in a command for you, if there is
1316only one possibility; it can also show you what the valid possibilities
1317are for the next word in a command, at any time. This works for @value{GDBN}
1318commands, @value{GDBN} subcommands, and the names of symbols in your program.
1319
1320Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1321of a word. If there is only one possibility, @value{GDBN} fills in the
1322word, and waits for you to finish the command (or press @key{RET} to
1323enter it). For example, if you type
1324
1325@c FIXME "@key" does not distinguish its argument sufficiently to permit
1326@c complete accuracy in these examples; space introduced for clarity.
1327@c If texinfo enhancements make it unnecessary, it would be nice to
1328@c replace " @key" by "@key" in the following...
474c8240 1329@smallexample
c906108c 1330(@value{GDBP}) info bre @key{TAB}
474c8240 1331@end smallexample
c906108c
SS
1332
1333@noindent
1334@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1335the only @code{info} subcommand beginning with @samp{bre}:
1336
474c8240 1337@smallexample
c906108c 1338(@value{GDBP}) info breakpoints
474c8240 1339@end smallexample
c906108c
SS
1340
1341@noindent
1342You can either press @key{RET} at this point, to run the @code{info
1343breakpoints} command, or backspace and enter something else, if
1344@samp{breakpoints} does not look like the command you expected. (If you
1345were sure you wanted @code{info breakpoints} in the first place, you
1346might as well just type @key{RET} immediately after @samp{info bre},
1347to exploit command abbreviations rather than command completion).
1348
1349If there is more than one possibility for the next word when you press
1350@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1351characters and try again, or just press @key{TAB} a second time;
1352@value{GDBN} displays all the possible completions for that word. For
1353example, you might want to set a breakpoint on a subroutine whose name
1354begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1355just sounds the bell. Typing @key{TAB} again displays all the
1356function names in your program that begin with those characters, for
1357example:
1358
474c8240 1359@smallexample
c906108c
SS
1360(@value{GDBP}) b make_ @key{TAB}
1361@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1362make_a_section_from_file make_environ
1363make_abs_section make_function_type
1364make_blockvector make_pointer_type
1365make_cleanup make_reference_type
c906108c
SS
1366make_command make_symbol_completion_list
1367(@value{GDBP}) b make_
474c8240 1368@end smallexample
c906108c
SS
1369
1370@noindent
1371After displaying the available possibilities, @value{GDBN} copies your
1372partial input (@samp{b make_} in the example) so you can finish the
1373command.
1374
1375If you just want to see the list of alternatives in the first place, you
b37052ae 1376can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1377means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1378key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1379one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c
SS
1380
1381@cindex quotes in commands
1382@cindex completion of quoted strings
1383Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1384parentheses or other characters that @value{GDBN} normally excludes from
1385its notion of a word. To permit word completion to work in this
1386situation, you may enclose words in @code{'} (single quote marks) in
1387@value{GDBN} commands.
c906108c 1388
c906108c 1389The most likely situation where you might need this is in typing the
b37052ae
EZ
1390name of a C@t{++} function. This is because C@t{++} allows function
1391overloading (multiple definitions of the same function, distinguished
1392by argument type). For example, when you want to set a breakpoint you
1393may need to distinguish whether you mean the version of @code{name}
1394that takes an @code{int} parameter, @code{name(int)}, or the version
1395that takes a @code{float} parameter, @code{name(float)}. To use the
1396word-completion facilities in this situation, type a single quote
1397@code{'} at the beginning of the function name. This alerts
1398@value{GDBN} that it may need to consider more information than usual
1399when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1400
474c8240 1401@smallexample
96a2c332 1402(@value{GDBP}) b 'bubble( @kbd{M-?}
c906108c
SS
1403bubble(double,double) bubble(int,int)
1404(@value{GDBP}) b 'bubble(
474c8240 1405@end smallexample
c906108c
SS
1406
1407In some cases, @value{GDBN} can tell that completing a name requires using
1408quotes. When this happens, @value{GDBN} inserts the quote for you (while
1409completing as much as it can) if you do not type the quote in the first
1410place:
1411
474c8240 1412@smallexample
c906108c
SS
1413(@value{GDBP}) b bub @key{TAB}
1414@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1415(@value{GDBP}) b 'bubble(
474c8240 1416@end smallexample
c906108c
SS
1417
1418@noindent
1419In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1420you have not yet started typing the argument list when you ask for
1421completion on an overloaded symbol.
1422
d4f3574e 1423For more information about overloaded functions, see @ref{C plus plus
b37052ae 1424expressions, ,C@t{++} expressions}. You can use the command @code{set
c906108c 1425overload-resolution off} to disable overload resolution;
b37052ae 1426see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
c906108c
SS
1427
1428
6d2ebf8b 1429@node Help
c906108c
SS
1430@section Getting help
1431@cindex online documentation
1432@kindex help
1433
5d161b24 1434You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
1435using the command @code{help}.
1436
1437@table @code
41afff9a 1438@kindex h @r{(@code{help})}
c906108c
SS
1439@item help
1440@itemx h
1441You can use @code{help} (abbreviated @code{h}) with no arguments to
1442display a short list of named classes of commands:
1443
1444@smallexample
1445(@value{GDBP}) help
1446List of classes of commands:
1447
2df3850c 1448aliases -- Aliases of other commands
c906108c 1449breakpoints -- Making program stop at certain points
2df3850c 1450data -- Examining data
c906108c 1451files -- Specifying and examining files
2df3850c
JM
1452internals -- Maintenance commands
1453obscure -- Obscure features
1454running -- Running the program
1455stack -- Examining the stack
c906108c
SS
1456status -- Status inquiries
1457support -- Support facilities
96a2c332
SS
1458tracepoints -- Tracing of program execution without@*
1459 stopping the program
c906108c 1460user-defined -- User-defined commands
c906108c 1461
5d161b24 1462Type "help" followed by a class name for a list of
c906108c 1463commands in that class.
5d161b24 1464Type "help" followed by command name for full
c906108c
SS
1465documentation.
1466Command name abbreviations are allowed if unambiguous.
1467(@value{GDBP})
1468@end smallexample
96a2c332 1469@c the above line break eliminates huge line overfull...
c906108c
SS
1470
1471@item help @var{class}
1472Using one of the general help classes as an argument, you can get a
1473list of the individual commands in that class. For example, here is the
1474help display for the class @code{status}:
1475
1476@smallexample
1477(@value{GDBP}) help status
1478Status inquiries.
1479
1480List of commands:
1481
1482@c Line break in "show" line falsifies real output, but needed
1483@c to fit in smallbook page size.
2df3850c
JM
1484info -- Generic command for showing things
1485 about the program being debugged
1486show -- Generic command for showing things
1487 about the debugger
c906108c 1488
5d161b24 1489Type "help" followed by command name for full
c906108c
SS
1490documentation.
1491Command name abbreviations are allowed if unambiguous.
1492(@value{GDBP})
1493@end smallexample
1494
1495@item help @var{command}
1496With a command name as @code{help} argument, @value{GDBN} displays a
1497short paragraph on how to use that command.
1498
6837a0a2
DB
1499@kindex apropos
1500@item apropos @var{args}
1501The @code{apropos @var{args}} command searches through all of the @value{GDBN}
1502commands, and their documentation, for the regular expression specified in
1503@var{args}. It prints out all matches found. For example:
1504
1505@smallexample
1506apropos reload
1507@end smallexample
1508
b37052ae
EZ
1509@noindent
1510results in:
6837a0a2
DB
1511
1512@smallexample
6d2ebf8b
SS
1513@c @group
1514set symbol-reloading -- Set dynamic symbol table reloading
1515 multiple times in one run
1516show symbol-reloading -- Show dynamic symbol table reloading
1517 multiple times in one run
1518@c @end group
6837a0a2
DB
1519@end smallexample
1520
c906108c
SS
1521@kindex complete
1522@item complete @var{args}
1523The @code{complete @var{args}} command lists all the possible completions
1524for the beginning of a command. Use @var{args} to specify the beginning of the
1525command you want completed. For example:
1526
1527@smallexample
1528complete i
1529@end smallexample
1530
1531@noindent results in:
1532
1533@smallexample
1534@group
2df3850c
JM
1535if
1536ignore
c906108c
SS
1537info
1538inspect
c906108c
SS
1539@end group
1540@end smallexample
1541
1542@noindent This is intended for use by @sc{gnu} Emacs.
1543@end table
1544
1545In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1546and @code{show} to inquire about the state of your program, or the state
1547of @value{GDBN} itself. Each command supports many topics of inquiry; this
1548manual introduces each of them in the appropriate context. The listings
1549under @code{info} and under @code{show} in the Index point to
1550all the sub-commands. @xref{Index}.
1551
1552@c @group
1553@table @code
1554@kindex info
41afff9a 1555@kindex i @r{(@code{info})}
c906108c
SS
1556@item info
1557This command (abbreviated @code{i}) is for describing the state of your
1558program. For example, you can list the arguments given to your program
1559with @code{info args}, list the registers currently in use with @code{info
1560registers}, or list the breakpoints you have set with @code{info breakpoints}.
1561You can get a complete list of the @code{info} sub-commands with
1562@w{@code{help info}}.
1563
1564@kindex set
1565@item set
5d161b24 1566You can assign the result of an expression to an environment variable with
c906108c
SS
1567@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1568@code{set prompt $}.
1569
1570@kindex show
1571@item show
5d161b24 1572In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
1573@value{GDBN} itself.
1574You can change most of the things you can @code{show}, by using the
1575related command @code{set}; for example, you can control what number
1576system is used for displays with @code{set radix}, or simply inquire
1577which is currently in use with @code{show radix}.
1578
1579@kindex info set
1580To display all the settable parameters and their current
1581values, you can use @code{show} with no arguments; you may also use
1582@code{info set}. Both commands produce the same display.
1583@c FIXME: "info set" violates the rule that "info" is for state of
1584@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1585@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1586@end table
1587@c @end group
1588
1589Here are three miscellaneous @code{show} subcommands, all of which are
1590exceptional in lacking corresponding @code{set} commands:
1591
1592@table @code
1593@kindex show version
1594@cindex version number
1595@item show version
1596Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
1597information in @value{GDBN} bug-reports. If multiple versions of
1598@value{GDBN} are in use at your site, you may need to determine which
1599version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1600commands are introduced, and old ones may wither away. Also, many
1601system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 1602variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
1603The version number is the same as the one announced when you start
1604@value{GDBN}.
c906108c
SS
1605
1606@kindex show copying
1607@item show copying
1608Display information about permission for copying @value{GDBN}.
1609
1610@kindex show warranty
1611@item show warranty
2df3850c 1612Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 1613if your version of @value{GDBN} comes with one.
2df3850c 1614
c906108c
SS
1615@end table
1616
6d2ebf8b 1617@node Running
c906108c
SS
1618@chapter Running Programs Under @value{GDBN}
1619
1620When you run a program under @value{GDBN}, you must first generate
1621debugging information when you compile it.
7a292a7a
SS
1622
1623You may start @value{GDBN} with its arguments, if any, in an environment
1624of your choice. If you are doing native debugging, you may redirect
1625your program's input and output, debug an already running process, or
1626kill a child process.
c906108c
SS
1627
1628@menu
1629* Compilation:: Compiling for debugging
1630* Starting:: Starting your program
c906108c
SS
1631* Arguments:: Your program's arguments
1632* Environment:: Your program's environment
c906108c
SS
1633
1634* Working Directory:: Your program's working directory
1635* Input/Output:: Your program's input and output
1636* Attach:: Debugging an already-running process
1637* Kill Process:: Killing the child process
c906108c
SS
1638
1639* Threads:: Debugging programs with multiple threads
1640* Processes:: Debugging programs with multiple processes
1641@end menu
1642
6d2ebf8b 1643@node Compilation
c906108c
SS
1644@section Compiling for debugging
1645
1646In order to debug a program effectively, you need to generate
1647debugging information when you compile it. This debugging information
1648is stored in the object file; it describes the data type of each
1649variable or function and the correspondence between source line numbers
1650and addresses in the executable code.
1651
1652To request debugging information, specify the @samp{-g} option when you run
1653the compiler.
1654
e2e0bcd1
JB
1655Most compilers do not include information about preprocessor macros in
1656the debugging information if you specify the @option{-g} flag alone,
1657because this information is rather large. Version 3.1 of @value{NGCC},
1658the @sc{gnu} C compiler, provides macro information if you specify the
1659options @option{-gdwarf-2} and @option{-g3}; the former option requests
1660debugging information in the Dwarf 2 format, and the latter requests
1661``extra information''. In the future, we hope to find more compact ways
1662to represent macro information, so that it can be included with
1663@option{-g} alone.
1664
c906108c
SS
1665Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1666options together. Using those compilers, you cannot generate optimized
1667executables containing debugging information.
1668
53a5351d
JM
1669@value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1670without @samp{-O}, making it possible to debug optimized code. We
1671recommend that you @emph{always} use @samp{-g} whenever you compile a
1672program. You may think your program is correct, but there is no sense
1673in pushing your luck.
c906108c
SS
1674
1675@cindex optimized code, debugging
1676@cindex debugging optimized code
1677When you debug a program compiled with @samp{-g -O}, remember that the
1678optimizer is rearranging your code; the debugger shows you what is
1679really there. Do not be too surprised when the execution path does not
1680exactly match your source file! An extreme example: if you define a
1681variable, but never use it, @value{GDBN} never sees that
1682variable---because the compiler optimizes it out of existence.
1683
1684Some things do not work as well with @samp{-g -O} as with just
1685@samp{-g}, particularly on machines with instruction scheduling. If in
1686doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1687please report it to us as a bug (including a test case!).
1688
1689Older versions of the @sc{gnu} C compiler permitted a variant option
1690@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1691format; if your @sc{gnu} C compiler has this option, do not use it.
1692
1693@need 2000
6d2ebf8b 1694@node Starting
c906108c
SS
1695@section Starting your program
1696@cindex starting
1697@cindex running
1698
1699@table @code
1700@kindex run
41afff9a 1701@kindex r @r{(@code{run})}
c906108c
SS
1702@item run
1703@itemx r
7a292a7a
SS
1704Use the @code{run} command to start your program under @value{GDBN}.
1705You must first specify the program name (except on VxWorks) with an
1706argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1707@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1708(@pxref{Files, ,Commands to specify files}).
c906108c
SS
1709
1710@end table
1711
c906108c
SS
1712If you are running your program in an execution environment that
1713supports processes, @code{run} creates an inferior process and makes
1714that process run your program. (In environments without processes,
1715@code{run} jumps to the start of your program.)
1716
1717The execution of a program is affected by certain information it
1718receives from its superior. @value{GDBN} provides ways to specify this
1719information, which you must do @emph{before} starting your program. (You
1720can change it after starting your program, but such changes only affect
1721your program the next time you start it.) This information may be
1722divided into four categories:
1723
1724@table @asis
1725@item The @emph{arguments.}
1726Specify the arguments to give your program as the arguments of the
1727@code{run} command. If a shell is available on your target, the shell
1728is used to pass the arguments, so that you may use normal conventions
1729(such as wildcard expansion or variable substitution) in describing
1730the arguments.
1731In Unix systems, you can control which shell is used with the
1732@code{SHELL} environment variable.
1733@xref{Arguments, ,Your program's arguments}.
1734
1735@item The @emph{environment.}
1736Your program normally inherits its environment from @value{GDBN}, but you can
1737use the @value{GDBN} commands @code{set environment} and @code{unset
1738environment} to change parts of the environment that affect
1739your program. @xref{Environment, ,Your program's environment}.
1740
1741@item The @emph{working directory.}
1742Your program inherits its working directory from @value{GDBN}. You can set
1743the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1744@xref{Working Directory, ,Your program's working directory}.
1745
1746@item The @emph{standard input and output.}
1747Your program normally uses the same device for standard input and
1748standard output as @value{GDBN} is using. You can redirect input and output
1749in the @code{run} command line, or you can use the @code{tty} command to
1750set a different device for your program.
1751@xref{Input/Output, ,Your program's input and output}.
1752
1753@cindex pipes
1754@emph{Warning:} While input and output redirection work, you cannot use
1755pipes to pass the output of the program you are debugging to another
1756program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1757wrong program.
1758@end table
c906108c
SS
1759
1760When you issue the @code{run} command, your program begins to execute
1761immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1762of how to arrange for your program to stop. Once your program has
1763stopped, you may call functions in your program, using the @code{print}
1764or @code{call} commands. @xref{Data, ,Examining Data}.
1765
1766If the modification time of your symbol file has changed since the last
1767time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1768table, and reads it again. When it does this, @value{GDBN} tries to retain
1769your current breakpoints.
1770
6d2ebf8b 1771@node Arguments
c906108c
SS
1772@section Your program's arguments
1773
1774@cindex arguments (to your program)
1775The arguments to your program can be specified by the arguments of the
5d161b24 1776@code{run} command.
c906108c
SS
1777They are passed to a shell, which expands wildcard characters and
1778performs redirection of I/O, and thence to your program. Your
1779@code{SHELL} environment variable (if it exists) specifies what shell
1780@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
1781the default shell (@file{/bin/sh} on Unix).
1782
1783On non-Unix systems, the program is usually invoked directly by
1784@value{GDBN}, which emulates I/O redirection via the appropriate system
1785calls, and the wildcard characters are expanded by the startup code of
1786the program, not by the shell.
c906108c
SS
1787
1788@code{run} with no arguments uses the same arguments used by the previous
1789@code{run}, or those set by the @code{set args} command.
1790
c906108c 1791@table @code
41afff9a 1792@kindex set args
c906108c
SS
1793@item set args
1794Specify the arguments to be used the next time your program is run. If
1795@code{set args} has no arguments, @code{run} executes your program
1796with no arguments. Once you have run your program with arguments,
1797using @code{set args} before the next @code{run} is the only way to run
1798it again without arguments.
1799
1800@kindex show args
1801@item show args
1802Show the arguments to give your program when it is started.
1803@end table
1804
6d2ebf8b 1805@node Environment
c906108c
SS
1806@section Your program's environment
1807
1808@cindex environment (of your program)
1809The @dfn{environment} consists of a set of environment variables and
1810their values. Environment variables conventionally record such things as
1811your user name, your home directory, your terminal type, and your search
1812path for programs to run. Usually you set up environment variables with
1813the shell and they are inherited by all the other programs you run. When
1814debugging, it can be useful to try running your program with a modified
1815environment without having to start @value{GDBN} over again.
1816
1817@table @code
1818@kindex path
1819@item path @var{directory}
1820Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
1821(the search path for executables) that will be passed to your program.
1822The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
1823You may specify several directory names, separated by whitespace or by a
1824system-dependent separator character (@samp{:} on Unix, @samp{;} on
1825MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1826is moved to the front, so it is searched sooner.
c906108c
SS
1827
1828You can use the string @samp{$cwd} to refer to whatever is the current
1829working directory at the time @value{GDBN} searches the path. If you
1830use @samp{.} instead, it refers to the directory where you executed the
1831@code{path} command. @value{GDBN} replaces @samp{.} in the
1832@var{directory} argument (with the current path) before adding
1833@var{directory} to the search path.
1834@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1835@c document that, since repeating it would be a no-op.
1836
1837@kindex show paths
1838@item show paths
1839Display the list of search paths for executables (the @code{PATH}
1840environment variable).
1841
1842@kindex show environment
1843@item show environment @r{[}@var{varname}@r{]}
1844Print the value of environment variable @var{varname} to be given to
1845your program when it starts. If you do not supply @var{varname},
1846print the names and values of all environment variables to be given to
1847your program. You can abbreviate @code{environment} as @code{env}.
1848
1849@kindex set environment
53a5351d 1850@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c
SS
1851Set environment variable @var{varname} to @var{value}. The value
1852changes for your program only, not for @value{GDBN} itself. @var{value} may
1853be any string; the values of environment variables are just strings, and
1854any interpretation is supplied by your program itself. The @var{value}
1855parameter is optional; if it is eliminated, the variable is set to a
1856null value.
1857@c "any string" here does not include leading, trailing
1858@c blanks. Gnu asks: does anyone care?
1859
1860For example, this command:
1861
474c8240 1862@smallexample
c906108c 1863set env USER = foo
474c8240 1864@end smallexample
c906108c
SS
1865
1866@noindent
d4f3574e 1867tells the debugged program, when subsequently run, that its user is named
c906108c
SS
1868@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1869are not actually required.)
1870
1871@kindex unset environment
1872@item unset environment @var{varname}
1873Remove variable @var{varname} from the environment to be passed to your
1874program. This is different from @samp{set env @var{varname} =};
1875@code{unset environment} removes the variable from the environment,
1876rather than assigning it an empty value.
1877@end table
1878
d4f3574e
SS
1879@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1880the shell indicated
c906108c
SS
1881by your @code{SHELL} environment variable if it exists (or
1882@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1883that runs an initialization file---such as @file{.cshrc} for C-shell, or
1884@file{.bashrc} for BASH---any variables you set in that file affect
1885your program. You may wish to move setting of environment variables to
1886files that are only run when you sign on, such as @file{.login} or
1887@file{.profile}.
1888
6d2ebf8b 1889@node Working Directory
c906108c
SS
1890@section Your program's working directory
1891
1892@cindex working directory (of your program)
1893Each time you start your program with @code{run}, it inherits its
1894working directory from the current working directory of @value{GDBN}.
1895The @value{GDBN} working directory is initially whatever it inherited
1896from its parent process (typically the shell), but you can specify a new
1897working directory in @value{GDBN} with the @code{cd} command.
1898
1899The @value{GDBN} working directory also serves as a default for the commands
1900that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1901specify files}.
1902
1903@table @code
1904@kindex cd
1905@item cd @var{directory}
1906Set the @value{GDBN} working directory to @var{directory}.
1907
1908@kindex pwd
1909@item pwd
1910Print the @value{GDBN} working directory.
1911@end table
1912
6d2ebf8b 1913@node Input/Output
c906108c
SS
1914@section Your program's input and output
1915
1916@cindex redirection
1917@cindex i/o
1918@cindex terminal
1919By default, the program you run under @value{GDBN} does input and output to
5d161b24 1920the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
1921to its own terminal modes to interact with you, but it records the terminal
1922modes your program was using and switches back to them when you continue
1923running your program.
1924
1925@table @code
1926@kindex info terminal
1927@item info terminal
1928Displays information recorded by @value{GDBN} about the terminal modes your
1929program is using.
1930@end table
1931
1932You can redirect your program's input and/or output using shell
1933redirection with the @code{run} command. For example,
1934
474c8240 1935@smallexample
c906108c 1936run > outfile
474c8240 1937@end smallexample
c906108c
SS
1938
1939@noindent
1940starts your program, diverting its output to the file @file{outfile}.
1941
1942@kindex tty
1943@cindex controlling terminal
1944Another way to specify where your program should do input and output is
1945with the @code{tty} command. This command accepts a file name as
1946argument, and causes this file to be the default for future @code{run}
1947commands. It also resets the controlling terminal for the child
1948process, for future @code{run} commands. For example,
1949
474c8240 1950@smallexample
c906108c 1951tty /dev/ttyb
474c8240 1952@end smallexample
c906108c
SS
1953
1954@noindent
1955directs that processes started with subsequent @code{run} commands
1956default to do input and output on the terminal @file{/dev/ttyb} and have
1957that as their controlling terminal.
1958
1959An explicit redirection in @code{run} overrides the @code{tty} command's
1960effect on the input/output device, but not its effect on the controlling
1961terminal.
1962
1963When you use the @code{tty} command or redirect input in the @code{run}
1964command, only the input @emph{for your program} is affected. The input
1965for @value{GDBN} still comes from your terminal.
1966
6d2ebf8b 1967@node Attach
c906108c
SS
1968@section Debugging an already-running process
1969@kindex attach
1970@cindex attach
1971
1972@table @code
1973@item attach @var{process-id}
1974This command attaches to a running process---one that was started
1975outside @value{GDBN}. (@code{info files} shows your active
1976targets.) The command takes as argument a process ID. The usual way to
1977find out the process-id of a Unix process is with the @code{ps} utility,
1978or with the @samp{jobs -l} shell command.
1979
1980@code{attach} does not repeat if you press @key{RET} a second time after
1981executing the command.
1982@end table
1983
1984To use @code{attach}, your program must be running in an environment
1985which supports processes; for example, @code{attach} does not work for
1986programs on bare-board targets that lack an operating system. You must
1987also have permission to send the process a signal.
1988
1989When you use @code{attach}, the debugger finds the program running in
1990the process first by looking in the current working directory, then (if
1991the program is not found) by using the source file search path
1992(@pxref{Source Path, ,Specifying source directories}). You can also use
1993the @code{file} command to load the program. @xref{Files, ,Commands to
1994Specify Files}.
1995
1996The first thing @value{GDBN} does after arranging to debug the specified
1997process is to stop it. You can examine and modify an attached process
53a5351d
JM
1998with all the @value{GDBN} commands that are ordinarily available when
1999you start processes with @code{run}. You can insert breakpoints; you
2000can step and continue; you can modify storage. If you would rather the
2001process continue running, you may use the @code{continue} command after
c906108c
SS
2002attaching @value{GDBN} to the process.
2003
2004@table @code
2005@kindex detach
2006@item detach
2007When you have finished debugging the attached process, you can use the
2008@code{detach} command to release it from @value{GDBN} control. Detaching
2009the process continues its execution. After the @code{detach} command,
2010that process and @value{GDBN} become completely independent once more, and you
2011are ready to @code{attach} another process or start one with @code{run}.
2012@code{detach} does not repeat if you press @key{RET} again after
2013executing the command.
2014@end table
2015
2016If you exit @value{GDBN} or use the @code{run} command while you have an
2017attached process, you kill that process. By default, @value{GDBN} asks
2018for confirmation if you try to do either of these things; you can
2019control whether or not you need to confirm by using the @code{set
2020confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2021messages}).
2022
6d2ebf8b 2023@node Kill Process
c906108c 2024@section Killing the child process
c906108c
SS
2025
2026@table @code
2027@kindex kill
2028@item kill
2029Kill the child process in which your program is running under @value{GDBN}.
2030@end table
2031
2032This command is useful if you wish to debug a core dump instead of a
2033running process. @value{GDBN} ignores any core dump file while your program
2034is running.
2035
2036On some operating systems, a program cannot be executed outside @value{GDBN}
2037while you have breakpoints set on it inside @value{GDBN}. You can use the
2038@code{kill} command in this situation to permit running your program
2039outside the debugger.
2040
2041The @code{kill} command is also useful if you wish to recompile and
2042relink your program, since on many systems it is impossible to modify an
2043executable file while it is running in a process. In this case, when you
2044next type @code{run}, @value{GDBN} notices that the file has changed, and
2045reads the symbol table again (while trying to preserve your current
2046breakpoint settings).
2047
6d2ebf8b 2048@node Threads
c906108c 2049@section Debugging programs with multiple threads
c906108c
SS
2050
2051@cindex threads of execution
2052@cindex multiple threads
2053@cindex switching threads
2054In some operating systems, such as HP-UX and Solaris, a single program
2055may have more than one @dfn{thread} of execution. The precise semantics
2056of threads differ from one operating system to another, but in general
2057the threads of a single program are akin to multiple processes---except
2058that they share one address space (that is, they can all examine and
2059modify the same variables). On the other hand, each thread has its own
2060registers and execution stack, and perhaps private memory.
2061
2062@value{GDBN} provides these facilities for debugging multi-thread
2063programs:
2064
2065@itemize @bullet
2066@item automatic notification of new threads
2067@item @samp{thread @var{threadno}}, a command to switch among threads
2068@item @samp{info threads}, a command to inquire about existing threads
5d161b24 2069@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
c906108c
SS
2070a command to apply a command to a list of threads
2071@item thread-specific breakpoints
2072@end itemize
2073
c906108c
SS
2074@quotation
2075@emph{Warning:} These facilities are not yet available on every
2076@value{GDBN} configuration where the operating system supports threads.
2077If your @value{GDBN} does not support threads, these commands have no
2078effect. For example, a system without thread support shows no output
2079from @samp{info threads}, and always rejects the @code{thread} command,
2080like this:
2081
2082@smallexample
2083(@value{GDBP}) info threads
2084(@value{GDBP}) thread 1
2085Thread ID 1 not known. Use the "info threads" command to
2086see the IDs of currently known threads.
2087@end smallexample
2088@c FIXME to implementors: how hard would it be to say "sorry, this GDB
2089@c doesn't support threads"?
2090@end quotation
c906108c
SS
2091
2092@cindex focus of debugging
2093@cindex current thread
2094The @value{GDBN} thread debugging facility allows you to observe all
2095threads while your program runs---but whenever @value{GDBN} takes
2096control, one thread in particular is always the focus of debugging.
2097This thread is called the @dfn{current thread}. Debugging commands show
2098program information from the perspective of the current thread.
2099
41afff9a 2100@cindex @code{New} @var{systag} message
c906108c
SS
2101@cindex thread identifier (system)
2102@c FIXME-implementors!! It would be more helpful if the [New...] message
2103@c included GDB's numeric thread handle, so you could just go to that
2104@c thread without first checking `info threads'.
2105Whenever @value{GDBN} detects a new thread in your program, it displays
2106the target system's identification for the thread with a message in the
2107form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2108whose form varies depending on the particular system. For example, on
2109LynxOS, you might see
2110
474c8240 2111@smallexample
c906108c 2112[New process 35 thread 27]
474c8240 2113@end smallexample
c906108c
SS
2114
2115@noindent
2116when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2117the @var{systag} is simply something like @samp{process 368}, with no
2118further qualifier.
2119
2120@c FIXME!! (1) Does the [New...] message appear even for the very first
2121@c thread of a program, or does it only appear for the
6ca652b0 2122@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
2123@c program?
2124@c (2) *Is* there necessarily a first thread always? Or do some
2125@c multithread systems permit starting a program with multiple
5d161b24 2126@c threads ab initio?
c906108c
SS
2127
2128@cindex thread number
2129@cindex thread identifier (GDB)
2130For debugging purposes, @value{GDBN} associates its own thread
2131number---always a single integer---with each thread in your program.
2132
2133@table @code
2134@kindex info threads
2135@item info threads
2136Display a summary of all threads currently in your
2137program. @value{GDBN} displays for each thread (in this order):
2138
2139@enumerate
2140@item the thread number assigned by @value{GDBN}
2141
2142@item the target system's thread identifier (@var{systag})
2143
2144@item the current stack frame summary for that thread
2145@end enumerate
2146
2147@noindent
2148An asterisk @samp{*} to the left of the @value{GDBN} thread number
2149indicates the current thread.
2150
5d161b24 2151For example,
c906108c
SS
2152@end table
2153@c end table here to get a little more width for example
2154
2155@smallexample
2156(@value{GDBP}) info threads
2157 3 process 35 thread 27 0x34e5 in sigpause ()
2158 2 process 35 thread 23 0x34e5 in sigpause ()
2159* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2160 at threadtest.c:68
2161@end smallexample
53a5351d
JM
2162
2163On HP-UX systems:
c906108c
SS
2164
2165@cindex thread number
2166@cindex thread identifier (GDB)
2167For debugging purposes, @value{GDBN} associates its own thread
2168number---a small integer assigned in thread-creation order---with each
2169thread in your program.
2170
41afff9a
EZ
2171@cindex @code{New} @var{systag} message, on HP-UX
2172@cindex thread identifier (system), on HP-UX
c906108c
SS
2173@c FIXME-implementors!! It would be more helpful if the [New...] message
2174@c included GDB's numeric thread handle, so you could just go to that
2175@c thread without first checking `info threads'.
2176Whenever @value{GDBN} detects a new thread in your program, it displays
2177both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2178form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2179whose form varies depending on the particular system. For example, on
2180HP-UX, you see
2181
474c8240 2182@smallexample
c906108c 2183[New thread 2 (system thread 26594)]
474c8240 2184@end smallexample
c906108c
SS
2185
2186@noindent
5d161b24 2187when @value{GDBN} notices a new thread.
c906108c
SS
2188
2189@table @code
2190@kindex info threads
2191@item info threads
2192Display a summary of all threads currently in your
2193program. @value{GDBN} displays for each thread (in this order):
2194
2195@enumerate
2196@item the thread number assigned by @value{GDBN}
2197
2198@item the target system's thread identifier (@var{systag})
2199
2200@item the current stack frame summary for that thread
2201@end enumerate
2202
2203@noindent
2204An asterisk @samp{*} to the left of the @value{GDBN} thread number
2205indicates the current thread.
2206
5d161b24 2207For example,
c906108c
SS
2208@end table
2209@c end table here to get a little more width for example
2210
474c8240 2211@smallexample
c906108c 2212(@value{GDBP}) info threads
6d2ebf8b
SS
2213 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2214 at quicksort.c:137
2215 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2216 from /usr/lib/libc.2
2217 1 system thread 27905 0x7b003498 in _brk () \@*
2218 from /usr/lib/libc.2
474c8240 2219@end smallexample
c906108c
SS
2220
2221@table @code
2222@kindex thread @var{threadno}
2223@item thread @var{threadno}
2224Make thread number @var{threadno} the current thread. The command
2225argument @var{threadno} is the internal @value{GDBN} thread number, as
2226shown in the first field of the @samp{info threads} display.
2227@value{GDBN} responds by displaying the system identifier of the thread
2228you selected, and its current stack frame summary:
2229
2230@smallexample
2231@c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2232(@value{GDBP}) thread 2
c906108c 2233[Switching to process 35 thread 23]
c906108c
SS
22340x34e5 in sigpause ()
2235@end smallexample
2236
2237@noindent
2238As with the @samp{[New @dots{}]} message, the form of the text after
2239@samp{Switching to} depends on your system's conventions for identifying
5d161b24 2240threads.
c906108c
SS
2241
2242@kindex thread apply
2243@item thread apply [@var{threadno}] [@var{all}] @var{args}
2244The @code{thread apply} command allows you to apply a command to one or
2245more threads. Specify the numbers of the threads that you want affected
2246with the command argument @var{threadno}. @var{threadno} is the internal
2247@value{GDBN} thread number, as shown in the first field of the @samp{info
5d161b24
DB
2248threads} display. To apply a command to all threads, use
2249@code{thread apply all} @var{args}.
c906108c
SS
2250@end table
2251
2252@cindex automatic thread selection
2253@cindex switching threads automatically
2254@cindex threads, automatic switching
2255Whenever @value{GDBN} stops your program, due to a breakpoint or a
2256signal, it automatically selects the thread where that breakpoint or
2257signal happened. @value{GDBN} alerts you to the context switch with a
2258message of the form @samp{[Switching to @var{systag}]} to identify the
2259thread.
2260
2261@xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2262more information about how @value{GDBN} behaves when you stop and start
2263programs with multiple threads.
2264
2265@xref{Set Watchpoints,,Setting watchpoints}, for information about
2266watchpoints in programs with multiple threads.
c906108c 2267
6d2ebf8b 2268@node Processes
c906108c
SS
2269@section Debugging programs with multiple processes
2270
2271@cindex fork, debugging programs which call
2272@cindex multiple processes
2273@cindex processes, multiple
53a5351d
JM
2274On most systems, @value{GDBN} has no special support for debugging
2275programs which create additional processes using the @code{fork}
2276function. When a program forks, @value{GDBN} will continue to debug the
2277parent process and the child process will run unimpeded. If you have
2278set a breakpoint in any code which the child then executes, the child
2279will get a @code{SIGTRAP} signal which (unless it catches the signal)
2280will cause it to terminate.
c906108c
SS
2281
2282However, if you want to debug the child process there is a workaround
2283which isn't too painful. Put a call to @code{sleep} in the code which
2284the child process executes after the fork. It may be useful to sleep
2285only if a certain environment variable is set, or a certain file exists,
2286so that the delay need not occur when you don't want to run @value{GDBN}
2287on the child. While the child is sleeping, use the @code{ps} program to
2288get its process ID. Then tell @value{GDBN} (a new invocation of
2289@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 2290the child process (@pxref{Attach}). From that point on you can debug
c906108c 2291the child process just like any other process which you attached to.
c906108c 2292
b51970ac
DJ
2293On some systems, @value{GDBN} provides support for debugging programs that
2294create additional processes using the @code{fork} or @code{vfork} functions.
2295Currently, the only platforms with this feature are HP-UX (11.x and later
2296only?) and GNU/Linux (kernel version 2.5.60 and later).
c906108c
SS
2297
2298By default, when a program forks, @value{GDBN} will continue to debug
2299the parent process and the child process will run unimpeded.
2300
2301If you want to follow the child process instead of the parent process,
2302use the command @w{@code{set follow-fork-mode}}.
2303
2304@table @code
2305@kindex set follow-fork-mode
2306@item set follow-fork-mode @var{mode}
2307Set the debugger response to a program call of @code{fork} or
2308@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
2309process. The @var{mode} can be:
2310
2311@table @code
2312@item parent
2313The original process is debugged after a fork. The child process runs
2df3850c 2314unimpeded. This is the default.
c906108c
SS
2315
2316@item child
2317The new process is debugged after a fork. The parent process runs
2318unimpeded.
2319
c906108c
SS
2320@end table
2321
2322@item show follow-fork-mode
2df3850c 2323Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
2324@end table
2325
2326If you ask to debug a child process and a @code{vfork} is followed by an
2327@code{exec}, @value{GDBN} executes the new target up to the first
2328breakpoint in the new target. If you have a breakpoint set on
2329@code{main} in your original program, the breakpoint will also be set on
2330the child process's @code{main}.
2331
2332When a child process is spawned by @code{vfork}, you cannot debug the
2333child or parent until an @code{exec} call completes.
2334
2335If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2336call executes, the new target restarts. To restart the parent process,
2337use the @code{file} command with the parent executable name as its
2338argument.
2339
2340You can use the @code{catch} command to make @value{GDBN} stop whenever
2341a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2342Catchpoints, ,Setting catchpoints}.
c906108c 2343
6d2ebf8b 2344@node Stopping
c906108c
SS
2345@chapter Stopping and Continuing
2346
2347The principal purposes of using a debugger are so that you can stop your
2348program before it terminates; or so that, if your program runs into
2349trouble, you can investigate and find out why.
2350
7a292a7a
SS
2351Inside @value{GDBN}, your program may stop for any of several reasons,
2352such as a signal, a breakpoint, or reaching a new line after a
2353@value{GDBN} command such as @code{step}. You may then examine and
2354change variables, set new breakpoints or remove old ones, and then
2355continue execution. Usually, the messages shown by @value{GDBN} provide
2356ample explanation of the status of your program---but you can also
2357explicitly request this information at any time.
c906108c
SS
2358
2359@table @code
2360@kindex info program
2361@item info program
2362Display information about the status of your program: whether it is
7a292a7a 2363running or not, what process it is, and why it stopped.
c906108c
SS
2364@end table
2365
2366@menu
2367* Breakpoints:: Breakpoints, watchpoints, and catchpoints
2368* Continuing and Stepping:: Resuming execution
c906108c 2369* Signals:: Signals
c906108c 2370* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
2371@end menu
2372
6d2ebf8b 2373@node Breakpoints
c906108c
SS
2374@section Breakpoints, watchpoints, and catchpoints
2375
2376@cindex breakpoints
2377A @dfn{breakpoint} makes your program stop whenever a certain point in
2378the program is reached. For each breakpoint, you can add conditions to
2379control in finer detail whether your program stops. You can set
2380breakpoints with the @code{break} command and its variants (@pxref{Set
2381Breaks, ,Setting breakpoints}), to specify the place where your program
2382should stop by line number, function name or exact address in the
2383program.
2384
2385In HP-UX, SunOS 4.x, SVR4, and Alpha OSF/1 configurations, you can set
2386breakpoints in shared libraries before the executable is run. There is
2387a minor limitation on HP-UX systems: you must wait until the executable
2388is run in order to set breakpoints in shared library routines that are
2389not called directly by the program (for example, routines that are
2390arguments in a @code{pthread_create} call).
2391
2392@cindex watchpoints
2393@cindex memory tracing
2394@cindex breakpoint on memory address
2395@cindex breakpoint on variable modification
2396A @dfn{watchpoint} is a special breakpoint that stops your program
2397when the value of an expression changes. You must use a different
2398command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2399watchpoints}), but aside from that, you can manage a watchpoint like
2400any other breakpoint: you enable, disable, and delete both breakpoints
2401and watchpoints using the same commands.
2402
2403You can arrange to have values from your program displayed automatically
2404whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2405Automatic display}.
2406
2407@cindex catchpoints
2408@cindex breakpoint on events
2409A @dfn{catchpoint} is another special breakpoint that stops your program
b37052ae 2410when a certain kind of event occurs, such as the throwing of a C@t{++}
c906108c
SS
2411exception or the loading of a library. As with watchpoints, you use a
2412different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2413catchpoints}), but aside from that, you can manage a catchpoint like any
2414other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 2415@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
2416
2417@cindex breakpoint numbers
2418@cindex numbers for breakpoints
2419@value{GDBN} assigns a number to each breakpoint, watchpoint, or
2420catchpoint when you create it; these numbers are successive integers
2421starting with one. In many of the commands for controlling various
2422features of breakpoints you use the breakpoint number to say which
2423breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2424@dfn{disabled}; if disabled, it has no effect on your program until you
2425enable it again.
2426
c5394b80
JM
2427@cindex breakpoint ranges
2428@cindex ranges of breakpoints
2429Some @value{GDBN} commands accept a range of breakpoints on which to
2430operate. A breakpoint range is either a single breakpoint number, like
2431@samp{5}, or two such numbers, in increasing order, separated by a
2432hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2433all breakpoint in that range are operated on.
2434
c906108c
SS
2435@menu
2436* Set Breaks:: Setting breakpoints
2437* Set Watchpoints:: Setting watchpoints
2438* Set Catchpoints:: Setting catchpoints
2439* Delete Breaks:: Deleting breakpoints
2440* Disabling:: Disabling breakpoints
2441* Conditions:: Break conditions
2442* Break Commands:: Breakpoint command lists
c906108c 2443* Breakpoint Menus:: Breakpoint menus
d4f3574e 2444* Error in Breakpoints:: ``Cannot insert breakpoints''
e4d5f7e1 2445* Breakpoint related warnings:: ``Breakpoint address adjusted...''
c906108c
SS
2446@end menu
2447
6d2ebf8b 2448@node Set Breaks
c906108c
SS
2449@subsection Setting breakpoints
2450
5d161b24 2451@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
2452@c consider in particular declaration with/without initialization.
2453@c
2454@c FIXME 2 is there stuff on this already? break at fun start, already init?
2455
2456@kindex break
41afff9a
EZ
2457@kindex b @r{(@code{break})}
2458@vindex $bpnum@r{, convenience variable}
c906108c
SS
2459@cindex latest breakpoint
2460Breakpoints are set with the @code{break} command (abbreviated
5d161b24 2461@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 2462number of the breakpoint you've set most recently; see @ref{Convenience
c906108c
SS
2463Vars,, Convenience variables}, for a discussion of what you can do with
2464convenience variables.
2465
2466You have several ways to say where the breakpoint should go.
2467
2468@table @code
2469@item break @var{function}
5d161b24 2470Set a breakpoint at entry to function @var{function}.
c906108c 2471When using source languages that permit overloading of symbols, such as
b37052ae 2472C@t{++}, @var{function} may refer to more than one possible place to break.
c906108c 2473@xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
c906108c
SS
2474
2475@item break +@var{offset}
2476@itemx break -@var{offset}
2477Set a breakpoint some number of lines forward or back from the position
d4f3574e 2478at which execution stopped in the currently selected @dfn{stack frame}.
2df3850c 2479(@xref{Frames, ,Frames}, for a description of stack frames.)
c906108c
SS
2480
2481@item break @var{linenum}
2482Set a breakpoint at line @var{linenum} in the current source file.
d4f3574e
SS
2483The current source file is the last file whose source text was printed.
2484The breakpoint will stop your program just before it executes any of the
c906108c
SS
2485code on that line.
2486
2487@item break @var{filename}:@var{linenum}
2488Set a breakpoint at line @var{linenum} in source file @var{filename}.
2489
2490@item break @var{filename}:@var{function}
2491Set a breakpoint at entry to function @var{function} found in file
2492@var{filename}. Specifying a file name as well as a function name is
2493superfluous except when multiple files contain similarly named
2494functions.
2495
2496@item break *@var{address}
2497Set a breakpoint at address @var{address}. You can use this to set
2498breakpoints in parts of your program which do not have debugging
2499information or source files.
2500
2501@item break
2502When called without any arguments, @code{break} sets a breakpoint at
2503the next instruction to be executed in the selected stack frame
2504(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2505innermost, this makes your program stop as soon as control
2506returns to that frame. This is similar to the effect of a
2507@code{finish} command in the frame inside the selected frame---except
2508that @code{finish} does not leave an active breakpoint. If you use
2509@code{break} without an argument in the innermost frame, @value{GDBN} stops
2510the next time it reaches the current location; this may be useful
2511inside loops.
2512
2513@value{GDBN} normally ignores breakpoints when it resumes execution, until at
2514least one instruction has been executed. If it did not do this, you
2515would be unable to proceed past a breakpoint without first disabling the
2516breakpoint. This rule applies whether or not the breakpoint already
2517existed when your program stopped.
2518
2519@item break @dots{} if @var{cond}
2520Set a breakpoint with condition @var{cond}; evaluate the expression
2521@var{cond} each time the breakpoint is reached, and stop only if the
2522value is nonzero---that is, if @var{cond} evaluates as true.
2523@samp{@dots{}} stands for one of the possible arguments described
2524above (or no argument) specifying where to break. @xref{Conditions,
2525,Break conditions}, for more information on breakpoint conditions.
2526
2527@kindex tbreak
2528@item tbreak @var{args}
2529Set a breakpoint enabled only for one stop. @var{args} are the
2530same as for the @code{break} command, and the breakpoint is set in the same
2531way, but the breakpoint is automatically deleted after the first time your
2532program stops there. @xref{Disabling, ,Disabling breakpoints}.
2533
c906108c
SS
2534@kindex hbreak
2535@item hbreak @var{args}
d4f3574e
SS
2536Set a hardware-assisted breakpoint. @var{args} are the same as for the
2537@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
2538breakpoint requires hardware support and some target hardware may not
2539have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
2540debugging, so you can set a breakpoint at an instruction without
2541changing the instruction. This can be used with the new trap-generation
2542provided by SPARClite DSU and some x86-based targets. These targets
2543will generate traps when a program accesses some data or instruction
2544address that is assigned to the debug registers. However the hardware
2545breakpoint registers can take a limited number of breakpoints. For
2546example, on the DSU, only two data breakpoints can be set at a time, and
2547@value{GDBN} will reject this command if more than two are used. Delete
2548or disable unused hardware breakpoints before setting new ones
2549(@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
501eef12
AC
2550@xref{set remote hardware-breakpoint-limit}.
2551
c906108c
SS
2552
2553@kindex thbreak
2554@item thbreak @var{args}
2555Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2556are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 2557the same way. However, like the @code{tbreak} command,
c906108c
SS
2558the breakpoint is automatically deleted after the
2559first time your program stops there. Also, like the @code{hbreak}
5d161b24
DB
2560command, the breakpoint requires hardware support and some target hardware
2561may not have this support. @xref{Disabling, ,Disabling breakpoints}.
d4f3574e 2562See also @ref{Conditions, ,Break conditions}.
c906108c
SS
2563
2564@kindex rbreak
2565@cindex regular expression
2566@item rbreak @var{regex}
c906108c 2567Set breakpoints on all functions matching the regular expression
11cf8741
JM
2568@var{regex}. This command sets an unconditional breakpoint on all
2569matches, printing a list of all breakpoints it set. Once these
2570breakpoints are set, they are treated just like the breakpoints set with
2571the @code{break} command. You can delete them, disable them, or make
2572them conditional the same way as any other breakpoint.
2573
2574The syntax of the regular expression is the standard one used with tools
2575like @file{grep}. Note that this is different from the syntax used by
2576shells, so for instance @code{foo*} matches all functions that include
2577an @code{fo} followed by zero or more @code{o}s. There is an implicit
2578@code{.*} leading and trailing the regular expression you supply, so to
2579match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 2580
b37052ae 2581When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
2582breakpoints on overloaded functions that are not members of any special
2583classes.
c906108c
SS
2584
2585@kindex info breakpoints
2586@cindex @code{$_} and @code{info breakpoints}
2587@item info breakpoints @r{[}@var{n}@r{]}
2588@itemx info break @r{[}@var{n}@r{]}
2589@itemx info watchpoints @r{[}@var{n}@r{]}
2590Print a table of all breakpoints, watchpoints, and catchpoints set and
2591not deleted, with the following columns for each breakpoint:
2592
2593@table @emph
2594@item Breakpoint Numbers
2595@item Type
2596Breakpoint, watchpoint, or catchpoint.
2597@item Disposition
2598Whether the breakpoint is marked to be disabled or deleted when hit.
2599@item Enabled or Disabled
2600Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2601that are not enabled.
2602@item Address
2650777c
JJ
2603Where the breakpoint is in your program, as a memory address. If the
2604breakpoint is pending (see below for details) on a future load of a shared library, the address
2605will be listed as @samp{<PENDING>}.
c906108c
SS
2606@item What
2607Where the breakpoint is in the source for your program, as a file and
2650777c
JJ
2608line number. For a pending breakpoint, the original string passed to
2609the breakpoint command will be listed as it cannot be resolved until
2610the appropriate shared library is loaded in the future.
c906108c
SS
2611@end table
2612
2613@noindent
2614If a breakpoint is conditional, @code{info break} shows the condition on
2615the line following the affected breakpoint; breakpoint commands, if any,
2650777c
JJ
2616are listed after that. A pending breakpoint is allowed to have a condition
2617specified for it. The condition is not parsed for validity until a shared
2618library is loaded that allows the pending breakpoint to resolve to a
2619valid location.
c906108c
SS
2620
2621@noindent
2622@code{info break} with a breakpoint
2623number @var{n} as argument lists only that breakpoint. The
2624convenience variable @code{$_} and the default examining-address for
2625the @code{x} command are set to the address of the last breakpoint
5d161b24 2626listed (@pxref{Memory, ,Examining memory}).
c906108c
SS
2627
2628@noindent
2629@code{info break} displays a count of the number of times the breakpoint
2630has been hit. This is especially useful in conjunction with the
2631@code{ignore} command. You can ignore a large number of breakpoint
2632hits, look at the breakpoint info to see how many times the breakpoint
2633was hit, and then run again, ignoring one less than that number. This
2634will get you quickly to the last hit of that breakpoint.
2635@end table
2636
2637@value{GDBN} allows you to set any number of breakpoints at the same place in
2638your program. There is nothing silly or meaningless about this. When
2639the breakpoints are conditional, this is even useful
2640(@pxref{Conditions, ,Break conditions}).
2641
2650777c 2642@cindex pending breakpoints
dd79a6cf
JJ
2643If a specified breakpoint location cannot be found, it may be due to the fact
2644that the location is in a shared library that is yet to be loaded. In such
2645a case, you may want @value{GDBN} to create a special breakpoint (known as
2646a @dfn{pending breakpoint}) that
2647attempts to resolve itself in the future when an appropriate shared library
2648gets loaded.
2649
2650Pending breakpoints are useful to set at the start of your
2650777c
JJ
2651@value{GDBN} session for locations that you know will be dynamically loaded
2652later by the program being debugged. When shared libraries are loaded,
dd79a6cf
JJ
2653a check is made to see if the load resolves any pending breakpoint locations.
2654If a pending breakpoint location gets resolved,
2655a regular breakpoint is created and the original pending breakpoint is removed.
2656
2657@value{GDBN} provides some additional commands for controlling pending
2658breakpoint support:
2659
2660@kindex set breakpoint pending
2661@kindex show breakpoint pending
2662@table @code
2663@item set breakpoint pending auto
2664This is the default behavior. When @value{GDBN} cannot find the breakpoint
2665location, it queries you whether a pending breakpoint should be created.
2666
2667@item set breakpoint pending on
2668This indicates that an unrecognized breakpoint location should automatically
2669result in a pending breakpoint being created.
2670
2671@item set breakpoint pending off
2672This indicates that pending breakpoints are not to be created. Any
2673unrecognized breakpoint location results in an error. This setting does
2674not affect any pending breakpoints previously created.
2675
2676@item show breakpoint pending
2677Show the current behavior setting for creating pending breakpoints.
2678@end table
2650777c 2679
649e03f6
RM
2680@cindex operations allowed on pending breakpoints
2681Normal breakpoint operations apply to pending breakpoints as well. You may
2682specify a condition for a pending breakpoint and/or commands to run when the
2650777c
JJ
2683breakpoint is reached. You can also enable or disable
2684the pending breakpoint. When you specify a condition for a pending breakpoint,
2685the parsing of the condition will be deferred until the point where the
2686pending breakpoint location is resolved. Disabling a pending breakpoint
2687tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
2688shared library load. When a pending breakpoint is re-enabled,
649e03f6 2689@value{GDBN} checks to see if the location is already resolved.
2650777c
JJ
2690This is done because any number of shared library loads could have
2691occurred since the time the breakpoint was disabled and one or more
2692of these loads could resolve the location.
2693
c906108c
SS
2694@cindex negative breakpoint numbers
2695@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
2696@value{GDBN} itself sometimes sets breakpoints in your program for
2697special purposes, such as proper handling of @code{longjmp} (in C
2698programs). These internal breakpoints are assigned negative numbers,
2699starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 2700You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 2701@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
2702
2703
6d2ebf8b 2704@node Set Watchpoints
c906108c
SS
2705@subsection Setting watchpoints
2706
2707@cindex setting watchpoints
2708@cindex software watchpoints
2709@cindex hardware watchpoints
2710You can use a watchpoint to stop execution whenever the value of an
2711expression changes, without having to predict a particular place where
2712this may happen.
2713
2714Depending on your system, watchpoints may be implemented in software or
2df3850c 2715hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
2716program and testing the variable's value each time, which is hundreds of
2717times slower than normal execution. (But this may still be worth it, to
2718catch errors where you have no clue what part of your program is the
2719culprit.)
2720
1104b9e7 2721On some systems, such as HP-UX, @sc{gnu}/Linux and some other x86-based targets,
2df3850c 2722@value{GDBN} includes support for
c906108c
SS
2723hardware watchpoints, which do not slow down the running of your
2724program.
2725
2726@table @code
2727@kindex watch
2728@item watch @var{expr}
2729Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2730is written into by the program and its value changes.
2731
2732@kindex rwatch
2733@item rwatch @var{expr}
2734Set a watchpoint that will break when watch @var{expr} is read by the program.
c906108c
SS
2735
2736@kindex awatch
2737@item awatch @var{expr}
2df3850c 2738Set a watchpoint that will break when @var{expr} is either read or written into
7be570e7 2739by the program.
c906108c
SS
2740
2741@kindex info watchpoints
2742@item info watchpoints
2743This command prints a list of watchpoints, breakpoints, and catchpoints;
2744it is the same as @code{info break}.
2745@end table
2746
2747@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2748watchpoints execute very quickly, and the debugger reports a change in
2749value at the exact instruction where the change occurs. If @value{GDBN}
2750cannot set a hardware watchpoint, it sets a software watchpoint, which
2751executes more slowly and reports the change in value at the next
2752statement, not the instruction, after the change occurs.
2753
2754When you issue the @code{watch} command, @value{GDBN} reports
2755
474c8240 2756@smallexample
c906108c 2757Hardware watchpoint @var{num}: @var{expr}
474c8240 2758@end smallexample
c906108c
SS
2759
2760@noindent
2761if it was able to set a hardware watchpoint.
2762
7be570e7
JM
2763Currently, the @code{awatch} and @code{rwatch} commands can only set
2764hardware watchpoints, because accesses to data that don't change the
2765value of the watched expression cannot be detected without examining
2766every instruction as it is being executed, and @value{GDBN} does not do
2767that currently. If @value{GDBN} finds that it is unable to set a
2768hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2769will print a message like this:
2770
2771@smallexample
2772Expression cannot be implemented with read/access watchpoint.
2773@end smallexample
2774
2775Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2776data type of the watched expression is wider than what a hardware
2777watchpoint on the target machine can handle. For example, some systems
2778can only watch regions that are up to 4 bytes wide; on such systems you
2779cannot set hardware watchpoints for an expression that yields a
2780double-precision floating-point number (which is typically 8 bytes
2781wide). As a work-around, it might be possible to break the large region
2782into a series of smaller ones and watch them with separate watchpoints.
2783
2784If you set too many hardware watchpoints, @value{GDBN} might be unable
2785to insert all of them when you resume the execution of your program.
2786Since the precise number of active watchpoints is unknown until such
2787time as the program is about to be resumed, @value{GDBN} might not be
2788able to warn you about this when you set the watchpoints, and the
2789warning will be printed only when the program is resumed:
2790
2791@smallexample
2792Hardware watchpoint @var{num}: Could not insert watchpoint
2793@end smallexample
2794
2795@noindent
2796If this happens, delete or disable some of the watchpoints.
2797
2798The SPARClite DSU will generate traps when a program accesses some data
2799or instruction address that is assigned to the debug registers. For the
2800data addresses, DSU facilitates the @code{watch} command. However the
2801hardware breakpoint registers can only take two data watchpoints, and
2802both watchpoints must be the same kind. For example, you can set two
2803watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2804@strong{or} two with @code{awatch} commands, but you cannot set one
2805watchpoint with one command and the other with a different command.
c906108c
SS
2806@value{GDBN} will reject the command if you try to mix watchpoints.
2807Delete or disable unused watchpoint commands before setting new ones.
2808
2809If you call a function interactively using @code{print} or @code{call},
2df3850c 2810any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
2811kind of breakpoint or the call completes.
2812
7be570e7
JM
2813@value{GDBN} automatically deletes watchpoints that watch local
2814(automatic) variables, or expressions that involve such variables, when
2815they go out of scope, that is, when the execution leaves the block in
2816which these variables were defined. In particular, when the program
2817being debugged terminates, @emph{all} local variables go out of scope,
2818and so only watchpoints that watch global variables remain set. If you
2819rerun the program, you will need to set all such watchpoints again. One
2820way of doing that would be to set a code breakpoint at the entry to the
2821@code{main} function and when it breaks, set all the watchpoints.
2822
c906108c
SS
2823@quotation
2824@cindex watchpoints and threads
2825@cindex threads and watchpoints
c906108c
SS
2826@emph{Warning:} In multi-thread programs, watchpoints have only limited
2827usefulness. With the current watchpoint implementation, @value{GDBN}
2828can only watch the value of an expression @emph{in a single thread}. If
2829you are confident that the expression can only change due to the current
2830thread's activity (and if you are also confident that no other thread
2831can become current), then you can use watchpoints as usual. However,
2832@value{GDBN} may not notice when a non-current thread's activity changes
2833the expression.
53a5351d 2834
d4f3574e 2835@c FIXME: this is almost identical to the previous paragraph.
53a5351d
JM
2836@emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2837have only limited usefulness. If @value{GDBN} creates a software
2838watchpoint, it can only watch the value of an expression @emph{in a
2839single thread}. If you are confident that the expression can only
2840change due to the current thread's activity (and if you are also
2841confident that no other thread can become current), then you can use
2842software watchpoints as usual. However, @value{GDBN} may not notice
2843when a non-current thread's activity changes the expression. (Hardware
2844watchpoints, in contrast, watch an expression in all threads.)
c906108c 2845@end quotation
c906108c 2846
501eef12
AC
2847@xref{set remote hardware-watchpoint-limit}.
2848
6d2ebf8b 2849@node Set Catchpoints
c906108c 2850@subsection Setting catchpoints
d4f3574e 2851@cindex catchpoints, setting
c906108c
SS
2852@cindex exception handlers
2853@cindex event handling
2854
2855You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 2856kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
2857shared library. Use the @code{catch} command to set a catchpoint.
2858
2859@table @code
2860@kindex catch
2861@item catch @var{event}
2862Stop when @var{event} occurs. @var{event} can be any of the following:
2863@table @code
2864@item throw
2865@kindex catch throw
b37052ae 2866The throwing of a C@t{++} exception.
c906108c
SS
2867
2868@item catch
2869@kindex catch catch
b37052ae 2870The catching of a C@t{++} exception.
c906108c
SS
2871
2872@item exec
2873@kindex catch exec
2874A call to @code{exec}. This is currently only available for HP-UX.
2875
2876@item fork
2877@kindex catch fork
2878A call to @code{fork}. This is currently only available for HP-UX.
2879
2880@item vfork
2881@kindex catch vfork
2882A call to @code{vfork}. This is currently only available for HP-UX.
2883
2884@item load
2885@itemx load @var{libname}
2886@kindex catch load
2887The dynamic loading of any shared library, or the loading of the library
2888@var{libname}. This is currently only available for HP-UX.
2889
2890@item unload
2891@itemx unload @var{libname}
2892@kindex catch unload
2893The unloading of any dynamically loaded shared library, or the unloading
2894of the library @var{libname}. This is currently only available for HP-UX.
2895@end table
2896
2897@item tcatch @var{event}
2898Set a catchpoint that is enabled only for one stop. The catchpoint is
2899automatically deleted after the first time the event is caught.
2900
2901@end table
2902
2903Use the @code{info break} command to list the current catchpoints.
2904
b37052ae 2905There are currently some limitations to C@t{++} exception handling
c906108c
SS
2906(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2907
2908@itemize @bullet
2909@item
2910If you call a function interactively, @value{GDBN} normally returns
2911control to you when the function has finished executing. If the call
2912raises an exception, however, the call may bypass the mechanism that
2913returns control to you and cause your program either to abort or to
2914simply continue running until it hits a breakpoint, catches a signal
2915that @value{GDBN} is listening for, or exits. This is the case even if
2916you set a catchpoint for the exception; catchpoints on exceptions are
2917disabled within interactive calls.
2918
2919@item
2920You cannot raise an exception interactively.
2921
2922@item
2923You cannot install an exception handler interactively.
2924@end itemize
2925
2926@cindex raise exceptions
2927Sometimes @code{catch} is not the best way to debug exception handling:
2928if you need to know exactly where an exception is raised, it is better to
2929stop @emph{before} the exception handler is called, since that way you
2930can see the stack before any unwinding takes place. If you set a
2931breakpoint in an exception handler instead, it may not be easy to find
2932out where the exception was raised.
2933
2934To stop just before an exception handler is called, you need some
b37052ae 2935knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
c906108c
SS
2936raised by calling a library function named @code{__raise_exception}
2937which has the following ANSI C interface:
2938
474c8240 2939@smallexample
c906108c 2940 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
2941 @var{id} is the exception identifier. */
2942 void __raise_exception (void **addr, void *id);
474c8240 2943@end smallexample
c906108c
SS
2944
2945@noindent
2946To make the debugger catch all exceptions before any stack
2947unwinding takes place, set a breakpoint on @code{__raise_exception}
2948(@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
2949
2950With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
2951that depends on the value of @var{id}, you can stop your program when
2952a specific exception is raised. You can use multiple conditional
2953breakpoints to stop your program when any of a number of exceptions are
2954raised.
2955
2956
6d2ebf8b 2957@node Delete Breaks
c906108c
SS
2958@subsection Deleting breakpoints
2959
2960@cindex clearing breakpoints, watchpoints, catchpoints
2961@cindex deleting breakpoints, watchpoints, catchpoints
2962It is often necessary to eliminate a breakpoint, watchpoint, or
2963catchpoint once it has done its job and you no longer want your program
2964to stop there. This is called @dfn{deleting} the breakpoint. A
2965breakpoint that has been deleted no longer exists; it is forgotten.
2966
2967With the @code{clear} command you can delete breakpoints according to
2968where they are in your program. With the @code{delete} command you can
2969delete individual breakpoints, watchpoints, or catchpoints by specifying
2970their breakpoint numbers.
2971
2972It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
2973automatically ignores breakpoints on the first instruction to be executed
2974when you continue execution without changing the execution address.
2975
2976@table @code
2977@kindex clear
2978@item clear
2979Delete any breakpoints at the next instruction to be executed in the
2980selected stack frame (@pxref{Selection, ,Selecting a frame}). When
2981the innermost frame is selected, this is a good way to delete a
2982breakpoint where your program just stopped.
2983
2984@item clear @var{function}
2985@itemx clear @var{filename}:@var{function}
2986Delete any breakpoints set at entry to the function @var{function}.
2987
2988@item clear @var{linenum}
2989@itemx clear @var{filename}:@var{linenum}
2990Delete any breakpoints set at or within the code of the specified line.
2991
2992@cindex delete breakpoints
2993@kindex delete
41afff9a 2994@kindex d @r{(@code{delete})}
c5394b80
JM
2995@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2996Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
2997ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
2998breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
2999confirm off}). You can abbreviate this command as @code{d}.
3000@end table
3001
6d2ebf8b 3002@node Disabling
c906108c
SS
3003@subsection Disabling breakpoints
3004
3005@kindex disable breakpoints
3006@kindex enable breakpoints
3007Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
3008prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
3009it had been deleted, but remembers the information on the breakpoint so
3010that you can @dfn{enable} it again later.
3011
3012You disable and enable breakpoints, watchpoints, and catchpoints with
3013the @code{enable} and @code{disable} commands, optionally specifying one
3014or more breakpoint numbers as arguments. Use @code{info break} or
3015@code{info watch} to print a list of breakpoints, watchpoints, and
3016catchpoints if you do not know which numbers to use.
3017
3018A breakpoint, watchpoint, or catchpoint can have any of four different
3019states of enablement:
3020
3021@itemize @bullet
3022@item
3023Enabled. The breakpoint stops your program. A breakpoint set
3024with the @code{break} command starts out in this state.
3025@item
3026Disabled. The breakpoint has no effect on your program.
3027@item
3028Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 3029disabled.
c906108c
SS
3030@item
3031Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
3032immediately after it does so it is deleted permanently. A breakpoint
3033set with the @code{tbreak} command starts out in this state.
c906108c
SS
3034@end itemize
3035
3036You can use the following commands to enable or disable breakpoints,
3037watchpoints, and catchpoints:
3038
3039@table @code
3040@kindex disable breakpoints
3041@kindex disable
41afff9a 3042@kindex dis @r{(@code{disable})}
c5394b80 3043@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3044Disable the specified breakpoints---or all breakpoints, if none are
3045listed. A disabled breakpoint has no effect but is not forgotten. All
3046options such as ignore-counts, conditions and commands are remembered in
3047case the breakpoint is enabled again later. You may abbreviate
3048@code{disable} as @code{dis}.
3049
3050@kindex enable breakpoints
3051@kindex enable
c5394b80 3052@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3053Enable the specified breakpoints (or all defined breakpoints). They
3054become effective once again in stopping your program.
3055
c5394b80 3056@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
3057Enable the specified breakpoints temporarily. @value{GDBN} disables any
3058of these breakpoints immediately after stopping your program.
3059
c5394b80 3060@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
3061Enable the specified breakpoints to work once, then die. @value{GDBN}
3062deletes any of these breakpoints as soon as your program stops there.
3063@end table
3064
d4f3574e
SS
3065@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3066@c confusing: tbreak is also initially enabled.
c906108c
SS
3067Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3068,Setting breakpoints}), breakpoints that you set are initially enabled;
3069subsequently, they become disabled or enabled only when you use one of
3070the commands above. (The command @code{until} can set and delete a
3071breakpoint of its own, but it does not change the state of your other
3072breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3073stepping}.)
3074
6d2ebf8b 3075@node Conditions
c906108c
SS
3076@subsection Break conditions
3077@cindex conditional breakpoints
3078@cindex breakpoint conditions
3079
3080@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 3081@c in particular for a watchpoint?
c906108c
SS
3082The simplest sort of breakpoint breaks every time your program reaches a
3083specified place. You can also specify a @dfn{condition} for a
3084breakpoint. A condition is just a Boolean expression in your
3085programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
3086a condition evaluates the expression each time your program reaches it,
3087and your program stops only if the condition is @emph{true}.
3088
3089This is the converse of using assertions for program validation; in that
3090situation, you want to stop when the assertion is violated---that is,
3091when the condition is false. In C, if you want to test an assertion expressed
3092by the condition @var{assert}, you should set the condition
3093@samp{! @var{assert}} on the appropriate breakpoint.
3094
3095Conditions are also accepted for watchpoints; you may not need them,
3096since a watchpoint is inspecting the value of an expression anyhow---but
3097it might be simpler, say, to just set a watchpoint on a variable name,
3098and specify a condition that tests whether the new value is an interesting
3099one.
3100
3101Break conditions can have side effects, and may even call functions in
3102your program. This can be useful, for example, to activate functions
3103that log program progress, or to use your own print functions to
3104format special data structures. The effects are completely predictable
3105unless there is another enabled breakpoint at the same address. (In
3106that case, @value{GDBN} might see the other breakpoint first and stop your
3107program without checking the condition of this one.) Note that
d4f3574e
SS
3108breakpoint commands are usually more convenient and flexible than break
3109conditions for the
c906108c
SS
3110purpose of performing side effects when a breakpoint is reached
3111(@pxref{Break Commands, ,Breakpoint command lists}).
3112
3113Break conditions can be specified when a breakpoint is set, by using
3114@samp{if} in the arguments to the @code{break} command. @xref{Set
3115Breaks, ,Setting breakpoints}. They can also be changed at any time
3116with the @code{condition} command.
53a5351d 3117
c906108c
SS
3118You can also use the @code{if} keyword with the @code{watch} command.
3119The @code{catch} command does not recognize the @code{if} keyword;
3120@code{condition} is the only way to impose a further condition on a
3121catchpoint.
c906108c
SS
3122
3123@table @code
3124@kindex condition
3125@item condition @var{bnum} @var{expression}
3126Specify @var{expression} as the break condition for breakpoint,
3127watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3128breakpoint @var{bnum} stops your program only if the value of
3129@var{expression} is true (nonzero, in C). When you use
3130@code{condition}, @value{GDBN} checks @var{expression} immediately for
3131syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
3132referents in the context of your breakpoint. If @var{expression} uses
3133symbols not referenced in the context of the breakpoint, @value{GDBN}
3134prints an error message:
3135
474c8240 3136@smallexample
d4f3574e 3137No symbol "foo" in current context.
474c8240 3138@end smallexample
d4f3574e
SS
3139
3140@noindent
c906108c
SS
3141@value{GDBN} does
3142not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
3143command (or a command that sets a breakpoint with a condition, like
3144@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
3145
3146@item condition @var{bnum}
3147Remove the condition from breakpoint number @var{bnum}. It becomes
3148an ordinary unconditional breakpoint.
3149@end table
3150
3151@cindex ignore count (of breakpoint)
3152A special case of a breakpoint condition is to stop only when the
3153breakpoint has been reached a certain number of times. This is so
3154useful that there is a special way to do it, using the @dfn{ignore
3155count} of the breakpoint. Every breakpoint has an ignore count, which
3156is an integer. Most of the time, the ignore count is zero, and
3157therefore has no effect. But if your program reaches a breakpoint whose
3158ignore count is positive, then instead of stopping, it just decrements
3159the ignore count by one and continues. As a result, if the ignore count
3160value is @var{n}, the breakpoint does not stop the next @var{n} times
3161your program reaches it.
3162
3163@table @code
3164@kindex ignore
3165@item ignore @var{bnum} @var{count}
3166Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3167The next @var{count} times the breakpoint is reached, your program's
3168execution does not stop; other than to decrement the ignore count, @value{GDBN}
3169takes no action.
3170
3171To make the breakpoint stop the next time it is reached, specify
3172a count of zero.
3173
3174When you use @code{continue} to resume execution of your program from a
3175breakpoint, you can specify an ignore count directly as an argument to
3176@code{continue}, rather than using @code{ignore}. @xref{Continuing and
3177Stepping,,Continuing and stepping}.
3178
3179If a breakpoint has a positive ignore count and a condition, the
3180condition is not checked. Once the ignore count reaches zero,
3181@value{GDBN} resumes checking the condition.
3182
3183You could achieve the effect of the ignore count with a condition such
3184as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3185is decremented each time. @xref{Convenience Vars, ,Convenience
3186variables}.
3187@end table
3188
3189Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3190
3191
6d2ebf8b 3192@node Break Commands
c906108c
SS
3193@subsection Breakpoint command lists
3194
3195@cindex breakpoint commands
3196You can give any breakpoint (or watchpoint or catchpoint) a series of
3197commands to execute when your program stops due to that breakpoint. For
3198example, you might want to print the values of certain expressions, or
3199enable other breakpoints.
3200
3201@table @code
3202@kindex commands
3203@kindex end
3204@item commands @r{[}@var{bnum}@r{]}
3205@itemx @dots{} @var{command-list} @dots{}
3206@itemx end
3207Specify a list of commands for breakpoint number @var{bnum}. The commands
3208themselves appear on the following lines. Type a line containing just
3209@code{end} to terminate the commands.
3210
3211To remove all commands from a breakpoint, type @code{commands} and
3212follow it immediately with @code{end}; that is, give no commands.
3213
3214With no @var{bnum} argument, @code{commands} refers to the last
3215breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3216recently encountered).
3217@end table
3218
3219Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3220disabled within a @var{command-list}.
3221
3222You can use breakpoint commands to start your program up again. Simply
3223use the @code{continue} command, or @code{step}, or any other command
3224that resumes execution.
3225
3226Any other commands in the command list, after a command that resumes
3227execution, are ignored. This is because any time you resume execution
3228(even with a simple @code{next} or @code{step}), you may encounter
3229another breakpoint---which could have its own command list, leading to
3230ambiguities about which list to execute.
3231
3232@kindex silent
3233If the first command you specify in a command list is @code{silent}, the
3234usual message about stopping at a breakpoint is not printed. This may
3235be desirable for breakpoints that are to print a specific message and
3236then continue. If none of the remaining commands print anything, you
3237see no sign that the breakpoint was reached. @code{silent} is
3238meaningful only at the beginning of a breakpoint command list.
3239
3240The commands @code{echo}, @code{output}, and @code{printf} allow you to
3241print precisely controlled output, and are often useful in silent
3242breakpoints. @xref{Output, ,Commands for controlled output}.
3243
3244For example, here is how you could use breakpoint commands to print the
3245value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3246
474c8240 3247@smallexample
c906108c
SS
3248break foo if x>0
3249commands
3250silent
3251printf "x is %d\n",x
3252cont
3253end
474c8240 3254@end smallexample
c906108c
SS
3255
3256One application for breakpoint commands is to compensate for one bug so
3257you can test for another. Put a breakpoint just after the erroneous line
3258of code, give it a condition to detect the case in which something
3259erroneous has been done, and give it commands to assign correct values
3260to any variables that need them. End with the @code{continue} command
3261so that your program does not stop, and start with the @code{silent}
3262command so that no output is produced. Here is an example:
3263
474c8240 3264@smallexample
c906108c
SS
3265break 403
3266commands
3267silent
3268set x = y + 4
3269cont
3270end
474c8240 3271@end smallexample
c906108c 3272
6d2ebf8b 3273@node Breakpoint Menus
c906108c
SS
3274@subsection Breakpoint menus
3275@cindex overloading
3276@cindex symbol overloading
3277
b383017d 3278Some programming languages (notably C@t{++} and Objective-C) permit a
b37303ee 3279single function name
c906108c
SS
3280to be defined several times, for application in different contexts.
3281This is called @dfn{overloading}. When a function name is overloaded,
3282@samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3283a breakpoint. If you realize this is a problem, you can use
3284something like @samp{break @var{function}(@var{types})} to specify which
3285particular version of the function you want. Otherwise, @value{GDBN} offers
3286you a menu of numbered choices for different possible breakpoints, and
3287waits for your selection with the prompt @samp{>}. The first two
3288options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3289sets a breakpoint at each definition of @var{function}, and typing
3290@kbd{0} aborts the @code{break} command without setting any new
3291breakpoints.
3292
3293For example, the following session excerpt shows an attempt to set a
3294breakpoint at the overloaded symbol @code{String::after}.
3295We choose three particular definitions of that function name:
3296
3297@c FIXME! This is likely to change to show arg type lists, at least
3298@smallexample
3299@group
3300(@value{GDBP}) b String::after
3301[0] cancel
3302[1] all
3303[2] file:String.cc; line number:867
3304[3] file:String.cc; line number:860
3305[4] file:String.cc; line number:875
3306[5] file:String.cc; line number:853
3307[6] file:String.cc; line number:846
3308[7] file:String.cc; line number:735
3309> 2 4 6
3310Breakpoint 1 at 0xb26c: file String.cc, line 867.
3311Breakpoint 2 at 0xb344: file String.cc, line 875.
3312Breakpoint 3 at 0xafcc: file String.cc, line 846.
3313Multiple breakpoints were set.
3314Use the "delete" command to delete unwanted
3315 breakpoints.
3316(@value{GDBP})
3317@end group
3318@end smallexample
c906108c
SS
3319
3320@c @ifclear BARETARGET
6d2ebf8b 3321@node Error in Breakpoints
d4f3574e 3322@subsection ``Cannot insert breakpoints''
c906108c
SS
3323@c
3324@c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3325@c
d4f3574e
SS
3326Under some operating systems, breakpoints cannot be used in a program if
3327any other process is running that program. In this situation,
5d161b24 3328attempting to run or continue a program with a breakpoint causes
d4f3574e
SS
3329@value{GDBN} to print an error message:
3330
474c8240 3331@smallexample
d4f3574e
SS
3332Cannot insert breakpoints.
3333The same program may be running in another process.
474c8240 3334@end smallexample
d4f3574e
SS
3335
3336When this happens, you have three ways to proceed:
3337
3338@enumerate
3339@item
3340Remove or disable the breakpoints, then continue.
3341
3342@item
5d161b24 3343Suspend @value{GDBN}, and copy the file containing your program to a new
d4f3574e 3344name. Resume @value{GDBN} and use the @code{exec-file} command to specify
5d161b24 3345that @value{GDBN} should run your program under that name.
d4f3574e
SS
3346Then start your program again.
3347
3348@item
3349Relink your program so that the text segment is nonsharable, using the
3350linker option @samp{-N}. The operating system limitation may not apply
3351to nonsharable executables.
3352@end enumerate
c906108c
SS
3353@c @end ifclear
3354
d4f3574e
SS
3355A similar message can be printed if you request too many active
3356hardware-assisted breakpoints and watchpoints:
3357
3358@c FIXME: the precise wording of this message may change; the relevant
3359@c source change is not committed yet (Sep 3, 1999).
3360@smallexample
3361Stopped; cannot insert breakpoints.
3362You may have requested too many hardware breakpoints and watchpoints.
3363@end smallexample
3364
3365@noindent
3366This message is printed when you attempt to resume the program, since
3367only then @value{GDBN} knows exactly how many hardware breakpoints and
3368watchpoints it needs to insert.
3369
3370When this message is printed, you need to disable or remove some of the
3371hardware-assisted breakpoints and watchpoints, and then continue.
3372
1485d690
KB
3373@node Breakpoint related warnings
3374@subsection ``Breakpoint address adjusted...''
3375@cindex breakpoint address adjusted
3376
3377Some processor architectures place constraints on the addresses at
3378which breakpoints may be placed. For architectures thus constrained,
3379@value{GDBN} will attempt to adjust the breakpoint's address to comply
3380with the constraints dictated by the architecture.
3381
3382One example of such an architecture is the Fujitsu FR-V. The FR-V is
3383a VLIW architecture in which a number of RISC-like instructions may be
3384bundled together for parallel execution. The FR-V architecture
3385constrains the location of a breakpoint instruction within such a
3386bundle to the instruction with the lowest address. @value{GDBN}
3387honors this constraint by adjusting a breakpoint's address to the
3388first in the bundle.
3389
3390It is not uncommon for optimized code to have bundles which contain
3391instructions from different source statements, thus it may happen that
3392a breakpoint's address will be adjusted from one source statement to
3393another. Since this adjustment may significantly alter @value{GDBN}'s
3394breakpoint related behavior from what the user expects, a warning is
3395printed when the breakpoint is first set and also when the breakpoint
3396is hit.
3397
3398A warning like the one below is printed when setting a breakpoint
3399that's been subject to address adjustment:
3400
3401@smallexample
3402warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3403@end smallexample
3404
3405Such warnings are printed both for user settable and @value{GDBN}'s
3406internal breakpoints. If you see one of these warnings, you should
3407verify that a breakpoint set at the adjusted address will have the
3408desired affect. If not, the breakpoint in question may be removed and
b383017d 3409other breakpoints may be set which will have the desired behavior.
1485d690
KB
3410E.g., it may be sufficient to place the breakpoint at a later
3411instruction. A conditional breakpoint may also be useful in some
3412cases to prevent the breakpoint from triggering too often.
3413
3414@value{GDBN} will also issue a warning when stopping at one of these
3415adjusted breakpoints:
3416
3417@smallexample
3418warning: Breakpoint 1 address previously adjusted from 0x00010414
3419to 0x00010410.
3420@end smallexample
3421
3422When this warning is encountered, it may be too late to take remedial
3423action except in cases where the breakpoint is hit earlier or more
3424frequently than expected.
d4f3574e 3425
6d2ebf8b 3426@node Continuing and Stepping
c906108c
SS
3427@section Continuing and stepping
3428
3429@cindex stepping
3430@cindex continuing
3431@cindex resuming execution
3432@dfn{Continuing} means resuming program execution until your program
3433completes normally. In contrast, @dfn{stepping} means executing just
3434one more ``step'' of your program, where ``step'' may mean either one
3435line of source code, or one machine instruction (depending on what
7a292a7a
SS
3436particular command you use). Either when continuing or when stepping,
3437your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
3438it stops due to a signal, you may want to use @code{handle}, or use
3439@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
3440
3441@table @code
3442@kindex continue
41afff9a
EZ
3443@kindex c @r{(@code{continue})}
3444@kindex fg @r{(resume foreground execution)}
c906108c
SS
3445@item continue @r{[}@var{ignore-count}@r{]}
3446@itemx c @r{[}@var{ignore-count}@r{]}
3447@itemx fg @r{[}@var{ignore-count}@r{]}
3448Resume program execution, at the address where your program last stopped;
3449any breakpoints set at that address are bypassed. The optional argument
3450@var{ignore-count} allows you to specify a further number of times to
3451ignore a breakpoint at this location; its effect is like that of
3452@code{ignore} (@pxref{Conditions, ,Break conditions}).
3453
3454The argument @var{ignore-count} is meaningful only when your program
3455stopped due to a breakpoint. At other times, the argument to
3456@code{continue} is ignored.
3457
d4f3574e
SS
3458The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3459debugged program is deemed to be the foreground program) are provided
3460purely for convenience, and have exactly the same behavior as
3461@code{continue}.
c906108c
SS
3462@end table
3463
3464To resume execution at a different place, you can use @code{return}
3465(@pxref{Returning, ,Returning from a function}) to go back to the
3466calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3467different address}) to go to an arbitrary location in your program.
3468
3469A typical technique for using stepping is to set a breakpoint
3470(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3471beginning of the function or the section of your program where a problem
3472is believed to lie, run your program until it stops at that breakpoint,
3473and then step through the suspect area, examining the variables that are
3474interesting, until you see the problem happen.
3475
3476@table @code
3477@kindex step
41afff9a 3478@kindex s @r{(@code{step})}
c906108c
SS
3479@item step
3480Continue running your program until control reaches a different source
3481line, then stop it and return control to @value{GDBN}. This command is
3482abbreviated @code{s}.
3483
3484@quotation
3485@c "without debugging information" is imprecise; actually "without line
3486@c numbers in the debugging information". (gcc -g1 has debugging info but
3487@c not line numbers). But it seems complex to try to make that
3488@c distinction here.
3489@emph{Warning:} If you use the @code{step} command while control is
3490within a function that was compiled without debugging information,
3491execution proceeds until control reaches a function that does have
3492debugging information. Likewise, it will not step into a function which
3493is compiled without debugging information. To step through functions
3494without debugging information, use the @code{stepi} command, described
3495below.
3496@end quotation
3497
4a92d011
EZ
3498The @code{step} command only stops at the first instruction of a source
3499line. This prevents the multiple stops that could otherwise occur in
3500@code{switch} statements, @code{for} loops, etc. @code{step} continues
3501to stop if a function that has debugging information is called within
3502the line. In other words, @code{step} @emph{steps inside} any functions
3503called within the line.
c906108c 3504
d4f3574e
SS
3505Also, the @code{step} command only enters a function if there is line
3506number information for the function. Otherwise it acts like the
5d161b24 3507@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 3508on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 3509was any debugging information about the routine.
c906108c
SS
3510
3511@item step @var{count}
3512Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
3513breakpoint is reached, or a signal not related to stepping occurs before
3514@var{count} steps, stepping stops right away.
c906108c
SS
3515
3516@kindex next
41afff9a 3517@kindex n @r{(@code{next})}
c906108c
SS
3518@item next @r{[}@var{count}@r{]}
3519Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
3520This is similar to @code{step}, but function calls that appear within
3521the line of code are executed without stopping. Execution stops when
3522control reaches a different line of code at the original stack level
3523that was executing when you gave the @code{next} command. This command
3524is abbreviated @code{n}.
c906108c
SS
3525
3526An argument @var{count} is a repeat count, as for @code{step}.
3527
3528
3529@c FIX ME!! Do we delete this, or is there a way it fits in with
3530@c the following paragraph? --- Vctoria
3531@c
3532@c @code{next} within a function that lacks debugging information acts like
3533@c @code{step}, but any function calls appearing within the code of the
3534@c function are executed without stopping.
3535
d4f3574e
SS
3536The @code{next} command only stops at the first instruction of a
3537source line. This prevents multiple stops that could otherwise occur in
4a92d011 3538@code{switch} statements, @code{for} loops, etc.
c906108c 3539
b90a5f51
CF
3540@kindex set step-mode
3541@item set step-mode
3542@cindex functions without line info, and stepping
3543@cindex stepping into functions with no line info
3544@itemx set step-mode on
4a92d011 3545The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
3546stop at the first instruction of a function which contains no debug line
3547information rather than stepping over it.
3548
4a92d011
EZ
3549This is useful in cases where you may be interested in inspecting the
3550machine instructions of a function which has no symbolic info and do not
3551want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
3552
3553@item set step-mode off
4a92d011 3554Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
3555debug information. This is the default.
3556
c906108c
SS
3557@kindex finish
3558@item finish
3559Continue running until just after function in the selected stack frame
3560returns. Print the returned value (if any).
3561
3562Contrast this with the @code{return} command (@pxref{Returning,
3563,Returning from a function}).
3564
3565@kindex until
41afff9a 3566@kindex u @r{(@code{until})}
c906108c
SS
3567@item until
3568@itemx u
3569Continue running until a source line past the current line, in the
3570current stack frame, is reached. This command is used to avoid single
3571stepping through a loop more than once. It is like the @code{next}
3572command, except that when @code{until} encounters a jump, it
3573automatically continues execution until the program counter is greater
3574than the address of the jump.
3575
3576This means that when you reach the end of a loop after single stepping
3577though it, @code{until} makes your program continue execution until it
3578exits the loop. In contrast, a @code{next} command at the end of a loop
3579simply steps back to the beginning of the loop, which forces you to step
3580through the next iteration.
3581
3582@code{until} always stops your program if it attempts to exit the current
3583stack frame.
3584
3585@code{until} may produce somewhat counterintuitive results if the order
3586of machine code does not match the order of the source lines. For
3587example, in the following excerpt from a debugging session, the @code{f}
3588(@code{frame}) command shows that execution is stopped at line
3589@code{206}; yet when we use @code{until}, we get to line @code{195}:
3590
474c8240 3591@smallexample
c906108c
SS
3592(@value{GDBP}) f
3593#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3594206 expand_input();
3595(@value{GDBP}) until
3596195 for ( ; argc > 0; NEXTARG) @{
474c8240 3597@end smallexample
c906108c
SS
3598
3599This happened because, for execution efficiency, the compiler had
3600generated code for the loop closure test at the end, rather than the
3601start, of the loop---even though the test in a C @code{for}-loop is
3602written before the body of the loop. The @code{until} command appeared
3603to step back to the beginning of the loop when it advanced to this
3604expression; however, it has not really gone to an earlier
3605statement---not in terms of the actual machine code.
3606
3607@code{until} with no argument works by means of single
3608instruction stepping, and hence is slower than @code{until} with an
3609argument.
3610
3611@item until @var{location}
3612@itemx u @var{location}
3613Continue running your program until either the specified location is
3614reached, or the current stack frame returns. @var{location} is any of
3615the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
c60eb6f1
EZ
3616,Setting breakpoints}). This form of the command uses breakpoints, and
3617hence is quicker than @code{until} without an argument. The specified
3618location is actually reached only if it is in the current frame. This
3619implies that @code{until} can be used to skip over recursive function
3620invocations. For instance in the code below, if the current location is
3621line @code{96}, issuing @code{until 99} will execute the program up to
3622line @code{99} in the same invocation of factorial, i.e. after the inner
3623invocations have returned.
3624
3625@smallexample
362694 int factorial (int value)
362795 @{
362896 if (value > 1) @{
362997 value *= factorial (value - 1);
363098 @}
363199 return (value);
3632100 @}
3633@end smallexample
3634
3635
3636@kindex advance @var{location}
3637@itemx advance @var{location}
3638Continue running the program up to the given location. An argument is
3639required, anything of the same form as arguments for the @code{break}
3640command. Execution will also stop upon exit from the current stack
3641frame. This command is similar to @code{until}, but @code{advance} will
3642not skip over recursive function calls, and the target location doesn't
3643have to be in the same frame as the current one.
3644
c906108c
SS
3645
3646@kindex stepi
41afff9a 3647@kindex si @r{(@code{stepi})}
c906108c 3648@item stepi
96a2c332 3649@itemx stepi @var{arg}
c906108c
SS
3650@itemx si
3651Execute one machine instruction, then stop and return to the debugger.
3652
3653It is often useful to do @samp{display/i $pc} when stepping by machine
3654instructions. This makes @value{GDBN} automatically display the next
3655instruction to be executed, each time your program stops. @xref{Auto
3656Display,, Automatic display}.
3657
3658An argument is a repeat count, as in @code{step}.
3659
3660@need 750
3661@kindex nexti
41afff9a 3662@kindex ni @r{(@code{nexti})}
c906108c 3663@item nexti
96a2c332 3664@itemx nexti @var{arg}
c906108c
SS
3665@itemx ni
3666Execute one machine instruction, but if it is a function call,
3667proceed until the function returns.
3668
3669An argument is a repeat count, as in @code{next}.
3670@end table
3671
6d2ebf8b 3672@node Signals
c906108c
SS
3673@section Signals
3674@cindex signals
3675
3676A signal is an asynchronous event that can happen in a program. The
3677operating system defines the possible kinds of signals, and gives each
3678kind a name and a number. For example, in Unix @code{SIGINT} is the
d4f3574e 3679signal a program gets when you type an interrupt character (often @kbd{C-c});
c906108c
SS
3680@code{SIGSEGV} is the signal a program gets from referencing a place in
3681memory far away from all the areas in use; @code{SIGALRM} occurs when
3682the alarm clock timer goes off (which happens only if your program has
3683requested an alarm).
3684
3685@cindex fatal signals
3686Some signals, including @code{SIGALRM}, are a normal part of the
3687functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 3688errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
3689program has not specified in advance some other way to handle the signal.
3690@code{SIGINT} does not indicate an error in your program, but it is normally
3691fatal so it can carry out the purpose of the interrupt: to kill the program.
3692
3693@value{GDBN} has the ability to detect any occurrence of a signal in your
3694program. You can tell @value{GDBN} in advance what to do for each kind of
3695signal.
3696
3697@cindex handling signals
24f93129
EZ
3698Normally, @value{GDBN} is set up to let the non-erroneous signals like
3699@code{SIGALRM} be silently passed to your program
3700(so as not to interfere with their role in the program's functioning)
c906108c
SS
3701but to stop your program immediately whenever an error signal happens.
3702You can change these settings with the @code{handle} command.
3703
3704@table @code
3705@kindex info signals
3706@item info signals
96a2c332 3707@itemx info handle
c906108c
SS
3708Print a table of all the kinds of signals and how @value{GDBN} has been told to
3709handle each one. You can use this to see the signal numbers of all
3710the defined types of signals.
3711
d4f3574e 3712@code{info handle} is an alias for @code{info signals}.
c906108c
SS
3713
3714@kindex handle
3715@item handle @var{signal} @var{keywords}@dots{}
5ece1a18
EZ
3716Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3717can be the number of a signal or its name (with or without the
24f93129 3718@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18
EZ
3719@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3720known signals. The @var{keywords} say what change to make.
c906108c
SS
3721@end table
3722
3723@c @group
3724The keywords allowed by the @code{handle} command can be abbreviated.
3725Their full names are:
3726
3727@table @code
3728@item nostop
3729@value{GDBN} should not stop your program when this signal happens. It may
3730still print a message telling you that the signal has come in.
3731
3732@item stop
3733@value{GDBN} should stop your program when this signal happens. This implies
3734the @code{print} keyword as well.
3735
3736@item print
3737@value{GDBN} should print a message when this signal happens.
3738
3739@item noprint
3740@value{GDBN} should not mention the occurrence of the signal at all. This
3741implies the @code{nostop} keyword as well.
3742
3743@item pass
5ece1a18 3744@itemx noignore
c906108c
SS
3745@value{GDBN} should allow your program to see this signal; your program
3746can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 3747and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
3748
3749@item nopass
5ece1a18 3750@itemx ignore
c906108c 3751@value{GDBN} should not allow your program to see this signal.
5ece1a18 3752@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
3753@end table
3754@c @end group
3755
d4f3574e
SS
3756When a signal stops your program, the signal is not visible to the
3757program until you
c906108c
SS
3758continue. Your program sees the signal then, if @code{pass} is in
3759effect for the signal in question @emph{at that time}. In other words,
3760after @value{GDBN} reports a signal, you can use the @code{handle}
3761command with @code{pass} or @code{nopass} to control whether your
3762program sees that signal when you continue.
3763
24f93129
EZ
3764The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3765non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3766@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3767erroneous signals.
3768
c906108c
SS
3769You can also use the @code{signal} command to prevent your program from
3770seeing a signal, or cause it to see a signal it normally would not see,
3771or to give it any signal at any time. For example, if your program stopped
3772due to some sort of memory reference error, you might store correct
3773values into the erroneous variables and continue, hoping to see more
3774execution; but your program would probably terminate immediately as
3775a result of the fatal signal once it saw the signal. To prevent this,
3776you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5d161b24 3777program a signal}.
c906108c 3778
6d2ebf8b 3779@node Thread Stops
c906108c
SS
3780@section Stopping and starting multi-thread programs
3781
3782When your program has multiple threads (@pxref{Threads,, Debugging
3783programs with multiple threads}), you can choose whether to set
3784breakpoints on all threads, or on a particular thread.
3785
3786@table @code
3787@cindex breakpoints and threads
3788@cindex thread breakpoints
3789@kindex break @dots{} thread @var{threadno}
3790@item break @var{linespec} thread @var{threadno}
3791@itemx break @var{linespec} thread @var{threadno} if @dots{}
3792@var{linespec} specifies source lines; there are several ways of
3793writing them, but the effect is always to specify some source line.
3794
3795Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3796to specify that you only want @value{GDBN} to stop the program when a
3797particular thread reaches this breakpoint. @var{threadno} is one of the
3798numeric thread identifiers assigned by @value{GDBN}, shown in the first
3799column of the @samp{info threads} display.
3800
3801If you do not specify @samp{thread @var{threadno}} when you set a
3802breakpoint, the breakpoint applies to @emph{all} threads of your
3803program.
3804
3805You can use the @code{thread} qualifier on conditional breakpoints as
3806well; in this case, place @samp{thread @var{threadno}} before the
3807breakpoint condition, like this:
3808
3809@smallexample
2df3850c 3810(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
3811@end smallexample
3812
3813@end table
3814
3815@cindex stopped threads
3816@cindex threads, stopped
3817Whenever your program stops under @value{GDBN} for any reason,
3818@emph{all} threads of execution stop, not just the current thread. This
3819allows you to examine the overall state of the program, including
3820switching between threads, without worrying that things may change
3821underfoot.
3822
36d86913
MC
3823@cindex thread breakpoints and system calls
3824@cindex system calls and thread breakpoints
3825@cindex premature return from system calls
3826There is an unfortunate side effect. If one thread stops for a
3827breakpoint, or for some other reason, and another thread is blocked in a
3828system call, then the system call may return prematurely. This is a
3829consequence of the interaction between multiple threads and the signals
3830that @value{GDBN} uses to implement breakpoints and other events that
3831stop execution.
3832
3833To handle this problem, your program should check the return value of
3834each system call and react appropriately. This is good programming
3835style anyways.
3836
3837For example, do not write code like this:
3838
3839@smallexample
3840 sleep (10);
3841@end smallexample
3842
3843The call to @code{sleep} will return early if a different thread stops
3844at a breakpoint or for some other reason.
3845
3846Instead, write this:
3847
3848@smallexample
3849 int unslept = 10;
3850 while (unslept > 0)
3851 unslept = sleep (unslept);
3852@end smallexample
3853
3854A system call is allowed to return early, so the system is still
3855conforming to its specification. But @value{GDBN} does cause your
3856multi-threaded program to behave differently than it would without
3857@value{GDBN}.
3858
3859Also, @value{GDBN} uses internal breakpoints in the thread library to
3860monitor certain events such as thread creation and thread destruction.
3861When such an event happens, a system call in another thread may return
3862prematurely, even though your program does not appear to stop.
3863
c906108c
SS
3864@cindex continuing threads
3865@cindex threads, continuing
3866Conversely, whenever you restart the program, @emph{all} threads start
3867executing. @emph{This is true even when single-stepping} with commands
5d161b24 3868like @code{step} or @code{next}.
c906108c
SS
3869
3870In particular, @value{GDBN} cannot single-step all threads in lockstep.
3871Since thread scheduling is up to your debugging target's operating
3872system (not controlled by @value{GDBN}), other threads may
3873execute more than one statement while the current thread completes a
3874single step. Moreover, in general other threads stop in the middle of a
3875statement, rather than at a clean statement boundary, when the program
3876stops.
3877
3878You might even find your program stopped in another thread after
3879continuing or even single-stepping. This happens whenever some other
3880thread runs into a breakpoint, a signal, or an exception before the
3881first thread completes whatever you requested.
3882
3883On some OSes, you can lock the OS scheduler and thus allow only a single
3884thread to run.
3885
3886@table @code
3887@item set scheduler-locking @var{mode}
3888Set the scheduler locking mode. If it is @code{off}, then there is no
3889locking and any thread may run at any time. If @code{on}, then only the
3890current thread may run when the inferior is resumed. The @code{step}
3891mode optimizes for single-stepping. It stops other threads from
3892``seizing the prompt'' by preempting the current thread while you are
3893stepping. Other threads will only rarely (or never) get a chance to run
d4f3574e 3894when you step. They are more likely to run when you @samp{next} over a
c906108c 3895function call, and they are completely free to run when you use commands
d4f3574e 3896like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
c906108c 3897thread hits a breakpoint during its timeslice, they will never steal the
2df3850c 3898@value{GDBN} prompt away from the thread that you are debugging.
c906108c
SS
3899
3900@item show scheduler-locking
3901Display the current scheduler locking mode.
3902@end table
3903
c906108c 3904
6d2ebf8b 3905@node Stack
c906108c
SS
3906@chapter Examining the Stack
3907
3908When your program has stopped, the first thing you need to know is where it
3909stopped and how it got there.
3910
3911@cindex call stack
5d161b24
DB
3912Each time your program performs a function call, information about the call
3913is generated.
3914That information includes the location of the call in your program,
3915the arguments of the call,
c906108c 3916and the local variables of the function being called.
5d161b24 3917The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
3918The stack frames are allocated in a region of memory called the @dfn{call
3919stack}.
3920
3921When your program stops, the @value{GDBN} commands for examining the
3922stack allow you to see all of this information.
3923
3924@cindex selected frame
3925One of the stack frames is @dfn{selected} by @value{GDBN} and many
3926@value{GDBN} commands refer implicitly to the selected frame. In
3927particular, whenever you ask @value{GDBN} for the value of a variable in
3928your program, the value is found in the selected frame. There are
3929special @value{GDBN} commands to select whichever frame you are
3930interested in. @xref{Selection, ,Selecting a frame}.
3931
3932When your program stops, @value{GDBN} automatically selects the
5d161b24 3933currently executing frame and describes it briefly, similar to the
c906108c
SS
3934@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3935
3936@menu
3937* Frames:: Stack frames
3938* Backtrace:: Backtraces
3939* Selection:: Selecting a frame
3940* Frame Info:: Information on a frame
c906108c
SS
3941
3942@end menu
3943
6d2ebf8b 3944@node Frames
c906108c
SS
3945@section Stack frames
3946
d4f3574e 3947@cindex frame, definition
c906108c
SS
3948@cindex stack frame
3949The call stack is divided up into contiguous pieces called @dfn{stack
3950frames}, or @dfn{frames} for short; each frame is the data associated
3951with one call to one function. The frame contains the arguments given
3952to the function, the function's local variables, and the address at
3953which the function is executing.
3954
3955@cindex initial frame
3956@cindex outermost frame
3957@cindex innermost frame
3958When your program is started, the stack has only one frame, that of the
3959function @code{main}. This is called the @dfn{initial} frame or the
3960@dfn{outermost} frame. Each time a function is called, a new frame is
3961made. Each time a function returns, the frame for that function invocation
3962is eliminated. If a function is recursive, there can be many frames for
3963the same function. The frame for the function in which execution is
3964actually occurring is called the @dfn{innermost} frame. This is the most
3965recently created of all the stack frames that still exist.
3966
3967@cindex frame pointer
3968Inside your program, stack frames are identified by their addresses. A
3969stack frame consists of many bytes, each of which has its own address; each
3970kind of computer has a convention for choosing one byte whose
3971address serves as the address of the frame. Usually this address is kept
3972in a register called the @dfn{frame pointer register} while execution is
3973going on in that frame.
3974
3975@cindex frame number
3976@value{GDBN} assigns numbers to all existing stack frames, starting with
3977zero for the innermost frame, one for the frame that called it,
3978and so on upward. These numbers do not really exist in your program;
3979they are assigned by @value{GDBN} to give you a way of designating stack
3980frames in @value{GDBN} commands.
3981
6d2ebf8b
SS
3982@c The -fomit-frame-pointer below perennially causes hbox overflow
3983@c underflow problems.
c906108c
SS
3984@cindex frameless execution
3985Some compilers provide a way to compile functions so that they operate
6d2ebf8b 3986without stack frames. (For example, the @value{GCC} option
474c8240 3987@smallexample
6d2ebf8b 3988@samp{-fomit-frame-pointer}
474c8240 3989@end smallexample
6d2ebf8b 3990generates functions without a frame.)
c906108c
SS
3991This is occasionally done with heavily used library functions to save
3992the frame setup time. @value{GDBN} has limited facilities for dealing
3993with these function invocations. If the innermost function invocation
3994has no stack frame, @value{GDBN} nevertheless regards it as though
3995it had a separate frame, which is numbered zero as usual, allowing
3996correct tracing of the function call chain. However, @value{GDBN} has
3997no provision for frameless functions elsewhere in the stack.
3998
3999@table @code
d4f3574e 4000@kindex frame@r{, command}
41afff9a 4001@cindex current stack frame
c906108c 4002@item frame @var{args}
5d161b24 4003The @code{frame} command allows you to move from one stack frame to another,
c906108c 4004and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
4005address of the frame or the stack frame number. Without an argument,
4006@code{frame} prints the current stack frame.
c906108c
SS
4007
4008@kindex select-frame
41afff9a 4009@cindex selecting frame silently
c906108c
SS
4010@item select-frame
4011The @code{select-frame} command allows you to move from one stack frame
4012to another without printing the frame. This is the silent version of
4013@code{frame}.
4014@end table
4015
6d2ebf8b 4016@node Backtrace
c906108c
SS
4017@section Backtraces
4018
4019@cindex backtraces
4020@cindex tracebacks
4021@cindex stack traces
4022A backtrace is a summary of how your program got where it is. It shows one
4023line per frame, for many frames, starting with the currently executing
4024frame (frame zero), followed by its caller (frame one), and on up the
4025stack.
4026
4027@table @code
4028@kindex backtrace
41afff9a 4029@kindex bt @r{(@code{backtrace})}
c906108c
SS
4030@item backtrace
4031@itemx bt
4032Print a backtrace of the entire stack: one line per frame for all
4033frames in the stack.
4034
4035You can stop the backtrace at any time by typing the system interrupt
4036character, normally @kbd{C-c}.
4037
4038@item backtrace @var{n}
4039@itemx bt @var{n}
4040Similar, but print only the innermost @var{n} frames.
4041
4042@item backtrace -@var{n}
4043@itemx bt -@var{n}
4044Similar, but print only the outermost @var{n} frames.
4045@end table
4046
4047@kindex where
4048@kindex info stack
41afff9a 4049@kindex info s @r{(@code{info stack})}
c906108c
SS
4050The names @code{where} and @code{info stack} (abbreviated @code{info s})
4051are additional aliases for @code{backtrace}.
4052
4053Each line in the backtrace shows the frame number and the function name.
4054The program counter value is also shown---unless you use @code{set
4055print address off}. The backtrace also shows the source file name and
4056line number, as well as the arguments to the function. The program
4057counter value is omitted if it is at the beginning of the code for that
4058line number.
4059
4060Here is an example of a backtrace. It was made with the command
4061@samp{bt 3}, so it shows the innermost three frames.
4062
4063@smallexample
4064@group
5d161b24 4065#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c
SS
4066 at builtin.c:993
4067#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4068#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4069 at macro.c:71
4070(More stack frames follow...)
4071@end group
4072@end smallexample
4073
4074@noindent
4075The display for frame zero does not begin with a program counter
4076value, indicating that your program has stopped at the beginning of the
4077code for line @code{993} of @code{builtin.c}.
4078
25d29d70
AC
4079@kindex set backtrace past-main
4080@kindex show backtrace past-main
4081@kindex set backtrace limit
4082@kindex show backtrace limit
b4e9345d 4083
25d29d70
AC
4084Most programs have a standard user entry point---a place where system
4085libraries and startup code transition into user code. For C this is
4086@code{main}. When @value{GDBN} finds the entry function in a backtrace
4087it will terminate the backtrace, to avoid tracing into highly
4088system-specific (and generally uninteresting) code.
4089
4090If you need to examine the startup code, or limit the number of levels
4091in a backtrace, you can change this behavior:
95f90d25
DJ
4092
4093@table @code
25d29d70
AC
4094@item set backtrace past-main
4095@itemx set backtrace past-main on
4096Backtraces will continue past the user entry point.
4097
4098@item set backtrace past-main off
95f90d25
DJ
4099Backtraces will stop when they encounter the user entry point. This is the
4100default.
4101
25d29d70
AC
4102@item show backtrace past-main
4103Display the current user entry point backtrace policy.
4104
4105@item set backtrace limit @var{n}
4106@itemx set backtrace limit 0
4107@cindex backtrace limit
4108Limit the backtrace to @var{n} levels. A value of zero means
4109unlimited.
95f90d25 4110
25d29d70
AC
4111@item show backtrace limit
4112Display the current limit on backtrace levels.
95f90d25
DJ
4113@end table
4114
6d2ebf8b 4115@node Selection
c906108c
SS
4116@section Selecting a frame
4117
4118Most commands for examining the stack and other data in your program work on
4119whichever stack frame is selected at the moment. Here are the commands for
4120selecting a stack frame; all of them finish by printing a brief description
4121of the stack frame just selected.
4122
4123@table @code
d4f3574e 4124@kindex frame@r{, selecting}
41afff9a 4125@kindex f @r{(@code{frame})}
c906108c
SS
4126@item frame @var{n}
4127@itemx f @var{n}
4128Select frame number @var{n}. Recall that frame zero is the innermost
4129(currently executing) frame, frame one is the frame that called the
4130innermost one, and so on. The highest-numbered frame is the one for
4131@code{main}.
4132
4133@item frame @var{addr}
4134@itemx f @var{addr}
4135Select the frame at address @var{addr}. This is useful mainly if the
4136chaining of stack frames has been damaged by a bug, making it
4137impossible for @value{GDBN} to assign numbers properly to all frames. In
4138addition, this can be useful when your program has multiple stacks and
4139switches between them.
4140
c906108c
SS
4141On the SPARC architecture, @code{frame} needs two addresses to
4142select an arbitrary frame: a frame pointer and a stack pointer.
4143
4144On the MIPS and Alpha architecture, it needs two addresses: a stack
4145pointer and a program counter.
4146
4147On the 29k architecture, it needs three addresses: a register stack
4148pointer, a program counter, and a memory stack pointer.
4149@c note to future updaters: this is conditioned on a flag
4150@c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
4151@c as of 27 Jan 1994.
c906108c
SS
4152
4153@kindex up
4154@item up @var{n}
4155Move @var{n} frames up the stack. For positive numbers @var{n}, this
4156advances toward the outermost frame, to higher frame numbers, to frames
4157that have existed longer. @var{n} defaults to one.
4158
4159@kindex down
41afff9a 4160@kindex do @r{(@code{down})}
c906108c
SS
4161@item down @var{n}
4162Move @var{n} frames down the stack. For positive numbers @var{n}, this
4163advances toward the innermost frame, to lower frame numbers, to frames
4164that were created more recently. @var{n} defaults to one. You may
4165abbreviate @code{down} as @code{do}.
4166@end table
4167
4168All of these commands end by printing two lines of output describing the
4169frame. The first line shows the frame number, the function name, the
4170arguments, and the source file and line number of execution in that
5d161b24 4171frame. The second line shows the text of that source line.
c906108c
SS
4172
4173@need 1000
4174For example:
4175
4176@smallexample
4177@group
4178(@value{GDBP}) up
4179#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4180 at env.c:10
418110 read_input_file (argv[i]);
4182@end group
4183@end smallexample
4184
4185After such a printout, the @code{list} command with no arguments
4186prints ten lines centered on the point of execution in the frame.
87885426
FN
4187You can also edit the program at the point of execution with your favorite
4188editing program by typing @code{edit}.
4189@xref{List, ,Printing source lines},
4190for details.
c906108c
SS
4191
4192@table @code
4193@kindex down-silently
4194@kindex up-silently
4195@item up-silently @var{n}
4196@itemx down-silently @var{n}
4197These two commands are variants of @code{up} and @code{down},
4198respectively; they differ in that they do their work silently, without
4199causing display of the new frame. They are intended primarily for use
4200in @value{GDBN} command scripts, where the output might be unnecessary and
4201distracting.
4202@end table
4203
6d2ebf8b 4204@node Frame Info
c906108c
SS
4205@section Information about a frame
4206
4207There are several other commands to print information about the selected
4208stack frame.
4209
4210@table @code
4211@item frame
4212@itemx f
4213When used without any argument, this command does not change which
4214frame is selected, but prints a brief description of the currently
4215selected stack frame. It can be abbreviated @code{f}. With an
4216argument, this command is used to select a stack frame.
4217@xref{Selection, ,Selecting a frame}.
4218
4219@kindex info frame
41afff9a 4220@kindex info f @r{(@code{info frame})}
c906108c
SS
4221@item info frame
4222@itemx info f
4223This command prints a verbose description of the selected stack frame,
4224including:
4225
4226@itemize @bullet
5d161b24
DB
4227@item
4228the address of the frame
c906108c
SS
4229@item
4230the address of the next frame down (called by this frame)
4231@item
4232the address of the next frame up (caller of this frame)
4233@item
4234the language in which the source code corresponding to this frame is written
4235@item
4236the address of the frame's arguments
4237@item
d4f3574e
SS
4238the address of the frame's local variables
4239@item
c906108c
SS
4240the program counter saved in it (the address of execution in the caller frame)
4241@item
4242which registers were saved in the frame
4243@end itemize
4244
4245@noindent The verbose description is useful when
4246something has gone wrong that has made the stack format fail to fit
4247the usual conventions.
4248
4249@item info frame @var{addr}
4250@itemx info f @var{addr}
4251Print a verbose description of the frame at address @var{addr}, without
4252selecting that frame. The selected frame remains unchanged by this
4253command. This requires the same kind of address (more than one for some
4254architectures) that you specify in the @code{frame} command.
4255@xref{Selection, ,Selecting a frame}.
4256
4257@kindex info args
4258@item info args
4259Print the arguments of the selected frame, each on a separate line.
4260
4261@item info locals
4262@kindex info locals
4263Print the local variables of the selected frame, each on a separate
4264line. These are all variables (declared either static or automatic)
4265accessible at the point of execution of the selected frame.
4266
c906108c 4267@kindex info catch
d4f3574e
SS
4268@cindex catch exceptions, list active handlers
4269@cindex exception handlers, how to list
c906108c
SS
4270@item info catch
4271Print a list of all the exception handlers that are active in the
4272current stack frame at the current point of execution. To see other
4273exception handlers, visit the associated frame (using the @code{up},
4274@code{down}, or @code{frame} commands); then type @code{info catch}.
4275@xref{Set Catchpoints, , Setting catchpoints}.
53a5351d 4276
c906108c
SS
4277@end table
4278
c906108c 4279
6d2ebf8b 4280@node Source
c906108c
SS
4281@chapter Examining Source Files
4282
4283@value{GDBN} can print parts of your program's source, since the debugging
4284information recorded in the program tells @value{GDBN} what source files were
4285used to build it. When your program stops, @value{GDBN} spontaneously prints
4286the line where it stopped. Likewise, when you select a stack frame
4287(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4288execution in that frame has stopped. You can print other portions of
4289source files by explicit command.
4290
7a292a7a 4291If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 4292prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 4293@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
4294
4295@menu
4296* List:: Printing source lines
87885426 4297* Edit:: Editing source files
c906108c 4298* Search:: Searching source files
c906108c
SS
4299* Source Path:: Specifying source directories
4300* Machine Code:: Source and machine code
4301@end menu
4302
6d2ebf8b 4303@node List
c906108c
SS
4304@section Printing source lines
4305
4306@kindex list
41afff9a 4307@kindex l @r{(@code{list})}
c906108c 4308To print lines from a source file, use the @code{list} command
5d161b24 4309(abbreviated @code{l}). By default, ten lines are printed.
c906108c
SS
4310There are several ways to specify what part of the file you want to print.
4311
4312Here are the forms of the @code{list} command most commonly used:
4313
4314@table @code
4315@item list @var{linenum}
4316Print lines centered around line number @var{linenum} in the
4317current source file.
4318
4319@item list @var{function}
4320Print lines centered around the beginning of function
4321@var{function}.
4322
4323@item list
4324Print more lines. If the last lines printed were printed with a
4325@code{list} command, this prints lines following the last lines
4326printed; however, if the last line printed was a solitary line printed
4327as part of displaying a stack frame (@pxref{Stack, ,Examining the
4328Stack}), this prints lines centered around that line.
4329
4330@item list -
4331Print lines just before the lines last printed.
4332@end table
4333
4334By default, @value{GDBN} prints ten source lines with any of these forms of
4335the @code{list} command. You can change this using @code{set listsize}:
4336
4337@table @code
4338@kindex set listsize
4339@item set listsize @var{count}
4340Make the @code{list} command display @var{count} source lines (unless
4341the @code{list} argument explicitly specifies some other number).
4342
4343@kindex show listsize
4344@item show listsize
4345Display the number of lines that @code{list} prints.
4346@end table
4347
4348Repeating a @code{list} command with @key{RET} discards the argument,
4349so it is equivalent to typing just @code{list}. This is more useful
4350than listing the same lines again. An exception is made for an
4351argument of @samp{-}; that argument is preserved in repetition so that
4352each repetition moves up in the source file.
4353
4354@cindex linespec
4355In general, the @code{list} command expects you to supply zero, one or two
4356@dfn{linespecs}. Linespecs specify source lines; there are several ways
d4f3574e 4357of writing them, but the effect is always to specify some source line.
c906108c
SS
4358Here is a complete description of the possible arguments for @code{list}:
4359
4360@table @code
4361@item list @var{linespec}
4362Print lines centered around the line specified by @var{linespec}.
4363
4364@item list @var{first},@var{last}
4365Print lines from @var{first} to @var{last}. Both arguments are
4366linespecs.
4367
4368@item list ,@var{last}
4369Print lines ending with @var{last}.
4370
4371@item list @var{first},
4372Print lines starting with @var{first}.
4373
4374@item list +
4375Print lines just after the lines last printed.
4376
4377@item list -
4378Print lines just before the lines last printed.
4379
4380@item list
4381As described in the preceding table.
4382@end table
4383
4384Here are the ways of specifying a single source line---all the
4385kinds of linespec.
4386
4387@table @code
4388@item @var{number}
4389Specifies line @var{number} of the current source file.
4390When a @code{list} command has two linespecs, this refers to
4391the same source file as the first linespec.
4392
4393@item +@var{offset}
4394Specifies the line @var{offset} lines after the last line printed.
4395When used as the second linespec in a @code{list} command that has
4396two, this specifies the line @var{offset} lines down from the
4397first linespec.
4398
4399@item -@var{offset}
4400Specifies the line @var{offset} lines before the last line printed.
4401
4402@item @var{filename}:@var{number}
4403Specifies line @var{number} in the source file @var{filename}.
4404
4405@item @var{function}
4406Specifies the line that begins the body of the function @var{function}.
4407For example: in C, this is the line with the open brace.
4408
4409@item @var{filename}:@var{function}
4410Specifies the line of the open-brace that begins the body of the
4411function @var{function} in the file @var{filename}. You only need the
4412file name with a function name to avoid ambiguity when there are
4413identically named functions in different source files.
4414
4415@item *@var{address}
4416Specifies the line containing the program address @var{address}.
4417@var{address} may be any expression.
4418@end table
4419
87885426
FN
4420@node Edit
4421@section Editing source files
4422@cindex editing source files
4423
4424@kindex edit
4425@kindex e @r{(@code{edit})}
4426To edit the lines in a source file, use the @code{edit} command.
4427The editing program of your choice
4428is invoked with the current line set to
4429the active line in the program.
4430Alternatively, there are several ways to specify what part of the file you
4431want to print if you want to see other parts of the program.
4432
4433Here are the forms of the @code{edit} command most commonly used:
4434
4435@table @code
4436@item edit
4437Edit the current source file at the active line number in the program.
4438
4439@item edit @var{number}
4440Edit the current source file with @var{number} as the active line number.
4441
4442@item edit @var{function}
4443Edit the file containing @var{function} at the beginning of its definition.
4444
4445@item edit @var{filename}:@var{number}
4446Specifies line @var{number} in the source file @var{filename}.
4447
4448@item edit @var{filename}:@var{function}
4449Specifies the line that begins the body of the
4450function @var{function} in the file @var{filename}. You only need the
4451file name with a function name to avoid ambiguity when there are
4452identically named functions in different source files.
4453
4454@item edit *@var{address}
4455Specifies the line containing the program address @var{address}.
4456@var{address} may be any expression.
4457@end table
4458
4459@subsection Choosing your editor
4460You can customize @value{GDBN} to use any editor you want
4461@footnote{
4462The only restriction is that your editor (say @code{ex}), recognizes the
4463following command-line syntax:
10998722 4464@smallexample
87885426 4465ex +@var{number} file
10998722
AC
4466@end smallexample
4467The optional numeric value +@var{number} designates the active line in
4468the file.}. By default, it is @value{EDITOR}, but you can change this
4469by setting the environment variable @code{EDITOR} before using
4470@value{GDBN}. For example, to configure @value{GDBN} to use the
4471@code{vi} editor, you could use these commands with the @code{sh} shell:
4472@smallexample
87885426
FN
4473EDITOR=/usr/bin/vi
4474export EDITOR
4475gdb ...
10998722 4476@end smallexample
87885426 4477or in the @code{csh} shell,
10998722 4478@smallexample
87885426
FN
4479setenv EDITOR /usr/bin/vi
4480gdb ...
10998722 4481@end smallexample
87885426 4482
6d2ebf8b 4483@node Search
c906108c
SS
4484@section Searching source files
4485@cindex searching
4486@kindex reverse-search
4487
4488There are two commands for searching through the current source file for a
4489regular expression.
4490
4491@table @code
4492@kindex search
4493@kindex forward-search
4494@item forward-search @var{regexp}
4495@itemx search @var{regexp}
4496The command @samp{forward-search @var{regexp}} checks each line,
4497starting with the one following the last line listed, for a match for
5d161b24 4498@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
4499synonym @samp{search @var{regexp}} or abbreviate the command name as
4500@code{fo}.
4501
4502@item reverse-search @var{regexp}
4503The command @samp{reverse-search @var{regexp}} checks each line, starting
4504with the one before the last line listed and going backward, for a match
4505for @var{regexp}. It lists the line that is found. You can abbreviate
4506this command as @code{rev}.
4507@end table
c906108c 4508
6d2ebf8b 4509@node Source Path
c906108c
SS
4510@section Specifying source directories
4511
4512@cindex source path
4513@cindex directories for source files
4514Executable programs sometimes do not record the directories of the source
4515files from which they were compiled, just the names. Even when they do,
4516the directories could be moved between the compilation and your debugging
4517session. @value{GDBN} has a list of directories to search for source files;
4518this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4519it tries all the directories in the list, in the order they are present
4520in the list, until it finds a file with the desired name. Note that
4521the executable search path is @emph{not} used for this purpose. Neither is
4522the current working directory, unless it happens to be in the source
4523path.
4524
4525If @value{GDBN} cannot find a source file in the source path, and the
4526object program records a directory, @value{GDBN} tries that directory
4527too. If the source path is empty, and there is no record of the
4528compilation directory, @value{GDBN} looks in the current directory as a
4529last resort.
4530
4531Whenever you reset or rearrange the source path, @value{GDBN} clears out
4532any information it has cached about where source files are found and where
4533each line is in the file.
4534
4535@kindex directory
4536@kindex dir
d4f3574e
SS
4537When you start @value{GDBN}, its source path includes only @samp{cdir}
4538and @samp{cwd}, in that order.
c906108c
SS
4539To add other directories, use the @code{directory} command.
4540
4541@table @code
4542@item directory @var{dirname} @dots{}
4543@item dir @var{dirname} @dots{}
4544Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
4545directory names may be given to this command, separated by @samp{:}
4546(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4547part of absolute file names) or
c906108c
SS
4548whitespace. You may specify a directory that is already in the source
4549path; this moves it forward, so @value{GDBN} searches it sooner.
4550
4551@kindex cdir
4552@kindex cwd
41afff9a
EZ
4553@vindex $cdir@r{, convenience variable}
4554@vindex $cwdr@r{, convenience variable}
c906108c
SS
4555@cindex compilation directory
4556@cindex current directory
4557@cindex working directory
4558@cindex directory, current
4559@cindex directory, compilation
4560You can use the string @samp{$cdir} to refer to the compilation
4561directory (if one is recorded), and @samp{$cwd} to refer to the current
4562working directory. @samp{$cwd} is not the same as @samp{.}---the former
4563tracks the current working directory as it changes during your @value{GDBN}
4564session, while the latter is immediately expanded to the current
4565directory at the time you add an entry to the source path.
4566
4567@item directory
4568Reset the source path to empty again. This requires confirmation.
4569
4570@c RET-repeat for @code{directory} is explicitly disabled, but since
4571@c repeating it would be a no-op we do not say that. (thanks to RMS)
4572
4573@item show directories
4574@kindex show directories
4575Print the source path: show which directories it contains.
4576@end table
4577
4578If your source path is cluttered with directories that are no longer of
4579interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4580versions of source. You can correct the situation as follows:
4581
4582@enumerate
4583@item
4584Use @code{directory} with no argument to reset the source path to empty.
4585
4586@item
4587Use @code{directory} with suitable arguments to reinstall the
4588directories you want in the source path. You can add all the
4589directories in one command.
4590@end enumerate
4591
6d2ebf8b 4592@node Machine Code
c906108c
SS
4593@section Source and machine code
4594
4595You can use the command @code{info line} to map source lines to program
4596addresses (and vice versa), and the command @code{disassemble} to display
4597a range of addresses as machine instructions. When run under @sc{gnu} Emacs
d4f3574e 4598mode, the @code{info line} command causes the arrow to point to the
5d161b24 4599line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
4600well as hex.
4601
4602@table @code
4603@kindex info line
4604@item info line @var{linespec}
4605Print the starting and ending addresses of the compiled code for
4606source line @var{linespec}. You can specify source lines in any of
4607the ways understood by the @code{list} command (@pxref{List, ,Printing
4608source lines}).
4609@end table
4610
4611For example, we can use @code{info line} to discover the location of
4612the object code for the first line of function
4613@code{m4_changequote}:
4614
d4f3574e
SS
4615@c FIXME: I think this example should also show the addresses in
4616@c symbolic form, as they usually would be displayed.
c906108c 4617@smallexample
96a2c332 4618(@value{GDBP}) info line m4_changequote
c906108c
SS
4619Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4620@end smallexample
4621
4622@noindent
4623We can also inquire (using @code{*@var{addr}} as the form for
4624@var{linespec}) what source line covers a particular address:
4625@smallexample
4626(@value{GDBP}) info line *0x63ff
4627Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4628@end smallexample
4629
4630@cindex @code{$_} and @code{info line}
41afff9a 4631@kindex x@r{(examine), and} info line
c906108c
SS
4632After @code{info line}, the default address for the @code{x} command
4633is changed to the starting address of the line, so that @samp{x/i} is
4634sufficient to begin examining the machine code (@pxref{Memory,
4635,Examining memory}). Also, this address is saved as the value of the
4636convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4637variables}).
4638
4639@table @code
4640@kindex disassemble
4641@cindex assembly instructions
4642@cindex instructions, assembly
4643@cindex machine instructions
4644@cindex listing machine instructions
4645@item disassemble
4646This specialized command dumps a range of memory as machine
4647instructions. The default memory range is the function surrounding the
4648program counter of the selected frame. A single argument to this
4649command is a program counter value; @value{GDBN} dumps the function
4650surrounding this value. Two arguments specify a range of addresses
4651(first inclusive, second exclusive) to dump.
4652@end table
4653
c906108c
SS
4654The following example shows the disassembly of a range of addresses of
4655HP PA-RISC 2.0 code:
4656
4657@smallexample
4658(@value{GDBP}) disas 0x32c4 0x32e4
4659Dump of assembler code from 0x32c4 to 0x32e4:
46600x32c4 <main+204>: addil 0,dp
46610x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
46620x32cc <main+212>: ldil 0x3000,r31
46630x32d0 <main+216>: ble 0x3f8(sr4,r31)
46640x32d4 <main+220>: ldo 0(r31),rp
46650x32d8 <main+224>: addil -0x800,dp
46660x32dc <main+228>: ldo 0x588(r1),r26
46670x32e0 <main+232>: ldil 0x3000,r31
4668End of assembler dump.
4669@end smallexample
c906108c
SS
4670
4671Some architectures have more than one commonly-used set of instruction
4672mnemonics or other syntax.
4673
4674@table @code
d4f3574e 4675@kindex set disassembly-flavor
c906108c
SS
4676@cindex assembly instructions
4677@cindex instructions, assembly
4678@cindex machine instructions
4679@cindex listing machine instructions
d4f3574e
SS
4680@cindex Intel disassembly flavor
4681@cindex AT&T disassembly flavor
4682@item set disassembly-flavor @var{instruction-set}
c906108c
SS
4683Select the instruction set to use when disassembling the
4684program via the @code{disassemble} or @code{x/i} commands.
4685
4686Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
4687can set @var{instruction-set} to either @code{intel} or @code{att}.
4688The default is @code{att}, the AT&T flavor used by default by Unix
4689assemblers for x86-based targets.
c906108c
SS
4690@end table
4691
4692
6d2ebf8b 4693@node Data
c906108c
SS
4694@chapter Examining Data
4695
4696@cindex printing data
4697@cindex examining data
4698@kindex print
4699@kindex inspect
4700@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4701@c document because it is nonstandard... Under Epoch it displays in a
4702@c different window or something like that.
4703The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
4704command (abbreviated @code{p}), or its synonym @code{inspect}. It
4705evaluates and prints the value of an expression of the language your
4706program is written in (@pxref{Languages, ,Using @value{GDBN} with
4707Different Languages}).
c906108c
SS
4708
4709@table @code
d4f3574e
SS
4710@item print @var{expr}
4711@itemx print /@var{f} @var{expr}
4712@var{expr} is an expression (in the source language). By default the
4713value of @var{expr} is printed in a format appropriate to its data type;
c906108c 4714you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 4715@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
c906108c
SS
4716formats}.
4717
4718@item print
4719@itemx print /@var{f}
d4f3574e 4720If you omit @var{expr}, @value{GDBN} displays the last value again (from the
c906108c
SS
4721@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4722conveniently inspect the same value in an alternative format.
4723@end table
4724
4725A more low-level way of examining data is with the @code{x} command.
4726It examines data in memory at a specified address and prints it in a
4727specified format. @xref{Memory, ,Examining memory}.
4728
7a292a7a 4729If you are interested in information about types, or about how the
d4f3574e
SS
4730fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4731command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 4732Table}.
c906108c
SS
4733
4734@menu
4735* Expressions:: Expressions
4736* Variables:: Program variables
4737* Arrays:: Artificial arrays
4738* Output Formats:: Output formats
4739* Memory:: Examining memory
4740* Auto Display:: Automatic display
4741* Print Settings:: Print settings
4742* Value History:: Value history
4743* Convenience Vars:: Convenience variables
4744* Registers:: Registers
c906108c 4745* Floating Point Hardware:: Floating point hardware
53c69bd7 4746* Vector Unit:: Vector Unit
b383017d 4747* Auxiliary Vector:: Auxiliary data provided by operating system
29e57380 4748* Memory Region Attributes:: Memory region attributes
16d9dec6 4749* Dump/Restore Files:: Copy between memory and a file
a0eb71c5
KB
4750* Character Sets:: Debugging programs that use a different
4751 character set than GDB does
c906108c
SS
4752@end menu
4753
6d2ebf8b 4754@node Expressions
c906108c
SS
4755@section Expressions
4756
4757@cindex expressions
4758@code{print} and many other @value{GDBN} commands accept an expression and
4759compute its value. Any kind of constant, variable or operator defined
4760by the programming language you are using is valid in an expression in
e2e0bcd1
JB
4761@value{GDBN}. This includes conditional expressions, function calls,
4762casts, and string constants. It also includes preprocessor macros, if
4763you compiled your program to include this information; see
4764@ref{Compilation}.
c906108c 4765
d4f3574e
SS
4766@value{GDBN} supports array constants in expressions input by
4767the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5d161b24 4768you can use the command @code{print @{1, 2, 3@}} to build up an array in
d4f3574e 4769memory that is @code{malloc}ed in the target program.
c906108c 4770
c906108c
SS
4771Because C is so widespread, most of the expressions shown in examples in
4772this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4773Languages}, for information on how to use expressions in other
4774languages.
4775
4776In this section, we discuss operators that you can use in @value{GDBN}
4777expressions regardless of your programming language.
4778
4779Casts are supported in all languages, not just in C, because it is so
4780useful to cast a number into a pointer in order to examine a structure
4781at that address in memory.
4782@c FIXME: casts supported---Mod2 true?
c906108c
SS
4783
4784@value{GDBN} supports these operators, in addition to those common
4785to programming languages:
4786
4787@table @code
4788@item @@
4789@samp{@@} is a binary operator for treating parts of memory as arrays.
4790@xref{Arrays, ,Artificial arrays}, for more information.
4791
4792@item ::
4793@samp{::} allows you to specify a variable in terms of the file or
4794function where it is defined. @xref{Variables, ,Program variables}.
4795
4796@cindex @{@var{type}@}
4797@cindex type casting memory
4798@cindex memory, viewing as typed object
4799@cindex casts, to view memory
4800@item @{@var{type}@} @var{addr}
4801Refers to an object of type @var{type} stored at address @var{addr} in
4802memory. @var{addr} may be any expression whose value is an integer or
4803pointer (but parentheses are required around binary operators, just as in
4804a cast). This construct is allowed regardless of what kind of data is
4805normally supposed to reside at @var{addr}.
4806@end table
4807
6d2ebf8b 4808@node Variables
c906108c
SS
4809@section Program variables
4810
4811The most common kind of expression to use is the name of a variable
4812in your program.
4813
4814Variables in expressions are understood in the selected stack frame
4815(@pxref{Selection, ,Selecting a frame}); they must be either:
4816
4817@itemize @bullet
4818@item
4819global (or file-static)
4820@end itemize
4821
5d161b24 4822@noindent or
c906108c
SS
4823
4824@itemize @bullet
4825@item
4826visible according to the scope rules of the
4827programming language from the point of execution in that frame
5d161b24 4828@end itemize
c906108c
SS
4829
4830@noindent This means that in the function
4831
474c8240 4832@smallexample
c906108c
SS
4833foo (a)
4834 int a;
4835@{
4836 bar (a);
4837 @{
4838 int b = test ();
4839 bar (b);
4840 @}
4841@}
474c8240 4842@end smallexample
c906108c
SS
4843
4844@noindent
4845you can examine and use the variable @code{a} whenever your program is
4846executing within the function @code{foo}, but you can only use or
4847examine the variable @code{b} while your program is executing inside
4848the block where @code{b} is declared.
4849
4850@cindex variable name conflict
4851There is an exception: you can refer to a variable or function whose
4852scope is a single source file even if the current execution point is not
4853in this file. But it is possible to have more than one such variable or
4854function with the same name (in different source files). If that
4855happens, referring to that name has unpredictable effects. If you wish,
4856you can specify a static variable in a particular function or file,
4857using the colon-colon notation:
4858
d4f3574e 4859@cindex colon-colon, context for variables/functions
c906108c
SS
4860@iftex
4861@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 4862@cindex @code{::}, context for variables/functions
c906108c 4863@end iftex
474c8240 4864@smallexample
c906108c
SS
4865@var{file}::@var{variable}
4866@var{function}::@var{variable}
474c8240 4867@end smallexample
c906108c
SS
4868
4869@noindent
4870Here @var{file} or @var{function} is the name of the context for the
4871static @var{variable}. In the case of file names, you can use quotes to
4872make sure @value{GDBN} parses the file name as a single word---for example,
4873to print a global value of @code{x} defined in @file{f2.c}:
4874
474c8240 4875@smallexample
c906108c 4876(@value{GDBP}) p 'f2.c'::x
474c8240 4877@end smallexample
c906108c 4878
b37052ae 4879@cindex C@t{++} scope resolution
c906108c 4880This use of @samp{::} is very rarely in conflict with the very similar
b37052ae 4881use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
4882scope resolution operator in @value{GDBN} expressions.
4883@c FIXME: Um, so what happens in one of those rare cases where it's in
4884@c conflict?? --mew
c906108c
SS
4885
4886@cindex wrong values
4887@cindex variable values, wrong
4888@quotation
4889@emph{Warning:} Occasionally, a local variable may appear to have the
4890wrong value at certain points in a function---just after entry to a new
4891scope, and just before exit.
4892@end quotation
4893You may see this problem when you are stepping by machine instructions.
4894This is because, on most machines, it takes more than one instruction to
4895set up a stack frame (including local variable definitions); if you are
4896stepping by machine instructions, variables may appear to have the wrong
4897values until the stack frame is completely built. On exit, it usually
4898also takes more than one machine instruction to destroy a stack frame;
4899after you begin stepping through that group of instructions, local
4900variable definitions may be gone.
4901
4902This may also happen when the compiler does significant optimizations.
4903To be sure of always seeing accurate values, turn off all optimization
4904when compiling.
4905
d4f3574e
SS
4906@cindex ``No symbol "foo" in current context''
4907Another possible effect of compiler optimizations is to optimize
4908unused variables out of existence, or assign variables to registers (as
4909opposed to memory addresses). Depending on the support for such cases
4910offered by the debug info format used by the compiler, @value{GDBN}
4911might not be able to display values for such local variables. If that
4912happens, @value{GDBN} will print a message like this:
4913
474c8240 4914@smallexample
d4f3574e 4915No symbol "foo" in current context.
474c8240 4916@end smallexample
d4f3574e
SS
4917
4918To solve such problems, either recompile without optimizations, or use a
4919different debug info format, if the compiler supports several such
0179ffac
DC
4920formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler
4921usually supports the @option{-gstabs+} option. @option{-gstabs+}
4922produces debug info in a format that is superior to formats such as
4923COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
4924an effective form for debug info. @xref{Debugging Options,,Options
4925for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
d4f3574e
SS
4926
4927
6d2ebf8b 4928@node Arrays
c906108c
SS
4929@section Artificial arrays
4930
4931@cindex artificial array
41afff9a 4932@kindex @@@r{, referencing memory as an array}
c906108c
SS
4933It is often useful to print out several successive objects of the
4934same type in memory; a section of an array, or an array of
4935dynamically determined size for which only a pointer exists in the
4936program.
4937
4938You can do this by referring to a contiguous span of memory as an
4939@dfn{artificial array}, using the binary operator @samp{@@}. The left
4940operand of @samp{@@} should be the first element of the desired array
4941and be an individual object. The right operand should be the desired length
4942of the array. The result is an array value whose elements are all of
4943the type of the left argument. The first element is actually the left
4944argument; the second element comes from bytes of memory immediately
4945following those that hold the first element, and so on. Here is an
4946example. If a program says
4947
474c8240 4948@smallexample
c906108c 4949int *array = (int *) malloc (len * sizeof (int));
474c8240 4950@end smallexample
c906108c
SS
4951
4952@noindent
4953you can print the contents of @code{array} with
4954
474c8240 4955@smallexample
c906108c 4956p *array@@len
474c8240 4957@end smallexample
c906108c
SS
4958
4959The left operand of @samp{@@} must reside in memory. Array values made
4960with @samp{@@} in this way behave just like other arrays in terms of
4961subscripting, and are coerced to pointers when used in expressions.
4962Artificial arrays most often appear in expressions via the value history
4963(@pxref{Value History, ,Value history}), after printing one out.
4964
4965Another way to create an artificial array is to use a cast.
4966This re-interprets a value as if it were an array.
4967The value need not be in memory:
474c8240 4968@smallexample
c906108c
SS
4969(@value{GDBP}) p/x (short[2])0x12345678
4970$1 = @{0x1234, 0x5678@}
474c8240 4971@end smallexample
c906108c
SS
4972
4973As a convenience, if you leave the array length out (as in
c3f6f71d 4974@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 4975the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 4976@smallexample
c906108c
SS
4977(@value{GDBP}) p/x (short[])0x12345678
4978$2 = @{0x1234, 0x5678@}
474c8240 4979@end smallexample
c906108c
SS
4980
4981Sometimes the artificial array mechanism is not quite enough; in
4982moderately complex data structures, the elements of interest may not
4983actually be adjacent---for example, if you are interested in the values
4984of pointers in an array. One useful work-around in this situation is
4985to use a convenience variable (@pxref{Convenience Vars, ,Convenience
4986variables}) as a counter in an expression that prints the first
4987interesting value, and then repeat that expression via @key{RET}. For
4988instance, suppose you have an array @code{dtab} of pointers to
4989structures, and you are interested in the values of a field @code{fv}
4990in each structure. Here is an example of what you might type:
4991
474c8240 4992@smallexample
c906108c
SS
4993set $i = 0
4994p dtab[$i++]->fv
4995@key{RET}
4996@key{RET}
4997@dots{}
474c8240 4998@end smallexample
c906108c 4999
6d2ebf8b 5000@node Output Formats
c906108c
SS
5001@section Output formats
5002
5003@cindex formatted output
5004@cindex output formats
5005By default, @value{GDBN} prints a value according to its data type. Sometimes
5006this is not what you want. For example, you might want to print a number
5007in hex, or a pointer in decimal. Or you might want to view data in memory
5008at a certain address as a character string or as an instruction. To do
5009these things, specify an @dfn{output format} when you print a value.
5010
5011The simplest use of output formats is to say how to print a value
5012already computed. This is done by starting the arguments of the
5013@code{print} command with a slash and a format letter. The format
5014letters supported are:
5015
5016@table @code
5017@item x
5018Regard the bits of the value as an integer, and print the integer in
5019hexadecimal.
5020
5021@item d
5022Print as integer in signed decimal.
5023
5024@item u
5025Print as integer in unsigned decimal.
5026
5027@item o
5028Print as integer in octal.
5029
5030@item t
5031Print as integer in binary. The letter @samp{t} stands for ``two''.
5032@footnote{@samp{b} cannot be used because these format letters are also
5033used with the @code{x} command, where @samp{b} stands for ``byte'';
d4f3574e 5034see @ref{Memory,,Examining memory}.}
c906108c
SS
5035
5036@item a
5037@cindex unknown address, locating
3d67e040 5038@cindex locate address
c906108c
SS
5039Print as an address, both absolute in hexadecimal and as an offset from
5040the nearest preceding symbol. You can use this format used to discover
5041where (in what function) an unknown address is located:
5042
474c8240 5043@smallexample
c906108c
SS
5044(@value{GDBP}) p/a 0x54320
5045$3 = 0x54320 <_initialize_vx+396>
474c8240 5046@end smallexample
c906108c 5047
3d67e040
EZ
5048@noindent
5049The command @code{info symbol 0x54320} yields similar results.
5050@xref{Symbols, info symbol}.
5051
c906108c
SS
5052@item c
5053Regard as an integer and print it as a character constant.
5054
5055@item f
5056Regard the bits of the value as a floating point number and print
5057using typical floating point syntax.
5058@end table
5059
5060For example, to print the program counter in hex (@pxref{Registers}), type
5061
474c8240 5062@smallexample
c906108c 5063p/x $pc
474c8240 5064@end smallexample
c906108c
SS
5065
5066@noindent
5067Note that no space is required before the slash; this is because command
5068names in @value{GDBN} cannot contain a slash.
5069
5070To reprint the last value in the value history with a different format,
5071you can use the @code{print} command with just a format and no
5072expression. For example, @samp{p/x} reprints the last value in hex.
5073
6d2ebf8b 5074@node Memory
c906108c
SS
5075@section Examining memory
5076
5077You can use the command @code{x} (for ``examine'') to examine memory in
5078any of several formats, independently of your program's data types.
5079
5080@cindex examining memory
5081@table @code
41afff9a 5082@kindex x @r{(examine memory)}
c906108c
SS
5083@item x/@var{nfu} @var{addr}
5084@itemx x @var{addr}
5085@itemx x
5086Use the @code{x} command to examine memory.
5087@end table
5088
5089@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5090much memory to display and how to format it; @var{addr} is an
5091expression giving the address where you want to start displaying memory.
5092If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5093Several commands set convenient defaults for @var{addr}.
5094
5095@table @r
5096@item @var{n}, the repeat count
5097The repeat count is a decimal integer; the default is 1. It specifies
5098how much memory (counting by units @var{u}) to display.
5099@c This really is **decimal**; unaffected by 'set radix' as of GDB
5100@c 4.1.2.
5101
5102@item @var{f}, the display format
5103The display format is one of the formats used by @code{print},
5104@samp{s} (null-terminated string), or @samp{i} (machine instruction).
5105The default is @samp{x} (hexadecimal) initially.
5106The default changes each time you use either @code{x} or @code{print}.
5107
5108@item @var{u}, the unit size
5109The unit size is any of
5110
5111@table @code
5112@item b
5113Bytes.
5114@item h
5115Halfwords (two bytes).
5116@item w
5117Words (four bytes). This is the initial default.
5118@item g
5119Giant words (eight bytes).
5120@end table
5121
5122Each time you specify a unit size with @code{x}, that size becomes the
5123default unit the next time you use @code{x}. (For the @samp{s} and
5124@samp{i} formats, the unit size is ignored and is normally not written.)
5125
5126@item @var{addr}, starting display address
5127@var{addr} is the address where you want @value{GDBN} to begin displaying
5128memory. The expression need not have a pointer value (though it may);
5129it is always interpreted as an integer address of a byte of memory.
5130@xref{Expressions, ,Expressions}, for more information on expressions. The default for
5131@var{addr} is usually just after the last address examined---but several
5132other commands also set the default address: @code{info breakpoints} (to
5133the address of the last breakpoint listed), @code{info line} (to the
5134starting address of a line), and @code{print} (if you use it to display
5135a value from memory).
5136@end table
5137
5138For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5139(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5140starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
5141words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 5142@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
5143
5144Since the letters indicating unit sizes are all distinct from the
5145letters specifying output formats, you do not have to remember whether
5146unit size or format comes first; either order works. The output
5147specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5148(However, the count @var{n} must come first; @samp{wx4} does not work.)
5149
5150Even though the unit size @var{u} is ignored for the formats @samp{s}
5151and @samp{i}, you might still want to use a count @var{n}; for example,
5152@samp{3i} specifies that you want to see three machine instructions,
5153including any operands. The command @code{disassemble} gives an
d4f3574e 5154alternative way of inspecting machine instructions; see @ref{Machine
c906108c
SS
5155Code,,Source and machine code}.
5156
5157All the defaults for the arguments to @code{x} are designed to make it
5158easy to continue scanning memory with minimal specifications each time
5159you use @code{x}. For example, after you have inspected three machine
5160instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5161with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
5162the repeat count @var{n} is used again; the other arguments default as
5163for successive uses of @code{x}.
5164
5165@cindex @code{$_}, @code{$__}, and value history
5166The addresses and contents printed by the @code{x} command are not saved
5167in the value history because there is often too much of them and they
5168would get in the way. Instead, @value{GDBN} makes these values available for
5169subsequent use in expressions as values of the convenience variables
5170@code{$_} and @code{$__}. After an @code{x} command, the last address
5171examined is available for use in expressions in the convenience variable
5172@code{$_}. The contents of that address, as examined, are available in
5173the convenience variable @code{$__}.
5174
5175If the @code{x} command has a repeat count, the address and contents saved
5176are from the last memory unit printed; this is not the same as the last
5177address printed if several units were printed on the last line of output.
5178
6d2ebf8b 5179@node Auto Display
c906108c
SS
5180@section Automatic display
5181@cindex automatic display
5182@cindex display of expressions
5183
5184If you find that you want to print the value of an expression frequently
5185(to see how it changes), you might want to add it to the @dfn{automatic
5186display list} so that @value{GDBN} prints its value each time your program stops.
5187Each expression added to the list is given a number to identify it;
5188to remove an expression from the list, you specify that number.
5189The automatic display looks like this:
5190
474c8240 5191@smallexample
c906108c
SS
51922: foo = 38
51933: bar[5] = (struct hack *) 0x3804
474c8240 5194@end smallexample
c906108c
SS
5195
5196@noindent
5197This display shows item numbers, expressions and their current values. As with
5198displays you request manually using @code{x} or @code{print}, you can
5199specify the output format you prefer; in fact, @code{display} decides
5200whether to use @code{print} or @code{x} depending on how elaborate your
5201format specification is---it uses @code{x} if you specify a unit size,
5202or one of the two formats (@samp{i} and @samp{s}) that are only
5203supported by @code{x}; otherwise it uses @code{print}.
5204
5205@table @code
5206@kindex display
d4f3574e
SS
5207@item display @var{expr}
5208Add the expression @var{expr} to the list of expressions to display
c906108c
SS
5209each time your program stops. @xref{Expressions, ,Expressions}.
5210
5211@code{display} does not repeat if you press @key{RET} again after using it.
5212
d4f3574e 5213@item display/@var{fmt} @var{expr}
c906108c 5214For @var{fmt} specifying only a display format and not a size or
d4f3574e 5215count, add the expression @var{expr} to the auto-display list but
c906108c
SS
5216arrange to display it each time in the specified format @var{fmt}.
5217@xref{Output Formats,,Output formats}.
5218
5219@item display/@var{fmt} @var{addr}
5220For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5221number of units, add the expression @var{addr} as a memory address to
5222be examined each time your program stops. Examining means in effect
5223doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5224@end table
5225
5226For example, @samp{display/i $pc} can be helpful, to see the machine
5227instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 5228is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
5229
5230@table @code
5231@kindex delete display
5232@kindex undisplay
5233@item undisplay @var{dnums}@dots{}
5234@itemx delete display @var{dnums}@dots{}
5235Remove item numbers @var{dnums} from the list of expressions to display.
5236
5237@code{undisplay} does not repeat if you press @key{RET} after using it.
5238(Otherwise you would just get the error @samp{No display number @dots{}}.)
5239
5240@kindex disable display
5241@item disable display @var{dnums}@dots{}
5242Disable the display of item numbers @var{dnums}. A disabled display
5243item is not printed automatically, but is not forgotten. It may be
5244enabled again later.
5245
5246@kindex enable display
5247@item enable display @var{dnums}@dots{}
5248Enable display of item numbers @var{dnums}. It becomes effective once
5249again in auto display of its expression, until you specify otherwise.
5250
5251@item display
5252Display the current values of the expressions on the list, just as is
5253done when your program stops.
5254
5255@kindex info display
5256@item info display
5257Print the list of expressions previously set up to display
5258automatically, each one with its item number, but without showing the
5259values. This includes disabled expressions, which are marked as such.
5260It also includes expressions which would not be displayed right now
5261because they refer to automatic variables not currently available.
5262@end table
5263
5264If a display expression refers to local variables, then it does not make
5265sense outside the lexical context for which it was set up. Such an
5266expression is disabled when execution enters a context where one of its
5267variables is not defined. For example, if you give the command
5268@code{display last_char} while inside a function with an argument
5269@code{last_char}, @value{GDBN} displays this argument while your program
5270continues to stop inside that function. When it stops elsewhere---where
5271there is no variable @code{last_char}---the display is disabled
5272automatically. The next time your program stops where @code{last_char}
5273is meaningful, you can enable the display expression once again.
5274
6d2ebf8b 5275@node Print Settings
c906108c
SS
5276@section Print settings
5277
5278@cindex format options
5279@cindex print settings
5280@value{GDBN} provides the following ways to control how arrays, structures,
5281and symbols are printed.
5282
5283@noindent
5284These settings are useful for debugging programs in any language:
5285
5286@table @code
5287@kindex set print address
5288@item set print address
5289@itemx set print address on
5290@value{GDBN} prints memory addresses showing the location of stack
5291traces, structure values, pointer values, breakpoints, and so forth,
5292even when it also displays the contents of those addresses. The default
5293is @code{on}. For example, this is what a stack frame display looks like with
5294@code{set print address on}:
5295
5296@smallexample
5297@group
5298(@value{GDBP}) f
5299#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5300 at input.c:530
5301530 if (lquote != def_lquote)
5302@end group
5303@end smallexample
5304
5305@item set print address off
5306Do not print addresses when displaying their contents. For example,
5307this is the same stack frame displayed with @code{set print address off}:
5308
5309@smallexample
5310@group
5311(@value{GDBP}) set print addr off
5312(@value{GDBP}) f
5313#0 set_quotes (lq="<<", rq=">>") at input.c:530
5314530 if (lquote != def_lquote)
5315@end group
5316@end smallexample
5317
5318You can use @samp{set print address off} to eliminate all machine
5319dependent displays from the @value{GDBN} interface. For example, with
5320@code{print address off}, you should get the same text for backtraces on
5321all machines---whether or not they involve pointer arguments.
5322
5323@kindex show print address
5324@item show print address
5325Show whether or not addresses are to be printed.
5326@end table
5327
5328When @value{GDBN} prints a symbolic address, it normally prints the
5329closest earlier symbol plus an offset. If that symbol does not uniquely
5330identify the address (for example, it is a name whose scope is a single
5331source file), you may need to clarify. One way to do this is with
5332@code{info line}, for example @samp{info line *0x4537}. Alternately,
5333you can set @value{GDBN} to print the source file and line number when
5334it prints a symbolic address:
5335
5336@table @code
5337@kindex set print symbol-filename
5338@item set print symbol-filename on
5339Tell @value{GDBN} to print the source file name and line number of a
5340symbol in the symbolic form of an address.
5341
5342@item set print symbol-filename off
5343Do not print source file name and line number of a symbol. This is the
5344default.
5345
5346@kindex show print symbol-filename
5347@item show print symbol-filename
5348Show whether or not @value{GDBN} will print the source file name and
5349line number of a symbol in the symbolic form of an address.
5350@end table
5351
5352Another situation where it is helpful to show symbol filenames and line
5353numbers is when disassembling code; @value{GDBN} shows you the line
5354number and source file that corresponds to each instruction.
5355
5356Also, you may wish to see the symbolic form only if the address being
5357printed is reasonably close to the closest earlier symbol:
5358
5359@table @code
5360@kindex set print max-symbolic-offset
5361@item set print max-symbolic-offset @var{max-offset}
5362Tell @value{GDBN} to only display the symbolic form of an address if the
5363offset between the closest earlier symbol and the address is less than
5d161b24 5364@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
5365to always print the symbolic form of an address if any symbol precedes it.
5366
5367@kindex show print max-symbolic-offset
5368@item show print max-symbolic-offset
5369Ask how large the maximum offset is that @value{GDBN} prints in a
5370symbolic address.
5371@end table
5372
5373@cindex wild pointer, interpreting
5374@cindex pointer, finding referent
5375If you have a pointer and you are not sure where it points, try
5376@samp{set print symbol-filename on}. Then you can determine the name
5377and source file location of the variable where it points, using
5378@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5379For example, here @value{GDBN} shows that a variable @code{ptt} points
5380at another variable @code{t}, defined in @file{hi2.c}:
5381
474c8240 5382@smallexample
c906108c
SS
5383(@value{GDBP}) set print symbol-filename on
5384(@value{GDBP}) p/a ptt
5385$4 = 0xe008 <t in hi2.c>
474c8240 5386@end smallexample
c906108c
SS
5387
5388@quotation
5389@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5390does not show the symbol name and filename of the referent, even with
5391the appropriate @code{set print} options turned on.
5392@end quotation
5393
5394Other settings control how different kinds of objects are printed:
5395
5396@table @code
5397@kindex set print array
5398@item set print array
5399@itemx set print array on
5400Pretty print arrays. This format is more convenient to read,
5401but uses more space. The default is off.
5402
5403@item set print array off
5404Return to compressed format for arrays.
5405
5406@kindex show print array
5407@item show print array
5408Show whether compressed or pretty format is selected for displaying
5409arrays.
5410
5411@kindex set print elements
5412@item set print elements @var{number-of-elements}
5413Set a limit on how many elements of an array @value{GDBN} will print.
5414If @value{GDBN} is printing a large array, it stops printing after it has
5415printed the number of elements set by the @code{set print elements} command.
5416This limit also applies to the display of strings.
d4f3574e 5417When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
5418Setting @var{number-of-elements} to zero means that the printing is unlimited.
5419
5420@kindex show print elements
5421@item show print elements
5422Display the number of elements of a large array that @value{GDBN} will print.
5423If the number is 0, then the printing is unlimited.
5424
5425@kindex set print null-stop
5426@item set print null-stop
5427Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 5428@sc{null} is encountered. This is useful when large arrays actually
c906108c 5429contain only short strings.
d4f3574e 5430The default is off.
c906108c
SS
5431
5432@kindex set print pretty
5433@item set print pretty on
5d161b24 5434Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
5435per line, like this:
5436
5437@smallexample
5438@group
5439$1 = @{
5440 next = 0x0,
5441 flags = @{
5442 sweet = 1,
5443 sour = 1
5444 @},
5445 meat = 0x54 "Pork"
5446@}
5447@end group
5448@end smallexample
5449
5450@item set print pretty off
5451Cause @value{GDBN} to print structures in a compact format, like this:
5452
5453@smallexample
5454@group
5455$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5456meat = 0x54 "Pork"@}
5457@end group
5458@end smallexample
5459
5460@noindent
5461This is the default format.
5462
5463@kindex show print pretty
5464@item show print pretty
5465Show which format @value{GDBN} is using to print structures.
5466
5467@kindex set print sevenbit-strings
5468@item set print sevenbit-strings on
5469Print using only seven-bit characters; if this option is set,
5470@value{GDBN} displays any eight-bit characters (in strings or
5471character values) using the notation @code{\}@var{nnn}. This setting is
5472best if you are working in English (@sc{ascii}) and you use the
5473high-order bit of characters as a marker or ``meta'' bit.
5474
5475@item set print sevenbit-strings off
5476Print full eight-bit characters. This allows the use of more
5477international character sets, and is the default.
5478
5479@kindex show print sevenbit-strings
5480@item show print sevenbit-strings
5481Show whether or not @value{GDBN} is printing only seven-bit characters.
5482
5483@kindex set print union
5484@item set print union on
5d161b24 5485Tell @value{GDBN} to print unions which are contained in structures. This
c906108c
SS
5486is the default setting.
5487
5488@item set print union off
5489Tell @value{GDBN} not to print unions which are contained in structures.
5490
5491@kindex show print union
5492@item show print union
5493Ask @value{GDBN} whether or not it will print unions which are contained in
5494structures.
5495
5496For example, given the declarations
5497
5498@smallexample
5499typedef enum @{Tree, Bug@} Species;
5500typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 5501typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
5502 Bug_forms;
5503
5504struct thing @{
5505 Species it;
5506 union @{
5507 Tree_forms tree;
5508 Bug_forms bug;
5509 @} form;
5510@};
5511
5512struct thing foo = @{Tree, @{Acorn@}@};
5513@end smallexample
5514
5515@noindent
5516with @code{set print union on} in effect @samp{p foo} would print
5517
5518@smallexample
5519$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5520@end smallexample
5521
5522@noindent
5523and with @code{set print union off} in effect it would print
5524
5525@smallexample
5526$1 = @{it = Tree, form = @{...@}@}
5527@end smallexample
5528@end table
5529
c906108c
SS
5530@need 1000
5531@noindent
b37052ae 5532These settings are of interest when debugging C@t{++} programs:
c906108c
SS
5533
5534@table @code
5535@cindex demangling
5536@kindex set print demangle
5537@item set print demangle
5538@itemx set print demangle on
b37052ae 5539Print C@t{++} names in their source form rather than in the encoded
c906108c 5540(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 5541linkage. The default is on.
c906108c
SS
5542
5543@kindex show print demangle
5544@item show print demangle
b37052ae 5545Show whether C@t{++} names are printed in mangled or demangled form.
c906108c
SS
5546
5547@kindex set print asm-demangle
5548@item set print asm-demangle
5549@itemx set print asm-demangle on
b37052ae 5550Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
5551in assembler code printouts such as instruction disassemblies.
5552The default is off.
5553
5554@kindex show print asm-demangle
5555@item show print asm-demangle
b37052ae 5556Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
5557or demangled form.
5558
5559@kindex set demangle-style
b37052ae
EZ
5560@cindex C@t{++} symbol decoding style
5561@cindex symbol decoding style, C@t{++}
c906108c
SS
5562@item set demangle-style @var{style}
5563Choose among several encoding schemes used by different compilers to
b37052ae 5564represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
5565
5566@table @code
5567@item auto
5568Allow @value{GDBN} to choose a decoding style by inspecting your program.
5569
5570@item gnu
b37052ae 5571Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c 5572This is the default.
c906108c
SS
5573
5574@item hp
b37052ae 5575Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
5576
5577@item lucid
b37052ae 5578Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
5579
5580@item arm
b37052ae 5581Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
5582@strong{Warning:} this setting alone is not sufficient to allow
5583debugging @code{cfront}-generated executables. @value{GDBN} would
5584require further enhancement to permit that.
5585
5586@end table
5587If you omit @var{style}, you will see a list of possible formats.
5588
5589@kindex show demangle-style
5590@item show demangle-style
b37052ae 5591Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c
SS
5592
5593@kindex set print object
5594@item set print object
5595@itemx set print object on
5596When displaying a pointer to an object, identify the @emph{actual}
5597(derived) type of the object rather than the @emph{declared} type, using
5598the virtual function table.
5599
5600@item set print object off
5601Display only the declared type of objects, without reference to the
5602virtual function table. This is the default setting.
5603
5604@kindex show print object
5605@item show print object
5606Show whether actual, or declared, object types are displayed.
5607
5608@kindex set print static-members
5609@item set print static-members
5610@itemx set print static-members on
b37052ae 5611Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
5612
5613@item set print static-members off
b37052ae 5614Do not print static members when displaying a C@t{++} object.
c906108c
SS
5615
5616@kindex show print static-members
5617@item show print static-members
b37052ae 5618Show whether C@t{++} static members are printed, or not.
c906108c
SS
5619
5620@c These don't work with HP ANSI C++ yet.
5621@kindex set print vtbl
5622@item set print vtbl
5623@itemx set print vtbl on
b37052ae 5624Pretty print C@t{++} virtual function tables. The default is off.
c906108c 5625(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 5626ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
5627
5628@item set print vtbl off
b37052ae 5629Do not pretty print C@t{++} virtual function tables.
c906108c
SS
5630
5631@kindex show print vtbl
5632@item show print vtbl
b37052ae 5633Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 5634@end table
c906108c 5635
6d2ebf8b 5636@node Value History
c906108c
SS
5637@section Value history
5638
5639@cindex value history
5d161b24
DB
5640Values printed by the @code{print} command are saved in the @value{GDBN}
5641@dfn{value history}. This allows you to refer to them in other expressions.
5642Values are kept until the symbol table is re-read or discarded
5643(for example with the @code{file} or @code{symbol-file} commands).
5644When the symbol table changes, the value history is discarded,
5645since the values may contain pointers back to the types defined in the
c906108c
SS
5646symbol table.
5647
5648@cindex @code{$}
5649@cindex @code{$$}
5650@cindex history number
5651The values printed are given @dfn{history numbers} by which you can
5652refer to them. These are successive integers starting with one.
5653@code{print} shows you the history number assigned to a value by
5654printing @samp{$@var{num} = } before the value; here @var{num} is the
5655history number.
5656
5657To refer to any previous value, use @samp{$} followed by the value's
5658history number. The way @code{print} labels its output is designed to
5659remind you of this. Just @code{$} refers to the most recent value in
5660the history, and @code{$$} refers to the value before that.
5661@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5662is the value just prior to @code{$$}, @code{$$1} is equivalent to
5663@code{$$}, and @code{$$0} is equivalent to @code{$}.
5664
5665For example, suppose you have just printed a pointer to a structure and
5666want to see the contents of the structure. It suffices to type
5667
474c8240 5668@smallexample
c906108c 5669p *$
474c8240 5670@end smallexample
c906108c
SS
5671
5672If you have a chain of structures where the component @code{next} points
5673to the next one, you can print the contents of the next one with this:
5674
474c8240 5675@smallexample
c906108c 5676p *$.next
474c8240 5677@end smallexample
c906108c
SS
5678
5679@noindent
5680You can print successive links in the chain by repeating this
5681command---which you can do by just typing @key{RET}.
5682
5683Note that the history records values, not expressions. If the value of
5684@code{x} is 4 and you type these commands:
5685
474c8240 5686@smallexample
c906108c
SS
5687print x
5688set x=5
474c8240 5689@end smallexample
c906108c
SS
5690
5691@noindent
5692then the value recorded in the value history by the @code{print} command
5693remains 4 even though the value of @code{x} has changed.
5694
5695@table @code
5696@kindex show values
5697@item show values
5698Print the last ten values in the value history, with their item numbers.
5699This is like @samp{p@ $$9} repeated ten times, except that @code{show
5700values} does not change the history.
5701
5702@item show values @var{n}
5703Print ten history values centered on history item number @var{n}.
5704
5705@item show values +
5706Print ten history values just after the values last printed. If no more
5707values are available, @code{show values +} produces no display.
5708@end table
5709
5710Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5711same effect as @samp{show values +}.
5712
6d2ebf8b 5713@node Convenience Vars
c906108c
SS
5714@section Convenience variables
5715
5716@cindex convenience variables
5717@value{GDBN} provides @dfn{convenience variables} that you can use within
5718@value{GDBN} to hold on to a value and refer to it later. These variables
5719exist entirely within @value{GDBN}; they are not part of your program, and
5720setting a convenience variable has no direct effect on further execution
5721of your program. That is why you can use them freely.
5722
5723Convenience variables are prefixed with @samp{$}. Any name preceded by
5724@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 5725the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c
SS
5726(Value history references, in contrast, are @emph{numbers} preceded
5727by @samp{$}. @xref{Value History, ,Value history}.)
5728
5729You can save a value in a convenience variable with an assignment
5730expression, just as you would set a variable in your program.
5731For example:
5732
474c8240 5733@smallexample
c906108c 5734set $foo = *object_ptr
474c8240 5735@end smallexample
c906108c
SS
5736
5737@noindent
5738would save in @code{$foo} the value contained in the object pointed to by
5739@code{object_ptr}.
5740
5741Using a convenience variable for the first time creates it, but its
5742value is @code{void} until you assign a new value. You can alter the
5743value with another assignment at any time.
5744
5745Convenience variables have no fixed types. You can assign a convenience
5746variable any type of value, including structures and arrays, even if
5747that variable already has a value of a different type. The convenience
5748variable, when used as an expression, has the type of its current value.
5749
5750@table @code
5751@kindex show convenience
5752@item show convenience
5753Print a list of convenience variables used so far, and their values.
d4f3574e 5754Abbreviated @code{show conv}.
c906108c
SS
5755@end table
5756
5757One of the ways to use a convenience variable is as a counter to be
5758incremented or a pointer to be advanced. For example, to print
5759a field from successive elements of an array of structures:
5760
474c8240 5761@smallexample
c906108c
SS
5762set $i = 0
5763print bar[$i++]->contents
474c8240 5764@end smallexample
c906108c 5765
d4f3574e
SS
5766@noindent
5767Repeat that command by typing @key{RET}.
c906108c
SS
5768
5769Some convenience variables are created automatically by @value{GDBN} and given
5770values likely to be useful.
5771
5772@table @code
41afff9a 5773@vindex $_@r{, convenience variable}
c906108c
SS
5774@item $_
5775The variable @code{$_} is automatically set by the @code{x} command to
5776the last address examined (@pxref{Memory, ,Examining memory}). Other
5777commands which provide a default address for @code{x} to examine also
5778set @code{$_} to that address; these commands include @code{info line}
5779and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5780except when set by the @code{x} command, in which case it is a pointer
5781to the type of @code{$__}.
5782
41afff9a 5783@vindex $__@r{, convenience variable}
c906108c
SS
5784@item $__
5785The variable @code{$__} is automatically set by the @code{x} command
5786to the value found in the last address examined. Its type is chosen
5787to match the format in which the data was printed.
5788
5789@item $_exitcode
41afff9a 5790@vindex $_exitcode@r{, convenience variable}
c906108c
SS
5791The variable @code{$_exitcode} is automatically set to the exit code when
5792the program being debugged terminates.
5793@end table
5794
53a5351d
JM
5795On HP-UX systems, if you refer to a function or variable name that
5796begins with a dollar sign, @value{GDBN} searches for a user or system
5797name first, before it searches for a convenience variable.
c906108c 5798
6d2ebf8b 5799@node Registers
c906108c
SS
5800@section Registers
5801
5802@cindex registers
5803You can refer to machine register contents, in expressions, as variables
5804with names starting with @samp{$}. The names of registers are different
5805for each machine; use @code{info registers} to see the names used on
5806your machine.
5807
5808@table @code
5809@kindex info registers
5810@item info registers
5811Print the names and values of all registers except floating-point
c85508ee 5812and vector registers (in the selected stack frame).
c906108c
SS
5813
5814@kindex info all-registers
5815@cindex floating point registers
5816@item info all-registers
5817Print the names and values of all registers, including floating-point
c85508ee 5818and vector registers (in the selected stack frame).
c906108c
SS
5819
5820@item info registers @var{regname} @dots{}
5821Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
5822As discussed in detail below, register values are normally relative to
5823the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
5824the machine you are using, with or without the initial @samp{$}.
5825@end table
5826
5827@value{GDBN} has four ``standard'' register names that are available (in
5828expressions) on most machines---whenever they do not conflict with an
5829architecture's canonical mnemonics for registers. The register names
5830@code{$pc} and @code{$sp} are used for the program counter register and
5831the stack pointer. @code{$fp} is used for a register that contains a
5832pointer to the current stack frame, and @code{$ps} is used for a
5833register that contains the processor status. For example,
5834you could print the program counter in hex with
5835
474c8240 5836@smallexample
c906108c 5837p/x $pc
474c8240 5838@end smallexample
c906108c
SS
5839
5840@noindent
5841or print the instruction to be executed next with
5842
474c8240 5843@smallexample
c906108c 5844x/i $pc
474c8240 5845@end smallexample
c906108c
SS
5846
5847@noindent
5848or add four to the stack pointer@footnote{This is a way of removing
5849one word from the stack, on machines where stacks grow downward in
5850memory (most machines, nowadays). This assumes that the innermost
5851stack frame is selected; setting @code{$sp} is not allowed when other
5852stack frames are selected. To pop entire frames off the stack,
5853regardless of machine architecture, use @code{return};
d4f3574e 5854see @ref{Returning, ,Returning from a function}.} with
c906108c 5855
474c8240 5856@smallexample
c906108c 5857set $sp += 4
474c8240 5858@end smallexample
c906108c
SS
5859
5860Whenever possible, these four standard register names are available on
5861your machine even though the machine has different canonical mnemonics,
5862so long as there is no conflict. The @code{info registers} command
5863shows the canonical names. For example, on the SPARC, @code{info
5864registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
5865can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
5866is an alias for the @sc{eflags} register.
c906108c
SS
5867
5868@value{GDBN} always considers the contents of an ordinary register as an
5869integer when the register is examined in this way. Some machines have
5870special registers which can hold nothing but floating point; these
5871registers are considered to have floating point values. There is no way
5872to refer to the contents of an ordinary register as floating point value
5873(although you can @emph{print} it as a floating point value with
5874@samp{print/f $@var{regname}}).
5875
5876Some registers have distinct ``raw'' and ``virtual'' data formats. This
5877means that the data format in which the register contents are saved by
5878the operating system is not the same one that your program normally
5879sees. For example, the registers of the 68881 floating point
5880coprocessor are always saved in ``extended'' (raw) format, but all C
5881programs expect to work with ``double'' (virtual) format. In such
5d161b24 5882cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
5883that makes sense for your program), but the @code{info registers} command
5884prints the data in both formats.
5885
5886Normally, register values are relative to the selected stack frame
5887(@pxref{Selection, ,Selecting a frame}). This means that you get the
5888value that the register would contain if all stack frames farther in
5889were exited and their saved registers restored. In order to see the
5890true contents of hardware registers, you must select the innermost
5891frame (with @samp{frame 0}).
5892
5893However, @value{GDBN} must deduce where registers are saved, from the machine
5894code generated by your compiler. If some registers are not saved, or if
5895@value{GDBN} is unable to locate the saved registers, the selected stack
5896frame makes no difference.
5897
6d2ebf8b 5898@node Floating Point Hardware
c906108c
SS
5899@section Floating point hardware
5900@cindex floating point
5901
5902Depending on the configuration, @value{GDBN} may be able to give
5903you more information about the status of the floating point hardware.
5904
5905@table @code
5906@kindex info float
5907@item info float
5908Display hardware-dependent information about the floating
5909point unit. The exact contents and layout vary depending on the
5910floating point chip. Currently, @samp{info float} is supported on
5911the ARM and x86 machines.
5912@end table
c906108c 5913
e76f1f2e
AC
5914@node Vector Unit
5915@section Vector Unit
5916@cindex vector unit
5917
5918Depending on the configuration, @value{GDBN} may be able to give you
5919more information about the status of the vector unit.
5920
5921@table @code
5922@kindex info vector
5923@item info vector
5924Display information about the vector unit. The exact contents and
5925layout vary depending on the hardware.
5926@end table
5927
b383017d
RM
5928@node Auxiliary Vector
5929@section Operating system auxiliary vector
5930@cindex auxiliary vector
5931@cindex vector, auxiliary
5932
5933Some operating systems supply an @dfn{auxiliary vector} to programs at
5934startup. This is akin to the arguments and environment that you
5935specify for a program, but contains a system-dependent variety of
5936binary values that tell system libraries important details about the
5937hardware, operating system, and process. Each value's purpose is
5938identified by an integer tag; the meanings are well-known but system-specific.
5939Depending on the configuration and operating system facilities,
5940@value{GDBN} may be able to show you this information.
5941
5942@table @code
5943@kindex info auxv
5944@item info auxv
5945Display the auxiliary vector of the inferior, which can be either a
e4937fc1 5946live process or a core dump file. @value{GDBN} prints each tag value
b383017d
RM
5947numerically, and also shows names and text descriptions for recognized
5948tags. Some values in the vector are numbers, some bit masks, and some
e4937fc1 5949pointers to strings or other data. @value{GDBN} displays each value in the
b383017d
RM
5950most appropriate form for a recognized tag, and in hexadecimal for
5951an unrecognized tag.
5952@end table
5953
29e57380 5954@node Memory Region Attributes
b383017d 5955@section Memory region attributes
29e57380
C
5956@cindex memory region attributes
5957
b383017d
RM
5958@dfn{Memory region attributes} allow you to describe special handling
5959required by regions of your target's memory. @value{GDBN} uses attributes
29e57380
C
5960to determine whether to allow certain types of memory accesses; whether to
5961use specific width accesses; and whether to cache target memory.
5962
5963Defined memory regions can be individually enabled and disabled. When a
5964memory region is disabled, @value{GDBN} uses the default attributes when
5965accessing memory in that region. Similarly, if no memory regions have
5966been defined, @value{GDBN} uses the default attributes when accessing
5967all memory.
5968
b383017d 5969When a memory region is defined, it is given a number to identify it;
29e57380
C
5970to enable, disable, or remove a memory region, you specify that number.
5971
5972@table @code
5973@kindex mem
bfac230e
DH
5974@item mem @var{lower} @var{upper} @var{attributes}@dots{}
5975Define memory region bounded by @var{lower} and @var{upper} with
5976attributes @var{attributes}@dots{}. Note that @var{upper} == 0 is a
5977special case: it is treated as the the target's maximum memory address.
5978(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380
C
5979
5980@kindex delete mem
5981@item delete mem @var{nums}@dots{}
59649f2e 5982Remove memory regions @var{nums}@dots{}.
29e57380
C
5983
5984@kindex disable mem
5985@item disable mem @var{nums}@dots{}
59649f2e 5986Disable memory regions @var{nums}@dots{}.
b383017d 5987A disabled memory region is not forgotten.
29e57380
C
5988It may be enabled again later.
5989
5990@kindex enable mem
5991@item enable mem @var{nums}@dots{}
59649f2e 5992Enable memory regions @var{nums}@dots{}.
29e57380
C
5993
5994@kindex info mem
5995@item info mem
5996Print a table of all defined memory regions, with the following columns
5997for each region.
5998
5999@table @emph
6000@item Memory Region Number
6001@item Enabled or Disabled.
b383017d 6002Enabled memory regions are marked with @samp{y}.
29e57380
C
6003Disabled memory regions are marked with @samp{n}.
6004
6005@item Lo Address
6006The address defining the inclusive lower bound of the memory region.
6007
6008@item Hi Address
6009The address defining the exclusive upper bound of the memory region.
6010
6011@item Attributes
6012The list of attributes set for this memory region.
6013@end table
6014@end table
6015
6016
6017@subsection Attributes
6018
b383017d 6019@subsubsection Memory Access Mode
29e57380
C
6020The access mode attributes set whether @value{GDBN} may make read or
6021write accesses to a memory region.
6022
6023While these attributes prevent @value{GDBN} from performing invalid
6024memory accesses, they do nothing to prevent the target system, I/O DMA,
6025etc. from accessing memory.
6026
6027@table @code
6028@item ro
6029Memory is read only.
6030@item wo
6031Memory is write only.
6032@item rw
6ca652b0 6033Memory is read/write. This is the default.
29e57380
C
6034@end table
6035
6036@subsubsection Memory Access Size
6037The acccess size attributes tells @value{GDBN} to use specific sized
6038accesses in the memory region. Often memory mapped device registers
6039require specific sized accesses. If no access size attribute is
6040specified, @value{GDBN} may use accesses of any size.
6041
6042@table @code
6043@item 8
6044Use 8 bit memory accesses.
6045@item 16
6046Use 16 bit memory accesses.
6047@item 32
6048Use 32 bit memory accesses.
6049@item 64
6050Use 64 bit memory accesses.
6051@end table
6052
6053@c @subsubsection Hardware/Software Breakpoints
6054@c The hardware/software breakpoint attributes set whether @value{GDBN}
6055@c will use hardware or software breakpoints for the internal breakpoints
6056@c used by the step, next, finish, until, etc. commands.
6057@c
6058@c @table @code
6059@c @item hwbreak
b383017d 6060@c Always use hardware breakpoints
29e57380
C
6061@c @item swbreak (default)
6062@c @end table
6063
6064@subsubsection Data Cache
6065The data cache attributes set whether @value{GDBN} will cache target
6066memory. While this generally improves performance by reducing debug
6067protocol overhead, it can lead to incorrect results because @value{GDBN}
6068does not know about volatile variables or memory mapped device
6069registers.
6070
6071@table @code
6072@item cache
b383017d 6073Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
6074@item nocache
6075Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
6076@end table
6077
6078@c @subsubsection Memory Write Verification
b383017d 6079@c The memory write verification attributes set whether @value{GDBN}
29e57380
C
6080@c will re-reads data after each write to verify the write was successful.
6081@c
6082@c @table @code
6083@c @item verify
6084@c @item noverify (default)
6085@c @end table
6086
16d9dec6
MS
6087@node Dump/Restore Files
6088@section Copy between memory and a file
6089@cindex dump/restore files
6090@cindex append data to a file
6091@cindex dump data to a file
6092@cindex restore data from a file
16d9dec6 6093
df5215a6
JB
6094You can use the commands @code{dump}, @code{append}, and
6095@code{restore} to copy data between target memory and a file. The
6096@code{dump} and @code{append} commands write data to a file, and the
6097@code{restore} command reads data from a file back into the inferior's
6098memory. Files may be in binary, Motorola S-record, Intel hex, or
6099Tektronix Hex format; however, @value{GDBN} can only append to binary
6100files.
6101
6102@table @code
6103
6104@kindex dump
6105@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6106@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6107Dump the contents of memory from @var{start_addr} to @var{end_addr},
6108or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 6109
df5215a6 6110The @var{format} parameter may be any one of:
16d9dec6 6111@table @code
df5215a6
JB
6112@item binary
6113Raw binary form.
6114@item ihex
6115Intel hex format.
6116@item srec
6117Motorola S-record format.
6118@item tekhex
6119Tektronix Hex format.
6120@end table
6121
6122@value{GDBN} uses the same definitions of these formats as the
6123@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
6124@var{format} is omitted, @value{GDBN} dumps the data in raw binary
6125form.
6126
6127@kindex append
6128@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6129@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6130Append the contents of memory from @var{start_addr} to @var{end_addr},
6131or the value of @var{expr}, to @var{filename}, in raw binary form.
6132(@value{GDBN} can only append data to files in raw binary form.)
6133
6134@kindex restore
6135@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6136Restore the contents of file @var{filename} into memory. The
6137@code{restore} command can automatically recognize any known @sc{bfd}
6138file format, except for raw binary. To restore a raw binary file you
6139must specify the optional keyword @code{binary} after the filename.
16d9dec6 6140
b383017d 6141If @var{bias} is non-zero, its value will be added to the addresses
16d9dec6
MS
6142contained in the file. Binary files always start at address zero, so
6143they will be restored at address @var{bias}. Other bfd files have
6144a built-in location; they will be restored at offset @var{bias}
6145from that location.
6146
6147If @var{start} and/or @var{end} are non-zero, then only data between
6148file offset @var{start} and file offset @var{end} will be restored.
b383017d 6149These offsets are relative to the addresses in the file, before
16d9dec6
MS
6150the @var{bias} argument is applied.
6151
6152@end table
6153
a0eb71c5
KB
6154@node Character Sets
6155@section Character Sets
6156@cindex character sets
6157@cindex charset
6158@cindex translating between character sets
6159@cindex host character set
6160@cindex target character set
6161
6162If the program you are debugging uses a different character set to
6163represent characters and strings than the one @value{GDBN} uses itself,
6164@value{GDBN} can automatically translate between the character sets for
6165you. The character set @value{GDBN} uses we call the @dfn{host
6166character set}; the one the inferior program uses we call the
6167@dfn{target character set}.
6168
6169For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6170uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6171remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6172running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6173then the host character set is Latin-1, and the target character set is
6174@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 6175target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
6176@sc{ebcdic} and Latin 1 as you print character or string values, or use
6177character and string literals in expressions.
6178
6179@value{GDBN} has no way to automatically recognize which character set
6180the inferior program uses; you must tell it, using the @code{set
6181target-charset} command, described below.
6182
6183Here are the commands for controlling @value{GDBN}'s character set
6184support:
6185
6186@table @code
6187@item set target-charset @var{charset}
6188@kindex set target-charset
6189Set the current target character set to @var{charset}. We list the
e33d66ec
EZ
6190character set names @value{GDBN} recognizes below, but if you type
6191@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6192list the target character sets it supports.
a0eb71c5
KB
6193@end table
6194
6195@table @code
6196@item set host-charset @var{charset}
6197@kindex set host-charset
6198Set the current host character set to @var{charset}.
6199
6200By default, @value{GDBN} uses a host character set appropriate to the
6201system it is running on; you can override that default using the
6202@code{set host-charset} command.
6203
6204@value{GDBN} can only use certain character sets as its host character
6205set. We list the character set names @value{GDBN} recognizes below, and
e33d66ec
EZ
6206indicate which can be host character sets, but if you type
6207@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6208list the host character sets it supports.
a0eb71c5
KB
6209
6210@item set charset @var{charset}
6211@kindex set charset
e33d66ec
EZ
6212Set the current host and target character sets to @var{charset}. As
6213above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6214@value{GDBN} will list the name of the character sets that can be used
6215for both host and target.
6216
a0eb71c5
KB
6217
6218@item show charset
a0eb71c5 6219@kindex show charset
b383017d 6220Show the names of the current host and target charsets.
e33d66ec
EZ
6221
6222@itemx show host-charset
a0eb71c5 6223@kindex show host-charset
b383017d 6224Show the name of the current host charset.
e33d66ec
EZ
6225
6226@itemx show target-charset
a0eb71c5 6227@kindex show target-charset
b383017d 6228Show the name of the current target charset.
a0eb71c5
KB
6229
6230@end table
6231
6232@value{GDBN} currently includes support for the following character
6233sets:
6234
6235@table @code
6236
6237@item ASCII
6238@cindex ASCII character set
6239Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6240character set.
6241
6242@item ISO-8859-1
6243@cindex ISO 8859-1 character set
6244@cindex ISO Latin 1 character set
e33d66ec 6245The ISO Latin 1 character set. This extends @sc{ascii} with accented
a0eb71c5
KB
6246characters needed for French, German, and Spanish. @value{GDBN} can use
6247this as its host character set.
6248
6249@item EBCDIC-US
6250@itemx IBM1047
6251@cindex EBCDIC character set
6252@cindex IBM1047 character set
6253Variants of the @sc{ebcdic} character set, used on some of IBM's
6254mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6255@value{GDBN} cannot use these as its host character set.
6256
6257@end table
6258
6259Note that these are all single-byte character sets. More work inside
6260GDB is needed to support multi-byte or variable-width character
6261encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6262
6263Here is an example of @value{GDBN}'s character set support in action.
6264Assume that the following source code has been placed in the file
6265@file{charset-test.c}:
6266
6267@smallexample
6268#include <stdio.h>
6269
6270char ascii_hello[]
6271 = @{72, 101, 108, 108, 111, 44, 32, 119,
6272 111, 114, 108, 100, 33, 10, 0@};
6273char ibm1047_hello[]
6274 = @{200, 133, 147, 147, 150, 107, 64, 166,
6275 150, 153, 147, 132, 90, 37, 0@};
6276
6277main ()
6278@{
6279 printf ("Hello, world!\n");
6280@}
10998722 6281@end smallexample
a0eb71c5
KB
6282
6283In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6284containing the string @samp{Hello, world!} followed by a newline,
6285encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6286
6287We compile the program, and invoke the debugger on it:
6288
6289@smallexample
6290$ gcc -g charset-test.c -o charset-test
6291$ gdb -nw charset-test
6292GNU gdb 2001-12-19-cvs
6293Copyright 2001 Free Software Foundation, Inc.
6294@dots{}
b383017d 6295(gdb)
10998722 6296@end smallexample
a0eb71c5
KB
6297
6298We can use the @code{show charset} command to see what character sets
6299@value{GDBN} is currently using to interpret and display characters and
6300strings:
6301
6302@smallexample
6303(gdb) show charset
e33d66ec 6304The current host and target character set is `ISO-8859-1'.
b383017d 6305(gdb)
10998722 6306@end smallexample
a0eb71c5
KB
6307
6308For the sake of printing this manual, let's use @sc{ascii} as our
6309initial character set:
6310@smallexample
e33d66ec 6311(gdb) set charset ASCII
a0eb71c5 6312(gdb) show charset
e33d66ec 6313The current host and target character set is `ASCII'.
b383017d 6314(gdb)
10998722 6315@end smallexample
a0eb71c5
KB
6316
6317Let's assume that @sc{ascii} is indeed the correct character set for our
6318host system --- in other words, let's assume that if @value{GDBN} prints
6319characters using the @sc{ascii} character set, our terminal will display
6320them properly. Since our current target character set is also
6321@sc{ascii}, the contents of @code{ascii_hello} print legibly:
6322
6323@smallexample
6324(gdb) print ascii_hello
6325$1 = 0x401698 "Hello, world!\n"
6326(gdb) print ascii_hello[0]
6327$2 = 72 'H'
b383017d 6328(gdb)
10998722 6329@end smallexample
a0eb71c5
KB
6330
6331@value{GDBN} uses the target character set for character and string
6332literals you use in expressions:
6333
6334@smallexample
6335(gdb) print '+'
6336$3 = 43 '+'
b383017d 6337(gdb)
10998722 6338@end smallexample
a0eb71c5
KB
6339
6340The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6341character.
6342
6343@value{GDBN} relies on the user to tell it which character set the
6344target program uses. If we print @code{ibm1047_hello} while our target
6345character set is still @sc{ascii}, we get jibberish:
6346
6347@smallexample
6348(gdb) print ibm1047_hello
6349$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6350(gdb) print ibm1047_hello[0]
6351$5 = 200 '\310'
b383017d 6352(gdb)
10998722 6353@end smallexample
a0eb71c5 6354
e33d66ec 6355If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
6356@value{GDBN} tells us the character sets it supports:
6357
6358@smallexample
6359(gdb) set target-charset
b383017d
RM
6360ASCII EBCDIC-US IBM1047 ISO-8859-1
6361(gdb) set target-charset
10998722 6362@end smallexample
a0eb71c5
KB
6363
6364We can select @sc{ibm1047} as our target character set, and examine the
6365program's strings again. Now the @sc{ascii} string is wrong, but
6366@value{GDBN} translates the contents of @code{ibm1047_hello} from the
6367target character set, @sc{ibm1047}, to the host character set,
6368@sc{ascii}, and they display correctly:
6369
6370@smallexample
e33d66ec 6371(gdb) set target-charset IBM1047
a0eb71c5 6372(gdb) show charset
e33d66ec
EZ
6373The current host character set is `ASCII'.
6374The current target character set is `IBM1047'.
a0eb71c5
KB
6375(gdb) print ascii_hello
6376$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6377(gdb) print ascii_hello[0]
6378$7 = 72 '\110'
6379(gdb) print ibm1047_hello
6380$8 = 0x4016a8 "Hello, world!\n"
6381(gdb) print ibm1047_hello[0]
6382$9 = 200 'H'
6383(gdb)
10998722 6384@end smallexample
a0eb71c5
KB
6385
6386As above, @value{GDBN} uses the target character set for character and
6387string literals you use in expressions:
6388
6389@smallexample
6390(gdb) print '+'
6391$10 = 78 '+'
b383017d 6392(gdb)
10998722 6393@end smallexample
a0eb71c5 6394
e33d66ec 6395The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
6396character.
6397
6398
e2e0bcd1
JB
6399@node Macros
6400@chapter C Preprocessor Macros
6401
49efadf5 6402Some languages, such as C and C@t{++}, provide a way to define and invoke
e2e0bcd1
JB
6403``preprocessor macros'' which expand into strings of tokens.
6404@value{GDBN} can evaluate expressions containing macro invocations, show
6405the result of macro expansion, and show a macro's definition, including
6406where it was defined.
6407
6408You may need to compile your program specially to provide @value{GDBN}
6409with information about preprocessor macros. Most compilers do not
6410include macros in their debugging information, even when you compile
6411with the @option{-g} flag. @xref{Compilation}.
6412
6413A program may define a macro at one point, remove that definition later,
6414and then provide a different definition after that. Thus, at different
6415points in the program, a macro may have different definitions, or have
6416no definition at all. If there is a current stack frame, @value{GDBN}
6417uses the macros in scope at that frame's source code line. Otherwise,
6418@value{GDBN} uses the macros in scope at the current listing location;
6419see @ref{List}.
6420
6421At the moment, @value{GDBN} does not support the @code{##}
6422token-splicing operator, the @code{#} stringification operator, or
6423variable-arity macros.
6424
6425Whenever @value{GDBN} evaluates an expression, it always expands any
6426macro invocations present in the expression. @value{GDBN} also provides
6427the following commands for working with macros explicitly.
6428
6429@table @code
6430
6431@kindex macro expand
6432@cindex macro expansion, showing the results of preprocessor
6433@cindex preprocessor macro expansion, showing the results of
6434@cindex expanding preprocessor macros
6435@item macro expand @var{expression}
6436@itemx macro exp @var{expression}
6437Show the results of expanding all preprocessor macro invocations in
6438@var{expression}. Since @value{GDBN} simply expands macros, but does
6439not parse the result, @var{expression} need not be a valid expression;
6440it can be any string of tokens.
6441
6442@kindex macro expand-once
6443@item macro expand-once @var{expression}
6444@itemx macro exp1 @var{expression}
6445@i{(This command is not yet implemented.)} Show the results of
6446expanding those preprocessor macro invocations that appear explicitly in
6447@var{expression}. Macro invocations appearing in that expansion are
6448left unchanged. This command allows you to see the effect of a
6449particular macro more clearly, without being confused by further
6450expansions. Since @value{GDBN} simply expands macros, but does not
6451parse the result, @var{expression} need not be a valid expression; it
6452can be any string of tokens.
6453
475b0867 6454@kindex info macro
e2e0bcd1
JB
6455@cindex macro definition, showing
6456@cindex definition, showing a macro's
475b0867 6457@item info macro @var{macro}
e2e0bcd1
JB
6458Show the definition of the macro named @var{macro}, and describe the
6459source location where that definition was established.
6460
6461@kindex macro define
6462@cindex user-defined macros
6463@cindex defining macros interactively
6464@cindex macros, user-defined
6465@item macro define @var{macro} @var{replacement-list}
6466@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6467@i{(This command is not yet implemented.)} Introduce a definition for a
6468preprocessor macro named @var{macro}, invocations of which are replaced
6469by the tokens given in @var{replacement-list}. The first form of this
6470command defines an ``object-like'' macro, which takes no arguments; the
6471second form defines a ``function-like'' macro, which takes the arguments
6472given in @var{arglist}.
6473
6474A definition introduced by this command is in scope in every expression
6475evaluated in @value{GDBN}, until it is removed with the @command{macro
6476undef} command, described below. The definition overrides all
6477definitions for @var{macro} present in the program being debugged, as
6478well as any previous user-supplied definition.
6479
6480@kindex macro undef
6481@item macro undef @var{macro}
6482@i{(This command is not yet implemented.)} Remove any user-supplied
6483definition for the macro named @var{macro}. This command only affects
6484definitions provided with the @command{macro define} command, described
6485above; it cannot remove definitions present in the program being
6486debugged.
6487
6488@end table
6489
6490@cindex macros, example of debugging with
6491Here is a transcript showing the above commands in action. First, we
6492show our source files:
6493
6494@smallexample
6495$ cat sample.c
6496#include <stdio.h>
6497#include "sample.h"
6498
6499#define M 42
6500#define ADD(x) (M + x)
6501
6502main ()
6503@{
6504#define N 28
6505 printf ("Hello, world!\n");
6506#undef N
6507 printf ("We're so creative.\n");
6508#define N 1729
6509 printf ("Goodbye, world!\n");
6510@}
6511$ cat sample.h
6512#define Q <
6513$
6514@end smallexample
6515
6516Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6517We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6518compiler includes information about preprocessor macros in the debugging
6519information.
6520
6521@smallexample
6522$ gcc -gdwarf-2 -g3 sample.c -o sample
6523$
6524@end smallexample
6525
6526Now, we start @value{GDBN} on our sample program:
6527
6528@smallexample
6529$ gdb -nw sample
6530GNU gdb 2002-05-06-cvs
6531Copyright 2002 Free Software Foundation, Inc.
6532GDB is free software, @dots{}
6533(gdb)
6534@end smallexample
6535
6536We can expand macros and examine their definitions, even when the
6537program is not running. @value{GDBN} uses the current listing position
6538to decide which macro definitions are in scope:
6539
6540@smallexample
6541(gdb) list main
65423
65434 #define M 42
65445 #define ADD(x) (M + x)
65456
65467 main ()
65478 @{
65489 #define N 28
654910 printf ("Hello, world!\n");
655011 #undef N
655112 printf ("We're so creative.\n");
475b0867 6552(gdb) info macro ADD
e2e0bcd1
JB
6553Defined at /home/jimb/gdb/macros/play/sample.c:5
6554#define ADD(x) (M + x)
475b0867 6555(gdb) info macro Q
e2e0bcd1
JB
6556Defined at /home/jimb/gdb/macros/play/sample.h:1
6557 included at /home/jimb/gdb/macros/play/sample.c:2
6558#define Q <
6559(gdb) macro expand ADD(1)
6560expands to: (42 + 1)
6561(gdb) macro expand-once ADD(1)
6562expands to: once (M + 1)
b383017d 6563(gdb)
e2e0bcd1
JB
6564@end smallexample
6565
6566In the example above, note that @command{macro expand-once} expands only
6567the macro invocation explicit in the original text --- the invocation of
6568@code{ADD} --- but does not expand the invocation of the macro @code{M},
6569which was introduced by @code{ADD}.
6570
6571Once the program is running, GDB uses the macro definitions in force at
6572the source line of the current stack frame:
6573
6574@smallexample
6575(gdb) break main
6576Breakpoint 1 at 0x8048370: file sample.c, line 10.
6577(gdb) run
b383017d 6578Starting program: /home/jimb/gdb/macros/play/sample
e2e0bcd1
JB
6579
6580Breakpoint 1, main () at sample.c:10
658110 printf ("Hello, world!\n");
b383017d 6582(gdb)
e2e0bcd1
JB
6583@end smallexample
6584
6585At line 10, the definition of the macro @code{N} at line 9 is in force:
6586
6587@smallexample
475b0867 6588(gdb) info macro N
e2e0bcd1
JB
6589Defined at /home/jimb/gdb/macros/play/sample.c:9
6590#define N 28
6591(gdb) macro expand N Q M
6592expands to: 28 < 42
6593(gdb) print N Q M
6594$1 = 1
b383017d 6595(gdb)
e2e0bcd1
JB
6596@end smallexample
6597
6598As we step over directives that remove @code{N}'s definition, and then
6599give it a new definition, @value{GDBN} finds the definition (or lack
6600thereof) in force at each point:
6601
6602@smallexample
6603(gdb) next
6604Hello, world!
660512 printf ("We're so creative.\n");
475b0867 6606(gdb) info macro N
e2e0bcd1
JB
6607The symbol `N' has no definition as a C/C++ preprocessor macro
6608at /home/jimb/gdb/macros/play/sample.c:12
6609(gdb) next
6610We're so creative.
661114 printf ("Goodbye, world!\n");
475b0867 6612(gdb) info macro N
e2e0bcd1
JB
6613Defined at /home/jimb/gdb/macros/play/sample.c:13
6614#define N 1729
6615(gdb) macro expand N Q M
6616expands to: 1729 < 42
6617(gdb) print N Q M
6618$2 = 0
b383017d 6619(gdb)
e2e0bcd1
JB
6620@end smallexample
6621
6622
b37052ae
EZ
6623@node Tracepoints
6624@chapter Tracepoints
6625@c This chapter is based on the documentation written by Michael
6626@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6627
6628@cindex tracepoints
6629In some applications, it is not feasible for the debugger to interrupt
6630the program's execution long enough for the developer to learn
6631anything helpful about its behavior. If the program's correctness
6632depends on its real-time behavior, delays introduced by a debugger
6633might cause the program to change its behavior drastically, or perhaps
6634fail, even when the code itself is correct. It is useful to be able
6635to observe the program's behavior without interrupting it.
6636
6637Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6638specify locations in the program, called @dfn{tracepoints}, and
6639arbitrary expressions to evaluate when those tracepoints are reached.
6640Later, using the @code{tfind} command, you can examine the values
6641those expressions had when the program hit the tracepoints. The
6642expressions may also denote objects in memory---structures or arrays,
6643for example---whose values @value{GDBN} should record; while visiting
6644a particular tracepoint, you may inspect those objects as if they were
6645in memory at that moment. However, because @value{GDBN} records these
6646values without interacting with you, it can do so quickly and
6647unobtrusively, hopefully not disturbing the program's behavior.
6648
6649The tracepoint facility is currently available only for remote
2c0069bb
EZ
6650targets. @xref{Targets}. In addition, your remote target must know how
6651to collect trace data. This functionality is implemented in the remote
6652stub; however, none of the stubs distributed with @value{GDBN} support
6653tracepoints as of this writing.
b37052ae
EZ
6654
6655This chapter describes the tracepoint commands and features.
6656
6657@menu
b383017d
RM
6658* Set Tracepoints::
6659* Analyze Collected Data::
6660* Tracepoint Variables::
b37052ae
EZ
6661@end menu
6662
6663@node Set Tracepoints
6664@section Commands to Set Tracepoints
6665
6666Before running such a @dfn{trace experiment}, an arbitrary number of
6667tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
6668tracepoint has a number assigned to it by @value{GDBN}. Like with
6669breakpoints, tracepoint numbers are successive integers starting from
6670one. Many of the commands associated with tracepoints take the
6671tracepoint number as their argument, to identify which tracepoint to
6672work on.
6673
6674For each tracepoint, you can specify, in advance, some arbitrary set
6675of data that you want the target to collect in the trace buffer when
6676it hits that tracepoint. The collected data can include registers,
6677local variables, or global data. Later, you can use @value{GDBN}
6678commands to examine the values these data had at the time the
6679tracepoint was hit.
6680
6681This section describes commands to set tracepoints and associated
6682conditions and actions.
6683
6684@menu
b383017d
RM
6685* Create and Delete Tracepoints::
6686* Enable and Disable Tracepoints::
6687* Tracepoint Passcounts::
6688* Tracepoint Actions::
6689* Listing Tracepoints::
6690* Starting and Stopping Trace Experiment::
b37052ae
EZ
6691@end menu
6692
6693@node Create and Delete Tracepoints
6694@subsection Create and Delete Tracepoints
6695
6696@table @code
6697@cindex set tracepoint
6698@kindex trace
6699@item trace
6700The @code{trace} command is very similar to the @code{break} command.
6701Its argument can be a source line, a function name, or an address in
6702the target program. @xref{Set Breaks}. The @code{trace} command
6703defines a tracepoint, which is a point in the target program where the
6704debugger will briefly stop, collect some data, and then allow the
6705program to continue. Setting a tracepoint or changing its commands
6706doesn't take effect until the next @code{tstart} command; thus, you
6707cannot change the tracepoint attributes once a trace experiment is
6708running.
6709
6710Here are some examples of using the @code{trace} command:
6711
6712@smallexample
6713(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
6714
6715(@value{GDBP}) @b{trace +2} // 2 lines forward
6716
6717(@value{GDBP}) @b{trace my_function} // first source line of function
6718
6719(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
6720
6721(@value{GDBP}) @b{trace *0x2117c4} // an address
6722@end smallexample
6723
6724@noindent
6725You can abbreviate @code{trace} as @code{tr}.
6726
6727@vindex $tpnum
6728@cindex last tracepoint number
6729@cindex recent tracepoint number
6730@cindex tracepoint number
6731The convenience variable @code{$tpnum} records the tracepoint number
6732of the most recently set tracepoint.
6733
6734@kindex delete tracepoint
6735@cindex tracepoint deletion
6736@item delete tracepoint @r{[}@var{num}@r{]}
6737Permanently delete one or more tracepoints. With no argument, the
6738default is to delete all tracepoints.
6739
6740Examples:
6741
6742@smallexample
6743(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
6744
6745(@value{GDBP}) @b{delete trace} // remove all tracepoints
6746@end smallexample
6747
6748@noindent
6749You can abbreviate this command as @code{del tr}.
6750@end table
6751
6752@node Enable and Disable Tracepoints
6753@subsection Enable and Disable Tracepoints
6754
6755@table @code
6756@kindex disable tracepoint
6757@item disable tracepoint @r{[}@var{num}@r{]}
6758Disable tracepoint @var{num}, or all tracepoints if no argument
6759@var{num} is given. A disabled tracepoint will have no effect during
6760the next trace experiment, but it is not forgotten. You can re-enable
6761a disabled tracepoint using the @code{enable tracepoint} command.
6762
6763@kindex enable tracepoint
6764@item enable tracepoint @r{[}@var{num}@r{]}
6765Enable tracepoint @var{num}, or all tracepoints. The enabled
6766tracepoints will become effective the next time a trace experiment is
6767run.
6768@end table
6769
6770@node Tracepoint Passcounts
6771@subsection Tracepoint Passcounts
6772
6773@table @code
6774@kindex passcount
6775@cindex tracepoint pass count
6776@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
6777Set the @dfn{passcount} of a tracepoint. The passcount is a way to
6778automatically stop a trace experiment. If a tracepoint's passcount is
6779@var{n}, then the trace experiment will be automatically stopped on
6780the @var{n}'th time that tracepoint is hit. If the tracepoint number
6781@var{num} is not specified, the @code{passcount} command sets the
6782passcount of the most recently defined tracepoint. If no passcount is
6783given, the trace experiment will run until stopped explicitly by the
6784user.
6785
6786Examples:
6787
6788@smallexample
b383017d 6789(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6826cf00 6790@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
6791
6792(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 6793@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
6794(@value{GDBP}) @b{trace foo}
6795(@value{GDBP}) @b{pass 3}
6796(@value{GDBP}) @b{trace bar}
6797(@value{GDBP}) @b{pass 2}
6798(@value{GDBP}) @b{trace baz}
6799(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
6800@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
6801@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
6802@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
6803@end smallexample
6804@end table
6805
6806@node Tracepoint Actions
6807@subsection Tracepoint Action Lists
6808
6809@table @code
6810@kindex actions
6811@cindex tracepoint actions
6812@item actions @r{[}@var{num}@r{]}
6813This command will prompt for a list of actions to be taken when the
6814tracepoint is hit. If the tracepoint number @var{num} is not
6815specified, this command sets the actions for the one that was most
6816recently defined (so that you can define a tracepoint and then say
6817@code{actions} without bothering about its number). You specify the
6818actions themselves on the following lines, one action at a time, and
6819terminate the actions list with a line containing just @code{end}. So
6820far, the only defined actions are @code{collect} and
6821@code{while-stepping}.
6822
6823@cindex remove actions from a tracepoint
6824To remove all actions from a tracepoint, type @samp{actions @var{num}}
6825and follow it immediately with @samp{end}.
6826
6827@smallexample
6828(@value{GDBP}) @b{collect @var{data}} // collect some data
6829
6826cf00 6830(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 6831
6826cf00 6832(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
6833@end smallexample
6834
6835In the following example, the action list begins with @code{collect}
6836commands indicating the things to be collected when the tracepoint is
6837hit. Then, in order to single-step and collect additional data
6838following the tracepoint, a @code{while-stepping} command is used,
6839followed by the list of things to be collected while stepping. The
6840@code{while-stepping} command is terminated by its own separate
6841@code{end} command. Lastly, the action list is terminated by an
6842@code{end} command.
6843
6844@smallexample
6845(@value{GDBP}) @b{trace foo}
6846(@value{GDBP}) @b{actions}
6847Enter actions for tracepoint 1, one per line:
6848> collect bar,baz
6849> collect $regs
6850> while-stepping 12
6851 > collect $fp, $sp
6852 > end
6853end
6854@end smallexample
6855
6856@kindex collect @r{(tracepoints)}
6857@item collect @var{expr1}, @var{expr2}, @dots{}
6858Collect values of the given expressions when the tracepoint is hit.
6859This command accepts a comma-separated list of any valid expressions.
6860In addition to global, static, or local variables, the following
6861special arguments are supported:
6862
6863@table @code
6864@item $regs
6865collect all registers
6866
6867@item $args
6868collect all function arguments
6869
6870@item $locals
6871collect all local variables.
6872@end table
6873
6874You can give several consecutive @code{collect} commands, each one
6875with a single argument, or one @code{collect} command with several
6876arguments separated by commas: the effect is the same.
6877
f5c37c66
EZ
6878The command @code{info scope} (@pxref{Symbols, info scope}) is
6879particularly useful for figuring out what data to collect.
6880
b37052ae
EZ
6881@kindex while-stepping @r{(tracepoints)}
6882@item while-stepping @var{n}
6883Perform @var{n} single-step traces after the tracepoint, collecting
6884new data at each step. The @code{while-stepping} command is
6885followed by the list of what to collect while stepping (followed by
6886its own @code{end} command):
6887
6888@smallexample
6889> while-stepping 12
6890 > collect $regs, myglobal
6891 > end
6892>
6893@end smallexample
6894
6895@noindent
6896You may abbreviate @code{while-stepping} as @code{ws} or
6897@code{stepping}.
6898@end table
6899
6900@node Listing Tracepoints
6901@subsection Listing Tracepoints
6902
6903@table @code
6904@kindex info tracepoints
6905@cindex information about tracepoints
6906@item info tracepoints @r{[}@var{num}@r{]}
8a037dd7 6907Display information about the tracepoint @var{num}. If you don't specify
798c8bc6 6908a tracepoint number, displays information about all the tracepoints
b37052ae
EZ
6909defined so far. For each tracepoint, the following information is
6910shown:
6911
6912@itemize @bullet
6913@item
6914its number
6915@item
6916whether it is enabled or disabled
6917@item
6918its address
6919@item
6920its passcount as given by the @code{passcount @var{n}} command
6921@item
6922its step count as given by the @code{while-stepping @var{n}} command
6923@item
6924where in the source files is the tracepoint set
6925@item
6926its action list as given by the @code{actions} command
6927@end itemize
6928
6929@smallexample
6930(@value{GDBP}) @b{info trace}
6931Num Enb Address PassC StepC What
69321 y 0x002117c4 0 0 <gdb_asm>
6826cf00
EZ
69332 y 0x0020dc64 0 0 in g_test at g_test.c:1375
69343 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
b37052ae
EZ
6935(@value{GDBP})
6936@end smallexample
6937
6938@noindent
6939This command can be abbreviated @code{info tp}.
6940@end table
6941
6942@node Starting and Stopping Trace Experiment
6943@subsection Starting and Stopping Trace Experiment
6944
6945@table @code
6946@kindex tstart
6947@cindex start a new trace experiment
6948@cindex collected data discarded
6949@item tstart
6950This command takes no arguments. It starts the trace experiment, and
6951begins collecting data. This has the side effect of discarding all
6952the data collected in the trace buffer during the previous trace
6953experiment.
6954
6955@kindex tstop
6956@cindex stop a running trace experiment
6957@item tstop
6958This command takes no arguments. It ends the trace experiment, and
6959stops collecting data.
6960
6961@strong{Note:} a trace experiment and data collection may stop
6962automatically if any tracepoint's passcount is reached
6963(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
6964
6965@kindex tstatus
6966@cindex status of trace data collection
6967@cindex trace experiment, status of
6968@item tstatus
6969This command displays the status of the current trace data
6970collection.
6971@end table
6972
6973Here is an example of the commands we described so far:
6974
6975@smallexample
6976(@value{GDBP}) @b{trace gdb_c_test}
6977(@value{GDBP}) @b{actions}
6978Enter actions for tracepoint #1, one per line.
6979> collect $regs,$locals,$args
6980> while-stepping 11
6981 > collect $regs
6982 > end
6983> end
6984(@value{GDBP}) @b{tstart}
6985 [time passes @dots{}]
6986(@value{GDBP}) @b{tstop}
6987@end smallexample
6988
6989
6990@node Analyze Collected Data
6991@section Using the collected data
6992
6993After the tracepoint experiment ends, you use @value{GDBN} commands
6994for examining the trace data. The basic idea is that each tracepoint
6995collects a trace @dfn{snapshot} every time it is hit and another
6996snapshot every time it single-steps. All these snapshots are
6997consecutively numbered from zero and go into a buffer, and you can
6998examine them later. The way you examine them is to @dfn{focus} on a
6999specific trace snapshot. When the remote stub is focused on a trace
7000snapshot, it will respond to all @value{GDBN} requests for memory and
7001registers by reading from the buffer which belongs to that snapshot,
7002rather than from @emph{real} memory or registers of the program being
7003debugged. This means that @strong{all} @value{GDBN} commands
7004(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
7005behave as if we were currently debugging the program state as it was
7006when the tracepoint occurred. Any requests for data that are not in
7007the buffer will fail.
7008
7009@menu
7010* tfind:: How to select a trace snapshot
7011* tdump:: How to display all data for a snapshot
7012* save-tracepoints:: How to save tracepoints for a future run
7013@end menu
7014
7015@node tfind
7016@subsection @code{tfind @var{n}}
7017
7018@kindex tfind
7019@cindex select trace snapshot
7020@cindex find trace snapshot
7021The basic command for selecting a trace snapshot from the buffer is
7022@code{tfind @var{n}}, which finds trace snapshot number @var{n},
7023counting from zero. If no argument @var{n} is given, the next
7024snapshot is selected.
7025
7026Here are the various forms of using the @code{tfind} command.
7027
7028@table @code
7029@item tfind start
7030Find the first snapshot in the buffer. This is a synonym for
7031@code{tfind 0} (since 0 is the number of the first snapshot).
7032
7033@item tfind none
7034Stop debugging trace snapshots, resume @emph{live} debugging.
7035
7036@item tfind end
7037Same as @samp{tfind none}.
7038
7039@item tfind
7040No argument means find the next trace snapshot.
7041
7042@item tfind -
7043Find the previous trace snapshot before the current one. This permits
7044retracing earlier steps.
7045
7046@item tfind tracepoint @var{num}
7047Find the next snapshot associated with tracepoint @var{num}. Search
7048proceeds forward from the last examined trace snapshot. If no
7049argument @var{num} is given, it means find the next snapshot collected
7050for the same tracepoint as the current snapshot.
7051
7052@item tfind pc @var{addr}
7053Find the next snapshot associated with the value @var{addr} of the
7054program counter. Search proceeds forward from the last examined trace
7055snapshot. If no argument @var{addr} is given, it means find the next
7056snapshot with the same value of PC as the current snapshot.
7057
7058@item tfind outside @var{addr1}, @var{addr2}
7059Find the next snapshot whose PC is outside the given range of
7060addresses.
7061
7062@item tfind range @var{addr1}, @var{addr2}
7063Find the next snapshot whose PC is between @var{addr1} and
7064@var{addr2}. @c FIXME: Is the range inclusive or exclusive?
7065
7066@item tfind line @r{[}@var{file}:@r{]}@var{n}
7067Find the next snapshot associated with the source line @var{n}. If
7068the optional argument @var{file} is given, refer to line @var{n} in
7069that source file. Search proceeds forward from the last examined
7070trace snapshot. If no argument @var{n} is given, it means find the
7071next line other than the one currently being examined; thus saying
7072@code{tfind line} repeatedly can appear to have the same effect as
7073stepping from line to line in a @emph{live} debugging session.
7074@end table
7075
7076The default arguments for the @code{tfind} commands are specifically
7077designed to make it easy to scan through the trace buffer. For
7078instance, @code{tfind} with no argument selects the next trace
7079snapshot, and @code{tfind -} with no argument selects the previous
7080trace snapshot. So, by giving one @code{tfind} command, and then
7081simply hitting @key{RET} repeatedly you can examine all the trace
7082snapshots in order. Or, by saying @code{tfind -} and then hitting
7083@key{RET} repeatedly you can examine the snapshots in reverse order.
7084The @code{tfind line} command with no argument selects the snapshot
7085for the next source line executed. The @code{tfind pc} command with
7086no argument selects the next snapshot with the same program counter
7087(PC) as the current frame. The @code{tfind tracepoint} command with
7088no argument selects the next trace snapshot collected by the same
7089tracepoint as the current one.
7090
7091In addition to letting you scan through the trace buffer manually,
7092these commands make it easy to construct @value{GDBN} scripts that
7093scan through the trace buffer and print out whatever collected data
7094you are interested in. Thus, if we want to examine the PC, FP, and SP
7095registers from each trace frame in the buffer, we can say this:
7096
7097@smallexample
7098(@value{GDBP}) @b{tfind start}
7099(@value{GDBP}) @b{while ($trace_frame != -1)}
7100> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7101 $trace_frame, $pc, $sp, $fp
7102> tfind
7103> end
7104
7105Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7106Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7107Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7108Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7109Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7110Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7111Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7112Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7113Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7114Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7115Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7116@end smallexample
7117
7118Or, if we want to examine the variable @code{X} at each source line in
7119the buffer:
7120
7121@smallexample
7122(@value{GDBP}) @b{tfind start}
7123(@value{GDBP}) @b{while ($trace_frame != -1)}
7124> printf "Frame %d, X == %d\n", $trace_frame, X
7125> tfind line
7126> end
7127
7128Frame 0, X = 1
7129Frame 7, X = 2
7130Frame 13, X = 255
7131@end smallexample
7132
7133@node tdump
7134@subsection @code{tdump}
7135@kindex tdump
7136@cindex dump all data collected at tracepoint
7137@cindex tracepoint data, display
7138
7139This command takes no arguments. It prints all the data collected at
7140the current trace snapshot.
7141
7142@smallexample
7143(@value{GDBP}) @b{trace 444}
7144(@value{GDBP}) @b{actions}
7145Enter actions for tracepoint #2, one per line:
7146> collect $regs, $locals, $args, gdb_long_test
7147> end
7148
7149(@value{GDBP}) @b{tstart}
7150
7151(@value{GDBP}) @b{tfind line 444}
7152#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7153at gdb_test.c:444
7154444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7155
7156(@value{GDBP}) @b{tdump}
7157Data collected at tracepoint 2, trace frame 1:
7158d0 0xc4aa0085 -995491707
7159d1 0x18 24
7160d2 0x80 128
7161d3 0x33 51
7162d4 0x71aea3d 119204413
7163d5 0x22 34
7164d6 0xe0 224
7165d7 0x380035 3670069
7166a0 0x19e24a 1696330
7167a1 0x3000668 50333288
7168a2 0x100 256
7169a3 0x322000 3284992
7170a4 0x3000698 50333336
7171a5 0x1ad3cc 1758156
7172fp 0x30bf3c 0x30bf3c
7173sp 0x30bf34 0x30bf34
7174ps 0x0 0
7175pc 0x20b2c8 0x20b2c8
7176fpcontrol 0x0 0
7177fpstatus 0x0 0
7178fpiaddr 0x0 0
7179p = 0x20e5b4 "gdb-test"
7180p1 = (void *) 0x11
7181p2 = (void *) 0x22
7182p3 = (void *) 0x33
7183p4 = (void *) 0x44
7184p5 = (void *) 0x55
7185p6 = (void *) 0x66
7186gdb_long_test = 17 '\021'
7187
7188(@value{GDBP})
7189@end smallexample
7190
7191@node save-tracepoints
7192@subsection @code{save-tracepoints @var{filename}}
7193@kindex save-tracepoints
7194@cindex save tracepoints for future sessions
7195
7196This command saves all current tracepoint definitions together with
7197their actions and passcounts, into a file @file{@var{filename}}
7198suitable for use in a later debugging session. To read the saved
7199tracepoint definitions, use the @code{source} command (@pxref{Command
7200Files}).
7201
7202@node Tracepoint Variables
7203@section Convenience Variables for Tracepoints
7204@cindex tracepoint variables
7205@cindex convenience variables for tracepoints
7206
7207@table @code
7208@vindex $trace_frame
7209@item (int) $trace_frame
7210The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7211snapshot is selected.
7212
7213@vindex $tracepoint
7214@item (int) $tracepoint
7215The tracepoint for the current trace snapshot.
7216
7217@vindex $trace_line
7218@item (int) $trace_line
7219The line number for the current trace snapshot.
7220
7221@vindex $trace_file
7222@item (char []) $trace_file
7223The source file for the current trace snapshot.
7224
7225@vindex $trace_func
7226@item (char []) $trace_func
7227The name of the function containing @code{$tracepoint}.
7228@end table
7229
7230Note: @code{$trace_file} is not suitable for use in @code{printf},
7231use @code{output} instead.
7232
7233Here's a simple example of using these convenience variables for
7234stepping through all the trace snapshots and printing some of their
7235data.
7236
7237@smallexample
7238(@value{GDBP}) @b{tfind start}
7239
7240(@value{GDBP}) @b{while $trace_frame != -1}
7241> output $trace_file
7242> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7243> tfind
7244> end
7245@end smallexample
7246
df0cd8c5
JB
7247@node Overlays
7248@chapter Debugging Programs That Use Overlays
7249@cindex overlays
7250
7251If your program is too large to fit completely in your target system's
7252memory, you can sometimes use @dfn{overlays} to work around this
7253problem. @value{GDBN} provides some support for debugging programs that
7254use overlays.
7255
7256@menu
7257* How Overlays Work:: A general explanation of overlays.
7258* Overlay Commands:: Managing overlays in @value{GDBN}.
7259* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7260 mapped by asking the inferior.
7261* Overlay Sample Program:: A sample program using overlays.
7262@end menu
7263
7264@node How Overlays Work
7265@section How Overlays Work
7266@cindex mapped overlays
7267@cindex unmapped overlays
7268@cindex load address, overlay's
7269@cindex mapped address
7270@cindex overlay area
7271
7272Suppose you have a computer whose instruction address space is only 64
7273kilobytes long, but which has much more memory which can be accessed by
7274other means: special instructions, segment registers, or memory
7275management hardware, for example. Suppose further that you want to
7276adapt a program which is larger than 64 kilobytes to run on this system.
7277
7278One solution is to identify modules of your program which are relatively
7279independent, and need not call each other directly; call these modules
7280@dfn{overlays}. Separate the overlays from the main program, and place
7281their machine code in the larger memory. Place your main program in
7282instruction memory, but leave at least enough space there to hold the
7283largest overlay as well.
7284
7285Now, to call a function located in an overlay, you must first copy that
7286overlay's machine code from the large memory into the space set aside
7287for it in the instruction memory, and then jump to its entry point
7288there.
7289
c928edc0
AC
7290@c NB: In the below the mapped area's size is greater or equal to the
7291@c size of all overlays. This is intentional to remind the developer
7292@c that overlays don't necessarily need to be the same size.
7293
474c8240 7294@smallexample
df0cd8c5 7295@group
c928edc0
AC
7296 Data Instruction Larger
7297Address Space Address Space Address Space
7298+-----------+ +-----------+ +-----------+
7299| | | | | |
7300+-----------+ +-----------+ +-----------+<-- overlay 1
7301| program | | main | .----| overlay 1 | load address
7302| variables | | program | | +-----------+
7303| and heap | | | | | |
7304+-----------+ | | | +-----------+<-- overlay 2
7305| | +-----------+ | | | load address
7306+-----------+ | | | .-| overlay 2 |
7307 | | | | | |
7308 mapped --->+-----------+ | | +-----------+
7309 address | | | | | |
7310 | overlay | <-' | | |
7311 | area | <---' +-----------+<-- overlay 3
7312 | | <---. | | load address
7313 +-----------+ `--| overlay 3 |
7314 | | | |
7315 +-----------+ | |
7316 +-----------+
7317 | |
7318 +-----------+
7319
7320 @anchor{A code overlay}A code overlay
df0cd8c5 7321@end group
474c8240 7322@end smallexample
df0cd8c5 7323
c928edc0
AC
7324The diagram (@pxref{A code overlay}) shows a system with separate data
7325and instruction address spaces. To map an overlay, the program copies
7326its code from the larger address space to the instruction address space.
7327Since the overlays shown here all use the same mapped address, only one
7328may be mapped at a time. For a system with a single address space for
7329data and instructions, the diagram would be similar, except that the
7330program variables and heap would share an address space with the main
7331program and the overlay area.
df0cd8c5
JB
7332
7333An overlay loaded into instruction memory and ready for use is called a
7334@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7335instruction memory. An overlay not present (or only partially present)
7336in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7337is its address in the larger memory. The mapped address is also called
7338the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7339called the @dfn{load memory address}, or @dfn{LMA}.
7340
7341Unfortunately, overlays are not a completely transparent way to adapt a
7342program to limited instruction memory. They introduce a new set of
7343global constraints you must keep in mind as you design your program:
7344
7345@itemize @bullet
7346
7347@item
7348Before calling or returning to a function in an overlay, your program
7349must make sure that overlay is actually mapped. Otherwise, the call or
7350return will transfer control to the right address, but in the wrong
7351overlay, and your program will probably crash.
7352
7353@item
7354If the process of mapping an overlay is expensive on your system, you
7355will need to choose your overlays carefully to minimize their effect on
7356your program's performance.
7357
7358@item
7359The executable file you load onto your system must contain each
7360overlay's instructions, appearing at the overlay's load address, not its
7361mapped address. However, each overlay's instructions must be relocated
7362and its symbols defined as if the overlay were at its mapped address.
7363You can use GNU linker scripts to specify different load and relocation
7364addresses for pieces of your program; see @ref{Overlay Description,,,
7365ld.info, Using ld: the GNU linker}.
7366
7367@item
7368The procedure for loading executable files onto your system must be able
7369to load their contents into the larger address space as well as the
7370instruction and data spaces.
7371
7372@end itemize
7373
7374The overlay system described above is rather simple, and could be
7375improved in many ways:
7376
7377@itemize @bullet
7378
7379@item
7380If your system has suitable bank switch registers or memory management
7381hardware, you could use those facilities to make an overlay's load area
7382contents simply appear at their mapped address in instruction space.
7383This would probably be faster than copying the overlay to its mapped
7384area in the usual way.
7385
7386@item
7387If your overlays are small enough, you could set aside more than one
7388overlay area, and have more than one overlay mapped at a time.
7389
7390@item
7391You can use overlays to manage data, as well as instructions. In
7392general, data overlays are even less transparent to your design than
7393code overlays: whereas code overlays only require care when you call or
7394return to functions, data overlays require care every time you access
7395the data. Also, if you change the contents of a data overlay, you
7396must copy its contents back out to its load address before you can copy a
7397different data overlay into the same mapped area.
7398
7399@end itemize
7400
7401
7402@node Overlay Commands
7403@section Overlay Commands
7404
7405To use @value{GDBN}'s overlay support, each overlay in your program must
7406correspond to a separate section of the executable file. The section's
7407virtual memory address and load memory address must be the overlay's
7408mapped and load addresses. Identifying overlays with sections allows
7409@value{GDBN} to determine the appropriate address of a function or
7410variable, depending on whether the overlay is mapped or not.
7411
7412@value{GDBN}'s overlay commands all start with the word @code{overlay};
7413you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7414
7415@table @code
7416@item overlay off
7417@kindex overlay off
7418Disable @value{GDBN}'s overlay support. When overlay support is
7419disabled, @value{GDBN} assumes that all functions and variables are
7420always present at their mapped addresses. By default, @value{GDBN}'s
7421overlay support is disabled.
7422
7423@item overlay manual
7424@kindex overlay manual
7425@cindex manual overlay debugging
7426Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7427relies on you to tell it which overlays are mapped, and which are not,
7428using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7429commands described below.
7430
7431@item overlay map-overlay @var{overlay}
7432@itemx overlay map @var{overlay}
7433@kindex overlay map-overlay
7434@cindex map an overlay
7435Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7436be the name of the object file section containing the overlay. When an
7437overlay is mapped, @value{GDBN} assumes it can find the overlay's
7438functions and variables at their mapped addresses. @value{GDBN} assumes
7439that any other overlays whose mapped ranges overlap that of
7440@var{overlay} are now unmapped.
7441
7442@item overlay unmap-overlay @var{overlay}
7443@itemx overlay unmap @var{overlay}
7444@kindex overlay unmap-overlay
7445@cindex unmap an overlay
7446Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7447must be the name of the object file section containing the overlay.
7448When an overlay is unmapped, @value{GDBN} assumes it can find the
7449overlay's functions and variables at their load addresses.
7450
7451@item overlay auto
7452@kindex overlay auto
7453Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7454consults a data structure the overlay manager maintains in the inferior
7455to see which overlays are mapped. For details, see @ref{Automatic
7456Overlay Debugging}.
7457
7458@item overlay load-target
7459@itemx overlay load
7460@kindex overlay load-target
7461@cindex reloading the overlay table
7462Re-read the overlay table from the inferior. Normally, @value{GDBN}
7463re-reads the table @value{GDBN} automatically each time the inferior
7464stops, so this command should only be necessary if you have changed the
7465overlay mapping yourself using @value{GDBN}. This command is only
7466useful when using automatic overlay debugging.
7467
7468@item overlay list-overlays
7469@itemx overlay list
7470@cindex listing mapped overlays
7471Display a list of the overlays currently mapped, along with their mapped
7472addresses, load addresses, and sizes.
7473
7474@end table
7475
7476Normally, when @value{GDBN} prints a code address, it includes the name
7477of the function the address falls in:
7478
474c8240 7479@smallexample
df0cd8c5
JB
7480(gdb) print main
7481$3 = @{int ()@} 0x11a0 <main>
474c8240 7482@end smallexample
df0cd8c5
JB
7483@noindent
7484When overlay debugging is enabled, @value{GDBN} recognizes code in
7485unmapped overlays, and prints the names of unmapped functions with
7486asterisks around them. For example, if @code{foo} is a function in an
7487unmapped overlay, @value{GDBN} prints it this way:
7488
474c8240 7489@smallexample
df0cd8c5
JB
7490(gdb) overlay list
7491No sections are mapped.
7492(gdb) print foo
7493$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 7494@end smallexample
df0cd8c5
JB
7495@noindent
7496When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7497name normally:
7498
474c8240 7499@smallexample
df0cd8c5 7500(gdb) overlay list
b383017d 7501Section .ov.foo.text, loaded at 0x100000 - 0x100034,
df0cd8c5
JB
7502 mapped at 0x1016 - 0x104a
7503(gdb) print foo
7504$6 = @{int (int)@} 0x1016 <foo>
474c8240 7505@end smallexample
df0cd8c5
JB
7506
7507When overlay debugging is enabled, @value{GDBN} can find the correct
7508address for functions and variables in an overlay, whether or not the
7509overlay is mapped. This allows most @value{GDBN} commands, like
7510@code{break} and @code{disassemble}, to work normally, even on unmapped
7511code. However, @value{GDBN}'s breakpoint support has some limitations:
7512
7513@itemize @bullet
7514@item
7515@cindex breakpoints in overlays
7516@cindex overlays, setting breakpoints in
7517You can set breakpoints in functions in unmapped overlays, as long as
7518@value{GDBN} can write to the overlay at its load address.
7519@item
7520@value{GDBN} can not set hardware or simulator-based breakpoints in
7521unmapped overlays. However, if you set a breakpoint at the end of your
7522overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7523you are using manual overlay management), @value{GDBN} will re-set its
7524breakpoints properly.
7525@end itemize
7526
7527
7528@node Automatic Overlay Debugging
7529@section Automatic Overlay Debugging
7530@cindex automatic overlay debugging
7531
7532@value{GDBN} can automatically track which overlays are mapped and which
7533are not, given some simple co-operation from the overlay manager in the
7534inferior. If you enable automatic overlay debugging with the
7535@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7536looks in the inferior's memory for certain variables describing the
7537current state of the overlays.
7538
7539Here are the variables your overlay manager must define to support
7540@value{GDBN}'s automatic overlay debugging:
7541
7542@table @asis
7543
7544@item @code{_ovly_table}:
7545This variable must be an array of the following structures:
7546
474c8240 7547@smallexample
df0cd8c5
JB
7548struct
7549@{
7550 /* The overlay's mapped address. */
7551 unsigned long vma;
7552
7553 /* The size of the overlay, in bytes. */
7554 unsigned long size;
7555
7556 /* The overlay's load address. */
7557 unsigned long lma;
7558
7559 /* Non-zero if the overlay is currently mapped;
7560 zero otherwise. */
7561 unsigned long mapped;
7562@}
474c8240 7563@end smallexample
df0cd8c5
JB
7564
7565@item @code{_novlys}:
7566This variable must be a four-byte signed integer, holding the total
7567number of elements in @code{_ovly_table}.
7568
7569@end table
7570
7571To decide whether a particular overlay is mapped or not, @value{GDBN}
7572looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7573@code{lma} members equal the VMA and LMA of the overlay's section in the
7574executable file. When @value{GDBN} finds a matching entry, it consults
7575the entry's @code{mapped} member to determine whether the overlay is
7576currently mapped.
7577
81d46470 7578In addition, your overlay manager may define a function called
def71bfa 7579@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
7580will silently set a breakpoint there. If the overlay manager then
7581calls this function whenever it has changed the overlay table, this
7582will enable @value{GDBN} to accurately keep track of which overlays
7583are in program memory, and update any breakpoints that may be set
b383017d 7584in overlays. This will allow breakpoints to work even if the
81d46470
MS
7585overlays are kept in ROM or other non-writable memory while they
7586are not being executed.
df0cd8c5
JB
7587
7588@node Overlay Sample Program
7589@section Overlay Sample Program
7590@cindex overlay example program
7591
7592When linking a program which uses overlays, you must place the overlays
7593at their load addresses, while relocating them to run at their mapped
7594addresses. To do this, you must write a linker script (@pxref{Overlay
7595Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7596since linker scripts are specific to a particular host system, target
7597architecture, and target memory layout, this manual cannot provide
7598portable sample code demonstrating @value{GDBN}'s overlay support.
7599
7600However, the @value{GDBN} source distribution does contain an overlaid
7601program, with linker scripts for a few systems, as part of its test
7602suite. The program consists of the following files from
7603@file{gdb/testsuite/gdb.base}:
7604
7605@table @file
7606@item overlays.c
7607The main program file.
7608@item ovlymgr.c
7609A simple overlay manager, used by @file{overlays.c}.
7610@item foo.c
7611@itemx bar.c
7612@itemx baz.c
7613@itemx grbx.c
7614Overlay modules, loaded and used by @file{overlays.c}.
7615@item d10v.ld
7616@itemx m32r.ld
7617Linker scripts for linking the test program on the @code{d10v-elf}
7618and @code{m32r-elf} targets.
7619@end table
7620
7621You can build the test program using the @code{d10v-elf} GCC
7622cross-compiler like this:
7623
474c8240 7624@smallexample
df0cd8c5
JB
7625$ d10v-elf-gcc -g -c overlays.c
7626$ d10v-elf-gcc -g -c ovlymgr.c
7627$ d10v-elf-gcc -g -c foo.c
7628$ d10v-elf-gcc -g -c bar.c
7629$ d10v-elf-gcc -g -c baz.c
7630$ d10v-elf-gcc -g -c grbx.c
7631$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7632 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 7633@end smallexample
df0cd8c5
JB
7634
7635The build process is identical for any other architecture, except that
7636you must substitute the appropriate compiler and linker script for the
7637target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7638
7639
6d2ebf8b 7640@node Languages
c906108c
SS
7641@chapter Using @value{GDBN} with Different Languages
7642@cindex languages
7643
c906108c
SS
7644Although programming languages generally have common aspects, they are
7645rarely expressed in the same manner. For instance, in ANSI C,
7646dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7647Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 7648represented (and displayed) differently. Hex numbers in C appear as
c906108c 7649@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
7650
7651@cindex working language
7652Language-specific information is built into @value{GDBN} for some languages,
7653allowing you to express operations like the above in your program's
7654native language, and allowing @value{GDBN} to output values in a manner
7655consistent with the syntax of your program's native language. The
7656language you use to build expressions is called the @dfn{working
7657language}.
7658
7659@menu
7660* Setting:: Switching between source languages
7661* Show:: Displaying the language
c906108c 7662* Checks:: Type and range checks
c906108c 7663* Support:: Supported languages
4e562065 7664* Unsupported languages:: Unsupported languages
c906108c
SS
7665@end menu
7666
6d2ebf8b 7667@node Setting
c906108c
SS
7668@section Switching between source languages
7669
7670There are two ways to control the working language---either have @value{GDBN}
7671set it automatically, or select it manually yourself. You can use the
7672@code{set language} command for either purpose. On startup, @value{GDBN}
7673defaults to setting the language automatically. The working language is
7674used to determine how expressions you type are interpreted, how values
7675are printed, etc.
7676
7677In addition to the working language, every source file that
7678@value{GDBN} knows about has its own working language. For some object
7679file formats, the compiler might indicate which language a particular
7680source file is in. However, most of the time @value{GDBN} infers the
7681language from the name of the file. The language of a source file
b37052ae 7682controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 7683show each frame appropriately for its own language. There is no way to
d4f3574e
SS
7684set the language of a source file from within @value{GDBN}, but you can
7685set the language associated with a filename extension. @xref{Show, ,
7686Displaying the language}.
c906108c
SS
7687
7688This is most commonly a problem when you use a program, such
5d161b24 7689as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
7690another language. In that case, make the
7691program use @code{#line} directives in its C output; that way
7692@value{GDBN} will know the correct language of the source code of the original
7693program, and will display that source code, not the generated C code.
7694
7695@menu
7696* Filenames:: Filename extensions and languages.
7697* Manually:: Setting the working language manually
7698* Automatically:: Having @value{GDBN} infer the source language
7699@end menu
7700
6d2ebf8b 7701@node Filenames
c906108c
SS
7702@subsection List of filename extensions and languages
7703
7704If a source file name ends in one of the following extensions, then
7705@value{GDBN} infers that its language is the one indicated.
7706
7707@table @file
7708
7709@item .c
7710C source file
7711
7712@item .C
7713@itemx .cc
7714@itemx .cp
7715@itemx .cpp
7716@itemx .cxx
7717@itemx .c++
b37052ae 7718C@t{++} source file
c906108c 7719
b37303ee
AF
7720@item .m
7721Objective-C source file
7722
c906108c
SS
7723@item .f
7724@itemx .F
7725Fortran source file
7726
c906108c
SS
7727@item .mod
7728Modula-2 source file
c906108c
SS
7729
7730@item .s
7731@itemx .S
7732Assembler source file. This actually behaves almost like C, but
7733@value{GDBN} does not skip over function prologues when stepping.
7734@end table
7735
7736In addition, you may set the language associated with a filename
7737extension. @xref{Show, , Displaying the language}.
7738
6d2ebf8b 7739@node Manually
c906108c
SS
7740@subsection Setting the working language
7741
7742If you allow @value{GDBN} to set the language automatically,
7743expressions are interpreted the same way in your debugging session and
7744your program.
7745
7746@kindex set language
7747If you wish, you may set the language manually. To do this, issue the
7748command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 7749a language, such as
c906108c 7750@code{c} or @code{modula-2}.
c906108c
SS
7751For a list of the supported languages, type @samp{set language}.
7752
c906108c
SS
7753Setting the language manually prevents @value{GDBN} from updating the working
7754language automatically. This can lead to confusion if you try
7755to debug a program when the working language is not the same as the
7756source language, when an expression is acceptable to both
7757languages---but means different things. For instance, if the current
7758source file were written in C, and @value{GDBN} was parsing Modula-2, a
7759command such as:
7760
474c8240 7761@smallexample
c906108c 7762print a = b + c
474c8240 7763@end smallexample
c906108c
SS
7764
7765@noindent
7766might not have the effect you intended. In C, this means to add
7767@code{b} and @code{c} and place the result in @code{a}. The result
7768printed would be the value of @code{a}. In Modula-2, this means to compare
7769@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 7770
6d2ebf8b 7771@node Automatically
c906108c
SS
7772@subsection Having @value{GDBN} infer the source language
7773
7774To have @value{GDBN} set the working language automatically, use
7775@samp{set language local} or @samp{set language auto}. @value{GDBN}
7776then infers the working language. That is, when your program stops in a
7777frame (usually by encountering a breakpoint), @value{GDBN} sets the
7778working language to the language recorded for the function in that
7779frame. If the language for a frame is unknown (that is, if the function
7780or block corresponding to the frame was defined in a source file that
7781does not have a recognized extension), the current working language is
7782not changed, and @value{GDBN} issues a warning.
7783
7784This may not seem necessary for most programs, which are written
7785entirely in one source language. However, program modules and libraries
7786written in one source language can be used by a main program written in
7787a different source language. Using @samp{set language auto} in this
7788case frees you from having to set the working language manually.
7789
6d2ebf8b 7790@node Show
c906108c 7791@section Displaying the language
c906108c
SS
7792
7793The following commands help you find out which language is the
7794working language, and also what language source files were written in.
7795
7796@kindex show language
d4f3574e
SS
7797@kindex info frame@r{, show the source language}
7798@kindex info source@r{, show the source language}
c906108c
SS
7799@table @code
7800@item show language
7801Display the current working language. This is the
7802language you can use with commands such as @code{print} to
7803build and compute expressions that may involve variables in your program.
7804
7805@item info frame
5d161b24 7806Display the source language for this frame. This language becomes the
c906108c 7807working language if you use an identifier from this frame.
5d161b24 7808@xref{Frame Info, ,Information about a frame}, to identify the other
c906108c
SS
7809information listed here.
7810
7811@item info source
7812Display the source language of this source file.
5d161b24 7813@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
7814information listed here.
7815@end table
7816
7817In unusual circumstances, you may have source files with extensions
7818not in the standard list. You can then set the extension associated
7819with a language explicitly:
7820
7821@kindex set extension-language
7822@kindex info extensions
7823@table @code
7824@item set extension-language @var{.ext} @var{language}
7825Set source files with extension @var{.ext} to be assumed to be in
7826the source language @var{language}.
7827
7828@item info extensions
7829List all the filename extensions and the associated languages.
7830@end table
7831
6d2ebf8b 7832@node Checks
c906108c
SS
7833@section Type and range checking
7834
7835@quotation
7836@emph{Warning:} In this release, the @value{GDBN} commands for type and range
7837checking are included, but they do not yet have any effect. This
7838section documents the intended facilities.
7839@end quotation
7840@c FIXME remove warning when type/range code added
7841
7842Some languages are designed to guard you against making seemingly common
7843errors through a series of compile- and run-time checks. These include
7844checking the type of arguments to functions and operators, and making
7845sure mathematical overflows are caught at run time. Checks such as
7846these help to ensure a program's correctness once it has been compiled
7847by eliminating type mismatches, and providing active checks for range
7848errors when your program is running.
7849
7850@value{GDBN} can check for conditions like the above if you wish.
7851Although @value{GDBN} does not check the statements in your program, it
7852can check expressions entered directly into @value{GDBN} for evaluation via
7853the @code{print} command, for example. As with the working language,
7854@value{GDBN} can also decide whether or not to check automatically based on
7855your program's source language. @xref{Support, ,Supported languages},
7856for the default settings of supported languages.
7857
7858@menu
7859* Type Checking:: An overview of type checking
7860* Range Checking:: An overview of range checking
7861@end menu
7862
7863@cindex type checking
7864@cindex checks, type
6d2ebf8b 7865@node Type Checking
c906108c
SS
7866@subsection An overview of type checking
7867
7868Some languages, such as Modula-2, are strongly typed, meaning that the
7869arguments to operators and functions have to be of the correct type,
7870otherwise an error occurs. These checks prevent type mismatch
7871errors from ever causing any run-time problems. For example,
7872
7873@smallexample
78741 + 2 @result{} 3
7875@exdent but
7876@error{} 1 + 2.3
7877@end smallexample
7878
7879The second example fails because the @code{CARDINAL} 1 is not
7880type-compatible with the @code{REAL} 2.3.
7881
5d161b24
DB
7882For the expressions you use in @value{GDBN} commands, you can tell the
7883@value{GDBN} type checker to skip checking;
7884to treat any mismatches as errors and abandon the expression;
7885or to only issue warnings when type mismatches occur,
c906108c
SS
7886but evaluate the expression anyway. When you choose the last of
7887these, @value{GDBN} evaluates expressions like the second example above, but
7888also issues a warning.
7889
5d161b24
DB
7890Even if you turn type checking off, there may be other reasons
7891related to type that prevent @value{GDBN} from evaluating an expression.
7892For instance, @value{GDBN} does not know how to add an @code{int} and
7893a @code{struct foo}. These particular type errors have nothing to do
7894with the language in use, and usually arise from expressions, such as
c906108c
SS
7895the one described above, which make little sense to evaluate anyway.
7896
7897Each language defines to what degree it is strict about type. For
7898instance, both Modula-2 and C require the arguments to arithmetical
7899operators to be numbers. In C, enumerated types and pointers can be
7900represented as numbers, so that they are valid arguments to mathematical
7901operators. @xref{Support, ,Supported languages}, for further
7902details on specific languages.
7903
7904@value{GDBN} provides some additional commands for controlling the type checker:
7905
d4f3574e 7906@kindex set check@r{, type}
c906108c
SS
7907@kindex set check type
7908@kindex show check type
7909@table @code
7910@item set check type auto
7911Set type checking on or off based on the current working language.
7912@xref{Support, ,Supported languages}, for the default settings for
7913each language.
7914
7915@item set check type on
7916@itemx set check type off
7917Set type checking on or off, overriding the default setting for the
7918current working language. Issue a warning if the setting does not
7919match the language default. If any type mismatches occur in
d4f3574e 7920evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
7921message and aborts evaluation of the expression.
7922
7923@item set check type warn
7924Cause the type checker to issue warnings, but to always attempt to
7925evaluate the expression. Evaluating the expression may still
7926be impossible for other reasons. For example, @value{GDBN} cannot add
7927numbers and structures.
7928
7929@item show type
5d161b24 7930Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
7931is setting it automatically.
7932@end table
7933
7934@cindex range checking
7935@cindex checks, range
6d2ebf8b 7936@node Range Checking
c906108c
SS
7937@subsection An overview of range checking
7938
7939In some languages (such as Modula-2), it is an error to exceed the
7940bounds of a type; this is enforced with run-time checks. Such range
7941checking is meant to ensure program correctness by making sure
7942computations do not overflow, or indices on an array element access do
7943not exceed the bounds of the array.
7944
7945For expressions you use in @value{GDBN} commands, you can tell
7946@value{GDBN} to treat range errors in one of three ways: ignore them,
7947always treat them as errors and abandon the expression, or issue
7948warnings but evaluate the expression anyway.
7949
7950A range error can result from numerical overflow, from exceeding an
7951array index bound, or when you type a constant that is not a member
7952of any type. Some languages, however, do not treat overflows as an
7953error. In many implementations of C, mathematical overflow causes the
7954result to ``wrap around'' to lower values---for example, if @var{m} is
7955the largest integer value, and @var{s} is the smallest, then
7956
474c8240 7957@smallexample
c906108c 7958@var{m} + 1 @result{} @var{s}
474c8240 7959@end smallexample
c906108c
SS
7960
7961This, too, is specific to individual languages, and in some cases
7962specific to individual compilers or machines. @xref{Support, ,
7963Supported languages}, for further details on specific languages.
7964
7965@value{GDBN} provides some additional commands for controlling the range checker:
7966
d4f3574e 7967@kindex set check@r{, range}
c906108c
SS
7968@kindex set check range
7969@kindex show check range
7970@table @code
7971@item set check range auto
7972Set range checking on or off based on the current working language.
7973@xref{Support, ,Supported languages}, for the default settings for
7974each language.
7975
7976@item set check range on
7977@itemx set check range off
7978Set range checking on or off, overriding the default setting for the
7979current working language. A warning is issued if the setting does not
c3f6f71d
JM
7980match the language default. If a range error occurs and range checking is on,
7981then a message is printed and evaluation of the expression is aborted.
c906108c
SS
7982
7983@item set check range warn
7984Output messages when the @value{GDBN} range checker detects a range error,
7985but attempt to evaluate the expression anyway. Evaluating the
7986expression may still be impossible for other reasons, such as accessing
7987memory that the process does not own (a typical example from many Unix
7988systems).
7989
7990@item show range
7991Show the current setting of the range checker, and whether or not it is
7992being set automatically by @value{GDBN}.
7993@end table
c906108c 7994
6d2ebf8b 7995@node Support
c906108c 7996@section Supported languages
c906108c 7997
b37303ee 7998@value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, assembly, and Modula-2.
cce74817 7999@c This is false ...
c906108c
SS
8000Some @value{GDBN} features may be used in expressions regardless of the
8001language you use: the @value{GDBN} @code{@@} and @code{::} operators,
8002and the @samp{@{type@}addr} construct (@pxref{Expressions,
8003,Expressions}) can be used with the constructs of any supported
8004language.
8005
8006The following sections detail to what degree each source language is
8007supported by @value{GDBN}. These sections are not meant to be language
8008tutorials or references, but serve only as a reference guide to what the
8009@value{GDBN} expression parser accepts, and what input and output
8010formats should look like for different languages. There are many good
8011books written on each of these languages; please look to these for a
8012language reference or tutorial.
8013
c906108c 8014@menu
b37303ee 8015* C:: C and C@t{++}
b383017d 8016* Objective-C:: Objective-C
b37303ee 8017* Modula-2:: Modula-2
c906108c
SS
8018@end menu
8019
6d2ebf8b 8020@node C
b37052ae 8021@subsection C and C@t{++}
7a292a7a 8022
b37052ae
EZ
8023@cindex C and C@t{++}
8024@cindex expressions in C or C@t{++}
c906108c 8025
b37052ae 8026Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
8027to both languages. Whenever this is the case, we discuss those languages
8028together.
8029
41afff9a
EZ
8030@cindex C@t{++}
8031@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
8032@cindex @sc{gnu} C@t{++}
8033The C@t{++} debugging facilities are jointly implemented by the C@t{++}
8034compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
8035effectively, you must compile your C@t{++} programs with a supported
8036C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
8037compiler (@code{aCC}).
8038
0179ffac
DC
8039For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
8040format; if it doesn't work on your system, try the stabs+ debugging
8041format. You can select those formats explicitly with the @code{g++}
8042command-line options @option{-gdwarf-2} and @option{-gstabs+}.
8043@xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
8044CC, gcc.info, Using @sc{gnu} CC}.
c906108c 8045
c906108c 8046@menu
b37052ae
EZ
8047* C Operators:: C and C@t{++} operators
8048* C Constants:: C and C@t{++} constants
8049* C plus plus expressions:: C@t{++} expressions
8050* C Defaults:: Default settings for C and C@t{++}
8051* C Checks:: C and C@t{++} type and range checks
c906108c 8052* Debugging C:: @value{GDBN} and C
b37052ae 8053* Debugging C plus plus:: @value{GDBN} features for C@t{++}
c906108c 8054@end menu
c906108c 8055
6d2ebf8b 8056@node C Operators
b37052ae 8057@subsubsection C and C@t{++} operators
7a292a7a 8058
b37052ae 8059@cindex C and C@t{++} operators
c906108c
SS
8060
8061Operators must be defined on values of specific types. For instance,
8062@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 8063often defined on groups of types.
c906108c 8064
b37052ae 8065For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
8066
8067@itemize @bullet
53a5351d 8068
c906108c 8069@item
c906108c 8070@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 8071specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
8072
8073@item
d4f3574e
SS
8074@emph{Floating-point types} include @code{float}, @code{double}, and
8075@code{long double} (if supported by the target platform).
c906108c
SS
8076
8077@item
53a5351d 8078@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
8079
8080@item
8081@emph{Scalar types} include all of the above.
53a5351d 8082
c906108c
SS
8083@end itemize
8084
8085@noindent
8086The following operators are supported. They are listed here
8087in order of increasing precedence:
8088
8089@table @code
8090@item ,
8091The comma or sequencing operator. Expressions in a comma-separated list
8092are evaluated from left to right, with the result of the entire
8093expression being the last expression evaluated.
8094
8095@item =
8096Assignment. The value of an assignment expression is the value
8097assigned. Defined on scalar types.
8098
8099@item @var{op}=
8100Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8101and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 8102@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
8103@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8104@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8105
8106@item ?:
8107The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
8108of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
8109integral type.
8110
8111@item ||
8112Logical @sc{or}. Defined on integral types.
8113
8114@item &&
8115Logical @sc{and}. Defined on integral types.
8116
8117@item |
8118Bitwise @sc{or}. Defined on integral types.
8119
8120@item ^
8121Bitwise exclusive-@sc{or}. Defined on integral types.
8122
8123@item &
8124Bitwise @sc{and}. Defined on integral types.
8125
8126@item ==@r{, }!=
8127Equality and inequality. Defined on scalar types. The value of these
8128expressions is 0 for false and non-zero for true.
8129
8130@item <@r{, }>@r{, }<=@r{, }>=
8131Less than, greater than, less than or equal, greater than or equal.
8132Defined on scalar types. The value of these expressions is 0 for false
8133and non-zero for true.
8134
8135@item <<@r{, }>>
8136left shift, and right shift. Defined on integral types.
8137
8138@item @@
8139The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8140
8141@item +@r{, }-
8142Addition and subtraction. Defined on integral types, floating-point types and
8143pointer types.
8144
8145@item *@r{, }/@r{, }%
8146Multiplication, division, and modulus. Multiplication and division are
8147defined on integral and floating-point types. Modulus is defined on
8148integral types.
8149
8150@item ++@r{, }--
8151Increment and decrement. When appearing before a variable, the
8152operation is performed before the variable is used in an expression;
8153when appearing after it, the variable's value is used before the
8154operation takes place.
8155
8156@item *
8157Pointer dereferencing. Defined on pointer types. Same precedence as
8158@code{++}.
8159
8160@item &
8161Address operator. Defined on variables. Same precedence as @code{++}.
8162
b37052ae
EZ
8163For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8164allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
c906108c 8165(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
b37052ae 8166where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 8167stored.
c906108c
SS
8168
8169@item -
8170Negative. Defined on integral and floating-point types. Same
8171precedence as @code{++}.
8172
8173@item !
8174Logical negation. Defined on integral types. Same precedence as
8175@code{++}.
8176
8177@item ~
8178Bitwise complement operator. Defined on integral types. Same precedence as
8179@code{++}.
8180
8181
8182@item .@r{, }->
8183Structure member, and pointer-to-structure member. For convenience,
8184@value{GDBN} regards the two as equivalent, choosing whether to dereference a
8185pointer based on the stored type information.
8186Defined on @code{struct} and @code{union} data.
8187
c906108c
SS
8188@item .*@r{, }->*
8189Dereferences of pointers to members.
c906108c
SS
8190
8191@item []
8192Array indexing. @code{@var{a}[@var{i}]} is defined as
8193@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
8194
8195@item ()
8196Function parameter list. Same precedence as @code{->}.
8197
c906108c 8198@item ::
b37052ae 8199C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 8200and @code{class} types.
c906108c
SS
8201
8202@item ::
7a292a7a
SS
8203Doubled colons also represent the @value{GDBN} scope operator
8204(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
8205above.
c906108c
SS
8206@end table
8207
c906108c
SS
8208If an operator is redefined in the user code, @value{GDBN} usually
8209attempts to invoke the redefined version instead of using the operator's
8210predefined meaning.
c906108c 8211
c906108c 8212@menu
5d161b24 8213* C Constants::
c906108c
SS
8214@end menu
8215
6d2ebf8b 8216@node C Constants
b37052ae 8217@subsubsection C and C@t{++} constants
c906108c 8218
b37052ae 8219@cindex C and C@t{++} constants
c906108c 8220
b37052ae 8221@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 8222following ways:
c906108c
SS
8223
8224@itemize @bullet
8225@item
8226Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
8227specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8228by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
8229@samp{l}, specifying that the constant should be treated as a
8230@code{long} value.
8231
8232@item
8233Floating point constants are a sequence of digits, followed by a decimal
8234point, followed by a sequence of digits, and optionally followed by an
8235exponent. An exponent is of the form:
8236@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8237sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
8238A floating-point constant may also end with a letter @samp{f} or
8239@samp{F}, specifying that the constant should be treated as being of
8240the @code{float} (as opposed to the default @code{double}) type; or with
8241a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8242constant.
c906108c
SS
8243
8244@item
8245Enumerated constants consist of enumerated identifiers, or their
8246integral equivalents.
8247
8248@item
8249Character constants are a single character surrounded by single quotes
8250(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 8251(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
8252be represented by a letter or by @dfn{escape sequences}, which are of
8253the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8254of the character's ordinal value; or of the form @samp{\@var{x}}, where
8255@samp{@var{x}} is a predefined special character---for example,
8256@samp{\n} for newline.
8257
8258@item
96a2c332
SS
8259String constants are a sequence of character constants surrounded by
8260double quotes (@code{"}). Any valid character constant (as described
8261above) may appear. Double quotes within the string must be preceded by
8262a backslash, so for instance @samp{"a\"b'c"} is a string of five
8263characters.
c906108c
SS
8264
8265@item
8266Pointer constants are an integral value. You can also write pointers
8267to constants using the C operator @samp{&}.
8268
8269@item
8270Array constants are comma-separated lists surrounded by braces @samp{@{}
8271and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8272integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8273and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8274@end itemize
8275
c906108c 8276@menu
5d161b24
DB
8277* C plus plus expressions::
8278* C Defaults::
8279* C Checks::
c906108c 8280
5d161b24 8281* Debugging C::
c906108c
SS
8282@end menu
8283
6d2ebf8b 8284@node C plus plus expressions
b37052ae
EZ
8285@subsubsection C@t{++} expressions
8286
8287@cindex expressions in C@t{++}
8288@value{GDBN} expression handling can interpret most C@t{++} expressions.
8289
0179ffac
DC
8290@cindex debugging C@t{++} programs
8291@cindex C@t{++} compilers
8292@cindex debug formats and C@t{++}
8293@cindex @value{NGCC} and C@t{++}
c906108c 8294@quotation
b37052ae 8295@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
0179ffac
DC
8296proper compiler and the proper debug format. Currently, @value{GDBN}
8297works best when debugging C@t{++} code that is compiled with
8298@value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8299@option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8300stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8301stabs+ as their default debug format, so you usually don't need to
8302specify a debug format explicitly. Other compilers and/or debug formats
8303are likely to work badly or not at all when using @value{GDBN} to debug
8304C@t{++} code.
c906108c 8305@end quotation
c906108c
SS
8306
8307@enumerate
8308
8309@cindex member functions
8310@item
8311Member function calls are allowed; you can use expressions like
8312
474c8240 8313@smallexample
c906108c 8314count = aml->GetOriginal(x, y)
474c8240 8315@end smallexample
c906108c 8316
41afff9a 8317@vindex this@r{, inside C@t{++} member functions}
b37052ae 8318@cindex namespace in C@t{++}
c906108c
SS
8319@item
8320While a member function is active (in the selected stack frame), your
8321expressions have the same namespace available as the member function;
8322that is, @value{GDBN} allows implicit references to the class instance
b37052ae 8323pointer @code{this} following the same rules as C@t{++}.
c906108c 8324
c906108c 8325@cindex call overloaded functions
d4f3574e 8326@cindex overloaded functions, calling
b37052ae 8327@cindex type conversions in C@t{++}
c906108c
SS
8328@item
8329You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 8330call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
8331perform overload resolution involving user-defined type conversions,
8332calls to constructors, or instantiations of templates that do not exist
8333in the program. It also cannot handle ellipsis argument lists or
8334default arguments.
8335
8336It does perform integral conversions and promotions, floating-point
8337promotions, arithmetic conversions, pointer conversions, conversions of
8338class objects to base classes, and standard conversions such as those of
8339functions or arrays to pointers; it requires an exact match on the
8340number of function arguments.
8341
8342Overload resolution is always performed, unless you have specified
8343@code{set overload-resolution off}. @xref{Debugging C plus plus,
b37052ae 8344,@value{GDBN} features for C@t{++}}.
c906108c 8345
d4f3574e 8346You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
8347explicit function signature to call an overloaded function, as in
8348@smallexample
8349p 'foo(char,int)'('x', 13)
8350@end smallexample
d4f3574e 8351
c906108c 8352The @value{GDBN} command-completion facility can simplify this;
d4f3574e 8353see @ref{Completion, ,Command completion}.
c906108c 8354
c906108c
SS
8355@cindex reference declarations
8356@item
b37052ae
EZ
8357@value{GDBN} understands variables declared as C@t{++} references; you can use
8358them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
8359dereferenced.
8360
8361In the parameter list shown when @value{GDBN} displays a frame, the values of
8362reference variables are not displayed (unlike other variables); this
8363avoids clutter, since references are often used for large structures.
8364The @emph{address} of a reference variable is always shown, unless
8365you have specified @samp{set print address off}.
8366
8367@item
b37052ae 8368@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
8369expressions can use it just as expressions in your program do. Since
8370one scope may be defined in another, you can use @code{::} repeatedly if
8371necessary, for example in an expression like
8372@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 8373resolving name scope by reference to source files, in both C and C@t{++}
c906108c
SS
8374debugging (@pxref{Variables, ,Program variables}).
8375@end enumerate
8376
b37052ae 8377In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
53a5351d
JM
8378calling virtual functions correctly, printing out virtual bases of
8379objects, calling functions in a base subobject, casting objects, and
8380invoking user-defined operators.
c906108c 8381
6d2ebf8b 8382@node C Defaults
b37052ae 8383@subsubsection C and C@t{++} defaults
7a292a7a 8384
b37052ae 8385@cindex C and C@t{++} defaults
c906108c 8386
c906108c
SS
8387If you allow @value{GDBN} to set type and range checking automatically, they
8388both default to @code{off} whenever the working language changes to
b37052ae 8389C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 8390selects the working language.
c906108c
SS
8391
8392If you allow @value{GDBN} to set the language automatically, it
8393recognizes source files whose names end with @file{.c}, @file{.C}, or
8394@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 8395these files, it sets the working language to C or C@t{++}.
c906108c
SS
8396@xref{Automatically, ,Having @value{GDBN} infer the source language},
8397for further details.
8398
c906108c
SS
8399@c Type checking is (a) primarily motivated by Modula-2, and (b)
8400@c unimplemented. If (b) changes, it might make sense to let this node
8401@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 8402
6d2ebf8b 8403@node C Checks
b37052ae 8404@subsubsection C and C@t{++} type and range checks
7a292a7a 8405
b37052ae 8406@cindex C and C@t{++} checks
c906108c 8407
b37052ae 8408By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
c906108c
SS
8409is not used. However, if you turn type checking on, @value{GDBN}
8410considers two variables type equivalent if:
8411
8412@itemize @bullet
8413@item
8414The two variables are structured and have the same structure, union, or
8415enumerated tag.
8416
8417@item
8418The two variables have the same type name, or types that have been
8419declared equivalent through @code{typedef}.
8420
8421@ignore
8422@c leaving this out because neither J Gilmore nor R Pesch understand it.
8423@c FIXME--beers?
8424@item
8425The two @code{struct}, @code{union}, or @code{enum} variables are
8426declared in the same declaration. (Note: this may not be true for all C
8427compilers.)
8428@end ignore
8429@end itemize
8430
8431Range checking, if turned on, is done on mathematical operations. Array
8432indices are not checked, since they are often used to index a pointer
8433that is not itself an array.
c906108c 8434
6d2ebf8b 8435@node Debugging C
c906108c 8436@subsubsection @value{GDBN} and C
c906108c
SS
8437
8438The @code{set print union} and @code{show print union} commands apply to
8439the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
8440inside a @code{struct} or @code{class} is also printed. Otherwise, it
8441appears as @samp{@{...@}}.
c906108c
SS
8442
8443The @code{@@} operator aids in the debugging of dynamic arrays, formed
8444with pointers and a memory allocation function. @xref{Expressions,
8445,Expressions}.
8446
c906108c 8447@menu
5d161b24 8448* Debugging C plus plus::
c906108c
SS
8449@end menu
8450
6d2ebf8b 8451@node Debugging C plus plus
b37052ae 8452@subsubsection @value{GDBN} features for C@t{++}
c906108c 8453
b37052ae 8454@cindex commands for C@t{++}
7a292a7a 8455
b37052ae
EZ
8456Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8457designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
8458
8459@table @code
8460@cindex break in overloaded functions
8461@item @r{breakpoint menus}
8462When you want a breakpoint in a function whose name is overloaded,
8463@value{GDBN} breakpoint menus help you specify which function definition
8464you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8465
b37052ae 8466@cindex overloading in C@t{++}
c906108c
SS
8467@item rbreak @var{regex}
8468Setting breakpoints using regular expressions is helpful for setting
8469breakpoints on overloaded functions that are not members of any special
8470classes.
8471@xref{Set Breaks, ,Setting breakpoints}.
8472
b37052ae 8473@cindex C@t{++} exception handling
c906108c
SS
8474@item catch throw
8475@itemx catch catch
b37052ae 8476Debug C@t{++} exception handling using these commands. @xref{Set
c906108c
SS
8477Catchpoints, , Setting catchpoints}.
8478
8479@cindex inheritance
8480@item ptype @var{typename}
8481Print inheritance relationships as well as other information for type
8482@var{typename}.
8483@xref{Symbols, ,Examining the Symbol Table}.
8484
b37052ae 8485@cindex C@t{++} symbol display
c906108c
SS
8486@item set print demangle
8487@itemx show print demangle
8488@itemx set print asm-demangle
8489@itemx show print asm-demangle
b37052ae
EZ
8490Control whether C@t{++} symbols display in their source form, both when
8491displaying code as C@t{++} source and when displaying disassemblies.
c906108c
SS
8492@xref{Print Settings, ,Print settings}.
8493
8494@item set print object
8495@itemx show print object
8496Choose whether to print derived (actual) or declared types of objects.
8497@xref{Print Settings, ,Print settings}.
8498
8499@item set print vtbl
8500@itemx show print vtbl
8501Control the format for printing virtual function tables.
8502@xref{Print Settings, ,Print settings}.
c906108c 8503(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 8504ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
8505
8506@kindex set overload-resolution
d4f3574e 8507@cindex overloaded functions, overload resolution
c906108c 8508@item set overload-resolution on
b37052ae 8509Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
8510is on. For overloaded functions, @value{GDBN} evaluates the arguments
8511and searches for a function whose signature matches the argument types,
b37052ae 8512using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
d4f3574e 8513expressions}, for details). If it cannot find a match, it emits a
c906108c
SS
8514message.
8515
8516@item set overload-resolution off
b37052ae 8517Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
8518overloaded functions that are not class member functions, @value{GDBN}
8519chooses the first function of the specified name that it finds in the
8520symbol table, whether or not its arguments are of the correct type. For
8521overloaded functions that are class member functions, @value{GDBN}
8522searches for a function whose signature @emph{exactly} matches the
8523argument types.
c906108c
SS
8524
8525@item @r{Overloaded symbol names}
8526You can specify a particular definition of an overloaded symbol, using
b37052ae 8527the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
8528@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8529also use the @value{GDBN} command-line word completion facilities to list the
8530available choices, or to finish the type list for you.
8531@xref{Completion,, Command completion}, for details on how to do this.
8532@end table
c906108c 8533
b37303ee
AF
8534@node Objective-C
8535@subsection Objective-C
8536
8537@cindex Objective-C
8538This section provides information about some commands and command
8539options that are useful for debugging Objective-C code.
8540
8541@menu
b383017d
RM
8542* Method Names in Commands::
8543* The Print Command with Objective-C::
b37303ee
AF
8544@end menu
8545
8546@node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8547@subsubsection Method Names in Commands
8548
8549The following commands have been extended to accept Objective-C method
8550names as line specifications:
8551
8552@kindex clear@r{, and Objective-C}
8553@kindex break@r{, and Objective-C}
8554@kindex info line@r{, and Objective-C}
8555@kindex jump@r{, and Objective-C}
8556@kindex list@r{, and Objective-C}
8557@itemize
8558@item @code{clear}
8559@item @code{break}
8560@item @code{info line}
8561@item @code{jump}
8562@item @code{list}
8563@end itemize
8564
8565A fully qualified Objective-C method name is specified as
8566
8567@smallexample
8568-[@var{Class} @var{methodName}]
8569@end smallexample
8570
c552b3bb
JM
8571where the minus sign is used to indicate an instance method and a
8572plus sign (not shown) is used to indicate a class method. The class
8573name @var{Class} and method name @var{methodName} are enclosed in
8574brackets, similar to the way messages are specified in Objective-C
8575source code. For example, to set a breakpoint at the @code{create}
8576instance method of class @code{Fruit} in the program currently being
8577debugged, enter:
b37303ee
AF
8578
8579@smallexample
8580break -[Fruit create]
8581@end smallexample
8582
8583To list ten program lines around the @code{initialize} class method,
8584enter:
8585
8586@smallexample
8587list +[NSText initialize]
8588@end smallexample
8589
c552b3bb
JM
8590In the current version of @value{GDBN}, the plus or minus sign is
8591required. In future versions of @value{GDBN}, the plus or minus
8592sign will be optional, but you can use it to narrow the search. It
8593is also possible to specify just a method name:
b37303ee
AF
8594
8595@smallexample
8596break create
8597@end smallexample
8598
8599You must specify the complete method name, including any colons. If
8600your program's source files contain more than one @code{create} method,
8601you'll be presented with a numbered list of classes that implement that
8602method. Indicate your choice by number, or type @samp{0} to exit if
8603none apply.
8604
8605As another example, to clear a breakpoint established at the
8606@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
8607
8608@smallexample
8609clear -[NSWindow makeKeyAndOrderFront:]
8610@end smallexample
8611
8612@node The Print Command with Objective-C
8613@subsubsection The Print Command With Objective-C
c552b3bb
JM
8614@kindex print-object
8615@kindex po @r{(@code{print-object})}
b37303ee 8616
c552b3bb 8617The print command has also been extended to accept methods. For example:
b37303ee
AF
8618
8619@smallexample
c552b3bb 8620print -[@var{object} hash]
b37303ee
AF
8621@end smallexample
8622
8623@cindex print an Objective-C object description
c552b3bb
JM
8624@cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
8625@noindent
8626will tell @value{GDBN} to send the @code{hash} message to @var{object}
8627and print the result. Also, an additional command has been added,
8628@code{print-object} or @code{po} for short, which is meant to print
8629the description of an object. However, this command may only work
8630with certain Objective-C libraries that have a particular hook
8631function, @code{_NSPrintForDebugger}, defined.
b37303ee
AF
8632
8633@node Modula-2, , Objective-C, Support
c906108c 8634@subsection Modula-2
7a292a7a 8635
d4f3574e 8636@cindex Modula-2, @value{GDBN} support
c906108c
SS
8637
8638The extensions made to @value{GDBN} to support Modula-2 only support
8639output from the @sc{gnu} Modula-2 compiler (which is currently being
8640developed). Other Modula-2 compilers are not currently supported, and
8641attempting to debug executables produced by them is most likely
8642to give an error as @value{GDBN} reads in the executable's symbol
8643table.
8644
8645@cindex expressions in Modula-2
8646@menu
8647* M2 Operators:: Built-in operators
8648* Built-In Func/Proc:: Built-in functions and procedures
8649* M2 Constants:: Modula-2 constants
8650* M2 Defaults:: Default settings for Modula-2
8651* Deviations:: Deviations from standard Modula-2
8652* M2 Checks:: Modula-2 type and range checks
8653* M2 Scope:: The scope operators @code{::} and @code{.}
8654* GDB/M2:: @value{GDBN} and Modula-2
8655@end menu
8656
6d2ebf8b 8657@node M2 Operators
c906108c
SS
8658@subsubsection Operators
8659@cindex Modula-2 operators
8660
8661Operators must be defined on values of specific types. For instance,
8662@code{+} is defined on numbers, but not on structures. Operators are
8663often defined on groups of types. For the purposes of Modula-2, the
8664following definitions hold:
8665
8666@itemize @bullet
8667
8668@item
8669@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
8670their subranges.
8671
8672@item
8673@emph{Character types} consist of @code{CHAR} and its subranges.
8674
8675@item
8676@emph{Floating-point types} consist of @code{REAL}.
8677
8678@item
8679@emph{Pointer types} consist of anything declared as @code{POINTER TO
8680@var{type}}.
8681
8682@item
8683@emph{Scalar types} consist of all of the above.
8684
8685@item
8686@emph{Set types} consist of @code{SET} and @code{BITSET} types.
8687
8688@item
8689@emph{Boolean types} consist of @code{BOOLEAN}.
8690@end itemize
8691
8692@noindent
8693The following operators are supported, and appear in order of
8694increasing precedence:
8695
8696@table @code
8697@item ,
8698Function argument or array index separator.
8699
8700@item :=
8701Assignment. The value of @var{var} @code{:=} @var{value} is
8702@var{value}.
8703
8704@item <@r{, }>
8705Less than, greater than on integral, floating-point, or enumerated
8706types.
8707
8708@item <=@r{, }>=
96a2c332 8709Less than or equal to, greater than or equal to
c906108c
SS
8710on integral, floating-point and enumerated types, or set inclusion on
8711set types. Same precedence as @code{<}.
8712
8713@item =@r{, }<>@r{, }#
8714Equality and two ways of expressing inequality, valid on scalar types.
8715Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
8716available for inequality, since @code{#} conflicts with the script
8717comment character.
8718
8719@item IN
8720Set membership. Defined on set types and the types of their members.
8721Same precedence as @code{<}.
8722
8723@item OR
8724Boolean disjunction. Defined on boolean types.
8725
8726@item AND@r{, }&
d4f3574e 8727Boolean conjunction. Defined on boolean types.
c906108c
SS
8728
8729@item @@
8730The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8731
8732@item +@r{, }-
8733Addition and subtraction on integral and floating-point types, or union
8734and difference on set types.
8735
8736@item *
8737Multiplication on integral and floating-point types, or set intersection
8738on set types.
8739
8740@item /
8741Division on floating-point types, or symmetric set difference on set
8742types. Same precedence as @code{*}.
8743
8744@item DIV@r{, }MOD
8745Integer division and remainder. Defined on integral types. Same
8746precedence as @code{*}.
8747
8748@item -
8749Negative. Defined on @code{INTEGER} and @code{REAL} data.
8750
8751@item ^
8752Pointer dereferencing. Defined on pointer types.
8753
8754@item NOT
8755Boolean negation. Defined on boolean types. Same precedence as
8756@code{^}.
8757
8758@item .
8759@code{RECORD} field selector. Defined on @code{RECORD} data. Same
8760precedence as @code{^}.
8761
8762@item []
8763Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
8764
8765@item ()
8766Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
8767as @code{^}.
8768
8769@item ::@r{, }.
8770@value{GDBN} and Modula-2 scope operators.
8771@end table
8772
8773@quotation
8774@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
8775treats the use of the operator @code{IN}, or the use of operators
8776@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
8777@code{<=}, and @code{>=} on sets as an error.
8778@end quotation
8779
cb51c4e0 8780
6d2ebf8b 8781@node Built-In Func/Proc
c906108c 8782@subsubsection Built-in functions and procedures
cb51c4e0 8783@cindex Modula-2 built-ins
c906108c
SS
8784
8785Modula-2 also makes available several built-in procedures and functions.
8786In describing these, the following metavariables are used:
8787
8788@table @var
8789
8790@item a
8791represents an @code{ARRAY} variable.
8792
8793@item c
8794represents a @code{CHAR} constant or variable.
8795
8796@item i
8797represents a variable or constant of integral type.
8798
8799@item m
8800represents an identifier that belongs to a set. Generally used in the
8801same function with the metavariable @var{s}. The type of @var{s} should
8802be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
8803
8804@item n
8805represents a variable or constant of integral or floating-point type.
8806
8807@item r
8808represents a variable or constant of floating-point type.
8809
8810@item t
8811represents a type.
8812
8813@item v
8814represents a variable.
8815
8816@item x
8817represents a variable or constant of one of many types. See the
8818explanation of the function for details.
8819@end table
8820
8821All Modula-2 built-in procedures also return a result, described below.
8822
8823@table @code
8824@item ABS(@var{n})
8825Returns the absolute value of @var{n}.
8826
8827@item CAP(@var{c})
8828If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 8829equivalent, otherwise it returns its argument.
c906108c
SS
8830
8831@item CHR(@var{i})
8832Returns the character whose ordinal value is @var{i}.
8833
8834@item DEC(@var{v})
c3f6f71d 8835Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8836
8837@item DEC(@var{v},@var{i})
8838Decrements the value in the variable @var{v} by @var{i}. Returns the
8839new value.
8840
8841@item EXCL(@var{m},@var{s})
8842Removes the element @var{m} from the set @var{s}. Returns the new
8843set.
8844
8845@item FLOAT(@var{i})
8846Returns the floating point equivalent of the integer @var{i}.
8847
8848@item HIGH(@var{a})
8849Returns the index of the last member of @var{a}.
8850
8851@item INC(@var{v})
c3f6f71d 8852Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8853
8854@item INC(@var{v},@var{i})
8855Increments the value in the variable @var{v} by @var{i}. Returns the
8856new value.
8857
8858@item INCL(@var{m},@var{s})
8859Adds the element @var{m} to the set @var{s} if it is not already
8860there. Returns the new set.
8861
8862@item MAX(@var{t})
8863Returns the maximum value of the type @var{t}.
8864
8865@item MIN(@var{t})
8866Returns the minimum value of the type @var{t}.
8867
8868@item ODD(@var{i})
8869Returns boolean TRUE if @var{i} is an odd number.
8870
8871@item ORD(@var{x})
8872Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
8873value of a character is its @sc{ascii} value (on machines supporting the
8874@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
8875integral, character and enumerated types.
8876
8877@item SIZE(@var{x})
8878Returns the size of its argument. @var{x} can be a variable or a type.
8879
8880@item TRUNC(@var{r})
8881Returns the integral part of @var{r}.
8882
8883@item VAL(@var{t},@var{i})
8884Returns the member of the type @var{t} whose ordinal value is @var{i}.
8885@end table
8886
8887@quotation
8888@emph{Warning:} Sets and their operations are not yet supported, so
8889@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
8890an error.
8891@end quotation
8892
8893@cindex Modula-2 constants
6d2ebf8b 8894@node M2 Constants
c906108c
SS
8895@subsubsection Constants
8896
8897@value{GDBN} allows you to express the constants of Modula-2 in the following
8898ways:
8899
8900@itemize @bullet
8901
8902@item
8903Integer constants are simply a sequence of digits. When used in an
8904expression, a constant is interpreted to be type-compatible with the
8905rest of the expression. Hexadecimal integers are specified by a
8906trailing @samp{H}, and octal integers by a trailing @samp{B}.
8907
8908@item
8909Floating point constants appear as a sequence of digits, followed by a
8910decimal point and another sequence of digits. An optional exponent can
8911then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
8912@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
8913digits of the floating point constant must be valid decimal (base 10)
8914digits.
8915
8916@item
8917Character constants consist of a single character enclosed by a pair of
8918like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 8919also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
8920followed by a @samp{C}.
8921
8922@item
8923String constants consist of a sequence of characters enclosed by a
8924pair of like quotes, either single (@code{'}) or double (@code{"}).
8925Escape sequences in the style of C are also allowed. @xref{C
b37052ae 8926Constants, ,C and C@t{++} constants}, for a brief explanation of escape
c906108c
SS
8927sequences.
8928
8929@item
8930Enumerated constants consist of an enumerated identifier.
8931
8932@item
8933Boolean constants consist of the identifiers @code{TRUE} and
8934@code{FALSE}.
8935
8936@item
8937Pointer constants consist of integral values only.
8938
8939@item
8940Set constants are not yet supported.
8941@end itemize
8942
6d2ebf8b 8943@node M2 Defaults
c906108c
SS
8944@subsubsection Modula-2 defaults
8945@cindex Modula-2 defaults
8946
8947If type and range checking are set automatically by @value{GDBN}, they
8948both default to @code{on} whenever the working language changes to
d4f3574e 8949Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
8950selected the working language.
8951
8952If you allow @value{GDBN} to set the language automatically, then entering
8953code compiled from a file whose name ends with @file{.mod} sets the
d4f3574e 8954working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c906108c
SS
8955the language automatically}, for further details.
8956
6d2ebf8b 8957@node Deviations
c906108c
SS
8958@subsubsection Deviations from standard Modula-2
8959@cindex Modula-2, deviations from
8960
8961A few changes have been made to make Modula-2 programs easier to debug.
8962This is done primarily via loosening its type strictness:
8963
8964@itemize @bullet
8965@item
8966Unlike in standard Modula-2, pointer constants can be formed by
8967integers. This allows you to modify pointer variables during
8968debugging. (In standard Modula-2, the actual address contained in a
8969pointer variable is hidden from you; it can only be modified
8970through direct assignment to another pointer variable or expression that
8971returned a pointer.)
8972
8973@item
8974C escape sequences can be used in strings and characters to represent
8975non-printable characters. @value{GDBN} prints out strings with these
8976escape sequences embedded. Single non-printable characters are
8977printed using the @samp{CHR(@var{nnn})} format.
8978
8979@item
8980The assignment operator (@code{:=}) returns the value of its right-hand
8981argument.
8982
8983@item
8984All built-in procedures both modify @emph{and} return their argument.
8985@end itemize
8986
6d2ebf8b 8987@node M2 Checks
c906108c
SS
8988@subsubsection Modula-2 type and range checks
8989@cindex Modula-2 checks
8990
8991@quotation
8992@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
8993range checking.
8994@end quotation
8995@c FIXME remove warning when type/range checks added
8996
8997@value{GDBN} considers two Modula-2 variables type equivalent if:
8998
8999@itemize @bullet
9000@item
9001They are of types that have been declared equivalent via a @code{TYPE
9002@var{t1} = @var{t2}} statement
9003
9004@item
9005They have been declared on the same line. (Note: This is true of the
9006@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
9007@end itemize
9008
9009As long as type checking is enabled, any attempt to combine variables
9010whose types are not equivalent is an error.
9011
9012Range checking is done on all mathematical operations, assignment, array
9013index bounds, and all built-in functions and procedures.
9014
6d2ebf8b 9015@node M2 Scope
c906108c
SS
9016@subsubsection The scope operators @code{::} and @code{.}
9017@cindex scope
41afff9a 9018@cindex @code{.}, Modula-2 scope operator
c906108c
SS
9019@cindex colon, doubled as scope operator
9020@ifinfo
41afff9a 9021@vindex colon-colon@r{, in Modula-2}
c906108c
SS
9022@c Info cannot handle :: but TeX can.
9023@end ifinfo
9024@iftex
41afff9a 9025@vindex ::@r{, in Modula-2}
c906108c
SS
9026@end iftex
9027
9028There are a few subtle differences between the Modula-2 scope operator
9029(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
9030similar syntax:
9031
474c8240 9032@smallexample
c906108c
SS
9033
9034@var{module} . @var{id}
9035@var{scope} :: @var{id}
474c8240 9036@end smallexample
c906108c
SS
9037
9038@noindent
9039where @var{scope} is the name of a module or a procedure,
9040@var{module} the name of a module, and @var{id} is any declared
9041identifier within your program, except another module.
9042
9043Using the @code{::} operator makes @value{GDBN} search the scope
9044specified by @var{scope} for the identifier @var{id}. If it is not
9045found in the specified scope, then @value{GDBN} searches all scopes
9046enclosing the one specified by @var{scope}.
9047
9048Using the @code{.} operator makes @value{GDBN} search the current scope for
9049the identifier specified by @var{id} that was imported from the
9050definition module specified by @var{module}. With this operator, it is
9051an error if the identifier @var{id} was not imported from definition
9052module @var{module}, or if @var{id} is not an identifier in
9053@var{module}.
9054
6d2ebf8b 9055@node GDB/M2
c906108c
SS
9056@subsubsection @value{GDBN} and Modula-2
9057
9058Some @value{GDBN} commands have little use when debugging Modula-2 programs.
9059Five subcommands of @code{set print} and @code{show print} apply
b37052ae 9060specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 9061@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 9062apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
9063analogue in Modula-2.
9064
9065The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 9066with any language, is not useful with Modula-2. Its
c906108c 9067intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 9068created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 9069address can be specified by an integral constant, the construct
d4f3574e 9070@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
9071
9072@cindex @code{#} in Modula-2
9073In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
9074interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 9075
4e562065
JB
9076@node Unsupported languages
9077@section Unsupported languages
9078
9079@cindex unsupported languages
9080@cindex minimal language
9081In addition to the other fully-supported programming languages,
9082@value{GDBN} also provides a pseudo-language, called @code{minimal}.
9083It does not represent a real programming language, but provides a set
9084of capabilities close to what the C or assembly languages provide.
9085This should allow most simple operations to be performed while debugging
9086an application that uses a language currently not supported by @value{GDBN}.
9087
9088If the language is set to @code{auto}, @value{GDBN} will automatically
9089select this language if the current frame corresponds to an unsupported
9090language.
9091
6d2ebf8b 9092@node Symbols
c906108c
SS
9093@chapter Examining the Symbol Table
9094
d4f3574e 9095The commands described in this chapter allow you to inquire about the
c906108c
SS
9096symbols (names of variables, functions and types) defined in your
9097program. This information is inherent in the text of your program and
9098does not change as your program executes. @value{GDBN} finds it in your
9099program's symbol table, in the file indicated when you started @value{GDBN}
9100(@pxref{File Options, ,Choosing files}), or by one of the
9101file-management commands (@pxref{Files, ,Commands to specify files}).
9102
9103@cindex symbol names
9104@cindex names of symbols
9105@cindex quoting names
9106Occasionally, you may need to refer to symbols that contain unusual
9107characters, which @value{GDBN} ordinarily treats as word delimiters. The
9108most frequent case is in referring to static variables in other
9109source files (@pxref{Variables,,Program variables}). File names
9110are recorded in object files as debugging symbols, but @value{GDBN} would
9111ordinarily parse a typical file name, like @file{foo.c}, as the three words
9112@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
9113@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9114
474c8240 9115@smallexample
c906108c 9116p 'foo.c'::x
474c8240 9117@end smallexample
c906108c
SS
9118
9119@noindent
9120looks up the value of @code{x} in the scope of the file @file{foo.c}.
9121
9122@table @code
9123@kindex info address
b37052ae 9124@cindex address of a symbol
c906108c
SS
9125@item info address @var{symbol}
9126Describe where the data for @var{symbol} is stored. For a register
9127variable, this says which register it is kept in. For a non-register
9128local variable, this prints the stack-frame offset at which the variable
9129is always stored.
9130
9131Note the contrast with @samp{print &@var{symbol}}, which does not work
9132at all for a register variable, and for a stack local variable prints
9133the exact address of the current instantiation of the variable.
9134
3d67e040 9135@kindex info symbol
b37052ae 9136@cindex symbol from address
3d67e040
EZ
9137@item info symbol @var{addr}
9138Print the name of a symbol which is stored at the address @var{addr}.
9139If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9140nearest symbol and an offset from it:
9141
474c8240 9142@smallexample
3d67e040
EZ
9143(@value{GDBP}) info symbol 0x54320
9144_initialize_vx + 396 in section .text
474c8240 9145@end smallexample
3d67e040
EZ
9146
9147@noindent
9148This is the opposite of the @code{info address} command. You can use
9149it to find out the name of a variable or a function given its address.
9150
c906108c 9151@kindex whatis
d4f3574e
SS
9152@item whatis @var{expr}
9153Print the data type of expression @var{expr}. @var{expr} is not
c906108c
SS
9154actually evaluated, and any side-effecting operations (such as
9155assignments or function calls) inside it do not take place.
9156@xref{Expressions, ,Expressions}.
9157
9158@item whatis
9159Print the data type of @code{$}, the last value in the value history.
9160
9161@kindex ptype
9162@item ptype @var{typename}
9163Print a description of data type @var{typename}. @var{typename} may be
7a292a7a
SS
9164the name of a type, or for C code it may have the form @samp{class
9165@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9166@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 9167
d4f3574e 9168@item ptype @var{expr}
c906108c 9169@itemx ptype
d4f3574e 9170Print a description of the type of expression @var{expr}. @code{ptype}
c906108c
SS
9171differs from @code{whatis} by printing a detailed description, instead
9172of just the name of the type.
9173
9174For example, for this variable declaration:
9175
474c8240 9176@smallexample
c906108c 9177struct complex @{double real; double imag;@} v;
474c8240 9178@end smallexample
c906108c
SS
9179
9180@noindent
9181the two commands give this output:
9182
474c8240 9183@smallexample
c906108c
SS
9184@group
9185(@value{GDBP}) whatis v
9186type = struct complex
9187(@value{GDBP}) ptype v
9188type = struct complex @{
9189 double real;
9190 double imag;
9191@}
9192@end group
474c8240 9193@end smallexample
c906108c
SS
9194
9195@noindent
9196As with @code{whatis}, using @code{ptype} without an argument refers to
9197the type of @code{$}, the last value in the value history.
9198
9199@kindex info types
9200@item info types @var{regexp}
9201@itemx info types
d4f3574e 9202Print a brief description of all types whose names match @var{regexp}
c906108c
SS
9203(or all types in your program, if you supply no argument). Each
9204complete typename is matched as though it were a complete line; thus,
9205@samp{i type value} gives information on all types in your program whose
d4f3574e 9206names include the string @code{value}, but @samp{i type ^value$} gives
c906108c
SS
9207information only on types whose complete name is @code{value}.
9208
9209This command differs from @code{ptype} in two ways: first, like
9210@code{whatis}, it does not print a detailed description; second, it
9211lists all source files where a type is defined.
9212
b37052ae
EZ
9213@kindex info scope
9214@cindex local variables
9215@item info scope @var{addr}
9216List all the variables local to a particular scope. This command
9217accepts a location---a function name, a source line, or an address
9218preceded by a @samp{*}, and prints all the variables local to the
9219scope defined by that location. For example:
9220
9221@smallexample
9222(@value{GDBP}) @b{info scope command_line_handler}
9223Scope for command_line_handler:
9224Symbol rl is an argument at stack/frame offset 8, length 4.
9225Symbol linebuffer is in static storage at address 0x150a18, length 4.
9226Symbol linelength is in static storage at address 0x150a1c, length 4.
9227Symbol p is a local variable in register $esi, length 4.
9228Symbol p1 is a local variable in register $ebx, length 4.
9229Symbol nline is a local variable in register $edx, length 4.
9230Symbol repeat is a local variable at frame offset -8, length 4.
9231@end smallexample
9232
f5c37c66
EZ
9233@noindent
9234This command is especially useful for determining what data to collect
9235during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
9236collect}.
9237
c906108c
SS
9238@kindex info source
9239@item info source
919d772c
JB
9240Show information about the current source file---that is, the source file for
9241the function containing the current point of execution:
9242@itemize @bullet
9243@item
9244the name of the source file, and the directory containing it,
9245@item
9246the directory it was compiled in,
9247@item
9248its length, in lines,
9249@item
9250which programming language it is written in,
9251@item
9252whether the executable includes debugging information for that file, and
9253if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
9254@item
9255whether the debugging information includes information about
9256preprocessor macros.
9257@end itemize
9258
c906108c
SS
9259
9260@kindex info sources
9261@item info sources
9262Print the names of all source files in your program for which there is
9263debugging information, organized into two lists: files whose symbols
9264have already been read, and files whose symbols will be read when needed.
9265
9266@kindex info functions
9267@item info functions
9268Print the names and data types of all defined functions.
9269
9270@item info functions @var{regexp}
9271Print the names and data types of all defined functions
9272whose names contain a match for regular expression @var{regexp}.
9273Thus, @samp{info fun step} finds all functions whose names
9274include @code{step}; @samp{info fun ^step} finds those whose names
b383017d
RM
9275start with @code{step}. If a function name contains characters
9276that conflict with the regular expression language (eg.
1c5dfdad 9277@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
9278
9279@kindex info variables
9280@item info variables
9281Print the names and data types of all variables that are declared
6ca652b0 9282outside of functions (i.e.@: excluding local variables).
c906108c
SS
9283
9284@item info variables @var{regexp}
9285Print the names and data types of all variables (except for local
9286variables) whose names contain a match for regular expression
9287@var{regexp}.
9288
b37303ee
AF
9289@kindex info classes
9290@item info classes
9291@itemx info classes @var{regexp}
9292Display all Objective-C classes in your program, or
9293(with the @var{regexp} argument) all those matching a particular regular
9294expression.
9295
9296@kindex info selectors
9297@item info selectors
9298@itemx info selectors @var{regexp}
9299Display all Objective-C selectors in your program, or
9300(with the @var{regexp} argument) all those matching a particular regular
9301expression.
9302
c906108c
SS
9303@ignore
9304This was never implemented.
9305@kindex info methods
9306@item info methods
9307@itemx info methods @var{regexp}
9308The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
9309methods within C@t{++} program, or (with the @var{regexp} argument) a
9310specific set of methods found in the various C@t{++} classes. Many
9311C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
9312from the @code{ptype} command can be overwhelming and hard to use. The
9313@code{info-methods} command filters the methods, printing only those
9314which match the regular-expression @var{regexp}.
9315@end ignore
9316
c906108c
SS
9317@cindex reloading symbols
9318Some systems allow individual object files that make up your program to
7a292a7a
SS
9319be replaced without stopping and restarting your program. For example,
9320in VxWorks you can simply recompile a defective object file and keep on
9321running. If you are running on one of these systems, you can allow
9322@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
9323
9324@table @code
9325@kindex set symbol-reloading
9326@item set symbol-reloading on
9327Replace symbol definitions for the corresponding source file when an
9328object file with a particular name is seen again.
9329
9330@item set symbol-reloading off
6d2ebf8b
SS
9331Do not replace symbol definitions when encountering object files of the
9332same name more than once. This is the default state; if you are not
9333running on a system that permits automatic relinking of modules, you
9334should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
9335may discard symbols when linking large programs, that may contain
9336several modules (from different directories or libraries) with the same
9337name.
c906108c
SS
9338
9339@kindex show symbol-reloading
9340@item show symbol-reloading
9341Show the current @code{on} or @code{off} setting.
9342@end table
c906108c 9343
c906108c
SS
9344@kindex set opaque-type-resolution
9345@item set opaque-type-resolution on
9346Tell @value{GDBN} to resolve opaque types. An opaque type is a type
9347declared as a pointer to a @code{struct}, @code{class}, or
9348@code{union}---for example, @code{struct MyType *}---that is used in one
9349source file although the full declaration of @code{struct MyType} is in
9350another source file. The default is on.
9351
9352A change in the setting of this subcommand will not take effect until
9353the next time symbols for a file are loaded.
9354
9355@item set opaque-type-resolution off
9356Tell @value{GDBN} not to resolve opaque types. In this case, the type
9357is printed as follows:
9358@smallexample
9359@{<no data fields>@}
9360@end smallexample
9361
9362@kindex show opaque-type-resolution
9363@item show opaque-type-resolution
9364Show whether opaque types are resolved or not.
c906108c
SS
9365
9366@kindex maint print symbols
9367@cindex symbol dump
9368@kindex maint print psymbols
9369@cindex partial symbol dump
9370@item maint print symbols @var{filename}
9371@itemx maint print psymbols @var{filename}
9372@itemx maint print msymbols @var{filename}
9373Write a dump of debugging symbol data into the file @var{filename}.
9374These commands are used to debug the @value{GDBN} symbol-reading code. Only
9375symbols with debugging data are included. If you use @samp{maint print
9376symbols}, @value{GDBN} includes all the symbols for which it has already
9377collected full details: that is, @var{filename} reflects symbols for
9378only those files whose symbols @value{GDBN} has read. You can use the
9379command @code{info sources} to find out which files these are. If you
9380use @samp{maint print psymbols} instead, the dump shows information about
9381symbols that @value{GDBN} only knows partially---that is, symbols defined in
9382files that @value{GDBN} has skimmed, but not yet read completely. Finally,
9383@samp{maint print msymbols} dumps just the minimal symbol information
9384required for each object file from which @value{GDBN} has read some symbols.
9385@xref{Files, ,Commands to specify files}, for a discussion of how
9386@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 9387
5e7b2f39
JB
9388@kindex maint info symtabs
9389@kindex maint info psymtabs
44ea7b70
JB
9390@cindex listing @value{GDBN}'s internal symbol tables
9391@cindex symbol tables, listing @value{GDBN}'s internal
9392@cindex full symbol tables, listing @value{GDBN}'s internal
9393@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
9394@item maint info symtabs @r{[} @var{regexp} @r{]}
9395@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
9396
9397List the @code{struct symtab} or @code{struct partial_symtab}
9398structures whose names match @var{regexp}. If @var{regexp} is not
9399given, list them all. The output includes expressions which you can
9400copy into a @value{GDBN} debugging this one to examine a particular
9401structure in more detail. For example:
9402
9403@smallexample
5e7b2f39 9404(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
9405@{ objfile /home/gnu/build/gdb/gdb
9406 ((struct objfile *) 0x82e69d0)
b383017d 9407 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
9408 ((struct partial_symtab *) 0x8474b10)
9409 readin no
9410 fullname (null)
9411 text addresses 0x814d3c8 -- 0x8158074
9412 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
9413 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
9414 dependencies (none)
9415 @}
9416@}
5e7b2f39 9417(@value{GDBP}) maint info symtabs
44ea7b70
JB
9418(@value{GDBP})
9419@end smallexample
9420@noindent
9421We see that there is one partial symbol table whose filename contains
9422the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
9423and we see that @value{GDBN} has not read in any symtabs yet at all.
9424If we set a breakpoint on a function, that will cause @value{GDBN} to
9425read the symtab for the compilation unit containing that function:
9426
9427@smallexample
9428(@value{GDBP}) break dwarf2_psymtab_to_symtab
9429Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
9430line 1574.
5e7b2f39 9431(@value{GDBP}) maint info symtabs
b383017d 9432@{ objfile /home/gnu/build/gdb/gdb
44ea7b70 9433 ((struct objfile *) 0x82e69d0)
b383017d 9434 @{ symtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
9435 ((struct symtab *) 0x86c1f38)
9436 dirname (null)
9437 fullname (null)
9438 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
9439 debugformat DWARF 2
9440 @}
9441@}
b383017d 9442(@value{GDBP})
44ea7b70 9443@end smallexample
c906108c
SS
9444@end table
9445
44ea7b70 9446
6d2ebf8b 9447@node Altering
c906108c
SS
9448@chapter Altering Execution
9449
9450Once you think you have found an error in your program, you might want to
9451find out for certain whether correcting the apparent error would lead to
9452correct results in the rest of the run. You can find the answer by
9453experiment, using the @value{GDBN} features for altering execution of the
9454program.
9455
9456For example, you can store new values into variables or memory
7a292a7a
SS
9457locations, give your program a signal, restart it at a different
9458address, or even return prematurely from a function.
c906108c
SS
9459
9460@menu
9461* Assignment:: Assignment to variables
9462* Jumping:: Continuing at a different address
c906108c 9463* Signaling:: Giving your program a signal
c906108c
SS
9464* Returning:: Returning from a function
9465* Calling:: Calling your program's functions
9466* Patching:: Patching your program
9467@end menu
9468
6d2ebf8b 9469@node Assignment
c906108c
SS
9470@section Assignment to variables
9471
9472@cindex assignment
9473@cindex setting variables
9474To alter the value of a variable, evaluate an assignment expression.
9475@xref{Expressions, ,Expressions}. For example,
9476
474c8240 9477@smallexample
c906108c 9478print x=4
474c8240 9479@end smallexample
c906108c
SS
9480
9481@noindent
9482stores the value 4 into the variable @code{x}, and then prints the
5d161b24 9483value of the assignment expression (which is 4).
c906108c
SS
9484@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
9485information on operators in supported languages.
c906108c
SS
9486
9487@kindex set variable
9488@cindex variables, setting
9489If you are not interested in seeing the value of the assignment, use the
9490@code{set} command instead of the @code{print} command. @code{set} is
9491really the same as @code{print} except that the expression's value is
9492not printed and is not put in the value history (@pxref{Value History,
9493,Value history}). The expression is evaluated only for its effects.
9494
c906108c
SS
9495If the beginning of the argument string of the @code{set} command
9496appears identical to a @code{set} subcommand, use the @code{set
9497variable} command instead of just @code{set}. This command is identical
9498to @code{set} except for its lack of subcommands. For example, if your
9499program has a variable @code{width}, you get an error if you try to set
9500a new value with just @samp{set width=13}, because @value{GDBN} has the
9501command @code{set width}:
9502
474c8240 9503@smallexample
c906108c
SS
9504(@value{GDBP}) whatis width
9505type = double
9506(@value{GDBP}) p width
9507$4 = 13
9508(@value{GDBP}) set width=47
9509Invalid syntax in expression.
474c8240 9510@end smallexample
c906108c
SS
9511
9512@noindent
9513The invalid expression, of course, is @samp{=47}. In
9514order to actually set the program's variable @code{width}, use
9515
474c8240 9516@smallexample
c906108c 9517(@value{GDBP}) set var width=47
474c8240 9518@end smallexample
53a5351d 9519
c906108c
SS
9520Because the @code{set} command has many subcommands that can conflict
9521with the names of program variables, it is a good idea to use the
9522@code{set variable} command instead of just @code{set}. For example, if
9523your program has a variable @code{g}, you run into problems if you try
9524to set a new value with just @samp{set g=4}, because @value{GDBN} has
9525the command @code{set gnutarget}, abbreviated @code{set g}:
9526
474c8240 9527@smallexample
c906108c
SS
9528@group
9529(@value{GDBP}) whatis g
9530type = double
9531(@value{GDBP}) p g
9532$1 = 1
9533(@value{GDBP}) set g=4
2df3850c 9534(@value{GDBP}) p g
c906108c
SS
9535$2 = 1
9536(@value{GDBP}) r
9537The program being debugged has been started already.
9538Start it from the beginning? (y or n) y
9539Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
9540"/home/smith/cc_progs/a.out": can't open to read symbols:
9541 Invalid bfd target.
c906108c
SS
9542(@value{GDBP}) show g
9543The current BFD target is "=4".
9544@end group
474c8240 9545@end smallexample
c906108c
SS
9546
9547@noindent
9548The program variable @code{g} did not change, and you silently set the
9549@code{gnutarget} to an invalid value. In order to set the variable
9550@code{g}, use
9551
474c8240 9552@smallexample
c906108c 9553(@value{GDBP}) set var g=4
474c8240 9554@end smallexample
c906108c
SS
9555
9556@value{GDBN} allows more implicit conversions in assignments than C; you can
9557freely store an integer value into a pointer variable or vice versa,
9558and you can convert any structure to any other structure that is the
9559same length or shorter.
9560@comment FIXME: how do structs align/pad in these conversions?
9561@comment /doc@cygnus.com 18dec1990
9562
9563To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
9564construct to generate a value of specified type at a specified address
9565(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
9566to memory location @code{0x83040} as an integer (which implies a certain size
9567and representation in memory), and
9568
474c8240 9569@smallexample
c906108c 9570set @{int@}0x83040 = 4
474c8240 9571@end smallexample
c906108c
SS
9572
9573@noindent
9574stores the value 4 into that memory location.
9575
6d2ebf8b 9576@node Jumping
c906108c
SS
9577@section Continuing at a different address
9578
9579Ordinarily, when you continue your program, you do so at the place where
9580it stopped, with the @code{continue} command. You can instead continue at
9581an address of your own choosing, with the following commands:
9582
9583@table @code
9584@kindex jump
9585@item jump @var{linespec}
9586Resume execution at line @var{linespec}. Execution stops again
9587immediately if there is a breakpoint there. @xref{List, ,Printing
9588source lines}, for a description of the different forms of
9589@var{linespec}. It is common practice to use the @code{tbreak} command
9590in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
9591breakpoints}.
9592
9593The @code{jump} command does not change the current stack frame, or
9594the stack pointer, or the contents of any memory location or any
9595register other than the program counter. If line @var{linespec} is in
9596a different function from the one currently executing, the results may
9597be bizarre if the two functions expect different patterns of arguments or
9598of local variables. For this reason, the @code{jump} command requests
9599confirmation if the specified line is not in the function currently
9600executing. However, even bizarre results are predictable if you are
9601well acquainted with the machine-language code of your program.
9602
9603@item jump *@var{address}
9604Resume execution at the instruction at address @var{address}.
9605@end table
9606
c906108c 9607@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
9608On many systems, you can get much the same effect as the @code{jump}
9609command by storing a new value into the register @code{$pc}. The
9610difference is that this does not start your program running; it only
9611changes the address of where it @emph{will} run when you continue. For
9612example,
c906108c 9613
474c8240 9614@smallexample
c906108c 9615set $pc = 0x485
474c8240 9616@end smallexample
c906108c
SS
9617
9618@noindent
9619makes the next @code{continue} command or stepping command execute at
9620address @code{0x485}, rather than at the address where your program stopped.
9621@xref{Continuing and Stepping, ,Continuing and stepping}.
c906108c
SS
9622
9623The most common occasion to use the @code{jump} command is to back
9624up---perhaps with more breakpoints set---over a portion of a program
9625that has already executed, in order to examine its execution in more
9626detail.
9627
c906108c 9628@c @group
6d2ebf8b 9629@node Signaling
c906108c
SS
9630@section Giving your program a signal
9631
9632@table @code
9633@kindex signal
9634@item signal @var{signal}
9635Resume execution where your program stopped, but immediately give it the
9636signal @var{signal}. @var{signal} can be the name or the number of a
9637signal. For example, on many systems @code{signal 2} and @code{signal
9638SIGINT} are both ways of sending an interrupt signal.
9639
9640Alternatively, if @var{signal} is zero, continue execution without
9641giving a signal. This is useful when your program stopped on account of
9642a signal and would ordinary see the signal when resumed with the
9643@code{continue} command; @samp{signal 0} causes it to resume without a
9644signal.
9645
9646@code{signal} does not repeat when you press @key{RET} a second time
9647after executing the command.
9648@end table
9649@c @end group
9650
9651Invoking the @code{signal} command is not the same as invoking the
9652@code{kill} utility from the shell. Sending a signal with @code{kill}
9653causes @value{GDBN} to decide what to do with the signal depending on
9654the signal handling tables (@pxref{Signals}). The @code{signal} command
9655passes the signal directly to your program.
9656
c906108c 9657
6d2ebf8b 9658@node Returning
c906108c
SS
9659@section Returning from a function
9660
9661@table @code
9662@cindex returning from a function
9663@kindex return
9664@item return
9665@itemx return @var{expression}
9666You can cancel execution of a function call with the @code{return}
9667command. If you give an
9668@var{expression} argument, its value is used as the function's return
9669value.
9670@end table
9671
9672When you use @code{return}, @value{GDBN} discards the selected stack frame
9673(and all frames within it). You can think of this as making the
9674discarded frame return prematurely. If you wish to specify a value to
9675be returned, give that value as the argument to @code{return}.
9676
9677This pops the selected stack frame (@pxref{Selection, ,Selecting a
9678frame}), and any other frames inside of it, leaving its caller as the
9679innermost remaining frame. That frame becomes selected. The
9680specified value is stored in the registers used for returning values
9681of functions.
9682
9683The @code{return} command does not resume execution; it leaves the
9684program stopped in the state that would exist if the function had just
9685returned. In contrast, the @code{finish} command (@pxref{Continuing
9686and Stepping, ,Continuing and stepping}) resumes execution until the
9687selected stack frame returns naturally.
9688
6d2ebf8b 9689@node Calling
c906108c
SS
9690@section Calling program functions
9691
9692@cindex calling functions
9693@kindex call
9694@table @code
9695@item call @var{expr}
9696Evaluate the expression @var{expr} without displaying @code{void}
9697returned values.
9698@end table
9699
9700You can use this variant of the @code{print} command if you want to
9701execute a function from your program, but without cluttering the output
5d161b24
DB
9702with @code{void} returned values. If the result is not void, it
9703is printed and saved in the value history.
c906108c 9704
6d2ebf8b 9705@node Patching
c906108c 9706@section Patching programs
7a292a7a 9707
c906108c
SS
9708@cindex patching binaries
9709@cindex writing into executables
c906108c 9710@cindex writing into corefiles
c906108c 9711
7a292a7a
SS
9712By default, @value{GDBN} opens the file containing your program's
9713executable code (or the corefile) read-only. This prevents accidental
9714alterations to machine code; but it also prevents you from intentionally
9715patching your program's binary.
c906108c
SS
9716
9717If you'd like to be able to patch the binary, you can specify that
9718explicitly with the @code{set write} command. For example, you might
9719want to turn on internal debugging flags, or even to make emergency
9720repairs.
9721
9722@table @code
9723@kindex set write
9724@item set write on
9725@itemx set write off
7a292a7a
SS
9726If you specify @samp{set write on}, @value{GDBN} opens executable and
9727core files for both reading and writing; if you specify @samp{set write
c906108c
SS
9728off} (the default), @value{GDBN} opens them read-only.
9729
9730If you have already loaded a file, you must load it again (using the
7a292a7a
SS
9731@code{exec-file} or @code{core-file} command) after changing @code{set
9732write}, for your new setting to take effect.
c906108c
SS
9733
9734@item show write
9735@kindex show write
7a292a7a
SS
9736Display whether executable files and core files are opened for writing
9737as well as reading.
c906108c
SS
9738@end table
9739
6d2ebf8b 9740@node GDB Files
c906108c
SS
9741@chapter @value{GDBN} Files
9742
7a292a7a
SS
9743@value{GDBN} needs to know the file name of the program to be debugged,
9744both in order to read its symbol table and in order to start your
9745program. To debug a core dump of a previous run, you must also tell
9746@value{GDBN} the name of the core dump file.
c906108c
SS
9747
9748@menu
9749* Files:: Commands to specify files
5b5d99cf 9750* Separate Debug Files:: Debugging information in separate files
c906108c
SS
9751* Symbol Errors:: Errors reading symbol files
9752@end menu
9753
6d2ebf8b 9754@node Files
c906108c 9755@section Commands to specify files
c906108c 9756
7a292a7a 9757@cindex symbol table
c906108c 9758@cindex core dump file
7a292a7a
SS
9759
9760You may want to specify executable and core dump file names. The usual
9761way to do this is at start-up time, using the arguments to
9762@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
9763Out of @value{GDBN}}).
c906108c
SS
9764
9765Occasionally it is necessary to change to a different file during a
9766@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
9767a file you want to use. In these situations the @value{GDBN} commands
9768to specify new files are useful.
9769
9770@table @code
9771@cindex executable file
9772@kindex file
9773@item file @var{filename}
9774Use @var{filename} as the program to be debugged. It is read for its
9775symbols and for the contents of pure memory. It is also the program
9776executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
9777directory and the file is not found in the @value{GDBN} working directory,
9778@value{GDBN} uses the environment variable @code{PATH} as a list of
9779directories to search, just as the shell does when looking for a program
9780to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
9781and your program, using the @code{path} command.
9782
6d2ebf8b 9783On systems with memory-mapped files, an auxiliary file named
c906108c
SS
9784@file{@var{filename}.syms} may hold symbol table information for
9785@var{filename}. If so, @value{GDBN} maps in the symbol table from
9786@file{@var{filename}.syms}, starting up more quickly. See the
9787descriptions of the file options @samp{-mapped} and @samp{-readnow}
9788(available on the command line, and with the commands @code{file},
5d161b24 9789@code{symbol-file}, or @code{add-symbol-file}, described below),
c906108c 9790for more information.
c906108c
SS
9791
9792@item file
9793@code{file} with no argument makes @value{GDBN} discard any information it
9794has on both executable file and the symbol table.
9795
9796@kindex exec-file
9797@item exec-file @r{[} @var{filename} @r{]}
9798Specify that the program to be run (but not the symbol table) is found
9799in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
9800if necessary to locate your program. Omitting @var{filename} means to
9801discard information on the executable file.
9802
9803@kindex symbol-file
9804@item symbol-file @r{[} @var{filename} @r{]}
9805Read symbol table information from file @var{filename}. @code{PATH} is
9806searched when necessary. Use the @code{file} command to get both symbol
9807table and program to run from the same file.
9808
9809@code{symbol-file} with no argument clears out @value{GDBN} information on your
9810program's symbol table.
9811
5d161b24 9812The @code{symbol-file} command causes @value{GDBN} to forget the contents
c906108c
SS
9813of its convenience variables, the value history, and all breakpoints and
9814auto-display expressions. This is because they may contain pointers to
9815the internal data recording symbols and data types, which are part of
9816the old symbol table data being discarded inside @value{GDBN}.
9817
9818@code{symbol-file} does not repeat if you press @key{RET} again after
9819executing it once.
9820
9821When @value{GDBN} is configured for a particular environment, it
9822understands debugging information in whatever format is the standard
9823generated for that environment; you may use either a @sc{gnu} compiler, or
9824other compilers that adhere to the local conventions.
c906108c
SS
9825Best results are usually obtained from @sc{gnu} compilers; for example,
9826using @code{@value{GCC}} you can generate debugging information for
9827optimized code.
c906108c
SS
9828
9829For most kinds of object files, with the exception of old SVR3 systems
9830using COFF, the @code{symbol-file} command does not normally read the
9831symbol table in full right away. Instead, it scans the symbol table
9832quickly to find which source files and which symbols are present. The
9833details are read later, one source file at a time, as they are needed.
9834
9835The purpose of this two-stage reading strategy is to make @value{GDBN}
9836start up faster. For the most part, it is invisible except for
9837occasional pauses while the symbol table details for a particular source
9838file are being read. (The @code{set verbose} command can turn these
9839pauses into messages if desired. @xref{Messages/Warnings, ,Optional
9840warnings and messages}.)
9841
c906108c
SS
9842We have not implemented the two-stage strategy for COFF yet. When the
9843symbol table is stored in COFF format, @code{symbol-file} reads the
9844symbol table data in full right away. Note that ``stabs-in-COFF''
9845still does the two-stage strategy, since the debug info is actually
9846in stabs format.
9847
9848@kindex readnow
9849@cindex reading symbols immediately
9850@cindex symbols, reading immediately
9851@kindex mapped
9852@cindex memory-mapped symbol file
9853@cindex saving symbol table
9854@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9855@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9856You can override the @value{GDBN} two-stage strategy for reading symbol
9857tables by using the @samp{-readnow} option with any of the commands that
9858load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 9859entire symbol table available.
c906108c 9860
c906108c
SS
9861If memory-mapped files are available on your system through the
9862@code{mmap} system call, you can use another option, @samp{-mapped}, to
9863cause @value{GDBN} to write the symbols for your program into a reusable
9864file. Future @value{GDBN} debugging sessions map in symbol information
9865from this auxiliary symbol file (if the program has not changed), rather
9866than spending time reading the symbol table from the executable
9867program. Using the @samp{-mapped} option has the same effect as
9868starting @value{GDBN} with the @samp{-mapped} command-line option.
9869
9870You can use both options together, to make sure the auxiliary symbol
9871file has all the symbol information for your program.
9872
9873The auxiliary symbol file for a program called @var{myprog} is called
9874@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
9875than the corresponding executable), @value{GDBN} always attempts to use
9876it when you debug @var{myprog}; no special options or commands are
9877needed.
9878
9879The @file{.syms} file is specific to the host machine where you run
9880@value{GDBN}. It holds an exact image of the internal @value{GDBN}
9881symbol table. It cannot be shared across multiple host platforms.
c906108c
SS
9882
9883@c FIXME: for now no mention of directories, since this seems to be in
9884@c flux. 13mar1992 status is that in theory GDB would look either in
9885@c current dir or in same dir as myprog; but issues like competing
9886@c GDB's, or clutter in system dirs, mean that in practice right now
9887@c only current dir is used. FFish says maybe a special GDB hierarchy
9888@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
9889@c files.
9890
9891@kindex core
9892@kindex core-file
9893@item core-file @r{[} @var{filename} @r{]}
9894Specify the whereabouts of a core dump file to be used as the ``contents
9895of memory''. Traditionally, core files contain only some parts of the
9896address space of the process that generated them; @value{GDBN} can access the
9897executable file itself for other parts.
9898
9899@code{core-file} with no argument specifies that no core file is
9900to be used.
9901
9902Note that the core file is ignored when your program is actually running
7a292a7a
SS
9903under @value{GDBN}. So, if you have been running your program and you
9904wish to debug a core file instead, you must kill the subprocess in which
9905the program is running. To do this, use the @code{kill} command
c906108c 9906(@pxref{Kill Process, ,Killing the child process}).
c906108c 9907
c906108c
SS
9908@kindex add-symbol-file
9909@cindex dynamic linking
9910@item add-symbol-file @var{filename} @var{address}
9911@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
17d9d558 9912@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
96a2c332
SS
9913The @code{add-symbol-file} command reads additional symbol table
9914information from the file @var{filename}. You would use this command
9915when @var{filename} has been dynamically loaded (by some other means)
9916into the program that is running. @var{address} should be the memory
9917address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
9918this out for itself. You can additionally specify an arbitrary number
9919of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
9920section name and base address for that section. You can specify any
9921@var{address} as an expression.
c906108c
SS
9922
9923The symbol table of the file @var{filename} is added to the symbol table
9924originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
9925@code{add-symbol-file} command any number of times; the new symbol data
9926thus read keeps adding to the old. To discard all old symbol data
9927instead, use the @code{symbol-file} command without any arguments.
c906108c 9928
17d9d558
JB
9929@cindex relocatable object files, reading symbols from
9930@cindex object files, relocatable, reading symbols from
9931@cindex reading symbols from relocatable object files
9932@cindex symbols, reading from relocatable object files
9933@cindex @file{.o} files, reading symbols from
9934Although @var{filename} is typically a shared library file, an
9935executable file, or some other object file which has been fully
9936relocated for loading into a process, you can also load symbolic
9937information from relocatable @file{.o} files, as long as:
9938
9939@itemize @bullet
9940@item
9941the file's symbolic information refers only to linker symbols defined in
9942that file, not to symbols defined by other object files,
9943@item
9944every section the file's symbolic information refers to has actually
9945been loaded into the inferior, as it appears in the file, and
9946@item
9947you can determine the address at which every section was loaded, and
9948provide these to the @code{add-symbol-file} command.
9949@end itemize
9950
9951@noindent
9952Some embedded operating systems, like Sun Chorus and VxWorks, can load
9953relocatable files into an already running program; such systems
9954typically make the requirements above easy to meet. However, it's
9955important to recognize that many native systems use complex link
49efadf5 9956procedures (@code{.linkonce} section factoring and C@t{++} constructor table
17d9d558
JB
9957assembly, for example) that make the requirements difficult to meet. In
9958general, one cannot assume that using @code{add-symbol-file} to read a
9959relocatable object file's symbolic information will have the same effect
9960as linking the relocatable object file into the program in the normal
9961way.
9962
c906108c
SS
9963@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
9964
9965You can use the @samp{-mapped} and @samp{-readnow} options just as with
9966the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
9967table information for @var{filename}.
9968
9969@kindex add-shared-symbol-file
9970@item add-shared-symbol-file
9971The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
5d161b24
DB
9972operating system for the Motorola 88k. @value{GDBN} automatically looks for
9973shared libraries, however if @value{GDBN} does not find yours, you can run
c906108c 9974@code{add-shared-symbol-file}. It takes no arguments.
c906108c 9975
c906108c
SS
9976@kindex section
9977@item section
5d161b24
DB
9978The @code{section} command changes the base address of section SECTION of
9979the exec file to ADDR. This can be used if the exec file does not contain
9980section addresses, (such as in the a.out format), or when the addresses
9981specified in the file itself are wrong. Each section must be changed
d4f3574e
SS
9982separately. The @code{info files} command, described below, lists all
9983the sections and their addresses.
c906108c
SS
9984
9985@kindex info files
9986@kindex info target
9987@item info files
9988@itemx info target
7a292a7a
SS
9989@code{info files} and @code{info target} are synonymous; both print the
9990current target (@pxref{Targets, ,Specifying a Debugging Target}),
9991including the names of the executable and core dump files currently in
9992use by @value{GDBN}, and the files from which symbols were loaded. The
9993command @code{help target} lists all possible targets rather than
9994current ones.
9995
fe95c787
MS
9996@kindex maint info sections
9997@item maint info sections
9998Another command that can give you extra information about program sections
9999is @code{maint info sections}. In addition to the section information
10000displayed by @code{info files}, this command displays the flags and file
10001offset of each section in the executable and core dump files. In addition,
10002@code{maint info sections} provides the following command options (which
10003may be arbitrarily combined):
10004
10005@table @code
10006@item ALLOBJ
10007Display sections for all loaded object files, including shared libraries.
10008@item @var{sections}
6600abed 10009Display info only for named @var{sections}.
fe95c787
MS
10010@item @var{section-flags}
10011Display info only for sections for which @var{section-flags} are true.
10012The section flags that @value{GDBN} currently knows about are:
10013@table @code
10014@item ALLOC
10015Section will have space allocated in the process when loaded.
10016Set for all sections except those containing debug information.
10017@item LOAD
10018Section will be loaded from the file into the child process memory.
10019Set for pre-initialized code and data, clear for @code{.bss} sections.
10020@item RELOC
10021Section needs to be relocated before loading.
10022@item READONLY
10023Section cannot be modified by the child process.
10024@item CODE
10025Section contains executable code only.
6600abed 10026@item DATA
fe95c787
MS
10027Section contains data only (no executable code).
10028@item ROM
10029Section will reside in ROM.
10030@item CONSTRUCTOR
10031Section contains data for constructor/destructor lists.
10032@item HAS_CONTENTS
10033Section is not empty.
10034@item NEVER_LOAD
10035An instruction to the linker to not output the section.
10036@item COFF_SHARED_LIBRARY
10037A notification to the linker that the section contains
10038COFF shared library information.
10039@item IS_COMMON
10040Section contains common symbols.
10041@end table
10042@end table
6763aef9
MS
10043@kindex set trust-readonly-sections
10044@item set trust-readonly-sections on
10045Tell @value{GDBN} that readonly sections in your object file
6ca652b0 10046really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
10047In that case, @value{GDBN} can fetch values from these sections
10048out of the object file, rather than from the target program.
10049For some targets (notably embedded ones), this can be a significant
10050enhancement to debugging performance.
10051
10052The default is off.
10053
10054@item set trust-readonly-sections off
15110bc3 10055Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
10056the contents of the section might change while the program is running,
10057and must therefore be fetched from the target when needed.
c906108c
SS
10058@end table
10059
10060All file-specifying commands allow both absolute and relative file names
10061as arguments. @value{GDBN} always converts the file name to an absolute file
10062name and remembers it that way.
10063
c906108c 10064@cindex shared libraries
c906108c
SS
10065@value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared
10066libraries.
53a5351d 10067
c906108c
SS
10068@value{GDBN} automatically loads symbol definitions from shared libraries
10069when you use the @code{run} command, or when you examine a core file.
10070(Before you issue the @code{run} command, @value{GDBN} does not understand
10071references to a function in a shared library, however---unless you are
10072debugging a core file).
53a5351d
JM
10073
10074On HP-UX, if the program loads a library explicitly, @value{GDBN}
10075automatically loads the symbols at the time of the @code{shl_load} call.
10076
c906108c
SS
10077@c FIXME: some @value{GDBN} release may permit some refs to undef
10078@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10079@c FIXME...lib; check this from time to time when updating manual
10080
b7209cb4
FF
10081There are times, however, when you may wish to not automatically load
10082symbol definitions from shared libraries, such as when they are
10083particularly large or there are many of them.
10084
10085To control the automatic loading of shared library symbols, use the
10086commands:
10087
10088@table @code
10089@kindex set auto-solib-add
10090@item set auto-solib-add @var{mode}
10091If @var{mode} is @code{on}, symbols from all shared object libraries
10092will be loaded automatically when the inferior begins execution, you
10093attach to an independently started inferior, or when the dynamic linker
10094informs @value{GDBN} that a new library has been loaded. If @var{mode}
10095is @code{off}, symbols must be loaded manually, using the
10096@code{sharedlibrary} command. The default value is @code{on}.
10097
10098@kindex show auto-solib-add
10099@item show auto-solib-add
10100Display the current autoloading mode.
10101@end table
10102
10103To explicitly load shared library symbols, use the @code{sharedlibrary}
10104command:
10105
c906108c
SS
10106@table @code
10107@kindex info sharedlibrary
10108@kindex info share
10109@item info share
10110@itemx info sharedlibrary
10111Print the names of the shared libraries which are currently loaded.
10112
10113@kindex sharedlibrary
10114@kindex share
10115@item sharedlibrary @var{regex}
10116@itemx share @var{regex}
c906108c
SS
10117Load shared object library symbols for files matching a
10118Unix regular expression.
10119As with files loaded automatically, it only loads shared libraries
10120required by your program for a core file or after typing @code{run}. If
10121@var{regex} is omitted all shared libraries required by your program are
10122loaded.
10123@end table
10124
b7209cb4
FF
10125On some systems, such as HP-UX systems, @value{GDBN} supports
10126autoloading shared library symbols until a limiting threshold size is
10127reached. This provides the benefit of allowing autoloading to remain on
10128by default, but avoids autoloading excessively large shared libraries,
10129up to a threshold that is initially set, but which you can modify if you
10130wish.
c906108c
SS
10131
10132Beyond that threshold, symbols from shared libraries must be explicitly
d4f3574e
SS
10133loaded. To load these symbols, use the command @code{sharedlibrary
10134@var{filename}}. The base address of the shared library is determined
c906108c
SS
10135automatically by @value{GDBN} and need not be specified.
10136
10137To display or set the threshold, use the commands:
10138
10139@table @code
b7209cb4
FF
10140@kindex set auto-solib-limit
10141@item set auto-solib-limit @var{threshold}
10142Set the autoloading size threshold, in an integral number of megabytes.
10143If @var{threshold} is nonzero and shared library autoloading is enabled,
10144symbols from all shared object libraries will be loaded until the total
10145size of the loaded shared library symbols exceeds this threshold.
c906108c 10146Otherwise, symbols must be loaded manually, using the
6ca652b0 10147@code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100
b7209cb4 10148Mb).
c906108c 10149
b7209cb4
FF
10150@kindex show auto-solib-limit
10151@item show auto-solib-limit
c906108c
SS
10152Display the current autoloading size threshold, in megabytes.
10153@end table
c906108c 10154
f5ebfba0
DJ
10155Shared libraries are also supported in many cross or remote debugging
10156configurations. A copy of the target's libraries need to be present on the
10157host system; they need to be the same as the target libraries, although the
10158copies on the target can be stripped as long as the copies on the host are
10159not.
10160
10161You need to tell @value{GDBN} where the target libraries are, so that it can
10162load the correct copies---otherwise, it may try to load the host's libraries.
10163@value{GDBN} has two variables to specify the search directories for target
10164libraries.
10165
10166@table @code
10167@kindex set solib-absolute-prefix
10168@item set solib-absolute-prefix @var{path}
10169If this variable is set, @var{path} will be used as a prefix for any
10170absolute shared library paths; many runtime loaders store the absolute
10171paths to the shared library in the target program's memory. If you use
10172@samp{solib-absolute-prefix} to find shared libraries, they need to be laid
10173out in the same way that they are on the target, with e.g.@: a
10174@file{/usr/lib} hierarchy under @var{path}.
10175
10176You can set the default value of @samp{solib-absolute-prefix} by using the
10177configure-time @samp{--with-sysroot} option.
10178
10179@kindex show solib-absolute-prefix
10180@item show solib-absolute-prefix
10181Display the current shared library prefix.
10182
10183@kindex set solib-search-path
10184@item set solib-search-path @var{path}
10185If this variable is set, @var{path} is a colon-separated list of directories
10186to search for shared libraries. @samp{solib-search-path} is used after
10187@samp{solib-absolute-prefix} fails to locate the library, or if the path to
10188the library is relative instead of absolute. If you want to use
10189@samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
10190set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
10191@value{GDBN} from finding your host's libraries.
10192
10193@kindex show solib-search-path
10194@item show solib-search-path
10195Display the current shared library search path.
10196@end table
10197
5b5d99cf
JB
10198
10199@node Separate Debug Files
10200@section Debugging Information in Separate Files
10201@cindex separate debugging information files
10202@cindex debugging information in separate files
10203@cindex @file{.debug} subdirectories
10204@cindex debugging information directory, global
10205@cindex global debugging information directory
10206
10207@value{GDBN} allows you to put a program's debugging information in a
10208file separate from the executable itself, in a way that allows
10209@value{GDBN} to find and load the debugging information automatically.
10210Since debugging information can be very large --- sometimes larger
10211than the executable code itself --- some systems distribute debugging
10212information for their executables in separate files, which users can
10213install only when they need to debug a problem.
10214
10215If an executable's debugging information has been extracted to a
10216separate file, the executable should contain a @dfn{debug link} giving
10217the name of the debugging information file (with no directory
10218components), and a checksum of its contents. (The exact form of a
10219debug link is described below.) If the full name of the directory
10220containing the executable is @var{execdir}, and the executable has a
10221debug link that specifies the name @var{debugfile}, then @value{GDBN}
10222will automatically search for the debugging information file in three
10223places:
10224
10225@itemize @bullet
10226@item
10227the directory containing the executable file (that is, it will look
10228for a file named @file{@var{execdir}/@var{debugfile}},
10229@item
10230a subdirectory of that directory named @file{.debug} (that is, the
10231file @file{@var{execdir}/.debug/@var{debugfile}}, and
10232@item
10233a subdirectory of the global debug file directory that includes the
10234executable's full path, and the name from the link (that is, the file
10235@file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
10236@var{globaldebugdir} is the global debug file directory, and
10237@var{execdir} has been turned into a relative path).
10238@end itemize
10239@noindent
10240@value{GDBN} checks under each of these names for a debugging
10241information file whose checksum matches that given in the link, and
10242reads the debugging information from the first one it finds.
10243
10244So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
10245which has a link containing the name @file{ls.debug}, and the global
10246debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
10247for debug information in @file{/usr/bin/ls.debug},
10248@file{/usr/bin/.debug/ls.debug}, and
10249@file{/usr/lib/debug/usr/bin/ls.debug}.
10250
10251You can set the global debugging info directory's name, and view the
10252name @value{GDBN} is currently using.
10253
10254@table @code
10255
10256@kindex set debug-file-directory
10257@item set debug-file-directory @var{directory}
10258Set the directory which @value{GDBN} searches for separate debugging
10259information files to @var{directory}.
10260
10261@kindex show debug-file-directory
10262@item show debug-file-directory
10263Show the directory @value{GDBN} searches for separate debugging
10264information files.
10265
10266@end table
10267
10268@cindex @code{.gnu_debuglink} sections
10269@cindex debug links
10270A debug link is a special section of the executable file named
10271@code{.gnu_debuglink}. The section must contain:
10272
10273@itemize
10274@item
10275A filename, with any leading directory components removed, followed by
10276a zero byte,
10277@item
10278zero to three bytes of padding, as needed to reach the next four-byte
10279boundary within the section, and
10280@item
10281a four-byte CRC checksum, stored in the same endianness used for the
10282executable file itself. The checksum is computed on the debugging
10283information file's full contents by the function given below, passing
10284zero as the @var{crc} argument.
10285@end itemize
10286
10287Any executable file format can carry a debug link, as long as it can
10288contain a section named @code{.gnu_debuglink} with the contents
10289described above.
10290
10291The debugging information file itself should be an ordinary
10292executable, containing a full set of linker symbols, sections, and
10293debugging information. The sections of the debugging information file
10294should have the same names, addresses and sizes as the original file,
10295but they need not contain any data --- much like a @code{.bss} section
10296in an ordinary executable.
10297
10298As of December 2002, there is no standard GNU utility to produce
10299separated executable / debugging information file pairs. Ulrich
10300Drepper's @file{elfutils} package, starting with version 0.53,
10301contains a version of the @code{strip} command such that the command
10302@kbd{strip foo -f foo.debug} removes the debugging information from
10303the executable file @file{foo}, places it in the file
10304@file{foo.debug}, and leaves behind a debug link in @file{foo}.
10305
10306Since there are many different ways to compute CRC's (different
10307polynomials, reversals, byte ordering, etc.), the simplest way to
10308describe the CRC used in @code{.gnu_debuglink} sections is to give the
10309complete code for a function that computes it:
10310
10311@kindex @code{gnu_debuglink_crc32}
10312@smallexample
10313unsigned long
10314gnu_debuglink_crc32 (unsigned long crc,
10315 unsigned char *buf, size_t len)
10316@{
10317 static const unsigned long crc32_table[256] =
10318 @{
10319 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
10320 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
10321 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
10322 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
10323 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
10324 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
10325 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
10326 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
10327 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
10328 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
10329 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
10330 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
10331 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
10332 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
10333 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
10334 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
10335 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
10336 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
10337 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
10338 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
10339 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
10340 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
10341 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
10342 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
10343 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
10344 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
10345 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
10346 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
10347 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
10348 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
10349 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
10350 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
10351 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
10352 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
10353 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
10354 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
10355 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
10356 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
10357 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
10358 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
10359 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
10360 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
10361 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
10362 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
10363 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
10364 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
10365 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
10366 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
10367 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
10368 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
10369 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
10370 0x2d02ef8d
10371 @};
10372 unsigned char *end;
10373
10374 crc = ~crc & 0xffffffff;
10375 for (end = buf + len; buf < end; ++buf)
10376 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
e7a3abfc 10377 return ~crc & 0xffffffff;
5b5d99cf
JB
10378@}
10379@end smallexample
10380
10381
6d2ebf8b 10382@node Symbol Errors
c906108c
SS
10383@section Errors reading symbol files
10384
10385While reading a symbol file, @value{GDBN} occasionally encounters problems,
10386such as symbol types it does not recognize, or known bugs in compiler
10387output. By default, @value{GDBN} does not notify you of such problems, since
10388they are relatively common and primarily of interest to people
10389debugging compilers. If you are interested in seeing information
10390about ill-constructed symbol tables, you can either ask @value{GDBN} to print
10391only one message about each such type of problem, no matter how many
10392times the problem occurs; or you can ask @value{GDBN} to print more messages,
10393to see how many times the problems occur, with the @code{set
10394complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
10395messages}).
10396
10397The messages currently printed, and their meanings, include:
10398
10399@table @code
10400@item inner block not inside outer block in @var{symbol}
10401
10402The symbol information shows where symbol scopes begin and end
10403(such as at the start of a function or a block of statements). This
10404error indicates that an inner scope block is not fully contained
10405in its outer scope blocks.
10406
10407@value{GDBN} circumvents the problem by treating the inner block as if it had
10408the same scope as the outer block. In the error message, @var{symbol}
10409may be shown as ``@code{(don't know)}'' if the outer block is not a
10410function.
10411
10412@item block at @var{address} out of order
10413
10414The symbol information for symbol scope blocks should occur in
10415order of increasing addresses. This error indicates that it does not
10416do so.
10417
10418@value{GDBN} does not circumvent this problem, and has trouble
10419locating symbols in the source file whose symbols it is reading. (You
10420can often determine what source file is affected by specifying
10421@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
10422messages}.)
10423
10424@item bad block start address patched
10425
10426The symbol information for a symbol scope block has a start address
10427smaller than the address of the preceding source line. This is known
10428to occur in the SunOS 4.1.1 (and earlier) C compiler.
10429
10430@value{GDBN} circumvents the problem by treating the symbol scope block as
10431starting on the previous source line.
10432
10433@item bad string table offset in symbol @var{n}
10434
10435@cindex foo
10436Symbol number @var{n} contains a pointer into the string table which is
10437larger than the size of the string table.
10438
10439@value{GDBN} circumvents the problem by considering the symbol to have the
10440name @code{foo}, which may cause other problems if many symbols end up
10441with this name.
10442
10443@item unknown symbol type @code{0x@var{nn}}
10444
7a292a7a
SS
10445The symbol information contains new data types that @value{GDBN} does
10446not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 10447uncomprehended information, in hexadecimal.
c906108c 10448
7a292a7a
SS
10449@value{GDBN} circumvents the error by ignoring this symbol information.
10450This usually allows you to debug your program, though certain symbols
c906108c 10451are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
10452debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
10453on @code{complain}, then go up to the function @code{read_dbx_symtab}
10454and examine @code{*bufp} to see the symbol.
c906108c
SS
10455
10456@item stub type has NULL name
c906108c 10457
7a292a7a 10458@value{GDBN} could not find the full definition for a struct or class.
c906108c 10459
7a292a7a 10460@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 10461The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
10462information that recent versions of the compiler should have output for
10463it.
c906108c
SS
10464
10465@item info mismatch between compiler and debugger
10466
10467@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 10468
c906108c
SS
10469@end table
10470
6d2ebf8b 10471@node Targets
c906108c 10472@chapter Specifying a Debugging Target
7a292a7a 10473
c906108c
SS
10474@cindex debugging target
10475@kindex target
10476
10477A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
10478
10479Often, @value{GDBN} runs in the same host environment as your program;
10480in that case, the debugging target is specified as a side effect when
10481you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
10482flexibility---for example, running @value{GDBN} on a physically separate
10483host, or controlling a standalone system over a serial port or a
53a5351d
JM
10484realtime system over a TCP/IP connection---you can use the @code{target}
10485command to specify one of the target types configured for @value{GDBN}
10486(@pxref{Target Commands, ,Commands for managing targets}).
c906108c
SS
10487
10488@menu
10489* Active Targets:: Active targets
10490* Target Commands:: Commands for managing targets
c906108c
SS
10491* Byte Order:: Choosing target byte order
10492* Remote:: Remote debugging
96baa820 10493* KOD:: Kernel Object Display
c906108c
SS
10494
10495@end menu
10496
6d2ebf8b 10497@node Active Targets
c906108c 10498@section Active targets
7a292a7a 10499
c906108c
SS
10500@cindex stacking targets
10501@cindex active targets
10502@cindex multiple targets
10503
c906108c 10504There are three classes of targets: processes, core files, and
7a292a7a
SS
10505executable files. @value{GDBN} can work concurrently on up to three
10506active targets, one in each class. This allows you to (for example)
10507start a process and inspect its activity without abandoning your work on
10508a core file.
c906108c
SS
10509
10510For example, if you execute @samp{gdb a.out}, then the executable file
10511@code{a.out} is the only active target. If you designate a core file as
10512well---presumably from a prior run that crashed and coredumped---then
10513@value{GDBN} has two active targets and uses them in tandem, looking
10514first in the corefile target, then in the executable file, to satisfy
10515requests for memory addresses. (Typically, these two classes of target
10516are complementary, since core files contain only a program's
10517read-write memory---variables and so on---plus machine status, while
10518executable files contain only the program text and initialized data.)
c906108c
SS
10519
10520When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
10521target as well. When a process target is active, all @value{GDBN}
10522commands requesting memory addresses refer to that target; addresses in
10523an active core file or executable file target are obscured while the
10524process target is active.
c906108c 10525
7a292a7a
SS
10526Use the @code{core-file} and @code{exec-file} commands to select a new
10527core file or executable target (@pxref{Files, ,Commands to specify
c906108c 10528files}). To specify as a target a process that is already running, use
7a292a7a
SS
10529the @code{attach} command (@pxref{Attach, ,Debugging an already-running
10530process}).
c906108c 10531
6d2ebf8b 10532@node Target Commands
c906108c
SS
10533@section Commands for managing targets
10534
10535@table @code
10536@item target @var{type} @var{parameters}
7a292a7a
SS
10537Connects the @value{GDBN} host environment to a target machine or
10538process. A target is typically a protocol for talking to debugging
10539facilities. You use the argument @var{type} to specify the type or
10540protocol of the target machine.
c906108c
SS
10541
10542Further @var{parameters} are interpreted by the target protocol, but
10543typically include things like device names or host names to connect
10544with, process numbers, and baud rates.
c906108c
SS
10545
10546The @code{target} command does not repeat if you press @key{RET} again
10547after executing the command.
10548
10549@kindex help target
10550@item help target
10551Displays the names of all targets available. To display targets
10552currently selected, use either @code{info target} or @code{info files}
10553(@pxref{Files, ,Commands to specify files}).
10554
10555@item help target @var{name}
10556Describe a particular target, including any parameters necessary to
10557select it.
10558
10559@kindex set gnutarget
10560@item set gnutarget @var{args}
5d161b24 10561@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 10562knows whether it is reading an @dfn{executable},
5d161b24
DB
10563a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
10564with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
10565with @code{gnutarget} the @code{target} refers to a program, not a machine.
10566
d4f3574e 10567@quotation
c906108c
SS
10568@emph{Warning:} To specify a file format with @code{set gnutarget},
10569you must know the actual BFD name.
d4f3574e 10570@end quotation
c906108c 10571
d4f3574e
SS
10572@noindent
10573@xref{Files, , Commands to specify files}.
c906108c 10574
5d161b24 10575@kindex show gnutarget
c906108c
SS
10576@item show gnutarget
10577Use the @code{show gnutarget} command to display what file format
10578@code{gnutarget} is set to read. If you have not set @code{gnutarget},
10579@value{GDBN} will determine the file format for each file automatically,
10580and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
10581@end table
10582
c906108c
SS
10583Here are some common targets (available, or not, depending on the GDB
10584configuration):
c906108c
SS
10585
10586@table @code
10587@kindex target exec
10588@item target exec @var{program}
10589An executable file. @samp{target exec @var{program}} is the same as
10590@samp{exec-file @var{program}}.
10591
c906108c
SS
10592@kindex target core
10593@item target core @var{filename}
10594A core dump file. @samp{target core @var{filename}} is the same as
10595@samp{core-file @var{filename}}.
c906108c
SS
10596
10597@kindex target remote
10598@item target remote @var{dev}
10599Remote serial target in GDB-specific protocol. The argument @var{dev}
10600specifies what serial device to use for the connection (e.g.
10601@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
d4f3574e 10602supports the @code{load} command. This is only useful if you have
c906108c
SS
10603some other way of getting the stub to the target system, and you can put
10604it somewhere in memory where it won't get clobbered by the download.
10605
c906108c
SS
10606@kindex target sim
10607@item target sim
2df3850c 10608Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 10609In general,
474c8240 10610@smallexample
104c1213
JM
10611 target sim
10612 load
10613 run
474c8240 10614@end smallexample
d4f3574e 10615@noindent
104c1213 10616works; however, you cannot assume that a specific memory map, device
d4f3574e 10617drivers, or even basic I/O is available, although some simulators do
104c1213
JM
10618provide these. For info about any processor-specific simulator details,
10619see the appropriate section in @ref{Embedded Processors, ,Embedded
10620Processors}.
10621
c906108c
SS
10622@end table
10623
104c1213 10624Some configurations may include these targets as well:
c906108c
SS
10625
10626@table @code
10627
c906108c
SS
10628@kindex target nrom
10629@item target nrom @var{dev}
10630NetROM ROM emulator. This target only supports downloading.
10631
c906108c
SS
10632@end table
10633
5d161b24 10634Different targets are available on different configurations of @value{GDBN};
c906108c 10635your configuration may have more or fewer targets.
c906108c
SS
10636
10637Many remote targets require you to download the executable's code
10638once you've successfully established a connection.
10639
10640@table @code
10641
10642@kindex load @var{filename}
10643@item load @var{filename}
c906108c
SS
10644Depending on what remote debugging facilities are configured into
10645@value{GDBN}, the @code{load} command may be available. Where it exists, it
10646is meant to make @var{filename} (an executable) available for debugging
10647on the remote system---by downloading, or dynamic linking, for example.
10648@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
10649the @code{add-symbol-file} command.
10650
10651If your @value{GDBN} does not have a @code{load} command, attempting to
10652execute it gets the error message ``@code{You can't do that when your
10653target is @dots{}}''
c906108c
SS
10654
10655The file is loaded at whatever address is specified in the executable.
10656For some object file formats, you can specify the load address when you
10657link the program; for other formats, like a.out, the object file format
10658specifies a fixed address.
10659@c FIXME! This would be a good place for an xref to the GNU linker doc.
10660
c906108c
SS
10661@code{load} does not repeat if you press @key{RET} again after using it.
10662@end table
10663
6d2ebf8b 10664@node Byte Order
c906108c 10665@section Choosing target byte order
7a292a7a 10666
c906108c
SS
10667@cindex choosing target byte order
10668@cindex target byte order
c906108c 10669
172c2a43 10670Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
c906108c
SS
10671offer the ability to run either big-endian or little-endian byte
10672orders. Usually the executable or symbol will include a bit to
10673designate the endian-ness, and you will not need to worry about
10674which to use. However, you may still find it useful to adjust
d4f3574e 10675@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
10676
10677@table @code
10678@kindex set endian big
10679@item set endian big
10680Instruct @value{GDBN} to assume the target is big-endian.
10681
10682@kindex set endian little
10683@item set endian little
10684Instruct @value{GDBN} to assume the target is little-endian.
10685
10686@kindex set endian auto
10687@item set endian auto
10688Instruct @value{GDBN} to use the byte order associated with the
10689executable.
10690
10691@item show endian
10692Display @value{GDBN}'s current idea of the target byte order.
10693
10694@end table
10695
10696Note that these commands merely adjust interpretation of symbolic
10697data on the host, and that they have absolutely no effect on the
10698target system.
10699
6d2ebf8b 10700@node Remote
c906108c
SS
10701@section Remote debugging
10702@cindex remote debugging
10703
10704If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
10705@value{GDBN} in the usual way, it is often useful to use remote debugging.
10706For example, you might use remote debugging on an operating system kernel,
c906108c
SS
10707or on a small system which does not have a general purpose operating system
10708powerful enough to run a full-featured debugger.
10709
10710Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
10711to make this work with particular debugging targets. In addition,
5d161b24 10712@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
10713but not specific to any particular target system) which you can use if you
10714write the remote stubs---the code that runs on the remote system to
10715communicate with @value{GDBN}.
10716
10717Other remote targets may be available in your
10718configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 10719
6f05cf9f
AC
10720@node KOD
10721@section Kernel Object Display
6f05cf9f 10722@cindex kernel object display
6f05cf9f
AC
10723@cindex KOD
10724
10725Some targets support kernel object display. Using this facility,
10726@value{GDBN} communicates specially with the underlying operating system
10727and can display information about operating system-level objects such as
10728mutexes and other synchronization objects. Exactly which objects can be
10729displayed is determined on a per-OS basis.
10730
3bbe9696 10731@kindex set os
6f05cf9f
AC
10732Use the @code{set os} command to set the operating system. This tells
10733@value{GDBN} which kernel object display module to initialize:
10734
474c8240 10735@smallexample
6f05cf9f 10736(@value{GDBP}) set os cisco
474c8240 10737@end smallexample
6f05cf9f 10738
3bbe9696
EZ
10739@kindex show os
10740The associated command @code{show os} displays the operating system
10741set with the @code{set os} command; if no operating system has been
10742set, @code{show os} will display an empty string @samp{""}.
10743
6f05cf9f
AC
10744If @code{set os} succeeds, @value{GDBN} will display some information
10745about the operating system, and will create a new @code{info} command
10746which can be used to query the target. The @code{info} command is named
10747after the operating system:
c906108c 10748
3bbe9696 10749@kindex info cisco
474c8240 10750@smallexample
6f05cf9f
AC
10751(@value{GDBP}) info cisco
10752List of Cisco Kernel Objects
10753Object Description
10754any Any and all objects
474c8240 10755@end smallexample
6f05cf9f
AC
10756
10757Further subcommands can be used to query about particular objects known
10758by the kernel.
10759
3bbe9696
EZ
10760There is currently no way to determine whether a given operating
10761system is supported other than to try setting it with @kbd{set os
10762@var{name}}, where @var{name} is the name of the operating system you
10763want to try.
6f05cf9f
AC
10764
10765
10766@node Remote Debugging
10767@chapter Debugging remote programs
10768
6b2f586d 10769@menu
07f31aa6 10770* Connecting:: Connecting to a remote target
6b2f586d
AC
10771* Server:: Using the gdbserver program
10772* NetWare:: Using the gdbserve.nlm program
501eef12 10773* Remote configuration:: Remote configuration
6b2f586d 10774* remote stub:: Implementing a remote stub
6b2f586d
AC
10775@end menu
10776
07f31aa6
DJ
10777@node Connecting
10778@section Connecting to a remote target
10779
10780On the @value{GDBN} host machine, you will need an unstripped copy of
10781your program, since @value{GDBN} needs symobl and debugging information.
10782Start up @value{GDBN} as usual, using the name of the local copy of your
10783program as the first argument.
10784
10785@cindex serial line, @code{target remote}
10786If you're using a serial line, you may want to give @value{GDBN} the
10787@w{@samp{--baud}} option, or use the @code{set remotebaud} command
10788before the @code{target} command.
10789
10790After that, use @code{target remote} to establish communications with
10791the target machine. Its argument specifies how to communicate---either
10792via a devicename attached to a direct serial line, or a TCP or UDP port
10793(possibly to a terminal server which in turn has a serial line to the
10794target). For example, to use a serial line connected to the device
10795named @file{/dev/ttyb}:
10796
10797@smallexample
10798target remote /dev/ttyb
10799@end smallexample
10800
10801@cindex TCP port, @code{target remote}
10802To use a TCP connection, use an argument of the form
10803@code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
10804For example, to connect to port 2828 on a
10805terminal server named @code{manyfarms}:
10806
10807@smallexample
10808target remote manyfarms:2828
10809@end smallexample
10810
10811If your remote target is actually running on the same machine as
10812your debugger session (e.g.@: a simulator of your target running on
10813the same host), you can omit the hostname. For example, to connect
10814to port 1234 on your local machine:
10815
10816@smallexample
10817target remote :1234
10818@end smallexample
10819@noindent
10820
10821Note that the colon is still required here.
10822
10823@cindex UDP port, @code{target remote}
10824To use a UDP connection, use an argument of the form
10825@code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
10826on a terminal server named @code{manyfarms}:
10827
10828@smallexample
10829target remote udp:manyfarms:2828
10830@end smallexample
10831
10832When using a UDP connection for remote debugging, you should keep in mind
10833that the `U' stands for ``Unreliable''. UDP can silently drop packets on
10834busy or unreliable networks, which will cause havoc with your debugging
10835session.
10836
10837Now you can use all the usual commands to examine and change data and to
10838step and continue the remote program.
10839
10840@cindex interrupting remote programs
10841@cindex remote programs, interrupting
10842Whenever @value{GDBN} is waiting for the remote program, if you type the
10843interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
10844program. This may or may not succeed, depending in part on the hardware
10845and the serial drivers the remote system uses. If you type the
10846interrupt character once again, @value{GDBN} displays this prompt:
10847
10848@smallexample
10849Interrupted while waiting for the program.
10850Give up (and stop debugging it)? (y or n)
10851@end smallexample
10852
10853If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
10854(If you decide you want to try again later, you can use @samp{target
10855remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
10856goes back to waiting.
10857
10858@table @code
10859@kindex detach (remote)
10860@item detach
10861When you have finished debugging the remote program, you can use the
10862@code{detach} command to release it from @value{GDBN} control.
10863Detaching from the target normally resumes its execution, but the results
10864will depend on your particular remote stub. After the @code{detach}
10865command, @value{GDBN} is free to connect to another target.
10866
10867@kindex disconnect
10868@item disconnect
10869The @code{disconnect} command behaves like @code{detach}, except that
10870the target is generally not resumed. It will wait for @value{GDBN}
10871(this instance or another one) to connect and continue debugging. After
10872the @code{disconnect} command, @value{GDBN} is again free to connect to
10873another target.
10874@end table
10875
6f05cf9f
AC
10876@node Server
10877@section Using the @code{gdbserver} program
10878
10879@kindex gdbserver
10880@cindex remote connection without stubs
10881@code{gdbserver} is a control program for Unix-like systems, which
10882allows you to connect your program with a remote @value{GDBN} via
10883@code{target remote}---but without linking in the usual debugging stub.
10884
10885@code{gdbserver} is not a complete replacement for the debugging stubs,
10886because it requires essentially the same operating-system facilities
10887that @value{GDBN} itself does. In fact, a system that can run
10888@code{gdbserver} to connect to a remote @value{GDBN} could also run
10889@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
10890because it is a much smaller program than @value{GDBN} itself. It is
10891also easier to port than all of @value{GDBN}, so you may be able to get
10892started more quickly on a new system by using @code{gdbserver}.
10893Finally, if you develop code for real-time systems, you may find that
10894the tradeoffs involved in real-time operation make it more convenient to
10895do as much development work as possible on another system, for example
10896by cross-compiling. You can use @code{gdbserver} to make a similar
10897choice for debugging.
10898
10899@value{GDBN} and @code{gdbserver} communicate via either a serial line
10900or a TCP connection, using the standard @value{GDBN} remote serial
10901protocol.
10902
10903@table @emph
10904@item On the target machine,
10905you need to have a copy of the program you want to debug.
10906@code{gdbserver} does not need your program's symbol table, so you can
10907strip the program if necessary to save space. @value{GDBN} on the host
10908system does all the symbol handling.
10909
10910To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 10911the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
10912syntax is:
10913
10914@smallexample
10915target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
10916@end smallexample
10917
10918@var{comm} is either a device name (to use a serial line) or a TCP
10919hostname and portnumber. For example, to debug Emacs with the argument
10920@samp{foo.txt} and communicate with @value{GDBN} over the serial port
10921@file{/dev/com1}:
10922
10923@smallexample
10924target> gdbserver /dev/com1 emacs foo.txt
10925@end smallexample
10926
10927@code{gdbserver} waits passively for the host @value{GDBN} to communicate
10928with it.
10929
10930To use a TCP connection instead of a serial line:
10931
10932@smallexample
10933target> gdbserver host:2345 emacs foo.txt
10934@end smallexample
10935
10936The only difference from the previous example is the first argument,
10937specifying that you are communicating with the host @value{GDBN} via
10938TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
10939expect a TCP connection from machine @samp{host} to local TCP port 2345.
10940(Currently, the @samp{host} part is ignored.) You can choose any number
10941you want for the port number as long as it does not conflict with any
10942TCP ports already in use on the target system (for example, @code{23} is
10943reserved for @code{telnet}).@footnote{If you choose a port number that
10944conflicts with another service, @code{gdbserver} prints an error message
10945and exits.} You must use the same port number with the host @value{GDBN}
10946@code{target remote} command.
10947
56460a61
DJ
10948On some targets, @code{gdbserver} can also attach to running programs.
10949This is accomplished via the @code{--attach} argument. The syntax is:
10950
10951@smallexample
10952target> gdbserver @var{comm} --attach @var{pid}
10953@end smallexample
10954
10955@var{pid} is the process ID of a currently running process. It isn't necessary
10956to point @code{gdbserver} at a binary for the running process.
10957
b1fe9455
DJ
10958@pindex pidof
10959@cindex attach to a program by name
10960You can debug processes by name instead of process ID if your target has the
10961@code{pidof} utility:
10962
10963@smallexample
10964target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
10965@end smallexample
10966
10967In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
10968has multiple threads, most versions of @code{pidof} support the
10969@code{-s} option to only return the first process ID.
10970
07f31aa6
DJ
10971@item On the host machine,
10972connect to your target (@pxref{Connecting,,Connecting to a remote target}).
6f05cf9f
AC
10973For TCP connections, you must start up @code{gdbserver} prior to using
10974the @code{target remote} command. Otherwise you may get an error whose
10975text depends on the host system, but which usually looks something like
07f31aa6
DJ
10976@samp{Connection refused}. You don't need to use the @code{load}
10977command in @value{GDBN} when using gdbserver, since the program is
10978already on the target.
10979
6f05cf9f
AC
10980@end table
10981
10982@node NetWare
10983@section Using the @code{gdbserve.nlm} program
10984
10985@kindex gdbserve.nlm
10986@code{gdbserve.nlm} is a control program for NetWare systems, which
10987allows you to connect your program with a remote @value{GDBN} via
10988@code{target remote}.
10989
10990@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
10991using the standard @value{GDBN} remote serial protocol.
10992
10993@table @emph
10994@item On the target machine,
10995you need to have a copy of the program you want to debug.
10996@code{gdbserve.nlm} does not need your program's symbol table, so you
10997can strip the program if necessary to save space. @value{GDBN} on the
10998host system does all the symbol handling.
10999
11000To use the server, you must tell it how to communicate with
11001@value{GDBN}; the name of your program; and the arguments for your
11002program. The syntax is:
11003
11004@smallexample
11005load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
11006 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
11007@end smallexample
11008
11009@var{board} and @var{port} specify the serial line; @var{baud} specifies
11010the baud rate used by the connection. @var{port} and @var{node} default
11011to 0, @var{baud} defaults to 9600@dmn{bps}.
11012
11013For example, to debug Emacs with the argument @samp{foo.txt}and
11014communicate with @value{GDBN} over serial port number 2 or board 1
11015using a 19200@dmn{bps} connection:
11016
11017@smallexample
11018load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
11019@end smallexample
11020
07f31aa6
DJ
11021@item
11022On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
11023Connecting to a remote target}).
6f05cf9f 11024
6f05cf9f
AC
11025@end table
11026
501eef12
AC
11027@node Remote configuration
11028@section Remote configuration
11029
11030The following configuration options are available when debugging remote
11031programs:
11032
11033@table @code
11034@kindex set remote hardware-watchpoint-limit
11035@kindex set remote hardware-breakpoint-limit
11036@anchor{set remote hardware-watchpoint-limit}
11037@anchor{set remote hardware-breakpoint-limit}
11038@item set remote hardware-watchpoint-limit @var{limit}
11039@itemx set remote hardware-breakpoint-limit @var{limit}
11040Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
11041watchpoints. A limit of -1, the default, is treated as unlimited.
11042@end table
11043
6f05cf9f
AC
11044@node remote stub
11045@section Implementing a remote stub
7a292a7a 11046
8e04817f
AC
11047@cindex debugging stub, example
11048@cindex remote stub, example
11049@cindex stub example, remote debugging
11050The stub files provided with @value{GDBN} implement the target side of the
11051communication protocol, and the @value{GDBN} side is implemented in the
11052@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
11053these subroutines to communicate, and ignore the details. (If you're
11054implementing your own stub file, you can still ignore the details: start
11055with one of the existing stub files. @file{sparc-stub.c} is the best
11056organized, and therefore the easiest to read.)
11057
104c1213
JM
11058@cindex remote serial debugging, overview
11059To debug a program running on another machine (the debugging
11060@dfn{target} machine), you must first arrange for all the usual
11061prerequisites for the program to run by itself. For example, for a C
11062program, you need:
c906108c 11063
104c1213
JM
11064@enumerate
11065@item
11066A startup routine to set up the C runtime environment; these usually
11067have a name like @file{crt0}. The startup routine may be supplied by
11068your hardware supplier, or you may have to write your own.
96baa820 11069
5d161b24 11070@item
d4f3574e 11071A C subroutine library to support your program's
104c1213 11072subroutine calls, notably managing input and output.
96baa820 11073
104c1213
JM
11074@item
11075A way of getting your program to the other machine---for example, a
11076download program. These are often supplied by the hardware
11077manufacturer, but you may have to write your own from hardware
11078documentation.
11079@end enumerate
96baa820 11080
104c1213
JM
11081The next step is to arrange for your program to use a serial port to
11082communicate with the machine where @value{GDBN} is running (the @dfn{host}
11083machine). In general terms, the scheme looks like this:
96baa820 11084
104c1213
JM
11085@table @emph
11086@item On the host,
11087@value{GDBN} already understands how to use this protocol; when everything
11088else is set up, you can simply use the @samp{target remote} command
11089(@pxref{Targets,,Specifying a Debugging Target}).
11090
11091@item On the target,
11092you must link with your program a few special-purpose subroutines that
11093implement the @value{GDBN} remote serial protocol. The file containing these
11094subroutines is called a @dfn{debugging stub}.
11095
11096On certain remote targets, you can use an auxiliary program
11097@code{gdbserver} instead of linking a stub into your program.
11098@xref{Server,,Using the @code{gdbserver} program}, for details.
11099@end table
96baa820 11100
104c1213
JM
11101The debugging stub is specific to the architecture of the remote
11102machine; for example, use @file{sparc-stub.c} to debug programs on
11103@sc{sparc} boards.
96baa820 11104
104c1213
JM
11105@cindex remote serial stub list
11106These working remote stubs are distributed with @value{GDBN}:
96baa820 11107
104c1213
JM
11108@table @code
11109
11110@item i386-stub.c
41afff9a 11111@cindex @file{i386-stub.c}
104c1213
JM
11112@cindex Intel
11113@cindex i386
11114For Intel 386 and compatible architectures.
11115
11116@item m68k-stub.c
41afff9a 11117@cindex @file{m68k-stub.c}
104c1213
JM
11118@cindex Motorola 680x0
11119@cindex m680x0
11120For Motorola 680x0 architectures.
11121
11122@item sh-stub.c
41afff9a 11123@cindex @file{sh-stub.c}
172c2a43 11124@cindex Renesas
104c1213 11125@cindex SH
172c2a43 11126For Renesas SH architectures.
104c1213
JM
11127
11128@item sparc-stub.c
41afff9a 11129@cindex @file{sparc-stub.c}
104c1213
JM
11130@cindex Sparc
11131For @sc{sparc} architectures.
11132
11133@item sparcl-stub.c
41afff9a 11134@cindex @file{sparcl-stub.c}
104c1213
JM
11135@cindex Fujitsu
11136@cindex SparcLite
11137For Fujitsu @sc{sparclite} architectures.
11138
11139@end table
11140
11141The @file{README} file in the @value{GDBN} distribution may list other
11142recently added stubs.
11143
11144@menu
11145* Stub Contents:: What the stub can do for you
11146* Bootstrapping:: What you must do for the stub
11147* Debug Session:: Putting it all together
104c1213
JM
11148@end menu
11149
6d2ebf8b 11150@node Stub Contents
6f05cf9f 11151@subsection What the stub can do for you
104c1213
JM
11152
11153@cindex remote serial stub
11154The debugging stub for your architecture supplies these three
11155subroutines:
11156
11157@table @code
11158@item set_debug_traps
11159@kindex set_debug_traps
11160@cindex remote serial stub, initialization
11161This routine arranges for @code{handle_exception} to run when your
11162program stops. You must call this subroutine explicitly near the
11163beginning of your program.
11164
11165@item handle_exception
11166@kindex handle_exception
11167@cindex remote serial stub, main routine
11168This is the central workhorse, but your program never calls it
11169explicitly---the setup code arranges for @code{handle_exception} to
11170run when a trap is triggered.
11171
11172@code{handle_exception} takes control when your program stops during
11173execution (for example, on a breakpoint), and mediates communications
11174with @value{GDBN} on the host machine. This is where the communications
11175protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 11176representative on the target machine. It begins by sending summary
104c1213
JM
11177information on the state of your program, then continues to execute,
11178retrieving and transmitting any information @value{GDBN} needs, until you
11179execute a @value{GDBN} command that makes your program resume; at that point,
11180@code{handle_exception} returns control to your own code on the target
5d161b24 11181machine.
104c1213
JM
11182
11183@item breakpoint
11184@cindex @code{breakpoint} subroutine, remote
11185Use this auxiliary subroutine to make your program contain a
11186breakpoint. Depending on the particular situation, this may be the only
11187way for @value{GDBN} to get control. For instance, if your target
11188machine has some sort of interrupt button, you won't need to call this;
11189pressing the interrupt button transfers control to
11190@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
11191simply receiving characters on the serial port may also trigger a trap;
11192again, in that situation, you don't need to call @code{breakpoint} from
11193your own program---simply running @samp{target remote} from the host
5d161b24 11194@value{GDBN} session gets control.
104c1213
JM
11195
11196Call @code{breakpoint} if none of these is true, or if you simply want
11197to make certain your program stops at a predetermined point for the
11198start of your debugging session.
11199@end table
11200
6d2ebf8b 11201@node Bootstrapping
6f05cf9f 11202@subsection What you must do for the stub
104c1213
JM
11203
11204@cindex remote stub, support routines
11205The debugging stubs that come with @value{GDBN} are set up for a particular
11206chip architecture, but they have no information about the rest of your
11207debugging target machine.
11208
11209First of all you need to tell the stub how to communicate with the
11210serial port.
11211
11212@table @code
11213@item int getDebugChar()
11214@kindex getDebugChar
11215Write this subroutine to read a single character from the serial port.
11216It may be identical to @code{getchar} for your target system; a
11217different name is used to allow you to distinguish the two if you wish.
11218
11219@item void putDebugChar(int)
11220@kindex putDebugChar
11221Write this subroutine to write a single character to the serial port.
5d161b24 11222It may be identical to @code{putchar} for your target system; a
104c1213
JM
11223different name is used to allow you to distinguish the two if you wish.
11224@end table
11225
11226@cindex control C, and remote debugging
11227@cindex interrupting remote targets
11228If you want @value{GDBN} to be able to stop your program while it is
11229running, you need to use an interrupt-driven serial driver, and arrange
11230for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
11231character). That is the character which @value{GDBN} uses to tell the
11232remote system to stop.
11233
11234Getting the debugging target to return the proper status to @value{GDBN}
11235probably requires changes to the standard stub; one quick and dirty way
11236is to just execute a breakpoint instruction (the ``dirty'' part is that
11237@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
11238
11239Other routines you need to supply are:
11240
11241@table @code
11242@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
11243@kindex exceptionHandler
11244Write this function to install @var{exception_address} in the exception
11245handling tables. You need to do this because the stub does not have any
11246way of knowing what the exception handling tables on your target system
11247are like (for example, the processor's table might be in @sc{rom},
11248containing entries which point to a table in @sc{ram}).
11249@var{exception_number} is the exception number which should be changed;
11250its meaning is architecture-dependent (for example, different numbers
11251might represent divide by zero, misaligned access, etc). When this
11252exception occurs, control should be transferred directly to
11253@var{exception_address}, and the processor state (stack, registers,
11254and so on) should be just as it is when a processor exception occurs. So if
11255you want to use a jump instruction to reach @var{exception_address}, it
11256should be a simple jump, not a jump to subroutine.
11257
11258For the 386, @var{exception_address} should be installed as an interrupt
11259gate so that interrupts are masked while the handler runs. The gate
11260should be at privilege level 0 (the most privileged level). The
11261@sc{sparc} and 68k stubs are able to mask interrupts themselves without
11262help from @code{exceptionHandler}.
11263
11264@item void flush_i_cache()
11265@kindex flush_i_cache
d4f3574e 11266On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
11267instruction cache, if any, on your target machine. If there is no
11268instruction cache, this subroutine may be a no-op.
11269
11270On target machines that have instruction caches, @value{GDBN} requires this
11271function to make certain that the state of your program is stable.
11272@end table
11273
11274@noindent
11275You must also make sure this library routine is available:
11276
11277@table @code
11278@item void *memset(void *, int, int)
11279@kindex memset
11280This is the standard library function @code{memset} that sets an area of
11281memory to a known value. If you have one of the free versions of
11282@code{libc.a}, @code{memset} can be found there; otherwise, you must
11283either obtain it from your hardware manufacturer, or write your own.
11284@end table
11285
11286If you do not use the GNU C compiler, you may need other standard
11287library subroutines as well; this varies from one stub to another,
11288but in general the stubs are likely to use any of the common library
d4f3574e 11289subroutines which @code{@value{GCC}} generates as inline code.
104c1213
JM
11290
11291
6d2ebf8b 11292@node Debug Session
6f05cf9f 11293@subsection Putting it all together
104c1213
JM
11294
11295@cindex remote serial debugging summary
11296In summary, when your program is ready to debug, you must follow these
11297steps.
11298
11299@enumerate
11300@item
6d2ebf8b 11301Make sure you have defined the supporting low-level routines
104c1213
JM
11302(@pxref{Bootstrapping,,What you must do for the stub}):
11303@display
11304@code{getDebugChar}, @code{putDebugChar},
11305@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
11306@end display
11307
11308@item
11309Insert these lines near the top of your program:
11310
474c8240 11311@smallexample
104c1213
JM
11312set_debug_traps();
11313breakpoint();
474c8240 11314@end smallexample
104c1213
JM
11315
11316@item
11317For the 680x0 stub only, you need to provide a variable called
11318@code{exceptionHook}. Normally you just use:
11319
474c8240 11320@smallexample
104c1213 11321void (*exceptionHook)() = 0;
474c8240 11322@end smallexample
104c1213 11323
d4f3574e 11324@noindent
104c1213 11325but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 11326function in your program, that function is called when
104c1213
JM
11327@code{@value{GDBN}} continues after stopping on a trap (for example, bus
11328error). The function indicated by @code{exceptionHook} is called with
11329one parameter: an @code{int} which is the exception number.
11330
11331@item
11332Compile and link together: your program, the @value{GDBN} debugging stub for
11333your target architecture, and the supporting subroutines.
11334
11335@item
11336Make sure you have a serial connection between your target machine and
11337the @value{GDBN} host, and identify the serial port on the host.
11338
11339@item
11340@c The "remote" target now provides a `load' command, so we should
11341@c document that. FIXME.
11342Download your program to your target machine (or get it there by
11343whatever means the manufacturer provides), and start it.
11344
11345@item
07f31aa6
DJ
11346Start @value{GDBN} on the host, and connect to the target
11347(@pxref{Connecting,,Connecting to a remote target}).
9db8d71f 11348
104c1213
JM
11349@end enumerate
11350
8e04817f
AC
11351@node Configurations
11352@chapter Configuration-Specific Information
104c1213 11353
8e04817f
AC
11354While nearly all @value{GDBN} commands are available for all native and
11355cross versions of the debugger, there are some exceptions. This chapter
11356describes things that are only available in certain configurations.
104c1213 11357
8e04817f
AC
11358There are three major categories of configurations: native
11359configurations, where the host and target are the same, embedded
11360operating system configurations, which are usually the same for several
11361different processor architectures, and bare embedded processors, which
11362are quite different from each other.
104c1213 11363
8e04817f
AC
11364@menu
11365* Native::
11366* Embedded OS::
11367* Embedded Processors::
11368* Architectures::
11369@end menu
104c1213 11370
8e04817f
AC
11371@node Native
11372@section Native
104c1213 11373
8e04817f
AC
11374This section describes details specific to particular native
11375configurations.
6cf7e474 11376
8e04817f
AC
11377@menu
11378* HP-UX:: HP-UX
11379* SVR4 Process Information:: SVR4 process information
11380* DJGPP Native:: Features specific to the DJGPP port
78c47bea 11381* Cygwin Native:: Features specific to the Cygwin port
8e04817f 11382@end menu
6cf7e474 11383
8e04817f
AC
11384@node HP-UX
11385@subsection HP-UX
104c1213 11386
8e04817f
AC
11387On HP-UX systems, if you refer to a function or variable name that
11388begins with a dollar sign, @value{GDBN} searches for a user or system
11389name first, before it searches for a convenience variable.
104c1213 11390
8e04817f
AC
11391@node SVR4 Process Information
11392@subsection SVR4 process information
104c1213 11393
8e04817f
AC
11394@kindex /proc
11395@cindex process image
104c1213 11396
8e04817f
AC
11397Many versions of SVR4 provide a facility called @samp{/proc} that can be
11398used to examine the image of a running process using file-system
11399subroutines. If @value{GDBN} is configured for an operating system with
11400this facility, the command @code{info proc} is available to report on
11401several kinds of information about the process running your program.
11402@code{info proc} works only on SVR4 systems that include the
11403@code{procfs} code. This includes OSF/1 (Digital Unix), Solaris, Irix,
1104b9e7 11404and Unixware, but not HP-UX or @sc{gnu}/Linux, for example.
104c1213 11405
8e04817f
AC
11406@table @code
11407@kindex info proc
11408@item info proc
11409Summarize available information about the process.
6cf7e474 11410
8e04817f
AC
11411@kindex info proc mappings
11412@item info proc mappings
11413Report on the address ranges accessible in the program, with information
11414on whether your program may read, write, or execute each range.
11415@ignore
11416@comment These sub-options of 'info proc' were not included when
11417@comment procfs.c was re-written. Keep their descriptions around
11418@comment against the day when someone finds the time to put them back in.
11419@kindex info proc times
11420@item info proc times
11421Starting time, user CPU time, and system CPU time for your program and
11422its children.
6cf7e474 11423
8e04817f
AC
11424@kindex info proc id
11425@item info proc id
11426Report on the process IDs related to your program: its own process ID,
11427the ID of its parent, the process group ID, and the session ID.
104c1213 11428
8e04817f
AC
11429@kindex info proc status
11430@item info proc status
11431General information on the state of the process. If the process is
11432stopped, this report includes the reason for stopping, and any signal
11433received.
d4f3574e 11434
8e04817f
AC
11435@item info proc all
11436Show all the above information about the process.
11437@end ignore
11438@end table
104c1213 11439
8e04817f
AC
11440@node DJGPP Native
11441@subsection Features for Debugging @sc{djgpp} Programs
11442@cindex @sc{djgpp} debugging
11443@cindex native @sc{djgpp} debugging
11444@cindex MS-DOS-specific commands
104c1213 11445
8e04817f
AC
11446@sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
11447MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
11448that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
11449top of real-mode DOS systems and their emulations.
104c1213 11450
8e04817f
AC
11451@value{GDBN} supports native debugging of @sc{djgpp} programs, and
11452defines a few commands specific to the @sc{djgpp} port. This
11453subsection describes those commands.
104c1213 11454
8e04817f
AC
11455@table @code
11456@kindex info dos
11457@item info dos
11458This is a prefix of @sc{djgpp}-specific commands which print
11459information about the target system and important OS structures.
f1251bdd 11460
8e04817f
AC
11461@kindex sysinfo
11462@cindex MS-DOS system info
11463@cindex free memory information (MS-DOS)
11464@item info dos sysinfo
11465This command displays assorted information about the underlying
11466platform: the CPU type and features, the OS version and flavor, the
11467DPMI version, and the available conventional and DPMI memory.
104c1213 11468
8e04817f
AC
11469@cindex GDT
11470@cindex LDT
11471@cindex IDT
11472@cindex segment descriptor tables
11473@cindex descriptor tables display
11474@item info dos gdt
11475@itemx info dos ldt
11476@itemx info dos idt
11477These 3 commands display entries from, respectively, Global, Local,
11478and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
11479tables are data structures which store a descriptor for each segment
11480that is currently in use. The segment's selector is an index into a
11481descriptor table; the table entry for that index holds the
11482descriptor's base address and limit, and its attributes and access
11483rights.
104c1213 11484
8e04817f
AC
11485A typical @sc{djgpp} program uses 3 segments: a code segment, a data
11486segment (used for both data and the stack), and a DOS segment (which
11487allows access to DOS/BIOS data structures and absolute addresses in
11488conventional memory). However, the DPMI host will usually define
11489additional segments in order to support the DPMI environment.
d4f3574e 11490
8e04817f
AC
11491@cindex garbled pointers
11492These commands allow to display entries from the descriptor tables.
11493Without an argument, all entries from the specified table are
11494displayed. An argument, which should be an integer expression, means
11495display a single entry whose index is given by the argument. For
11496example, here's a convenient way to display information about the
11497debugged program's data segment:
104c1213 11498
8e04817f
AC
11499@smallexample
11500@exdent @code{(@value{GDBP}) info dos ldt $ds}
11501@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
11502@end smallexample
104c1213 11503
8e04817f
AC
11504@noindent
11505This comes in handy when you want to see whether a pointer is outside
11506the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 11507
8e04817f
AC
11508@cindex page tables display (MS-DOS)
11509@item info dos pde
11510@itemx info dos pte
11511These two commands display entries from, respectively, the Page
11512Directory and the Page Tables. Page Directories and Page Tables are
11513data structures which control how virtual memory addresses are mapped
11514into physical addresses. A Page Table includes an entry for every
11515page of memory that is mapped into the program's address space; there
11516may be several Page Tables, each one holding up to 4096 entries. A
11517Page Directory has up to 4096 entries, one each for every Page Table
11518that is currently in use.
104c1213 11519
8e04817f
AC
11520Without an argument, @kbd{info dos pde} displays the entire Page
11521Directory, and @kbd{info dos pte} displays all the entries in all of
11522the Page Tables. An argument, an integer expression, given to the
11523@kbd{info dos pde} command means display only that entry from the Page
11524Directory table. An argument given to the @kbd{info dos pte} command
11525means display entries from a single Page Table, the one pointed to by
11526the specified entry in the Page Directory.
104c1213 11527
8e04817f
AC
11528@cindex direct memory access (DMA) on MS-DOS
11529These commands are useful when your program uses @dfn{DMA} (Direct
11530Memory Access), which needs physical addresses to program the DMA
11531controller.
104c1213 11532
8e04817f 11533These commands are supported only with some DPMI servers.
104c1213 11534
8e04817f
AC
11535@cindex physical address from linear address
11536@item info dos address-pte @var{addr}
11537This command displays the Page Table entry for a specified linear
11538address. The argument linear address @var{addr} should already have the
11539appropriate segment's base address added to it, because this command
11540accepts addresses which may belong to @emph{any} segment. For
11541example, here's how to display the Page Table entry for the page where
11542the variable @code{i} is stored:
104c1213 11543
b383017d 11544@smallexample
8e04817f
AC
11545@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
11546@exdent @code{Page Table entry for address 0x11a00d30:}
b383017d 11547@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
8e04817f 11548@end smallexample
104c1213 11549
8e04817f
AC
11550@noindent
11551This says that @code{i} is stored at offset @code{0xd30} from the page
11552whose physical base address is @code{0x02698000}, and prints all the
11553attributes of that page.
104c1213 11554
8e04817f
AC
11555Note that you must cast the addresses of variables to a @code{char *},
11556since otherwise the value of @code{__djgpp_base_address}, the base
11557address of all variables and functions in a @sc{djgpp} program, will
11558be added using the rules of C pointer arithmetics: if @code{i} is
11559declared an @code{int}, @value{GDBN} will add 4 times the value of
11560@code{__djgpp_base_address} to the address of @code{i}.
104c1213 11561
8e04817f
AC
11562Here's another example, it displays the Page Table entry for the
11563transfer buffer:
104c1213 11564
8e04817f
AC
11565@smallexample
11566@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
11567@exdent @code{Page Table entry for address 0x29110:}
11568@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
11569@end smallexample
104c1213 11570
8e04817f
AC
11571@noindent
11572(The @code{+ 3} offset is because the transfer buffer's address is the
115733rd member of the @code{_go32_info_block} structure.) The output of
11574this command clearly shows that addresses in conventional memory are
11575mapped 1:1, i.e.@: the physical and linear addresses are identical.
104c1213 11576
8e04817f
AC
11577This command is supported only with some DPMI servers.
11578@end table
104c1213 11579
78c47bea
PM
11580@node Cygwin Native
11581@subsection Features for Debugging MS Windows PE executables
11582@cindex MS Windows debugging
11583@cindex native Cygwin debugging
11584@cindex Cygwin-specific commands
11585
be448670
CF
11586@value{GDBN} supports native debugging of MS Windows programs, including
11587DLLs with and without symbolic debugging information. There are various
11588additional Cygwin-specific commands, described in this subsection. The
11589subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
11590that have no debugging symbols.
11591
78c47bea
PM
11592
11593@table @code
11594@kindex info w32
11595@item info w32
11596This is a prefix of MS Windows specific commands which print
11597information about the target system and important OS structures.
11598
11599@item info w32 selector
11600This command displays information returned by
11601the Win32 API @code{GetThreadSelectorEntry} function.
11602It takes an optional argument that is evaluated to
11603a long value to give the information about this given selector.
11604Without argument, this command displays information
11605about the the six segment registers.
11606
11607@kindex info dll
11608@item info dll
11609This is a Cygwin specific alias of info shared.
11610
11611@kindex dll-symbols
11612@item dll-symbols
11613This command loads symbols from a dll similarly to
11614add-sym command but without the need to specify a base address.
11615
b383017d 11616@kindex set new-console
78c47bea 11617@item set new-console @var{mode}
b383017d 11618If @var{mode} is @code{on} the debuggee will
78c47bea
PM
11619be started in a new console on next start.
11620If @var{mode} is @code{off}i, the debuggee will
11621be started in the same console as the debugger.
11622
11623@kindex show new-console
11624@item show new-console
11625Displays whether a new console is used
11626when the debuggee is started.
11627
11628@kindex set new-group
11629@item set new-group @var{mode}
11630This boolean value controls whether the debuggee should
11631start a new group or stay in the same group as the debugger.
11632This affects the way the Windows OS handles
11633Ctrl-C.
11634
11635@kindex show new-group
11636@item show new-group
11637Displays current value of new-group boolean.
11638
11639@kindex set debugevents
11640@item set debugevents
11641This boolean value adds debug output concerning events seen by the debugger.
11642
11643@kindex set debugexec
11644@item set debugexec
b383017d 11645This boolean value adds debug output concerning execute events
78c47bea
PM
11646seen by the debugger.
11647
11648@kindex set debugexceptions
11649@item set debugexceptions
b383017d 11650This boolean value adds debug ouptut concerning exception events
78c47bea
PM
11651seen by the debugger.
11652
11653@kindex set debugmemory
11654@item set debugmemory
b383017d 11655This boolean value adds debug ouptut concerning memory events
78c47bea
PM
11656seen by the debugger.
11657
11658@kindex set shell
11659@item set shell
11660This boolean values specifies whether the debuggee is called
11661via a shell or directly (default value is on).
11662
11663@kindex show shell
11664@item show shell
11665Displays if the debuggee will be started with a shell.
11666
11667@end table
11668
be448670
CF
11669@menu
11670* Non-debug DLL symbols:: Support for DLLs without debugging symbols
11671@end menu
11672
11673@node Non-debug DLL symbols
11674@subsubsection Support for DLLs without debugging symbols
11675@cindex DLLs with no debugging symbols
11676@cindex Minimal symbols and DLLs
11677
11678Very often on windows, some of the DLLs that your program relies on do
11679not include symbolic debugging information (for example,
11680@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
11681symbols in a DLL, it relies on the minimal amount of symbolic
11682information contained in the DLL's export table. This subsubsection
11683describes working with such symbols, known internally to @value{GDBN} as
11684``minimal symbols''.
11685
11686Note that before the debugged program has started execution, no DLLs
11687will have been loaded. The easiest way around this problem is simply to
11688start the program --- either by setting a breakpoint or letting the
11689program run once to completion. It is also possible to force
11690@value{GDBN} to load a particular DLL before starting the executable ---
11691see the shared library information in @pxref{Files} or the
11692@code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
11693explicitly loading symbols from a DLL with no debugging information will
11694cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
11695which may adversely affect symbol lookup performance.
11696
11697@subsubsection DLL name prefixes
11698
11699In keeping with the naming conventions used by the Microsoft debugging
11700tools, DLL export symbols are made available with a prefix based on the
11701DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
11702also entered into the symbol table, so @code{CreateFileA} is often
11703sufficient. In some cases there will be name clashes within a program
11704(particularly if the executable itself includes full debugging symbols)
11705necessitating the use of the fully qualified name when referring to the
11706contents of the DLL. Use single-quotes around the name to avoid the
11707exclamation mark (``!'') being interpreted as a language operator.
11708
11709Note that the internal name of the DLL may be all upper-case, even
11710though the file name of the DLL is lower-case, or vice-versa. Since
11711symbols within @value{GDBN} are @emph{case-sensitive} this may cause
11712some confusion. If in doubt, try the @code{info functions} and
11713@code{info variables} commands or even @code{maint print msymbols} (see
11714@pxref{Symbols}). Here's an example:
11715
11716@smallexample
11717(gdb) info function CreateFileA
11718All functions matching regular expression "CreateFileA":
11719
11720Non-debugging symbols:
117210x77e885f4 CreateFileA
117220x77e885f4 KERNEL32!CreateFileA
11723@end smallexample
11724
11725@smallexample
11726(gdb) info function !
11727All functions matching regular expression "!":
11728
11729Non-debugging symbols:
117300x6100114c cygwin1!__assert
117310x61004034 cygwin1!_dll_crt0@@0
117320x61004240 cygwin1!dll_crt0(per_process *)
11733[etc...]
11734@end smallexample
11735
11736@subsubsection Working with minimal symbols
11737
11738Symbols extracted from a DLL's export table do not contain very much
11739type information. All that @value{GDBN} can do is guess whether a symbol
11740refers to a function or variable depending on the linker section that
11741contains the symbol. Also note that the actual contents of the memory
11742contained in a DLL are not available unless the program is running. This
11743means that you cannot examine the contents of a variable or disassemble
11744a function within a DLL without a running program.
11745
11746Variables are generally treated as pointers and dereferenced
11747automatically. For this reason, it is often necessary to prefix a
11748variable name with the address-of operator (``&'') and provide explicit
11749type information in the command. Here's an example of the type of
11750problem:
11751
11752@smallexample
11753(gdb) print 'cygwin1!__argv'
11754$1 = 268572168
11755@end smallexample
11756
11757@smallexample
11758(gdb) x 'cygwin1!__argv'
117590x10021610: "\230y\""
11760@end smallexample
11761
11762And two possible solutions:
11763
11764@smallexample
11765(gdb) print ((char **)'cygwin1!__argv')[0]
11766$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
11767@end smallexample
11768
11769@smallexample
11770(gdb) x/2x &'cygwin1!__argv'
117710x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
11772(gdb) x/x 0x10021608
117730x10021608: 0x0022fd98
11774(gdb) x/s 0x0022fd98
117750x22fd98: "/cygdrive/c/mydirectory/myprogram"
11776@end smallexample
11777
11778Setting a break point within a DLL is possible even before the program
11779starts execution. However, under these circumstances, @value{GDBN} can't
11780examine the initial instructions of the function in order to skip the
11781function's frame set-up code. You can work around this by using ``*&''
11782to set the breakpoint at a raw memory address:
11783
11784@smallexample
11785(gdb) break *&'python22!PyOS_Readline'
11786Breakpoint 1 at 0x1e04eff0
11787@end smallexample
11788
11789The author of these extensions is not entirely convinced that setting a
11790break point within a shared DLL like @file{kernel32.dll} is completely
11791safe.
11792
8e04817f
AC
11793@node Embedded OS
11794@section Embedded Operating Systems
104c1213 11795
8e04817f
AC
11796This section describes configurations involving the debugging of
11797embedded operating systems that are available for several different
11798architectures.
d4f3574e 11799
8e04817f
AC
11800@menu
11801* VxWorks:: Using @value{GDBN} with VxWorks
11802@end menu
104c1213 11803
8e04817f
AC
11804@value{GDBN} includes the ability to debug programs running on
11805various real-time operating systems.
104c1213 11806
8e04817f
AC
11807@node VxWorks
11808@subsection Using @value{GDBN} with VxWorks
104c1213 11809
8e04817f 11810@cindex VxWorks
104c1213 11811
8e04817f 11812@table @code
104c1213 11813
8e04817f
AC
11814@kindex target vxworks
11815@item target vxworks @var{machinename}
11816A VxWorks system, attached via TCP/IP. The argument @var{machinename}
11817is the target system's machine name or IP address.
104c1213 11818
8e04817f 11819@end table
104c1213 11820
8e04817f
AC
11821On VxWorks, @code{load} links @var{filename} dynamically on the
11822current target system as well as adding its symbols in @value{GDBN}.
104c1213 11823
8e04817f
AC
11824@value{GDBN} enables developers to spawn and debug tasks running on networked
11825VxWorks targets from a Unix host. Already-running tasks spawned from
11826the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
11827both the Unix host and on the VxWorks target. The program
11828@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
11829installed with the name @code{vxgdb}, to distinguish it from a
11830@value{GDBN} for debugging programs on the host itself.)
104c1213 11831
8e04817f
AC
11832@table @code
11833@item VxWorks-timeout @var{args}
11834@kindex vxworks-timeout
11835All VxWorks-based targets now support the option @code{vxworks-timeout}.
11836This option is set by the user, and @var{args} represents the number of
11837seconds @value{GDBN} waits for responses to rpc's. You might use this if
11838your VxWorks target is a slow software simulator or is on the far side
11839of a thin network line.
11840@end table
104c1213 11841
8e04817f
AC
11842The following information on connecting to VxWorks was current when
11843this manual was produced; newer releases of VxWorks may use revised
11844procedures.
104c1213 11845
8e04817f
AC
11846@kindex INCLUDE_RDB
11847To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
11848to include the remote debugging interface routines in the VxWorks
11849library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
11850VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
11851kernel. The resulting kernel contains @file{rdb.a}, and spawns the
11852source debugging task @code{tRdbTask} when VxWorks is booted. For more
11853information on configuring and remaking VxWorks, see the manufacturer's
11854manual.
11855@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 11856
8e04817f
AC
11857Once you have included @file{rdb.a} in your VxWorks system image and set
11858your Unix execution search path to find @value{GDBN}, you are ready to
11859run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
11860@code{vxgdb}, depending on your installation).
104c1213 11861
8e04817f 11862@value{GDBN} comes up showing the prompt:
104c1213 11863
474c8240 11864@smallexample
8e04817f 11865(vxgdb)
474c8240 11866@end smallexample
104c1213 11867
8e04817f
AC
11868@menu
11869* VxWorks Connection:: Connecting to VxWorks
11870* VxWorks Download:: VxWorks download
11871* VxWorks Attach:: Running tasks
11872@end menu
104c1213 11873
8e04817f
AC
11874@node VxWorks Connection
11875@subsubsection Connecting to VxWorks
104c1213 11876
8e04817f
AC
11877The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
11878network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 11879
474c8240 11880@smallexample
8e04817f 11881(vxgdb) target vxworks tt
474c8240 11882@end smallexample
104c1213 11883
8e04817f
AC
11884@need 750
11885@value{GDBN} displays messages like these:
104c1213 11886
8e04817f
AC
11887@smallexample
11888Attaching remote machine across net...
11889Connected to tt.
11890@end smallexample
104c1213 11891
8e04817f
AC
11892@need 1000
11893@value{GDBN} then attempts to read the symbol tables of any object modules
11894loaded into the VxWorks target since it was last booted. @value{GDBN} locates
11895these files by searching the directories listed in the command search
11896path (@pxref{Environment, ,Your program's environment}); if it fails
11897to find an object file, it displays a message such as:
5d161b24 11898
474c8240 11899@smallexample
8e04817f 11900prog.o: No such file or directory.
474c8240 11901@end smallexample
104c1213 11902
8e04817f
AC
11903When this happens, add the appropriate directory to the search path with
11904the @value{GDBN} command @code{path}, and execute the @code{target}
11905command again.
104c1213 11906
8e04817f
AC
11907@node VxWorks Download
11908@subsubsection VxWorks download
104c1213 11909
8e04817f
AC
11910@cindex download to VxWorks
11911If you have connected to the VxWorks target and you want to debug an
11912object that has not yet been loaded, you can use the @value{GDBN}
11913@code{load} command to download a file from Unix to VxWorks
11914incrementally. The object file given as an argument to the @code{load}
11915command is actually opened twice: first by the VxWorks target in order
11916to download the code, then by @value{GDBN} in order to read the symbol
11917table. This can lead to problems if the current working directories on
11918the two systems differ. If both systems have NFS mounted the same
11919filesystems, you can avoid these problems by using absolute paths.
11920Otherwise, it is simplest to set the working directory on both systems
11921to the directory in which the object file resides, and then to reference
11922the file by its name, without any path. For instance, a program
11923@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
11924and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
11925program, type this on VxWorks:
104c1213 11926
474c8240 11927@smallexample
8e04817f 11928-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 11929@end smallexample
104c1213 11930
8e04817f
AC
11931@noindent
11932Then, in @value{GDBN}, type:
104c1213 11933
474c8240 11934@smallexample
8e04817f
AC
11935(vxgdb) cd @var{hostpath}/vw/demo/rdb
11936(vxgdb) load prog.o
474c8240 11937@end smallexample
104c1213 11938
8e04817f 11939@value{GDBN} displays a response similar to this:
104c1213 11940
8e04817f
AC
11941@smallexample
11942Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
11943@end smallexample
104c1213 11944
8e04817f
AC
11945You can also use the @code{load} command to reload an object module
11946after editing and recompiling the corresponding source file. Note that
11947this makes @value{GDBN} delete all currently-defined breakpoints,
11948auto-displays, and convenience variables, and to clear the value
11949history. (This is necessary in order to preserve the integrity of
11950debugger's data structures that reference the target system's symbol
11951table.)
104c1213 11952
8e04817f
AC
11953@node VxWorks Attach
11954@subsubsection Running tasks
104c1213
JM
11955
11956@cindex running VxWorks tasks
11957You can also attach to an existing task using the @code{attach} command as
11958follows:
11959
474c8240 11960@smallexample
104c1213 11961(vxgdb) attach @var{task}
474c8240 11962@end smallexample
104c1213
JM
11963
11964@noindent
11965where @var{task} is the VxWorks hexadecimal task ID. The task can be running
11966or suspended when you attach to it. Running tasks are suspended at
11967the time of attachment.
11968
6d2ebf8b 11969@node Embedded Processors
104c1213
JM
11970@section Embedded Processors
11971
11972This section goes into details specific to particular embedded
11973configurations.
11974
7d86b5d5 11975
104c1213 11976@menu
104c1213 11977* ARM:: ARM
172c2a43
KI
11978* H8/300:: Renesas H8/300
11979* H8/500:: Renesas H8/500
11980* M32R/D:: Renesas M32R/D
104c1213 11981* M68K:: Motorola M68K
104c1213 11982* MIPS Embedded:: MIPS Embedded
a37295f9 11983* OpenRISC 1000:: OpenRisc 1000
104c1213
JM
11984* PA:: HP PA Embedded
11985* PowerPC: PowerPC
172c2a43 11986* SH:: Renesas SH
104c1213
JM
11987* Sparclet:: Tsqware Sparclet
11988* Sparclite:: Fujitsu Sparclite
11989* ST2000:: Tandem ST2000
11990* Z8000:: Zilog Z8000
11991@end menu
11992
6d2ebf8b 11993@node ARM
104c1213
JM
11994@subsection ARM
11995
11996@table @code
11997
8e04817f
AC
11998@kindex target rdi
11999@item target rdi @var{dev}
12000ARM Angel monitor, via RDI library interface to ADP protocol. You may
12001use this target to communicate with both boards running the Angel
12002monitor, or with the EmbeddedICE JTAG debug device.
12003
12004@kindex target rdp
12005@item target rdp @var{dev}
12006ARM Demon monitor.
12007
12008@end table
12009
12010@node H8/300
172c2a43 12011@subsection Renesas H8/300
8e04817f
AC
12012
12013@table @code
12014
12015@kindex target hms@r{, with H8/300}
12016@item target hms @var{dev}
172c2a43 12017A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
8e04817f
AC
12018Use special commands @code{device} and @code{speed} to control the serial
12019line and the communications speed used.
12020
12021@kindex target e7000@r{, with H8/300}
12022@item target e7000 @var{dev}
172c2a43 12023E7000 emulator for Renesas H8 and SH.
8e04817f
AC
12024
12025@kindex target sh3@r{, with H8/300}
12026@kindex target sh3e@r{, with H8/300}
12027@item target sh3 @var{dev}
12028@itemx target sh3e @var{dev}
172c2a43 12029Renesas SH-3 and SH-3E target systems.
8e04817f
AC
12030
12031@end table
12032
12033@cindex download to H8/300 or H8/500
12034@cindex H8/300 or H8/500 download
172c2a43
KI
12035@cindex download to Renesas SH
12036@cindex Renesas SH download
12037When you select remote debugging to a Renesas SH, H8/300, or H8/500
12038board, the @code{load} command downloads your program to the Renesas
8e04817f
AC
12039board and also opens it as the current executable target for
12040@value{GDBN} on your host (like the @code{file} command).
12041
12042@value{GDBN} needs to know these things to talk to your
172c2a43 12043Renesas SH, H8/300, or H8/500:
8e04817f
AC
12044
12045@enumerate
12046@item
12047that you want to use @samp{target hms}, the remote debugging interface
172c2a43
KI
12048for Renesas microprocessors, or @samp{target e7000}, the in-circuit
12049emulator for the Renesas SH and the Renesas 300H. (@samp{target hms} is
12050the default when @value{GDBN} is configured specifically for the Renesas SH,
8e04817f
AC
12051H8/300, or H8/500.)
12052
12053@item
172c2a43 12054what serial device connects your host to your Renesas board (the first
8e04817f
AC
12055serial device available on your host is the default).
12056
12057@item
12058what speed to use over the serial device.
12059@end enumerate
12060
12061@menu
172c2a43
KI
12062* Renesas Boards:: Connecting to Renesas boards.
12063* Renesas ICE:: Using the E7000 In-Circuit Emulator.
12064* Renesas Special:: Special @value{GDBN} commands for Renesas micros.
8e04817f
AC
12065@end menu
12066
172c2a43
KI
12067@node Renesas Boards
12068@subsubsection Connecting to Renesas boards
8e04817f
AC
12069
12070@c only for Unix hosts
12071@kindex device
172c2a43 12072@cindex serial device, Renesas micros
8e04817f
AC
12073Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
12074need to explicitly set the serial device. The default @var{port} is the
12075first available port on your host. This is only necessary on Unix
12076hosts, where it is typically something like @file{/dev/ttya}.
12077
12078@kindex speed
172c2a43 12079@cindex serial line speed, Renesas micros
8e04817f
AC
12080@code{@value{GDBN}} has another special command to set the communications
12081speed: @samp{speed @var{bps}}. This command also is only used from Unix
12082hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
12083the DOS @code{mode} command (for instance,
12084@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
12085
12086The @samp{device} and @samp{speed} commands are available only when you
172c2a43 12087use a Unix host to debug your Renesas microprocessor programs. If you
8e04817f
AC
12088use a DOS host,
12089@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
12090called @code{asynctsr} to communicate with the development board
12091through a PC serial port. You must also use the DOS @code{mode} command
12092to set up the serial port on the DOS side.
12093
12094The following sample session illustrates the steps needed to start a
12095program under @value{GDBN} control on an H8/300. The example uses a
12096sample H8/300 program called @file{t.x}. The procedure is the same for
172c2a43 12097the Renesas SH and the H8/500.
8e04817f
AC
12098
12099First hook up your development board. In this example, we use a
12100board attached to serial port @code{COM2}; if you use a different serial
12101port, substitute its name in the argument of the @code{mode} command.
12102When you call @code{asynctsr}, the auxiliary comms program used by the
12103debugger, you give it just the numeric part of the serial port's name;
12104for example, @samp{asyncstr 2} below runs @code{asyncstr} on
12105@code{COM2}.
12106
474c8240 12107@smallexample
8e04817f
AC
12108C:\H8300\TEST> asynctsr 2
12109C:\H8300\TEST> mode com2:9600,n,8,1,p
12110
12111Resident portion of MODE loaded
12112
12113COM2: 9600, n, 8, 1, p
12114
474c8240 12115@end smallexample
8e04817f
AC
12116
12117@quotation
12118@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
12119@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
12120disable it, or even boot without it, to use @code{asynctsr} to control
12121your development board.
12122@end quotation
12123
12124@kindex target hms@r{, and serial protocol}
12125Now that serial communications are set up, and the development board is
12126connected, you can start up @value{GDBN}. Call @code{@value{GDBP}} with
12127the name of your program as the argument. @code{@value{GDBN}} prompts
12128you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
12129commands to begin your debugging session: @samp{target hms} to specify
172c2a43 12130cross-debugging to the Renesas board, and the @code{load} command to
8e04817f
AC
12131download your program to the board. @code{load} displays the names of
12132the program's sections, and a @samp{*} for each 2K of data downloaded.
12133(If you want to refresh @value{GDBN} data on symbols or on the
12134executable file without downloading, use the @value{GDBN} commands
12135@code{file} or @code{symbol-file}. These commands, and @code{load}
12136itself, are described in @ref{Files,,Commands to specify files}.)
12137
12138@smallexample
12139(eg-C:\H8300\TEST) @value{GDBP} t.x
12140@value{GDBN} is free software and you are welcome to distribute copies
12141 of it under certain conditions; type "show copying" to see
12142 the conditions.
12143There is absolutely no warranty for @value{GDBN}; type "show warranty"
12144for details.
12145@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
12146(@value{GDBP}) target hms
12147Connected to remote H8/300 HMS system.
12148(@value{GDBP}) load t.x
12149.text : 0x8000 .. 0xabde ***********
12150.data : 0xabde .. 0xad30 *
12151.stack : 0xf000 .. 0xf014 *
12152@end smallexample
12153
12154At this point, you're ready to run or debug your program. From here on,
12155you can use all the usual @value{GDBN} commands. The @code{break} command
12156sets breakpoints; the @code{run} command starts your program;
12157@code{print} or @code{x} display data; the @code{continue} command
12158resumes execution after stopping at a breakpoint. You can use the
12159@code{help} command at any time to find out more about @value{GDBN} commands.
12160
12161Remember, however, that @emph{operating system} facilities aren't
12162available on your development board; for example, if your program hangs,
12163you can't send an interrupt---but you can press the @sc{reset} switch!
12164
12165Use the @sc{reset} button on the development board
12166@itemize @bullet
12167@item
12168to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
12169no way to pass an interrupt signal to the development board); and
12170
12171@item
12172to return to the @value{GDBN} command prompt after your program finishes
12173normally. The communications protocol provides no other way for @value{GDBN}
12174to detect program completion.
12175@end itemize
12176
12177In either case, @value{GDBN} sees the effect of a @sc{reset} on the
12178development board as a ``normal exit'' of your program.
12179
172c2a43 12180@node Renesas ICE
8e04817f
AC
12181@subsubsection Using the E7000 in-circuit emulator
12182
172c2a43 12183@kindex target e7000@r{, with Renesas ICE}
8e04817f 12184You can use the E7000 in-circuit emulator to develop code for either the
172c2a43 12185Renesas SH or the H8/300H. Use one of these forms of the @samp{target
8e04817f
AC
12186e7000} command to connect @value{GDBN} to your E7000:
12187
12188@table @code
12189@item target e7000 @var{port} @var{speed}
12190Use this form if your E7000 is connected to a serial port. The
12191@var{port} argument identifies what serial port to use (for example,
12192@samp{com2}). The third argument is the line speed in bits per second
12193(for example, @samp{9600}).
12194
12195@item target e7000 @var{hostname}
12196If your E7000 is installed as a host on a TCP/IP network, you can just
12197specify its hostname; @value{GDBN} uses @code{telnet} to connect.
12198@end table
12199
172c2a43
KI
12200@node Renesas Special
12201@subsubsection Special @value{GDBN} commands for Renesas micros
8e04817f
AC
12202
12203Some @value{GDBN} commands are available only for the H8/300:
12204
12205@table @code
12206
12207@kindex set machine
12208@kindex show machine
12209@item set machine h8300
12210@itemx set machine h8300h
12211Condition @value{GDBN} for one of the two variants of the H8/300
12212architecture with @samp{set machine}. You can use @samp{show machine}
12213to check which variant is currently in effect.
104c1213
JM
12214
12215@end table
12216
8e04817f
AC
12217@node H8/500
12218@subsection H8/500
104c1213
JM
12219
12220@table @code
12221
8e04817f
AC
12222@kindex set memory @var{mod}
12223@cindex memory models, H8/500
12224@item set memory @var{mod}
12225@itemx show memory
12226Specify which H8/500 memory model (@var{mod}) you are using with
12227@samp{set memory}; check which memory model is in effect with @samp{show
12228memory}. The accepted values for @var{mod} are @code{small},
12229@code{big}, @code{medium}, and @code{compact}.
104c1213 12230
8e04817f 12231@end table
104c1213 12232
8e04817f 12233@node M32R/D
172c2a43 12234@subsection Renesas M32R/D
8e04817f
AC
12235
12236@table @code
12237
12238@kindex target m32r
12239@item target m32r @var{dev}
172c2a43 12240Renesas M32R/D ROM monitor.
8e04817f 12241
fb3e19c0
KI
12242@kindex target m32rsdi
12243@item target m32rsdi @var{dev}
12244Renesas M32R SDI server, connected via parallel port to the board.
12245
8e04817f
AC
12246@end table
12247
12248@node M68K
12249@subsection M68k
12250
12251The Motorola m68k configuration includes ColdFire support, and
12252target command for the following ROM monitors.
12253
12254@table @code
12255
12256@kindex target abug
12257@item target abug @var{dev}
12258ABug ROM monitor for M68K.
12259
12260@kindex target cpu32bug
12261@item target cpu32bug @var{dev}
12262CPU32BUG monitor, running on a CPU32 (M68K) board.
12263
12264@kindex target dbug
12265@item target dbug @var{dev}
12266dBUG ROM monitor for Motorola ColdFire.
12267
12268@kindex target est
12269@item target est @var{dev}
12270EST-300 ICE monitor, running on a CPU32 (M68K) board.
12271
12272@kindex target rom68k
12273@item target rom68k @var{dev}
12274ROM 68K monitor, running on an M68K IDP board.
12275
12276@end table
12277
8e04817f
AC
12278@table @code
12279
12280@kindex target rombug
12281@item target rombug @var{dev}
12282ROMBUG ROM monitor for OS/9000.
12283
12284@end table
12285
8e04817f
AC
12286@node MIPS Embedded
12287@subsection MIPS Embedded
12288
12289@cindex MIPS boards
12290@value{GDBN} can use the MIPS remote debugging protocol to talk to a
12291MIPS board attached to a serial line. This is available when
12292you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
104c1213 12293
8e04817f
AC
12294@need 1000
12295Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 12296
8e04817f
AC
12297@table @code
12298@item target mips @var{port}
12299@kindex target mips @var{port}
12300To run a program on the board, start up @code{@value{GDBP}} with the
12301name of your program as the argument. To connect to the board, use the
12302command @samp{target mips @var{port}}, where @var{port} is the name of
12303the serial port connected to the board. If the program has not already
12304been downloaded to the board, you may use the @code{load} command to
12305download it. You can then use all the usual @value{GDBN} commands.
104c1213 12306
8e04817f
AC
12307For example, this sequence connects to the target board through a serial
12308port, and loads and runs a program called @var{prog} through the
12309debugger:
104c1213 12310
474c8240 12311@smallexample
8e04817f
AC
12312host$ @value{GDBP} @var{prog}
12313@value{GDBN} is free software and @dots{}
12314(@value{GDBP}) target mips /dev/ttyb
12315(@value{GDBP}) load @var{prog}
12316(@value{GDBP}) run
474c8240 12317@end smallexample
104c1213 12318
8e04817f
AC
12319@item target mips @var{hostname}:@var{portnumber}
12320On some @value{GDBN} host configurations, you can specify a TCP
12321connection (for instance, to a serial line managed by a terminal
12322concentrator) instead of a serial port, using the syntax
12323@samp{@var{hostname}:@var{portnumber}}.
104c1213 12324
8e04817f
AC
12325@item target pmon @var{port}
12326@kindex target pmon @var{port}
12327PMON ROM monitor.
104c1213 12328
8e04817f
AC
12329@item target ddb @var{port}
12330@kindex target ddb @var{port}
12331NEC's DDB variant of PMON for Vr4300.
104c1213 12332
8e04817f
AC
12333@item target lsi @var{port}
12334@kindex target lsi @var{port}
12335LSI variant of PMON.
104c1213 12336
8e04817f
AC
12337@kindex target r3900
12338@item target r3900 @var{dev}
12339Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 12340
8e04817f
AC
12341@kindex target array
12342@item target array @var{dev}
12343Array Tech LSI33K RAID controller board.
104c1213 12344
8e04817f 12345@end table
104c1213 12346
104c1213 12347
8e04817f
AC
12348@noindent
12349@value{GDBN} also supports these special commands for MIPS targets:
104c1213 12350
8e04817f
AC
12351@table @code
12352@item set processor @var{args}
12353@itemx show processor
12354@kindex set processor @var{args}
12355@kindex show processor
12356Use the @code{set processor} command to set the type of MIPS
12357processor when you want to access processor-type-specific registers.
12358For example, @code{set processor @var{r3041}} tells @value{GDBN}
12359to use the CPU registers appropriate for the 3041 chip.
12360Use the @code{show processor} command to see what MIPS processor @value{GDBN}
12361is using. Use the @code{info reg} command to see what registers
12362@value{GDBN} is using.
104c1213 12363
8e04817f
AC
12364@item set mipsfpu double
12365@itemx set mipsfpu single
12366@itemx set mipsfpu none
12367@itemx show mipsfpu
12368@kindex set mipsfpu
12369@kindex show mipsfpu
12370@cindex MIPS remote floating point
12371@cindex floating point, MIPS remote
12372If your target board does not support the MIPS floating point
12373coprocessor, you should use the command @samp{set mipsfpu none} (if you
12374need this, you may wish to put the command in your @value{GDBN} init
12375file). This tells @value{GDBN} how to find the return value of
12376functions which return floating point values. It also allows
12377@value{GDBN} to avoid saving the floating point registers when calling
12378functions on the board. If you are using a floating point coprocessor
12379with only single precision floating point support, as on the @sc{r4650}
12380processor, use the command @samp{set mipsfpu single}. The default
12381double precision floating point coprocessor may be selected using
12382@samp{set mipsfpu double}.
104c1213 12383
8e04817f
AC
12384In previous versions the only choices were double precision or no
12385floating point, so @samp{set mipsfpu on} will select double precision
12386and @samp{set mipsfpu off} will select no floating point.
104c1213 12387
8e04817f
AC
12388As usual, you can inquire about the @code{mipsfpu} variable with
12389@samp{show mipsfpu}.
104c1213 12390
8e04817f
AC
12391@item set remotedebug @var{n}
12392@itemx show remotedebug
12393@kindex set remotedebug@r{, MIPS protocol}
12394@kindex show remotedebug@r{, MIPS protocol}
12395@cindex @code{remotedebug}, MIPS protocol
12396@cindex MIPS @code{remotedebug} protocol
12397@c FIXME! For this to be useful, you must know something about the MIPS
12398@c FIXME...protocol. Where is it described?
12399You can see some debugging information about communications with the board
12400by setting the @code{remotedebug} variable. If you set it to @code{1} using
12401@samp{set remotedebug 1}, every packet is displayed. If you set it
12402to @code{2}, every character is displayed. You can check the current value
12403at any time with the command @samp{show remotedebug}.
104c1213 12404
8e04817f
AC
12405@item set timeout @var{seconds}
12406@itemx set retransmit-timeout @var{seconds}
12407@itemx show timeout
12408@itemx show retransmit-timeout
12409@cindex @code{timeout}, MIPS protocol
12410@cindex @code{retransmit-timeout}, MIPS protocol
12411@kindex set timeout
12412@kindex show timeout
12413@kindex set retransmit-timeout
12414@kindex show retransmit-timeout
12415You can control the timeout used while waiting for a packet, in the MIPS
12416remote protocol, with the @code{set timeout @var{seconds}} command. The
12417default is 5 seconds. Similarly, you can control the timeout used while
12418waiting for an acknowledgement of a packet with the @code{set
12419retransmit-timeout @var{seconds}} command. The default is 3 seconds.
12420You can inspect both values with @code{show timeout} and @code{show
12421retransmit-timeout}. (These commands are @emph{only} available when
12422@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
104c1213 12423
8e04817f
AC
12424The timeout set by @code{set timeout} does not apply when @value{GDBN}
12425is waiting for your program to stop. In that case, @value{GDBN} waits
12426forever because it has no way of knowing how long the program is going
12427to run before stopping.
12428@end table
104c1213 12429
a37295f9
MM
12430@node OpenRISC 1000
12431@subsection OpenRISC 1000
12432@cindex OpenRISC 1000
12433
12434@cindex or1k boards
12435See OR1k Architecture document (@uref{www.opencores.org}) for more information
12436about platform and commands.
12437
12438@table @code
12439
12440@kindex target jtag
12441@item target jtag jtag://@var{host}:@var{port}
12442
12443Connects to remote JTAG server.
12444JTAG remote server can be either an or1ksim or JTAG server,
12445connected via parallel port to the board.
12446
12447Example: @code{target jtag jtag://localhost:9999}
12448
12449@kindex or1ksim
12450@item or1ksim @var{command}
12451If connected to @code{or1ksim} OpenRISC 1000 Architectural
12452Simulator, proprietary commands can be executed.
12453
12454@kindex info or1k spr
12455@item info or1k spr
12456Displays spr groups.
12457
12458@item info or1k spr @var{group}
12459@itemx info or1k spr @var{groupno}
12460Displays register names in selected group.
12461
12462@item info or1k spr @var{group} @var{register}
12463@itemx info or1k spr @var{register}
12464@itemx info or1k spr @var{groupno} @var{registerno}
12465@itemx info or1k spr @var{registerno}
12466Shows information about specified spr register.
12467
12468@kindex spr
12469@item spr @var{group} @var{register} @var{value}
12470@itemx spr @var{register @var{value}}
12471@itemx spr @var{groupno} @var{registerno @var{value}}
12472@itemx spr @var{registerno @var{value}}
12473Writes @var{value} to specified spr register.
12474@end table
12475
12476Some implementations of OpenRISC 1000 Architecture also have hardware trace.
12477It is very similar to @value{GDBN} trace, except it does not interfere with normal
12478program execution and is thus much faster. Hardware breakpoints/watchpoint
12479triggers can be set using:
12480@table @code
12481@item $LEA/$LDATA
12482Load effective address/data
12483@item $SEA/$SDATA
12484Store effective address/data
12485@item $AEA/$ADATA
12486Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
12487@item $FETCH
12488Fetch data
12489@end table
12490
12491When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
12492@code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
12493
12494@code{htrace} commands:
12495@cindex OpenRISC 1000 htrace
12496@table @code
12497@kindex hwatch
12498@item hwatch @var{conditional}
12499Set hardware watchpoint on combination of Load/Store Effecive Address(es)
12500or Data. For example:
12501
12502@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12503
12504@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12505
12506@kindex htrace info
12507@item htrace info
12508Display information about current HW trace configuration.
12509
12510@kindex htrace trigger
12511@item htrace trigger @var{conditional}
12512Set starting criteria for HW trace.
12513
12514@kindex htrace qualifier
12515@item htrace qualifier @var{conditional}
12516Set acquisition qualifier for HW trace.
12517
12518@kindex htrace stop
12519@item htrace stop @var{conditional}
12520Set HW trace stopping criteria.
12521
12522@kindex htrace record
f153cc92 12523@item htrace record [@var{data}]*
a37295f9
MM
12524Selects the data to be recorded, when qualifier is met and HW trace was
12525triggered.
12526
12527@kindex htrace enable
12528@item htrace enable
12529@kindex htrace disable
12530@itemx htrace disable
12531Enables/disables the HW trace.
12532
12533@kindex htrace rewind
f153cc92 12534@item htrace rewind [@var{filename}]
a37295f9
MM
12535Clears currently recorded trace data.
12536
12537If filename is specified, new trace file is made and any newly collected data
12538will be written there.
12539
12540@kindex htrace print
f153cc92 12541@item htrace print [@var{start} [@var{len}]]
a37295f9
MM
12542Prints trace buffer, using current record configuration.
12543
12544@kindex htrace mode continuous
12545@item htrace mode continuous
12546Set continuous trace mode.
12547
12548@kindex htrace mode suspend
12549@item htrace mode suspend
12550Set suspend trace mode.
12551
12552@end table
12553
8e04817f
AC
12554@node PowerPC
12555@subsection PowerPC
104c1213
JM
12556
12557@table @code
104c1213 12558
8e04817f
AC
12559@kindex target dink32
12560@item target dink32 @var{dev}
12561DINK32 ROM monitor.
104c1213 12562
8e04817f
AC
12563@kindex target ppcbug
12564@item target ppcbug @var{dev}
12565@kindex target ppcbug1
12566@item target ppcbug1 @var{dev}
12567PPCBUG ROM monitor for PowerPC.
104c1213 12568
8e04817f
AC
12569@kindex target sds
12570@item target sds @var{dev}
12571SDS monitor, running on a PowerPC board (such as Motorola's ADS).
12572
12573@end table
12574
12575@node PA
12576@subsection HP PA Embedded
104c1213
JM
12577
12578@table @code
12579
8e04817f
AC
12580@kindex target op50n
12581@item target op50n @var{dev}
12582OP50N monitor, running on an OKI HPPA board.
12583
12584@kindex target w89k
12585@item target w89k @var{dev}
12586W89K monitor, running on a Winbond HPPA board.
104c1213
JM
12587
12588@end table
12589
8e04817f 12590@node SH
172c2a43 12591@subsection Renesas SH
104c1213
JM
12592
12593@table @code
12594
172c2a43 12595@kindex target hms@r{, with Renesas SH}
8e04817f 12596@item target hms @var{dev}
172c2a43 12597A Renesas SH board attached via serial line to your host. Use special
8e04817f
AC
12598commands @code{device} and @code{speed} to control the serial line and
12599the communications speed used.
104c1213 12600
172c2a43 12601@kindex target e7000@r{, with Renesas SH}
8e04817f 12602@item target e7000 @var{dev}
172c2a43 12603E7000 emulator for Renesas SH.
104c1213 12604
8e04817f
AC
12605@kindex target sh3@r{, with SH}
12606@kindex target sh3e@r{, with SH}
12607@item target sh3 @var{dev}
12608@item target sh3e @var{dev}
172c2a43 12609Renesas SH-3 and SH-3E target systems.
104c1213 12610
8e04817f 12611@end table
104c1213 12612
8e04817f
AC
12613@node Sparclet
12614@subsection Tsqware Sparclet
104c1213 12615
8e04817f
AC
12616@cindex Sparclet
12617
12618@value{GDBN} enables developers to debug tasks running on
12619Sparclet targets from a Unix host.
12620@value{GDBN} uses code that runs on
12621both the Unix host and on the Sparclet target. The program
12622@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 12623
8e04817f
AC
12624@table @code
12625@item remotetimeout @var{args}
12626@kindex remotetimeout
12627@value{GDBN} supports the option @code{remotetimeout}.
12628This option is set by the user, and @var{args} represents the number of
12629seconds @value{GDBN} waits for responses.
104c1213
JM
12630@end table
12631
8e04817f
AC
12632@cindex compiling, on Sparclet
12633When compiling for debugging, include the options @samp{-g} to get debug
12634information and @samp{-Ttext} to relocate the program to where you wish to
12635load it on the target. You may also want to add the options @samp{-n} or
12636@samp{-N} in order to reduce the size of the sections. Example:
104c1213 12637
474c8240 12638@smallexample
8e04817f 12639sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 12640@end smallexample
104c1213 12641
8e04817f 12642You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 12643
474c8240 12644@smallexample
8e04817f 12645sparclet-aout-objdump --headers --syms prog
474c8240 12646@end smallexample
104c1213 12647
8e04817f
AC
12648@cindex running, on Sparclet
12649Once you have set
12650your Unix execution search path to find @value{GDBN}, you are ready to
12651run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
12652(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 12653
8e04817f
AC
12654@value{GDBN} comes up showing the prompt:
12655
474c8240 12656@smallexample
8e04817f 12657(gdbslet)
474c8240 12658@end smallexample
104c1213
JM
12659
12660@menu
8e04817f
AC
12661* Sparclet File:: Setting the file to debug
12662* Sparclet Connection:: Connecting to Sparclet
12663* Sparclet Download:: Sparclet download
12664* Sparclet Execution:: Running and debugging
104c1213
JM
12665@end menu
12666
8e04817f
AC
12667@node Sparclet File
12668@subsubsection Setting file to debug
104c1213 12669
8e04817f 12670The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 12671
474c8240 12672@smallexample
8e04817f 12673(gdbslet) file prog
474c8240 12674@end smallexample
104c1213 12675
8e04817f
AC
12676@need 1000
12677@value{GDBN} then attempts to read the symbol table of @file{prog}.
12678@value{GDBN} locates
12679the file by searching the directories listed in the command search
12680path.
12681If the file was compiled with debug information (option "-g"), source
12682files will be searched as well.
12683@value{GDBN} locates
12684the source files by searching the directories listed in the directory search
12685path (@pxref{Environment, ,Your program's environment}).
12686If it fails
12687to find a file, it displays a message such as:
104c1213 12688
474c8240 12689@smallexample
8e04817f 12690prog: No such file or directory.
474c8240 12691@end smallexample
104c1213 12692
8e04817f
AC
12693When this happens, add the appropriate directories to the search paths with
12694the @value{GDBN} commands @code{path} and @code{dir}, and execute the
12695@code{target} command again.
104c1213 12696
8e04817f
AC
12697@node Sparclet Connection
12698@subsubsection Connecting to Sparclet
104c1213 12699
8e04817f
AC
12700The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
12701To connect to a target on serial port ``@code{ttya}'', type:
104c1213 12702
474c8240 12703@smallexample
8e04817f
AC
12704(gdbslet) target sparclet /dev/ttya
12705Remote target sparclet connected to /dev/ttya
12706main () at ../prog.c:3
474c8240 12707@end smallexample
104c1213 12708
8e04817f
AC
12709@need 750
12710@value{GDBN} displays messages like these:
104c1213 12711
474c8240 12712@smallexample
8e04817f 12713Connected to ttya.
474c8240 12714@end smallexample
104c1213 12715
8e04817f
AC
12716@node Sparclet Download
12717@subsubsection Sparclet download
104c1213 12718
8e04817f
AC
12719@cindex download to Sparclet
12720Once connected to the Sparclet target,
12721you can use the @value{GDBN}
12722@code{load} command to download the file from the host to the target.
12723The file name and load offset should be given as arguments to the @code{load}
12724command.
12725Since the file format is aout, the program must be loaded to the starting
12726address. You can use @code{objdump} to find out what this value is. The load
12727offset is an offset which is added to the VMA (virtual memory address)
12728of each of the file's sections.
12729For instance, if the program
12730@file{prog} was linked to text address 0x1201000, with data at 0x12010160
12731and bss at 0x12010170, in @value{GDBN}, type:
104c1213 12732
474c8240 12733@smallexample
8e04817f
AC
12734(gdbslet) load prog 0x12010000
12735Loading section .text, size 0xdb0 vma 0x12010000
474c8240 12736@end smallexample
104c1213 12737
8e04817f
AC
12738If the code is loaded at a different address then what the program was linked
12739to, you may need to use the @code{section} and @code{add-symbol-file} commands
12740to tell @value{GDBN} where to map the symbol table.
12741
12742@node Sparclet Execution
12743@subsubsection Running and debugging
12744
12745@cindex running and debugging Sparclet programs
12746You can now begin debugging the task using @value{GDBN}'s execution control
12747commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
12748manual for the list of commands.
12749
474c8240 12750@smallexample
8e04817f
AC
12751(gdbslet) b main
12752Breakpoint 1 at 0x12010000: file prog.c, line 3.
12753(gdbslet) run
12754Starting program: prog
12755Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
127563 char *symarg = 0;
12757(gdbslet) step
127584 char *execarg = "hello!";
12759(gdbslet)
474c8240 12760@end smallexample
8e04817f
AC
12761
12762@node Sparclite
12763@subsection Fujitsu Sparclite
104c1213
JM
12764
12765@table @code
12766
8e04817f
AC
12767@kindex target sparclite
12768@item target sparclite @var{dev}
12769Fujitsu sparclite boards, used only for the purpose of loading.
12770You must use an additional command to debug the program.
12771For example: target remote @var{dev} using @value{GDBN} standard
12772remote protocol.
104c1213
JM
12773
12774@end table
12775
8e04817f
AC
12776@node ST2000
12777@subsection Tandem ST2000
104c1213 12778
8e04817f
AC
12779@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
12780STDBUG protocol.
104c1213 12781
8e04817f
AC
12782To connect your ST2000 to the host system, see the manufacturer's
12783manual. Once the ST2000 is physically attached, you can run:
104c1213 12784
474c8240 12785@smallexample
8e04817f 12786target st2000 @var{dev} @var{speed}
474c8240 12787@end smallexample
104c1213 12788
8e04817f
AC
12789@noindent
12790to establish it as your debugging environment. @var{dev} is normally
12791the name of a serial device, such as @file{/dev/ttya}, connected to the
12792ST2000 via a serial line. You can instead specify @var{dev} as a TCP
12793connection (for example, to a serial line attached via a terminal
12794concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
104c1213 12795
8e04817f
AC
12796The @code{load} and @code{attach} commands are @emph{not} defined for
12797this target; you must load your program into the ST2000 as you normally
12798would for standalone operation. @value{GDBN} reads debugging information
12799(such as symbols) from a separate, debugging version of the program
12800available on your host computer.
12801@c FIXME!! This is terribly vague; what little content is here is
12802@c basically hearsay.
104c1213 12803
8e04817f
AC
12804@cindex ST2000 auxiliary commands
12805These auxiliary @value{GDBN} commands are available to help you with the ST2000
12806environment:
104c1213 12807
8e04817f
AC
12808@table @code
12809@item st2000 @var{command}
12810@kindex st2000 @var{cmd}
12811@cindex STDBUG commands (ST2000)
12812@cindex commands to STDBUG (ST2000)
12813Send a @var{command} to the STDBUG monitor. See the manufacturer's
12814manual for available commands.
104c1213 12815
8e04817f
AC
12816@item connect
12817@cindex connect (to STDBUG)
12818Connect the controlling terminal to the STDBUG command monitor. When
12819you are done interacting with STDBUG, typing either of two character
12820sequences gets you back to the @value{GDBN} command prompt:
12821@kbd{@key{RET}~.} (Return, followed by tilde and period) or
12822@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
104c1213
JM
12823@end table
12824
8e04817f
AC
12825@node Z8000
12826@subsection Zilog Z8000
104c1213 12827
8e04817f
AC
12828@cindex Z8000
12829@cindex simulator, Z8000
12830@cindex Zilog Z8000 simulator
104c1213 12831
8e04817f
AC
12832When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
12833a Z8000 simulator.
12834
12835For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
12836unsegmented variant of the Z8000 architecture) or the Z8001 (the
12837segmented variant). The simulator recognizes which architecture is
12838appropriate by inspecting the object code.
104c1213 12839
8e04817f
AC
12840@table @code
12841@item target sim @var{args}
12842@kindex sim
12843@kindex target sim@r{, with Z8000}
12844Debug programs on a simulated CPU. If the simulator supports setup
12845options, specify them via @var{args}.
104c1213
JM
12846@end table
12847
8e04817f
AC
12848@noindent
12849After specifying this target, you can debug programs for the simulated
12850CPU in the same style as programs for your host computer; use the
12851@code{file} command to load a new program image, the @code{run} command
12852to run your program, and so on.
12853
12854As well as making available all the usual machine registers
12855(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
12856additional items of information as specially named registers:
104c1213
JM
12857
12858@table @code
12859
8e04817f
AC
12860@item cycles
12861Counts clock-ticks in the simulator.
104c1213 12862
8e04817f
AC
12863@item insts
12864Counts instructions run in the simulator.
104c1213 12865
8e04817f
AC
12866@item time
12867Execution time in 60ths of a second.
104c1213 12868
8e04817f 12869@end table
104c1213 12870
8e04817f
AC
12871You can refer to these values in @value{GDBN} expressions with the usual
12872conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
12873conditional breakpoint that suspends only after at least 5000
12874simulated clock ticks.
104c1213 12875
8e04817f
AC
12876@node Architectures
12877@section Architectures
104c1213 12878
8e04817f
AC
12879This section describes characteristics of architectures that affect
12880all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 12881
8e04817f
AC
12882@menu
12883* A29K::
12884* Alpha::
12885* MIPS::
12886@end menu
104c1213 12887
8e04817f
AC
12888@node A29K
12889@subsection A29K
104c1213
JM
12890
12891@table @code
104c1213 12892
8e04817f
AC
12893@kindex set rstack_high_address
12894@cindex AMD 29K register stack
12895@cindex register stack, AMD29K
12896@item set rstack_high_address @var{address}
12897On AMD 29000 family processors, registers are saved in a separate
12898@dfn{register stack}. There is no way for @value{GDBN} to determine the
12899extent of this stack. Normally, @value{GDBN} just assumes that the
12900stack is ``large enough''. This may result in @value{GDBN} referencing
12901memory locations that do not exist. If necessary, you can get around
12902this problem by specifying the ending address of the register stack with
12903the @code{set rstack_high_address} command. The argument should be an
12904address, which you probably want to precede with @samp{0x} to specify in
12905hexadecimal.
104c1213 12906
8e04817f
AC
12907@kindex show rstack_high_address
12908@item show rstack_high_address
12909Display the current limit of the register stack, on AMD 29000 family
12910processors.
104c1213 12911
8e04817f 12912@end table
104c1213 12913
8e04817f
AC
12914@node Alpha
12915@subsection Alpha
104c1213 12916
8e04817f 12917See the following section.
104c1213 12918
8e04817f
AC
12919@node MIPS
12920@subsection MIPS
104c1213 12921
8e04817f
AC
12922@cindex stack on Alpha
12923@cindex stack on MIPS
12924@cindex Alpha stack
12925@cindex MIPS stack
12926Alpha- and MIPS-based computers use an unusual stack frame, which
12927sometimes requires @value{GDBN} to search backward in the object code to
12928find the beginning of a function.
104c1213 12929
8e04817f
AC
12930@cindex response time, MIPS debugging
12931To improve response time (especially for embedded applications, where
12932@value{GDBN} may be restricted to a slow serial line for this search)
12933you may want to limit the size of this search, using one of these
12934commands:
104c1213 12935
8e04817f
AC
12936@table @code
12937@cindex @code{heuristic-fence-post} (Alpha, MIPS)
12938@item set heuristic-fence-post @var{limit}
12939Restrict @value{GDBN} to examining at most @var{limit} bytes in its
12940search for the beginning of a function. A value of @var{0} (the
12941default) means there is no limit. However, except for @var{0}, the
12942larger the limit the more bytes @code{heuristic-fence-post} must search
12943and therefore the longer it takes to run.
104c1213 12944
8e04817f
AC
12945@item show heuristic-fence-post
12946Display the current limit.
12947@end table
104c1213
JM
12948
12949@noindent
8e04817f
AC
12950These commands are available @emph{only} when @value{GDBN} is configured
12951for debugging programs on Alpha or MIPS processors.
104c1213 12952
104c1213 12953
8e04817f
AC
12954@node Controlling GDB
12955@chapter Controlling @value{GDBN}
12956
12957You can alter the way @value{GDBN} interacts with you by using the
12958@code{set} command. For commands controlling how @value{GDBN} displays
12959data, see @ref{Print Settings, ,Print settings}. Other settings are
12960described here.
12961
12962@menu
12963* Prompt:: Prompt
12964* Editing:: Command editing
12965* History:: Command history
12966* Screen Size:: Screen size
12967* Numbers:: Numbers
1e698235 12968* ABI:: Configuring the current ABI
8e04817f
AC
12969* Messages/Warnings:: Optional warnings and messages
12970* Debugging Output:: Optional messages about internal happenings
12971@end menu
12972
12973@node Prompt
12974@section Prompt
104c1213 12975
8e04817f 12976@cindex prompt
104c1213 12977
8e04817f
AC
12978@value{GDBN} indicates its readiness to read a command by printing a string
12979called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
12980can change the prompt string with the @code{set prompt} command. For
12981instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
12982the prompt in one of the @value{GDBN} sessions so that you can always tell
12983which one you are talking to.
104c1213 12984
8e04817f
AC
12985@emph{Note:} @code{set prompt} does not add a space for you after the
12986prompt you set. This allows you to set a prompt which ends in a space
12987or a prompt that does not.
104c1213 12988
8e04817f
AC
12989@table @code
12990@kindex set prompt
12991@item set prompt @var{newprompt}
12992Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 12993
8e04817f
AC
12994@kindex show prompt
12995@item show prompt
12996Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
12997@end table
12998
8e04817f
AC
12999@node Editing
13000@section Command editing
13001@cindex readline
13002@cindex command line editing
104c1213 13003
8e04817f
AC
13004@value{GDBN} reads its input commands via the @dfn{readline} interface. This
13005@sc{gnu} library provides consistent behavior for programs which provide a
13006command line interface to the user. Advantages are @sc{gnu} Emacs-style
13007or @dfn{vi}-style inline editing of commands, @code{csh}-like history
13008substitution, and a storage and recall of command history across
13009debugging sessions.
104c1213 13010
8e04817f
AC
13011You may control the behavior of command line editing in @value{GDBN} with the
13012command @code{set}.
104c1213 13013
8e04817f
AC
13014@table @code
13015@kindex set editing
13016@cindex editing
13017@item set editing
13018@itemx set editing on
13019Enable command line editing (enabled by default).
104c1213 13020
8e04817f
AC
13021@item set editing off
13022Disable command line editing.
104c1213 13023
8e04817f
AC
13024@kindex show editing
13025@item show editing
13026Show whether command line editing is enabled.
104c1213
JM
13027@end table
13028
8e04817f
AC
13029@node History
13030@section Command history
13031
13032@value{GDBN} can keep track of the commands you type during your
13033debugging sessions, so that you can be certain of precisely what
13034happened. Use these commands to manage the @value{GDBN} command
13035history facility.
104c1213
JM
13036
13037@table @code
8e04817f
AC
13038@cindex history substitution
13039@cindex history file
13040@kindex set history filename
13041@kindex GDBHISTFILE
13042@item set history filename @var{fname}
13043Set the name of the @value{GDBN} command history file to @var{fname}.
13044This is the file where @value{GDBN} reads an initial command history
13045list, and where it writes the command history from this session when it
13046exits. You can access this list through history expansion or through
13047the history command editing characters listed below. This file defaults
13048to the value of the environment variable @code{GDBHISTFILE}, or to
13049@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
13050is not set.
104c1213 13051
8e04817f
AC
13052@cindex history save
13053@kindex set history save
13054@item set history save
13055@itemx set history save on
13056Record command history in a file, whose name may be specified with the
13057@code{set history filename} command. By default, this option is disabled.
104c1213 13058
8e04817f
AC
13059@item set history save off
13060Stop recording command history in a file.
104c1213 13061
8e04817f
AC
13062@cindex history size
13063@kindex set history size
13064@item set history size @var{size}
13065Set the number of commands which @value{GDBN} keeps in its history list.
13066This defaults to the value of the environment variable
13067@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
13068@end table
13069
8e04817f
AC
13070@cindex history expansion
13071History expansion assigns special meaning to the character @kbd{!}.
13072@ifset have-readline-appendices
13073@xref{Event Designators}.
13074@end ifset
13075
13076Since @kbd{!} is also the logical not operator in C, history expansion
13077is off by default. If you decide to enable history expansion with the
13078@code{set history expansion on} command, you may sometimes need to
13079follow @kbd{!} (when it is used as logical not, in an expression) with
13080a space or a tab to prevent it from being expanded. The readline
13081history facilities do not attempt substitution on the strings
13082@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
13083
13084The commands to control history expansion are:
104c1213
JM
13085
13086@table @code
8e04817f
AC
13087@kindex set history expansion
13088@item set history expansion on
13089@itemx set history expansion
13090Enable history expansion. History expansion is off by default.
104c1213 13091
8e04817f
AC
13092@item set history expansion off
13093Disable history expansion.
104c1213 13094
8e04817f
AC
13095The readline code comes with more complete documentation of
13096editing and history expansion features. Users unfamiliar with @sc{gnu} Emacs
13097or @code{vi} may wish to read it.
13098@ifset have-readline-appendices
13099@xref{Command Line Editing}.
13100@end ifset
104c1213 13101
8e04817f
AC
13102@c @group
13103@kindex show history
13104@item show history
13105@itemx show history filename
13106@itemx show history save
13107@itemx show history size
13108@itemx show history expansion
13109These commands display the state of the @value{GDBN} history parameters.
13110@code{show history} by itself displays all four states.
13111@c @end group
13112@end table
13113
13114@table @code
13115@kindex shows
13116@item show commands
13117Display the last ten commands in the command history.
104c1213 13118
8e04817f
AC
13119@item show commands @var{n}
13120Print ten commands centered on command number @var{n}.
13121
13122@item show commands +
13123Print ten commands just after the commands last printed.
104c1213
JM
13124@end table
13125
8e04817f
AC
13126@node Screen Size
13127@section Screen size
13128@cindex size of screen
13129@cindex pauses in output
104c1213 13130
8e04817f
AC
13131Certain commands to @value{GDBN} may produce large amounts of
13132information output to the screen. To help you read all of it,
13133@value{GDBN} pauses and asks you for input at the end of each page of
13134output. Type @key{RET} when you want to continue the output, or @kbd{q}
13135to discard the remaining output. Also, the screen width setting
13136determines when to wrap lines of output. Depending on what is being
13137printed, @value{GDBN} tries to break the line at a readable place,
13138rather than simply letting it overflow onto the following line.
13139
13140Normally @value{GDBN} knows the size of the screen from the terminal
13141driver software. For example, on Unix @value{GDBN} uses the termcap data base
13142together with the value of the @code{TERM} environment variable and the
13143@code{stty rows} and @code{stty cols} settings. If this is not correct,
13144you can override it with the @code{set height} and @code{set
13145width} commands:
13146
13147@table @code
13148@kindex set height
13149@kindex set width
13150@kindex show width
13151@kindex show height
13152@item set height @var{lpp}
13153@itemx show height
13154@itemx set width @var{cpl}
13155@itemx show width
13156These @code{set} commands specify a screen height of @var{lpp} lines and
13157a screen width of @var{cpl} characters. The associated @code{show}
13158commands display the current settings.
104c1213 13159
8e04817f
AC
13160If you specify a height of zero lines, @value{GDBN} does not pause during
13161output no matter how long the output is. This is useful if output is to a
13162file or to an editor buffer.
104c1213 13163
8e04817f
AC
13164Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
13165from wrapping its output.
104c1213
JM
13166@end table
13167
8e04817f
AC
13168@node Numbers
13169@section Numbers
13170@cindex number representation
13171@cindex entering numbers
104c1213 13172
8e04817f
AC
13173You can always enter numbers in octal, decimal, or hexadecimal in
13174@value{GDBN} by the usual conventions: octal numbers begin with
13175@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
13176begin with @samp{0x}. Numbers that begin with none of these are, by
13177default, entered in base 10; likewise, the default display for
13178numbers---when no particular format is specified---is base 10. You can
13179change the default base for both input and output with the @code{set
13180radix} command.
104c1213 13181
8e04817f
AC
13182@table @code
13183@kindex set input-radix
13184@item set input-radix @var{base}
13185Set the default base for numeric input. Supported choices
13186for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
13187specified either unambiguously or using the current default radix; for
13188example, any of
104c1213 13189
8e04817f
AC
13190@smallexample
13191set radix 012
13192set radix 10.
13193set radix 0xa
13194@end smallexample
104c1213 13195
8e04817f
AC
13196@noindent
13197sets the base to decimal. On the other hand, @samp{set radix 10}
13198leaves the radix unchanged no matter what it was.
104c1213 13199
8e04817f
AC
13200@kindex set output-radix
13201@item set output-radix @var{base}
13202Set the default base for numeric display. Supported choices
13203for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
13204specified either unambiguously or using the current default radix.
104c1213 13205
8e04817f
AC
13206@kindex show input-radix
13207@item show input-radix
13208Display the current default base for numeric input.
104c1213 13209
8e04817f
AC
13210@kindex show output-radix
13211@item show output-radix
13212Display the current default base for numeric display.
13213@end table
104c1213 13214
1e698235
DJ
13215@node ABI
13216@section Configuring the current ABI
13217
13218@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
13219application automatically. However, sometimes you need to override its
13220conclusions. Use these commands to manage @value{GDBN}'s view of the
13221current ABI.
13222
98b45e30
DJ
13223@cindex OS ABI
13224@kindex set osabi
b4e9345d 13225@kindex show osabi
98b45e30
DJ
13226
13227One @value{GDBN} configuration can debug binaries for multiple operating
b383017d 13228system targets, either via remote debugging or native emulation.
98b45e30
DJ
13229@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
13230but you can override its conclusion using the @code{set osabi} command.
13231One example where this is useful is in debugging of binaries which use
13232an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
13233not have the same identifying marks that the standard C library for your
13234platform provides.
13235
13236@table @code
13237@item show osabi
13238Show the OS ABI currently in use.
13239
13240@item set osabi
13241With no argument, show the list of registered available OS ABI's.
13242
13243@item set osabi @var{abi}
13244Set the current OS ABI to @var{abi}.
13245@end table
13246
1e698235
DJ
13247@cindex float promotion
13248@kindex set coerce-float-to-double
13249
13250Generally, the way that an argument of type @code{float} is passed to a
13251function depends on whether the function is prototyped. For a prototyped
13252(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
13253according to the architecture's convention for @code{float}. For unprototyped
13254(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
13255@code{double} and then passed.
13256
13257Unfortunately, some forms of debug information do not reliably indicate whether
13258a function is prototyped. If @value{GDBN} calls a function that is not marked
13259as prototyped, it consults @kbd{set coerce-float-to-double}.
13260
13261@table @code
13262@item set coerce-float-to-double
13263@itemx set coerce-float-to-double on
13264Arguments of type @code{float} will be promoted to @code{double} when passed
13265to an unprototyped function. This is the default setting.
13266
13267@item set coerce-float-to-double off
13268Arguments of type @code{float} will be passed directly to unprototyped
13269functions.
13270@end table
13271
f1212245
DJ
13272@kindex set cp-abi
13273@kindex show cp-abi
13274@value{GDBN} needs to know the ABI used for your program's C@t{++}
13275objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
13276used to build your application. @value{GDBN} only fully supports
13277programs with a single C@t{++} ABI; if your program contains code using
13278multiple C@t{++} ABI's or if @value{GDBN} can not identify your
13279program's ABI correctly, you can tell @value{GDBN} which ABI to use.
13280Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
13281before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
13282``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
13283use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
13284``auto''.
13285
13286@table @code
13287@item show cp-abi
13288Show the C@t{++} ABI currently in use.
13289
13290@item set cp-abi
13291With no argument, show the list of supported C@t{++} ABI's.
13292
13293@item set cp-abi @var{abi}
13294@itemx set cp-abi auto
13295Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
13296@end table
13297
8e04817f
AC
13298@node Messages/Warnings
13299@section Optional warnings and messages
104c1213 13300
8e04817f
AC
13301By default, @value{GDBN} is silent about its inner workings. If you are
13302running on a slow machine, you may want to use the @code{set verbose}
13303command. This makes @value{GDBN} tell you when it does a lengthy
13304internal operation, so you will not think it has crashed.
104c1213 13305
8e04817f
AC
13306Currently, the messages controlled by @code{set verbose} are those
13307which announce that the symbol table for a source file is being read;
13308see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
104c1213 13309
8e04817f
AC
13310@table @code
13311@kindex set verbose
13312@item set verbose on
13313Enables @value{GDBN} output of certain informational messages.
104c1213 13314
8e04817f
AC
13315@item set verbose off
13316Disables @value{GDBN} output of certain informational messages.
104c1213 13317
8e04817f
AC
13318@kindex show verbose
13319@item show verbose
13320Displays whether @code{set verbose} is on or off.
13321@end table
104c1213 13322
8e04817f
AC
13323By default, if @value{GDBN} encounters bugs in the symbol table of an
13324object file, it is silent; but if you are debugging a compiler, you may
13325find this information useful (@pxref{Symbol Errors, ,Errors reading
13326symbol files}).
104c1213 13327
8e04817f 13328@table @code
104c1213 13329
8e04817f
AC
13330@kindex set complaints
13331@item set complaints @var{limit}
13332Permits @value{GDBN} to output @var{limit} complaints about each type of
13333unusual symbols before becoming silent about the problem. Set
13334@var{limit} to zero to suppress all complaints; set it to a large number
13335to prevent complaints from being suppressed.
104c1213 13336
8e04817f
AC
13337@kindex show complaints
13338@item show complaints
13339Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 13340
8e04817f 13341@end table
104c1213 13342
8e04817f
AC
13343By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
13344lot of stupid questions to confirm certain commands. For example, if
13345you try to run a program which is already running:
104c1213 13346
474c8240 13347@smallexample
8e04817f
AC
13348(@value{GDBP}) run
13349The program being debugged has been started already.
13350Start it from the beginning? (y or n)
474c8240 13351@end smallexample
104c1213 13352
8e04817f
AC
13353If you are willing to unflinchingly face the consequences of your own
13354commands, you can disable this ``feature'':
104c1213 13355
8e04817f 13356@table @code
104c1213 13357
8e04817f
AC
13358@kindex set confirm
13359@cindex flinching
13360@cindex confirmation
13361@cindex stupid questions
13362@item set confirm off
13363Disables confirmation requests.
104c1213 13364
8e04817f
AC
13365@item set confirm on
13366Enables confirmation requests (the default).
104c1213 13367
8e04817f
AC
13368@kindex show confirm
13369@item show confirm
13370Displays state of confirmation requests.
13371
13372@end table
104c1213 13373
8e04817f
AC
13374@node Debugging Output
13375@section Optional messages about internal happenings
104c1213 13376@table @code
8e04817f
AC
13377@kindex set debug arch
13378@item set debug arch
13379Turns on or off display of gdbarch debugging info. The default is off
13380@kindex show debug arch
13381@item show debug arch
13382Displays the current state of displaying gdbarch debugging info.
13383@kindex set debug event
13384@item set debug event
13385Turns on or off display of @value{GDBN} event debugging info. The
13386default is off.
13387@kindex show debug event
13388@item show debug event
13389Displays the current state of displaying @value{GDBN} event debugging
13390info.
13391@kindex set debug expression
13392@item set debug expression
13393Turns on or off display of @value{GDBN} expression debugging info. The
13394default is off.
13395@kindex show debug expression
13396@item show debug expression
13397Displays the current state of displaying @value{GDBN} expression
13398debugging info.
7453dc06
AC
13399@kindex set debug frame
13400@item set debug frame
13401Turns on or off display of @value{GDBN} frame debugging info. The
13402default is off.
13403@kindex show debug frame
13404@item show debug frame
13405Displays the current state of displaying @value{GDBN} frame debugging
13406info.
2b4855ab
AC
13407@kindex set debug observer
13408@item set debug observer
13409Turns on or off display of @value{GDBN} observer debugging. This
13410includes info such as the notification of observable events.
13411@kindex show debug observer
13412@item show debug observer
13413Displays the current state of observer debugging.
8e04817f
AC
13414@kindex set debug overload
13415@item set debug overload
13416Turns on or off display of @value{GDBN} C@t{++} overload debugging
13417info. This includes info such as ranking of functions, etc. The default
13418is off.
13419@kindex show debug overload
13420@item show debug overload
13421Displays the current state of displaying @value{GDBN} C@t{++} overload
13422debugging info.
13423@kindex set debug remote
13424@cindex packets, reporting on stdout
13425@cindex serial connections, debugging
13426@item set debug remote
13427Turns on or off display of reports on all packets sent back and forth across
13428the serial line to the remote machine. The info is printed on the
13429@value{GDBN} standard output stream. The default is off.
13430@kindex show debug remote
13431@item show debug remote
13432Displays the state of display of remote packets.
13433@kindex set debug serial
13434@item set debug serial
13435Turns on or off display of @value{GDBN} serial debugging info. The
13436default is off.
13437@kindex show debug serial
13438@item show debug serial
13439Displays the current state of displaying @value{GDBN} serial debugging
13440info.
13441@kindex set debug target
13442@item set debug target
13443Turns on or off display of @value{GDBN} target debugging info. This info
13444includes what is going on at the target level of GDB, as it happens. The
701b08bb
DJ
13445default is 0. Set it to 1 to track events, and to 2 to also track the
13446value of large memory transfers. Changes to this flag do not take effect
13447until the next time you connect to a target or use the @code{run} command.
8e04817f
AC
13448@kindex show debug target
13449@item show debug target
13450Displays the current state of displaying @value{GDBN} target debugging
13451info.
13452@kindex set debug varobj
13453@item set debug varobj
13454Turns on or off display of @value{GDBN} variable object debugging
13455info. The default is off.
13456@kindex show debug varobj
13457@item show debug varobj
13458Displays the current state of displaying @value{GDBN} variable object
13459debugging info.
13460@end table
104c1213 13461
8e04817f
AC
13462@node Sequences
13463@chapter Canned Sequences of Commands
104c1213 13464
8e04817f
AC
13465Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
13466command lists}), @value{GDBN} provides two ways to store sequences of
13467commands for execution as a unit: user-defined commands and command
13468files.
104c1213 13469
8e04817f
AC
13470@menu
13471* Define:: User-defined commands
13472* Hooks:: User-defined command hooks
13473* Command Files:: Command files
13474* Output:: Commands for controlled output
13475@end menu
104c1213 13476
8e04817f
AC
13477@node Define
13478@section User-defined commands
104c1213 13479
8e04817f
AC
13480@cindex user-defined command
13481A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
13482which you assign a new name as a command. This is done with the
13483@code{define} command. User commands may accept up to 10 arguments
13484separated by whitespace. Arguments are accessed within the user command
13485via @var{$arg0@dots{}$arg9}. A trivial example:
104c1213 13486
8e04817f
AC
13487@smallexample
13488define adder
13489 print $arg0 + $arg1 + $arg2
13490@end smallexample
104c1213
JM
13491
13492@noindent
8e04817f 13493To execute the command use:
104c1213 13494
8e04817f
AC
13495@smallexample
13496adder 1 2 3
13497@end smallexample
104c1213 13498
8e04817f
AC
13499@noindent
13500This defines the command @code{adder}, which prints the sum of
13501its three arguments. Note the arguments are text substitutions, so they may
13502reference variables, use complex expressions, or even perform inferior
13503functions calls.
104c1213
JM
13504
13505@table @code
104c1213 13506
8e04817f
AC
13507@kindex define
13508@item define @var{commandname}
13509Define a command named @var{commandname}. If there is already a command
13510by that name, you are asked to confirm that you want to redefine it.
104c1213 13511
8e04817f
AC
13512The definition of the command is made up of other @value{GDBN} command lines,
13513which are given following the @code{define} command. The end of these
13514commands is marked by a line containing @code{end}.
104c1213 13515
8e04817f
AC
13516@kindex if
13517@kindex else
13518@item if
13519Takes a single argument, which is an expression to evaluate.
13520It is followed by a series of commands that are executed
13521only if the expression is true (nonzero).
13522There can then optionally be a line @code{else}, followed
13523by a series of commands that are only executed if the expression
13524was false. The end of the list is marked by a line containing @code{end}.
104c1213 13525
8e04817f
AC
13526@kindex while
13527@item while
13528The syntax is similar to @code{if}: the command takes a single argument,
13529which is an expression to evaluate, and must be followed by the commands to
13530execute, one per line, terminated by an @code{end}.
13531The commands are executed repeatedly as long as the expression
13532evaluates to true.
104c1213 13533
8e04817f
AC
13534@kindex document
13535@item document @var{commandname}
13536Document the user-defined command @var{commandname}, so that it can be
13537accessed by @code{help}. The command @var{commandname} must already be
13538defined. This command reads lines of documentation just as @code{define}
13539reads the lines of the command definition, ending with @code{end}.
13540After the @code{document} command is finished, @code{help} on command
13541@var{commandname} displays the documentation you have written.
104c1213 13542
8e04817f
AC
13543You may use the @code{document} command again to change the
13544documentation of a command. Redefining the command with @code{define}
13545does not change the documentation.
104c1213 13546
8e04817f
AC
13547@kindex help user-defined
13548@item help user-defined
13549List all user-defined commands, with the first line of the documentation
13550(if any) for each.
104c1213 13551
8e04817f
AC
13552@kindex show user
13553@item show user
13554@itemx show user @var{commandname}
13555Display the @value{GDBN} commands used to define @var{commandname} (but
13556not its documentation). If no @var{commandname} is given, display the
13557definitions for all user-defined commands.
104c1213 13558
20f01a46
DH
13559@kindex show max-user-call-depth
13560@kindex set max-user-call-depth
13561@item show max-user-call-depth
5ca0cb28
DH
13562@itemx set max-user-call-depth
13563The value of @code{max-user-call-depth} controls how many recursion
13564levels are allowed in user-defined commands before GDB suspects an
13565infinite recursion and aborts the command.
20f01a46 13566
104c1213
JM
13567@end table
13568
8e04817f
AC
13569When user-defined commands are executed, the
13570commands of the definition are not printed. An error in any command
13571stops execution of the user-defined command.
104c1213 13572
8e04817f
AC
13573If used interactively, commands that would ask for confirmation proceed
13574without asking when used inside a user-defined command. Many @value{GDBN}
13575commands that normally print messages to say what they are doing omit the
13576messages when used in a user-defined command.
104c1213 13577
8e04817f
AC
13578@node Hooks
13579@section User-defined command hooks
13580@cindex command hooks
13581@cindex hooks, for commands
13582@cindex hooks, pre-command
104c1213 13583
8e04817f
AC
13584@kindex hook
13585@kindex hook-
13586You may define @dfn{hooks}, which are a special kind of user-defined
13587command. Whenever you run the command @samp{foo}, if the user-defined
13588command @samp{hook-foo} exists, it is executed (with no arguments)
13589before that command.
104c1213 13590
8e04817f
AC
13591@cindex hooks, post-command
13592@kindex hookpost
13593@kindex hookpost-
13594A hook may also be defined which is run after the command you executed.
13595Whenever you run the command @samp{foo}, if the user-defined command
13596@samp{hookpost-foo} exists, it is executed (with no arguments) after
13597that command. Post-execution hooks may exist simultaneously with
13598pre-execution hooks, for the same command.
104c1213 13599
8e04817f
AC
13600It is valid for a hook to call the command which it hooks. If this
13601occurs, the hook is not re-executed, thereby avoiding infinte recursion.
104c1213 13602
8e04817f
AC
13603@c It would be nice if hookpost could be passed a parameter indicating
13604@c if the command it hooks executed properly or not. FIXME!
104c1213 13605
8e04817f
AC
13606@kindex stop@r{, a pseudo-command}
13607In addition, a pseudo-command, @samp{stop} exists. Defining
13608(@samp{hook-stop}) makes the associated commands execute every time
13609execution stops in your program: before breakpoint commands are run,
13610displays are printed, or the stack frame is printed.
104c1213 13611
8e04817f
AC
13612For example, to ignore @code{SIGALRM} signals while
13613single-stepping, but treat them normally during normal execution,
13614you could define:
104c1213 13615
474c8240 13616@smallexample
8e04817f
AC
13617define hook-stop
13618handle SIGALRM nopass
13619end
104c1213 13620
8e04817f
AC
13621define hook-run
13622handle SIGALRM pass
13623end
104c1213 13624
8e04817f
AC
13625define hook-continue
13626handle SIGLARM pass
13627end
474c8240 13628@end smallexample
104c1213 13629
8e04817f 13630As a further example, to hook at the begining and end of the @code{echo}
b383017d 13631command, and to add extra text to the beginning and end of the message,
8e04817f 13632you could define:
104c1213 13633
474c8240 13634@smallexample
8e04817f
AC
13635define hook-echo
13636echo <<<---
13637end
104c1213 13638
8e04817f
AC
13639define hookpost-echo
13640echo --->>>\n
13641end
104c1213 13642
8e04817f
AC
13643(@value{GDBP}) echo Hello World
13644<<<---Hello World--->>>
13645(@value{GDBP})
104c1213 13646
474c8240 13647@end smallexample
104c1213 13648
8e04817f
AC
13649You can define a hook for any single-word command in @value{GDBN}, but
13650not for command aliases; you should define a hook for the basic command
13651name, e.g. @code{backtrace} rather than @code{bt}.
13652@c FIXME! So how does Joe User discover whether a command is an alias
13653@c or not?
13654If an error occurs during the execution of your hook, execution of
13655@value{GDBN} commands stops and @value{GDBN} issues a prompt
13656(before the command that you actually typed had a chance to run).
104c1213 13657
8e04817f
AC
13658If you try to define a hook which does not match any known command, you
13659get a warning from the @code{define} command.
c906108c 13660
8e04817f
AC
13661@node Command Files
13662@section Command files
c906108c 13663
8e04817f
AC
13664@cindex command files
13665A command file for @value{GDBN} is a file of lines that are @value{GDBN}
13666commands. Comments (lines starting with @kbd{#}) may also be included.
13667An empty line in a command file does nothing; it does not mean to repeat
13668the last command, as it would from the terminal.
c906108c 13669
8e04817f
AC
13670@cindex init file
13671@cindex @file{.gdbinit}
13672@cindex @file{gdb.ini}
13673When you start @value{GDBN}, it automatically executes commands from its
13674@dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
13675port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
13676limitations of file names imposed by DOS filesystems.}.
13677During startup, @value{GDBN} does the following:
c906108c 13678
8e04817f
AC
13679@enumerate
13680@item
13681Reads the init file (if any) in your home directory@footnote{On
13682DOS/Windows systems, the home directory is the one pointed to by the
13683@code{HOME} environment variable.}.
c906108c 13684
8e04817f
AC
13685@item
13686Processes command line options and operands.
c906108c 13687
8e04817f
AC
13688@item
13689Reads the init file (if any) in the current working directory.
c906108c 13690
8e04817f
AC
13691@item
13692Reads command files specified by the @samp{-x} option.
13693@end enumerate
c906108c 13694
8e04817f
AC
13695The init file in your home directory can set options (such as @samp{set
13696complaints}) that affect subsequent processing of command line options
13697and operands. Init files are not executed if you use the @samp{-nx}
13698option (@pxref{Mode Options, ,Choosing modes}).
c906108c 13699
8e04817f
AC
13700@cindex init file name
13701On some configurations of @value{GDBN}, the init file is known by a
13702different name (these are typically environments where a specialized
13703form of @value{GDBN} may need to coexist with other forms, hence a
13704different name for the specialized version's init file). These are the
13705environments with special init file names:
c906108c 13706
8e04817f
AC
13707@cindex @file{.vxgdbinit}
13708@itemize @bullet
13709@item
13710VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
c906108c 13711
8e04817f
AC
13712@cindex @file{.os68gdbinit}
13713@item
13714OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
c906108c 13715
8e04817f
AC
13716@cindex @file{.esgdbinit}
13717@item
13718ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
13719@end itemize
c906108c 13720
8e04817f
AC
13721You can also request the execution of a command file with the
13722@code{source} command:
c906108c 13723
8e04817f
AC
13724@table @code
13725@kindex source
13726@item source @var{filename}
13727Execute the command file @var{filename}.
c906108c
SS
13728@end table
13729
8e04817f 13730The lines in a command file are executed sequentially. They are not
a71ec265
DH
13731printed as they are executed. An error in any command terminates
13732execution of the command file and control is returned to the console.
c906108c 13733
8e04817f
AC
13734Commands that would ask for confirmation if used interactively proceed
13735without asking when used in a command file. Many @value{GDBN} commands that
13736normally print messages to say what they are doing omit the messages
13737when called from command files.
c906108c 13738
8e04817f
AC
13739@value{GDBN} also accepts command input from standard input. In this
13740mode, normal output goes to standard output and error output goes to
13741standard error. Errors in a command file supplied on standard input do
13742not terminate execution of the command file --- execution continues with
13743the next command.
c906108c 13744
474c8240 13745@smallexample
8e04817f 13746gdb < cmds > log 2>&1
474c8240 13747@end smallexample
c906108c 13748
8e04817f
AC
13749(The syntax above will vary depending on the shell used.) This example
13750will execute commands from the file @file{cmds}. All output and errors
13751would be directed to @file{log}.
c906108c 13752
8e04817f
AC
13753@node Output
13754@section Commands for controlled output
c906108c 13755
8e04817f
AC
13756During the execution of a command file or a user-defined command, normal
13757@value{GDBN} output is suppressed; the only output that appears is what is
13758explicitly printed by the commands in the definition. This section
13759describes three commands useful for generating exactly the output you
13760want.
c906108c
SS
13761
13762@table @code
8e04817f
AC
13763@kindex echo
13764@item echo @var{text}
13765@c I do not consider backslash-space a standard C escape sequence
13766@c because it is not in ANSI.
13767Print @var{text}. Nonprinting characters can be included in
13768@var{text} using C escape sequences, such as @samp{\n} to print a
13769newline. @strong{No newline is printed unless you specify one.}
13770In addition to the standard C escape sequences, a backslash followed
13771by a space stands for a space. This is useful for displaying a
13772string with spaces at the beginning or the end, since leading and
13773trailing spaces are otherwise trimmed from all arguments.
13774To print @samp{@w{ }and foo =@w{ }}, use the command
13775@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 13776
8e04817f
AC
13777A backslash at the end of @var{text} can be used, as in C, to continue
13778the command onto subsequent lines. For example,
c906108c 13779
474c8240 13780@smallexample
8e04817f
AC
13781echo This is some text\n\
13782which is continued\n\
13783onto several lines.\n
474c8240 13784@end smallexample
c906108c 13785
8e04817f 13786produces the same output as
c906108c 13787
474c8240 13788@smallexample
8e04817f
AC
13789echo This is some text\n
13790echo which is continued\n
13791echo onto several lines.\n
474c8240 13792@end smallexample
c906108c 13793
8e04817f
AC
13794@kindex output
13795@item output @var{expression}
13796Print the value of @var{expression} and nothing but that value: no
13797newlines, no @samp{$@var{nn} = }. The value is not entered in the
13798value history either. @xref{Expressions, ,Expressions}, for more information
13799on expressions.
c906108c 13800
8e04817f
AC
13801@item output/@var{fmt} @var{expression}
13802Print the value of @var{expression} in format @var{fmt}. You can use
13803the same formats as for @code{print}. @xref{Output Formats,,Output
13804formats}, for more information.
c906108c 13805
8e04817f
AC
13806@kindex printf
13807@item printf @var{string}, @var{expressions}@dots{}
13808Print the values of the @var{expressions} under the control of
13809@var{string}. The @var{expressions} are separated by commas and may be
13810either numbers or pointers. Their values are printed as specified by
13811@var{string}, exactly as if your program were to execute the C
13812subroutine
13813@c FIXME: the above implies that at least all ANSI C formats are
13814@c supported, but it isn't true: %E and %G don't work (or so it seems).
13815@c Either this is a bug, or the manual should document what formats are
13816@c supported.
c906108c 13817
474c8240 13818@smallexample
8e04817f 13819printf (@var{string}, @var{expressions}@dots{});
474c8240 13820@end smallexample
c906108c 13821
8e04817f 13822For example, you can print two values in hex like this:
c906108c 13823
8e04817f
AC
13824@smallexample
13825printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
13826@end smallexample
c906108c 13827
8e04817f
AC
13828The only backslash-escape sequences that you can use in the format
13829string are the simple ones that consist of backslash followed by a
13830letter.
c906108c
SS
13831@end table
13832
21c294e6
AC
13833@node Interpreters
13834@chapter Command Interpreters
13835@cindex command interpreters
13836
13837@value{GDBN} supports multiple command interpreters, and some command
13838infrastructure to allow users or user interface writers to switch
13839between interpreters or run commands in other interpreters.
13840
13841@value{GDBN} currently supports two command interpreters, the console
13842interpreter (sometimes called the command-line interpreter or @sc{cli})
13843and the machine interface interpreter (or @sc{gdb/mi}). This manual
13844describes both of these interfaces in great detail.
13845
13846By default, @value{GDBN} will start with the console interpreter.
13847However, the user may choose to start @value{GDBN} with another
13848interpreter by specifying the @option{-i} or @option{--interpreter}
13849startup options. Defined interpreters include:
13850
13851@table @code
13852@item console
13853@cindex console interpreter
13854The traditional console or command-line interpreter. This is the most often
13855used interpreter with @value{GDBN}. With no interpreter specified at runtime,
13856@value{GDBN} will use this interpreter.
13857
13858@item mi
13859@cindex mi interpreter
13860The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
13861by programs wishing to use @value{GDBN} as a backend for a debugger GUI
13862or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
13863Interface}.
13864
13865@item mi2
13866@cindex mi2 interpreter
13867The current @sc{gdb/mi} interface.
13868
13869@item mi1
13870@cindex mi1 interpreter
13871The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
13872
13873@end table
13874
13875@cindex invoke another interpreter
13876The interpreter being used by @value{GDBN} may not be dynamically
13877switched at runtime. Although possible, this could lead to a very
13878precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
13879enters the command "interpreter-set console" in a console view,
13880@value{GDBN} would switch to using the console interpreter, rendering
13881the IDE inoperable!
13882
13883@kindex interpreter-exec
13884Although you may only choose a single interpreter at startup, you may execute
13885commands in any interpreter from the current interpreter using the appropriate
13886command. If you are running the console interpreter, simply use the
13887@code{interpreter-exec} command:
13888
13889@smallexample
13890interpreter-exec mi "-data-list-register-names"
13891@end smallexample
13892
13893@sc{gdb/mi} has a similar command, although it is only available in versions of
13894@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
13895
8e04817f
AC
13896@node TUI
13897@chapter @value{GDBN} Text User Interface
13898@cindex TUI
d0d5df6f 13899@cindex Text User Interface
c906108c 13900
8e04817f
AC
13901@menu
13902* TUI Overview:: TUI overview
13903* TUI Keys:: TUI key bindings
7cf36c78 13904* TUI Single Key Mode:: TUI single key mode
8e04817f
AC
13905* TUI Commands:: TUI specific commands
13906* TUI Configuration:: TUI configuration variables
13907@end menu
c906108c 13908
d0d5df6f
AC
13909The @value{GDBN} Text User Interface, TUI in short, is a terminal
13910interface which uses the @code{curses} library to show the source
13911file, the assembly output, the program registers and @value{GDBN}
13912commands in separate text windows.
13913
13914The TUI is enabled by invoking @value{GDBN} using either
13915@pindex gdbtui
13916@samp{gdbtui} or @samp{gdb -tui}.
c906108c 13917
8e04817f
AC
13918@node TUI Overview
13919@section TUI overview
c906108c 13920
8e04817f
AC
13921The TUI has two display modes that can be switched while
13922@value{GDBN} runs:
c906108c 13923
8e04817f
AC
13924@itemize @bullet
13925@item
13926A curses (or TUI) mode in which it displays several text
13927windows on the terminal.
c906108c 13928
8e04817f
AC
13929@item
13930A standard mode which corresponds to the @value{GDBN} configured without
13931the TUI.
13932@end itemize
c906108c 13933
8e04817f
AC
13934In the TUI mode, @value{GDBN} can display several text window
13935on the terminal:
c906108c 13936
8e04817f
AC
13937@table @emph
13938@item command
13939This window is the @value{GDBN} command window with the @value{GDBN}
13940prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
13941managed using readline but through the TUI. The @emph{command}
13942window is always visible.
c906108c 13943
8e04817f
AC
13944@item source
13945The source window shows the source file of the program. The current
13946line as well as active breakpoints are displayed in this window.
c906108c 13947
8e04817f
AC
13948@item assembly
13949The assembly window shows the disassembly output of the program.
c906108c 13950
8e04817f
AC
13951@item register
13952This window shows the processor registers. It detects when
13953a register is changed and when this is the case, registers that have
6a1b180d 13954changed are highlighted.
c906108c 13955
c906108c
SS
13956@end table
13957
269c21fe
SC
13958The source and assembly windows show the current program position
13959by highlighting the current line and marking them with the @samp{>} marker.
13960Breakpoints are also indicated with two markers. A first one
13961indicates the breakpoint type:
13962
13963@table @code
13964@item B
13965Breakpoint which was hit at least once.
13966
13967@item b
13968Breakpoint which was never hit.
13969
13970@item H
13971Hardware breakpoint which was hit at least once.
13972
13973@item h
13974Hardware breakpoint which was never hit.
13975
13976@end table
13977
13978The second marker indicates whether the breakpoint is enabled or not:
13979
13980@table @code
13981@item +
13982Breakpoint is enabled.
13983
13984@item -
13985Breakpoint is disabled.
13986
13987@end table
13988
8e04817f
AC
13989The source, assembly and register windows are attached to the thread
13990and the frame position. They are updated when the current thread
13991changes, when the frame changes or when the program counter changes.
13992These three windows are arranged by the TUI according to several
13993layouts. The layout defines which of these three windows are visible.
13994The following layouts are available:
c906108c 13995
8e04817f
AC
13996@itemize @bullet
13997@item
13998source
2df3850c 13999
8e04817f
AC
14000@item
14001assembly
14002
14003@item
14004source and assembly
14005
14006@item
14007source and registers
c906108c 14008
8e04817f
AC
14009@item
14010assembly and registers
2df3850c 14011
8e04817f 14012@end itemize
c906108c 14013
b7bb15bc
SC
14014On top of the command window a status line gives various information
14015concerning the current process begin debugged. The status line is
14016updated when the information it shows changes. The following fields
14017are displayed:
14018
14019@table @emph
14020@item target
14021Indicates the current gdb target
14022(@pxref{Targets, ,Specifying a Debugging Target}).
14023
14024@item process
14025Gives information about the current process or thread number.
14026When no process is being debugged, this field is set to @code{No process}.
14027
14028@item function
14029Gives the current function name for the selected frame.
14030The name is demangled if demangling is turned on (@pxref{Print Settings}).
14031When there is no symbol corresponding to the current program counter
14032the string @code{??} is displayed.
14033
14034@item line
14035Indicates the current line number for the selected frame.
14036When the current line number is not known the string @code{??} is displayed.
14037
14038@item pc
14039Indicates the current program counter address.
14040
14041@end table
14042
8e04817f
AC
14043@node TUI Keys
14044@section TUI Key Bindings
14045@cindex TUI key bindings
c906108c 14046
8e04817f
AC
14047The TUI installs several key bindings in the readline keymaps
14048(@pxref{Command Line Editing}).
14049They allow to leave or enter in the TUI mode or they operate
7cf36c78
SC
14050directly on the TUI layout and windows. The TUI also provides
14051a @emph{SingleKey} keymap which binds several keys directly to
14052@value{GDBN} commands. The following key bindings
8e04817f 14053are installed for both TUI mode and the @value{GDBN} standard mode.
c906108c 14054
8e04817f
AC
14055@table @kbd
14056@kindex C-x C-a
14057@item C-x C-a
14058@kindex C-x a
14059@itemx C-x a
14060@kindex C-x A
14061@itemx C-x A
14062Enter or leave the TUI mode. When the TUI mode is left,
14063the curses window management is left and @value{GDBN} operates using
14064its standard mode writing on the terminal directly. When the TUI
14065mode is entered, the control is given back to the curses windows.
14066The screen is then refreshed.
c906108c 14067
8e04817f
AC
14068@kindex C-x 1
14069@item C-x 1
14070Use a TUI layout with only one window. The layout will
14071either be @samp{source} or @samp{assembly}. When the TUI mode
14072is not active, it will switch to the TUI mode.
2df3850c 14073
8e04817f 14074Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 14075
8e04817f
AC
14076@kindex C-x 2
14077@item C-x 2
14078Use a TUI layout with at least two windows. When the current
14079layout shows already two windows, a next layout with two windows is used.
14080When a new layout is chosen, one window will always be common to the
14081previous layout and the new one.
c906108c 14082
8e04817f 14083Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 14084
72ffddc9
SC
14085@kindex C-x o
14086@item C-x o
14087Change the active window. The TUI associates several key bindings
14088(like scrolling and arrow keys) to the active window. This command
14089gives the focus to the next TUI window.
14090
14091Think of it as the Emacs @kbd{C-x o} binding.
14092
7cf36c78
SC
14093@kindex C-x s
14094@item C-x s
14095Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
14096(@pxref{TUI Single Key Mode}).
14097
c906108c
SS
14098@end table
14099
8e04817f 14100The following key bindings are handled only by the TUI mode:
5d161b24 14101
8e04817f
AC
14102@table @key
14103@kindex PgUp
14104@item PgUp
14105Scroll the active window one page up.
c906108c 14106
8e04817f
AC
14107@kindex PgDn
14108@item PgDn
14109Scroll the active window one page down.
c906108c 14110
8e04817f
AC
14111@kindex Up
14112@item Up
14113Scroll the active window one line up.
c906108c 14114
8e04817f
AC
14115@kindex Down
14116@item Down
14117Scroll the active window one line down.
c906108c 14118
8e04817f
AC
14119@kindex Left
14120@item Left
14121Scroll the active window one column left.
c906108c 14122
8e04817f
AC
14123@kindex Right
14124@item Right
14125Scroll the active window one column right.
c906108c 14126
8e04817f
AC
14127@kindex C-L
14128@item C-L
14129Refresh the screen.
c906108c 14130
8e04817f 14131@end table
c906108c 14132
8e04817f 14133In the TUI mode, the arrow keys are used by the active window
72ffddc9
SC
14134for scrolling. This means they are available for readline when the
14135active window is the command window. When the command window
14136does not have the focus, it is necessary to use other readline
14137key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
8e04817f 14138
7cf36c78
SC
14139@node TUI Single Key Mode
14140@section TUI Single Key Mode
14141@cindex TUI single key mode
14142
14143The TUI provides a @emph{SingleKey} mode in which it installs a particular
14144key binding in the readline keymaps to connect single keys to
b383017d 14145some gdb commands.
7cf36c78
SC
14146
14147@table @kbd
14148@kindex c @r{(SingleKey TUI key)}
14149@item c
14150continue
14151
14152@kindex d @r{(SingleKey TUI key)}
14153@item d
14154down
14155
14156@kindex f @r{(SingleKey TUI key)}
14157@item f
14158finish
14159
14160@kindex n @r{(SingleKey TUI key)}
14161@item n
14162next
14163
14164@kindex q @r{(SingleKey TUI key)}
14165@item q
14166exit the @emph{SingleKey} mode.
14167
14168@kindex r @r{(SingleKey TUI key)}
14169@item r
14170run
14171
14172@kindex s @r{(SingleKey TUI key)}
14173@item s
14174step
14175
14176@kindex u @r{(SingleKey TUI key)}
14177@item u
14178up
14179
14180@kindex v @r{(SingleKey TUI key)}
14181@item v
14182info locals
14183
14184@kindex w @r{(SingleKey TUI key)}
14185@item w
14186where
14187
14188@end table
14189
14190Other keys temporarily switch to the @value{GDBN} command prompt.
14191The key that was pressed is inserted in the editing buffer so that
14192it is possible to type most @value{GDBN} commands without interaction
14193with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
14194@emph{SingleKey} mode is restored. The only way to permanently leave
14195this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
14196
14197
8e04817f
AC
14198@node TUI Commands
14199@section TUI specific commands
14200@cindex TUI commands
14201
14202The TUI has specific commands to control the text windows.
14203These commands are always available, that is they do not depend on
14204the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
14205is in the standard mode, using these commands will automatically switch
14206in the TUI mode.
c906108c
SS
14207
14208@table @code
3d757584
SC
14209@item info win
14210@kindex info win
14211List and give the size of all displayed windows.
14212
8e04817f
AC
14213@item layout next
14214@kindex layout next
14215Display the next layout.
2df3850c 14216
8e04817f
AC
14217@item layout prev
14218@kindex layout prev
14219Display the previous layout.
c906108c 14220
8e04817f
AC
14221@item layout src
14222@kindex layout src
14223Display the source window only.
c906108c 14224
8e04817f
AC
14225@item layout asm
14226@kindex layout asm
14227Display the assembly window only.
c906108c 14228
8e04817f
AC
14229@item layout split
14230@kindex layout split
14231Display the source and assembly window.
c906108c 14232
8e04817f
AC
14233@item layout regs
14234@kindex layout regs
14235Display the register window together with the source or assembly window.
14236
14237@item focus next | prev | src | asm | regs | split
14238@kindex focus
14239Set the focus to the named window.
14240This command allows to change the active window so that scrolling keys
14241can be affected to another window.
c906108c 14242
8e04817f
AC
14243@item refresh
14244@kindex refresh
14245Refresh the screen. This is similar to using @key{C-L} key.
c906108c 14246
6a1b180d
SC
14247@item tui reg float
14248@kindex tui reg
14249Show the floating point registers in the register window.
14250
14251@item tui reg general
14252Show the general registers in the register window.
14253
14254@item tui reg next
14255Show the next register group. The list of register groups as well as
14256their order is target specific. The predefined register groups are the
14257following: @code{general}, @code{float}, @code{system}, @code{vector},
14258@code{all}, @code{save}, @code{restore}.
14259
14260@item tui reg system
14261Show the system registers in the register window.
14262
8e04817f
AC
14263@item update
14264@kindex update
14265Update the source window and the current execution point.
c906108c 14266
8e04817f
AC
14267@item winheight @var{name} +@var{count}
14268@itemx winheight @var{name} -@var{count}
14269@kindex winheight
14270Change the height of the window @var{name} by @var{count}
14271lines. Positive counts increase the height, while negative counts
14272decrease it.
2df3850c 14273
c906108c
SS
14274@end table
14275
8e04817f
AC
14276@node TUI Configuration
14277@section TUI configuration variables
14278@cindex TUI configuration variables
c906108c 14279
8e04817f
AC
14280The TUI has several configuration variables that control the
14281appearance of windows on the terminal.
c906108c 14282
8e04817f
AC
14283@table @code
14284@item set tui border-kind @var{kind}
14285@kindex set tui border-kind
14286Select the border appearance for the source, assembly and register windows.
14287The possible values are the following:
14288@table @code
14289@item space
14290Use a space character to draw the border.
c906108c 14291
8e04817f
AC
14292@item ascii
14293Use ascii characters + - and | to draw the border.
c906108c 14294
8e04817f
AC
14295@item acs
14296Use the Alternate Character Set to draw the border. The border is
14297drawn using character line graphics if the terminal supports them.
c78b4128 14298
8e04817f 14299@end table
c78b4128 14300
8e04817f
AC
14301@item set tui active-border-mode @var{mode}
14302@kindex set tui active-border-mode
14303Select the attributes to display the border of the active window.
14304The possible values are @code{normal}, @code{standout}, @code{reverse},
14305@code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
c78b4128 14306
8e04817f
AC
14307@item set tui border-mode @var{mode}
14308@kindex set tui border-mode
14309Select the attributes to display the border of other windows.
14310The @var{mode} can be one of the following:
14311@table @code
14312@item normal
14313Use normal attributes to display the border.
c906108c 14314
8e04817f
AC
14315@item standout
14316Use standout mode.
c906108c 14317
8e04817f
AC
14318@item reverse
14319Use reverse video mode.
c906108c 14320
8e04817f
AC
14321@item half
14322Use half bright mode.
c906108c 14323
8e04817f
AC
14324@item half-standout
14325Use half bright and standout mode.
c906108c 14326
8e04817f
AC
14327@item bold
14328Use extra bright or bold mode.
c78b4128 14329
8e04817f
AC
14330@item bold-standout
14331Use extra bright or bold and standout mode.
c78b4128 14332
8e04817f 14333@end table
c78b4128 14334
8e04817f 14335@end table
c78b4128 14336
8e04817f
AC
14337@node Emacs
14338@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 14339
8e04817f
AC
14340@cindex Emacs
14341@cindex @sc{gnu} Emacs
14342A special interface allows you to use @sc{gnu} Emacs to view (and
14343edit) the source files for the program you are debugging with
14344@value{GDBN}.
c906108c 14345
8e04817f
AC
14346To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
14347executable file you want to debug as an argument. This command starts
14348@value{GDBN} as a subprocess of Emacs, with input and output through a newly
14349created Emacs buffer.
14350@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 14351
8e04817f
AC
14352Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
14353things:
c906108c 14354
8e04817f
AC
14355@itemize @bullet
14356@item
14357All ``terminal'' input and output goes through the Emacs buffer.
14358@end itemize
c906108c 14359
8e04817f
AC
14360This applies both to @value{GDBN} commands and their output, and to the input
14361and output done by the program you are debugging.
bf0184be 14362
8e04817f
AC
14363This is useful because it means that you can copy the text of previous
14364commands and input them again; you can even use parts of the output
14365in this way.
bf0184be 14366
8e04817f
AC
14367All the facilities of Emacs' Shell mode are available for interacting
14368with your program. In particular, you can send signals the usual
14369way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
14370stop.
bf0184be 14371
8e04817f 14372@itemize @bullet
bf0184be 14373@item
8e04817f
AC
14374@value{GDBN} displays source code through Emacs.
14375@end itemize
bf0184be 14376
8e04817f
AC
14377Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
14378source file for that frame and puts an arrow (@samp{=>}) at the
14379left margin of the current line. Emacs uses a separate buffer for
14380source display, and splits the screen to show both your @value{GDBN} session
14381and the source.
bf0184be 14382
8e04817f
AC
14383Explicit @value{GDBN} @code{list} or search commands still produce output as
14384usual, but you probably have no reason to use them from Emacs.
c906108c 14385
64fabec2
AC
14386If you specify an absolute file name when prompted for the @kbd{M-x
14387gdb} argument, then Emacs sets your current working directory to where
14388your program resides. If you only specify the file name, then Emacs
14389sets your current working directory to to the directory associated
14390with the previous buffer. In this case, @value{GDBN} may find your
14391program by searching your environment's @code{PATH} variable, but on
14392some operating systems it might not find the source. So, although the
14393@value{GDBN} input and output session proceeds normally, the auxiliary
14394buffer does not display the current source and line of execution.
14395
14396The initial working directory of @value{GDBN} is printed on the top
14397line of the @value{GDBN} I/O buffer and this serves as a default for
14398the commands that specify files for @value{GDBN} to operate
14399on. @xref{Files, ,Commands to specify files}.
14400
14401By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
14402need to call @value{GDBN} by a different name (for example, if you
14403keep several configurations around, with different names) you can
14404customize the Emacs variable @code{gud-gdb-command-name} to run the
14405one you want.
8e04817f
AC
14406
14407In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
14408addition to the standard Shell mode commands:
c906108c 14409
8e04817f
AC
14410@table @kbd
14411@item C-h m
14412Describe the features of Emacs' @value{GDBN} Mode.
c906108c 14413
64fabec2 14414@item C-c C-s
8e04817f
AC
14415Execute to another source line, like the @value{GDBN} @code{step} command; also
14416update the display window to show the current file and location.
c906108c 14417
64fabec2 14418@item C-c C-n
8e04817f
AC
14419Execute to next source line in this function, skipping all function
14420calls, like the @value{GDBN} @code{next} command. Then update the display window
14421to show the current file and location.
c906108c 14422
64fabec2 14423@item C-c C-i
8e04817f
AC
14424Execute one instruction, like the @value{GDBN} @code{stepi} command; update
14425display window accordingly.
c906108c 14426
8e04817f
AC
14427@item C-c C-f
14428Execute until exit from the selected stack frame, like the @value{GDBN}
14429@code{finish} command.
c906108c 14430
64fabec2 14431@item C-c C-r
8e04817f
AC
14432Continue execution of your program, like the @value{GDBN} @code{continue}
14433command.
b433d00b 14434
64fabec2 14435@item C-c <
8e04817f
AC
14436Go up the number of frames indicated by the numeric argument
14437(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
14438like the @value{GDBN} @code{up} command.
b433d00b 14439
64fabec2 14440@item C-c >
8e04817f
AC
14441Go down the number of frames indicated by the numeric argument, like the
14442@value{GDBN} @code{down} command.
8e04817f 14443@end table
c906108c 14444
64fabec2 14445In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
8e04817f 14446tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 14447
64fabec2
AC
14448If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
14449shows a backtrace when the @value{GDBN} I/O buffer is current. Move
14450point to any frame in the stack and type @key{RET} to make it become the
14451current frame and display the associated source in the source buffer.
14452Alternatively, click @kbd{Mouse-2} to make the selected frame become the
14453current one.
14454
8e04817f
AC
14455If you accidentally delete the source-display buffer, an easy way to get
14456it back is to type the command @code{f} in the @value{GDBN} buffer, to
14457request a frame display; when you run under Emacs, this recreates
14458the source buffer if necessary to show you the context of the current
14459frame.
c906108c 14460
8e04817f
AC
14461The source files displayed in Emacs are in ordinary Emacs buffers
14462which are visiting the source files in the usual way. You can edit
14463the files with these buffers if you wish; but keep in mind that @value{GDBN}
14464communicates with Emacs in terms of line numbers. If you add or
14465delete lines from the text, the line numbers that @value{GDBN} knows cease
14466to correspond properly with the code.
b383017d 14467
64fabec2
AC
14468The description given here is for GNU Emacs version 21.3 and a more
14469detailed description of its interaction with @value{GDBN} is given in
14470the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
c906108c 14471
8e04817f
AC
14472@c The following dropped because Epoch is nonstandard. Reactivate
14473@c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
14474@ignore
14475@kindex Emacs Epoch environment
14476@kindex Epoch
14477@kindex inspect
c906108c 14478
8e04817f
AC
14479Version 18 of @sc{gnu} Emacs has a built-in window system
14480called the @code{epoch}
14481environment. Users of this environment can use a new command,
14482@code{inspect} which performs identically to @code{print} except that
14483each value is printed in its own window.
14484@end ignore
c906108c 14485
922fbb7b
AC
14486
14487@node GDB/MI
14488@chapter The @sc{gdb/mi} Interface
14489
14490@unnumberedsec Function and Purpose
14491
14492@cindex @sc{gdb/mi}, its purpose
14493@sc{gdb/mi} is a line based machine oriented text interface to @value{GDBN}. It is
14494specifically intended to support the development of systems which use
14495the debugger as just one small component of a larger system.
14496
14497This chapter is a specification of the @sc{gdb/mi} interface. It is written
14498in the form of a reference manual.
14499
14500Note that @sc{gdb/mi} is still under construction, so some of the
14501features described below are incomplete and subject to change.
14502
14503@unnumberedsec Notation and Terminology
14504
14505@cindex notational conventions, for @sc{gdb/mi}
14506This chapter uses the following notation:
14507
14508@itemize @bullet
14509@item
14510@code{|} separates two alternatives.
14511
14512@item
14513@code{[ @var{something} ]} indicates that @var{something} is optional:
14514it may or may not be given.
14515
14516@item
14517@code{( @var{group} )*} means that @var{group} inside the parentheses
14518may repeat zero or more times.
14519
14520@item
14521@code{( @var{group} )+} means that @var{group} inside the parentheses
14522may repeat one or more times.
14523
14524@item
14525@code{"@var{string}"} means a literal @var{string}.
14526@end itemize
14527
14528@ignore
14529@heading Dependencies
14530@end ignore
14531
14532@heading Acknowledgments
14533
14534In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
14535Elena Zannoni.
14536
14537@menu
14538* GDB/MI Command Syntax::
14539* GDB/MI Compatibility with CLI::
14540* GDB/MI Output Records::
14541* GDB/MI Command Description Format::
14542* GDB/MI Breakpoint Table Commands::
14543* GDB/MI Data Manipulation::
14544* GDB/MI Program Control::
14545* GDB/MI Miscellaneous Commands::
14546@ignore
14547* GDB/MI Kod Commands::
14548* GDB/MI Memory Overlay Commands::
14549* GDB/MI Signal Handling Commands::
14550@end ignore
14551* GDB/MI Stack Manipulation::
14552* GDB/MI Symbol Query::
14553* GDB/MI Target Manipulation::
14554* GDB/MI Thread Commands::
14555* GDB/MI Tracepoint Commands::
14556* GDB/MI Variable Objects::
14557@end menu
14558
14559@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14560@node GDB/MI Command Syntax
14561@section @sc{gdb/mi} Command Syntax
14562
14563@menu
14564* GDB/MI Input Syntax::
14565* GDB/MI Output Syntax::
14566* GDB/MI Simple Examples::
14567@end menu
14568
14569@node GDB/MI Input Syntax
14570@subsection @sc{gdb/mi} Input Syntax
14571
14572@cindex input syntax for @sc{gdb/mi}
14573@cindex @sc{gdb/mi}, input syntax
14574@table @code
14575@item @var{command} @expansion{}
14576@code{@var{cli-command} | @var{mi-command}}
14577
14578@item @var{cli-command} @expansion{}
14579@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
14580@var{cli-command} is any existing @value{GDBN} CLI command.
14581
14582@item @var{mi-command} @expansion{}
14583@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
14584@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
14585
14586@item @var{token} @expansion{}
14587"any sequence of digits"
14588
14589@item @var{option} @expansion{}
14590@code{"-" @var{parameter} [ " " @var{parameter} ]}
14591
14592@item @var{parameter} @expansion{}
14593@code{@var{non-blank-sequence} | @var{c-string}}
14594
14595@item @var{operation} @expansion{}
14596@emph{any of the operations described in this chapter}
14597
14598@item @var{non-blank-sequence} @expansion{}
14599@emph{anything, provided it doesn't contain special characters such as
14600"-", @var{nl}, """ and of course " "}
14601
14602@item @var{c-string} @expansion{}
14603@code{""" @var{seven-bit-iso-c-string-content} """}
14604
14605@item @var{nl} @expansion{}
14606@code{CR | CR-LF}
14607@end table
14608
14609@noindent
14610Notes:
14611
14612@itemize @bullet
14613@item
14614The CLI commands are still handled by the @sc{mi} interpreter; their
14615output is described below.
14616
14617@item
14618The @code{@var{token}}, when present, is passed back when the command
14619finishes.
14620
14621@item
14622Some @sc{mi} commands accept optional arguments as part of the parameter
14623list. Each option is identified by a leading @samp{-} (dash) and may be
14624followed by an optional argument parameter. Options occur first in the
14625parameter list and can be delimited from normal parameters using
14626@samp{--} (this is useful when some parameters begin with a dash).
14627@end itemize
14628
14629Pragmatics:
14630
14631@itemize @bullet
14632@item
14633We want easy access to the existing CLI syntax (for debugging).
14634
14635@item
14636We want it to be easy to spot a @sc{mi} operation.
14637@end itemize
14638
14639@node GDB/MI Output Syntax
14640@subsection @sc{gdb/mi} Output Syntax
14641
14642@cindex output syntax of @sc{gdb/mi}
14643@cindex @sc{gdb/mi}, output syntax
14644The output from @sc{gdb/mi} consists of zero or more out-of-band records
14645followed, optionally, by a single result record. This result record
14646is for the most recent command. The sequence of output records is
14647terminated by @samp{(@value{GDBP})}.
14648
14649If an input command was prefixed with a @code{@var{token}} then the
14650corresponding output for that command will also be prefixed by that same
14651@var{token}.
14652
14653@table @code
14654@item @var{output} @expansion{}
14655@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
14656
14657@item @var{result-record} @expansion{}
14658@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
14659
14660@item @var{out-of-band-record} @expansion{}
14661@code{@var{async-record} | @var{stream-record}}
14662
14663@item @var{async-record} @expansion{}
14664@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
14665
14666@item @var{exec-async-output} @expansion{}
14667@code{[ @var{token} ] "*" @var{async-output}}
14668
14669@item @var{status-async-output} @expansion{}
14670@code{[ @var{token} ] "+" @var{async-output}}
14671
14672@item @var{notify-async-output} @expansion{}
14673@code{[ @var{token} ] "=" @var{async-output}}
14674
14675@item @var{async-output} @expansion{}
14676@code{@var{async-class} ( "," @var{result} )* @var{nl}}
14677
14678@item @var{result-class} @expansion{}
14679@code{"done" | "running" | "connected" | "error" | "exit"}
14680
14681@item @var{async-class} @expansion{}
14682@code{"stopped" | @var{others}} (where @var{others} will be added
14683depending on the needs---this is still in development).
14684
14685@item @var{result} @expansion{}
14686@code{ @var{variable} "=" @var{value}}
14687
14688@item @var{variable} @expansion{}
14689@code{ @var{string} }
14690
14691@item @var{value} @expansion{}
14692@code{ @var{const} | @var{tuple} | @var{list} }
14693
14694@item @var{const} @expansion{}
14695@code{@var{c-string}}
14696
14697@item @var{tuple} @expansion{}
14698@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
14699
14700@item @var{list} @expansion{}
14701@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
14702@var{result} ( "," @var{result} )* "]" }
14703
14704@item @var{stream-record} @expansion{}
14705@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
14706
14707@item @var{console-stream-output} @expansion{}
14708@code{"~" @var{c-string}}
14709
14710@item @var{target-stream-output} @expansion{}
14711@code{"@@" @var{c-string}}
14712
14713@item @var{log-stream-output} @expansion{}
14714@code{"&" @var{c-string}}
14715
14716@item @var{nl} @expansion{}
14717@code{CR | CR-LF}
14718
14719@item @var{token} @expansion{}
14720@emph{any sequence of digits}.
14721@end table
14722
14723@noindent
14724Notes:
14725
14726@itemize @bullet
14727@item
14728All output sequences end in a single line containing a period.
14729
14730@item
14731The @code{@var{token}} is from the corresponding request. If an execution
14732command is interrupted by the @samp{-exec-interrupt} command, the
14733@var{token} associated with the @samp{*stopped} message is the one of the
14734original execution command, not the one of the interrupt command.
14735
14736@item
14737@cindex status output in @sc{gdb/mi}
14738@var{status-async-output} contains on-going status information about the
14739progress of a slow operation. It can be discarded. All status output is
14740prefixed by @samp{+}.
14741
14742@item
14743@cindex async output in @sc{gdb/mi}
14744@var{exec-async-output} contains asynchronous state change on the target
14745(stopped, started, disappeared). All async output is prefixed by
14746@samp{*}.
14747
14748@item
14749@cindex notify output in @sc{gdb/mi}
14750@var{notify-async-output} contains supplementary information that the
14751client should handle (e.g., a new breakpoint information). All notify
14752output is prefixed by @samp{=}.
14753
14754@item
14755@cindex console output in @sc{gdb/mi}
14756@var{console-stream-output} is output that should be displayed as is in the
14757console. It is the textual response to a CLI command. All the console
14758output is prefixed by @samp{~}.
14759
14760@item
14761@cindex target output in @sc{gdb/mi}
14762@var{target-stream-output} is the output produced by the target program.
14763All the target output is prefixed by @samp{@@}.
14764
14765@item
14766@cindex log output in @sc{gdb/mi}
14767@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
14768instance messages that should be displayed as part of an error log. All
14769the log output is prefixed by @samp{&}.
14770
14771@item
14772@cindex list output in @sc{gdb/mi}
14773New @sc{gdb/mi} commands should only output @var{lists} containing
14774@var{values}.
14775
14776
14777@end itemize
14778
14779@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
14780details about the various output records.
14781
14782@node GDB/MI Simple Examples
14783@subsection Simple Examples of @sc{gdb/mi} Interaction
14784@cindex @sc{gdb/mi}, simple examples
14785
14786This subsection presents several simple examples of interaction using
14787the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
14788following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
14789the output received from @sc{gdb/mi}.
14790
14791@subsubheading Target Stop
14792@c Ummm... There is no "-stop" command. This assumes async, no?
14793Here's an example of stopping the inferior process:
14794
14795@smallexample
14796-> -stop
14797<- (@value{GDBP})
14798@end smallexample
14799
14800@noindent
14801and later:
14802
14803@smallexample
14804<- *stop,reason="stop",address="0x123",source="a.c:123"
14805<- (@value{GDBP})
14806@end smallexample
14807
14808@subsubheading Simple CLI Command
14809
14810Here's an example of a simple CLI command being passed through
14811@sc{gdb/mi} and on to the CLI.
14812
14813@smallexample
14814-> print 1+2
14815<- &"print 1+2\n"
14816<- ~"$1 = 3\n"
14817<- ^done
14818<- (@value{GDBP})
14819@end smallexample
14820
14821@subsubheading Command With Side Effects
14822
14823@smallexample
14824-> -symbol-file xyz.exe
14825<- *breakpoint,nr="3",address="0x123",source="a.c:123"
14826<- (@value{GDBP})
14827@end smallexample
14828
14829@subsubheading A Bad Command
14830
14831Here's what happens if you pass a non-existent command:
14832
14833@smallexample
14834-> -rubbish
14835<- ^error,msg="Undefined MI command: rubbish"
14836<- (@value{GDBP})
14837@end smallexample
14838
14839@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14840@node GDB/MI Compatibility with CLI
14841@section @sc{gdb/mi} Compatibility with CLI
14842
14843@cindex compatibility, @sc{gdb/mi} and CLI
14844@cindex @sc{gdb/mi}, compatibility with CLI
14845To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
14846accepts existing CLI commands. As specified by the syntax, such
14847commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
14848respond.
14849
14850This mechanism is provided as an aid to developers of @sc{gdb/mi}
14851clients and not as a reliable interface into the CLI. Since the command
14852is being interpreteted in an environment that assumes @sc{gdb/mi}
14853behaviour, the exact output of such commands is likely to end up being
14854an un-supported hybrid of @sc{gdb/mi} and CLI output.
14855
14856@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14857@node GDB/MI Output Records
14858@section @sc{gdb/mi} Output Records
14859
14860@menu
14861* GDB/MI Result Records::
14862* GDB/MI Stream Records::
14863* GDB/MI Out-of-band Records::
14864@end menu
14865
14866@node GDB/MI Result Records
14867@subsection @sc{gdb/mi} Result Records
14868
14869@cindex result records in @sc{gdb/mi}
14870@cindex @sc{gdb/mi}, result records
14871In addition to a number of out-of-band notifications, the response to a
14872@sc{gdb/mi} command includes one of the following result indications:
14873
14874@table @code
14875@findex ^done
14876@item "^done" [ "," @var{results} ]
14877The synchronous operation was successful, @code{@var{results}} are the return
14878values.
14879
14880@item "^running"
14881@findex ^running
14882@c Is this one correct? Should it be an out-of-band notification?
14883The asynchronous operation was successfully started. The target is
14884running.
14885
14886@item "^error" "," @var{c-string}
14887@findex ^error
14888The operation failed. The @code{@var{c-string}} contains the corresponding
14889error message.
14890@end table
14891
14892@node GDB/MI Stream Records
14893@subsection @sc{gdb/mi} Stream Records
14894
14895@cindex @sc{gdb/mi}, stream records
14896@cindex stream records in @sc{gdb/mi}
14897@value{GDBN} internally maintains a number of output streams: the console, the
14898target, and the log. The output intended for each of these streams is
14899funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
14900
14901Each stream record begins with a unique @dfn{prefix character} which
14902identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
14903Syntax}). In addition to the prefix, each stream record contains a
14904@code{@var{string-output}}. This is either raw text (with an implicit new
14905line) or a quoted C string (which does not contain an implicit newline).
14906
14907@table @code
14908@item "~" @var{string-output}
14909The console output stream contains text that should be displayed in the
14910CLI console window. It contains the textual responses to CLI commands.
14911
14912@item "@@" @var{string-output}
14913The target output stream contains any textual output from the running
14914target.
14915
14916@item "&" @var{string-output}
14917The log stream contains debugging messages being produced by @value{GDBN}'s
14918internals.
14919@end table
14920
14921@node GDB/MI Out-of-band Records
14922@subsection @sc{gdb/mi} Out-of-band Records
14923
14924@cindex out-of-band records in @sc{gdb/mi}
14925@cindex @sc{gdb/mi}, out-of-band records
14926@dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
14927additional changes that have occurred. Those changes can either be a
14928consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
14929target activity (e.g., target stopped).
14930
14931The following is a preliminary list of possible out-of-band records.
14932
14933@table @code
14934@item "*" "stop"
14935@end table
14936
14937
14938@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14939@node GDB/MI Command Description Format
14940@section @sc{gdb/mi} Command Description Format
14941
14942The remaining sections describe blocks of commands. Each block of
14943commands is laid out in a fashion similar to this section.
14944
14945Note the the line breaks shown in the examples are here only for
14946readability. They don't appear in the real output.
14947Also note that the commands with a non-available example (N.A.@:) are
14948not yet implemented.
14949
14950@subheading Motivation
14951
14952The motivation for this collection of commands.
14953
14954@subheading Introduction
14955
14956A brief introduction to this collection of commands as a whole.
14957
14958@subheading Commands
14959
14960For each command in the block, the following is described:
14961
14962@subsubheading Synopsis
14963
14964@smallexample
14965 -command @var{args}@dots{}
14966@end smallexample
14967
14968@subsubheading @value{GDBN} Command
14969
14970The corresponding @value{GDBN} CLI command.
14971
14972@subsubheading Result
14973
14974@subsubheading Out-of-band
14975
14976@subsubheading Notes
14977
14978@subsubheading Example
14979
14980
14981@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14982@node GDB/MI Breakpoint Table Commands
14983@section @sc{gdb/mi} Breakpoint table commands
14984
14985@cindex breakpoint commands for @sc{gdb/mi}
14986@cindex @sc{gdb/mi}, breakpoint commands
14987This section documents @sc{gdb/mi} commands for manipulating
14988breakpoints.
14989
14990@subheading The @code{-break-after} Command
14991@findex -break-after
14992
14993@subsubheading Synopsis
14994
14995@smallexample
14996 -break-after @var{number} @var{count}
14997@end smallexample
14998
14999The breakpoint number @var{number} is not in effect until it has been
15000hit @var{count} times. To see how this is reflected in the output of
15001the @samp{-break-list} command, see the description of the
15002@samp{-break-list} command below.
15003
15004@subsubheading @value{GDBN} Command
15005
15006The corresponding @value{GDBN} command is @samp{ignore}.
15007
15008@subsubheading Example
15009
15010@smallexample
15011(@value{GDBP})
15012-break-insert main
15013^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
15014(@value{GDBP})
15015-break-after 1 3
15016~
15017^done
15018(@value{GDBP})
15019-break-list
15020^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15021hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15022@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15023@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15024@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15025@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15026@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15027body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15028addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
15029ignore="3"@}]@}
15030(@value{GDBP})
15031@end smallexample
15032
15033@ignore
15034@subheading The @code{-break-catch} Command
15035@findex -break-catch
15036
15037@subheading The @code{-break-commands} Command
15038@findex -break-commands
15039@end ignore
15040
15041
15042@subheading The @code{-break-condition} Command
15043@findex -break-condition
15044
15045@subsubheading Synopsis
15046
15047@smallexample
15048 -break-condition @var{number} @var{expr}
15049@end smallexample
15050
15051Breakpoint @var{number} will stop the program only if the condition in
15052@var{expr} is true. The condition becomes part of the
15053@samp{-break-list} output (see the description of the @samp{-break-list}
15054command below).
15055
15056@subsubheading @value{GDBN} Command
15057
15058The corresponding @value{GDBN} command is @samp{condition}.
15059
15060@subsubheading Example
15061
15062@smallexample
15063(@value{GDBP})
15064-break-condition 1 1
15065^done
15066(@value{GDBP})
15067-break-list
15068^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15069hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15070@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15071@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15072@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15073@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15074@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15075body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15076addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
15077times="0",ignore="3"@}]@}
15078(@value{GDBP})
15079@end smallexample
15080
15081@subheading The @code{-break-delete} Command
15082@findex -break-delete
15083
15084@subsubheading Synopsis
15085
15086@smallexample
15087 -break-delete ( @var{breakpoint} )+
15088@end smallexample
15089
15090Delete the breakpoint(s) whose number(s) are specified in the argument
15091list. This is obviously reflected in the breakpoint list.
15092
15093@subsubheading @value{GDBN} command
15094
15095The corresponding @value{GDBN} command is @samp{delete}.
15096
15097@subsubheading Example
15098
15099@smallexample
15100(@value{GDBP})
15101-break-delete 1
15102^done
15103(@value{GDBP})
15104-break-list
15105^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15106hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15107@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15108@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15109@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15110@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15111@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15112body=[]@}
15113(@value{GDBP})
15114@end smallexample
15115
15116@subheading The @code{-break-disable} Command
15117@findex -break-disable
15118
15119@subsubheading Synopsis
15120
15121@smallexample
15122 -break-disable ( @var{breakpoint} )+
15123@end smallexample
15124
15125Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
15126break list is now set to @samp{n} for the named @var{breakpoint}(s).
15127
15128@subsubheading @value{GDBN} Command
15129
15130The corresponding @value{GDBN} command is @samp{disable}.
15131
15132@subsubheading Example
15133
15134@smallexample
15135(@value{GDBP})
15136-break-disable 2
15137^done
15138(@value{GDBP})
15139-break-list
15140^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15141hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15142@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15143@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15144@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15145@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15146@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15147body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
15148addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
15149(@value{GDBP})
15150@end smallexample
15151
15152@subheading The @code{-break-enable} Command
15153@findex -break-enable
15154
15155@subsubheading Synopsis
15156
15157@smallexample
15158 -break-enable ( @var{breakpoint} )+
15159@end smallexample
15160
15161Enable (previously disabled) @var{breakpoint}(s).
15162
15163@subsubheading @value{GDBN} Command
15164
15165The corresponding @value{GDBN} command is @samp{enable}.
15166
15167@subsubheading Example
15168
15169@smallexample
15170(@value{GDBP})
15171-break-enable 2
15172^done
15173(@value{GDBP})
15174-break-list
15175^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15176hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15177@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15178@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15179@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15180@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15181@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15182body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15183addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
15184(@value{GDBP})
15185@end smallexample
15186
15187@subheading The @code{-break-info} Command
15188@findex -break-info
15189
15190@subsubheading Synopsis
15191
15192@smallexample
15193 -break-info @var{breakpoint}
15194@end smallexample
15195
15196@c REDUNDANT???
15197Get information about a single breakpoint.
15198
15199@subsubheading @value{GDBN} command
15200
15201The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
15202
15203@subsubheading Example
15204N.A.
15205
15206@subheading The @code{-break-insert} Command
15207@findex -break-insert
15208
15209@subsubheading Synopsis
15210
15211@smallexample
15212 -break-insert [ -t ] [ -h ] [ -r ]
15213 [ -c @var{condition} ] [ -i @var{ignore-count} ]
15214 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
15215@end smallexample
15216
15217@noindent
15218If specified, @var{line}, can be one of:
15219
15220@itemize @bullet
15221@item function
15222@c @item +offset
15223@c @item -offset
15224@c @item linenum
15225@item filename:linenum
15226@item filename:function
15227@item *address
15228@end itemize
15229
15230The possible optional parameters of this command are:
15231
15232@table @samp
15233@item -t
15234Insert a tempoary breakpoint.
15235@item -h
15236Insert a hardware breakpoint.
15237@item -c @var{condition}
15238Make the breakpoint conditional on @var{condition}.
15239@item -i @var{ignore-count}
15240Initialize the @var{ignore-count}.
15241@item -r
15242Insert a regular breakpoint in all the functions whose names match the
15243given regular expression. Other flags are not applicable to regular
15244expresson.
15245@end table
15246
15247@subsubheading Result
15248
15249The result is in the form:
15250
15251@smallexample
15252 ^done,bkptno="@var{number}",func="@var{funcname}",
15253 file="@var{filename}",line="@var{lineno}"
15254@end smallexample
15255
15256@noindent
15257where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
15258is the name of the function where the breakpoint was inserted,
15259@var{filename} is the name of the source file which contains this
15260function, and @var{lineno} is the source line number within that file.
15261
15262Note: this format is open to change.
15263@c An out-of-band breakpoint instead of part of the result?
15264
15265@subsubheading @value{GDBN} Command
15266
15267The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
15268@samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
15269
15270@subsubheading Example
15271
15272@smallexample
15273(@value{GDBP})
15274-break-insert main
15275^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
15276(@value{GDBP})
15277-break-insert -t foo
15278^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
15279(@value{GDBP})
15280-break-list
15281^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15282hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15283@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15284@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15285@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15286@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15287@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15288body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15289addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
15290bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
15291addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
15292(@value{GDBP})
15293-break-insert -r foo.*
15294~int foo(int, int);
15295^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
15296(@value{GDBP})
15297@end smallexample
15298
15299@subheading The @code{-break-list} Command
15300@findex -break-list
15301
15302@subsubheading Synopsis
15303
15304@smallexample
15305 -break-list
15306@end smallexample
15307
15308Displays the list of inserted breakpoints, showing the following fields:
15309
15310@table @samp
15311@item Number
15312number of the breakpoint
15313@item Type
15314type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
15315@item Disposition
15316should the breakpoint be deleted or disabled when it is hit: @samp{keep}
15317or @samp{nokeep}
15318@item Enabled
15319is the breakpoint enabled or no: @samp{y} or @samp{n}
15320@item Address
15321memory location at which the breakpoint is set
15322@item What
15323logical location of the breakpoint, expressed by function name, file
15324name, line number
15325@item Times
15326number of times the breakpoint has been hit
15327@end table
15328
15329If there are no breakpoints or watchpoints, the @code{BreakpointTable}
15330@code{body} field is an empty list.
15331
15332@subsubheading @value{GDBN} Command
15333
15334The corresponding @value{GDBN} command is @samp{info break}.
15335
15336@subsubheading Example
15337
15338@smallexample
15339(@value{GDBP})
15340-break-list
15341^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15342hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15343@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15344@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15345@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15346@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15347@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15348body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15349addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
15350bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15351addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
15352(@value{GDBP})
15353@end smallexample
15354
15355Here's an example of the result when there are no breakpoints:
15356
15357@smallexample
15358(@value{GDBP})
15359-break-list
15360^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15361hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15362@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15363@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15364@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15365@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15366@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15367body=[]@}
15368(@value{GDBP})
15369@end smallexample
15370
15371@subheading The @code{-break-watch} Command
15372@findex -break-watch
15373
15374@subsubheading Synopsis
15375
15376@smallexample
15377 -break-watch [ -a | -r ]
15378@end smallexample
15379
15380Create a watchpoint. With the @samp{-a} option it will create an
15381@dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
15382read from or on a write to the memory location. With the @samp{-r}
15383option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
15384trigger only when the memory location is accessed for reading. Without
15385either of the options, the watchpoint created is a regular watchpoint,
15386i.e. it will trigger when the memory location is accessed for writing.
15387@xref{Set Watchpoints, , Setting watchpoints}.
15388
15389Note that @samp{-break-list} will report a single list of watchpoints and
15390breakpoints inserted.
15391
15392@subsubheading @value{GDBN} Command
15393
15394The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
15395@samp{rwatch}.
15396
15397@subsubheading Example
15398
15399Setting a watchpoint on a variable in the @code{main} function:
15400
15401@smallexample
15402(@value{GDBP})
15403-break-watch x
15404^done,wpt=@{number="2",exp="x"@}
15405(@value{GDBP})
15406-exec-continue
15407^running
15408^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
15409value=@{old="-268439212",new="55"@},
15410frame=@{func="main",args=[],file="recursive2.c",line="5"@}
15411(@value{GDBP})
15412@end smallexample
15413
15414Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
15415the program execution twice: first for the variable changing value, then
15416for the watchpoint going out of scope.
15417
15418@smallexample
15419(@value{GDBP})
15420-break-watch C
15421^done,wpt=@{number="5",exp="C"@}
15422(@value{GDBP})
15423-exec-continue
15424^running
15425^done,reason="watchpoint-trigger",
15426wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
15427frame=@{func="callee4",args=[],
15428file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15429(@value{GDBP})
15430-exec-continue
15431^running
15432^done,reason="watchpoint-scope",wpnum="5",
15433frame=@{func="callee3",args=[@{name="strarg",
15434value="0x11940 \"A string argument.\""@}],
15435file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15436(@value{GDBP})
15437@end smallexample
15438
15439Listing breakpoints and watchpoints, at different points in the program
15440execution. Note that once the watchpoint goes out of scope, it is
15441deleted.
15442
15443@smallexample
15444(@value{GDBP})
15445-break-watch C
15446^done,wpt=@{number="2",exp="C"@}
15447(@value{GDBP})
15448-break-list
15449^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15450hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15451@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15452@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15453@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15454@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15455@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15456body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15457addr="0x00010734",func="callee4",
15458file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15459bkpt=@{number="2",type="watchpoint",disp="keep",
15460enabled="y",addr="",what="C",times="0"@}]@}
15461(@value{GDBP})
15462-exec-continue
15463^running
15464^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
15465value=@{old="-276895068",new="3"@},
15466frame=@{func="callee4",args=[],
15467file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15468(@value{GDBP})
15469-break-list
15470^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15471hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15472@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15473@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15474@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15475@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15476@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15477body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15478addr="0x00010734",func="callee4",
15479file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15480bkpt=@{number="2",type="watchpoint",disp="keep",
15481enabled="y",addr="",what="C",times="-5"@}]@}
15482(@value{GDBP})
15483-exec-continue
15484^running
15485^done,reason="watchpoint-scope",wpnum="2",
15486frame=@{func="callee3",args=[@{name="strarg",
15487value="0x11940 \"A string argument.\""@}],
15488file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15489(@value{GDBP})
15490-break-list
15491^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15492hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15493@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15494@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15495@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15496@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15497@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15498body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15499addr="0x00010734",func="callee4",
15500file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
15501(@value{GDBP})
15502@end smallexample
15503
15504@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15505@node GDB/MI Data Manipulation
15506@section @sc{gdb/mi} Data Manipulation
15507
15508@cindex data manipulation, in @sc{gdb/mi}
15509@cindex @sc{gdb/mi}, data manipulation
15510This section describes the @sc{gdb/mi} commands that manipulate data:
15511examine memory and registers, evaluate expressions, etc.
15512
15513@c REMOVED FROM THE INTERFACE.
15514@c @subheading -data-assign
15515@c Change the value of a program variable. Plenty of side effects.
15516@c @subsubheading GDB command
15517@c set variable
15518@c @subsubheading Example
15519@c N.A.
15520
15521@subheading The @code{-data-disassemble} Command
15522@findex -data-disassemble
15523
15524@subsubheading Synopsis
15525
15526@smallexample
15527 -data-disassemble
15528 [ -s @var{start-addr} -e @var{end-addr} ]
15529 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
15530 -- @var{mode}
15531@end smallexample
15532
15533@noindent
15534Where:
15535
15536@table @samp
15537@item @var{start-addr}
15538is the beginning address (or @code{$pc})
15539@item @var{end-addr}
15540is the end address
15541@item @var{filename}
15542is the name of the file to disassemble
15543@item @var{linenum}
15544is the line number to disassemble around
15545@item @var{lines}
15546is the the number of disassembly lines to be produced. If it is -1,
15547the whole function will be disassembled, in case no @var{end-addr} is
15548specified. If @var{end-addr} is specified as a non-zero value, and
15549@var{lines} is lower than the number of disassembly lines between
15550@var{start-addr} and @var{end-addr}, only @var{lines} lines are
15551displayed; if @var{lines} is higher than the number of lines between
15552@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
15553are displayed.
15554@item @var{mode}
15555is either 0 (meaning only disassembly) or 1 (meaning mixed source and
15556disassembly).
15557@end table
15558
15559@subsubheading Result
15560
15561The output for each instruction is composed of four fields:
15562
15563@itemize @bullet
15564@item Address
15565@item Func-name
15566@item Offset
15567@item Instruction
15568@end itemize
15569
15570Note that whatever included in the instruction field, is not manipulated
15571directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
15572
15573@subsubheading @value{GDBN} Command
15574
15575There's no direct mapping from this command to the CLI.
15576
15577@subsubheading Example
15578
15579Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
15580
15581@smallexample
15582(@value{GDBP})
15583-data-disassemble -s $pc -e "$pc + 20" -- 0
15584^done,
15585asm_insns=[
15586@{address="0x000107c0",func-name="main",offset="4",
15587inst="mov 2, %o0"@},
15588@{address="0x000107c4",func-name="main",offset="8",
15589inst="sethi %hi(0x11800), %o2"@},
15590@{address="0x000107c8",func-name="main",offset="12",
15591inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
15592@{address="0x000107cc",func-name="main",offset="16",
15593inst="sethi %hi(0x11800), %o2"@},
15594@{address="0x000107d0",func-name="main",offset="20",
15595inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
15596(@value{GDBP})
15597@end smallexample
15598
15599Disassemble the whole @code{main} function. Line 32 is part of
15600@code{main}.
15601
15602@smallexample
15603-data-disassemble -f basics.c -l 32 -- 0
15604^done,asm_insns=[
15605@{address="0x000107bc",func-name="main",offset="0",
15606inst="save %sp, -112, %sp"@},
15607@{address="0x000107c0",func-name="main",offset="4",
15608inst="mov 2, %o0"@},
15609@{address="0x000107c4",func-name="main",offset="8",
15610inst="sethi %hi(0x11800), %o2"@},
15611[@dots{}]
15612@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
15613@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
15614(@value{GDBP})
15615@end smallexample
15616
15617Disassemble 3 instructions from the start of @code{main}:
15618
15619@smallexample
15620(@value{GDBP})
15621-data-disassemble -f basics.c -l 32 -n 3 -- 0
15622^done,asm_insns=[
15623@{address="0x000107bc",func-name="main",offset="0",
15624inst="save %sp, -112, %sp"@},
15625@{address="0x000107c0",func-name="main",offset="4",
15626inst="mov 2, %o0"@},
15627@{address="0x000107c4",func-name="main",offset="8",
15628inst="sethi %hi(0x11800), %o2"@}]
15629(@value{GDBP})
15630@end smallexample
15631
15632Disassemble 3 instructions from the start of @code{main} in mixed mode:
15633
15634@smallexample
15635(@value{GDBP})
15636-data-disassemble -f basics.c -l 32 -n 3 -- 1
15637^done,asm_insns=[
15638src_and_asm_line=@{line="31",
15639file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15640 testsuite/gdb.mi/basics.c",line_asm_insn=[
15641@{address="0x000107bc",func-name="main",offset="0",
15642inst="save %sp, -112, %sp"@}]@},
15643src_and_asm_line=@{line="32",
15644file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15645 testsuite/gdb.mi/basics.c",line_asm_insn=[
15646@{address="0x000107c0",func-name="main",offset="4",
15647inst="mov 2, %o0"@},
15648@{address="0x000107c4",func-name="main",offset="8",
15649inst="sethi %hi(0x11800), %o2"@}]@}]
15650(@value{GDBP})
15651@end smallexample
15652
15653
15654@subheading The @code{-data-evaluate-expression} Command
15655@findex -data-evaluate-expression
15656
15657@subsubheading Synopsis
15658
15659@smallexample
15660 -data-evaluate-expression @var{expr}
15661@end smallexample
15662
15663Evaluate @var{expr} as an expression. The expression could contain an
15664inferior function call. The function call will execute synchronously.
15665If the expression contains spaces, it must be enclosed in double quotes.
15666
15667@subsubheading @value{GDBN} Command
15668
15669The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
15670@samp{call}. In @code{gdbtk} only, there's a corresponding
15671@samp{gdb_eval} command.
15672
15673@subsubheading Example
15674
15675In the following example, the numbers that precede the commands are the
15676@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
15677Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
15678output.
15679
15680@smallexample
15681211-data-evaluate-expression A
15682211^done,value="1"
15683(@value{GDBP})
15684311-data-evaluate-expression &A
15685311^done,value="0xefffeb7c"
15686(@value{GDBP})
15687411-data-evaluate-expression A+3
15688411^done,value="4"
15689(@value{GDBP})
15690511-data-evaluate-expression "A + 3"
15691511^done,value="4"
15692(@value{GDBP})
15693@end smallexample
15694
15695
15696@subheading The @code{-data-list-changed-registers} Command
15697@findex -data-list-changed-registers
15698
15699@subsubheading Synopsis
15700
15701@smallexample
15702 -data-list-changed-registers
15703@end smallexample
15704
15705Display a list of the registers that have changed.
15706
15707@subsubheading @value{GDBN} Command
15708
15709@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
15710has the corresponding command @samp{gdb_changed_register_list}.
15711
15712@subsubheading Example
15713
15714On a PPC MBX board:
15715
15716@smallexample
15717(@value{GDBP})
15718-exec-continue
15719^running
15720
15721(@value{GDBP})
15722*stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
15723args=[],file="try.c",line="5"@}
15724(@value{GDBP})
15725-data-list-changed-registers
15726^done,changed-registers=["0","1","2","4","5","6","7","8","9",
15727"10","11","13","14","15","16","17","18","19","20","21","22","23",
15728"24","25","26","27","28","30","31","64","65","66","67","69"]
15729(@value{GDBP})
15730@end smallexample
15731
15732
15733@subheading The @code{-data-list-register-names} Command
15734@findex -data-list-register-names
15735
15736@subsubheading Synopsis
15737
15738@smallexample
15739 -data-list-register-names [ ( @var{regno} )+ ]
15740@end smallexample
15741
15742Show a list of register names for the current target. If no arguments
15743are given, it shows a list of the names of all the registers. If
15744integer numbers are given as arguments, it will print a list of the
15745names of the registers corresponding to the arguments. To ensure
15746consistency between a register name and its number, the output list may
15747include empty register names.
15748
15749@subsubheading @value{GDBN} Command
15750
15751@value{GDBN} does not have a command which corresponds to
15752@samp{-data-list-register-names}. In @code{gdbtk} there is a
15753corresponding command @samp{gdb_regnames}.
15754
15755@subsubheading Example
15756
15757For the PPC MBX board:
15758@smallexample
15759(@value{GDBP})
15760-data-list-register-names
15761^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
15762"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
15763"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
15764"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
15765"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
15766"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
15767"", "pc","ps","cr","lr","ctr","xer"]
15768(@value{GDBP})
15769-data-list-register-names 1 2 3
15770^done,register-names=["r1","r2","r3"]
15771(@value{GDBP})
15772@end smallexample
15773
15774@subheading The @code{-data-list-register-values} Command
15775@findex -data-list-register-values
15776
15777@subsubheading Synopsis
15778
15779@smallexample
15780 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
15781@end smallexample
15782
15783Display the registers' contents. @var{fmt} is the format according to
15784which the registers' contents are to be returned, followed by an optional
15785list of numbers specifying the registers to display. A missing list of
15786numbers indicates that the contents of all the registers must be returned.
15787
15788Allowed formats for @var{fmt} are:
15789
15790@table @code
15791@item x
15792Hexadecimal
15793@item o
15794Octal
15795@item t
15796Binary
15797@item d
15798Decimal
15799@item r
15800Raw
15801@item N
15802Natural
15803@end table
15804
15805@subsubheading @value{GDBN} Command
15806
15807The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
15808all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
15809
15810@subsubheading Example
15811
15812For a PPC MBX board (note: line breaks are for readability only, they
15813don't appear in the actual output):
15814
15815@smallexample
15816(@value{GDBP})
15817-data-list-register-values r 64 65
15818^done,register-values=[@{number="64",value="0xfe00a300"@},
15819@{number="65",value="0x00029002"@}]
15820(@value{GDBP})
15821-data-list-register-values x
15822^done,register-values=[@{number="0",value="0xfe0043c8"@},
15823@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
15824@{number="3",value="0x0"@},@{number="4",value="0xa"@},
15825@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
15826@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
15827@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
15828@{number="11",value="0x1"@},@{number="12",value="0x0"@},
15829@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
15830@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
15831@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
15832@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
15833@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
15834@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
15835@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
15836@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
15837@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
15838@{number="31",value="0x0"@},@{number="32",value="0x0"@},
15839@{number="33",value="0x0"@},@{number="34",value="0x0"@},
15840@{number="35",value="0x0"@},@{number="36",value="0x0"@},
15841@{number="37",value="0x0"@},@{number="38",value="0x0"@},
15842@{number="39",value="0x0"@},@{number="40",value="0x0"@},
15843@{number="41",value="0x0"@},@{number="42",value="0x0"@},
15844@{number="43",value="0x0"@},@{number="44",value="0x0"@},
15845@{number="45",value="0x0"@},@{number="46",value="0x0"@},
15846@{number="47",value="0x0"@},@{number="48",value="0x0"@},
15847@{number="49",value="0x0"@},@{number="50",value="0x0"@},
15848@{number="51",value="0x0"@},@{number="52",value="0x0"@},
15849@{number="53",value="0x0"@},@{number="54",value="0x0"@},
15850@{number="55",value="0x0"@},@{number="56",value="0x0"@},
15851@{number="57",value="0x0"@},@{number="58",value="0x0"@},
15852@{number="59",value="0x0"@},@{number="60",value="0x0"@},
15853@{number="61",value="0x0"@},@{number="62",value="0x0"@},
15854@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
15855@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
15856@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
15857@{number="69",value="0x20002b03"@}]
15858(@value{GDBP})
15859@end smallexample
15860
15861
15862@subheading The @code{-data-read-memory} Command
15863@findex -data-read-memory
15864
15865@subsubheading Synopsis
15866
15867@smallexample
15868 -data-read-memory [ -o @var{byte-offset} ]
15869 @var{address} @var{word-format} @var{word-size}
15870 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
15871@end smallexample
15872
15873@noindent
15874where:
15875
15876@table @samp
15877@item @var{address}
15878An expression specifying the address of the first memory word to be
15879read. Complex expressions containing embedded white space should be
15880quoted using the C convention.
15881
15882@item @var{word-format}
15883The format to be used to print the memory words. The notation is the
15884same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
15885,Output formats}).
15886
15887@item @var{word-size}
15888The size of each memory word in bytes.
15889
15890@item @var{nr-rows}
15891The number of rows in the output table.
15892
15893@item @var{nr-cols}
15894The number of columns in the output table.
15895
15896@item @var{aschar}
15897If present, indicates that each row should include an @sc{ascii} dump. The
15898value of @var{aschar} is used as a padding character when a byte is not a
15899member of the printable @sc{ascii} character set (printable @sc{ascii}
15900characters are those whose code is between 32 and 126, inclusively).
15901
15902@item @var{byte-offset}
15903An offset to add to the @var{address} before fetching memory.
15904@end table
15905
15906This command displays memory contents as a table of @var{nr-rows} by
15907@var{nr-cols} words, each word being @var{word-size} bytes. In total,
15908@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
15909(returned as @samp{total-bytes}). Should less than the requested number
15910of bytes be returned by the target, the missing words are identified
15911using @samp{N/A}. The number of bytes read from the target is returned
15912in @samp{nr-bytes} and the starting address used to read memory in
15913@samp{addr}.
15914
15915The address of the next/previous row or page is available in
15916@samp{next-row} and @samp{prev-row}, @samp{next-page} and
15917@samp{prev-page}.
15918
15919@subsubheading @value{GDBN} Command
15920
15921The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
15922@samp{gdb_get_mem} memory read command.
15923
15924@subsubheading Example
15925
15926Read six bytes of memory starting at @code{bytes+6} but then offset by
15927@code{-6} bytes. Format as three rows of two columns. One byte per
15928word. Display each word in hex.
15929
15930@smallexample
15931(@value{GDBP})
159329-data-read-memory -o -6 -- bytes+6 x 1 3 2
159339^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
15934next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
15935prev-page="0x0000138a",memory=[
15936@{addr="0x00001390",data=["0x00","0x01"]@},
15937@{addr="0x00001392",data=["0x02","0x03"]@},
15938@{addr="0x00001394",data=["0x04","0x05"]@}]
15939(@value{GDBP})
15940@end smallexample
15941
15942Read two bytes of memory starting at address @code{shorts + 64} and
15943display as a single word formatted in decimal.
15944
15945@smallexample
15946(@value{GDBP})
159475-data-read-memory shorts+64 d 2 1 1
159485^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
15949next-row="0x00001512",prev-row="0x0000150e",
15950next-page="0x00001512",prev-page="0x0000150e",memory=[
15951@{addr="0x00001510",data=["128"]@}]
15952(@value{GDBP})
15953@end smallexample
15954
15955Read thirty two bytes of memory starting at @code{bytes+16} and format
15956as eight rows of four columns. Include a string encoding with @samp{x}
15957used as the non-printable character.
15958
15959@smallexample
15960(@value{GDBP})
159614-data-read-memory bytes+16 x 1 8 4 x
159624^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
15963next-row="0x000013c0",prev-row="0x0000139c",
15964next-page="0x000013c0",prev-page="0x00001380",memory=[
15965@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
15966@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
15967@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
15968@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
15969@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
15970@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
15971@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
15972@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
15973(@value{GDBP})
15974@end smallexample
15975
15976@subheading The @code{-display-delete} Command
15977@findex -display-delete
15978
15979@subsubheading Synopsis
15980
15981@smallexample
15982 -display-delete @var{number}
15983@end smallexample
15984
15985Delete the display @var{number}.
15986
15987@subsubheading @value{GDBN} Command
15988
15989The corresponding @value{GDBN} command is @samp{delete display}.
15990
15991@subsubheading Example
15992N.A.
15993
15994
15995@subheading The @code{-display-disable} Command
15996@findex -display-disable
15997
15998@subsubheading Synopsis
15999
16000@smallexample
16001 -display-disable @var{number}
16002@end smallexample
16003
16004Disable display @var{number}.
16005
16006@subsubheading @value{GDBN} Command
16007
16008The corresponding @value{GDBN} command is @samp{disable display}.
16009
16010@subsubheading Example
16011N.A.
16012
16013
16014@subheading The @code{-display-enable} Command
16015@findex -display-enable
16016
16017@subsubheading Synopsis
16018
16019@smallexample
16020 -display-enable @var{number}
16021@end smallexample
16022
16023Enable display @var{number}.
16024
16025@subsubheading @value{GDBN} Command
16026
16027The corresponding @value{GDBN} command is @samp{enable display}.
16028
16029@subsubheading Example
16030N.A.
16031
16032
16033@subheading The @code{-display-insert} Command
16034@findex -display-insert
16035
16036@subsubheading Synopsis
16037
16038@smallexample
16039 -display-insert @var{expression}
16040@end smallexample
16041
16042Display @var{expression} every time the program stops.
16043
16044@subsubheading @value{GDBN} Command
16045
16046The corresponding @value{GDBN} command is @samp{display}.
16047
16048@subsubheading Example
16049N.A.
16050
16051
16052@subheading The @code{-display-list} Command
16053@findex -display-list
16054
16055@subsubheading Synopsis
16056
16057@smallexample
16058 -display-list
16059@end smallexample
16060
16061List the displays. Do not show the current values.
16062
16063@subsubheading @value{GDBN} Command
16064
16065The corresponding @value{GDBN} command is @samp{info display}.
16066
16067@subsubheading Example
16068N.A.
16069
16070
16071@subheading The @code{-environment-cd} Command
16072@findex -environment-cd
16073
16074@subsubheading Synopsis
16075
16076@smallexample
16077 -environment-cd @var{pathdir}
16078@end smallexample
16079
16080Set @value{GDBN}'s working directory.
16081
16082@subsubheading @value{GDBN} Command
16083
16084The corresponding @value{GDBN} command is @samp{cd}.
16085
16086@subsubheading Example
16087
16088@smallexample
16089(@value{GDBP})
16090-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
16091^done
16092(@value{GDBP})
16093@end smallexample
16094
16095
16096@subheading The @code{-environment-directory} Command
16097@findex -environment-directory
16098
16099@subsubheading Synopsis
16100
16101@smallexample
16102 -environment-directory [ -r ] [ @var{pathdir} ]+
16103@end smallexample
16104
16105Add directories @var{pathdir} to beginning of search path for source files.
16106If the @samp{-r} option is used, the search path is reset to the default
b383017d 16107search path. If directories @var{pathdir} are supplied in addition to the
922fbb7b
AC
16108@samp{-r} option, the search path is first reset and then addition
16109occurs as normal.
b383017d 16110Multiple directories may be specified, separated by blanks. Specifying
922fbb7b
AC
16111multiple directories in a single command
16112results in the directories added to the beginning of the
16113search path in the same order they were presented in the command.
16114If blanks are needed as
16115part of a directory name, double-quotes should be used around
16116the name. In the command output, the path will show up separated
b383017d 16117by the system directory-separator character. The directory-seperator
922fbb7b
AC
16118character must not be used
16119in any directory name.
16120If no directories are specified, the current search path is displayed.
16121
16122@subsubheading @value{GDBN} Command
16123
16124The corresponding @value{GDBN} command is @samp{dir}.
16125
16126@subsubheading Example
16127
16128@smallexample
16129(@value{GDBP})
16130-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
16131^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
16132(@value{GDBP})
16133-environment-directory ""
16134^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
16135(@value{GDBP})
16136-environment-directory -r /home/jjohnstn/src/gdb /usr/src
16137^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
16138(@value{GDBP})
16139-environment-directory -r
16140^done,source-path="$cdir:$cwd"
16141(@value{GDBP})
16142@end smallexample
16143
16144
16145@subheading The @code{-environment-path} Command
16146@findex -environment-path
16147
16148@subsubheading Synopsis
16149
16150@smallexample
16151 -environment-path [ -r ] [ @var{pathdir} ]+
16152@end smallexample
16153
16154Add directories @var{pathdir} to beginning of search path for object files.
16155If the @samp{-r} option is used, the search path is reset to the original
b383017d
RM
16156search path that existed at gdb start-up. If directories @var{pathdir} are
16157supplied in addition to the
922fbb7b
AC
16158@samp{-r} option, the search path is first reset and then addition
16159occurs as normal.
b383017d 16160Multiple directories may be specified, separated by blanks. Specifying
922fbb7b
AC
16161multiple directories in a single command
16162results in the directories added to the beginning of the
16163search path in the same order they were presented in the command.
16164If blanks are needed as
16165part of a directory name, double-quotes should be used around
16166the name. In the command output, the path will show up separated
b383017d 16167by the system directory-separator character. The directory-seperator
922fbb7b
AC
16168character must not be used
16169in any directory name.
16170If no directories are specified, the current path is displayed.
16171
16172
16173@subsubheading @value{GDBN} Command
16174
16175The corresponding @value{GDBN} command is @samp{path}.
16176
16177@subsubheading Example
16178
16179@smallexample
16180(@value{GDBP})
b383017d 16181-environment-path
922fbb7b
AC
16182^done,path="/usr/bin"
16183(@value{GDBP})
16184-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
16185^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
16186(@value{GDBP})
16187-environment-path -r /usr/local/bin
16188^done,path="/usr/local/bin:/usr/bin"
16189(@value{GDBP})
16190@end smallexample
16191
16192
16193@subheading The @code{-environment-pwd} Command
16194@findex -environment-pwd
16195
16196@subsubheading Synopsis
16197
16198@smallexample
16199 -environment-pwd
16200@end smallexample
16201
16202Show the current working directory.
16203
16204@subsubheading @value{GDBN} command
16205
16206The corresponding @value{GDBN} command is @samp{pwd}.
16207
16208@subsubheading Example
16209
16210@smallexample
16211(@value{GDBP})
16212-environment-pwd
16213^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
16214(@value{GDBP})
16215@end smallexample
16216
16217@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16218@node GDB/MI Program Control
16219@section @sc{gdb/mi} Program control
16220
16221@subsubheading Program termination
16222
16223As a result of execution, the inferior program can run to completion, if
16224it doesn't encounter any breakpoints. In this case the output will
16225include an exit code, if the program has exited exceptionally.
16226
16227@subsubheading Examples
16228
16229@noindent
16230Program exited normally:
16231
16232@smallexample
16233(@value{GDBP})
16234-exec-run
16235^running
16236(@value{GDBP})
16237x = 55
16238*stopped,reason="exited-normally"
16239(@value{GDBP})
16240@end smallexample
16241
16242@noindent
16243Program exited exceptionally:
16244
16245@smallexample
16246(@value{GDBP})
16247-exec-run
16248^running
16249(@value{GDBP})
16250x = 55
16251*stopped,reason="exited",exit-code="01"
16252(@value{GDBP})
16253@end smallexample
16254
16255Another way the program can terminate is if it receives a signal such as
16256@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
16257
16258@smallexample
16259(@value{GDBP})
16260*stopped,reason="exited-signalled",signal-name="SIGINT",
16261signal-meaning="Interrupt"
16262@end smallexample
16263
16264
16265@subheading The @code{-exec-abort} Command
16266@findex -exec-abort
16267
16268@subsubheading Synopsis
16269
16270@smallexample
16271 -exec-abort
16272@end smallexample
16273
16274Kill the inferior running program.
16275
16276@subsubheading @value{GDBN} Command
16277
16278The corresponding @value{GDBN} command is @samp{kill}.
16279
16280@subsubheading Example
16281N.A.
16282
16283
16284@subheading The @code{-exec-arguments} Command
16285@findex -exec-arguments
16286
16287@subsubheading Synopsis
16288
16289@smallexample
16290 -exec-arguments @var{args}
16291@end smallexample
16292
16293Set the inferior program arguments, to be used in the next
16294@samp{-exec-run}.
16295
16296@subsubheading @value{GDBN} Command
16297
16298The corresponding @value{GDBN} command is @samp{set args}.
16299
16300@subsubheading Example
16301
16302@c FIXME!
16303Don't have one around.
16304
16305
16306@subheading The @code{-exec-continue} Command
16307@findex -exec-continue
16308
16309@subsubheading Synopsis
16310
16311@smallexample
16312 -exec-continue
16313@end smallexample
16314
16315Asynchronous command. Resumes the execution of the inferior program
16316until a breakpoint is encountered, or until the inferior exits.
16317
16318@subsubheading @value{GDBN} Command
16319
16320The corresponding @value{GDBN} corresponding is @samp{continue}.
16321
16322@subsubheading Example
16323
16324@smallexample
16325-exec-continue
16326^running
16327(@value{GDBP})
16328@@Hello world
16329*stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
16330file="hello.c",line="13"@}
16331(@value{GDBP})
16332@end smallexample
16333
16334
16335@subheading The @code{-exec-finish} Command
16336@findex -exec-finish
16337
16338@subsubheading Synopsis
16339
16340@smallexample
16341 -exec-finish
16342@end smallexample
16343
16344Asynchronous command. Resumes the execution of the inferior program
16345until the current function is exited. Displays the results returned by
16346the function.
16347
16348@subsubheading @value{GDBN} Command
16349
16350The corresponding @value{GDBN} command is @samp{finish}.
16351
16352@subsubheading Example
16353
16354Function returning @code{void}.
16355
16356@smallexample
16357-exec-finish
16358^running
16359(@value{GDBP})
16360@@hello from foo
16361*stopped,reason="function-finished",frame=@{func="main",args=[],
16362file="hello.c",line="7"@}
16363(@value{GDBP})
16364@end smallexample
16365
16366Function returning other than @code{void}. The name of the internal
16367@value{GDBN} variable storing the result is printed, together with the
16368value itself.
16369
16370@smallexample
16371-exec-finish
16372^running
16373(@value{GDBP})
16374*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
16375args=[@{name="a",value="1"],@{name="b",value="9"@}@},
16376file="recursive2.c",line="14"@},
16377gdb-result-var="$1",return-value="0"
16378(@value{GDBP})
16379@end smallexample
16380
16381
16382@subheading The @code{-exec-interrupt} Command
16383@findex -exec-interrupt
16384
16385@subsubheading Synopsis
16386
16387@smallexample
16388 -exec-interrupt
16389@end smallexample
16390
16391Asynchronous command. Interrupts the background execution of the target.
16392Note how the token associated with the stop message is the one for the
16393execution command that has been interrupted. The token for the interrupt
16394itself only appears in the @samp{^done} output. If the user is trying to
16395interrupt a non-running program, an error message will be printed.
16396
16397@subsubheading @value{GDBN} Command
16398
16399The corresponding @value{GDBN} command is @samp{interrupt}.
16400
16401@subsubheading Example
16402
16403@smallexample
16404(@value{GDBP})
16405111-exec-continue
16406111^running
16407
16408(@value{GDBP})
16409222-exec-interrupt
16410222^done
16411(@value{GDBP})
16412111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
16413frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@}
16414(@value{GDBP})
16415
16416(@value{GDBP})
16417-exec-interrupt
16418^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
16419(@value{GDBP})
16420@end smallexample
16421
16422
16423@subheading The @code{-exec-next} Command
16424@findex -exec-next
16425
16426@subsubheading Synopsis
16427
16428@smallexample
16429 -exec-next
16430@end smallexample
16431
16432Asynchronous command. Resumes execution of the inferior program, stopping
16433when the beginning of the next source line is reached.
16434
16435@subsubheading @value{GDBN} Command
16436
16437The corresponding @value{GDBN} command is @samp{next}.
16438
16439@subsubheading Example
16440
16441@smallexample
16442-exec-next
16443^running
16444(@value{GDBP})
16445*stopped,reason="end-stepping-range",line="8",file="hello.c"
16446(@value{GDBP})
16447@end smallexample
16448
16449
16450@subheading The @code{-exec-next-instruction} Command
16451@findex -exec-next-instruction
16452
16453@subsubheading Synopsis
16454
16455@smallexample
16456 -exec-next-instruction
16457@end smallexample
16458
16459Asynchronous command. Executes one machine instruction. If the
16460instruction is a function call continues until the function returns. If
16461the program stops at an instruction in the middle of a source line, the
16462address will be printed as well.
16463
16464@subsubheading @value{GDBN} Command
16465
16466The corresponding @value{GDBN} command is @samp{nexti}.
16467
16468@subsubheading Example
16469
16470@smallexample
16471(@value{GDBP})
16472-exec-next-instruction
16473^running
16474
16475(@value{GDBP})
16476*stopped,reason="end-stepping-range",
16477addr="0x000100d4",line="5",file="hello.c"
16478(@value{GDBP})
16479@end smallexample
16480
16481
16482@subheading The @code{-exec-return} Command
16483@findex -exec-return
16484
16485@subsubheading Synopsis
16486
16487@smallexample
16488 -exec-return
16489@end smallexample
16490
16491Makes current function return immediately. Doesn't execute the inferior.
16492Displays the new current frame.
16493
16494@subsubheading @value{GDBN} Command
16495
16496The corresponding @value{GDBN} command is @samp{return}.
16497
16498@subsubheading Example
16499
16500@smallexample
16501(@value{GDBP})
16502200-break-insert callee4
16503200^done,bkpt=@{number="1",addr="0x00010734",
16504file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16505(@value{GDBP})
16506000-exec-run
16507000^running
16508(@value{GDBP})
16509000*stopped,reason="breakpoint-hit",bkptno="1",
16510frame=@{func="callee4",args=[],
16511file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16512(@value{GDBP})
16513205-break-delete
16514205^done
16515(@value{GDBP})
16516111-exec-return
16517111^done,frame=@{level="0",func="callee3",
16518args=[@{name="strarg",
16519value="0x11940 \"A string argument.\""@}],
16520file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
16521(@value{GDBP})
16522@end smallexample
16523
16524
16525@subheading The @code{-exec-run} Command
16526@findex -exec-run
16527
16528@subsubheading Synopsis
16529
16530@smallexample
16531 -exec-run
16532@end smallexample
16533
16534Asynchronous command. Starts execution of the inferior from the
16535beginning. The inferior executes until either a breakpoint is
16536encountered or the program exits.
16537
16538@subsubheading @value{GDBN} Command
16539
16540The corresponding @value{GDBN} command is @samp{run}.
16541
16542@subsubheading Example
16543
16544@smallexample
16545(@value{GDBP})
16546-break-insert main
16547^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
16548(@value{GDBP})
16549-exec-run
16550^running
16551(@value{GDBP})
16552*stopped,reason="breakpoint-hit",bkptno="1",
16553frame=@{func="main",args=[],file="recursive2.c",line="4"@}
16554(@value{GDBP})
16555@end smallexample
16556
16557
16558@subheading The @code{-exec-show-arguments} Command
16559@findex -exec-show-arguments
16560
16561@subsubheading Synopsis
16562
16563@smallexample
16564 -exec-show-arguments
16565@end smallexample
16566
16567Print the arguments of the program.
16568
16569@subsubheading @value{GDBN} Command
16570
16571The corresponding @value{GDBN} command is @samp{show args}.
16572
16573@subsubheading Example
16574N.A.
16575
16576@c @subheading -exec-signal
16577
16578@subheading The @code{-exec-step} Command
16579@findex -exec-step
16580
16581@subsubheading Synopsis
16582
16583@smallexample
16584 -exec-step
16585@end smallexample
16586
16587Asynchronous command. Resumes execution of the inferior program, stopping
16588when the beginning of the next source line is reached, if the next
16589source line is not a function call. If it is, stop at the first
16590instruction of the called function.
16591
16592@subsubheading @value{GDBN} Command
16593
16594The corresponding @value{GDBN} command is @samp{step}.
16595
16596@subsubheading Example
16597
16598Stepping into a function:
16599
16600@smallexample
16601-exec-step
16602^running
16603(@value{GDBP})
16604*stopped,reason="end-stepping-range",
16605frame=@{func="foo",args=[@{name="a",value="10"@},
16606@{name="b",value="0"@}],file="recursive2.c",line="11"@}
16607(@value{GDBP})
16608@end smallexample
16609
16610Regular stepping:
16611
16612@smallexample
16613-exec-step
16614^running
16615(@value{GDBP})
16616*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
16617(@value{GDBP})
16618@end smallexample
16619
16620
16621@subheading The @code{-exec-step-instruction} Command
16622@findex -exec-step-instruction
16623
16624@subsubheading Synopsis
16625
16626@smallexample
16627 -exec-step-instruction
16628@end smallexample
16629
16630Asynchronous command. Resumes the inferior which executes one machine
16631instruction. The output, once @value{GDBN} has stopped, will vary depending on
16632whether we have stopped in the middle of a source line or not. In the
16633former case, the address at which the program stopped will be printed as
16634well.
16635
16636@subsubheading @value{GDBN} Command
16637
16638The corresponding @value{GDBN} command is @samp{stepi}.
16639
16640@subsubheading Example
16641
16642@smallexample
16643(@value{GDBP})
16644-exec-step-instruction
16645^running
16646
16647(@value{GDBP})
16648*stopped,reason="end-stepping-range",
16649frame=@{func="foo",args=[],file="try.c",line="10"@}
16650(@value{GDBP})
16651-exec-step-instruction
16652^running
16653
16654(@value{GDBP})
16655*stopped,reason="end-stepping-range",
16656frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@}
16657(@value{GDBP})
16658@end smallexample
16659
16660
16661@subheading The @code{-exec-until} Command
16662@findex -exec-until
16663
16664@subsubheading Synopsis
16665
16666@smallexample
16667 -exec-until [ @var{location} ]
16668@end smallexample
16669
16670Asynchronous command. Executes the inferior until the @var{location}
16671specified in the argument is reached. If there is no argument, the inferior
16672executes until a source line greater than the current one is reached.
16673The reason for stopping in this case will be @samp{location-reached}.
16674
16675@subsubheading @value{GDBN} Command
16676
16677The corresponding @value{GDBN} command is @samp{until}.
16678
16679@subsubheading Example
16680
16681@smallexample
16682(@value{GDBP})
16683-exec-until recursive2.c:6
16684^running
16685(@value{GDBP})
16686x = 55
16687*stopped,reason="location-reached",frame=@{func="main",args=[],
16688file="recursive2.c",line="6"@}
16689(@value{GDBP})
16690@end smallexample
16691
16692@ignore
16693@subheading -file-clear
16694Is this going away????
16695@end ignore
16696
16697
16698@subheading The @code{-file-exec-and-symbols} Command
16699@findex -file-exec-and-symbols
16700
16701@subsubheading Synopsis
16702
16703@smallexample
16704 -file-exec-and-symbols @var{file}
16705@end smallexample
16706
16707Specify the executable file to be debugged. This file is the one from
16708which the symbol table is also read. If no file is specified, the
16709command clears the executable and symbol information. If breakpoints
16710are set when using this command with no arguments, @value{GDBN} will produce
16711error messages. Otherwise, no output is produced, except a completion
16712notification.
16713
16714@subsubheading @value{GDBN} Command
16715
16716The corresponding @value{GDBN} command is @samp{file}.
16717
16718@subsubheading Example
16719
16720@smallexample
16721(@value{GDBP})
16722-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16723^done
16724(@value{GDBP})
16725@end smallexample
16726
16727
16728@subheading The @code{-file-exec-file} Command
16729@findex -file-exec-file
16730
16731@subsubheading Synopsis
16732
16733@smallexample
16734 -file-exec-file @var{file}
16735@end smallexample
16736
16737Specify the executable file to be debugged. Unlike
16738@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
16739from this file. If used without argument, @value{GDBN} clears the information
16740about the executable file. No output is produced, except a completion
16741notification.
16742
16743@subsubheading @value{GDBN} Command
16744
16745The corresponding @value{GDBN} command is @samp{exec-file}.
16746
16747@subsubheading Example
16748
16749@smallexample
16750(@value{GDBP})
16751-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16752^done
16753(@value{GDBP})
16754@end smallexample
16755
16756
16757@subheading The @code{-file-list-exec-sections} Command
16758@findex -file-list-exec-sections
16759
16760@subsubheading Synopsis
16761
16762@smallexample
16763 -file-list-exec-sections
16764@end smallexample
16765
16766List the sections of the current executable file.
16767
16768@subsubheading @value{GDBN} Command
16769
16770The @value{GDBN} command @samp{info file} shows, among the rest, the same
16771information as this command. @code{gdbtk} has a corresponding command
16772@samp{gdb_load_info}.
16773
16774@subsubheading Example
16775N.A.
16776
16777
1abaf70c
BR
16778@subheading The @code{-file-list-exec-source-file} Command
16779@findex -file-list-exec-source-file
16780
16781@subsubheading Synopsis
16782
16783@smallexample
16784 -file-list-exec-source-file
16785@end smallexample
16786
b383017d 16787List the line number, the current source file, and the absolute path
1abaf70c
BR
16788to the current source file for the current executable.
16789
16790@subsubheading @value{GDBN} Command
16791
16792There's no @value{GDBN} command which directly corresponds to this one.
16793
16794@subsubheading Example
16795
16796@smallexample
16797(@value{GDBP})
16798123-file-list-exec-source-file
16799123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
16800(@value{GDBP})
16801@end smallexample
16802
16803
922fbb7b
AC
16804@subheading The @code{-file-list-exec-source-files} Command
16805@findex -file-list-exec-source-files
16806
16807@subsubheading Synopsis
16808
16809@smallexample
16810 -file-list-exec-source-files
16811@end smallexample
16812
16813List the source files for the current executable.
16814
16815@subsubheading @value{GDBN} Command
16816
16817There's no @value{GDBN} command which directly corresponds to this one.
16818@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
16819
16820@subsubheading Example
16821N.A.
16822
16823
16824@subheading The @code{-file-list-shared-libraries} Command
16825@findex -file-list-shared-libraries
16826
16827@subsubheading Synopsis
16828
16829@smallexample
16830 -file-list-shared-libraries
16831@end smallexample
16832
16833List the shared libraries in the program.
16834
16835@subsubheading @value{GDBN} Command
16836
16837The corresponding @value{GDBN} command is @samp{info shared}.
16838
16839@subsubheading Example
16840N.A.
16841
16842
16843@subheading The @code{-file-list-symbol-files} Command
16844@findex -file-list-symbol-files
16845
16846@subsubheading Synopsis
16847
16848@smallexample
16849 -file-list-symbol-files
16850@end smallexample
16851
16852List symbol files.
16853
16854@subsubheading @value{GDBN} Command
16855
16856The corresponding @value{GDBN} command is @samp{info file} (part of it).
16857
16858@subsubheading Example
16859N.A.
16860
16861
16862@subheading The @code{-file-symbol-file} Command
16863@findex -file-symbol-file
16864
16865@subsubheading Synopsis
16866
16867@smallexample
16868 -file-symbol-file @var{file}
16869@end smallexample
16870
16871Read symbol table info from the specified @var{file} argument. When
16872used without arguments, clears @value{GDBN}'s symbol table info. No output is
16873produced, except for a completion notification.
16874
16875@subsubheading @value{GDBN} Command
16876
16877The corresponding @value{GDBN} command is @samp{symbol-file}.
16878
16879@subsubheading Example
16880
16881@smallexample
16882(@value{GDBP})
16883-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16884^done
16885(@value{GDBP})
16886@end smallexample
16887
16888@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16889@node GDB/MI Miscellaneous Commands
16890@section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
16891
16892@c @subheading -gdb-complete
16893
16894@subheading The @code{-gdb-exit} Command
16895@findex -gdb-exit
16896
16897@subsubheading Synopsis
16898
16899@smallexample
16900 -gdb-exit
16901@end smallexample
16902
16903Exit @value{GDBN} immediately.
16904
16905@subsubheading @value{GDBN} Command
16906
16907Approximately corresponds to @samp{quit}.
16908
16909@subsubheading Example
16910
16911@smallexample
16912(@value{GDBP})
16913-gdb-exit
16914@end smallexample
16915
16916@subheading The @code{-gdb-set} Command
16917@findex -gdb-set
16918
16919@subsubheading Synopsis
16920
16921@smallexample
16922 -gdb-set
16923@end smallexample
16924
16925Set an internal @value{GDBN} variable.
16926@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
16927
16928@subsubheading @value{GDBN} Command
16929
16930The corresponding @value{GDBN} command is @samp{set}.
16931
16932@subsubheading Example
16933
16934@smallexample
16935(@value{GDBP})
16936-gdb-set $foo=3
16937^done
16938(@value{GDBP})
16939@end smallexample
16940
16941
16942@subheading The @code{-gdb-show} Command
16943@findex -gdb-show
16944
16945@subsubheading Synopsis
16946
16947@smallexample
16948 -gdb-show
16949@end smallexample
16950
16951Show the current value of a @value{GDBN} variable.
16952
16953@subsubheading @value{GDBN} command
16954
16955The corresponding @value{GDBN} command is @samp{show}.
16956
16957@subsubheading Example
16958
16959@smallexample
16960(@value{GDBP})
16961-gdb-show annotate
16962^done,value="0"
16963(@value{GDBP})
16964@end smallexample
16965
16966@c @subheading -gdb-source
16967
16968
16969@subheading The @code{-gdb-version} Command
16970@findex -gdb-version
16971
16972@subsubheading Synopsis
16973
16974@smallexample
16975 -gdb-version
16976@end smallexample
16977
16978Show version information for @value{GDBN}. Used mostly in testing.
16979
16980@subsubheading @value{GDBN} Command
16981
16982There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
16983information when you start an interactive session.
16984
16985@subsubheading Example
16986
16987@c This example modifies the actual output from GDB to avoid overfull
16988@c box in TeX.
16989@smallexample
16990(@value{GDBP})
16991-gdb-version
16992~GNU gdb 5.2.1
16993~Copyright 2000 Free Software Foundation, Inc.
16994~GDB is free software, covered by the GNU General Public License, and
16995~you are welcome to change it and/or distribute copies of it under
16996~ certain conditions.
16997~Type "show copying" to see the conditions.
16998~There is absolutely no warranty for GDB. Type "show warranty" for
16999~ details.
b383017d 17000~This GDB was configured as
922fbb7b
AC
17001 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
17002^done
17003(@value{GDBP})
17004@end smallexample
17005
17006@subheading The @code{-interpreter-exec} Command
17007@findex -interpreter-exec
17008
17009@subheading Synopsis
17010
17011@smallexample
17012-interpreter-exec @var{interpreter} @var{command}
17013@end smallexample
17014
17015Execute the specified @var{command} in the given @var{interpreter}.
17016
17017@subheading @value{GDBN} Command
17018
17019The corresponding @value{GDBN} command is @samp{interpreter-exec}.
17020
17021@subheading Example
17022
17023@smallexample
17024(@value{GDBP})
17025-interpreter-exec console "break main"
17026&"During symbol reading, couldn't parse type; debugger out of date?.\n"
17027&"During symbol reading, bad structure-type format.\n"
17028~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
17029^done
17030(@value{GDBP})
17031@end smallexample
17032
17033@ignore
17034@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17035@node GDB/MI Kod Commands
17036@section @sc{gdb/mi} Kod Commands
17037
17038The Kod commands are not implemented.
17039
17040@c @subheading -kod-info
17041
17042@c @subheading -kod-list
17043
17044@c @subheading -kod-list-object-types
17045
17046@c @subheading -kod-show
17047
17048@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17049@node GDB/MI Memory Overlay Commands
17050@section @sc{gdb/mi} Memory Overlay Commands
17051
17052The memory overlay commands are not implemented.
17053
17054@c @subheading -overlay-auto
17055
17056@c @subheading -overlay-list-mapping-state
17057
17058@c @subheading -overlay-list-overlays
17059
17060@c @subheading -overlay-map
17061
17062@c @subheading -overlay-off
17063
17064@c @subheading -overlay-on
17065
17066@c @subheading -overlay-unmap
17067
17068@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17069@node GDB/MI Signal Handling Commands
17070@section @sc{gdb/mi} Signal Handling Commands
17071
17072Signal handling commands are not implemented.
17073
17074@c @subheading -signal-handle
17075
17076@c @subheading -signal-list-handle-actions
17077
17078@c @subheading -signal-list-signal-types
17079@end ignore
17080
17081
17082@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17083@node GDB/MI Stack Manipulation
17084@section @sc{gdb/mi} Stack Manipulation Commands
17085
17086
17087@subheading The @code{-stack-info-frame} Command
17088@findex -stack-info-frame
17089
17090@subsubheading Synopsis
17091
17092@smallexample
17093 -stack-info-frame
17094@end smallexample
17095
17096Get info on the current frame.
17097
17098@subsubheading @value{GDBN} Command
17099
17100The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
17101(without arguments).
17102
17103@subsubheading Example
17104N.A.
17105
17106@subheading The @code{-stack-info-depth} Command
17107@findex -stack-info-depth
17108
17109@subsubheading Synopsis
17110
17111@smallexample
17112 -stack-info-depth [ @var{max-depth} ]
17113@end smallexample
17114
17115Return the depth of the stack. If the integer argument @var{max-depth}
17116is specified, do not count beyond @var{max-depth} frames.
17117
17118@subsubheading @value{GDBN} Command
17119
17120There's no equivalent @value{GDBN} command.
17121
17122@subsubheading Example
17123
17124For a stack with frame levels 0 through 11:
17125
17126@smallexample
17127(@value{GDBP})
17128-stack-info-depth
17129^done,depth="12"
17130(@value{GDBP})
17131-stack-info-depth 4
17132^done,depth="4"
17133(@value{GDBP})
17134-stack-info-depth 12
17135^done,depth="12"
17136(@value{GDBP})
17137-stack-info-depth 11
17138^done,depth="11"
17139(@value{GDBP})
17140-stack-info-depth 13
17141^done,depth="12"
17142(@value{GDBP})
17143@end smallexample
17144
17145@subheading The @code{-stack-list-arguments} Command
17146@findex -stack-list-arguments
17147
17148@subsubheading Synopsis
17149
17150@smallexample
17151 -stack-list-arguments @var{show-values}
17152 [ @var{low-frame} @var{high-frame} ]
17153@end smallexample
17154
17155Display a list of the arguments for the frames between @var{low-frame}
17156and @var{high-frame} (inclusive). If @var{low-frame} and
17157@var{high-frame} are not provided, list the arguments for the whole call
17158stack.
17159
17160The @var{show-values} argument must have a value of 0 or 1. A value of
171610 means that only the names of the arguments are listed, a value of 1
17162means that both names and values of the arguments are printed.
17163
17164@subsubheading @value{GDBN} Command
17165
17166@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
17167@samp{gdb_get_args} command which partially overlaps with the
17168functionality of @samp{-stack-list-arguments}.
17169
17170@subsubheading Example
17171
17172@smallexample
17173(@value{GDBP})
17174-stack-list-frames
17175^done,
17176stack=[
17177frame=@{level="0",addr="0x00010734",func="callee4",
17178file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
17179frame=@{level="1",addr="0x0001076c",func="callee3",
17180file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
17181frame=@{level="2",addr="0x0001078c",func="callee2",
17182file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
17183frame=@{level="3",addr="0x000107b4",func="callee1",
17184file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
17185frame=@{level="4",addr="0x000107e0",func="main",
17186file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
17187(@value{GDBP})
17188-stack-list-arguments 0
17189^done,
17190stack-args=[
17191frame=@{level="0",args=[]@},
17192frame=@{level="1",args=[name="strarg"]@},
17193frame=@{level="2",args=[name="intarg",name="strarg"]@},
17194frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
17195frame=@{level="4",args=[]@}]
17196(@value{GDBP})
17197-stack-list-arguments 1
17198^done,
17199stack-args=[
17200frame=@{level="0",args=[]@},
17201frame=@{level="1",
17202 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
17203frame=@{level="2",args=[
17204@{name="intarg",value="2"@},
17205@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
17206@{frame=@{level="3",args=[
17207@{name="intarg",value="2"@},
17208@{name="strarg",value="0x11940 \"A string argument.\""@},
17209@{name="fltarg",value="3.5"@}]@},
17210frame=@{level="4",args=[]@}]
17211(@value{GDBP})
17212-stack-list-arguments 0 2 2
17213^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
17214(@value{GDBP})
17215-stack-list-arguments 1 2 2
17216^done,stack-args=[frame=@{level="2",
17217args=[@{name="intarg",value="2"@},
17218@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
17219(@value{GDBP})
17220@end smallexample
17221
17222@c @subheading -stack-list-exception-handlers
17223
17224
17225@subheading The @code{-stack-list-frames} Command
17226@findex -stack-list-frames
17227
17228@subsubheading Synopsis
17229
17230@smallexample
17231 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
17232@end smallexample
17233
17234List the frames currently on the stack. For each frame it displays the
17235following info:
17236
17237@table @samp
17238@item @var{level}
17239The frame number, 0 being the topmost frame, i.e. the innermost function.
17240@item @var{addr}
17241The @code{$pc} value for that frame.
17242@item @var{func}
17243Function name.
17244@item @var{file}
17245File name of the source file where the function lives.
17246@item @var{line}
17247Line number corresponding to the @code{$pc}.
17248@end table
17249
17250If invoked without arguments, this command prints a backtrace for the
17251whole stack. If given two integer arguments, it shows the frames whose
17252levels are between the two arguments (inclusive). If the two arguments
17253are equal, it shows the single frame at the corresponding level.
17254
17255@subsubheading @value{GDBN} Command
17256
17257The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
17258
17259@subsubheading Example
17260
17261Full stack backtrace:
17262
17263@smallexample
17264(@value{GDBP})
17265-stack-list-frames
17266^done,stack=
17267[frame=@{level="0",addr="0x0001076c",func="foo",
17268 file="recursive2.c",line="11"@},
17269frame=@{level="1",addr="0x000107a4",func="foo",
17270 file="recursive2.c",line="14"@},
17271frame=@{level="2",addr="0x000107a4",func="foo",
17272 file="recursive2.c",line="14"@},
17273frame=@{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"@},
17279frame=@{level="6",addr="0x000107a4",func="foo",
17280 file="recursive2.c",line="14"@},
17281frame=@{level="7",addr="0x000107a4",func="foo",
17282 file="recursive2.c",line="14"@},
17283frame=@{level="8",addr="0x000107a4",func="foo",
17284 file="recursive2.c",line="14"@},
17285frame=@{level="9",addr="0x000107a4",func="foo",
17286 file="recursive2.c",line="14"@},
17287frame=@{level="10",addr="0x000107a4",func="foo",
17288 file="recursive2.c",line="14"@},
17289frame=@{level="11",addr="0x00010738",func="main",
17290 file="recursive2.c",line="4"@}]
17291(@value{GDBP})
17292@end smallexample
17293
17294Show frames between @var{low_frame} and @var{high_frame}:
17295
17296@smallexample
17297(@value{GDBP})
17298-stack-list-frames 3 5
17299^done,stack=
17300[frame=@{level="3",addr="0x000107a4",func="foo",
17301 file="recursive2.c",line="14"@},
17302frame=@{level="4",addr="0x000107a4",func="foo",
17303 file="recursive2.c",line="14"@},
17304frame=@{level="5",addr="0x000107a4",func="foo",
17305 file="recursive2.c",line="14"@}]
17306(@value{GDBP})
17307@end smallexample
17308
17309Show a single frame:
17310
17311@smallexample
17312(@value{GDBP})
17313-stack-list-frames 3 3
17314^done,stack=
17315[frame=@{level="3",addr="0x000107a4",func="foo",
17316 file="recursive2.c",line="14"@}]
17317(@value{GDBP})
17318@end smallexample
17319
17320
17321@subheading The @code{-stack-list-locals} Command
17322@findex -stack-list-locals
17323
17324@subsubheading Synopsis
17325
17326@smallexample
17327 -stack-list-locals @var{print-values}
17328@end smallexample
17329
17330Display the local variable names for the current frame. With an
bc8ced35
NR
17331argument of 0 or @code{--no-values}, prints only the names of the variables.
17332With argument of 1 or @code{--all-values}, prints also their values. With
17333argument of 2 or @code{--simple-values}, prints the name, type and value for
17334simple data types and the name and type for arrays, structures and
17335unions. In this last case, the idea is that the user can see the
17336value of simple data types immediately and he can create variable
17337objects for other data types if he wishes to explore their values in
17338more detail.
922fbb7b
AC
17339
17340@subsubheading @value{GDBN} Command
17341
17342@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
17343
17344@subsubheading Example
17345
17346@smallexample
17347(@value{GDBP})
17348-stack-list-locals 0
17349^done,locals=[name="A",name="B",name="C"]
17350(@value{GDBP})
bc8ced35 17351-stack-list-locals --all-values
922fbb7b 17352^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
bc8ced35
NR
17353 @{name="C",value="@{1, 2, 3@}"@}]
17354-stack-list-locals --simple-values
17355^done,locals=[@{name="A",type="int",value="1"@},
17356 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
922fbb7b
AC
17357(@value{GDBP})
17358@end smallexample
17359
17360
17361@subheading The @code{-stack-select-frame} Command
17362@findex -stack-select-frame
17363
17364@subsubheading Synopsis
17365
17366@smallexample
17367 -stack-select-frame @var{framenum}
17368@end smallexample
17369
17370Change the current frame. Select a different frame @var{framenum} on
17371the stack.
17372
17373@subsubheading @value{GDBN} Command
17374
17375The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
17376@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
17377
17378@subsubheading Example
17379
17380@smallexample
17381(@value{GDBP})
17382-stack-select-frame 2
17383^done
17384(@value{GDBP})
17385@end smallexample
17386
17387@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17388@node GDB/MI Symbol Query
17389@section @sc{gdb/mi} Symbol Query Commands
17390
17391
17392@subheading The @code{-symbol-info-address} Command
17393@findex -symbol-info-address
17394
17395@subsubheading Synopsis
17396
17397@smallexample
17398 -symbol-info-address @var{symbol}
17399@end smallexample
17400
17401Describe where @var{symbol} is stored.
17402
17403@subsubheading @value{GDBN} Command
17404
17405The corresponding @value{GDBN} command is @samp{info address}.
17406
17407@subsubheading Example
17408N.A.
17409
17410
17411@subheading The @code{-symbol-info-file} Command
17412@findex -symbol-info-file
17413
17414@subsubheading Synopsis
17415
17416@smallexample
17417 -symbol-info-file
17418@end smallexample
17419
17420Show the file for the symbol.
17421
17422@subsubheading @value{GDBN} Command
17423
17424There's no equivalent @value{GDBN} command. @code{gdbtk} has
17425@samp{gdb_find_file}.
17426
17427@subsubheading Example
17428N.A.
17429
17430
17431@subheading The @code{-symbol-info-function} Command
17432@findex -symbol-info-function
17433
17434@subsubheading Synopsis
17435
17436@smallexample
17437 -symbol-info-function
17438@end smallexample
17439
17440Show which function the symbol lives in.
17441
17442@subsubheading @value{GDBN} Command
17443
17444@samp{gdb_get_function} in @code{gdbtk}.
17445
17446@subsubheading Example
17447N.A.
17448
17449
17450@subheading The @code{-symbol-info-line} Command
17451@findex -symbol-info-line
17452
17453@subsubheading Synopsis
17454
17455@smallexample
17456 -symbol-info-line
17457@end smallexample
17458
17459Show the core addresses of the code for a source line.
17460
17461@subsubheading @value{GDBN} Command
17462
71952f4c 17463The corresponding @value{GDBN} command is @samp{info line}.
922fbb7b
AC
17464@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
17465
17466@subsubheading Example
17467N.A.
17468
17469
17470@subheading The @code{-symbol-info-symbol} Command
17471@findex -symbol-info-symbol
17472
17473@subsubheading Synopsis
17474
17475@smallexample
17476 -symbol-info-symbol @var{addr}
17477@end smallexample
17478
17479Describe what symbol is at location @var{addr}.
17480
17481@subsubheading @value{GDBN} Command
17482
17483The corresponding @value{GDBN} command is @samp{info symbol}.
17484
17485@subsubheading Example
17486N.A.
17487
17488
17489@subheading The @code{-symbol-list-functions} Command
17490@findex -symbol-list-functions
17491
17492@subsubheading Synopsis
17493
17494@smallexample
17495 -symbol-list-functions
17496@end smallexample
17497
17498List the functions in the executable.
17499
17500@subsubheading @value{GDBN} Command
17501
17502@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
17503@samp{gdb_search} in @code{gdbtk}.
17504
17505@subsubheading Example
17506N.A.
17507
17508
32e7087d
JB
17509@subheading The @code{-symbol-list-lines} Command
17510@findex -symbol-list-lines
17511
17512@subsubheading Synopsis
17513
17514@smallexample
17515 -symbol-list-lines @var{filename}
17516@end smallexample
17517
17518Print the list of lines that contain code and their associated program
17519addresses for the given source filename. The entries are sorted in
17520ascending PC order.
17521
17522@subsubheading @value{GDBN} Command
17523
17524There is no corresponding @value{GDBN} command.
17525
17526@subsubheading Example
17527@smallexample
17528(@value{GDBP})
17529-symbol-list-lines basics.c
54ff5908 17530^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
32e7087d
JB
17531(@value{GDBP})
17532@end smallexample
17533
17534
922fbb7b
AC
17535@subheading The @code{-symbol-list-types} Command
17536@findex -symbol-list-types
17537
17538@subsubheading Synopsis
17539
17540@smallexample
17541 -symbol-list-types
17542@end smallexample
17543
17544List all the type names.
17545
17546@subsubheading @value{GDBN} Command
17547
17548The corresponding commands are @samp{info types} in @value{GDBN},
17549@samp{gdb_search} in @code{gdbtk}.
17550
17551@subsubheading Example
17552N.A.
17553
17554
17555@subheading The @code{-symbol-list-variables} Command
17556@findex -symbol-list-variables
17557
17558@subsubheading Synopsis
17559
17560@smallexample
17561 -symbol-list-variables
17562@end smallexample
17563
17564List all the global and static variable names.
17565
17566@subsubheading @value{GDBN} Command
17567
17568@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
17569
17570@subsubheading Example
17571N.A.
17572
17573
17574@subheading The @code{-symbol-locate} Command
17575@findex -symbol-locate
17576
17577@subsubheading Synopsis
17578
17579@smallexample
17580 -symbol-locate
17581@end smallexample
17582
17583@subsubheading @value{GDBN} Command
17584
17585@samp{gdb_loc} in @code{gdbtk}.
17586
17587@subsubheading Example
17588N.A.
17589
17590
17591@subheading The @code{-symbol-type} Command
17592@findex -symbol-type
17593
17594@subsubheading Synopsis
17595
17596@smallexample
17597 -symbol-type @var{variable}
17598@end smallexample
17599
17600Show type of @var{variable}.
17601
17602@subsubheading @value{GDBN} Command
17603
17604The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
17605@samp{gdb_obj_variable}.
17606
17607@subsubheading Example
17608N.A.
17609
17610
17611@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17612@node GDB/MI Target Manipulation
17613@section @sc{gdb/mi} Target Manipulation Commands
17614
17615
17616@subheading The @code{-target-attach} Command
17617@findex -target-attach
17618
17619@subsubheading Synopsis
17620
17621@smallexample
17622 -target-attach @var{pid} | @var{file}
17623@end smallexample
17624
17625Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
17626
17627@subsubheading @value{GDBN} command
17628
17629The corresponding @value{GDBN} command is @samp{attach}.
17630
17631@subsubheading Example
17632N.A.
17633
17634
17635@subheading The @code{-target-compare-sections} Command
17636@findex -target-compare-sections
17637
17638@subsubheading Synopsis
17639
17640@smallexample
17641 -target-compare-sections [ @var{section} ]
17642@end smallexample
17643
17644Compare data of section @var{section} on target to the exec file.
17645Without the argument, all sections are compared.
17646
17647@subsubheading @value{GDBN} Command
17648
17649The @value{GDBN} equivalent is @samp{compare-sections}.
17650
17651@subsubheading Example
17652N.A.
17653
17654
17655@subheading The @code{-target-detach} Command
17656@findex -target-detach
17657
17658@subsubheading Synopsis
17659
17660@smallexample
17661 -target-detach
17662@end smallexample
17663
17664Disconnect from the remote target. There's no output.
17665
17666@subsubheading @value{GDBN} command
17667
17668The corresponding @value{GDBN} command is @samp{detach}.
17669
17670@subsubheading Example
17671
17672@smallexample
17673(@value{GDBP})
17674-target-detach
17675^done
17676(@value{GDBP})
17677@end smallexample
17678
17679
07f31aa6
DJ
17680@subheading The @code{-target-disconnect} Command
17681@findex -target-disconnect
17682
17683@subsubheading Synopsis
17684
17685@example
17686 -target-disconnect
17687@end example
17688
17689Disconnect from the remote target. There's no output.
17690
17691@subsubheading @value{GDBN} command
17692
17693The corresponding @value{GDBN} command is @samp{disconnect}.
17694
17695@subsubheading Example
17696
17697@smallexample
17698(@value{GDBP})
17699-target-disconnect
17700^done
17701(@value{GDBP})
17702@end smallexample
17703
17704
922fbb7b
AC
17705@subheading The @code{-target-download} Command
17706@findex -target-download
17707
17708@subsubheading Synopsis
17709
17710@smallexample
17711 -target-download
17712@end smallexample
17713
17714Loads the executable onto the remote target.
17715It prints out an update message every half second, which includes the fields:
17716
17717@table @samp
17718@item section
17719The name of the section.
17720@item section-sent
17721The size of what has been sent so far for that section.
17722@item section-size
17723The size of the section.
17724@item total-sent
17725The total size of what was sent so far (the current and the previous sections).
17726@item total-size
17727The size of the overall executable to download.
17728@end table
17729
17730@noindent
17731Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
17732@sc{gdb/mi} Output Syntax}).
17733
17734In addition, it prints the name and size of the sections, as they are
17735downloaded. These messages include the following fields:
17736
17737@table @samp
17738@item section
17739The name of the section.
17740@item section-size
17741The size of the section.
17742@item total-size
17743The size of the overall executable to download.
17744@end table
17745
17746@noindent
17747At the end, a summary is printed.
17748
17749@subsubheading @value{GDBN} Command
17750
17751The corresponding @value{GDBN} command is @samp{load}.
17752
17753@subsubheading Example
17754
17755Note: each status message appears on a single line. Here the messages
17756have been broken down so that they can fit onto a page.
17757
17758@smallexample
17759(@value{GDBP})
17760-target-download
17761+download,@{section=".text",section-size="6668",total-size="9880"@}
17762+download,@{section=".text",section-sent="512",section-size="6668",
17763total-sent="512",total-size="9880"@}
17764+download,@{section=".text",section-sent="1024",section-size="6668",
17765total-sent="1024",total-size="9880"@}
17766+download,@{section=".text",section-sent="1536",section-size="6668",
17767total-sent="1536",total-size="9880"@}
17768+download,@{section=".text",section-sent="2048",section-size="6668",
17769total-sent="2048",total-size="9880"@}
17770+download,@{section=".text",section-sent="2560",section-size="6668",
17771total-sent="2560",total-size="9880"@}
17772+download,@{section=".text",section-sent="3072",section-size="6668",
17773total-sent="3072",total-size="9880"@}
17774+download,@{section=".text",section-sent="3584",section-size="6668",
17775total-sent="3584",total-size="9880"@}
17776+download,@{section=".text",section-sent="4096",section-size="6668",
17777total-sent="4096",total-size="9880"@}
17778+download,@{section=".text",section-sent="4608",section-size="6668",
17779total-sent="4608",total-size="9880"@}
17780+download,@{section=".text",section-sent="5120",section-size="6668",
17781total-sent="5120",total-size="9880"@}
17782+download,@{section=".text",section-sent="5632",section-size="6668",
17783total-sent="5632",total-size="9880"@}
17784+download,@{section=".text",section-sent="6144",section-size="6668",
17785total-sent="6144",total-size="9880"@}
17786+download,@{section=".text",section-sent="6656",section-size="6668",
17787total-sent="6656",total-size="9880"@}
17788+download,@{section=".init",section-size="28",total-size="9880"@}
17789+download,@{section=".fini",section-size="28",total-size="9880"@}
17790+download,@{section=".data",section-size="3156",total-size="9880"@}
17791+download,@{section=".data",section-sent="512",section-size="3156",
17792total-sent="7236",total-size="9880"@}
17793+download,@{section=".data",section-sent="1024",section-size="3156",
17794total-sent="7748",total-size="9880"@}
17795+download,@{section=".data",section-sent="1536",section-size="3156",
17796total-sent="8260",total-size="9880"@}
17797+download,@{section=".data",section-sent="2048",section-size="3156",
17798total-sent="8772",total-size="9880"@}
17799+download,@{section=".data",section-sent="2560",section-size="3156",
17800total-sent="9284",total-size="9880"@}
17801+download,@{section=".data",section-sent="3072",section-size="3156",
17802total-sent="9796",total-size="9880"@}
17803^done,address="0x10004",load-size="9880",transfer-rate="6586",
17804write-rate="429"
17805(@value{GDBP})
17806@end smallexample
17807
17808
17809@subheading The @code{-target-exec-status} Command
17810@findex -target-exec-status
17811
17812@subsubheading Synopsis
17813
17814@smallexample
17815 -target-exec-status
17816@end smallexample
17817
17818Provide information on the state of the target (whether it is running or
17819not, for instance).
17820
17821@subsubheading @value{GDBN} Command
17822
17823There's no equivalent @value{GDBN} command.
17824
17825@subsubheading Example
17826N.A.
17827
17828
17829@subheading The @code{-target-list-available-targets} Command
17830@findex -target-list-available-targets
17831
17832@subsubheading Synopsis
17833
17834@smallexample
17835 -target-list-available-targets
17836@end smallexample
17837
17838List the possible targets to connect to.
17839
17840@subsubheading @value{GDBN} Command
17841
17842The corresponding @value{GDBN} command is @samp{help target}.
17843
17844@subsubheading Example
17845N.A.
17846
17847
17848@subheading The @code{-target-list-current-targets} Command
17849@findex -target-list-current-targets
17850
17851@subsubheading Synopsis
17852
17853@smallexample
17854 -target-list-current-targets
17855@end smallexample
17856
17857Describe the current target.
17858
17859@subsubheading @value{GDBN} Command
17860
17861The corresponding information is printed by @samp{info file} (among
17862other things).
17863
17864@subsubheading Example
17865N.A.
17866
17867
17868@subheading The @code{-target-list-parameters} Command
17869@findex -target-list-parameters
17870
17871@subsubheading Synopsis
17872
17873@smallexample
17874 -target-list-parameters
17875@end smallexample
17876
17877@c ????
17878
17879@subsubheading @value{GDBN} Command
17880
17881No equivalent.
17882
17883@subsubheading Example
17884N.A.
17885
17886
17887@subheading The @code{-target-select} Command
17888@findex -target-select
17889
17890@subsubheading Synopsis
17891
17892@smallexample
17893 -target-select @var{type} @var{parameters @dots{}}
17894@end smallexample
17895
17896Connect @value{GDBN} to the remote target. This command takes two args:
17897
17898@table @samp
17899@item @var{type}
17900The type of target, for instance @samp{async}, @samp{remote}, etc.
17901@item @var{parameters}
17902Device names, host names and the like. @xref{Target Commands, ,
17903Commands for managing targets}, for more details.
17904@end table
17905
17906The output is a connection notification, followed by the address at
17907which the target program is, in the following form:
17908
17909@smallexample
17910^connected,addr="@var{address}",func="@var{function name}",
17911 args=[@var{arg list}]
17912@end smallexample
17913
17914@subsubheading @value{GDBN} Command
17915
17916The corresponding @value{GDBN} command is @samp{target}.
17917
17918@subsubheading Example
17919
17920@smallexample
17921(@value{GDBP})
17922-target-select async /dev/ttya
17923^connected,addr="0xfe00a300",func="??",args=[]
17924(@value{GDBP})
17925@end smallexample
17926
17927@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17928@node GDB/MI Thread Commands
17929@section @sc{gdb/mi} Thread Commands
17930
17931
17932@subheading The @code{-thread-info} Command
17933@findex -thread-info
17934
17935@subsubheading Synopsis
17936
17937@smallexample
17938 -thread-info
17939@end smallexample
17940
17941@subsubheading @value{GDBN} command
17942
17943No equivalent.
17944
17945@subsubheading Example
17946N.A.
17947
17948
17949@subheading The @code{-thread-list-all-threads} Command
17950@findex -thread-list-all-threads
17951
17952@subsubheading Synopsis
17953
17954@smallexample
17955 -thread-list-all-threads
17956@end smallexample
17957
17958@subsubheading @value{GDBN} Command
17959
17960The equivalent @value{GDBN} command is @samp{info threads}.
17961
17962@subsubheading Example
17963N.A.
17964
17965
17966@subheading The @code{-thread-list-ids} Command
17967@findex -thread-list-ids
17968
17969@subsubheading Synopsis
17970
17971@smallexample
17972 -thread-list-ids
17973@end smallexample
17974
17975Produces a list of the currently known @value{GDBN} thread ids. At the
17976end of the list it also prints the total number of such threads.
17977
17978@subsubheading @value{GDBN} Command
17979
17980Part of @samp{info threads} supplies the same information.
17981
17982@subsubheading Example
17983
17984No threads present, besides the main process:
17985
17986@smallexample
17987(@value{GDBP})
17988-thread-list-ids
17989^done,thread-ids=@{@},number-of-threads="0"
17990(@value{GDBP})
17991@end smallexample
17992
17993
17994Several threads:
17995
17996@smallexample
17997(@value{GDBP})
17998-thread-list-ids
17999^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
18000number-of-threads="3"
18001(@value{GDBP})
18002@end smallexample
18003
18004
18005@subheading The @code{-thread-select} Command
18006@findex -thread-select
18007
18008@subsubheading Synopsis
18009
18010@smallexample
18011 -thread-select @var{threadnum}
18012@end smallexample
18013
18014Make @var{threadnum} the current thread. It prints the number of the new
18015current thread, and the topmost frame for that thread.
18016
18017@subsubheading @value{GDBN} Command
18018
18019The corresponding @value{GDBN} command is @samp{thread}.
18020
18021@subsubheading Example
18022
18023@smallexample
18024(@value{GDBP})
18025-exec-next
18026^running
18027(@value{GDBP})
18028*stopped,reason="end-stepping-range",thread-id="2",line="187",
18029file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
18030(@value{GDBP})
18031-thread-list-ids
18032^done,
18033thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
18034number-of-threads="3"
18035(@value{GDBP})
18036-thread-select 3
18037^done,new-thread-id="3",
18038frame=@{level="0",func="vprintf",
18039args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
18040@{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
18041(@value{GDBP})
18042@end smallexample
18043
18044@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18045@node GDB/MI Tracepoint Commands
18046@section @sc{gdb/mi} Tracepoint Commands
18047
18048The tracepoint commands are not yet implemented.
18049
18050@c @subheading -trace-actions
18051
18052@c @subheading -trace-delete
18053
18054@c @subheading -trace-disable
18055
18056@c @subheading -trace-dump
18057
18058@c @subheading -trace-enable
18059
18060@c @subheading -trace-exists
18061
18062@c @subheading -trace-find
18063
18064@c @subheading -trace-frame-number
18065
18066@c @subheading -trace-info
18067
18068@c @subheading -trace-insert
18069
18070@c @subheading -trace-list
18071
18072@c @subheading -trace-pass-count
18073
18074@c @subheading -trace-save
18075
18076@c @subheading -trace-start
18077
18078@c @subheading -trace-stop
18079
18080
18081@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18082@node GDB/MI Variable Objects
18083@section @sc{gdb/mi} Variable Objects
18084
18085
18086@subheading Motivation for Variable Objects in @sc{gdb/mi}
18087
18088For the implementation of a variable debugger window (locals, watched
18089expressions, etc.), we are proposing the adaptation of the existing code
18090used by @code{Insight}.
18091
18092The two main reasons for that are:
18093
18094@enumerate 1
18095@item
18096It has been proven in practice (it is already on its second generation).
18097
18098@item
18099It will shorten development time (needless to say how important it is
18100now).
18101@end enumerate
18102
18103The original interface was designed to be used by Tcl code, so it was
18104slightly changed so it could be used through @sc{gdb/mi}. This section
18105describes the @sc{gdb/mi} operations that will be available and gives some
18106hints about their use.
18107
18108@emph{Note}: In addition to the set of operations described here, we
18109expect the @sc{gui} implementation of a variable window to require, at
18110least, the following operations:
18111
18112@itemize @bullet
18113@item @code{-gdb-show} @code{output-radix}
18114@item @code{-stack-list-arguments}
18115@item @code{-stack-list-locals}
18116@item @code{-stack-select-frame}
18117@end itemize
18118
18119@subheading Introduction to Variable Objects in @sc{gdb/mi}
18120
18121@cindex variable objects in @sc{gdb/mi}
18122The basic idea behind variable objects is the creation of a named object
18123to represent a variable, an expression, a memory location or even a CPU
18124register. For each object created, a set of operations is available for
18125examining or changing its properties.
18126
18127Furthermore, complex data types, such as C structures, are represented
18128in a tree format. For instance, the @code{struct} type variable is the
18129root and the children will represent the struct members. If a child
18130is itself of a complex type, it will also have children of its own.
18131Appropriate language differences are handled for C, C@t{++} and Java.
18132
18133When returning the actual values of the objects, this facility allows
18134for the individual selection of the display format used in the result
18135creation. It can be chosen among: binary, decimal, hexadecimal, octal
18136and natural. Natural refers to a default format automatically
18137chosen based on the variable type (like decimal for an @code{int}, hex
18138for pointers, etc.).
18139
18140The following is the complete set of @sc{gdb/mi} operations defined to
18141access this functionality:
18142
18143@multitable @columnfractions .4 .6
18144@item @strong{Operation}
18145@tab @strong{Description}
18146
18147@item @code{-var-create}
18148@tab create a variable object
18149@item @code{-var-delete}
18150@tab delete the variable object and its children
18151@item @code{-var-set-format}
18152@tab set the display format of this variable
18153@item @code{-var-show-format}
18154@tab show the display format of this variable
18155@item @code{-var-info-num-children}
18156@tab tells how many children this object has
18157@item @code{-var-list-children}
18158@tab return a list of the object's children
18159@item @code{-var-info-type}
18160@tab show the type of this variable object
18161@item @code{-var-info-expression}
18162@tab print what this variable object represents
18163@item @code{-var-show-attributes}
18164@tab is this variable editable? does it exist here?
18165@item @code{-var-evaluate-expression}
18166@tab get the value of this variable
18167@item @code{-var-assign}
18168@tab set the value of this variable
18169@item @code{-var-update}
18170@tab update the variable and its children
18171@end multitable
18172
18173In the next subsection we describe each operation in detail and suggest
18174how it can be used.
18175
18176@subheading Description And Use of Operations on Variable Objects
18177
18178@subheading The @code{-var-create} Command
18179@findex -var-create
18180
18181@subsubheading Synopsis
18182
18183@smallexample
18184 -var-create @{@var{name} | "-"@}
18185 @{@var{frame-addr} | "*"@} @var{expression}
18186@end smallexample
18187
18188This operation creates a variable object, which allows the monitoring of
18189a variable, the result of an expression, a memory cell or a CPU
18190register.
18191
18192The @var{name} parameter is the string by which the object can be
18193referenced. It must be unique. If @samp{-} is specified, the varobj
18194system will generate a string ``varNNNNNN'' automatically. It will be
18195unique provided that one does not specify @var{name} on that format.
18196The command fails if a duplicate name is found.
18197
18198The frame under which the expression should be evaluated can be
18199specified by @var{frame-addr}. A @samp{*} indicates that the current
18200frame should be used.
18201
18202@var{expression} is any expression valid on the current language set (must not
18203begin with a @samp{*}), or one of the following:
18204
18205@itemize @bullet
18206@item
18207@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
18208
18209@item
18210@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
18211
18212@item
18213@samp{$@var{regname}} --- a CPU register name
18214@end itemize
18215
18216@subsubheading Result
18217
18218This operation returns the name, number of children and the type of the
18219object created. Type is returned as a string as the ones generated by
18220the @value{GDBN} CLI:
18221
18222@smallexample
18223 name="@var{name}",numchild="N",type="@var{type}"
18224@end smallexample
18225
18226
18227@subheading The @code{-var-delete} Command
18228@findex -var-delete
18229
18230@subsubheading Synopsis
18231
18232@smallexample
18233 -var-delete @var{name}
18234@end smallexample
18235
18236Deletes a previously created variable object and all of its children.
18237
18238Returns an error if the object @var{name} is not found.
18239
18240
18241@subheading The @code{-var-set-format} Command
18242@findex -var-set-format
18243
18244@subsubheading Synopsis
18245
18246@smallexample
18247 -var-set-format @var{name} @var{format-spec}
18248@end smallexample
18249
18250Sets the output format for the value of the object @var{name} to be
18251@var{format-spec}.
18252
18253The syntax for the @var{format-spec} is as follows:
18254
18255@smallexample
18256 @var{format-spec} @expansion{}
18257 @{binary | decimal | hexadecimal | octal | natural@}
18258@end smallexample
18259
18260
18261@subheading The @code{-var-show-format} Command
18262@findex -var-show-format
18263
18264@subsubheading Synopsis
18265
18266@smallexample
18267 -var-show-format @var{name}
18268@end smallexample
18269
18270Returns the format used to display the value of the object @var{name}.
18271
18272@smallexample
18273 @var{format} @expansion{}
18274 @var{format-spec}
18275@end smallexample
18276
18277
18278@subheading The @code{-var-info-num-children} Command
18279@findex -var-info-num-children
18280
18281@subsubheading Synopsis
18282
18283@smallexample
18284 -var-info-num-children @var{name}
18285@end smallexample
18286
18287Returns the number of children of a variable object @var{name}:
18288
18289@smallexample
18290 numchild=@var{n}
18291@end smallexample
18292
18293
18294@subheading The @code{-var-list-children} Command
18295@findex -var-list-children
18296
18297@subsubheading Synopsis
18298
18299@smallexample
bc8ced35 18300 -var-list-children [@var{print-values}] @var{name}
922fbb7b
AC
18301@end smallexample
18302
bc8ced35
NR
18303Returns a list of the children of the specified variable object. With
18304just the variable object name as an argument or with an optional
18305preceding argument of 0 or @code{--no-values}, prints only the names of the
18306variables. With an optional preceding argument of 1 or @code{--all-values},
18307also prints their values.
18308
18309@subsubheading Example
922fbb7b
AC
18310
18311@smallexample
bc8ced35
NR
18312(@value{GDBP})
18313 -var-list-children n
922fbb7b
AC
18314 numchild=@var{n},children=[@{name=@var{name},
18315 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
bc8ced35
NR
18316(@value{GDBP})
18317 -var-list-children --all-values n
18318 numchild=@var{n},children=[@{name=@var{name},
18319 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
922fbb7b
AC
18320@end smallexample
18321
18322
18323@subheading The @code{-var-info-type} Command
18324@findex -var-info-type
18325
18326@subsubheading Synopsis
18327
18328@smallexample
18329 -var-info-type @var{name}
18330@end smallexample
18331
18332Returns the type of the specified variable @var{name}. The type is
18333returned as a string in the same format as it is output by the
18334@value{GDBN} CLI:
18335
18336@smallexample
18337 type=@var{typename}
18338@end smallexample
18339
18340
18341@subheading The @code{-var-info-expression} Command
18342@findex -var-info-expression
18343
18344@subsubheading Synopsis
18345
18346@smallexample
18347 -var-info-expression @var{name}
18348@end smallexample
18349
18350Returns what is represented by the variable object @var{name}:
18351
18352@smallexample
18353 lang=@var{lang-spec},exp=@var{expression}
18354@end smallexample
18355
18356@noindent
18357where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
18358
18359@subheading The @code{-var-show-attributes} Command
18360@findex -var-show-attributes
18361
18362@subsubheading Synopsis
18363
18364@smallexample
18365 -var-show-attributes @var{name}
18366@end smallexample
18367
18368List attributes of the specified variable object @var{name}:
18369
18370@smallexample
18371 status=@var{attr} [ ( ,@var{attr} )* ]
18372@end smallexample
18373
18374@noindent
18375where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
18376
18377@subheading The @code{-var-evaluate-expression} Command
18378@findex -var-evaluate-expression
18379
18380@subsubheading Synopsis
18381
18382@smallexample
18383 -var-evaluate-expression @var{name}
18384@end smallexample
18385
18386Evaluates the expression that is represented by the specified variable
18387object and returns its value as a string in the current format specified
18388for the object:
18389
18390@smallexample
18391 value=@var{value}
18392@end smallexample
18393
18394Note that one must invoke @code{-var-list-children} for a variable
18395before the value of a child variable can be evaluated.
18396
18397@subheading The @code{-var-assign} Command
18398@findex -var-assign
18399
18400@subsubheading Synopsis
18401
18402@smallexample
18403 -var-assign @var{name} @var{expression}
18404@end smallexample
18405
18406Assigns the value of @var{expression} to the variable object specified
18407by @var{name}. The object must be @samp{editable}. If the variable's
b383017d 18408value is altered by the assign, the variable will show up in any
922fbb7b
AC
18409subsequent @code{-var-update} list.
18410
18411@subsubheading Example
18412
18413@smallexample
18414(@value{GDBP})
18415-var-assign var1 3
18416^done,value="3"
18417(@value{GDBP})
18418-var-update *
18419^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
18420(@value{GDBP})
18421@end smallexample
18422
18423@subheading The @code{-var-update} Command
18424@findex -var-update
18425
18426@subsubheading Synopsis
18427
18428@smallexample
18429 -var-update @{@var{name} | "*"@}
18430@end smallexample
18431
18432Update the value of the variable object @var{name} by evaluating its
18433expression after fetching all the new values from memory or registers.
18434A @samp{*} causes all existing variable objects to be updated.
18435
18436
18437@node Annotations
18438@chapter @value{GDBN} Annotations
18439
086432e2
AC
18440This chapter describes annotations in @value{GDBN}. Annotations were
18441designed to interface @value{GDBN} to graphical user interfaces or other
18442similar programs which want to interact with @value{GDBN} at a
922fbb7b
AC
18443relatively high level.
18444
086432e2
AC
18445The annotation mechanism has largely been superseeded by @sc{gdb/mi}
18446(@pxref{GDB/MI}).
18447
922fbb7b
AC
18448@ignore
18449This is Edition @value{EDITION}, @value{DATE}.
18450@end ignore
18451
18452@menu
18453* Annotations Overview:: What annotations are; the general syntax.
18454* Server Prefix:: Issuing a command without affecting user state.
922fbb7b
AC
18455* Prompting:: Annotations marking @value{GDBN}'s need for input.
18456* Errors:: Annotations for error messages.
922fbb7b
AC
18457* Invalidation:: Some annotations describe things now invalid.
18458* Annotations for Running::
18459 Whether the program is running, how it stopped, etc.
18460* Source Annotations:: Annotations describing source code.
922fbb7b
AC
18461@end menu
18462
18463@node Annotations Overview
18464@section What is an Annotation?
18465@cindex annotations
18466
922fbb7b
AC
18467Annotations start with a newline character, two @samp{control-z}
18468characters, and the name of the annotation. If there is no additional
18469information associated with this annotation, the name of the annotation
18470is followed immediately by a newline. If there is additional
18471information, the name of the annotation is followed by a space, the
18472additional information, and a newline. The additional information
18473cannot contain newline characters.
18474
18475Any output not beginning with a newline and two @samp{control-z}
18476characters denotes literal output from @value{GDBN}. Currently there is
18477no need for @value{GDBN} to output a newline followed by two
18478@samp{control-z} characters, but if there was such a need, the
18479annotations could be extended with an @samp{escape} annotation which
18480means those three characters as output.
18481
086432e2
AC
18482The annotation @var{level}, which is specified using the
18483@option{--annotate} command line option (@pxref{Mode Options}), controls
18484how much information @value{GDBN} prints together with its prompt,
18485values of expressions, source lines, and other types of output. Level 0
18486is for no anntations, level 1 is for use when @value{GDBN} is run as a
18487subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
18488for programs that control @value{GDBN}, and level 2 annotations have
18489been made obsolete (@pxref{Limitations, , Limitations of the Annotation
18490Interface, annotate, GDB's Obsolete Annotations}). This chapter
18491describes level 3 annotations.
18492
922fbb7b
AC
18493A simple example of starting up @value{GDBN} with annotations is:
18494
18495@smallexample
086432e2
AC
18496$ @kbd{gdb --annotate=3}
18497GNU gdb 6.0
18498Copyright 2003 Free Software Foundation, Inc.
922fbb7b
AC
18499GDB is free software, covered by the GNU General Public License,
18500and you are welcome to change it and/or distribute copies of it
18501under certain conditions.
18502Type "show copying" to see the conditions.
18503There is absolutely no warranty for GDB. Type "show warranty"
18504for details.
086432e2 18505This GDB was configured as "i386-pc-linux-gnu"
922fbb7b
AC
18506
18507^Z^Zpre-prompt
b383017d 18508(gdb)
922fbb7b 18509^Z^Zprompt
086432e2 18510@kbd{quit}
922fbb7b
AC
18511
18512^Z^Zpost-prompt
b383017d 18513$
922fbb7b
AC
18514@end smallexample
18515
18516Here @samp{quit} is input to @value{GDBN}; the rest is output from
18517@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
18518denotes a @samp{control-z} character) are annotations; the rest is
18519output from @value{GDBN}.
18520
18521@node Server Prefix
18522@section The Server Prefix
18523@cindex server prefix for annotations
18524
18525To issue a command to @value{GDBN} without affecting certain aspects of
18526the state which is seen by users, prefix it with @samp{server }. This
18527means that this command will not affect the command history, nor will it
18528affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
18529pressed on a line by itself.
18530
18531The server prefix does not affect the recording of values into the value
18532history; to print a value without recording it into the value history,
18533use the @code{output} command instead of the @code{print} command.
18534
922fbb7b
AC
18535@node Prompting
18536@section Annotation for @value{GDBN} Input
18537
18538@cindex annotations for prompts
18539When @value{GDBN} prompts for input, it annotates this fact so it is possible
18540to know when to send output, when the output from a given command is
18541over, etc.
18542
18543Different kinds of input each have a different @dfn{input type}. Each
18544input type has three annotations: a @code{pre-} annotation, which
18545denotes the beginning of any prompt which is being output, a plain
18546annotation, which denotes the end of the prompt, and then a @code{post-}
18547annotation which denotes the end of any echo which may (or may not) be
18548associated with the input. For example, the @code{prompt} input type
18549features the following annotations:
18550
18551@smallexample
18552^Z^Zpre-prompt
18553^Z^Zprompt
18554^Z^Zpost-prompt
18555@end smallexample
18556
18557The input types are
18558
18559@table @code
18560@findex pre-prompt
18561@findex prompt
18562@findex post-prompt
18563@item prompt
18564When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
18565
18566@findex pre-commands
18567@findex commands
18568@findex post-commands
18569@item commands
18570When @value{GDBN} prompts for a set of commands, like in the @code{commands}
18571command. The annotations are repeated for each command which is input.
18572
18573@findex pre-overload-choice
18574@findex overload-choice
18575@findex post-overload-choice
18576@item overload-choice
18577When @value{GDBN} wants the user to select between various overloaded functions.
18578
18579@findex pre-query
18580@findex query
18581@findex post-query
18582@item query
18583When @value{GDBN} wants the user to confirm a potentially dangerous operation.
18584
18585@findex pre-prompt-for-continue
18586@findex prompt-for-continue
18587@findex post-prompt-for-continue
18588@item prompt-for-continue
18589When @value{GDBN} is asking the user to press return to continue. Note: Don't
18590expect this to work well; instead use @code{set height 0} to disable
18591prompting. This is because the counting of lines is buggy in the
18592presence of annotations.
18593@end table
18594
18595@node Errors
18596@section Errors
18597@cindex annotations for errors, warnings and interrupts
18598
18599@findex quit
18600@smallexample
18601^Z^Zquit
18602@end smallexample
18603
18604This annotation occurs right before @value{GDBN} responds to an interrupt.
18605
18606@findex error
18607@smallexample
18608^Z^Zerror
18609@end smallexample
18610
18611This annotation occurs right before @value{GDBN} responds to an error.
18612
18613Quit and error annotations indicate that any annotations which @value{GDBN} was
18614in the middle of may end abruptly. For example, if a
18615@code{value-history-begin} annotation is followed by a @code{error}, one
18616cannot expect to receive the matching @code{value-history-end}. One
18617cannot expect not to receive it either, however; an error annotation
18618does not necessarily mean that @value{GDBN} is immediately returning all the way
18619to the top level.
18620
18621@findex error-begin
18622A quit or error annotation may be preceded by
18623
18624@smallexample
18625^Z^Zerror-begin
18626@end smallexample
18627
18628Any output between that and the quit or error annotation is the error
18629message.
18630
18631Warning messages are not yet annotated.
18632@c If we want to change that, need to fix warning(), type_error(),
18633@c range_error(), and possibly other places.
18634
922fbb7b
AC
18635@node Invalidation
18636@section Invalidation Notices
18637
18638@cindex annotations for invalidation messages
18639The following annotations say that certain pieces of state may have
18640changed.
18641
18642@table @code
18643@findex frames-invalid
18644@item ^Z^Zframes-invalid
18645
18646The frames (for example, output from the @code{backtrace} command) may
18647have changed.
18648
18649@findex breakpoints-invalid
18650@item ^Z^Zbreakpoints-invalid
18651
18652The breakpoints may have changed. For example, the user just added or
18653deleted a breakpoint.
18654@end table
18655
18656@node Annotations for Running
18657@section Running the Program
18658@cindex annotations for running programs
18659
18660@findex starting
18661@findex stopping
18662When the program starts executing due to a @value{GDBN} command such as
b383017d 18663@code{step} or @code{continue},
922fbb7b
AC
18664
18665@smallexample
18666^Z^Zstarting
18667@end smallexample
18668
b383017d 18669is output. When the program stops,
922fbb7b
AC
18670
18671@smallexample
18672^Z^Zstopped
18673@end smallexample
18674
18675is output. Before the @code{stopped} annotation, a variety of
18676annotations describe how the program stopped.
18677
18678@table @code
18679@findex exited
18680@item ^Z^Zexited @var{exit-status}
18681The program exited, and @var{exit-status} is the exit status (zero for
18682successful exit, otherwise nonzero).
18683
18684@findex signalled
18685@findex signal-name
18686@findex signal-name-end
18687@findex signal-string
18688@findex signal-string-end
18689@item ^Z^Zsignalled
18690The program exited with a signal. After the @code{^Z^Zsignalled}, the
18691annotation continues:
18692
18693@smallexample
18694@var{intro-text}
18695^Z^Zsignal-name
18696@var{name}
18697^Z^Zsignal-name-end
18698@var{middle-text}
18699^Z^Zsignal-string
18700@var{string}
18701^Z^Zsignal-string-end
18702@var{end-text}
18703@end smallexample
18704
18705@noindent
18706where @var{name} is the name of the signal, such as @code{SIGILL} or
18707@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
18708as @code{Illegal Instruction} or @code{Segmentation fault}.
18709@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
18710user's benefit and have no particular format.
18711
18712@findex signal
18713@item ^Z^Zsignal
18714The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
18715just saying that the program received the signal, not that it was
18716terminated with it.
18717
18718@findex breakpoint
18719@item ^Z^Zbreakpoint @var{number}
18720The program hit breakpoint number @var{number}.
18721
18722@findex watchpoint
18723@item ^Z^Zwatchpoint @var{number}
18724The program hit watchpoint number @var{number}.
18725@end table
18726
18727@node Source Annotations
18728@section Displaying Source
18729@cindex annotations for source display
18730
18731@findex source
18732The following annotation is used instead of displaying source code:
18733
18734@smallexample
18735^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
18736@end smallexample
18737
18738where @var{filename} is an absolute file name indicating which source
18739file, @var{line} is the line number within that file (where 1 is the
18740first line in the file), @var{character} is the character position
18741within the file (where 0 is the first character in the file) (for most
18742debug formats this will necessarily point to the beginning of a line),
18743@var{middle} is @samp{middle} if @var{addr} is in the middle of the
18744line, or @samp{beg} if @var{addr} is at the beginning of the line, and
18745@var{addr} is the address in the target program associated with the
18746source which is being displayed. @var{addr} is in the form @samp{0x}
18747followed by one or more lowercase hex digits (note that this does not
18748depend on the language).
18749
8e04817f
AC
18750@node GDB Bugs
18751@chapter Reporting Bugs in @value{GDBN}
18752@cindex bugs in @value{GDBN}
18753@cindex reporting bugs in @value{GDBN}
c906108c 18754
8e04817f 18755Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 18756
8e04817f
AC
18757Reporting a bug may help you by bringing a solution to your problem, or it
18758may not. But in any case the principal function of a bug report is to help
18759the entire community by making the next version of @value{GDBN} work better. Bug
18760reports are your contribution to the maintenance of @value{GDBN}.
c906108c 18761
8e04817f
AC
18762In order for a bug report to serve its purpose, you must include the
18763information that enables us to fix the bug.
c4555f82
SC
18764
18765@menu
8e04817f
AC
18766* Bug Criteria:: Have you found a bug?
18767* Bug Reporting:: How to report bugs
c4555f82
SC
18768@end menu
18769
8e04817f
AC
18770@node Bug Criteria
18771@section Have you found a bug?
18772@cindex bug criteria
c4555f82 18773
8e04817f 18774If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
18775
18776@itemize @bullet
8e04817f
AC
18777@cindex fatal signal
18778@cindex debugger crash
18779@cindex crash of debugger
c4555f82 18780@item
8e04817f
AC
18781If the debugger gets a fatal signal, for any input whatever, that is a
18782@value{GDBN} bug. Reliable debuggers never crash.
18783
18784@cindex error on valid input
18785@item
18786If @value{GDBN} produces an error message for valid input, that is a
18787bug. (Note that if you're cross debugging, the problem may also be
18788somewhere in the connection to the target.)
c4555f82 18789
8e04817f 18790@cindex invalid input
c4555f82 18791@item
8e04817f
AC
18792If @value{GDBN} does not produce an error message for invalid input,
18793that is a bug. However, you should note that your idea of
18794``invalid input'' might be our idea of ``an extension'' or ``support
18795for traditional practice''.
18796
18797@item
18798If you are an experienced user of debugging tools, your suggestions
18799for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
18800@end itemize
18801
8e04817f
AC
18802@node Bug Reporting
18803@section How to report bugs
18804@cindex bug reports
18805@cindex @value{GDBN} bugs, reporting
18806
18807A number of companies and individuals offer support for @sc{gnu} products.
18808If you obtained @value{GDBN} from a support organization, we recommend you
18809contact that organization first.
18810
18811You can find contact information for many support companies and
18812individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
18813distribution.
18814@c should add a web page ref...
18815
129188f6
AC
18816In any event, we also recommend that you submit bug reports for
18817@value{GDBN}. The prefered method is to submit them directly using
18818@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
18819page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
18820be used.
8e04817f
AC
18821
18822@strong{Do not send bug reports to @samp{info-gdb}, or to
18823@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
18824not want to receive bug reports. Those that do have arranged to receive
18825@samp{bug-gdb}.
18826
18827The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
18828serves as a repeater. The mailing list and the newsgroup carry exactly
18829the same messages. Often people think of posting bug reports to the
18830newsgroup instead of mailing them. This appears to work, but it has one
18831problem which can be crucial: a newsgroup posting often lacks a mail
18832path back to the sender. Thus, if we need to ask for more information,
18833we may be unable to reach you. For this reason, it is better to send
18834bug reports to the mailing list.
c4555f82 18835
8e04817f
AC
18836The fundamental principle of reporting bugs usefully is this:
18837@strong{report all the facts}. If you are not sure whether to state a
18838fact or leave it out, state it!
c4555f82 18839
8e04817f
AC
18840Often people omit facts because they think they know what causes the
18841problem and assume that some details do not matter. Thus, you might
18842assume that the name of the variable you use in an example does not matter.
18843Well, probably it does not, but one cannot be sure. Perhaps the bug is a
18844stray memory reference which happens to fetch from the location where that
18845name is stored in memory; perhaps, if the name were different, the contents
18846of that location would fool the debugger into doing the right thing despite
18847the bug. Play it safe and give a specific, complete example. That is the
18848easiest thing for you to do, and the most helpful.
c4555f82 18849
8e04817f
AC
18850Keep in mind that the purpose of a bug report is to enable us to fix the
18851bug. It may be that the bug has been reported previously, but neither
18852you nor we can know that unless your bug report is complete and
18853self-contained.
c4555f82 18854
8e04817f
AC
18855Sometimes people give a few sketchy facts and ask, ``Does this ring a
18856bell?'' Those bug reports are useless, and we urge everyone to
18857@emph{refuse to respond to them} except to chide the sender to report
18858bugs properly.
18859
18860To enable us to fix the bug, you should include all these things:
c4555f82
SC
18861
18862@itemize @bullet
18863@item
8e04817f
AC
18864The version of @value{GDBN}. @value{GDBN} announces it if you start
18865with no arguments; you can also print it at any time using @code{show
18866version}.
c4555f82 18867
8e04817f
AC
18868Without this, we will not know whether there is any point in looking for
18869the bug in the current version of @value{GDBN}.
c4555f82
SC
18870
18871@item
8e04817f
AC
18872The type of machine you are using, and the operating system name and
18873version number.
c4555f82
SC
18874
18875@item
8e04817f
AC
18876What compiler (and its version) was used to compile @value{GDBN}---e.g.
18877``@value{GCC}--2.8.1''.
c4555f82
SC
18878
18879@item
8e04817f
AC
18880What compiler (and its version) was used to compile the program you are
18881debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
18882C Compiler''. For GCC, you can say @code{gcc --version} to get this
18883information; for other compilers, see the documentation for those
18884compilers.
c4555f82 18885
8e04817f
AC
18886@item
18887The command arguments you gave the compiler to compile your example and
18888observe the bug. For example, did you use @samp{-O}? To guarantee
18889you will not omit something important, list them all. A copy of the
18890Makefile (or the output from make) is sufficient.
c4555f82 18891
8e04817f
AC
18892If we were to try to guess the arguments, we would probably guess wrong
18893and then we might not encounter the bug.
c4555f82 18894
8e04817f
AC
18895@item
18896A complete input script, and all necessary source files, that will
18897reproduce the bug.
c4555f82 18898
8e04817f
AC
18899@item
18900A description of what behavior you observe that you believe is
18901incorrect. For example, ``It gets a fatal signal.''
c4555f82 18902
8e04817f
AC
18903Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
18904will certainly notice it. But if the bug is incorrect output, we might
18905not notice unless it is glaringly wrong. You might as well not give us
18906a chance to make a mistake.
c4555f82 18907
8e04817f
AC
18908Even if the problem you experience is a fatal signal, you should still
18909say so explicitly. Suppose something strange is going on, such as, your
18910copy of @value{GDBN} is out of synch, or you have encountered a bug in
18911the C library on your system. (This has happened!) Your copy might
18912crash and ours would not. If you told us to expect a crash, then when
18913ours fails to crash, we would know that the bug was not happening for
18914us. If you had not told us to expect a crash, then we would not be able
18915to draw any conclusion from our observations.
c4555f82 18916
8e04817f
AC
18917@item
18918If you wish to suggest changes to the @value{GDBN} source, send us context
18919diffs. If you even discuss something in the @value{GDBN} source, refer to
18920it by context, not by line number.
c4555f82 18921
8e04817f
AC
18922The line numbers in our development sources will not match those in your
18923sources. Your line numbers would convey no useful information to us.
c4555f82 18924
8e04817f 18925@end itemize
c4555f82 18926
8e04817f 18927Here are some things that are not necessary:
c4555f82 18928
8e04817f
AC
18929@itemize @bullet
18930@item
18931A description of the envelope of the bug.
c4555f82 18932
8e04817f
AC
18933Often people who encounter a bug spend a lot of time investigating
18934which changes to the input file will make the bug go away and which
18935changes will not affect it.
c4555f82 18936
8e04817f
AC
18937This is often time consuming and not very useful, because the way we
18938will find the bug is by running a single example under the debugger
18939with breakpoints, not by pure deduction from a series of examples.
18940We recommend that you save your time for something else.
c4555f82 18941
8e04817f
AC
18942Of course, if you can find a simpler example to report @emph{instead}
18943of the original one, that is a convenience for us. Errors in the
18944output will be easier to spot, running under the debugger will take
18945less time, and so on.
c4555f82 18946
8e04817f
AC
18947However, simplification is not vital; if you do not want to do this,
18948report the bug anyway and send us the entire test case you used.
c4555f82 18949
8e04817f
AC
18950@item
18951A patch for the bug.
c4555f82 18952
8e04817f
AC
18953A patch for the bug does help us if it is a good one. But do not omit
18954the necessary information, such as the test case, on the assumption that
18955a patch is all we need. We might see problems with your patch and decide
18956to fix the problem another way, or we might not understand it at all.
c4555f82 18957
8e04817f
AC
18958Sometimes with a program as complicated as @value{GDBN} it is very hard to
18959construct an example that will make the program follow a certain path
18960through the code. If you do not send us the example, we will not be able
18961to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 18962
8e04817f
AC
18963And if we cannot understand what bug you are trying to fix, or why your
18964patch should be an improvement, we will not install it. A test case will
18965help us to understand.
c4555f82 18966
8e04817f
AC
18967@item
18968A guess about what the bug is or what it depends on.
c4555f82 18969
8e04817f
AC
18970Such guesses are usually wrong. Even we cannot guess right about such
18971things without first using the debugger to find the facts.
18972@end itemize
c4555f82 18973
8e04817f
AC
18974@c The readline documentation is distributed with the readline code
18975@c and consists of the two following files:
18976@c rluser.texinfo
18977@c inc-hist.texinfo
18978@c Use -I with makeinfo to point to the appropriate directory,
18979@c environment var TEXINPUTS with TeX.
18980@include rluser.texinfo
18981@include inc-hist.texinfo
c4555f82 18982
c4555f82 18983
8e04817f
AC
18984@node Formatting Documentation
18985@appendix Formatting Documentation
c4555f82 18986
8e04817f
AC
18987@cindex @value{GDBN} reference card
18988@cindex reference card
18989The @value{GDBN} 4 release includes an already-formatted reference card, ready
18990for printing with PostScript or Ghostscript, in the @file{gdb}
18991subdirectory of the main source directory@footnote{In
18992@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
18993release.}. If you can use PostScript or Ghostscript with your printer,
18994you can print the reference card immediately with @file{refcard.ps}.
c4555f82 18995
8e04817f
AC
18996The release also includes the source for the reference card. You
18997can format it, using @TeX{}, by typing:
c4555f82 18998
474c8240 18999@smallexample
8e04817f 19000make refcard.dvi
474c8240 19001@end smallexample
c4555f82 19002
8e04817f
AC
19003The @value{GDBN} reference card is designed to print in @dfn{landscape}
19004mode on US ``letter'' size paper;
19005that is, on a sheet 11 inches wide by 8.5 inches
19006high. You will need to specify this form of printing as an option to
19007your @sc{dvi} output program.
c4555f82 19008
8e04817f 19009@cindex documentation
c4555f82 19010
8e04817f
AC
19011All the documentation for @value{GDBN} comes as part of the machine-readable
19012distribution. The documentation is written in Texinfo format, which is
19013a documentation system that uses a single source file to produce both
19014on-line information and a printed manual. You can use one of the Info
19015formatting commands to create the on-line version of the documentation
19016and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 19017
8e04817f
AC
19018@value{GDBN} includes an already formatted copy of the on-line Info
19019version of this manual in the @file{gdb} subdirectory. The main Info
19020file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
19021subordinate files matching @samp{gdb.info*} in the same directory. If
19022necessary, you can print out these files, or read them with any editor;
19023but they are easier to read using the @code{info} subsystem in @sc{gnu}
19024Emacs or the standalone @code{info} program, available as part of the
19025@sc{gnu} Texinfo distribution.
c4555f82 19026
8e04817f
AC
19027If you want to format these Info files yourself, you need one of the
19028Info formatting programs, such as @code{texinfo-format-buffer} or
19029@code{makeinfo}.
c4555f82 19030
8e04817f
AC
19031If you have @code{makeinfo} installed, and are in the top level
19032@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
19033version @value{GDBVN}), you can make the Info file by typing:
c4555f82 19034
474c8240 19035@smallexample
8e04817f
AC
19036cd gdb
19037make gdb.info
474c8240 19038@end smallexample
c4555f82 19039
8e04817f
AC
19040If you want to typeset and print copies of this manual, you need @TeX{},
19041a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
19042Texinfo definitions file.
c4555f82 19043
8e04817f
AC
19044@TeX{} is a typesetting program; it does not print files directly, but
19045produces output files called @sc{dvi} files. To print a typeset
19046document, you need a program to print @sc{dvi} files. If your system
19047has @TeX{} installed, chances are it has such a program. The precise
19048command to use depends on your system; @kbd{lpr -d} is common; another
19049(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
19050require a file name without any extension or a @samp{.dvi} extension.
c4555f82 19051
8e04817f
AC
19052@TeX{} also requires a macro definitions file called
19053@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
19054written in Texinfo format. On its own, @TeX{} cannot either read or
19055typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
19056and is located in the @file{gdb-@var{version-number}/texinfo}
19057directory.
c4555f82 19058
8e04817f
AC
19059If you have @TeX{} and a @sc{dvi} printer program installed, you can
19060typeset and print this manual. First switch to the the @file{gdb}
19061subdirectory of the main source directory (for example, to
19062@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 19063
474c8240 19064@smallexample
8e04817f 19065make gdb.dvi
474c8240 19066@end smallexample
c4555f82 19067
8e04817f 19068Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 19069
8e04817f
AC
19070@node Installing GDB
19071@appendix Installing @value{GDBN}
19072@cindex configuring @value{GDBN}
19073@cindex installation
94e91d6d 19074@cindex configuring @value{GDBN}, and source tree subdirectories
c4555f82 19075
8e04817f
AC
19076@value{GDBN} comes with a @code{configure} script that automates the process
19077of preparing @value{GDBN} for installation; you can then use @code{make} to
19078build the @code{gdb} program.
19079@iftex
19080@c irrelevant in info file; it's as current as the code it lives with.
19081@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
19082look at the @file{README} file in the sources; we may have improved the
19083installation procedures since publishing this manual.}
19084@end iftex
c4555f82 19085
8e04817f
AC
19086The @value{GDBN} distribution includes all the source code you need for
19087@value{GDBN} in a single directory, whose name is usually composed by
19088appending the version number to @samp{gdb}.
c4555f82 19089
8e04817f
AC
19090For example, the @value{GDBN} version @value{GDBVN} distribution is in the
19091@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 19092
8e04817f
AC
19093@table @code
19094@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
19095script for configuring @value{GDBN} and all its supporting libraries
c4555f82 19096
8e04817f
AC
19097@item gdb-@value{GDBVN}/gdb
19098the source specific to @value{GDBN} itself
c4555f82 19099
8e04817f
AC
19100@item gdb-@value{GDBVN}/bfd
19101source for the Binary File Descriptor library
c906108c 19102
8e04817f
AC
19103@item gdb-@value{GDBVN}/include
19104@sc{gnu} include files
c906108c 19105
8e04817f
AC
19106@item gdb-@value{GDBVN}/libiberty
19107source for the @samp{-liberty} free software library
c906108c 19108
8e04817f
AC
19109@item gdb-@value{GDBVN}/opcodes
19110source for the library of opcode tables and disassemblers
c906108c 19111
8e04817f
AC
19112@item gdb-@value{GDBVN}/readline
19113source for the @sc{gnu} command-line interface
c906108c 19114
8e04817f
AC
19115@item gdb-@value{GDBVN}/glob
19116source for the @sc{gnu} filename pattern-matching subroutine
c906108c 19117
8e04817f
AC
19118@item gdb-@value{GDBVN}/mmalloc
19119source for the @sc{gnu} memory-mapped malloc package
19120@end table
c906108c 19121
8e04817f
AC
19122The simplest way to configure and build @value{GDBN} is to run @code{configure}
19123from the @file{gdb-@var{version-number}} source directory, which in
19124this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 19125
8e04817f
AC
19126First switch to the @file{gdb-@var{version-number}} source directory
19127if you are not already in it; then run @code{configure}. Pass the
19128identifier for the platform on which @value{GDBN} will run as an
19129argument.
c906108c 19130
8e04817f 19131For example:
c906108c 19132
474c8240 19133@smallexample
8e04817f
AC
19134cd gdb-@value{GDBVN}
19135./configure @var{host}
19136make
474c8240 19137@end smallexample
c906108c 19138
8e04817f
AC
19139@noindent
19140where @var{host} is an identifier such as @samp{sun4} or
19141@samp{decstation}, that identifies the platform where @value{GDBN} will run.
19142(You can often leave off @var{host}; @code{configure} tries to guess the
19143correct value by examining your system.)
c906108c 19144
8e04817f
AC
19145Running @samp{configure @var{host}} and then running @code{make} builds the
19146@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
19147libraries, then @code{gdb} itself. The configured source files, and the
19148binaries, are left in the corresponding source directories.
c906108c 19149
8e04817f
AC
19150@need 750
19151@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
19152system does not recognize this automatically when you run a different
19153shell, you may need to run @code{sh} on it explicitly:
c906108c 19154
474c8240 19155@smallexample
8e04817f 19156sh configure @var{host}
474c8240 19157@end smallexample
c906108c 19158
8e04817f
AC
19159If you run @code{configure} from a directory that contains source
19160directories for multiple libraries or programs, such as the
19161@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
19162creates configuration files for every directory level underneath (unless
19163you tell it not to, with the @samp{--norecursion} option).
19164
94e91d6d
MC
19165You should run the @code{configure} script from the top directory in the
19166source tree, the @file{gdb-@var{version-number}} directory. If you run
19167@code{configure} from one of the subdirectories, you will configure only
19168that subdirectory. That is usually not what you want. In particular,
19169if you run the first @code{configure} from the @file{gdb} subdirectory
19170of the @file{gdb-@var{version-number}} directory, you will omit the
19171configuration of @file{bfd}, @file{readline}, and other sibling
19172directories of the @file{gdb} subdirectory. This leads to build errors
19173about missing include files such as @file{bfd/bfd.h}.
c906108c 19174
8e04817f
AC
19175You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
19176However, you should make sure that the shell on your path (named by
19177the @samp{SHELL} environment variable) is publicly readable. Remember
19178that @value{GDBN} uses the shell to start your program---some systems refuse to
19179let @value{GDBN} debug child processes whose programs are not readable.
c906108c 19180
8e04817f
AC
19181@menu
19182* Separate Objdir:: Compiling @value{GDBN} in another directory
19183* Config Names:: Specifying names for hosts and targets
19184* Configure Options:: Summary of options for configure
19185@end menu
c906108c 19186
8e04817f
AC
19187@node Separate Objdir
19188@section Compiling @value{GDBN} in another directory
c906108c 19189
8e04817f
AC
19190If you want to run @value{GDBN} versions for several host or target machines,
19191you need a different @code{gdb} compiled for each combination of
19192host and target. @code{configure} is designed to make this easy by
19193allowing you to generate each configuration in a separate subdirectory,
19194rather than in the source directory. If your @code{make} program
19195handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
19196@code{make} in each of these directories builds the @code{gdb}
19197program specified there.
c906108c 19198
8e04817f
AC
19199To build @code{gdb} in a separate directory, run @code{configure}
19200with the @samp{--srcdir} option to specify where to find the source.
19201(You also need to specify a path to find @code{configure}
19202itself from your working directory. If the path to @code{configure}
19203would be the same as the argument to @samp{--srcdir}, you can leave out
19204the @samp{--srcdir} option; it is assumed.)
c906108c 19205
8e04817f
AC
19206For example, with version @value{GDBVN}, you can build @value{GDBN} in a
19207separate directory for a Sun 4 like this:
c906108c 19208
474c8240 19209@smallexample
8e04817f
AC
19210@group
19211cd gdb-@value{GDBVN}
19212mkdir ../gdb-sun4
19213cd ../gdb-sun4
19214../gdb-@value{GDBVN}/configure sun4
19215make
19216@end group
474c8240 19217@end smallexample
c906108c 19218
8e04817f
AC
19219When @code{configure} builds a configuration using a remote source
19220directory, it creates a tree for the binaries with the same structure
19221(and using the same names) as the tree under the source directory. In
19222the example, you'd find the Sun 4 library @file{libiberty.a} in the
19223directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
19224@file{gdb-sun4/gdb}.
c906108c 19225
94e91d6d
MC
19226Make sure that your path to the @file{configure} script has just one
19227instance of @file{gdb} in it. If your path to @file{configure} looks
19228like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
19229one subdirectory of @value{GDBN}, not the whole package. This leads to
19230build errors about missing include files such as @file{bfd/bfd.h}.
19231
8e04817f
AC
19232One popular reason to build several @value{GDBN} configurations in separate
19233directories is to configure @value{GDBN} for cross-compiling (where
19234@value{GDBN} runs on one machine---the @dfn{host}---while debugging
19235programs that run on another machine---the @dfn{target}).
19236You specify a cross-debugging target by
19237giving the @samp{--target=@var{target}} option to @code{configure}.
c906108c 19238
8e04817f
AC
19239When you run @code{make} to build a program or library, you must run
19240it in a configured directory---whatever directory you were in when you
19241called @code{configure} (or one of its subdirectories).
c906108c 19242
8e04817f
AC
19243The @code{Makefile} that @code{configure} generates in each source
19244directory also runs recursively. If you type @code{make} in a source
19245directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
19246directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
19247will build all the required libraries, and then build GDB.
c906108c 19248
8e04817f
AC
19249When you have multiple hosts or targets configured in separate
19250directories, you can run @code{make} on them in parallel (for example,
19251if they are NFS-mounted on each of the hosts); they will not interfere
19252with each other.
c906108c 19253
8e04817f
AC
19254@node Config Names
19255@section Specifying names for hosts and targets
c906108c 19256
8e04817f
AC
19257The specifications used for hosts and targets in the @code{configure}
19258script are based on a three-part naming scheme, but some short predefined
19259aliases are also supported. The full naming scheme encodes three pieces
19260of information in the following pattern:
c906108c 19261
474c8240 19262@smallexample
8e04817f 19263@var{architecture}-@var{vendor}-@var{os}
474c8240 19264@end smallexample
c906108c 19265
8e04817f
AC
19266For example, you can use the alias @code{sun4} as a @var{host} argument,
19267or as the value for @var{target} in a @code{--target=@var{target}}
19268option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 19269
8e04817f
AC
19270The @code{configure} script accompanying @value{GDBN} does not provide
19271any query facility to list all supported host and target names or
19272aliases. @code{configure} calls the Bourne shell script
19273@code{config.sub} to map abbreviations to full names; you can read the
19274script, if you wish, or you can use it to test your guesses on
19275abbreviations---for example:
c906108c 19276
8e04817f
AC
19277@smallexample
19278% sh config.sub i386-linux
19279i386-pc-linux-gnu
19280% sh config.sub alpha-linux
19281alpha-unknown-linux-gnu
19282% sh config.sub hp9k700
19283hppa1.1-hp-hpux
19284% sh config.sub sun4
19285sparc-sun-sunos4.1.1
19286% sh config.sub sun3
19287m68k-sun-sunos4.1.1
19288% sh config.sub i986v
19289Invalid configuration `i986v': machine `i986v' not recognized
19290@end smallexample
c906108c 19291
8e04817f
AC
19292@noindent
19293@code{config.sub} is also distributed in the @value{GDBN} source
19294directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 19295
8e04817f
AC
19296@node Configure Options
19297@section @code{configure} options
c906108c 19298
8e04817f
AC
19299Here is a summary of the @code{configure} options and arguments that
19300are most often useful for building @value{GDBN}. @code{configure} also has
19301several other options not listed here. @inforef{What Configure
19302Does,,configure.info}, for a full explanation of @code{configure}.
c906108c 19303
474c8240 19304@smallexample
8e04817f
AC
19305configure @r{[}--help@r{]}
19306 @r{[}--prefix=@var{dir}@r{]}
19307 @r{[}--exec-prefix=@var{dir}@r{]}
19308 @r{[}--srcdir=@var{dirname}@r{]}
19309 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
19310 @r{[}--target=@var{target}@r{]}
19311 @var{host}
474c8240 19312@end smallexample
c906108c 19313
8e04817f
AC
19314@noindent
19315You may introduce options with a single @samp{-} rather than
19316@samp{--} if you prefer; but you may abbreviate option names if you use
19317@samp{--}.
c906108c 19318
8e04817f
AC
19319@table @code
19320@item --help
19321Display a quick summary of how to invoke @code{configure}.
c906108c 19322
8e04817f
AC
19323@item --prefix=@var{dir}
19324Configure the source to install programs and files under directory
19325@file{@var{dir}}.
c906108c 19326
8e04817f
AC
19327@item --exec-prefix=@var{dir}
19328Configure the source to install programs under directory
19329@file{@var{dir}}.
c906108c 19330
8e04817f
AC
19331@c avoid splitting the warning from the explanation:
19332@need 2000
19333@item --srcdir=@var{dirname}
19334@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
19335@code{make} that implements the @code{VPATH} feature.}@*
19336Use this option to make configurations in directories separate from the
19337@value{GDBN} source directories. Among other things, you can use this to
19338build (or maintain) several configurations simultaneously, in separate
19339directories. @code{configure} writes configuration specific files in
19340the current directory, but arranges for them to use the source in the
19341directory @var{dirname}. @code{configure} creates directories under
19342the working directory in parallel to the source directories below
19343@var{dirname}.
c906108c 19344
8e04817f
AC
19345@item --norecursion
19346Configure only the directory level where @code{configure} is executed; do not
19347propagate configuration to subdirectories.
c906108c 19348
8e04817f
AC
19349@item --target=@var{target}
19350Configure @value{GDBN} for cross-debugging programs running on the specified
19351@var{target}. Without this option, @value{GDBN} is configured to debug
19352programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 19353
8e04817f 19354There is no convenient way to generate a list of all available targets.
c906108c 19355
8e04817f
AC
19356@item @var{host} @dots{}
19357Configure @value{GDBN} to run on the specified @var{host}.
c906108c 19358
8e04817f
AC
19359There is no convenient way to generate a list of all available hosts.
19360@end table
c906108c 19361
8e04817f
AC
19362There are many other options available as well, but they are generally
19363needed for special purposes only.
c906108c 19364
8e04817f
AC
19365@node Maintenance Commands
19366@appendix Maintenance Commands
19367@cindex maintenance commands
19368@cindex internal commands
c906108c 19369
8e04817f
AC
19370In addition to commands intended for @value{GDBN} users, @value{GDBN}
19371includes a number of commands intended for @value{GDBN} developers.
19372These commands are provided here for reference.
c906108c 19373
8e04817f
AC
19374@table @code
19375@kindex maint info breakpoints
19376@item @anchor{maint info breakpoints}maint info breakpoints
19377Using the same format as @samp{info breakpoints}, display both the
19378breakpoints you've set explicitly, and those @value{GDBN} is using for
19379internal purposes. Internal breakpoints are shown with negative
19380breakpoint numbers. The type column identifies what kind of breakpoint
19381is shown:
c906108c 19382
8e04817f
AC
19383@table @code
19384@item breakpoint
19385Normal, explicitly set breakpoint.
c906108c 19386
8e04817f
AC
19387@item watchpoint
19388Normal, explicitly set watchpoint.
c906108c 19389
8e04817f
AC
19390@item longjmp
19391Internal breakpoint, used to handle correctly stepping through
19392@code{longjmp} calls.
c906108c 19393
8e04817f
AC
19394@item longjmp resume
19395Internal breakpoint at the target of a @code{longjmp}.
c906108c 19396
8e04817f
AC
19397@item until
19398Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 19399
8e04817f
AC
19400@item finish
19401Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 19402
8e04817f
AC
19403@item shlib events
19404Shared library events.
c906108c 19405
8e04817f 19406@end table
c906108c 19407
8d30a00d
AC
19408@kindex maint internal-error
19409@kindex maint internal-warning
19410@item maint internal-error
19411@itemx maint internal-warning
19412Cause @value{GDBN} to call the internal function @code{internal_error}
19413or @code{internal_warning} and hence behave as though an internal error
19414or internal warning has been detected. In addition to reporting the
19415internal problem, these functions give the user the opportunity to
19416either quit @value{GDBN} or create a core file of the current
19417@value{GDBN} session.
19418
19419@smallexample
19420(gdb) @kbd{maint internal-error testing, 1, 2}
19421@dots{}/maint.c:121: internal-error: testing, 1, 2
19422A problem internal to GDB has been detected. Further
19423debugging may prove unreliable.
19424Quit this debugging session? (y or n) @kbd{n}
19425Create a core file? (y or n) @kbd{n}
b383017d 19426(gdb)
8d30a00d
AC
19427@end smallexample
19428
19429Takes an optional parameter that is used as the text of the error or
19430warning message.
19431
00905d52
AC
19432@kindex maint print dummy-frames
19433@item maint print dummy-frames
19434
19435Prints the contents of @value{GDBN}'s internal dummy-frame stack.
19436
19437@smallexample
19438(gdb) @kbd{b add}
19439@dots{}
19440(gdb) @kbd{print add(2,3)}
19441Breakpoint 2, add (a=2, b=3) at @dots{}
1944258 return (a + b);
19443The program being debugged stopped while in a function called from GDB.
19444@dots{}
19445(gdb) @kbd{maint print dummy-frames}
194460x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
19447 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
19448 call_lo=0x01014000 call_hi=0x01014001
b383017d 19449(gdb)
00905d52
AC
19450@end smallexample
19451
19452Takes an optional file parameter.
19453
0680b120
AC
19454@kindex maint print registers
19455@kindex maint print raw-registers
19456@kindex maint print cooked-registers
617073a9 19457@kindex maint print register-groups
0680b120
AC
19458@item maint print registers
19459@itemx maint print raw-registers
19460@itemx maint print cooked-registers
617073a9 19461@itemx maint print register-groups
0680b120
AC
19462Print @value{GDBN}'s internal register data structures.
19463
617073a9
AC
19464The command @code{maint print raw-registers} includes the contents of
19465the raw register cache; the command @code{maint print cooked-registers}
19466includes the (cooked) value of all registers; and the command
19467@code{maint print register-groups} includes the groups that each
19468register is a member of. @xref{Registers,, Registers, gdbint,
19469@value{GDBN} Internals}.
0680b120
AC
19470
19471Takes an optional file parameter.
19472
617073a9
AC
19473@kindex maint print reggroups
19474@item maint print reggroups
19475Print @value{GDBN}'s internal register group data structures.
19476
19477Takes an optional file parameter.
19478
19479@smallexample
19480(gdb) @kbd{maint print reggroups}
b383017d
RM
19481 Group Type
19482 general user
19483 float user
19484 all user
19485 vector user
19486 system user
19487 save internal
19488 restore internal
617073a9
AC
19489@end smallexample
19490
e7ba9c65
DJ
19491@kindex maint set profile
19492@kindex maint show profile
19493@cindex profiling GDB
19494@item maint set profile
19495@itemx maint show profile
19496Control profiling of @value{GDBN}.
19497
19498Profiling will be disabled until you use the @samp{maint set profile}
19499command to enable it. When you enable profiling, the system will begin
19500collecting timing and execution count data; when you disable profiling or
19501exit @value{GDBN}, the results will be written to a log file. Remember that
19502if you use profiling, @value{GDBN} will overwrite the profiling log file
19503(often called @file{gmon.out}). If you have a record of important profiling
19504data in a @file{gmon.out} file, be sure to move it to a safe location.
19505
19506Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
b383017d 19507compiled with the @samp{-pg} compiler option.
e7ba9c65 19508
8e04817f 19509@end table
c906108c 19510
c906108c 19511
e0ce93ac 19512@node Remote Protocol
8e04817f 19513@appendix @value{GDBN} Remote Serial Protocol
c906108c 19514
ee2d5c50
AC
19515@menu
19516* Overview::
19517* Packets::
19518* Stop Reply Packets::
19519* General Query Packets::
19520* Register Packet Format::
19521* Examples::
0ce1b118 19522* File-I/O remote protocol extension::
ee2d5c50
AC
19523@end menu
19524
19525@node Overview
19526@section Overview
19527
8e04817f
AC
19528There may be occasions when you need to know something about the
19529protocol---for example, if there is only one serial port to your target
19530machine, you might want your program to do something special if it
19531recognizes a packet meant for @value{GDBN}.
c906108c 19532
d2c6833e 19533In the examples below, @samp{->} and @samp{<-} are used to indicate
8e04817f 19534transmitted and received data respectfully.
c906108c 19535
8e04817f
AC
19536@cindex protocol, @value{GDBN} remote serial
19537@cindex serial protocol, @value{GDBN} remote
19538@cindex remote serial protocol
19539All @value{GDBN} commands and responses (other than acknowledgments) are
19540sent as a @var{packet}. A @var{packet} is introduced with the character
19541@samp{$}, the actual @var{packet-data}, and the terminating character
19542@samp{#} followed by a two-digit @var{checksum}:
c906108c 19543
474c8240 19544@smallexample
8e04817f 19545@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 19546@end smallexample
8e04817f 19547@noindent
c906108c 19548
8e04817f
AC
19549@cindex checksum, for @value{GDBN} remote
19550@noindent
19551The two-digit @var{checksum} is computed as the modulo 256 sum of all
19552characters between the leading @samp{$} and the trailing @samp{#} (an
19553eight bit unsigned checksum).
c906108c 19554
8e04817f
AC
19555Implementors should note that prior to @value{GDBN} 5.0 the protocol
19556specification also included an optional two-digit @var{sequence-id}:
c906108c 19557
474c8240 19558@smallexample
8e04817f 19559@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 19560@end smallexample
c906108c 19561
8e04817f
AC
19562@cindex sequence-id, for @value{GDBN} remote
19563@noindent
19564That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
19565has never output @var{sequence-id}s. Stubs that handle packets added
19566since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 19567
8e04817f
AC
19568@cindex acknowledgment, for @value{GDBN} remote
19569When either the host or the target machine receives a packet, the first
19570response expected is an acknowledgment: either @samp{+} (to indicate
19571the package was received correctly) or @samp{-} (to request
19572retransmission):
c906108c 19573
474c8240 19574@smallexample
d2c6833e
AC
19575-> @code{$}@var{packet-data}@code{#}@var{checksum}
19576<- @code{+}
474c8240 19577@end smallexample
8e04817f 19578@noindent
53a5351d 19579
8e04817f
AC
19580The host (@value{GDBN}) sends @var{command}s, and the target (the
19581debugging stub incorporated in your program) sends a @var{response}. In
19582the case of step and continue @var{command}s, the response is only sent
19583when the operation has completed (the target has again stopped).
c906108c 19584
8e04817f
AC
19585@var{packet-data} consists of a sequence of characters with the
19586exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
19587exceptions).
c906108c 19588
8e04817f 19589Fields within the packet should be separated using @samp{,} @samp{;} or
ee2d5c50 19590@cindex remote protocol, field separator
8e04817f 19591@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 19592@sc{hex} with leading zeros suppressed.
c906108c 19593
8e04817f
AC
19594Implementors should note that prior to @value{GDBN} 5.0, the character
19595@samp{:} could not appear as the third character in a packet (as it
19596would potentially conflict with the @var{sequence-id}).
c906108c 19597
8e04817f
AC
19598Response @var{data} can be run-length encoded to save space. A @samp{*}
19599means that the next character is an @sc{ascii} encoding giving a repeat count
19600which stands for that many repetitions of the character preceding the
19601@samp{*}. The encoding is @code{n+29}, yielding a printable character
19602where @code{n >=3} (which is where rle starts to win). The printable
19603characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
19604value greater than 126 should not be used.
c906108c 19605
8e04817f 19606So:
474c8240 19607@smallexample
8e04817f 19608"@code{0* }"
474c8240 19609@end smallexample
8e04817f
AC
19610@noindent
19611means the same as "0000".
c906108c 19612
8e04817f
AC
19613The error response returned for some packets includes a two character
19614error number. That number is not well defined.
c906108c 19615
8e04817f
AC
19616For any @var{command} not supported by the stub, an empty response
19617(@samp{$#00}) should be returned. That way it is possible to extend the
19618protocol. A newer @value{GDBN} can tell if a packet is supported based
19619on that response.
c906108c 19620
b383017d
RM
19621A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
19622@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
8e04817f 19623optional.
c906108c 19624
ee2d5c50
AC
19625@node Packets
19626@section Packets
19627
19628The following table provides a complete list of all currently defined
19629@var{command}s and their corresponding response @var{data}.
19630
19631@table @r
19632
19633@item @code{!} --- extended mode
19634@cindex @code{!} packet
19635
8e04817f
AC
19636Enable extended mode. In extended mode, the remote server is made
19637persistent. The @samp{R} packet is used to restart the program being
19638debugged.
ee2d5c50
AC
19639
19640Reply:
19641@table @samp
19642@item OK
8e04817f 19643The remote target both supports and has enabled extended mode.
ee2d5c50 19644@end table
c906108c 19645
ee2d5c50
AC
19646@item @code{?} --- last signal
19647@cindex @code{?} packet
c906108c 19648
ee2d5c50
AC
19649Indicate the reason the target halted. The reply is the same as for
19650step and continue.
c906108c 19651
ee2d5c50
AC
19652Reply:
19653@xref{Stop Reply Packets}, for the reply specifications.
19654
19655@item @code{a} --- reserved
19656
19657Reserved for future use.
19658
19659@item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
19660@cindex @code{A} packet
c906108c 19661
8e04817f
AC
19662Initialized @samp{argv[]} array passed into program. @var{arglen}
19663specifies the number of bytes in the hex encoded byte stream @var{arg}.
ee2d5c50
AC
19664See @code{gdbserver} for more details.
19665
19666Reply:
19667@table @samp
19668@item OK
19669@item E@var{NN}
19670@end table
19671
19672@item @code{b}@var{baud} --- set baud @strong{(deprecated)}
19673@cindex @code{b} packet
19674
19675Change the serial line speed to @var{baud}.
19676
19677JTC: @emph{When does the transport layer state change? When it's
19678received, or after the ACK is transmitted. In either case, there are
19679problems if the command or the acknowledgment packet is dropped.}
19680
19681Stan: @emph{If people really wanted to add something like this, and get
19682it working for the first time, they ought to modify ser-unix.c to send
19683some kind of out-of-band message to a specially-setup stub and have the
19684switch happen "in between" packets, so that from remote protocol's point
19685of view, nothing actually happened.}
19686
19687@item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
19688@cindex @code{B} packet
19689
8e04817f 19690Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
19691breakpoint at @var{addr}.
19692
19693This packet has been replaced by the @samp{Z} and @samp{z} packets
19694(@pxref{insert breakpoint or watchpoint packet}).
c906108c 19695
ee2d5c50
AC
19696@item @code{c}@var{addr} --- continue
19697@cindex @code{c} packet
19698
19699@var{addr} is address to resume. If @var{addr} is omitted, resume at
8e04817f 19700current address.
c906108c 19701
ee2d5c50
AC
19702Reply:
19703@xref{Stop Reply Packets}, for the reply specifications.
19704
19705@item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
19706@cindex @code{C} packet
19707
8e04817f
AC
19708Continue with signal @var{sig} (hex signal number). If
19709@code{;}@var{addr} is omitted, resume at same address.
c906108c 19710
ee2d5c50
AC
19711Reply:
19712@xref{Stop Reply Packets}, for the reply specifications.
c906108c 19713
ee2d5c50
AC
19714@item @code{d} --- toggle debug @strong{(deprecated)}
19715@cindex @code{d} packet
19716
19717Toggle debug flag.
19718
19719@item @code{D} --- detach
19720@cindex @code{D} packet
19721
19722Detach @value{GDBN} from the remote system. Sent to the remote target
07f31aa6 19723before @value{GDBN} disconnects via the @code{detach} command.
ee2d5c50
AC
19724
19725Reply:
19726@table @samp
19727@item @emph{no response}
8e04817f 19728@value{GDBN} does not check for any response after sending this packet.
ee2d5c50 19729@end table
c906108c 19730
ee2d5c50 19731@item @code{e} --- reserved
c906108c 19732
ee2d5c50 19733Reserved for future use.
c906108c 19734
ee2d5c50 19735@item @code{E} --- reserved
c906108c 19736
ee2d5c50 19737Reserved for future use.
c906108c 19738
ee2d5c50
AC
19739@item @code{f} --- reserved
19740
19741Reserved for future use.
19742
0ce1b118
CV
19743@item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
19744@cindex @code{F} packet
ee2d5c50 19745
0ce1b118
CV
19746This packet is send by @value{GDBN} as reply to a @code{F} request packet
19747sent by the target. This is part of the File-I/O protocol extension.
19748@xref{File-I/O remote protocol extension}, for the specification.
ee2d5c50
AC
19749
19750@item @code{g} --- read registers
19751@anchor{read registers packet}
19752@cindex @code{g} packet
19753
19754Read general registers.
19755
19756Reply:
19757@table @samp
19758@item @var{XX@dots{}}
8e04817f
AC
19759Each byte of register data is described by two hex digits. The bytes
19760with the register are transmitted in target byte order. The size of
19761each register and their position within the @samp{g} @var{packet} are
12c266ea
AC
19762determined by the @value{GDBN} internal macros
19763@var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros. The
19764specification of several standard @code{g} packets is specified below.
ee2d5c50
AC
19765@item E@var{NN}
19766for an error.
19767@end table
c906108c 19768
ee2d5c50
AC
19769@item @code{G}@var{XX@dots{}} --- write regs
19770@cindex @code{G} packet
c906108c 19771
ee2d5c50
AC
19772@xref{read registers packet}, for a description of the @var{XX@dots{}}
19773data.
19774
19775Reply:
19776@table @samp
19777@item OK
19778for success
19779@item E@var{NN}
19780for an error
19781@end table
19782
19783@item @code{h} --- reserved
19784
19785Reserved for future use.
19786
b383017d 19787@item @code{H}@var{c}@var{t@dots{}} --- set thread
ee2d5c50 19788@cindex @code{H} packet
c906108c 19789
8e04817f 19790Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
ee2d5c50
AC
19791@samp{G}, et.al.). @var{c} depends on the operation to be performed: it
19792should be @samp{c} for step and continue operations, @samp{g} for other
19793operations. The thread designator @var{t@dots{}} may be -1, meaning all
19794the threads, a thread number, or zero which means pick any thread.
19795
19796Reply:
19797@table @samp
19798@item OK
19799for success
19800@item E@var{NN}
19801for an error
19802@end table
c906108c 19803
8e04817f
AC
19804@c FIXME: JTC:
19805@c 'H': How restrictive (or permissive) is the thread model. If a
19806@c thread is selected and stopped, are other threads allowed
19807@c to continue to execute? As I mentioned above, I think the
19808@c semantics of each command when a thread is selected must be
19809@c described. For example:
19810@c
19811@c 'g': If the stub supports threads and a specific thread is
19812@c selected, returns the register block from that thread;
19813@c otherwise returns current registers.
19814@c
19815@c 'G' If the stub supports threads and a specific thread is
19816@c selected, sets the registers of the register block of
19817@c that thread; otherwise sets current registers.
c906108c 19818
ee2d5c50
AC
19819@item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
19820@anchor{cycle step packet}
19821@cindex @code{i} packet
19822
8e04817f
AC
19823Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
19824present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
19825step starting at that address.
c906108c 19826
ee2d5c50
AC
19827@item @code{I} --- signal then cycle step @strong{(reserved)}
19828@cindex @code{I} packet
19829
19830@xref{step with signal packet}. @xref{cycle step packet}.
19831
19832@item @code{j} --- reserved
19833
19834Reserved for future use.
19835
19836@item @code{J} --- reserved
c906108c 19837
ee2d5c50 19838Reserved for future use.
c906108c 19839
ee2d5c50
AC
19840@item @code{k} --- kill request
19841@cindex @code{k} packet
c906108c 19842
ac282366 19843FIXME: @emph{There is no description of how to operate when a specific
ee2d5c50
AC
19844thread context has been selected (i.e.@: does 'k' kill only that
19845thread?)}.
c906108c 19846
ee2d5c50 19847@item @code{K} --- reserved
c906108c 19848
ee2d5c50
AC
19849Reserved for future use.
19850
19851@item @code{l} --- reserved
19852
19853Reserved for future use.
19854
19855@item @code{L} --- reserved
19856
19857Reserved for future use.
19858
19859@item @code{m}@var{addr}@code{,}@var{length} --- read memory
19860@cindex @code{m} packet
c906108c 19861
8e04817f 19862Read @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50 19863Neither @value{GDBN} nor the stub assume that sized memory transfers are
2e834e49 19864assumed using word aligned accesses. FIXME: @emph{A word aligned memory
8e04817f 19865transfer mechanism is needed.}
c906108c 19866
ee2d5c50
AC
19867Reply:
19868@table @samp
19869@item @var{XX@dots{}}
19870@var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
19871to read only part of the data. Neither @value{GDBN} nor the stub assume
2e834e49 19872that sized memory transfers are assumed using word aligned
ee2d5c50
AC
19873accesses. FIXME: @emph{A word aligned memory transfer mechanism is
19874needed.}
19875@item E@var{NN}
19876@var{NN} is errno
19877@end table
19878
19879@item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
19880@cindex @code{M} packet
19881
8e04817f 19882Write @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50
AC
19883@var{XX@dots{}} is the data.
19884
19885Reply:
19886@table @samp
19887@item OK
19888for success
19889@item E@var{NN}
8e04817f
AC
19890for an error (this includes the case where only part of the data was
19891written).
ee2d5c50 19892@end table
c906108c 19893
ee2d5c50 19894@item @code{n} --- reserved
c906108c 19895
ee2d5c50 19896Reserved for future use.
c906108c 19897
ee2d5c50 19898@item @code{N} --- reserved
c906108c 19899
ee2d5c50 19900Reserved for future use.
c906108c 19901
ee2d5c50
AC
19902@item @code{o} --- reserved
19903
19904Reserved for future use.
19905
19906@item @code{O} --- reserved
19907
19908Reserved for future use.
c906108c 19909
ee2d5c50
AC
19910@item @code{p}@var{n@dots{}} --- read reg @strong{(reserved)}
19911@cindex @code{p} packet
19912
19913@xref{write register packet}.
19914
19915Reply:
19916@table @samp
19917@item @var{r@dots{}.}
19918The hex encoded value of the register in target byte order.
19919@end table
19920
19921@item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
19922@anchor{write register packet}
19923@cindex @code{P} packet
19924
19925Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
8e04817f 19926digits for each byte in the register (target byte order).
c906108c 19927
ee2d5c50
AC
19928Reply:
19929@table @samp
19930@item OK
19931for success
19932@item E@var{NN}
19933for an error
19934@end table
19935
19936@item @code{q}@var{query} --- general query
19937@anchor{general query packet}
19938@cindex @code{q} packet
19939
19940Request info about @var{query}. In general @value{GDBN} queries have a
19941leading upper case letter. Custom vendor queries should use a company
19942prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
19943be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
19944that they match the full @var{query} name.
19945
19946Reply:
19947@table @samp
19948@item @var{XX@dots{}}
19949Hex encoded data from query. The reply can not be empty.
19950@item E@var{NN}
19951error reply
8e04817f 19952@item
ee2d5c50
AC
19953Indicating an unrecognized @var{query}.
19954@end table
19955
19956@item @code{Q}@var{var}@code{=}@var{val} --- general set
19957@cindex @code{Q} packet
19958
19959Set value of @var{var} to @var{val}.
19960
19961@xref{general query packet}, for a discussion of naming conventions.
c906108c 19962
ee2d5c50
AC
19963@item @code{r} --- reset @strong{(deprecated)}
19964@cindex @code{r} packet
c906108c 19965
8e04817f 19966Reset the entire system.
c906108c 19967
ee2d5c50
AC
19968@item @code{R}@var{XX} --- remote restart
19969@cindex @code{R} packet
19970
8e04817f
AC
19971Restart the program being debugged. @var{XX}, while needed, is ignored.
19972This packet is only available in extended mode.
ee2d5c50
AC
19973
19974Reply:
19975@table @samp
19976@item @emph{no reply}
8e04817f 19977The @samp{R} packet has no reply.
ee2d5c50
AC
19978@end table
19979
19980@item @code{s}@var{addr} --- step
19981@cindex @code{s} packet
c906108c 19982
8e04817f
AC
19983@var{addr} is address to resume. If @var{addr} is omitted, resume at
19984same address.
c906108c 19985
ee2d5c50
AC
19986Reply:
19987@xref{Stop Reply Packets}, for the reply specifications.
19988
19989@item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
19990@anchor{step with signal packet}
19991@cindex @code{S} packet
19992
8e04817f 19993Like @samp{C} but step not continue.
c906108c 19994
ee2d5c50
AC
19995Reply:
19996@xref{Stop Reply Packets}, for the reply specifications.
19997
b383017d 19998@item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
ee2d5c50
AC
19999@cindex @code{t} packet
20000
8e04817f 20001Search backwards starting at address @var{addr} for a match with pattern
ee2d5c50
AC
20002@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
20003@var{addr} must be at least 3 digits.
c906108c 20004
ee2d5c50
AC
20005@item @code{T}@var{XX} --- thread alive
20006@cindex @code{T} packet
c906108c 20007
ee2d5c50 20008Find out if the thread XX is alive.
c906108c 20009
ee2d5c50
AC
20010Reply:
20011@table @samp
20012@item OK
20013thread is still alive
20014@item E@var{NN}
20015thread is dead
20016@end table
20017
20018@item @code{u} --- reserved
20019
20020Reserved for future use.
20021
20022@item @code{U} --- reserved
20023
20024Reserved for future use.
20025
86d30acc 20026@item @code{v} --- verbose packet prefix
ee2d5c50 20027
86d30acc
DJ
20028Packets starting with @code{v} are identified by a multi-letter name,
20029up to the first @code{;} or @code{?} (or the end of the packet).
20030
20031@item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
20032@cindex @code{vCont} packet
20033
20034Resume the inferior. Different actions may be specified for each thread.
20035If an action is specified with no @var{tid}, then it is applied to any
20036threads that don't have a specific action specified; if no default action is
20037specified then other threads should remain stopped. Specifying multiple
20038default actions is an error; specifying no actions is also an error.
20039Thread IDs are specified in hexadecimal. Currently supported actions are:
20040
20041@table @code
20042@item c
20043Continue.
20044@item C@var{sig}
20045Continue with signal @var{sig}. @var{sig} should be two hex digits.
20046@item s
20047Step.
20048@item S@var{sig}
20049Step with signal @var{sig}. @var{sig} should be two hex digits.
20050@end table
20051
20052The optional @var{addr} argument normally associated with these packets is
20053not supported in @code{vCont}.
20054
20055Reply:
20056@xref{Stop Reply Packets}, for the reply specifications.
20057
20058@item @code{vCont?} --- extended resume query
20059@cindex @code{vCont?} packet
20060
20061Query support for the @code{vCont} packet.
20062
20063Reply:
20064@table @samp
20065@item @code{vCont}[;@var{action}]...
20066The @code{vCont} packet is supported. Each @var{action} is a supported
20067command in the @code{vCont} packet.
20068@item
20069The @code{vCont} packet is not supported.
20070@end table
ee2d5c50
AC
20071
20072@item @code{V} --- reserved
c906108c 20073
ee2d5c50 20074Reserved for future use.
c906108c 20075
ee2d5c50 20076@item @code{w} --- reserved
c906108c 20077
ee2d5c50 20078Reserved for future use.
c906108c 20079
ee2d5c50 20080@item @code{W} --- reserved
c906108c 20081
ee2d5c50 20082Reserved for future use.
c906108c 20083
ee2d5c50
AC
20084@item @code{x} --- reserved
20085
20086Reserved for future use.
20087
20088@item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
20089@cindex @code{X} packet
20090
20091@var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
20092is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
8e04817f 20093escaped using @code{0x7d}.
c906108c 20094
ee2d5c50
AC
20095Reply:
20096@table @samp
20097@item OK
20098for success
20099@item E@var{NN}
20100for an error
20101@end table
20102
20103@item @code{y} --- reserved
c906108c 20104
ee2d5c50 20105Reserved for future use.
c906108c 20106
ee2d5c50
AC
20107@item @code{Y} reserved
20108
20109Reserved for future use.
20110
2f870471
AC
20111@item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
20112@itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
20113@anchor{insert breakpoint or watchpoint packet}
ee2d5c50 20114@cindex @code{z} packet
2f870471 20115@cindex @code{Z} packets
ee2d5c50 20116
2f870471
AC
20117Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
20118watchpoint starting at address @var{address} and covering the next
20119@var{length} bytes.
ee2d5c50 20120
2f870471
AC
20121Each breakpoint and watchpoint packet @var{type} is documented
20122separately.
20123
512217c7
AC
20124@emph{Implementation notes: A remote target shall return an empty string
20125for an unrecognized breakpoint or watchpoint packet @var{type}. A
20126remote target shall support either both or neither of a given
2f870471
AC
20127@code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
20128avoid potential problems with duplicate packets, the operations should
20129be implemented in an idempotent way.}
20130
20131@item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
20132@item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
20133@cindex @code{z0} packet
20134@cindex @code{Z0} packet
20135
20136Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
20137@code{addr} of size @code{length}.
20138
20139A memory breakpoint is implemented by replacing the instruction at
20140@var{addr} with a software breakpoint or trap instruction. The
20141@code{length} is used by targets that indicates the size of the
20142breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
20143@sc{mips} can insert either a 2 or 4 byte breakpoint).
c906108c 20144
2f870471
AC
20145@emph{Implementation note: It is possible for a target to copy or move
20146code that contains memory breakpoints (e.g., when implementing
20147overlays). The behavior of this packet, in the presence of such a
20148target, is not defined.}
c906108c 20149
ee2d5c50
AC
20150Reply:
20151@table @samp
2f870471
AC
20152@item OK
20153success
20154@item
20155not supported
ee2d5c50
AC
20156@item E@var{NN}
20157for an error
2f870471
AC
20158@end table
20159
20160@item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
20161@item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
20162@cindex @code{z1} packet
20163@cindex @code{Z1} packet
20164
20165Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
20166address @code{addr} of size @code{length}.
20167
20168A hardware breakpoint is implemented using a mechanism that is not
20169dependant on being able to modify the target's memory.
20170
20171@emph{Implementation note: A hardware breakpoint is not affected by code
20172movement.}
20173
20174Reply:
20175@table @samp
ee2d5c50 20176@item OK
2f870471
AC
20177success
20178@item
20179not supported
20180@item E@var{NN}
20181for an error
20182@end table
20183
20184@item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
20185@item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
20186@cindex @code{z2} packet
20187@cindex @code{Z2} packet
20188
20189Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
20190
20191Reply:
20192@table @samp
20193@item OK
20194success
20195@item
20196not supported
20197@item E@var{NN}
20198for an error
20199@end table
20200
20201@item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
20202@item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
20203@cindex @code{z3} packet
20204@cindex @code{Z3} packet
20205
2e834e49 20206Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
2f870471
AC
20207
20208Reply:
20209@table @samp
20210@item OK
20211success
20212@item
20213not supported
20214@item E@var{NN}
20215for an error
20216@end table
20217
2e834e49
HPN
20218@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
20219@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
2f870471
AC
20220@cindex @code{z4} packet
20221@cindex @code{Z4} packet
20222
20223Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
20224
20225Reply:
20226@table @samp
20227@item OK
20228success
20229@item
20230not supported
20231@item E@var{NN}
20232for an error
ee2d5c50
AC
20233@end table
20234
20235@end table
c906108c 20236
ee2d5c50
AC
20237@node Stop Reply Packets
20238@section Stop Reply Packets
20239@cindex stop reply packets
c906108c 20240
8e04817f
AC
20241The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
20242receive any of the below as a reply. In the case of the @samp{C},
20243@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
20244when the target halts. In the below the exact meaning of @samp{signal
20245number} is poorly defined. In general one of the UNIX signal numbering
20246conventions is used.
c906108c 20247
ee2d5c50 20248@table @samp
c906108c 20249
ee2d5c50
AC
20250@item S@var{AA}
20251@var{AA} is the signal number
c906108c 20252
8e04817f 20253@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
20254@cindex @code{T} packet reply
20255
8e04817f
AC
20256@var{AA} = two hex digit signal number; @var{n...} = register number
20257(hex), @var{r...} = target byte ordered register contents, size defined
12c266ea
AC
20258by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
20259@var{r...} = thread process ID, this is a hex integer; @var{n...} =
20260(@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
20261address, this is a hex integer; @var{n...} = other string not starting
20262with valid hex digit. @value{GDBN} should ignore this @var{n...},
20263@var{r...} pair and go on to the next. This way we can extend the
20264protocol.
c906108c 20265
ee2d5c50
AC
20266@item W@var{AA}
20267
8e04817f 20268The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
20269applicable to certain targets.
20270
20271@item X@var{AA}
c906108c 20272
8e04817f 20273The process terminated with signal @var{AA}.
c906108c 20274
ee2d5c50 20275@item O@var{XX@dots{}}
c906108c 20276
ee2d5c50
AC
20277@var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
20278any time while the program is running and the debugger should continue
20279to wait for @samp{W}, @samp{T}, etc.
20280
0ce1b118
CV
20281@item F@var{call-id}@code{,}@var{parameter@dots{}}
20282
20283@var{call-id} is the identifier which says which host system call should
20284be called. This is just the name of the function. Translation into the
20285correct system call is only applicable as it's defined in @value{GDBN}.
20286@xref{File-I/O remote protocol extension}, for a list of implemented
20287system calls.
20288
20289@var{parameter@dots{}} is a list of parameters as defined for this very
20290system call.
20291
20292The target replies with this packet when it expects @value{GDBN} to call
20293a host system call on behalf of the target. @value{GDBN} replies with
20294an appropriate @code{F} packet and keeps up waiting for the next reply
20295packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
20296@samp{s} action is expected to be continued.
20297@xref{File-I/O remote protocol extension}, for more details.
20298
ee2d5c50
AC
20299@end table
20300
20301@node General Query Packets
20302@section General Query Packets
c906108c 20303
8e04817f 20304The following set and query packets have already been defined.
c906108c 20305
ee2d5c50 20306@table @r
c906108c 20307
ee2d5c50
AC
20308@item @code{q}@code{C} --- current thread
20309
20310Return the current thread id.
20311
20312Reply:
20313@table @samp
20314@item @code{QC}@var{pid}
8e04817f 20315Where @var{pid} is a HEX encoded 16 bit process id.
ee2d5c50
AC
20316@item *
20317Any other reply implies the old pid.
20318@end table
20319
20320@item @code{q}@code{fThreadInfo} -- all thread ids
20321
20322@code{q}@code{sThreadInfo}
c906108c 20323
8e04817f
AC
20324Obtain a list of active thread ids from the target (OS). Since there
20325may be too many active threads to fit into one reply packet, this query
20326works iteratively: it may require more than one query/reply sequence to
20327obtain the entire list of threads. The first query of the sequence will
20328be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
20329sequence will be the @code{qs}@code{ThreadInfo} query.
ee2d5c50
AC
20330
20331NOTE: replaces the @code{qL} query (see below).
20332
20333Reply:
20334@table @samp
20335@item @code{m}@var{id}
20336A single thread id
20337@item @code{m}@var{id},@var{id}@dots{}
20338a comma-separated list of thread ids
20339@item @code{l}
20340(lower case 'el') denotes end of list.
20341@end table
20342
20343In response to each query, the target will reply with a list of one or
20344more thread ids, in big-endian hex, separated by commas. @value{GDBN}
20345will respond to each reply with a request for more thread ids (using the
8e04817f
AC
20346@code{qs} form of the query), until the target responds with @code{l}
20347(lower-case el, for @code{'last'}).
c906108c 20348
ee2d5c50
AC
20349@item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
20350
20351Where @var{id} is a thread-id in big-endian hex. Obtain a printable
20352string description of a thread's attributes from the target OS. This
20353string may contain anything that the target OS thinks is interesting for
20354@value{GDBN} to tell the user about the thread. The string is displayed
20355in @value{GDBN}'s @samp{info threads} display. Some examples of
20356possible thread extra info strings are ``Runnable'', or ``Blocked on
20357Mutex''.
20358
20359Reply:
20360@table @samp
20361@item @var{XX@dots{}}
20362Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
20363the printable string containing the extra information about the thread's
8e04817f 20364attributes.
ee2d5c50
AC
20365@end table
20366
20367@item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
c906108c 20368
8e04817f
AC
20369Obtain thread information from RTOS. Where: @var{startflag} (one hex
20370digit) is one to indicate the first query and zero to indicate a
20371subsequent query; @var{threadcount} (two hex digits) is the maximum
20372number of threads the response packet can contain; and @var{nextthread}
20373(eight hex digits), for subsequent queries (@var{startflag} is zero), is
20374returned in the response as @var{argthread}.
ee2d5c50
AC
20375
20376NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
20377(see above).
20378
20379Reply:
20380@table @samp
20381@item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
8e04817f
AC
20382Where: @var{count} (two hex digits) is the number of threads being
20383returned; @var{done} (one hex digit) is zero to indicate more threads
20384and one indicates no further threads; @var{argthreadid} (eight hex
ee2d5c50
AC
20385digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
20386is a sequence of thread IDs from the target. @var{threadid} (eight hex
8e04817f 20387digits). See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 20388@end table
c906108c 20389
ee2d5c50
AC
20390@item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
20391
20392Reply:
20393@table @samp
20394@item @code{E}@var{NN}
20395An error (such as memory fault)
20396@item @code{C}@var{CRC32}
20397A 32 bit cyclic redundancy check of the specified memory region.
20398@end table
20399
20400@item @code{q}@code{Offsets} --- query sect offs
c906108c 20401
8e04817f
AC
20402Get section offsets that the target used when re-locating the downloaded
20403image. @emph{Note: while a @code{Bss} offset is included in the
20404response, @value{GDBN} ignores this and instead applies the @code{Data}
20405offset to the @code{Bss} section.}
c906108c 20406
ee2d5c50
AC
20407Reply:
20408@table @samp
20409@item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
20410@end table
20411
20412@item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
20413
8e04817f
AC
20414Returns information on @var{threadid}. Where: @var{mode} is a hex
20415encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
ee2d5c50
AC
20416
20417Reply:
20418@table @samp
20419@item *
20420@end table
20421
8e04817f 20422See @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 20423
ee2d5c50
AC
20424@item @code{q}@code{Rcmd,}@var{command} --- remote command
20425
20426@var{command} (hex encoded) is passed to the local interpreter for
8e04817f
AC
20427execution. Invalid commands should be reported using the output string.
20428Before the final result packet, the target may also respond with a
ee2d5c50
AC
20429number of intermediate @code{O}@var{output} console output packets.
20430@emph{Implementors should note that providing access to a stubs's
20431interpreter may have security implications}.
20432
20433Reply:
20434@table @samp
20435@item OK
8e04817f 20436A command response with no output.
ee2d5c50 20437@item @var{OUTPUT}
8e04817f 20438A command response with the hex encoded output string @var{OUTPUT}.
ee2d5c50 20439@item @code{E}@var{NN}
8e04817f 20440Indicate a badly formed request.
ee2d5c50 20441@item @samp{}
8e04817f 20442When @samp{q}@samp{Rcmd} is not recognized.
ee2d5c50
AC
20443@end table
20444
20445@item @code{qSymbol::} --- symbol lookup
c906108c 20446
8e04817f
AC
20447Notify the target that @value{GDBN} is prepared to serve symbol lookup
20448requests. Accept requests from the target for the values of symbols.
ee2d5c50
AC
20449
20450Reply:
20451@table @samp
20452@item @code{OK}
8e04817f 20453The target does not need to look up any (more) symbols.
ee2d5c50
AC
20454@item @code{qSymbol:}@var{sym_name}
20455The target requests the value of symbol @var{sym_name} (hex encoded).
20456@value{GDBN} may provide the value by using the
20457@code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
20458@end table
20459
20460@item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
20461
20462Set the value of @var{sym_name} to @var{sym_value}.
20463
20464@var{sym_name} (hex encoded) is the name of a symbol whose value the
20465target has previously requested.
20466
20467@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
20468@value{GDBN} cannot supply a value for @var{sym_name}, then this field
20469will be empty.
20470
20471Reply:
20472@table @samp
20473@item @code{OK}
8e04817f 20474The target does not need to look up any (more) symbols.
ee2d5c50
AC
20475@item @code{qSymbol:}@var{sym_name}
20476The target requests the value of a new symbol @var{sym_name} (hex
20477encoded). @value{GDBN} will continue to supply the values of symbols
20478(if available), until the target ceases to request them.
20479@end table
eb12ee30 20480
649e03f6
RM
20481@item @code{qPart}:@var{object}:@code{read}:@var{annex}:@var{offset},@var{length} --- read special data
20482
20483Read uninterpreted bytes from the target's special data area
20484identified by the keyword @code{object}.
20485Request @var{length} bytes starting at @var{offset} bytes into the data.
20486The content and encoding of @var{annex} is specific to the object;
20487it can supply additional details about what data to access.
20488
20489Here are the specific requests of this form defined so far.
20490All @samp{@code{qPart}:@var{object}:@code{read}:@dots{}}
20491requests use the same reply formats, listed below.
20492
20493@table @asis
20494@item @code{qPart}:@code{auxv}:@code{read}::@var{offset},@var{length}
20495Access the target's @dfn{auxiliary vector}. @xref{Auxiliary Vector}.
20496Note @var{annex} must be empty.
20497@end table
20498
20499Reply:
20500@table @asis
20501@item @code{OK}
20502The @var{offset} in the request is at the end of the data.
20503There is no more data to be read.
20504
20505@item @var{XX@dots{}}
20506Hex encoded data bytes read.
20507This may be fewer bytes than the @var{length} in the request.
20508
20509@item @code{E00}
20510The request was malformed, or @var{annex} was invalid.
20511
20512@item @code{E}@var{nn}
20513The offset was invalid, or there was an error encountered reading the data.
20514@var{nn} is a hex-encoded @code{errno} value.
20515
20516@item @code{""} (empty)
20517An empty reply indicates the @var{object} or @var{annex} string was not
20518recognized by the stub.
20519@end table
20520
20521@item @code{qPart}:@var{object}:@code{write}:@var{annex}:@var{offset}:@var{data@dots{}}
20522
20523Write uninterpreted bytes into the target's special data area
20524identified by the keyword @code{object},
20525starting at @var{offset} bytes into the data.
20526@var{data@dots{}} is the hex-encoded data to be written.
20527The content and encoding of @var{annex} is specific to the object;
20528it can supply additional details about what data to access.
20529
20530No requests of this form are presently in use. This specification
20531serves as a placeholder to document the common format that new
20532specific request specifications ought to use.
20533
20534Reply:
20535@table @asis
20536@item @var{nn}
20537@var{nn} (hex encoded) is the number of bytes written.
20538This may be fewer bytes than supplied in the request.
20539
20540@item @code{E00}
20541The request was malformed, or @var{annex} was invalid.
20542
20543@item @code{E}@var{nn}
20544The offset was invalid, or there was an error encountered writing the data.
20545@var{nn} is a hex-encoded @code{errno} value.
20546
20547@item @code{""} (empty)
20548An empty reply indicates the @var{object} or @var{annex} string was not
20549recognized by the stub, or that the object does not support writing.
20550@end table
20551
20552@item @code{qPart}:@var{object}:@var{operation}:@dots{}
20553Requests of this form may be added in the future. When a stub does
20554not recognize the @var{object} keyword, or its support for
20555@var{object} does not recognize the @var{operation} keyword,
20556the stub must respond with an empty packet.
ee2d5c50
AC
20557@end table
20558
20559@node Register Packet Format
20560@section Register Packet Format
eb12ee30 20561
8e04817f 20562The following @samp{g}/@samp{G} packets have previously been defined.
ee2d5c50
AC
20563In the below, some thirty-two bit registers are transferred as
20564sixty-four bits. Those registers should be zero/sign extended (which?)
20565to fill the space allocated. Register bytes are transfered in target
20566byte order. The two nibbles within a register byte are transfered
20567most-significant - least-significant.
eb12ee30 20568
ee2d5c50 20569@table @r
eb12ee30 20570
8e04817f 20571@item MIPS32
ee2d5c50 20572
8e04817f
AC
20573All registers are transfered as thirty-two bit quantities in the order:
2057432 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
20575registers; fsr; fir; fp.
eb12ee30 20576
8e04817f 20577@item MIPS64
ee2d5c50 20578
8e04817f
AC
20579All registers are transfered as sixty-four bit quantities (including
20580thirty-two bit registers such as @code{sr}). The ordering is the same
20581as @code{MIPS32}.
eb12ee30 20582
ee2d5c50
AC
20583@end table
20584
20585@node Examples
20586@section Examples
eb12ee30 20587
8e04817f
AC
20588Example sequence of a target being re-started. Notice how the restart
20589does not get any direct output:
eb12ee30 20590
474c8240 20591@smallexample
d2c6833e
AC
20592-> @code{R00}
20593<- @code{+}
8e04817f 20594@emph{target restarts}
d2c6833e 20595-> @code{?}
8e04817f 20596<- @code{+}
d2c6833e
AC
20597<- @code{T001:1234123412341234}
20598-> @code{+}
474c8240 20599@end smallexample
eb12ee30 20600
8e04817f 20601Example sequence of a target being stepped by a single instruction:
eb12ee30 20602
474c8240 20603@smallexample
d2c6833e 20604-> @code{G1445@dots{}}
8e04817f 20605<- @code{+}
d2c6833e
AC
20606-> @code{s}
20607<- @code{+}
20608@emph{time passes}
20609<- @code{T001:1234123412341234}
8e04817f 20610-> @code{+}
d2c6833e 20611-> @code{g}
8e04817f 20612<- @code{+}
d2c6833e
AC
20613<- @code{1455@dots{}}
20614-> @code{+}
474c8240 20615@end smallexample
eb12ee30 20616
0ce1b118
CV
20617@node File-I/O remote protocol extension
20618@section File-I/O remote protocol extension
20619@cindex File-I/O remote protocol extension
20620
20621@menu
20622* File-I/O Overview::
20623* Protocol basics::
1d8b2f28
JB
20624* The F request packet::
20625* The F reply packet::
0ce1b118
CV
20626* Memory transfer::
20627* The Ctrl-C message::
20628* Console I/O::
20629* The isatty call::
20630* The system call::
20631* List of supported calls::
20632* Protocol specific representation of datatypes::
20633* Constants::
20634* File-I/O Examples::
20635@end menu
20636
20637@node File-I/O Overview
20638@subsection File-I/O Overview
20639@cindex file-i/o overview
20640
20641The File I/O remote protocol extension (short: File-I/O) allows the
20642target to use the hosts file system and console I/O when calling various
20643system calls. System calls on the target system are translated into a
20644remote protocol packet to the host system which then performs the needed
20645actions and returns with an adequate response packet to the target system.
20646This simulates file system operations even on targets that lack file systems.
20647
20648The protocol is defined host- and target-system independent. It uses
20649it's own independent representation of datatypes and values. Both,
20650@value{GDBN} and the target's @value{GDBN} stub are responsible for
20651translating the system dependent values into the unified protocol values
20652when data is transmitted.
20653
20654The communication is synchronous. A system call is possible only
20655when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
20656packets. While @value{GDBN} handles the request for a system call,
20657the target is stopped to allow deterministic access to the target's
20658memory. Therefore File-I/O is not interuptible by target signals. It
20659is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
20660
20661The target's request to perform a host system call does not finish
20662the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
20663after finishing the system call, the target returns to continuing the
20664previous activity (continue, step). No additional continue or step
20665request from @value{GDBN} is required.
20666
20667@smallexample
20668(gdb) continue
20669 <- target requests 'system call X'
20670 target is stopped, @value{GDBN} executes system call
20671 -> GDB returns result
20672 ... target continues, GDB returns to wait for the target
20673 <- target hits breakpoint and sends a Txx packet
20674@end smallexample
20675
20676The protocol is only used for files on the host file system and
20677for I/O on the console. Character or block special devices, pipes,
20678named pipes or sockets or any other communication method on the host
20679system are not supported by this protocol.
20680
20681@node Protocol basics
20682@subsection Protocol basics
20683@cindex protocol basics, file-i/o
20684
20685The File-I/O protocol uses the @code{F} packet, as request as well
20686as as reply packet. Since a File-I/O system call can only occur when
b383017d 20687@value{GDBN} is waiting for the continuing or stepping target, the
0ce1b118
CV
20688File-I/O request is a reply that @value{GDBN} has to expect as a result
20689of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
20690This @code{F} packet contains all information needed to allow @value{GDBN}
20691to call the appropriate host system call:
20692
20693@itemize @bullet
b383017d 20694@item
0ce1b118
CV
20695A unique identifier for the requested system call.
20696
20697@item
20698All parameters to the system call. Pointers are given as addresses
20699in the target memory address space. Pointers to strings are given as
b383017d 20700pointer/length pair. Numerical values are given as they are.
0ce1b118
CV
20701Numerical control values are given in a protocol specific representation.
20702
20703@end itemize
20704
20705At that point @value{GDBN} has to perform the following actions.
20706
20707@itemize @bullet
b383017d 20708@item
0ce1b118
CV
20709If parameter pointer values are given, which point to data needed as input
20710to a system call, @value{GDBN} requests this data from the target with a
20711standard @code{m} packet request. This additional communication has to be
20712expected by the target implementation and is handled as any other @code{m}
20713packet.
20714
20715@item
20716@value{GDBN} translates all value from protocol representation to host
20717representation as needed. Datatypes are coerced into the host types.
20718
20719@item
20720@value{GDBN} calls the system call
20721
20722@item
20723It then coerces datatypes back to protocol representation.
20724
20725@item
20726If pointer parameters in the request packet point to buffer space in which
20727a system call is expected to copy data to, the data is transmitted to the
20728target using a @code{M} or @code{X} packet. This packet has to be expected
20729by the target implementation and is handled as any other @code{M} or @code{X}
20730packet.
20731
20732@end itemize
20733
20734Eventually @value{GDBN} replies with another @code{F} packet which contains all
20735necessary information for the target to continue. This at least contains
20736
20737@itemize @bullet
20738@item
20739Return value.
20740
20741@item
20742@code{errno}, if has been changed by the system call.
20743
20744@item
20745``Ctrl-C'' flag.
20746
20747@end itemize
20748
20749After having done the needed type and value coercion, the target continues
20750the latest continue or step action.
20751
1d8b2f28 20752@node The F request packet
0ce1b118
CV
20753@subsection The @code{F} request packet
20754@cindex file-i/o request packet
20755@cindex @code{F} request packet
20756
20757The @code{F} request packet has the following format:
20758
20759@table @samp
20760
20761@smallexample
20762@code{F}@var{call-id}@code{,}@var{parameter@dots{}}
20763@end smallexample
20764
20765@var{call-id} is the identifier to indicate the host system call to be called.
20766This is just the name of the function.
20767
20768@var{parameter@dots{}} are the parameters to the system call.
20769
b383017d 20770@end table
0ce1b118
CV
20771
20772Parameters are hexadecimal integer values, either the real values in case
20773of scalar datatypes, as pointers to target buffer space in case of compound
20774datatypes and unspecified memory areas or as pointer/length pairs in case
20775of string parameters. These are appended to the call-id, each separated
20776from its predecessor by a comma. All values are transmitted in ASCII
20777string representation, pointer/length pairs separated by a slash.
20778
1d8b2f28 20779@node The F reply packet
0ce1b118
CV
20780@subsection The @code{F} reply packet
20781@cindex file-i/o reply packet
20782@cindex @code{F} reply packet
20783
20784The @code{F} reply packet has the following format:
20785
20786@table @samp
20787
20788@smallexample
20789@code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
20790@end smallexample
20791
20792@var{retcode} is the return code of the system call as hexadecimal value.
20793
20794@var{errno} is the errno set by the call, in protocol specific representation.
20795This parameter can be omitted if the call was successful.
20796
20797@var{Ctrl-C flag} is only send if the user requested a break. In this
20798case, @var{errno} must be send as well, even if the call was successful.
20799The @var{Ctrl-C flag} itself consists of the character 'C':
20800
20801@smallexample
20802F0,0,C
20803@end smallexample
20804
20805@noindent
20806or, if the call was interupted before the host call has been performed:
20807
20808@smallexample
20809F-1,4,C
20810@end smallexample
20811
20812@noindent
20813assuming 4 is the protocol specific representation of @code{EINTR}.
20814
20815@end table
20816
20817@node Memory transfer
20818@subsection Memory transfer
20819@cindex memory transfer, in file-i/o protocol
20820
20821Structured data which is transferred using a memory read or write as e.g.@:
20822a @code{struct stat} is expected to be in a protocol specific format with
20823all scalar multibyte datatypes being big endian. This should be done by
20824the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
20825it transfers memory to the target. Transferred pointers to structured
20826data should point to the already coerced data at any time.
20827
20828@node The Ctrl-C message
20829@subsection The Ctrl-C message
20830@cindex ctrl-c message, in file-i/o protocol
20831
20832A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
20833reply packet. In this case the target should behave, as if it had
20834gotten a break message. The meaning for the target is ``system call
20835interupted by @code{SIGINT}''. Consequentially, the target should actually stop
20836(as with a break message) and return to @value{GDBN} with a @code{T02}
b383017d 20837packet. In this case, it's important for the target to know, in which
0ce1b118
CV
20838state the system call was interrupted. Since this action is by design
20839not an atomic operation, we have to differ between two cases:
20840
20841@itemize @bullet
20842@item
20843The system call hasn't been performed on the host yet.
20844
20845@item
20846The system call on the host has been finished.
20847
20848@end itemize
20849
20850These two states can be distinguished by the target by the value of the
20851returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
20852call hasn't been performed. This is equivalent to the @code{EINTR} handling
20853on POSIX systems. In any other case, the target may presume that the
20854system call has been finished --- successful or not --- and should behave
20855as if the break message arrived right after the system call.
20856
20857@value{GDBN} must behave reliable. If the system call has not been called
20858yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
20859@code{errno} in the packet. If the system call on the host has been finished
20860before the user requests a break, the full action must be finshed by
20861@value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
20862The @code{F} packet may only be send when either nothing has happened
20863or the full action has been completed.
20864
20865@node Console I/O
20866@subsection Console I/O
20867@cindex console i/o as part of file-i/o
20868
20869By default and if not explicitely closed by the target system, the file
20870descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
20871on the @value{GDBN} console is handled as any other file output operation
20872(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
20873by @value{GDBN} so that after the target read request from file descriptor
208740 all following typing is buffered until either one of the following
20875conditions is met:
20876
20877@itemize @bullet
20878@item
20879The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
20880@code{read}
20881system call is treated as finished.
20882
20883@item
20884The user presses @kbd{Enter}. This is treated as end of input with a trailing
20885line feed.
20886
20887@item
20888The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
20889character, especially no Ctrl-D is appended to the input.
20890
20891@end itemize
20892
20893If the user has typed more characters as fit in the buffer given to
20894the read call, the trailing characters are buffered in @value{GDBN} until
20895either another @code{read(0, @dots{})} is requested by the target or debugging
20896is stopped on users request.
20897
20898@node The isatty call
20899@subsection The isatty(3) call
20900@cindex isatty call, file-i/o protocol
20901
20902A special case in this protocol is the library call @code{isatty} which
20903is implemented as it's own call inside of this protocol. It returns
209041 to the target if the file descriptor given as parameter is attached
20905to the @value{GDBN} console, 0 otherwise. Implementing through system calls
20906would require implementing @code{ioctl} and would be more complex than
20907needed.
20908
20909@node The system call
20910@subsection The system(3) call
20911@cindex system call, file-i/o protocol
20912
20913The other special case in this protocol is the @code{system} call which
20914is implemented as it's own call, too. @value{GDBN} is taking over the full
20915task of calling the necessary host calls to perform the @code{system}
20916call. The return value of @code{system} is simplified before it's returned
20917to the target. Basically, the only signal transmitted back is @code{EINTR}
20918in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
20919entirely of the exit status of the called command.
20920
20921Due to security concerns, the @code{system} call is refused to be called
b383017d 20922by @value{GDBN} by default. The user has to allow this call explicitly by
0ce1b118
CV
20923entering
20924
20925@table @samp
20926@kindex set remote system-call-allowed 1
20927@item @code{set remote system-call-allowed 1}
20928@end table
20929
20930Disabling the @code{system} call is done by
20931
20932@table @samp
20933@kindex set remote system-call-allowed 0
20934@item @code{set remote system-call-allowed 0}
20935@end table
20936
20937The current setting is shown by typing
20938
20939@table @samp
20940@kindex show remote system-call-allowed
20941@item @code{show remote system-call-allowed}
20942@end table
20943
20944@node List of supported calls
20945@subsection List of supported calls
20946@cindex list of supported file-i/o calls
20947
20948@menu
20949* open::
20950* close::
20951* read::
20952* write::
20953* lseek::
20954* rename::
20955* unlink::
20956* stat/fstat::
20957* gettimeofday::
20958* isatty::
20959* system::
20960@end menu
20961
20962@node open
20963@unnumberedsubsubsec open
20964@cindex open, file-i/o system call
20965
20966@smallexample
20967@exdent Synopsis:
20968int open(const char *pathname, int flags);
20969int open(const char *pathname, int flags, mode_t mode);
20970
b383017d 20971@exdent Request:
0ce1b118
CV
20972Fopen,pathptr/len,flags,mode
20973@end smallexample
20974
20975@noindent
20976@code{flags} is the bitwise or of the following values:
20977
20978@table @code
b383017d 20979@item O_CREAT
0ce1b118
CV
20980If the file does not exist it will be created. The host
20981rules apply as far as file ownership and time stamps
20982are concerned.
20983
b383017d 20984@item O_EXCL
0ce1b118
CV
20985When used with O_CREAT, if the file already exists it is
20986an error and open() fails.
20987
b383017d 20988@item O_TRUNC
0ce1b118
CV
20989If the file already exists and the open mode allows
20990writing (O_RDWR or O_WRONLY is given) it will be
20991truncated to length 0.
20992
b383017d 20993@item O_APPEND
0ce1b118
CV
20994The file is opened in append mode.
20995
b383017d 20996@item O_RDONLY
0ce1b118
CV
20997The file is opened for reading only.
20998
b383017d 20999@item O_WRONLY
0ce1b118
CV
21000The file is opened for writing only.
21001
b383017d 21002@item O_RDWR
0ce1b118
CV
21003The file is opened for reading and writing.
21004
21005@noindent
21006Each other bit is silently ignored.
21007
21008@end table
21009
21010@noindent
21011@code{mode} is the bitwise or of the following values:
21012
21013@table @code
b383017d 21014@item S_IRUSR
0ce1b118
CV
21015User has read permission.
21016
b383017d 21017@item S_IWUSR
0ce1b118
CV
21018User has write permission.
21019
b383017d 21020@item S_IRGRP
0ce1b118
CV
21021Group has read permission.
21022
b383017d 21023@item S_IWGRP
0ce1b118
CV
21024Group has write permission.
21025
b383017d 21026@item S_IROTH
0ce1b118
CV
21027Others have read permission.
21028
b383017d 21029@item S_IWOTH
0ce1b118
CV
21030Others have write permission.
21031
21032@noindent
21033Each other bit is silently ignored.
21034
21035@end table
21036
21037@smallexample
21038@exdent Return value:
21039open returns the new file descriptor or -1 if an error
21040occured.
21041
21042@exdent Errors:
21043@end smallexample
21044
21045@table @code
b383017d 21046@item EEXIST
0ce1b118
CV
21047pathname already exists and O_CREAT and O_EXCL were used.
21048
b383017d 21049@item EISDIR
0ce1b118
CV
21050pathname refers to a directory.
21051
b383017d 21052@item EACCES
0ce1b118
CV
21053The requested access is not allowed.
21054
21055@item ENAMETOOLONG
21056pathname was too long.
21057
b383017d 21058@item ENOENT
0ce1b118
CV
21059A directory component in pathname does not exist.
21060
b383017d 21061@item ENODEV
0ce1b118
CV
21062pathname refers to a device, pipe, named pipe or socket.
21063
b383017d 21064@item EROFS
0ce1b118
CV
21065pathname refers to a file on a read-only filesystem and
21066write access was requested.
21067
b383017d 21068@item EFAULT
0ce1b118
CV
21069pathname is an invalid pointer value.
21070
b383017d 21071@item ENOSPC
0ce1b118
CV
21072No space on device to create the file.
21073
b383017d 21074@item EMFILE
0ce1b118
CV
21075The process already has the maximum number of files open.
21076
b383017d 21077@item ENFILE
0ce1b118
CV
21078The limit on the total number of files open on the system
21079has been reached.
21080
b383017d 21081@item EINTR
0ce1b118
CV
21082The call was interrupted by the user.
21083@end table
21084
21085@node close
21086@unnumberedsubsubsec close
21087@cindex close, file-i/o system call
21088
21089@smallexample
b383017d 21090@exdent Synopsis:
0ce1b118
CV
21091int close(int fd);
21092
b383017d 21093@exdent Request:
0ce1b118
CV
21094Fclose,fd
21095
21096@exdent Return value:
21097close returns zero on success, or -1 if an error occurred.
21098
21099@exdent Errors:
21100@end smallexample
21101
21102@table @code
b383017d 21103@item EBADF
0ce1b118
CV
21104fd isn't a valid open file descriptor.
21105
b383017d 21106@item EINTR
0ce1b118
CV
21107The call was interrupted by the user.
21108@end table
21109
21110@node read
21111@unnumberedsubsubsec read
21112@cindex read, file-i/o system call
21113
21114@smallexample
b383017d 21115@exdent Synopsis:
0ce1b118
CV
21116int read(int fd, void *buf, unsigned int count);
21117
b383017d 21118@exdent Request:
0ce1b118
CV
21119Fread,fd,bufptr,count
21120
21121@exdent Return value:
21122On success, the number of bytes read is returned.
21123Zero indicates end of file. If count is zero, read
b383017d 21124returns zero as well. On error, -1 is returned.
0ce1b118
CV
21125
21126@exdent Errors:
21127@end smallexample
21128
21129@table @code
b383017d 21130@item EBADF
0ce1b118
CV
21131fd is not a valid file descriptor or is not open for
21132reading.
21133
b383017d 21134@item EFAULT
0ce1b118
CV
21135buf is an invalid pointer value.
21136
b383017d 21137@item EINTR
0ce1b118
CV
21138The call was interrupted by the user.
21139@end table
21140
21141@node write
21142@unnumberedsubsubsec write
21143@cindex write, file-i/o system call
21144
21145@smallexample
b383017d 21146@exdent Synopsis:
0ce1b118
CV
21147int write(int fd, const void *buf, unsigned int count);
21148
b383017d 21149@exdent Request:
0ce1b118
CV
21150Fwrite,fd,bufptr,count
21151
21152@exdent Return value:
21153On success, the number of bytes written are returned.
21154Zero indicates nothing was written. On error, -1
21155is returned.
21156
21157@exdent Errors:
21158@end smallexample
21159
21160@table @code
b383017d 21161@item EBADF
0ce1b118
CV
21162fd is not a valid file descriptor or is not open for
21163writing.
21164
b383017d 21165@item EFAULT
0ce1b118
CV
21166buf is an invalid pointer value.
21167
b383017d 21168@item EFBIG
0ce1b118
CV
21169An attempt was made to write a file that exceeds the
21170host specific maximum file size allowed.
21171
b383017d 21172@item ENOSPC
0ce1b118
CV
21173No space on device to write the data.
21174
b383017d 21175@item EINTR
0ce1b118
CV
21176The call was interrupted by the user.
21177@end table
21178
21179@node lseek
21180@unnumberedsubsubsec lseek
21181@cindex lseek, file-i/o system call
21182
21183@smallexample
b383017d 21184@exdent Synopsis:
0ce1b118
CV
21185long lseek (int fd, long offset, int flag);
21186
b383017d 21187@exdent Request:
0ce1b118
CV
21188Flseek,fd,offset,flag
21189@end smallexample
21190
21191@code{flag} is one of:
21192
21193@table @code
b383017d 21194@item SEEK_SET
0ce1b118
CV
21195The offset is set to offset bytes.
21196
b383017d 21197@item SEEK_CUR
0ce1b118
CV
21198The offset is set to its current location plus offset
21199bytes.
21200
b383017d 21201@item SEEK_END
0ce1b118
CV
21202The offset is set to the size of the file plus offset
21203bytes.
21204@end table
21205
21206@smallexample
21207@exdent Return value:
21208On success, the resulting unsigned offset in bytes from
21209the beginning of the file is returned. Otherwise, a
21210value of -1 is returned.
21211
21212@exdent Errors:
21213@end smallexample
21214
21215@table @code
b383017d 21216@item EBADF
0ce1b118
CV
21217fd is not a valid open file descriptor.
21218
b383017d 21219@item ESPIPE
0ce1b118
CV
21220fd is associated with the @value{GDBN} console.
21221
b383017d 21222@item EINVAL
0ce1b118
CV
21223flag is not a proper value.
21224
b383017d 21225@item EINTR
0ce1b118
CV
21226The call was interrupted by the user.
21227@end table
21228
21229@node rename
21230@unnumberedsubsubsec rename
21231@cindex rename, file-i/o system call
21232
21233@smallexample
b383017d 21234@exdent Synopsis:
0ce1b118
CV
21235int rename(const char *oldpath, const char *newpath);
21236
b383017d 21237@exdent Request:
0ce1b118
CV
21238Frename,oldpathptr/len,newpathptr/len
21239
21240@exdent Return value:
21241On success, zero is returned. On error, -1 is returned.
21242
21243@exdent Errors:
21244@end smallexample
21245
21246@table @code
b383017d 21247@item EISDIR
0ce1b118
CV
21248newpath is an existing directory, but oldpath is not a
21249directory.
21250
b383017d 21251@item EEXIST
0ce1b118
CV
21252newpath is a non-empty directory.
21253
b383017d 21254@item EBUSY
0ce1b118
CV
21255oldpath or newpath is a directory that is in use by some
21256process.
21257
b383017d 21258@item EINVAL
0ce1b118
CV
21259An attempt was made to make a directory a subdirectory
21260of itself.
21261
b383017d 21262@item ENOTDIR
0ce1b118
CV
21263A component used as a directory in oldpath or new
21264path is not a directory. Or oldpath is a directory
21265and newpath exists but is not a directory.
21266
b383017d 21267@item EFAULT
0ce1b118
CV
21268oldpathptr or newpathptr are invalid pointer values.
21269
b383017d 21270@item EACCES
0ce1b118
CV
21271No access to the file or the path of the file.
21272
21273@item ENAMETOOLONG
b383017d 21274
0ce1b118
CV
21275oldpath or newpath was too long.
21276
b383017d 21277@item ENOENT
0ce1b118
CV
21278A directory component in oldpath or newpath does not exist.
21279
b383017d 21280@item EROFS
0ce1b118
CV
21281The file is on a read-only filesystem.
21282
b383017d 21283@item ENOSPC
0ce1b118
CV
21284The device containing the file has no room for the new
21285directory entry.
21286
b383017d 21287@item EINTR
0ce1b118
CV
21288The call was interrupted by the user.
21289@end table
21290
21291@node unlink
21292@unnumberedsubsubsec unlink
21293@cindex unlink, file-i/o system call
21294
21295@smallexample
b383017d 21296@exdent Synopsis:
0ce1b118
CV
21297int unlink(const char *pathname);
21298
b383017d 21299@exdent Request:
0ce1b118
CV
21300Funlink,pathnameptr/len
21301
21302@exdent Return value:
21303On success, zero is returned. On error, -1 is returned.
21304
21305@exdent Errors:
21306@end smallexample
21307
21308@table @code
b383017d 21309@item EACCES
0ce1b118
CV
21310No access to the file or the path of the file.
21311
b383017d 21312@item EPERM
0ce1b118
CV
21313The system does not allow unlinking of directories.
21314
b383017d 21315@item EBUSY
0ce1b118
CV
21316The file pathname cannot be unlinked because it's
21317being used by another process.
21318
b383017d 21319@item EFAULT
0ce1b118
CV
21320pathnameptr is an invalid pointer value.
21321
21322@item ENAMETOOLONG
21323pathname was too long.
21324
b383017d 21325@item ENOENT
0ce1b118
CV
21326A directory component in pathname does not exist.
21327
b383017d 21328@item ENOTDIR
0ce1b118
CV
21329A component of the path is not a directory.
21330
b383017d 21331@item EROFS
0ce1b118
CV
21332The file is on a read-only filesystem.
21333
b383017d 21334@item EINTR
0ce1b118
CV
21335The call was interrupted by the user.
21336@end table
21337
21338@node stat/fstat
21339@unnumberedsubsubsec stat/fstat
21340@cindex fstat, file-i/o system call
21341@cindex stat, file-i/o system call
21342
21343@smallexample
b383017d 21344@exdent Synopsis:
0ce1b118
CV
21345int stat(const char *pathname, struct stat *buf);
21346int fstat(int fd, struct stat *buf);
21347
b383017d 21348@exdent Request:
0ce1b118
CV
21349Fstat,pathnameptr/len,bufptr
21350Ffstat,fd,bufptr
21351
21352@exdent Return value:
21353On success, zero is returned. On error, -1 is returned.
21354
21355@exdent Errors:
21356@end smallexample
21357
21358@table @code
b383017d 21359@item EBADF
0ce1b118
CV
21360fd is not a valid open file.
21361
b383017d 21362@item ENOENT
0ce1b118
CV
21363A directory component in pathname does not exist or the
21364path is an empty string.
21365
b383017d 21366@item ENOTDIR
0ce1b118
CV
21367A component of the path is not a directory.
21368
b383017d 21369@item EFAULT
0ce1b118
CV
21370pathnameptr is an invalid pointer value.
21371
b383017d 21372@item EACCES
0ce1b118
CV
21373No access to the file or the path of the file.
21374
21375@item ENAMETOOLONG
21376pathname was too long.
21377
b383017d 21378@item EINTR
0ce1b118
CV
21379The call was interrupted by the user.
21380@end table
21381
21382@node gettimeofday
21383@unnumberedsubsubsec gettimeofday
21384@cindex gettimeofday, file-i/o system call
21385
21386@smallexample
b383017d 21387@exdent Synopsis:
0ce1b118
CV
21388int gettimeofday(struct timeval *tv, void *tz);
21389
b383017d 21390@exdent Request:
0ce1b118
CV
21391Fgettimeofday,tvptr,tzptr
21392
21393@exdent Return value:
21394On success, 0 is returned, -1 otherwise.
21395
21396@exdent Errors:
21397@end smallexample
21398
21399@table @code
b383017d 21400@item EINVAL
0ce1b118
CV
21401tz is a non-NULL pointer.
21402
b383017d 21403@item EFAULT
0ce1b118
CV
21404tvptr and/or tzptr is an invalid pointer value.
21405@end table
21406
21407@node isatty
21408@unnumberedsubsubsec isatty
21409@cindex isatty, file-i/o system call
21410
21411@smallexample
b383017d 21412@exdent Synopsis:
0ce1b118
CV
21413int isatty(int fd);
21414
b383017d 21415@exdent Request:
0ce1b118
CV
21416Fisatty,fd
21417
21418@exdent Return value:
21419Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
21420
21421@exdent Errors:
21422@end smallexample
21423
21424@table @code
b383017d 21425@item EINTR
0ce1b118
CV
21426The call was interrupted by the user.
21427@end table
21428
21429@node system
21430@unnumberedsubsubsec system
21431@cindex system, file-i/o system call
21432
21433@smallexample
b383017d 21434@exdent Synopsis:
0ce1b118
CV
21435int system(const char *command);
21436
b383017d 21437@exdent Request:
0ce1b118
CV
21438Fsystem,commandptr/len
21439
21440@exdent Return value:
21441The value returned is -1 on error and the return status
21442of the command otherwise. Only the exit status of the
21443command is returned, which is extracted from the hosts
21444system return value by calling WEXITSTATUS(retval).
21445In case /bin/sh could not be executed, 127 is returned.
21446
21447@exdent Errors:
21448@end smallexample
21449
21450@table @code
b383017d 21451@item EINTR
0ce1b118
CV
21452The call was interrupted by the user.
21453@end table
21454
21455@node Protocol specific representation of datatypes
21456@subsection Protocol specific representation of datatypes
21457@cindex protocol specific representation of datatypes, in file-i/o protocol
21458
21459@menu
21460* Integral datatypes::
21461* Pointer values::
21462* struct stat::
21463* struct timeval::
21464@end menu
21465
21466@node Integral datatypes
21467@unnumberedsubsubsec Integral datatypes
21468@cindex integral datatypes, in file-i/o protocol
21469
21470The integral datatypes used in the system calls are
21471
21472@smallexample
21473int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
21474@end smallexample
21475
21476@code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
21477implemented as 32 bit values in this protocol.
21478
b383017d
RM
21479@code{Long} and @code{unsigned long} are implemented as 64 bit types.
21480
0ce1b118
CV
21481@xref{Limits}, for corresponding MIN and MAX values (similar to those
21482in @file{limits.h}) to allow range checking on host and target.
21483
21484@code{time_t} datatypes are defined as seconds since the Epoch.
21485
21486All integral datatypes transferred as part of a memory read or write of a
21487structured datatype e.g.@: a @code{struct stat} have to be given in big endian
21488byte order.
21489
21490@node Pointer values
21491@unnumberedsubsubsec Pointer values
21492@cindex pointer values, in file-i/o protocol
21493
21494Pointers to target data are transmitted as they are. An exception
21495is made for pointers to buffers for which the length isn't
21496transmitted as part of the function call, namely strings. Strings
21497are transmitted as a pointer/length pair, both as hex values, e.g.@:
21498
21499@smallexample
21500@code{1aaf/12}
21501@end smallexample
21502
21503@noindent
21504which is a pointer to data of length 18 bytes at position 0x1aaf.
21505The length is defined as the full string length in bytes, including
21506the trailing null byte. Example:
21507
21508@smallexample
21509``hello, world'' at address 0x123456
21510@end smallexample
21511
21512@noindent
21513is transmitted as
21514
21515@smallexample
21516@code{123456/d}
21517@end smallexample
21518
21519@node struct stat
21520@unnumberedsubsubsec struct stat
21521@cindex struct stat, in file-i/o protocol
21522
21523The buffer of type struct stat used by the target and @value{GDBN} is defined
21524as follows:
21525
21526@smallexample
21527struct stat @{
21528 unsigned int st_dev; /* device */
21529 unsigned int st_ino; /* inode */
21530 mode_t st_mode; /* protection */
21531 unsigned int st_nlink; /* number of hard links */
21532 unsigned int st_uid; /* user ID of owner */
21533 unsigned int st_gid; /* group ID of owner */
21534 unsigned int st_rdev; /* device type (if inode device) */
21535 unsigned long st_size; /* total size, in bytes */
21536 unsigned long st_blksize; /* blocksize for filesystem I/O */
21537 unsigned long st_blocks; /* number of blocks allocated */
21538 time_t st_atime; /* time of last access */
21539 time_t st_mtime; /* time of last modification */
21540 time_t st_ctime; /* time of last change */
21541@};
21542@end smallexample
21543
21544The integral datatypes are conforming to the definitions given in the
21545approriate section (see @ref{Integral datatypes}, for details) so this
21546structure is of size 64 bytes.
21547
21548The values of several fields have a restricted meaning and/or
21549range of values.
21550
21551@smallexample
21552st_dev: 0 file
21553 1 console
21554
21555st_ino: No valid meaning for the target. Transmitted unchanged.
21556
21557st_mode: Valid mode bits are described in Appendix C. Any other
21558 bits have currently no meaning for the target.
21559
21560st_uid: No valid meaning for the target. Transmitted unchanged.
21561
21562st_gid: No valid meaning for the target. Transmitted unchanged.
21563
21564st_rdev: No valid meaning for the target. Transmitted unchanged.
21565
21566st_atime, st_mtime, st_ctime:
21567 These values have a host and file system dependent
21568 accuracy. Especially on Windows hosts the file systems
21569 don't support exact timing values.
21570@end smallexample
21571
21572The target gets a struct stat of the above representation and is
21573responsible to coerce it to the target representation before
21574continuing.
21575
21576Note that due to size differences between the host and target
21577representation of stat members, these members could eventually
21578get truncated on the target.
21579
21580@node struct timeval
21581@unnumberedsubsubsec struct timeval
21582@cindex struct timeval, in file-i/o protocol
21583
21584The buffer of type struct timeval used by the target and @value{GDBN}
21585is defined as follows:
21586
21587@smallexample
b383017d 21588struct timeval @{
0ce1b118
CV
21589 time_t tv_sec; /* second */
21590 long tv_usec; /* microsecond */
21591@};
21592@end smallexample
21593
21594The integral datatypes are conforming to the definitions given in the
21595approriate section (see @ref{Integral datatypes}, for details) so this
21596structure is of size 8 bytes.
21597
21598@node Constants
21599@subsection Constants
21600@cindex constants, in file-i/o protocol
21601
21602The following values are used for the constants inside of the
21603protocol. @value{GDBN} and target are resposible to translate these
21604values before and after the call as needed.
21605
21606@menu
21607* Open flags::
21608* mode_t values::
21609* Errno values::
21610* Lseek flags::
21611* Limits::
21612@end menu
21613
21614@node Open flags
21615@unnumberedsubsubsec Open flags
21616@cindex open flags, in file-i/o protocol
21617
21618All values are given in hexadecimal representation.
21619
21620@smallexample
21621 O_RDONLY 0x0
21622 O_WRONLY 0x1
21623 O_RDWR 0x2
21624 O_APPEND 0x8
21625 O_CREAT 0x200
21626 O_TRUNC 0x400
21627 O_EXCL 0x800
21628@end smallexample
21629
21630@node mode_t values
21631@unnumberedsubsubsec mode_t values
21632@cindex mode_t values, in file-i/o protocol
21633
21634All values are given in octal representation.
21635
21636@smallexample
21637 S_IFREG 0100000
21638 S_IFDIR 040000
21639 S_IRUSR 0400
21640 S_IWUSR 0200
21641 S_IXUSR 0100
21642 S_IRGRP 040
21643 S_IWGRP 020
21644 S_IXGRP 010
21645 S_IROTH 04
21646 S_IWOTH 02
21647 S_IXOTH 01
21648@end smallexample
21649
21650@node Errno values
21651@unnumberedsubsubsec Errno values
21652@cindex errno values, in file-i/o protocol
21653
21654All values are given in decimal representation.
21655
21656@smallexample
21657 EPERM 1
21658 ENOENT 2
21659 EINTR 4
21660 EBADF 9
21661 EACCES 13
21662 EFAULT 14
21663 EBUSY 16
21664 EEXIST 17
21665 ENODEV 19
21666 ENOTDIR 20
21667 EISDIR 21
21668 EINVAL 22
21669 ENFILE 23
21670 EMFILE 24
21671 EFBIG 27
21672 ENOSPC 28
21673 ESPIPE 29
21674 EROFS 30
21675 ENAMETOOLONG 91
21676 EUNKNOWN 9999
21677@end smallexample
21678
21679 EUNKNOWN is used as a fallback error value if a host system returns
21680 any error value not in the list of supported error numbers.
21681
21682@node Lseek flags
21683@unnumberedsubsubsec Lseek flags
21684@cindex lseek flags, in file-i/o protocol
21685
21686@smallexample
21687 SEEK_SET 0
21688 SEEK_CUR 1
21689 SEEK_END 2
21690@end smallexample
21691
21692@node Limits
21693@unnumberedsubsubsec Limits
21694@cindex limits, in file-i/o protocol
21695
21696All values are given in decimal representation.
21697
21698@smallexample
21699 INT_MIN -2147483648
21700 INT_MAX 2147483647
21701 UINT_MAX 4294967295
21702 LONG_MIN -9223372036854775808
21703 LONG_MAX 9223372036854775807
21704 ULONG_MAX 18446744073709551615
21705@end smallexample
21706
21707@node File-I/O Examples
21708@subsection File-I/O Examples
21709@cindex file-i/o examples
21710
21711Example sequence of a write call, file descriptor 3, buffer is at target
21712address 0x1234, 6 bytes should be written:
21713
21714@smallexample
21715<- @code{Fwrite,3,1234,6}
21716@emph{request memory read from target}
21717-> @code{m1234,6}
21718<- XXXXXX
21719@emph{return "6 bytes written"}
21720-> @code{F6}
21721@end smallexample
21722
21723Example sequence of a read call, file descriptor 3, buffer is at target
21724address 0x1234, 6 bytes should be read:
21725
21726@smallexample
21727<- @code{Fread,3,1234,6}
21728@emph{request memory write to target}
21729-> @code{X1234,6:XXXXXX}
21730@emph{return "6 bytes read"}
21731-> @code{F6}
21732@end smallexample
21733
21734Example sequence of a read call, call fails on the host due to invalid
21735file descriptor (EBADF):
21736
21737@smallexample
21738<- @code{Fread,3,1234,6}
21739-> @code{F-1,9}
21740@end smallexample
21741
21742Example sequence of a read call, user presses Ctrl-C before syscall on
21743host is called:
21744
21745@smallexample
21746<- @code{Fread,3,1234,6}
21747-> @code{F-1,4,C}
21748<- @code{T02}
21749@end smallexample
21750
21751Example sequence of a read call, user presses Ctrl-C after syscall on
21752host is called:
21753
21754@smallexample
21755<- @code{Fread,3,1234,6}
21756-> @code{X1234,6:XXXXXX}
21757<- @code{T02}
21758@end smallexample
21759
f418dd93
DJ
21760@include agentexpr.texi
21761
aab4e0ec 21762@include gpl.texi
eb12ee30 21763
2154891a 21764@raisesections
6826cf00 21765@include fdl.texi
2154891a 21766@lowersections
6826cf00 21767
6d2ebf8b 21768@node Index
c906108c
SS
21769@unnumbered Index
21770
21771@printindex cp
21772
21773@tex
21774% I think something like @colophon should be in texinfo. In the
21775% meantime:
21776\long\def\colophon{\hbox to0pt{}\vfill
21777\centerline{The body of this manual is set in}
21778\centerline{\fontname\tenrm,}
21779\centerline{with headings in {\bf\fontname\tenbf}}
21780\centerline{and examples in {\tt\fontname\tentt}.}
21781\centerline{{\it\fontname\tenit\/},}
21782\centerline{{\bf\fontname\tenbf}, and}
21783\centerline{{\sl\fontname\tensl\/}}
21784\centerline{are used for emphasis.}\vfill}
21785\page\colophon
21786% Blame: doc@cygnus.com, 1991.
21787@end tex
21788
c906108c 21789@bye
This page took 2.109589 seconds and 4 git commands to generate.