* arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
CommitLineData
c906108c 1\input texinfo @c -*-texinfo-*-
b6ba6518 2@c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
c552b3bb 3@c 1999, 2000, 2001, 2002, 2003, 2004
c906108c
SS
4@c Free Software Foundation, Inc.
5@c
5d161b24 6@c %**start of header
c906108c
SS
7@c makeinfo ignores cmds prev to setfilename, so its arg cannot make use
8@c of @set vars. However, you can override filename with makeinfo -o.
9@setfilename gdb.info
10@c
11@include gdb-cfg.texi
12@c
c906108c 13@settitle Debugging with @value{GDBN}
c906108c
SS
14@setchapternewpage odd
15@c %**end of header
16
17@iftex
18@c @smallbook
19@c @cropmarks
20@end iftex
21
22@finalout
23@syncodeindex ky cp
24
41afff9a 25@c readline appendices use @vindex, @findex and @ftable,
48e934c6 26@c annotate.texi and gdbmi use @findex.
c906108c 27@syncodeindex vr cp
41afff9a 28@syncodeindex fn cp
c906108c
SS
29
30@c !!set GDB manual's edition---not the same as GDB version!
9fe8321b 31@c This is updated by GNU Press.
e9c75b65 32@set EDITION Ninth
c906108c 33
87885426
FN
34@c !!set GDB edit command default editor
35@set EDITOR /bin/ex
c906108c 36
6c0e9fb3 37@c THIS MANUAL REQUIRES TEXINFO 4.0 OR LATER.
c906108c 38
c906108c 39@c This is a dir.info fragment to support semi-automated addition of
6d2ebf8b 40@c manuals to an info tree.
96a2c332
SS
41@dircategory Programming & development tools.
42@direntry
c906108c 43* Gdb: (gdb). The @sc{gnu} debugger.
96a2c332
SS
44@end direntry
45
c906108c
SS
46@ifinfo
47This file documents the @sc{gnu} debugger @value{GDBN}.
48
49
9fe8321b
AC
50This is the @value{EDITION} Edition, of @cite{Debugging with
51@value{GDBN}: the @sc{gnu} Source-Level Debugger} for @value{GDBN}
52Version @value{GDBVN}.
c906108c 53
8a037dd7 54Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,@*
c552b3bb 55 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
c906108c 56
e9c75b65
EZ
57Permission is granted to copy, distribute and/or modify this document
58under the terms of the GNU Free Documentation License, Version 1.1 or
59any later version published by the Free Software Foundation; with the
959acfd1
EZ
60Invariant Sections being ``Free Software'' and ``Free Software Needs
61Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
62and with the Back-Cover Texts as in (a) below.
c906108c 63
6826cf00
EZ
64(a) The Free Software Foundation's Back-Cover Text is: ``You have
65freedom to copy and modify this GNU Manual, like GNU software. Copies
66published by the Free Software Foundation raise funds for GNU
67development.''
c906108c
SS
68@end ifinfo
69
70@titlepage
71@title Debugging with @value{GDBN}
72@subtitle The @sc{gnu} Source-Level Debugger
c906108c 73@sp 1
c906108c 74@subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
9e9c5ae7 75@author Richard Stallman, Roland Pesch, Stan Shebs, et al.
c906108c 76@page
c906108c
SS
77@tex
78{\parskip=0pt
53a5351d 79\hfill (Send bugs and comments on @value{GDBN} to bug-gdb\@gnu.org.)\par
c906108c
SS
80\hfill {\it Debugging with @value{GDBN}}\par
81\hfill \TeX{}info \texinfoversion\par
82}
83@end tex
53a5351d 84
c906108c 85@vskip 0pt plus 1filll
8a037dd7 86Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
b51970ac 871996, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
c906108c 88@sp 2
c906108c
SS
89Published by the Free Software Foundation @*
9059 Temple Place - Suite 330, @*
91Boston, MA 02111-1307 USA @*
6d2ebf8b 92ISBN 1-882114-77-9 @*
e9c75b65
EZ
93
94Permission is granted to copy, distribute and/or modify this document
95under the terms of the GNU Free Documentation License, Version 1.1 or
96any later version published by the Free Software Foundation; with the
959acfd1
EZ
97Invariant Sections being ``Free Software'' and ``Free Software Needs
98Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
99and with the Back-Cover Texts as in (a) below.
e9c75b65 100
6826cf00
EZ
101(a) The Free Software Foundation's Back-Cover Text is: ``You have
102freedom to copy and modify this GNU Manual, like GNU software. Copies
103published by the Free Software Foundation raise funds for GNU
104development.''
c906108c
SS
105@end titlepage
106@page
107
6c0e9fb3 108@ifnottex
6d2ebf8b
SS
109@node Top, Summary, (dir), (dir)
110
c906108c
SS
111@top Debugging with @value{GDBN}
112
113This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
114
9fe8321b 115This is the @value{EDITION} Edition, for @value{GDBN} Version
c906108c
SS
116@value{GDBVN}.
117
c552b3bb 118Copyright (C) 1988-2004 Free Software Foundation, Inc.
6d2ebf8b
SS
119
120@menu
121* Summary:: Summary of @value{GDBN}
122* Sample Session:: A sample @value{GDBN} session
123
124* Invocation:: Getting in and out of @value{GDBN}
125* Commands:: @value{GDBN} commands
126* Running:: Running programs under @value{GDBN}
127* Stopping:: Stopping and continuing
128* Stack:: Examining the stack
129* Source:: Examining source files
130* Data:: Examining data
e2e0bcd1 131* Macros:: Preprocessor Macros
b37052ae 132* Tracepoints:: Debugging remote targets non-intrusively
df0cd8c5 133* Overlays:: Debugging programs that use overlays
6d2ebf8b
SS
134
135* Languages:: Using @value{GDBN} with different languages
136
137* Symbols:: Examining the symbol table
138* Altering:: Altering execution
139* GDB Files:: @value{GDBN} files
140* Targets:: Specifying a debugging target
6b2f586d 141* Remote Debugging:: Debugging remote programs
6d2ebf8b
SS
142* Configurations:: Configuration-specific information
143* Controlling GDB:: Controlling @value{GDBN}
144* Sequences:: Canned sequences of commands
c4555f82 145* TUI:: @value{GDBN} Text User Interface
21c294e6 146* Interpreters:: Command Interpreters
6d2ebf8b
SS
147* Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
148* Annotations:: @value{GDBN}'s annotation interface.
7162c0ca 149* GDB/MI:: @value{GDBN}'s Machine Interface.
6d2ebf8b
SS
150
151* GDB Bugs:: Reporting bugs in @value{GDBN}
152* Formatting Documentation:: How to format and print @value{GDBN} documentation
153
154* Command Line Editing:: Command Line Editing
155* Using History Interactively:: Using History Interactively
156* Installing GDB:: Installing GDB
eb12ee30 157* Maintenance Commands:: Maintenance Commands
e0ce93ac 158* Remote Protocol:: GDB Remote Serial Protocol
f418dd93 159* Agent Expressions:: The GDB Agent Expression Mechanism
aab4e0ec
AC
160* Copying:: GNU General Public License says
161 how you can copy and share GDB
6826cf00 162* GNU Free Documentation License:: The license for this documentation
6d2ebf8b
SS
163* Index:: Index
164@end menu
165
6c0e9fb3 166@end ifnottex
c906108c 167
449f3b6c 168@contents
449f3b6c 169
6d2ebf8b 170@node Summary
c906108c
SS
171@unnumbered Summary of @value{GDBN}
172
173The purpose of a debugger such as @value{GDBN} is to allow you to see what is
174going on ``inside'' another program while it executes---or what another
175program was doing at the moment it crashed.
176
177@value{GDBN} can do four main kinds of things (plus other things in support of
178these) to help you catch bugs in the act:
179
180@itemize @bullet
181@item
182Start your program, specifying anything that might affect its behavior.
183
184@item
185Make your program stop on specified conditions.
186
187@item
188Examine what has happened, when your program has stopped.
189
190@item
191Change things in your program, so you can experiment with correcting the
192effects of one bug and go on to learn about another.
193@end itemize
194
49efadf5 195You can use @value{GDBN} to debug programs written in C and C@t{++}.
c906108c 196For more information, see @ref{Support,,Supported languages}.
c906108c
SS
197For more information, see @ref{C,,C and C++}.
198
cce74817 199@cindex Modula-2
e632838e
AC
200Support for Modula-2 is partial. For information on Modula-2, see
201@ref{Modula-2,,Modula-2}.
c906108c 202
cce74817
JM
203@cindex Pascal
204Debugging Pascal programs which use sets, subranges, file variables, or
205nested functions does not currently work. @value{GDBN} does not support
206entering expressions, printing values, or similar features using Pascal
207syntax.
c906108c 208
c906108c
SS
209@cindex Fortran
210@value{GDBN} can be used to debug programs written in Fortran, although
53a5351d 211it may be necessary to refer to some variables with a trailing
cce74817 212underscore.
c906108c 213
b37303ee
AF
214@value{GDBN} can be used to debug programs written in Objective-C,
215using either the Apple/NeXT or the GNU Objective-C runtime.
216
c906108c
SS
217@menu
218* Free Software:: Freely redistributable software
219* Contributors:: Contributors to GDB
220@end menu
221
6d2ebf8b 222@node Free Software
c906108c
SS
223@unnumberedsec Free software
224
5d161b24 225@value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
c906108c
SS
226General Public License
227(GPL). The GPL gives you the freedom to copy or adapt a licensed
228program---but every person getting a copy also gets with it the
229freedom to modify that copy (which means that they must get access to
230the source code), and the freedom to distribute further copies.
231Typical software companies use copyrights to limit your freedoms; the
232Free Software Foundation uses the GPL to preserve these freedoms.
233
234Fundamentally, the General Public License is a license which says that
235you have these freedoms and that you cannot take these freedoms away
236from anyone else.
237
2666264b 238@unnumberedsec Free Software Needs Free Documentation
959acfd1
EZ
239
240The biggest deficiency in the free software community today is not in
241the software---it is the lack of good free documentation that we can
242include with the free software. Many of our most important
243programs do not come with free reference manuals and free introductory
244texts. Documentation is an essential part of any software package;
245when an important free software package does not come with a free
246manual and a free tutorial, that is a major gap. We have many such
247gaps today.
248
249Consider Perl, for instance. The tutorial manuals that people
250normally use are non-free. How did this come about? Because the
251authors of those manuals published them with restrictive terms---no
252copying, no modification, source files not available---which exclude
253them from the free software world.
254
255That wasn't the first time this sort of thing happened, and it was far
256from the last. Many times we have heard a GNU user eagerly describe a
257manual that he is writing, his intended contribution to the community,
258only to learn that he had ruined everything by signing a publication
259contract to make it non-free.
260
261Free documentation, like free software, is a matter of freedom, not
262price. The problem with the non-free manual is not that publishers
263charge a price for printed copies---that in itself is fine. (The Free
264Software Foundation sells printed copies of manuals, too.) The
265problem is the restrictions on the use of the manual. Free manuals
266are available in source code form, and give you permission to copy and
267modify. Non-free manuals do not allow this.
268
269The criteria of freedom for a free manual are roughly the same as for
270free software. Redistribution (including the normal kinds of
271commercial redistribution) must be permitted, so that the manual can
272accompany every copy of the program, both on-line and on paper.
273
274Permission for modification of the technical content is crucial too.
275When people modify the software, adding or changing features, if they
276are conscientious they will change the manual too---so they can
277provide accurate and clear documentation for the modified program. A
278manual that leaves you no choice but to write a new manual to document
279a changed version of the program is not really available to our
280community.
281
282Some kinds of limits on the way modification is handled are
283acceptable. For example, requirements to preserve the original
284author's copyright notice, the distribution terms, or the list of
285authors, are ok. It is also no problem to require modified versions
286to include notice that they were modified. Even entire sections that
287may not be deleted or changed are acceptable, as long as they deal
288with nontechnical topics (like this one). These kinds of restrictions
289are acceptable because they don't obstruct the community's normal use
290of the manual.
291
292However, it must be possible to modify all the @emph{technical}
293content of the manual, and then distribute the result in all the usual
294media, through all the usual channels. Otherwise, the restrictions
295obstruct the use of the manual, it is not free, and we need another
296manual to replace it.
297
298Please spread the word about this issue. Our community continues to
299lose manuals to proprietary publishing. If we spread the word that
300free software needs free reference manuals and free tutorials, perhaps
301the next person who wants to contribute by writing documentation will
302realize, before it is too late, that only free manuals contribute to
303the free software community.
304
305If you are writing documentation, please insist on publishing it under
306the GNU Free Documentation License or another free documentation
307license. Remember that this decision requires your approval---you
308don't have to let the publisher decide. Some commercial publishers
309will use a free license if you insist, but they will not propose the
310option; it is up to you to raise the issue and say firmly that this is
311what you want. If the publisher you are dealing with refuses, please
312try other publishers. If you're not sure whether a proposed license
42584a72 313is free, write to @email{licensing@@gnu.org}.
959acfd1
EZ
314
315You can encourage commercial publishers to sell more free, copylefted
316manuals and tutorials by buying them, and particularly by buying
317copies from the publishers that paid for their writing or for major
318improvements. Meanwhile, try to avoid buying non-free documentation
319at all. Check the distribution terms of a manual before you buy it,
320and insist that whoever seeks your business must respect your freedom.
72c9928d
EZ
321Check the history of the book, and try to reward the publishers that
322have paid or pay the authors to work on it.
959acfd1
EZ
323
324The Free Software Foundation maintains a list of free documentation
325published by other publishers, at
326@url{http://www.fsf.org/doc/other-free-books.html}.
327
6d2ebf8b 328@node Contributors
96a2c332
SS
329@unnumberedsec Contributors to @value{GDBN}
330
331Richard Stallman was the original author of @value{GDBN}, and of many
332other @sc{gnu} programs. Many others have contributed to its
333development. This section attempts to credit major contributors. One
334of the virtues of free software is that everyone is free to contribute
335to it; with regret, we cannot actually acknowledge everyone here. The
336file @file{ChangeLog} in the @value{GDBN} distribution approximates a
c906108c
SS
337blow-by-blow account.
338
339Changes much prior to version 2.0 are lost in the mists of time.
340
341@quotation
342@emph{Plea:} Additions to this section are particularly welcome. If you
343or your friends (or enemies, to be evenhanded) have been unfairly
344omitted from this list, we would like to add your names!
345@end quotation
346
347So that they may not regard their many labors as thankless, we
348particularly thank those who shepherded @value{GDBN} through major
349releases:
faae5abe 350Andrew Cagney (releases 6.1, 6.0, 5.3, 5.2, 5.1 and 5.0);
c906108c
SS
351Jim Blandy (release 4.18);
352Jason Molenda (release 4.17);
353Stan Shebs (release 4.14);
354Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
355Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
356John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
357Jim Kingdon (releases 3.5, 3.4, and 3.3);
358and Randy Smith (releases 3.2, 3.1, and 3.0).
359
360Richard Stallman, assisted at various times by Peter TerMaat, Chris
361Hanson, and Richard Mlynarik, handled releases through 2.8.
362
b37052ae
EZ
363Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
364in @value{GDBN}, with significant additional contributions from Per
365Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
366demangler. Early work on C@t{++} was by Peter TerMaat (who also did
367much general update work leading to release 3.0).
c906108c 368
b37052ae 369@value{GDBN} uses the BFD subroutine library to examine multiple
c906108c
SS
370object-file formats; BFD was a joint project of David V.
371Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
372
373David Johnson wrote the original COFF support; Pace Willison did
374the original support for encapsulated COFF.
375
0179ffac 376Brent Benson of Harris Computer Systems contributed DWARF 2 support.
c906108c
SS
377
378Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
379Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
380support.
381Jean-Daniel Fekete contributed Sun 386i support.
382Chris Hanson improved the HP9000 support.
383Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
384David Johnson contributed Encore Umax support.
385Jyrki Kuoppala contributed Altos 3068 support.
386Jeff Law contributed HP PA and SOM support.
387Keith Packard contributed NS32K support.
388Doug Rabson contributed Acorn Risc Machine support.
389Bob Rusk contributed Harris Nighthawk CX-UX support.
390Chris Smith contributed Convex support (and Fortran debugging).
391Jonathan Stone contributed Pyramid support.
392Michael Tiemann contributed SPARC support.
393Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
394Pace Willison contributed Intel 386 support.
395Jay Vosburgh contributed Symmetry support.
a37295f9 396Marko Mlinar contributed OpenRISC 1000 support.
c906108c 397
1104b9e7 398Andreas Schwab contributed M68K @sc{gnu}/Linux support.
c906108c
SS
399
400Rich Schaefer and Peter Schauer helped with support of SunOS shared
401libraries.
402
403Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
404about several machine instruction sets.
405
406Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
407remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
408contributed remote debugging modules for the i960, VxWorks, A29K UDI,
409and RDI targets, respectively.
410
411Brian Fox is the author of the readline libraries providing
412command-line editing and command history.
413
7a292a7a
SS
414Andrew Beers of SUNY Buffalo wrote the language-switching code, the
415Modula-2 support, and contributed the Languages chapter of this manual.
c906108c 416
5d161b24 417Fred Fish wrote most of the support for Unix System Vr4.
b37052ae 418He also enhanced the command-completion support to cover C@t{++} overloaded
c906108c 419symbols.
c906108c 420
f24c5e49
KI
421Hitachi America (now Renesas America), Ltd. sponsored the support for
422H8/300, H8/500, and Super-H processors.
c906108c
SS
423
424NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
425
f24c5e49
KI
426Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D
427processors.
c906108c
SS
428
429Toshiba sponsored the support for the TX39 Mips processor.
430
431Matsushita sponsored the support for the MN10200 and MN10300 processors.
432
96a2c332 433Fujitsu sponsored the support for SPARClite and FR30 processors.
c906108c
SS
434
435Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
436watchpoints.
437
438Michael Snyder added support for tracepoints.
439
440Stu Grossman wrote gdbserver.
441
442Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
96a2c332 443nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
c906108c
SS
444
445The following people at the Hewlett-Packard Company contributed
446support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
b37052ae 447(narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
c906108c
SS
448compiler, and the terminal user interface: Ben Krepp, Richard Title,
449John Bishop, Susan Macchia, Kathy Mann, Satish Pai, India Paul, Steve
450Rehrauer, and Elena Zannoni. Kim Haase provided HP-specific
451information in this manual.
452
b37052ae
EZ
453DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
454Robert Hoehne made significant contributions to the DJGPP port.
455
96a2c332
SS
456Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
457development since 1991. Cygnus engineers who have worked on @value{GDBN}
2df3850c
JM
458fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
459Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
460Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
461Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
462Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
463addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
464JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
465Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
466Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
467Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
468Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
469Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
470Zuhn have made contributions both large and small.
c906108c 471
e2e0bcd1
JB
472Jim Blandy added support for preprocessor macros, while working for Red
473Hat.
c906108c 474
6d2ebf8b 475@node Sample Session
c906108c
SS
476@chapter A Sample @value{GDBN} Session
477
478You can use this manual at your leisure to read all about @value{GDBN}.
479However, a handful of commands are enough to get started using the
480debugger. This chapter illustrates those commands.
481
482@iftex
483In this sample session, we emphasize user input like this: @b{input},
484to make it easier to pick out from the surrounding output.
485@end iftex
486
487@c FIXME: this example may not be appropriate for some configs, where
488@c FIXME...primary interest is in remote use.
489
490One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
491processor) exhibits the following bug: sometimes, when we change its
492quote strings from the default, the commands used to capture one macro
493definition within another stop working. In the following short @code{m4}
494session, we define a macro @code{foo} which expands to @code{0000}; we
495then use the @code{m4} built-in @code{defn} to define @code{bar} as the
496same thing. However, when we change the open quote string to
497@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
498procedure fails to define a new synonym @code{baz}:
499
500@smallexample
501$ @b{cd gnu/m4}
502$ @b{./m4}
503@b{define(foo,0000)}
504
505@b{foo}
5060000
507@b{define(bar,defn(`foo'))}
508
509@b{bar}
5100000
511@b{changequote(<QUOTE>,<UNQUOTE>)}
512
513@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
514@b{baz}
515@b{C-d}
516m4: End of input: 0: fatal error: EOF in string
517@end smallexample
518
519@noindent
520Let us use @value{GDBN} to try to see what is going on.
521
c906108c
SS
522@smallexample
523$ @b{@value{GDBP} m4}
524@c FIXME: this falsifies the exact text played out, to permit smallbook
525@c FIXME... format to come out better.
526@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 527 of it under certain conditions; type "show copying" to see
c906108c 528 the conditions.
5d161b24 529There is absolutely no warranty for @value{GDBN}; type "show warranty"
c906108c
SS
530 for details.
531
532@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
533(@value{GDBP})
534@end smallexample
c906108c
SS
535
536@noindent
537@value{GDBN} reads only enough symbol data to know where to find the
538rest when needed; as a result, the first prompt comes up very quickly.
539We now tell @value{GDBN} to use a narrower display width than usual, so
540that examples fit in this manual.
541
542@smallexample
543(@value{GDBP}) @b{set width 70}
544@end smallexample
545
546@noindent
547We need to see how the @code{m4} built-in @code{changequote} works.
548Having looked at the source, we know the relevant subroutine is
549@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
550@code{break} command.
551
552@smallexample
553(@value{GDBP}) @b{break m4_changequote}
554Breakpoint 1 at 0x62f4: file builtin.c, line 879.
555@end smallexample
556
557@noindent
558Using the @code{run} command, we start @code{m4} running under @value{GDBN}
559control; as long as control does not reach the @code{m4_changequote}
560subroutine, the program runs as usual:
561
562@smallexample
563(@value{GDBP}) @b{run}
564Starting program: /work/Editorial/gdb/gnu/m4/m4
565@b{define(foo,0000)}
566
567@b{foo}
5680000
569@end smallexample
570
571@noindent
572To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
573suspends execution of @code{m4}, displaying information about the
574context where it stops.
575
576@smallexample
577@b{changequote(<QUOTE>,<UNQUOTE>)}
578
5d161b24 579Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
580 at builtin.c:879
581879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
582@end smallexample
583
584@noindent
585Now we use the command @code{n} (@code{next}) to advance execution to
586the next line of the current function.
587
588@smallexample
589(@value{GDBP}) @b{n}
590882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
591 : nil,
592@end smallexample
593
594@noindent
595@code{set_quotes} looks like a promising subroutine. We can go into it
596by using the command @code{s} (@code{step}) instead of @code{next}.
597@code{step} goes to the next line to be executed in @emph{any}
598subroutine, so it steps into @code{set_quotes}.
599
600@smallexample
601(@value{GDBP}) @b{s}
602set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
603 at input.c:530
604530 if (lquote != def_lquote)
605@end smallexample
606
607@noindent
608The display that shows the subroutine where @code{m4} is now
609suspended (and its arguments) is called a stack frame display. It
610shows a summary of the stack. We can use the @code{backtrace}
611command (which can also be spelled @code{bt}), to see where we are
612in the stack as a whole: the @code{backtrace} command displays a
613stack frame for each active subroutine.
614
615@smallexample
616(@value{GDBP}) @b{bt}
617#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
618 at input.c:530
5d161b24 619#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
620 at builtin.c:882
621#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
622#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
623 at macro.c:71
624#4 0x79dc in expand_input () at macro.c:40
625#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
626@end smallexample
627
628@noindent
629We step through a few more lines to see what happens. The first two
630times, we can use @samp{s}; the next two times we use @code{n} to avoid
631falling into the @code{xstrdup} subroutine.
632
633@smallexample
634(@value{GDBP}) @b{s}
6350x3b5c 532 if (rquote != def_rquote)
636(@value{GDBP}) @b{s}
6370x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
638def_lquote : xstrdup(lq);
639(@value{GDBP}) @b{n}
640536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
641 : xstrdup(rq);
642(@value{GDBP}) @b{n}
643538 len_lquote = strlen(rquote);
644@end smallexample
645
646@noindent
647The last line displayed looks a little odd; we can examine the variables
648@code{lquote} and @code{rquote} to see if they are in fact the new left
649and right quotes we specified. We use the command @code{p}
650(@code{print}) to see their values.
651
652@smallexample
653(@value{GDBP}) @b{p lquote}
654$1 = 0x35d40 "<QUOTE>"
655(@value{GDBP}) @b{p rquote}
656$2 = 0x35d50 "<UNQUOTE>"
657@end smallexample
658
659@noindent
660@code{lquote} and @code{rquote} are indeed the new left and right quotes.
661To look at some context, we can display ten lines of source
662surrounding the current line with the @code{l} (@code{list}) command.
663
664@smallexample
665(@value{GDBP}) @b{l}
666533 xfree(rquote);
667534
668535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
669 : xstrdup (lq);
670536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
671 : xstrdup (rq);
672537
673538 len_lquote = strlen(rquote);
674539 len_rquote = strlen(lquote);
675540 @}
676541
677542 void
678@end smallexample
679
680@noindent
681Let us step past the two lines that set @code{len_lquote} and
682@code{len_rquote}, and then examine the values of those variables.
683
684@smallexample
685(@value{GDBP}) @b{n}
686539 len_rquote = strlen(lquote);
687(@value{GDBP}) @b{n}
688540 @}
689(@value{GDBP}) @b{p len_lquote}
690$3 = 9
691(@value{GDBP}) @b{p len_rquote}
692$4 = 7
693@end smallexample
694
695@noindent
696That certainly looks wrong, assuming @code{len_lquote} and
697@code{len_rquote} are meant to be the lengths of @code{lquote} and
698@code{rquote} respectively. We can set them to better values using
699the @code{p} command, since it can print the value of
700any expression---and that expression can include subroutine calls and
701assignments.
702
703@smallexample
704(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
705$5 = 7
706(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
707$6 = 9
708@end smallexample
709
710@noindent
711Is that enough to fix the problem of using the new quotes with the
712@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
713executing with the @code{c} (@code{continue}) command, and then try the
714example that caused trouble initially:
715
716@smallexample
717(@value{GDBP}) @b{c}
718Continuing.
719
720@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
721
722baz
7230000
724@end smallexample
725
726@noindent
727Success! The new quotes now work just as well as the default ones. The
728problem seems to have been just the two typos defining the wrong
729lengths. We allow @code{m4} exit by giving it an EOF as input:
730
731@smallexample
732@b{C-d}
733Program exited normally.
734@end smallexample
735
736@noindent
737The message @samp{Program exited normally.} is from @value{GDBN}; it
738indicates @code{m4} has finished executing. We can end our @value{GDBN}
739session with the @value{GDBN} @code{quit} command.
740
741@smallexample
742(@value{GDBP}) @b{quit}
743@end smallexample
c906108c 744
6d2ebf8b 745@node Invocation
c906108c
SS
746@chapter Getting In and Out of @value{GDBN}
747
748This chapter discusses how to start @value{GDBN}, and how to get out of it.
5d161b24 749The essentials are:
c906108c 750@itemize @bullet
5d161b24 751@item
53a5351d 752type @samp{@value{GDBP}} to start @value{GDBN}.
5d161b24 753@item
c906108c
SS
754type @kbd{quit} or @kbd{C-d} to exit.
755@end itemize
756
757@menu
758* Invoking GDB:: How to start @value{GDBN}
759* Quitting GDB:: How to quit @value{GDBN}
760* Shell Commands:: How to use shell commands inside @value{GDBN}
0fac0b41 761* Logging output:: How to log @value{GDBN}'s output to a file
c906108c
SS
762@end menu
763
6d2ebf8b 764@node Invoking GDB
c906108c
SS
765@section Invoking @value{GDBN}
766
c906108c
SS
767Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
768@value{GDBN} reads commands from the terminal until you tell it to exit.
769
770You can also run @code{@value{GDBP}} with a variety of arguments and options,
771to specify more of your debugging environment at the outset.
772
c906108c
SS
773The command-line options described here are designed
774to cover a variety of situations; in some environments, some of these
5d161b24 775options may effectively be unavailable.
c906108c
SS
776
777The most usual way to start @value{GDBN} is with one argument,
778specifying an executable program:
779
474c8240 780@smallexample
c906108c 781@value{GDBP} @var{program}
474c8240 782@end smallexample
c906108c 783
c906108c
SS
784@noindent
785You can also start with both an executable program and a core file
786specified:
787
474c8240 788@smallexample
c906108c 789@value{GDBP} @var{program} @var{core}
474c8240 790@end smallexample
c906108c
SS
791
792You can, instead, specify a process ID as a second argument, if you want
793to debug a running process:
794
474c8240 795@smallexample
c906108c 796@value{GDBP} @var{program} 1234
474c8240 797@end smallexample
c906108c
SS
798
799@noindent
800would attach @value{GDBN} to process @code{1234} (unless you also have a file
801named @file{1234}; @value{GDBN} does check for a core file first).
802
c906108c 803Taking advantage of the second command-line argument requires a fairly
2df3850c
JM
804complete operating system; when you use @value{GDBN} as a remote
805debugger attached to a bare board, there may not be any notion of
806``process'', and there is often no way to get a core dump. @value{GDBN}
807will warn you if it is unable to attach or to read core dumps.
c906108c 808
aa26fa3a
TT
809You can optionally have @code{@value{GDBP}} pass any arguments after the
810executable file to the inferior using @code{--args}. This option stops
811option processing.
474c8240 812@smallexample
aa26fa3a 813gdb --args gcc -O2 -c foo.c
474c8240 814@end smallexample
aa26fa3a
TT
815This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
816@code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
817
96a2c332 818You can run @code{@value{GDBP}} without printing the front material, which describes
c906108c
SS
819@value{GDBN}'s non-warranty, by specifying @code{-silent}:
820
821@smallexample
822@value{GDBP} -silent
823@end smallexample
824
825@noindent
826You can further control how @value{GDBN} starts up by using command-line
827options. @value{GDBN} itself can remind you of the options available.
828
829@noindent
830Type
831
474c8240 832@smallexample
c906108c 833@value{GDBP} -help
474c8240 834@end smallexample
c906108c
SS
835
836@noindent
837to display all available options and briefly describe their use
838(@samp{@value{GDBP} -h} is a shorter equivalent).
839
840All options and command line arguments you give are processed
841in sequential order. The order makes a difference when the
842@samp{-x} option is used.
843
844
845@menu
c906108c
SS
846* File Options:: Choosing files
847* Mode Options:: Choosing modes
848@end menu
849
6d2ebf8b 850@node File Options
c906108c
SS
851@subsection Choosing files
852
2df3850c 853When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
854specifying an executable file and core file (or process ID). This is
855the same as if the arguments were specified by the @samp{-se} and
19837790
MS
856@samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
857first argument that does not have an associated option flag as
858equivalent to the @samp{-se} option followed by that argument; and the
859second argument that does not have an associated option flag, if any, as
860equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
861If the second argument begins with a decimal digit, @value{GDBN} will
862first attempt to attach to it as a process, and if that fails, attempt
863to open it as a corefile. If you have a corefile whose name begins with
b383017d 864a digit, you can prevent @value{GDBN} from treating it as a pid by
79f12247 865prefixing it with @file{./}, eg. @file{./12345}.
7a292a7a
SS
866
867If @value{GDBN} has not been configured to included core file support,
868such as for most embedded targets, then it will complain about a second
869argument and ignore it.
c906108c
SS
870
871Many options have both long and short forms; both are shown in the
872following list. @value{GDBN} also recognizes the long forms if you truncate
873them, so long as enough of the option is present to be unambiguous.
874(If you prefer, you can flag option arguments with @samp{--} rather
875than @samp{-}, though we illustrate the more usual convention.)
876
d700128c
EZ
877@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
878@c way, both those who look for -foo and --foo in the index, will find
879@c it.
880
c906108c
SS
881@table @code
882@item -symbols @var{file}
883@itemx -s @var{file}
d700128c
EZ
884@cindex @code{--symbols}
885@cindex @code{-s}
c906108c
SS
886Read symbol table from file @var{file}.
887
888@item -exec @var{file}
889@itemx -e @var{file}
d700128c
EZ
890@cindex @code{--exec}
891@cindex @code{-e}
7a292a7a
SS
892Use file @var{file} as the executable file to execute when appropriate,
893and for examining pure data in conjunction with a core dump.
c906108c
SS
894
895@item -se @var{file}
d700128c 896@cindex @code{--se}
c906108c
SS
897Read symbol table from file @var{file} and use it as the executable
898file.
899
c906108c
SS
900@item -core @var{file}
901@itemx -c @var{file}
d700128c
EZ
902@cindex @code{--core}
903@cindex @code{-c}
b383017d 904Use file @var{file} as a core dump to examine.
c906108c
SS
905
906@item -c @var{number}
19837790
MS
907@item -pid @var{number}
908@itemx -p @var{number}
909@cindex @code{--pid}
910@cindex @code{-p}
911Connect to process ID @var{number}, as with the @code{attach} command.
912If there is no such process, @value{GDBN} will attempt to open a core
913file named @var{number}.
c906108c
SS
914
915@item -command @var{file}
916@itemx -x @var{file}
d700128c
EZ
917@cindex @code{--command}
918@cindex @code{-x}
c906108c
SS
919Execute @value{GDBN} commands from file @var{file}. @xref{Command
920Files,, Command files}.
921
922@item -directory @var{directory}
923@itemx -d @var{directory}
d700128c
EZ
924@cindex @code{--directory}
925@cindex @code{-d}
c906108c
SS
926Add @var{directory} to the path to search for source files.
927
c906108c
SS
928@item -m
929@itemx -mapped
d700128c
EZ
930@cindex @code{--mapped}
931@cindex @code{-m}
c906108c
SS
932@emph{Warning: this option depends on operating system facilities that are not
933supported on all systems.}@*
934If memory-mapped files are available on your system through the @code{mmap}
5d161b24 935system call, you can use this option
c906108c
SS
936to have @value{GDBN} write the symbols from your
937program into a reusable file in the current directory. If the program you are debugging is
96a2c332 938called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
c906108c
SS
939Future @value{GDBN} debugging sessions notice the presence of this file,
940and can quickly map in symbol information from it, rather than reading
941the symbol table from the executable program.
942
943The @file{.syms} file is specific to the host machine where @value{GDBN}
944is run. It holds an exact image of the internal @value{GDBN} symbol
945table. It cannot be shared across multiple host platforms.
c906108c 946
c906108c
SS
947@item -r
948@itemx -readnow
d700128c
EZ
949@cindex @code{--readnow}
950@cindex @code{-r}
c906108c
SS
951Read each symbol file's entire symbol table immediately, rather than
952the default, which is to read it incrementally as it is needed.
953This makes startup slower, but makes future operations faster.
53a5351d 954
c906108c
SS
955@end table
956
2df3850c 957You typically combine the @code{-mapped} and @code{-readnow} options in
c906108c 958order to build a @file{.syms} file that contains complete symbol
2df3850c
JM
959information. (@xref{Files,,Commands to specify files}, for information
960on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
961but build a @file{.syms} file for future use is:
c906108c 962
474c8240 963@smallexample
2df3850c 964gdb -batch -nx -mapped -readnow programname
474c8240 965@end smallexample
c906108c 966
6d2ebf8b 967@node Mode Options
c906108c
SS
968@subsection Choosing modes
969
970You can run @value{GDBN} in various alternative modes---for example, in
971batch mode or quiet mode.
972
973@table @code
974@item -nx
975@itemx -n
d700128c
EZ
976@cindex @code{--nx}
977@cindex @code{-n}
96565e91 978Do not execute commands found in any initialization files. Normally,
2df3850c
JM
979@value{GDBN} executes the commands in these files after all the command
980options and arguments have been processed. @xref{Command Files,,Command
981files}.
c906108c
SS
982
983@item -quiet
d700128c 984@itemx -silent
c906108c 985@itemx -q
d700128c
EZ
986@cindex @code{--quiet}
987@cindex @code{--silent}
988@cindex @code{-q}
c906108c
SS
989``Quiet''. Do not print the introductory and copyright messages. These
990messages are also suppressed in batch mode.
991
992@item -batch
d700128c 993@cindex @code{--batch}
c906108c
SS
994Run in batch mode. Exit with status @code{0} after processing all the
995command files specified with @samp{-x} (and all commands from
996initialization files, if not inhibited with @samp{-n}). Exit with
997nonzero status if an error occurs in executing the @value{GDBN} commands
998in the command files.
999
2df3850c
JM
1000Batch mode may be useful for running @value{GDBN} as a filter, for
1001example to download and run a program on another computer; in order to
1002make this more useful, the message
c906108c 1003
474c8240 1004@smallexample
c906108c 1005Program exited normally.
474c8240 1006@end smallexample
c906108c
SS
1007
1008@noindent
2df3850c
JM
1009(which is ordinarily issued whenever a program running under
1010@value{GDBN} control terminates) is not issued when running in batch
1011mode.
1012
1013@item -nowindows
1014@itemx -nw
d700128c
EZ
1015@cindex @code{--nowindows}
1016@cindex @code{-nw}
2df3850c 1017``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 1018(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
1019interface. If no GUI is available, this option has no effect.
1020
1021@item -windows
1022@itemx -w
d700128c
EZ
1023@cindex @code{--windows}
1024@cindex @code{-w}
2df3850c
JM
1025If @value{GDBN} includes a GUI, then this option requires it to be
1026used if possible.
c906108c
SS
1027
1028@item -cd @var{directory}
d700128c 1029@cindex @code{--cd}
c906108c
SS
1030Run @value{GDBN} using @var{directory} as its working directory,
1031instead of the current directory.
1032
c906108c
SS
1033@item -fullname
1034@itemx -f
d700128c
EZ
1035@cindex @code{--fullname}
1036@cindex @code{-f}
7a292a7a
SS
1037@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1038subprocess. It tells @value{GDBN} to output the full file name and line
1039number in a standard, recognizable fashion each time a stack frame is
1040displayed (which includes each time your program stops). This
1041recognizable format looks like two @samp{\032} characters, followed by
1042the file name, line number and character position separated by colons,
1043and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1044@samp{\032} characters as a signal to display the source code for the
1045frame.
c906108c 1046
d700128c
EZ
1047@item -epoch
1048@cindex @code{--epoch}
1049The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1050@value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1051routines so as to allow Epoch to display values of expressions in a
1052separate window.
1053
1054@item -annotate @var{level}
1055@cindex @code{--annotate}
1056This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1057effect is identical to using @samp{set annotate @var{level}}
086432e2
AC
1058(@pxref{Annotations}). The annotation @var{level} controls how much
1059information @value{GDBN} prints together with its prompt, values of
1060expressions, source lines, and other types of output. Level 0 is the
1061normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1062@sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1063that control @value{GDBN}, and level 2 has been deprecated.
1064
1065The annotation mechanism has largely been superseeded by @sc{gdb/mi}
1066(@pxref{GDB/MI}).
d700128c
EZ
1067
1068@item -async
1069@cindex @code{--async}
1070Use the asynchronous event loop for the command-line interface.
1071@value{GDBN} processes all events, such as user keyboard input, via a
1072special event loop. This allows @value{GDBN} to accept and process user
1073commands in parallel with the debugged process being
1074run@footnote{@value{GDBN} built with @sc{djgpp} tools for
1075MS-DOS/MS-Windows supports this mode of operation, but the event loop is
1076suspended when the debuggee runs.}, so you don't need to wait for
1077control to return to @value{GDBN} before you type the next command.
b37052ae 1078(@emph{Note:} as of version 5.1, the target side of the asynchronous
d700128c
EZ
1079operation is not yet in place, so @samp{-async} does not work fully
1080yet.)
1081@c FIXME: when the target side of the event loop is done, the above NOTE
1082@c should be removed.
1083
1084When the standard input is connected to a terminal device, @value{GDBN}
1085uses the asynchronous event loop by default, unless disabled by the
1086@samp{-noasync} option.
1087
1088@item -noasync
1089@cindex @code{--noasync}
1090Disable the asynchronous event loop for the command-line interface.
1091
aa26fa3a
TT
1092@item --args
1093@cindex @code{--args}
1094Change interpretation of command line so that arguments following the
1095executable file are passed as command line arguments to the inferior.
1096This option stops option processing.
1097
2df3850c
JM
1098@item -baud @var{bps}
1099@itemx -b @var{bps}
d700128c
EZ
1100@cindex @code{--baud}
1101@cindex @code{-b}
c906108c
SS
1102Set the line speed (baud rate or bits per second) of any serial
1103interface used by @value{GDBN} for remote debugging.
c906108c
SS
1104
1105@item -tty @var{device}
d700128c
EZ
1106@itemx -t @var{device}
1107@cindex @code{--tty}
1108@cindex @code{-t}
c906108c
SS
1109Run using @var{device} for your program's standard input and output.
1110@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1111
53a5351d 1112@c resolve the situation of these eventually
c4555f82
SC
1113@item -tui
1114@cindex @code{--tui}
b383017d 1115Activate the Terminal User Interface when starting.
c4555f82
SC
1116The Terminal User Interface manages several text windows on the terminal,
1117showing source, assembly, registers and @value{GDBN} command outputs
1118(@pxref{TUI, ,@value{GDBN} Text User Interface}).
1119Do not use this option if you run @value{GDBN} from Emacs
1120(@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
53a5351d
JM
1121
1122@c @item -xdb
d700128c 1123@c @cindex @code{--xdb}
53a5351d
JM
1124@c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1125@c For information, see the file @file{xdb_trans.html}, which is usually
1126@c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1127@c systems.
1128
d700128c
EZ
1129@item -interpreter @var{interp}
1130@cindex @code{--interpreter}
1131Use the interpreter @var{interp} for interface with the controlling
1132program or device. This option is meant to be set by programs which
94bbb2c0 1133communicate with @value{GDBN} using it as a back end.
21c294e6 1134@xref{Interpreters, , Command Interpreters}.
94bbb2c0 1135
da0f9dcd 1136@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
2fcf52f0 1137@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
6c74ac8b
AC
1138The @sc{gdb/mi} Interface}) included since @var{GDBN} version 6.0. The
1139previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1140selected with @samp{--interpreter=mi1}, is deprecated. Earlier
1141@sc{gdb/mi} interfaces are no longer supported.
d700128c
EZ
1142
1143@item -write
1144@cindex @code{--write}
1145Open the executable and core files for both reading and writing. This
1146is equivalent to the @samp{set write on} command inside @value{GDBN}
1147(@pxref{Patching}).
1148
1149@item -statistics
1150@cindex @code{--statistics}
1151This option causes @value{GDBN} to print statistics about time and
1152memory usage after it completes each command and returns to the prompt.
1153
1154@item -version
1155@cindex @code{--version}
1156This option causes @value{GDBN} to print its version number and
1157no-warranty blurb, and exit.
1158
c906108c
SS
1159@end table
1160
6d2ebf8b 1161@node Quitting GDB
c906108c
SS
1162@section Quitting @value{GDBN}
1163@cindex exiting @value{GDBN}
1164@cindex leaving @value{GDBN}
1165
1166@table @code
1167@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1168@kindex q @r{(@code{quit})}
96a2c332
SS
1169@item quit @r{[}@var{expression}@r{]}
1170@itemx q
1171To exit @value{GDBN}, use the @code{quit} command (abbreviated
1172@code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1173do not supply @var{expression}, @value{GDBN} will terminate normally;
1174otherwise it will terminate using the result of @var{expression} as the
1175error code.
c906108c
SS
1176@end table
1177
1178@cindex interrupt
1179An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1180terminates the action of any @value{GDBN} command that is in progress and
1181returns to @value{GDBN} command level. It is safe to type the interrupt
1182character at any time because @value{GDBN} does not allow it to take effect
1183until a time when it is safe.
1184
c906108c
SS
1185If you have been using @value{GDBN} to control an attached process or
1186device, you can release it with the @code{detach} command
1187(@pxref{Attach, ,Debugging an already-running process}).
c906108c 1188
6d2ebf8b 1189@node Shell Commands
c906108c
SS
1190@section Shell commands
1191
1192If you need to execute occasional shell commands during your
1193debugging session, there is no need to leave or suspend @value{GDBN}; you can
1194just use the @code{shell} command.
1195
1196@table @code
1197@kindex shell
1198@cindex shell escape
1199@item shell @var{command string}
1200Invoke a standard shell to execute @var{command string}.
c906108c 1201If it exists, the environment variable @code{SHELL} determines which
d4f3574e
SS
1202shell to run. Otherwise @value{GDBN} uses the default shell
1203(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1204@end table
1205
1206The utility @code{make} is often needed in development environments.
1207You do not have to use the @code{shell} command for this purpose in
1208@value{GDBN}:
1209
1210@table @code
1211@kindex make
1212@cindex calling make
1213@item make @var{make-args}
1214Execute the @code{make} program with the specified
1215arguments. This is equivalent to @samp{shell make @var{make-args}}.
1216@end table
1217
0fac0b41
DJ
1218@node Logging output
1219@section Logging output
1220@cindex logging @value{GDBN} output
1221
1222You may want to save the output of @value{GDBN} commands to a file.
1223There are several commands to control @value{GDBN}'s logging.
1224
1225@table @code
1226@kindex set logging
1227@item set logging on
1228Enable logging.
1229@item set logging off
1230Disable logging.
1231@item set logging file @var{file}
1232Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1233@item set logging overwrite [on|off]
1234By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1235you want @code{set logging on} to overwrite the logfile instead.
1236@item set logging redirect [on|off]
1237By default, @value{GDBN} output will go to both the terminal and the logfile.
1238Set @code{redirect} if you want output to go only to the log file.
1239@kindex show logging
1240@item show logging
1241Show the current values of the logging settings.
1242@end table
1243
6d2ebf8b 1244@node Commands
c906108c
SS
1245@chapter @value{GDBN} Commands
1246
1247You can abbreviate a @value{GDBN} command to the first few letters of the command
1248name, if that abbreviation is unambiguous; and you can repeat certain
1249@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1250key to get @value{GDBN} to fill out the rest of a word in a command (or to
1251show you the alternatives available, if there is more than one possibility).
1252
1253@menu
1254* Command Syntax:: How to give commands to @value{GDBN}
1255* Completion:: Command completion
1256* Help:: How to ask @value{GDBN} for help
1257@end menu
1258
6d2ebf8b 1259@node Command Syntax
c906108c
SS
1260@section Command syntax
1261
1262A @value{GDBN} command is a single line of input. There is no limit on
1263how long it can be. It starts with a command name, which is followed by
1264arguments whose meaning depends on the command name. For example, the
1265command @code{step} accepts an argument which is the number of times to
1266step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1267with no arguments. Some commands do not allow any arguments.
c906108c
SS
1268
1269@cindex abbreviation
1270@value{GDBN} command names may always be truncated if that abbreviation is
1271unambiguous. Other possible command abbreviations are listed in the
1272documentation for individual commands. In some cases, even ambiguous
1273abbreviations are allowed; for example, @code{s} is specially defined as
1274equivalent to @code{step} even though there are other commands whose
1275names start with @code{s}. You can test abbreviations by using them as
1276arguments to the @code{help} command.
1277
1278@cindex repeating commands
41afff9a 1279@kindex RET @r{(repeat last command)}
c906108c 1280A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1281repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1282will not repeat this way; these are commands whose unintentional
1283repetition might cause trouble and which you are unlikely to want to
1284repeat.
1285
1286The @code{list} and @code{x} commands, when you repeat them with
1287@key{RET}, construct new arguments rather than repeating
1288exactly as typed. This permits easy scanning of source or memory.
1289
1290@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1291output, in a way similar to the common utility @code{more}
1292(@pxref{Screen Size,,Screen size}). Since it is easy to press one
1293@key{RET} too many in this situation, @value{GDBN} disables command
1294repetition after any command that generates this sort of display.
1295
41afff9a 1296@kindex # @r{(a comment)}
c906108c
SS
1297@cindex comment
1298Any text from a @kbd{#} to the end of the line is a comment; it does
1299nothing. This is useful mainly in command files (@pxref{Command
1300Files,,Command files}).
1301
88118b3a
TT
1302@cindex repeating command sequences
1303@kindex C-o @r{(operate-and-get-next)}
1304The @kbd{C-o} binding is useful for repeating a complex sequence of
1305commands. This command accepts the current line, like @kbd{RET}, and
1306then fetches the next line relative to the current line from the history
1307for editing.
1308
6d2ebf8b 1309@node Completion
c906108c
SS
1310@section Command completion
1311
1312@cindex completion
1313@cindex word completion
1314@value{GDBN} can fill in the rest of a word in a command for you, if there is
1315only one possibility; it can also show you what the valid possibilities
1316are for the next word in a command, at any time. This works for @value{GDBN}
1317commands, @value{GDBN} subcommands, and the names of symbols in your program.
1318
1319Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1320of a word. If there is only one possibility, @value{GDBN} fills in the
1321word, and waits for you to finish the command (or press @key{RET} to
1322enter it). For example, if you type
1323
1324@c FIXME "@key" does not distinguish its argument sufficiently to permit
1325@c complete accuracy in these examples; space introduced for clarity.
1326@c If texinfo enhancements make it unnecessary, it would be nice to
1327@c replace " @key" by "@key" in the following...
474c8240 1328@smallexample
c906108c 1329(@value{GDBP}) info bre @key{TAB}
474c8240 1330@end smallexample
c906108c
SS
1331
1332@noindent
1333@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1334the only @code{info} subcommand beginning with @samp{bre}:
1335
474c8240 1336@smallexample
c906108c 1337(@value{GDBP}) info breakpoints
474c8240 1338@end smallexample
c906108c
SS
1339
1340@noindent
1341You can either press @key{RET} at this point, to run the @code{info
1342breakpoints} command, or backspace and enter something else, if
1343@samp{breakpoints} does not look like the command you expected. (If you
1344were sure you wanted @code{info breakpoints} in the first place, you
1345might as well just type @key{RET} immediately after @samp{info bre},
1346to exploit command abbreviations rather than command completion).
1347
1348If there is more than one possibility for the next word when you press
1349@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1350characters and try again, or just press @key{TAB} a second time;
1351@value{GDBN} displays all the possible completions for that word. For
1352example, you might want to set a breakpoint on a subroutine whose name
1353begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1354just sounds the bell. Typing @key{TAB} again displays all the
1355function names in your program that begin with those characters, for
1356example:
1357
474c8240 1358@smallexample
c906108c
SS
1359(@value{GDBP}) b make_ @key{TAB}
1360@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1361make_a_section_from_file make_environ
1362make_abs_section make_function_type
1363make_blockvector make_pointer_type
1364make_cleanup make_reference_type
c906108c
SS
1365make_command make_symbol_completion_list
1366(@value{GDBP}) b make_
474c8240 1367@end smallexample
c906108c
SS
1368
1369@noindent
1370After displaying the available possibilities, @value{GDBN} copies your
1371partial input (@samp{b make_} in the example) so you can finish the
1372command.
1373
1374If you just want to see the list of alternatives in the first place, you
b37052ae 1375can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1376means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1377key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1378one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c
SS
1379
1380@cindex quotes in commands
1381@cindex completion of quoted strings
1382Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1383parentheses or other characters that @value{GDBN} normally excludes from
1384its notion of a word. To permit word completion to work in this
1385situation, you may enclose words in @code{'} (single quote marks) in
1386@value{GDBN} commands.
c906108c 1387
c906108c 1388The most likely situation where you might need this is in typing the
b37052ae
EZ
1389name of a C@t{++} function. This is because C@t{++} allows function
1390overloading (multiple definitions of the same function, distinguished
1391by argument type). For example, when you want to set a breakpoint you
1392may need to distinguish whether you mean the version of @code{name}
1393that takes an @code{int} parameter, @code{name(int)}, or the version
1394that takes a @code{float} parameter, @code{name(float)}. To use the
1395word-completion facilities in this situation, type a single quote
1396@code{'} at the beginning of the function name. This alerts
1397@value{GDBN} that it may need to consider more information than usual
1398when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1399
474c8240 1400@smallexample
96a2c332 1401(@value{GDBP}) b 'bubble( @kbd{M-?}
c906108c
SS
1402bubble(double,double) bubble(int,int)
1403(@value{GDBP}) b 'bubble(
474c8240 1404@end smallexample
c906108c
SS
1405
1406In some cases, @value{GDBN} can tell that completing a name requires using
1407quotes. When this happens, @value{GDBN} inserts the quote for you (while
1408completing as much as it can) if you do not type the quote in the first
1409place:
1410
474c8240 1411@smallexample
c906108c
SS
1412(@value{GDBP}) b bub @key{TAB}
1413@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1414(@value{GDBP}) b 'bubble(
474c8240 1415@end smallexample
c906108c
SS
1416
1417@noindent
1418In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1419you have not yet started typing the argument list when you ask for
1420completion on an overloaded symbol.
1421
d4f3574e 1422For more information about overloaded functions, see @ref{C plus plus
b37052ae 1423expressions, ,C@t{++} expressions}. You can use the command @code{set
c906108c 1424overload-resolution off} to disable overload resolution;
b37052ae 1425see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
c906108c
SS
1426
1427
6d2ebf8b 1428@node Help
c906108c
SS
1429@section Getting help
1430@cindex online documentation
1431@kindex help
1432
5d161b24 1433You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
1434using the command @code{help}.
1435
1436@table @code
41afff9a 1437@kindex h @r{(@code{help})}
c906108c
SS
1438@item help
1439@itemx h
1440You can use @code{help} (abbreviated @code{h}) with no arguments to
1441display a short list of named classes of commands:
1442
1443@smallexample
1444(@value{GDBP}) help
1445List of classes of commands:
1446
2df3850c 1447aliases -- Aliases of other commands
c906108c 1448breakpoints -- Making program stop at certain points
2df3850c 1449data -- Examining data
c906108c 1450files -- Specifying and examining files
2df3850c
JM
1451internals -- Maintenance commands
1452obscure -- Obscure features
1453running -- Running the program
1454stack -- Examining the stack
c906108c
SS
1455status -- Status inquiries
1456support -- Support facilities
96a2c332
SS
1457tracepoints -- Tracing of program execution without@*
1458 stopping the program
c906108c 1459user-defined -- User-defined commands
c906108c 1460
5d161b24 1461Type "help" followed by a class name for a list of
c906108c 1462commands in that class.
5d161b24 1463Type "help" followed by command name for full
c906108c
SS
1464documentation.
1465Command name abbreviations are allowed if unambiguous.
1466(@value{GDBP})
1467@end smallexample
96a2c332 1468@c the above line break eliminates huge line overfull...
c906108c
SS
1469
1470@item help @var{class}
1471Using one of the general help classes as an argument, you can get a
1472list of the individual commands in that class. For example, here is the
1473help display for the class @code{status}:
1474
1475@smallexample
1476(@value{GDBP}) help status
1477Status inquiries.
1478
1479List of commands:
1480
1481@c Line break in "show" line falsifies real output, but needed
1482@c to fit in smallbook page size.
2df3850c
JM
1483info -- Generic command for showing things
1484 about the program being debugged
1485show -- Generic command for showing things
1486 about the debugger
c906108c 1487
5d161b24 1488Type "help" followed by command name for full
c906108c
SS
1489documentation.
1490Command name abbreviations are allowed if unambiguous.
1491(@value{GDBP})
1492@end smallexample
1493
1494@item help @var{command}
1495With a command name as @code{help} argument, @value{GDBN} displays a
1496short paragraph on how to use that command.
1497
6837a0a2
DB
1498@kindex apropos
1499@item apropos @var{args}
1500The @code{apropos @var{args}} command searches through all of the @value{GDBN}
1501commands, and their documentation, for the regular expression specified in
1502@var{args}. It prints out all matches found. For example:
1503
1504@smallexample
1505apropos reload
1506@end smallexample
1507
b37052ae
EZ
1508@noindent
1509results in:
6837a0a2
DB
1510
1511@smallexample
6d2ebf8b
SS
1512@c @group
1513set symbol-reloading -- Set dynamic symbol table reloading
1514 multiple times in one run
1515show symbol-reloading -- Show dynamic symbol table reloading
1516 multiple times in one run
1517@c @end group
6837a0a2
DB
1518@end smallexample
1519
c906108c
SS
1520@kindex complete
1521@item complete @var{args}
1522The @code{complete @var{args}} command lists all the possible completions
1523for the beginning of a command. Use @var{args} to specify the beginning of the
1524command you want completed. For example:
1525
1526@smallexample
1527complete i
1528@end smallexample
1529
1530@noindent results in:
1531
1532@smallexample
1533@group
2df3850c
JM
1534if
1535ignore
c906108c
SS
1536info
1537inspect
c906108c
SS
1538@end group
1539@end smallexample
1540
1541@noindent This is intended for use by @sc{gnu} Emacs.
1542@end table
1543
1544In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1545and @code{show} to inquire about the state of your program, or the state
1546of @value{GDBN} itself. Each command supports many topics of inquiry; this
1547manual introduces each of them in the appropriate context. The listings
1548under @code{info} and under @code{show} in the Index point to
1549all the sub-commands. @xref{Index}.
1550
1551@c @group
1552@table @code
1553@kindex info
41afff9a 1554@kindex i @r{(@code{info})}
c906108c
SS
1555@item info
1556This command (abbreviated @code{i}) is for describing the state of your
1557program. For example, you can list the arguments given to your program
1558with @code{info args}, list the registers currently in use with @code{info
1559registers}, or list the breakpoints you have set with @code{info breakpoints}.
1560You can get a complete list of the @code{info} sub-commands with
1561@w{@code{help info}}.
1562
1563@kindex set
1564@item set
5d161b24 1565You can assign the result of an expression to an environment variable with
c906108c
SS
1566@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1567@code{set prompt $}.
1568
1569@kindex show
1570@item show
5d161b24 1571In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
1572@value{GDBN} itself.
1573You can change most of the things you can @code{show}, by using the
1574related command @code{set}; for example, you can control what number
1575system is used for displays with @code{set radix}, or simply inquire
1576which is currently in use with @code{show radix}.
1577
1578@kindex info set
1579To display all the settable parameters and their current
1580values, you can use @code{show} with no arguments; you may also use
1581@code{info set}. Both commands produce the same display.
1582@c FIXME: "info set" violates the rule that "info" is for state of
1583@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1584@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1585@end table
1586@c @end group
1587
1588Here are three miscellaneous @code{show} subcommands, all of which are
1589exceptional in lacking corresponding @code{set} commands:
1590
1591@table @code
1592@kindex show version
1593@cindex version number
1594@item show version
1595Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
1596information in @value{GDBN} bug-reports. If multiple versions of
1597@value{GDBN} are in use at your site, you may need to determine which
1598version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1599commands are introduced, and old ones may wither away. Also, many
1600system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 1601variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
1602The version number is the same as the one announced when you start
1603@value{GDBN}.
c906108c
SS
1604
1605@kindex show copying
1606@item show copying
1607Display information about permission for copying @value{GDBN}.
1608
1609@kindex show warranty
1610@item show warranty
2df3850c 1611Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 1612if your version of @value{GDBN} comes with one.
2df3850c 1613
c906108c
SS
1614@end table
1615
6d2ebf8b 1616@node Running
c906108c
SS
1617@chapter Running Programs Under @value{GDBN}
1618
1619When you run a program under @value{GDBN}, you must first generate
1620debugging information when you compile it.
7a292a7a
SS
1621
1622You may start @value{GDBN} with its arguments, if any, in an environment
1623of your choice. If you are doing native debugging, you may redirect
1624your program's input and output, debug an already running process, or
1625kill a child process.
c906108c
SS
1626
1627@menu
1628* Compilation:: Compiling for debugging
1629* Starting:: Starting your program
c906108c
SS
1630* Arguments:: Your program's arguments
1631* Environment:: Your program's environment
c906108c
SS
1632
1633* Working Directory:: Your program's working directory
1634* Input/Output:: Your program's input and output
1635* Attach:: Debugging an already-running process
1636* Kill Process:: Killing the child process
c906108c
SS
1637
1638* Threads:: Debugging programs with multiple threads
1639* Processes:: Debugging programs with multiple processes
1640@end menu
1641
6d2ebf8b 1642@node Compilation
c906108c
SS
1643@section Compiling for debugging
1644
1645In order to debug a program effectively, you need to generate
1646debugging information when you compile it. This debugging information
1647is stored in the object file; it describes the data type of each
1648variable or function and the correspondence between source line numbers
1649and addresses in the executable code.
1650
1651To request debugging information, specify the @samp{-g} option when you run
1652the compiler.
1653
e2e0bcd1
JB
1654Most compilers do not include information about preprocessor macros in
1655the debugging information if you specify the @option{-g} flag alone,
1656because this information is rather large. Version 3.1 of @value{NGCC},
1657the @sc{gnu} C compiler, provides macro information if you specify the
1658options @option{-gdwarf-2} and @option{-g3}; the former option requests
1659debugging information in the Dwarf 2 format, and the latter requests
1660``extra information''. In the future, we hope to find more compact ways
1661to represent macro information, so that it can be included with
1662@option{-g} alone.
1663
c906108c
SS
1664Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1665options together. Using those compilers, you cannot generate optimized
1666executables containing debugging information.
1667
53a5351d
JM
1668@value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1669without @samp{-O}, making it possible to debug optimized code. We
1670recommend that you @emph{always} use @samp{-g} whenever you compile a
1671program. You may think your program is correct, but there is no sense
1672in pushing your luck.
c906108c
SS
1673
1674@cindex optimized code, debugging
1675@cindex debugging optimized code
1676When you debug a program compiled with @samp{-g -O}, remember that the
1677optimizer is rearranging your code; the debugger shows you what is
1678really there. Do not be too surprised when the execution path does not
1679exactly match your source file! An extreme example: if you define a
1680variable, but never use it, @value{GDBN} never sees that
1681variable---because the compiler optimizes it out of existence.
1682
1683Some things do not work as well with @samp{-g -O} as with just
1684@samp{-g}, particularly on machines with instruction scheduling. If in
1685doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1686please report it to us as a bug (including a test case!).
1687
1688Older versions of the @sc{gnu} C compiler permitted a variant option
1689@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1690format; if your @sc{gnu} C compiler has this option, do not use it.
1691
1692@need 2000
6d2ebf8b 1693@node Starting
c906108c
SS
1694@section Starting your program
1695@cindex starting
1696@cindex running
1697
1698@table @code
1699@kindex run
41afff9a 1700@kindex r @r{(@code{run})}
c906108c
SS
1701@item run
1702@itemx r
7a292a7a
SS
1703Use the @code{run} command to start your program under @value{GDBN}.
1704You must first specify the program name (except on VxWorks) with an
1705argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1706@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1707(@pxref{Files, ,Commands to specify files}).
c906108c
SS
1708
1709@end table
1710
c906108c
SS
1711If you are running your program in an execution environment that
1712supports processes, @code{run} creates an inferior process and makes
1713that process run your program. (In environments without processes,
1714@code{run} jumps to the start of your program.)
1715
1716The execution of a program is affected by certain information it
1717receives from its superior. @value{GDBN} provides ways to specify this
1718information, which you must do @emph{before} starting your program. (You
1719can change it after starting your program, but such changes only affect
1720your program the next time you start it.) This information may be
1721divided into four categories:
1722
1723@table @asis
1724@item The @emph{arguments.}
1725Specify the arguments to give your program as the arguments of the
1726@code{run} command. If a shell is available on your target, the shell
1727is used to pass the arguments, so that you may use normal conventions
1728(such as wildcard expansion or variable substitution) in describing
1729the arguments.
1730In Unix systems, you can control which shell is used with the
1731@code{SHELL} environment variable.
1732@xref{Arguments, ,Your program's arguments}.
1733
1734@item The @emph{environment.}
1735Your program normally inherits its environment from @value{GDBN}, but you can
1736use the @value{GDBN} commands @code{set environment} and @code{unset
1737environment} to change parts of the environment that affect
1738your program. @xref{Environment, ,Your program's environment}.
1739
1740@item The @emph{working directory.}
1741Your program inherits its working directory from @value{GDBN}. You can set
1742the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1743@xref{Working Directory, ,Your program's working directory}.
1744
1745@item The @emph{standard input and output.}
1746Your program normally uses the same device for standard input and
1747standard output as @value{GDBN} is using. You can redirect input and output
1748in the @code{run} command line, or you can use the @code{tty} command to
1749set a different device for your program.
1750@xref{Input/Output, ,Your program's input and output}.
1751
1752@cindex pipes
1753@emph{Warning:} While input and output redirection work, you cannot use
1754pipes to pass the output of the program you are debugging to another
1755program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1756wrong program.
1757@end table
c906108c
SS
1758
1759When you issue the @code{run} command, your program begins to execute
1760immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1761of how to arrange for your program to stop. Once your program has
1762stopped, you may call functions in your program, using the @code{print}
1763or @code{call} commands. @xref{Data, ,Examining Data}.
1764
1765If the modification time of your symbol file has changed since the last
1766time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1767table, and reads it again. When it does this, @value{GDBN} tries to retain
1768your current breakpoints.
1769
6d2ebf8b 1770@node Arguments
c906108c
SS
1771@section Your program's arguments
1772
1773@cindex arguments (to your program)
1774The arguments to your program can be specified by the arguments of the
5d161b24 1775@code{run} command.
c906108c
SS
1776They are passed to a shell, which expands wildcard characters and
1777performs redirection of I/O, and thence to your program. Your
1778@code{SHELL} environment variable (if it exists) specifies what shell
1779@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
1780the default shell (@file{/bin/sh} on Unix).
1781
1782On non-Unix systems, the program is usually invoked directly by
1783@value{GDBN}, which emulates I/O redirection via the appropriate system
1784calls, and the wildcard characters are expanded by the startup code of
1785the program, not by the shell.
c906108c
SS
1786
1787@code{run} with no arguments uses the same arguments used by the previous
1788@code{run}, or those set by the @code{set args} command.
1789
c906108c 1790@table @code
41afff9a 1791@kindex set args
c906108c
SS
1792@item set args
1793Specify the arguments to be used the next time your program is run. If
1794@code{set args} has no arguments, @code{run} executes your program
1795with no arguments. Once you have run your program with arguments,
1796using @code{set args} before the next @code{run} is the only way to run
1797it again without arguments.
1798
1799@kindex show args
1800@item show args
1801Show the arguments to give your program when it is started.
1802@end table
1803
6d2ebf8b 1804@node Environment
c906108c
SS
1805@section Your program's environment
1806
1807@cindex environment (of your program)
1808The @dfn{environment} consists of a set of environment variables and
1809their values. Environment variables conventionally record such things as
1810your user name, your home directory, your terminal type, and your search
1811path for programs to run. Usually you set up environment variables with
1812the shell and they are inherited by all the other programs you run. When
1813debugging, it can be useful to try running your program with a modified
1814environment without having to start @value{GDBN} over again.
1815
1816@table @code
1817@kindex path
1818@item path @var{directory}
1819Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
1820(the search path for executables) that will be passed to your program.
1821The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
1822You may specify several directory names, separated by whitespace or by a
1823system-dependent separator character (@samp{:} on Unix, @samp{;} on
1824MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1825is moved to the front, so it is searched sooner.
c906108c
SS
1826
1827You can use the string @samp{$cwd} to refer to whatever is the current
1828working directory at the time @value{GDBN} searches the path. If you
1829use @samp{.} instead, it refers to the directory where you executed the
1830@code{path} command. @value{GDBN} replaces @samp{.} in the
1831@var{directory} argument (with the current path) before adding
1832@var{directory} to the search path.
1833@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1834@c document that, since repeating it would be a no-op.
1835
1836@kindex show paths
1837@item show paths
1838Display the list of search paths for executables (the @code{PATH}
1839environment variable).
1840
1841@kindex show environment
1842@item show environment @r{[}@var{varname}@r{]}
1843Print the value of environment variable @var{varname} to be given to
1844your program when it starts. If you do not supply @var{varname},
1845print the names and values of all environment variables to be given to
1846your program. You can abbreviate @code{environment} as @code{env}.
1847
1848@kindex set environment
53a5351d 1849@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c
SS
1850Set environment variable @var{varname} to @var{value}. The value
1851changes for your program only, not for @value{GDBN} itself. @var{value} may
1852be any string; the values of environment variables are just strings, and
1853any interpretation is supplied by your program itself. The @var{value}
1854parameter is optional; if it is eliminated, the variable is set to a
1855null value.
1856@c "any string" here does not include leading, trailing
1857@c blanks. Gnu asks: does anyone care?
1858
1859For example, this command:
1860
474c8240 1861@smallexample
c906108c 1862set env USER = foo
474c8240 1863@end smallexample
c906108c
SS
1864
1865@noindent
d4f3574e 1866tells the debugged program, when subsequently run, that its user is named
c906108c
SS
1867@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1868are not actually required.)
1869
1870@kindex unset environment
1871@item unset environment @var{varname}
1872Remove variable @var{varname} from the environment to be passed to your
1873program. This is different from @samp{set env @var{varname} =};
1874@code{unset environment} removes the variable from the environment,
1875rather than assigning it an empty value.
1876@end table
1877
d4f3574e
SS
1878@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1879the shell indicated
c906108c
SS
1880by your @code{SHELL} environment variable if it exists (or
1881@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1882that runs an initialization file---such as @file{.cshrc} for C-shell, or
1883@file{.bashrc} for BASH---any variables you set in that file affect
1884your program. You may wish to move setting of environment variables to
1885files that are only run when you sign on, such as @file{.login} or
1886@file{.profile}.
1887
6d2ebf8b 1888@node Working Directory
c906108c
SS
1889@section Your program's working directory
1890
1891@cindex working directory (of your program)
1892Each time you start your program with @code{run}, it inherits its
1893working directory from the current working directory of @value{GDBN}.
1894The @value{GDBN} working directory is initially whatever it inherited
1895from its parent process (typically the shell), but you can specify a new
1896working directory in @value{GDBN} with the @code{cd} command.
1897
1898The @value{GDBN} working directory also serves as a default for the commands
1899that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1900specify files}.
1901
1902@table @code
1903@kindex cd
1904@item cd @var{directory}
1905Set the @value{GDBN} working directory to @var{directory}.
1906
1907@kindex pwd
1908@item pwd
1909Print the @value{GDBN} working directory.
1910@end table
1911
6d2ebf8b 1912@node Input/Output
c906108c
SS
1913@section Your program's input and output
1914
1915@cindex redirection
1916@cindex i/o
1917@cindex terminal
1918By default, the program you run under @value{GDBN} does input and output to
5d161b24 1919the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
1920to its own terminal modes to interact with you, but it records the terminal
1921modes your program was using and switches back to them when you continue
1922running your program.
1923
1924@table @code
1925@kindex info terminal
1926@item info terminal
1927Displays information recorded by @value{GDBN} about the terminal modes your
1928program is using.
1929@end table
1930
1931You can redirect your program's input and/or output using shell
1932redirection with the @code{run} command. For example,
1933
474c8240 1934@smallexample
c906108c 1935run > outfile
474c8240 1936@end smallexample
c906108c
SS
1937
1938@noindent
1939starts your program, diverting its output to the file @file{outfile}.
1940
1941@kindex tty
1942@cindex controlling terminal
1943Another way to specify where your program should do input and output is
1944with the @code{tty} command. This command accepts a file name as
1945argument, and causes this file to be the default for future @code{run}
1946commands. It also resets the controlling terminal for the child
1947process, for future @code{run} commands. For example,
1948
474c8240 1949@smallexample
c906108c 1950tty /dev/ttyb
474c8240 1951@end smallexample
c906108c
SS
1952
1953@noindent
1954directs that processes started with subsequent @code{run} commands
1955default to do input and output on the terminal @file{/dev/ttyb} and have
1956that as their controlling terminal.
1957
1958An explicit redirection in @code{run} overrides the @code{tty} command's
1959effect on the input/output device, but not its effect on the controlling
1960terminal.
1961
1962When you use the @code{tty} command or redirect input in the @code{run}
1963command, only the input @emph{for your program} is affected. The input
1964for @value{GDBN} still comes from your terminal.
1965
6d2ebf8b 1966@node Attach
c906108c
SS
1967@section Debugging an already-running process
1968@kindex attach
1969@cindex attach
1970
1971@table @code
1972@item attach @var{process-id}
1973This command attaches to a running process---one that was started
1974outside @value{GDBN}. (@code{info files} shows your active
1975targets.) The command takes as argument a process ID. The usual way to
1976find out the process-id of a Unix process is with the @code{ps} utility,
1977or with the @samp{jobs -l} shell command.
1978
1979@code{attach} does not repeat if you press @key{RET} a second time after
1980executing the command.
1981@end table
1982
1983To use @code{attach}, your program must be running in an environment
1984which supports processes; for example, @code{attach} does not work for
1985programs on bare-board targets that lack an operating system. You must
1986also have permission to send the process a signal.
1987
1988When you use @code{attach}, the debugger finds the program running in
1989the process first by looking in the current working directory, then (if
1990the program is not found) by using the source file search path
1991(@pxref{Source Path, ,Specifying source directories}). You can also use
1992the @code{file} command to load the program. @xref{Files, ,Commands to
1993Specify Files}.
1994
1995The first thing @value{GDBN} does after arranging to debug the specified
1996process is to stop it. You can examine and modify an attached process
53a5351d
JM
1997with all the @value{GDBN} commands that are ordinarily available when
1998you start processes with @code{run}. You can insert breakpoints; you
1999can step and continue; you can modify storage. If you would rather the
2000process continue running, you may use the @code{continue} command after
c906108c
SS
2001attaching @value{GDBN} to the process.
2002
2003@table @code
2004@kindex detach
2005@item detach
2006When you have finished debugging the attached process, you can use the
2007@code{detach} command to release it from @value{GDBN} control. Detaching
2008the process continues its execution. After the @code{detach} command,
2009that process and @value{GDBN} become completely independent once more, and you
2010are ready to @code{attach} another process or start one with @code{run}.
2011@code{detach} does not repeat if you press @key{RET} again after
2012executing the command.
2013@end table
2014
2015If you exit @value{GDBN} or use the @code{run} command while you have an
2016attached process, you kill that process. By default, @value{GDBN} asks
2017for confirmation if you try to do either of these things; you can
2018control whether or not you need to confirm by using the @code{set
2019confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2020messages}).
2021
6d2ebf8b 2022@node Kill Process
c906108c 2023@section Killing the child process
c906108c
SS
2024
2025@table @code
2026@kindex kill
2027@item kill
2028Kill the child process in which your program is running under @value{GDBN}.
2029@end table
2030
2031This command is useful if you wish to debug a core dump instead of a
2032running process. @value{GDBN} ignores any core dump file while your program
2033is running.
2034
2035On some operating systems, a program cannot be executed outside @value{GDBN}
2036while you have breakpoints set on it inside @value{GDBN}. You can use the
2037@code{kill} command in this situation to permit running your program
2038outside the debugger.
2039
2040The @code{kill} command is also useful if you wish to recompile and
2041relink your program, since on many systems it is impossible to modify an
2042executable file while it is running in a process. In this case, when you
2043next type @code{run}, @value{GDBN} notices that the file has changed, and
2044reads the symbol table again (while trying to preserve your current
2045breakpoint settings).
2046
6d2ebf8b 2047@node Threads
c906108c 2048@section Debugging programs with multiple threads
c906108c
SS
2049
2050@cindex threads of execution
2051@cindex multiple threads
2052@cindex switching threads
2053In some operating systems, such as HP-UX and Solaris, a single program
2054may have more than one @dfn{thread} of execution. The precise semantics
2055of threads differ from one operating system to another, but in general
2056the threads of a single program are akin to multiple processes---except
2057that they share one address space (that is, they can all examine and
2058modify the same variables). On the other hand, each thread has its own
2059registers and execution stack, and perhaps private memory.
2060
2061@value{GDBN} provides these facilities for debugging multi-thread
2062programs:
2063
2064@itemize @bullet
2065@item automatic notification of new threads
2066@item @samp{thread @var{threadno}}, a command to switch among threads
2067@item @samp{info threads}, a command to inquire about existing threads
5d161b24 2068@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
c906108c
SS
2069a command to apply a command to a list of threads
2070@item thread-specific breakpoints
2071@end itemize
2072
c906108c
SS
2073@quotation
2074@emph{Warning:} These facilities are not yet available on every
2075@value{GDBN} configuration where the operating system supports threads.
2076If your @value{GDBN} does not support threads, these commands have no
2077effect. For example, a system without thread support shows no output
2078from @samp{info threads}, and always rejects the @code{thread} command,
2079like this:
2080
2081@smallexample
2082(@value{GDBP}) info threads
2083(@value{GDBP}) thread 1
2084Thread ID 1 not known. Use the "info threads" command to
2085see the IDs of currently known threads.
2086@end smallexample
2087@c FIXME to implementors: how hard would it be to say "sorry, this GDB
2088@c doesn't support threads"?
2089@end quotation
c906108c
SS
2090
2091@cindex focus of debugging
2092@cindex current thread
2093The @value{GDBN} thread debugging facility allows you to observe all
2094threads while your program runs---but whenever @value{GDBN} takes
2095control, one thread in particular is always the focus of debugging.
2096This thread is called the @dfn{current thread}. Debugging commands show
2097program information from the perspective of the current thread.
2098
41afff9a 2099@cindex @code{New} @var{systag} message
c906108c
SS
2100@cindex thread identifier (system)
2101@c FIXME-implementors!! It would be more helpful if the [New...] message
2102@c included GDB's numeric thread handle, so you could just go to that
2103@c thread without first checking `info threads'.
2104Whenever @value{GDBN} detects a new thread in your program, it displays
2105the target system's identification for the thread with a message in the
2106form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2107whose form varies depending on the particular system. For example, on
2108LynxOS, you might see
2109
474c8240 2110@smallexample
c906108c 2111[New process 35 thread 27]
474c8240 2112@end smallexample
c906108c
SS
2113
2114@noindent
2115when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2116the @var{systag} is simply something like @samp{process 368}, with no
2117further qualifier.
2118
2119@c FIXME!! (1) Does the [New...] message appear even for the very first
2120@c thread of a program, or does it only appear for the
6ca652b0 2121@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
2122@c program?
2123@c (2) *Is* there necessarily a first thread always? Or do some
2124@c multithread systems permit starting a program with multiple
5d161b24 2125@c threads ab initio?
c906108c
SS
2126
2127@cindex thread number
2128@cindex thread identifier (GDB)
2129For debugging purposes, @value{GDBN} associates its own thread
2130number---always a single integer---with each thread in your program.
2131
2132@table @code
2133@kindex info threads
2134@item info threads
2135Display a summary of all threads currently in your
2136program. @value{GDBN} displays for each thread (in this order):
2137
2138@enumerate
2139@item the thread number assigned by @value{GDBN}
2140
2141@item the target system's thread identifier (@var{systag})
2142
2143@item the current stack frame summary for that thread
2144@end enumerate
2145
2146@noindent
2147An asterisk @samp{*} to the left of the @value{GDBN} thread number
2148indicates the current thread.
2149
5d161b24 2150For example,
c906108c
SS
2151@end table
2152@c end table here to get a little more width for example
2153
2154@smallexample
2155(@value{GDBP}) info threads
2156 3 process 35 thread 27 0x34e5 in sigpause ()
2157 2 process 35 thread 23 0x34e5 in sigpause ()
2158* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2159 at threadtest.c:68
2160@end smallexample
53a5351d
JM
2161
2162On HP-UX systems:
c906108c
SS
2163
2164@cindex thread number
2165@cindex thread identifier (GDB)
2166For debugging purposes, @value{GDBN} associates its own thread
2167number---a small integer assigned in thread-creation order---with each
2168thread in your program.
2169
41afff9a
EZ
2170@cindex @code{New} @var{systag} message, on HP-UX
2171@cindex thread identifier (system), on HP-UX
c906108c
SS
2172@c FIXME-implementors!! It would be more helpful if the [New...] message
2173@c included GDB's numeric thread handle, so you could just go to that
2174@c thread without first checking `info threads'.
2175Whenever @value{GDBN} detects a new thread in your program, it displays
2176both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2177form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2178whose form varies depending on the particular system. For example, on
2179HP-UX, you see
2180
474c8240 2181@smallexample
c906108c 2182[New thread 2 (system thread 26594)]
474c8240 2183@end smallexample
c906108c
SS
2184
2185@noindent
5d161b24 2186when @value{GDBN} notices a new thread.
c906108c
SS
2187
2188@table @code
2189@kindex info threads
2190@item info threads
2191Display a summary of all threads currently in your
2192program. @value{GDBN} displays for each thread (in this order):
2193
2194@enumerate
2195@item the thread number assigned by @value{GDBN}
2196
2197@item the target system's thread identifier (@var{systag})
2198
2199@item the current stack frame summary for that thread
2200@end enumerate
2201
2202@noindent
2203An asterisk @samp{*} to the left of the @value{GDBN} thread number
2204indicates the current thread.
2205
5d161b24 2206For example,
c906108c
SS
2207@end table
2208@c end table here to get a little more width for example
2209
474c8240 2210@smallexample
c906108c 2211(@value{GDBP}) info threads
6d2ebf8b
SS
2212 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2213 at quicksort.c:137
2214 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2215 from /usr/lib/libc.2
2216 1 system thread 27905 0x7b003498 in _brk () \@*
2217 from /usr/lib/libc.2
474c8240 2218@end smallexample
c906108c
SS
2219
2220@table @code
2221@kindex thread @var{threadno}
2222@item thread @var{threadno}
2223Make thread number @var{threadno} the current thread. The command
2224argument @var{threadno} is the internal @value{GDBN} thread number, as
2225shown in the first field of the @samp{info threads} display.
2226@value{GDBN} responds by displaying the system identifier of the thread
2227you selected, and its current stack frame summary:
2228
2229@smallexample
2230@c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2231(@value{GDBP}) thread 2
c906108c 2232[Switching to process 35 thread 23]
c906108c
SS
22330x34e5 in sigpause ()
2234@end smallexample
2235
2236@noindent
2237As with the @samp{[New @dots{}]} message, the form of the text after
2238@samp{Switching to} depends on your system's conventions for identifying
5d161b24 2239threads.
c906108c
SS
2240
2241@kindex thread apply
2242@item thread apply [@var{threadno}] [@var{all}] @var{args}
2243The @code{thread apply} command allows you to apply a command to one or
2244more threads. Specify the numbers of the threads that you want affected
2245with the command argument @var{threadno}. @var{threadno} is the internal
2246@value{GDBN} thread number, as shown in the first field of the @samp{info
5d161b24
DB
2247threads} display. To apply a command to all threads, use
2248@code{thread apply all} @var{args}.
c906108c
SS
2249@end table
2250
2251@cindex automatic thread selection
2252@cindex switching threads automatically
2253@cindex threads, automatic switching
2254Whenever @value{GDBN} stops your program, due to a breakpoint or a
2255signal, it automatically selects the thread where that breakpoint or
2256signal happened. @value{GDBN} alerts you to the context switch with a
2257message of the form @samp{[Switching to @var{systag}]} to identify the
2258thread.
2259
2260@xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2261more information about how @value{GDBN} behaves when you stop and start
2262programs with multiple threads.
2263
2264@xref{Set Watchpoints,,Setting watchpoints}, for information about
2265watchpoints in programs with multiple threads.
c906108c 2266
6d2ebf8b 2267@node Processes
c906108c
SS
2268@section Debugging programs with multiple processes
2269
2270@cindex fork, debugging programs which call
2271@cindex multiple processes
2272@cindex processes, multiple
53a5351d
JM
2273On most systems, @value{GDBN} has no special support for debugging
2274programs which create additional processes using the @code{fork}
2275function. When a program forks, @value{GDBN} will continue to debug the
2276parent process and the child process will run unimpeded. If you have
2277set a breakpoint in any code which the child then executes, the child
2278will get a @code{SIGTRAP} signal which (unless it catches the signal)
2279will cause it to terminate.
c906108c
SS
2280
2281However, if you want to debug the child process there is a workaround
2282which isn't too painful. Put a call to @code{sleep} in the code which
2283the child process executes after the fork. It may be useful to sleep
2284only if a certain environment variable is set, or a certain file exists,
2285so that the delay need not occur when you don't want to run @value{GDBN}
2286on the child. While the child is sleeping, use the @code{ps} program to
2287get its process ID. Then tell @value{GDBN} (a new invocation of
2288@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 2289the child process (@pxref{Attach}). From that point on you can debug
c906108c 2290the child process just like any other process which you attached to.
c906108c 2291
b51970ac
DJ
2292On some systems, @value{GDBN} provides support for debugging programs that
2293create additional processes using the @code{fork} or @code{vfork} functions.
2294Currently, the only platforms with this feature are HP-UX (11.x and later
2295only?) and GNU/Linux (kernel version 2.5.60 and later).
c906108c
SS
2296
2297By default, when a program forks, @value{GDBN} will continue to debug
2298the parent process and the child process will run unimpeded.
2299
2300If you want to follow the child process instead of the parent process,
2301use the command @w{@code{set follow-fork-mode}}.
2302
2303@table @code
2304@kindex set follow-fork-mode
2305@item set follow-fork-mode @var{mode}
2306Set the debugger response to a program call of @code{fork} or
2307@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
2308process. The @var{mode} can be:
2309
2310@table @code
2311@item parent
2312The original process is debugged after a fork. The child process runs
2df3850c 2313unimpeded. This is the default.
c906108c
SS
2314
2315@item child
2316The new process is debugged after a fork. The parent process runs
2317unimpeded.
2318
c906108c
SS
2319@end table
2320
2321@item show follow-fork-mode
2df3850c 2322Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
2323@end table
2324
2325If you ask to debug a child process and a @code{vfork} is followed by an
2326@code{exec}, @value{GDBN} executes the new target up to the first
2327breakpoint in the new target. If you have a breakpoint set on
2328@code{main} in your original program, the breakpoint will also be set on
2329the child process's @code{main}.
2330
2331When a child process is spawned by @code{vfork}, you cannot debug the
2332child or parent until an @code{exec} call completes.
2333
2334If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2335call executes, the new target restarts. To restart the parent process,
2336use the @code{file} command with the parent executable name as its
2337argument.
2338
2339You can use the @code{catch} command to make @value{GDBN} stop whenever
2340a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2341Catchpoints, ,Setting catchpoints}.
c906108c 2342
6d2ebf8b 2343@node Stopping
c906108c
SS
2344@chapter Stopping and Continuing
2345
2346The principal purposes of using a debugger are so that you can stop your
2347program before it terminates; or so that, if your program runs into
2348trouble, you can investigate and find out why.
2349
7a292a7a
SS
2350Inside @value{GDBN}, your program may stop for any of several reasons,
2351such as a signal, a breakpoint, or reaching a new line after a
2352@value{GDBN} command such as @code{step}. You may then examine and
2353change variables, set new breakpoints or remove old ones, and then
2354continue execution. Usually, the messages shown by @value{GDBN} provide
2355ample explanation of the status of your program---but you can also
2356explicitly request this information at any time.
c906108c
SS
2357
2358@table @code
2359@kindex info program
2360@item info program
2361Display information about the status of your program: whether it is
7a292a7a 2362running or not, what process it is, and why it stopped.
c906108c
SS
2363@end table
2364
2365@menu
2366* Breakpoints:: Breakpoints, watchpoints, and catchpoints
2367* Continuing and Stepping:: Resuming execution
c906108c 2368* Signals:: Signals
c906108c 2369* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
2370@end menu
2371
6d2ebf8b 2372@node Breakpoints
c906108c
SS
2373@section Breakpoints, watchpoints, and catchpoints
2374
2375@cindex breakpoints
2376A @dfn{breakpoint} makes your program stop whenever a certain point in
2377the program is reached. For each breakpoint, you can add conditions to
2378control in finer detail whether your program stops. You can set
2379breakpoints with the @code{break} command and its variants (@pxref{Set
2380Breaks, ,Setting breakpoints}), to specify the place where your program
2381should stop by line number, function name or exact address in the
2382program.
2383
2384In HP-UX, SunOS 4.x, SVR4, and Alpha OSF/1 configurations, you can set
2385breakpoints in shared libraries before the executable is run. There is
2386a minor limitation on HP-UX systems: you must wait until the executable
2387is run in order to set breakpoints in shared library routines that are
2388not called directly by the program (for example, routines that are
2389arguments in a @code{pthread_create} call).
2390
2391@cindex watchpoints
2392@cindex memory tracing
2393@cindex breakpoint on memory address
2394@cindex breakpoint on variable modification
2395A @dfn{watchpoint} is a special breakpoint that stops your program
2396when the value of an expression changes. You must use a different
2397command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2398watchpoints}), but aside from that, you can manage a watchpoint like
2399any other breakpoint: you enable, disable, and delete both breakpoints
2400and watchpoints using the same commands.
2401
2402You can arrange to have values from your program displayed automatically
2403whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2404Automatic display}.
2405
2406@cindex catchpoints
2407@cindex breakpoint on events
2408A @dfn{catchpoint} is another special breakpoint that stops your program
b37052ae 2409when a certain kind of event occurs, such as the throwing of a C@t{++}
c906108c
SS
2410exception or the loading of a library. As with watchpoints, you use a
2411different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2412catchpoints}), but aside from that, you can manage a catchpoint like any
2413other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 2414@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
2415
2416@cindex breakpoint numbers
2417@cindex numbers for breakpoints
2418@value{GDBN} assigns a number to each breakpoint, watchpoint, or
2419catchpoint when you create it; these numbers are successive integers
2420starting with one. In many of the commands for controlling various
2421features of breakpoints you use the breakpoint number to say which
2422breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2423@dfn{disabled}; if disabled, it has no effect on your program until you
2424enable it again.
2425
c5394b80
JM
2426@cindex breakpoint ranges
2427@cindex ranges of breakpoints
2428Some @value{GDBN} commands accept a range of breakpoints on which to
2429operate. A breakpoint range is either a single breakpoint number, like
2430@samp{5}, or two such numbers, in increasing order, separated by a
2431hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2432all breakpoint in that range are operated on.
2433
c906108c
SS
2434@menu
2435* Set Breaks:: Setting breakpoints
2436* Set Watchpoints:: Setting watchpoints
2437* Set Catchpoints:: Setting catchpoints
2438* Delete Breaks:: Deleting breakpoints
2439* Disabling:: Disabling breakpoints
2440* Conditions:: Break conditions
2441* Break Commands:: Breakpoint command lists
c906108c 2442* Breakpoint Menus:: Breakpoint menus
d4f3574e 2443* Error in Breakpoints:: ``Cannot insert breakpoints''
e4d5f7e1 2444* Breakpoint related warnings:: ``Breakpoint address adjusted...''
c906108c
SS
2445@end menu
2446
6d2ebf8b 2447@node Set Breaks
c906108c
SS
2448@subsection Setting breakpoints
2449
5d161b24 2450@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
2451@c consider in particular declaration with/without initialization.
2452@c
2453@c FIXME 2 is there stuff on this already? break at fun start, already init?
2454
2455@kindex break
41afff9a
EZ
2456@kindex b @r{(@code{break})}
2457@vindex $bpnum@r{, convenience variable}
c906108c
SS
2458@cindex latest breakpoint
2459Breakpoints are set with the @code{break} command (abbreviated
5d161b24 2460@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 2461number of the breakpoint you've set most recently; see @ref{Convenience
c906108c
SS
2462Vars,, Convenience variables}, for a discussion of what you can do with
2463convenience variables.
2464
2465You have several ways to say where the breakpoint should go.
2466
2467@table @code
2468@item break @var{function}
5d161b24 2469Set a breakpoint at entry to function @var{function}.
c906108c 2470When using source languages that permit overloading of symbols, such as
b37052ae 2471C@t{++}, @var{function} may refer to more than one possible place to break.
c906108c 2472@xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
c906108c
SS
2473
2474@item break +@var{offset}
2475@itemx break -@var{offset}
2476Set a breakpoint some number of lines forward or back from the position
d4f3574e 2477at which execution stopped in the currently selected @dfn{stack frame}.
2df3850c 2478(@xref{Frames, ,Frames}, for a description of stack frames.)
c906108c
SS
2479
2480@item break @var{linenum}
2481Set a breakpoint at line @var{linenum} in the current source file.
d4f3574e
SS
2482The current source file is the last file whose source text was printed.
2483The breakpoint will stop your program just before it executes any of the
c906108c
SS
2484code on that line.
2485
2486@item break @var{filename}:@var{linenum}
2487Set a breakpoint at line @var{linenum} in source file @var{filename}.
2488
2489@item break @var{filename}:@var{function}
2490Set a breakpoint at entry to function @var{function} found in file
2491@var{filename}. Specifying a file name as well as a function name is
2492superfluous except when multiple files contain similarly named
2493functions.
2494
2495@item break *@var{address}
2496Set a breakpoint at address @var{address}. You can use this to set
2497breakpoints in parts of your program which do not have debugging
2498information or source files.
2499
2500@item break
2501When called without any arguments, @code{break} sets a breakpoint at
2502the next instruction to be executed in the selected stack frame
2503(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2504innermost, this makes your program stop as soon as control
2505returns to that frame. This is similar to the effect of a
2506@code{finish} command in the frame inside the selected frame---except
2507that @code{finish} does not leave an active breakpoint. If you use
2508@code{break} without an argument in the innermost frame, @value{GDBN} stops
2509the next time it reaches the current location; this may be useful
2510inside loops.
2511
2512@value{GDBN} normally ignores breakpoints when it resumes execution, until at
2513least one instruction has been executed. If it did not do this, you
2514would be unable to proceed past a breakpoint without first disabling the
2515breakpoint. This rule applies whether or not the breakpoint already
2516existed when your program stopped.
2517
2518@item break @dots{} if @var{cond}
2519Set a breakpoint with condition @var{cond}; evaluate the expression
2520@var{cond} each time the breakpoint is reached, and stop only if the
2521value is nonzero---that is, if @var{cond} evaluates as true.
2522@samp{@dots{}} stands for one of the possible arguments described
2523above (or no argument) specifying where to break. @xref{Conditions,
2524,Break conditions}, for more information on breakpoint conditions.
2525
2526@kindex tbreak
2527@item tbreak @var{args}
2528Set a breakpoint enabled only for one stop. @var{args} are the
2529same as for the @code{break} command, and the breakpoint is set in the same
2530way, but the breakpoint is automatically deleted after the first time your
2531program stops there. @xref{Disabling, ,Disabling breakpoints}.
2532
c906108c
SS
2533@kindex hbreak
2534@item hbreak @var{args}
d4f3574e
SS
2535Set a hardware-assisted breakpoint. @var{args} are the same as for the
2536@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
2537breakpoint requires hardware support and some target hardware may not
2538have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
2539debugging, so you can set a breakpoint at an instruction without
2540changing the instruction. This can be used with the new trap-generation
2541provided by SPARClite DSU and some x86-based targets. These targets
2542will generate traps when a program accesses some data or instruction
2543address that is assigned to the debug registers. However the hardware
2544breakpoint registers can take a limited number of breakpoints. For
2545example, on the DSU, only two data breakpoints can be set at a time, and
2546@value{GDBN} will reject this command if more than two are used. Delete
2547or disable unused hardware breakpoints before setting new ones
2548(@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
501eef12
AC
2549@xref{set remote hardware-breakpoint-limit}.
2550
c906108c
SS
2551
2552@kindex thbreak
2553@item thbreak @var{args}
2554Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2555are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 2556the same way. However, like the @code{tbreak} command,
c906108c
SS
2557the breakpoint is automatically deleted after the
2558first time your program stops there. Also, like the @code{hbreak}
5d161b24
DB
2559command, the breakpoint requires hardware support and some target hardware
2560may not have this support. @xref{Disabling, ,Disabling breakpoints}.
d4f3574e 2561See also @ref{Conditions, ,Break conditions}.
c906108c
SS
2562
2563@kindex rbreak
2564@cindex regular expression
2565@item rbreak @var{regex}
c906108c 2566Set breakpoints on all functions matching the regular expression
11cf8741
JM
2567@var{regex}. This command sets an unconditional breakpoint on all
2568matches, printing a list of all breakpoints it set. Once these
2569breakpoints are set, they are treated just like the breakpoints set with
2570the @code{break} command. You can delete them, disable them, or make
2571them conditional the same way as any other breakpoint.
2572
2573The syntax of the regular expression is the standard one used with tools
2574like @file{grep}. Note that this is different from the syntax used by
2575shells, so for instance @code{foo*} matches all functions that include
2576an @code{fo} followed by zero or more @code{o}s. There is an implicit
2577@code{.*} leading and trailing the regular expression you supply, so to
2578match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 2579
b37052ae 2580When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
2581breakpoints on overloaded functions that are not members of any special
2582classes.
c906108c
SS
2583
2584@kindex info breakpoints
2585@cindex @code{$_} and @code{info breakpoints}
2586@item info breakpoints @r{[}@var{n}@r{]}
2587@itemx info break @r{[}@var{n}@r{]}
2588@itemx info watchpoints @r{[}@var{n}@r{]}
2589Print a table of all breakpoints, watchpoints, and catchpoints set and
2590not deleted, with the following columns for each breakpoint:
2591
2592@table @emph
2593@item Breakpoint Numbers
2594@item Type
2595Breakpoint, watchpoint, or catchpoint.
2596@item Disposition
2597Whether the breakpoint is marked to be disabled or deleted when hit.
2598@item Enabled or Disabled
2599Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2600that are not enabled.
2601@item Address
2650777c
JJ
2602Where the breakpoint is in your program, as a memory address. If the
2603breakpoint is pending (see below for details) on a future load of a shared library, the address
2604will be listed as @samp{<PENDING>}.
c906108c
SS
2605@item What
2606Where the breakpoint is in the source for your program, as a file and
2650777c
JJ
2607line number. For a pending breakpoint, the original string passed to
2608the breakpoint command will be listed as it cannot be resolved until
2609the appropriate shared library is loaded in the future.
c906108c
SS
2610@end table
2611
2612@noindent
2613If a breakpoint is conditional, @code{info break} shows the condition on
2614the line following the affected breakpoint; breakpoint commands, if any,
2650777c
JJ
2615are listed after that. A pending breakpoint is allowed to have a condition
2616specified for it. The condition is not parsed for validity until a shared
2617library is loaded that allows the pending breakpoint to resolve to a
2618valid location.
c906108c
SS
2619
2620@noindent
2621@code{info break} with a breakpoint
2622number @var{n} as argument lists only that breakpoint. The
2623convenience variable @code{$_} and the default examining-address for
2624the @code{x} command are set to the address of the last breakpoint
5d161b24 2625listed (@pxref{Memory, ,Examining memory}).
c906108c
SS
2626
2627@noindent
2628@code{info break} displays a count of the number of times the breakpoint
2629has been hit. This is especially useful in conjunction with the
2630@code{ignore} command. You can ignore a large number of breakpoint
2631hits, look at the breakpoint info to see how many times the breakpoint
2632was hit, and then run again, ignoring one less than that number. This
2633will get you quickly to the last hit of that breakpoint.
2634@end table
2635
2636@value{GDBN} allows you to set any number of breakpoints at the same place in
2637your program. There is nothing silly or meaningless about this. When
2638the breakpoints are conditional, this is even useful
2639(@pxref{Conditions, ,Break conditions}).
2640
2650777c 2641@cindex pending breakpoints
dd79a6cf
JJ
2642If a specified breakpoint location cannot be found, it may be due to the fact
2643that the location is in a shared library that is yet to be loaded. In such
2644a case, you may want @value{GDBN} to create a special breakpoint (known as
2645a @dfn{pending breakpoint}) that
2646attempts to resolve itself in the future when an appropriate shared library
2647gets loaded.
2648
2649Pending breakpoints are useful to set at the start of your
2650777c
JJ
2650@value{GDBN} session for locations that you know will be dynamically loaded
2651later by the program being debugged. When shared libraries are loaded,
dd79a6cf
JJ
2652a check is made to see if the load resolves any pending breakpoint locations.
2653If a pending breakpoint location gets resolved,
2654a regular breakpoint is created and the original pending breakpoint is removed.
2655
2656@value{GDBN} provides some additional commands for controlling pending
2657breakpoint support:
2658
2659@kindex set breakpoint pending
2660@kindex show breakpoint pending
2661@table @code
2662@item set breakpoint pending auto
2663This is the default behavior. When @value{GDBN} cannot find the breakpoint
2664location, it queries you whether a pending breakpoint should be created.
2665
2666@item set breakpoint pending on
2667This indicates that an unrecognized breakpoint location should automatically
2668result in a pending breakpoint being created.
2669
2670@item set breakpoint pending off
2671This indicates that pending breakpoints are not to be created. Any
2672unrecognized breakpoint location results in an error. This setting does
2673not affect any pending breakpoints previously created.
2674
2675@item show breakpoint pending
2676Show the current behavior setting for creating pending breakpoints.
2677@end table
2650777c 2678
649e03f6
RM
2679@cindex operations allowed on pending breakpoints
2680Normal breakpoint operations apply to pending breakpoints as well. You may
2681specify a condition for a pending breakpoint and/or commands to run when the
2650777c
JJ
2682breakpoint is reached. You can also enable or disable
2683the pending breakpoint. When you specify a condition for a pending breakpoint,
2684the parsing of the condition will be deferred until the point where the
2685pending breakpoint location is resolved. Disabling a pending breakpoint
2686tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
2687shared library load. When a pending breakpoint is re-enabled,
649e03f6 2688@value{GDBN} checks to see if the location is already resolved.
2650777c
JJ
2689This is done because any number of shared library loads could have
2690occurred since the time the breakpoint was disabled and one or more
2691of these loads could resolve the location.
2692
c906108c
SS
2693@cindex negative breakpoint numbers
2694@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
2695@value{GDBN} itself sometimes sets breakpoints in your program for
2696special purposes, such as proper handling of @code{longjmp} (in C
2697programs). These internal breakpoints are assigned negative numbers,
2698starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 2699You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 2700@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
2701
2702
6d2ebf8b 2703@node Set Watchpoints
c906108c
SS
2704@subsection Setting watchpoints
2705
2706@cindex setting watchpoints
2707@cindex software watchpoints
2708@cindex hardware watchpoints
2709You can use a watchpoint to stop execution whenever the value of an
2710expression changes, without having to predict a particular place where
2711this may happen.
2712
2713Depending on your system, watchpoints may be implemented in software or
2df3850c 2714hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
2715program and testing the variable's value each time, which is hundreds of
2716times slower than normal execution. (But this may still be worth it, to
2717catch errors where you have no clue what part of your program is the
2718culprit.)
2719
1104b9e7 2720On some systems, such as HP-UX, @sc{gnu}/Linux and some other x86-based targets,
2df3850c 2721@value{GDBN} includes support for
c906108c
SS
2722hardware watchpoints, which do not slow down the running of your
2723program.
2724
2725@table @code
2726@kindex watch
2727@item watch @var{expr}
2728Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2729is written into by the program and its value changes.
2730
2731@kindex rwatch
2732@item rwatch @var{expr}
2733Set a watchpoint that will break when watch @var{expr} is read by the program.
c906108c
SS
2734
2735@kindex awatch
2736@item awatch @var{expr}
2df3850c 2737Set a watchpoint that will break when @var{expr} is either read or written into
7be570e7 2738by the program.
c906108c
SS
2739
2740@kindex info watchpoints
2741@item info watchpoints
2742This command prints a list of watchpoints, breakpoints, and catchpoints;
2743it is the same as @code{info break}.
2744@end table
2745
2746@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2747watchpoints execute very quickly, and the debugger reports a change in
2748value at the exact instruction where the change occurs. If @value{GDBN}
2749cannot set a hardware watchpoint, it sets a software watchpoint, which
2750executes more slowly and reports the change in value at the next
2751statement, not the instruction, after the change occurs.
2752
2753When you issue the @code{watch} command, @value{GDBN} reports
2754
474c8240 2755@smallexample
c906108c 2756Hardware watchpoint @var{num}: @var{expr}
474c8240 2757@end smallexample
c906108c
SS
2758
2759@noindent
2760if it was able to set a hardware watchpoint.
2761
7be570e7
JM
2762Currently, the @code{awatch} and @code{rwatch} commands can only set
2763hardware watchpoints, because accesses to data that don't change the
2764value of the watched expression cannot be detected without examining
2765every instruction as it is being executed, and @value{GDBN} does not do
2766that currently. If @value{GDBN} finds that it is unable to set a
2767hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2768will print a message like this:
2769
2770@smallexample
2771Expression cannot be implemented with read/access watchpoint.
2772@end smallexample
2773
2774Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2775data type of the watched expression is wider than what a hardware
2776watchpoint on the target machine can handle. For example, some systems
2777can only watch regions that are up to 4 bytes wide; on such systems you
2778cannot set hardware watchpoints for an expression that yields a
2779double-precision floating-point number (which is typically 8 bytes
2780wide). As a work-around, it might be possible to break the large region
2781into a series of smaller ones and watch them with separate watchpoints.
2782
2783If you set too many hardware watchpoints, @value{GDBN} might be unable
2784to insert all of them when you resume the execution of your program.
2785Since the precise number of active watchpoints is unknown until such
2786time as the program is about to be resumed, @value{GDBN} might not be
2787able to warn you about this when you set the watchpoints, and the
2788warning will be printed only when the program is resumed:
2789
2790@smallexample
2791Hardware watchpoint @var{num}: Could not insert watchpoint
2792@end smallexample
2793
2794@noindent
2795If this happens, delete or disable some of the watchpoints.
2796
2797The SPARClite DSU will generate traps when a program accesses some data
2798or instruction address that is assigned to the debug registers. For the
2799data addresses, DSU facilitates the @code{watch} command. However the
2800hardware breakpoint registers can only take two data watchpoints, and
2801both watchpoints must be the same kind. For example, you can set two
2802watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2803@strong{or} two with @code{awatch} commands, but you cannot set one
2804watchpoint with one command and the other with a different command.
c906108c
SS
2805@value{GDBN} will reject the command if you try to mix watchpoints.
2806Delete or disable unused watchpoint commands before setting new ones.
2807
2808If you call a function interactively using @code{print} or @code{call},
2df3850c 2809any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
2810kind of breakpoint or the call completes.
2811
7be570e7
JM
2812@value{GDBN} automatically deletes watchpoints that watch local
2813(automatic) variables, or expressions that involve such variables, when
2814they go out of scope, that is, when the execution leaves the block in
2815which these variables were defined. In particular, when the program
2816being debugged terminates, @emph{all} local variables go out of scope,
2817and so only watchpoints that watch global variables remain set. If you
2818rerun the program, you will need to set all such watchpoints again. One
2819way of doing that would be to set a code breakpoint at the entry to the
2820@code{main} function and when it breaks, set all the watchpoints.
2821
c906108c
SS
2822@quotation
2823@cindex watchpoints and threads
2824@cindex threads and watchpoints
c906108c
SS
2825@emph{Warning:} In multi-thread programs, watchpoints have only limited
2826usefulness. With the current watchpoint implementation, @value{GDBN}
2827can only watch the value of an expression @emph{in a single thread}. If
2828you are confident that the expression can only change due to the current
2829thread's activity (and if you are also confident that no other thread
2830can become current), then you can use watchpoints as usual. However,
2831@value{GDBN} may not notice when a non-current thread's activity changes
2832the expression.
53a5351d 2833
d4f3574e 2834@c FIXME: this is almost identical to the previous paragraph.
53a5351d
JM
2835@emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2836have only limited usefulness. If @value{GDBN} creates a software
2837watchpoint, it can only watch the value of an expression @emph{in a
2838single thread}. If you are confident that the expression can only
2839change due to the current thread's activity (and if you are also
2840confident that no other thread can become current), then you can use
2841software watchpoints as usual. However, @value{GDBN} may not notice
2842when a non-current thread's activity changes the expression. (Hardware
2843watchpoints, in contrast, watch an expression in all threads.)
c906108c 2844@end quotation
c906108c 2845
501eef12
AC
2846@xref{set remote hardware-watchpoint-limit}.
2847
6d2ebf8b 2848@node Set Catchpoints
c906108c 2849@subsection Setting catchpoints
d4f3574e 2850@cindex catchpoints, setting
c906108c
SS
2851@cindex exception handlers
2852@cindex event handling
2853
2854You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 2855kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
2856shared library. Use the @code{catch} command to set a catchpoint.
2857
2858@table @code
2859@kindex catch
2860@item catch @var{event}
2861Stop when @var{event} occurs. @var{event} can be any of the following:
2862@table @code
2863@item throw
2864@kindex catch throw
b37052ae 2865The throwing of a C@t{++} exception.
c906108c
SS
2866
2867@item catch
2868@kindex catch catch
b37052ae 2869The catching of a C@t{++} exception.
c906108c
SS
2870
2871@item exec
2872@kindex catch exec
2873A call to @code{exec}. This is currently only available for HP-UX.
2874
2875@item fork
2876@kindex catch fork
2877A call to @code{fork}. This is currently only available for HP-UX.
2878
2879@item vfork
2880@kindex catch vfork
2881A call to @code{vfork}. This is currently only available for HP-UX.
2882
2883@item load
2884@itemx load @var{libname}
2885@kindex catch load
2886The dynamic loading of any shared library, or the loading of the library
2887@var{libname}. This is currently only available for HP-UX.
2888
2889@item unload
2890@itemx unload @var{libname}
2891@kindex catch unload
2892The unloading of any dynamically loaded shared library, or the unloading
2893of the library @var{libname}. This is currently only available for HP-UX.
2894@end table
2895
2896@item tcatch @var{event}
2897Set a catchpoint that is enabled only for one stop. The catchpoint is
2898automatically deleted after the first time the event is caught.
2899
2900@end table
2901
2902Use the @code{info break} command to list the current catchpoints.
2903
b37052ae 2904There are currently some limitations to C@t{++} exception handling
c906108c
SS
2905(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2906
2907@itemize @bullet
2908@item
2909If you call a function interactively, @value{GDBN} normally returns
2910control to you when the function has finished executing. If the call
2911raises an exception, however, the call may bypass the mechanism that
2912returns control to you and cause your program either to abort or to
2913simply continue running until it hits a breakpoint, catches a signal
2914that @value{GDBN} is listening for, or exits. This is the case even if
2915you set a catchpoint for the exception; catchpoints on exceptions are
2916disabled within interactive calls.
2917
2918@item
2919You cannot raise an exception interactively.
2920
2921@item
2922You cannot install an exception handler interactively.
2923@end itemize
2924
2925@cindex raise exceptions
2926Sometimes @code{catch} is not the best way to debug exception handling:
2927if you need to know exactly where an exception is raised, it is better to
2928stop @emph{before} the exception handler is called, since that way you
2929can see the stack before any unwinding takes place. If you set a
2930breakpoint in an exception handler instead, it may not be easy to find
2931out where the exception was raised.
2932
2933To stop just before an exception handler is called, you need some
b37052ae 2934knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
c906108c
SS
2935raised by calling a library function named @code{__raise_exception}
2936which has the following ANSI C interface:
2937
474c8240 2938@smallexample
c906108c 2939 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
2940 @var{id} is the exception identifier. */
2941 void __raise_exception (void **addr, void *id);
474c8240 2942@end smallexample
c906108c
SS
2943
2944@noindent
2945To make the debugger catch all exceptions before any stack
2946unwinding takes place, set a breakpoint on @code{__raise_exception}
2947(@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
2948
2949With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
2950that depends on the value of @var{id}, you can stop your program when
2951a specific exception is raised. You can use multiple conditional
2952breakpoints to stop your program when any of a number of exceptions are
2953raised.
2954
2955
6d2ebf8b 2956@node Delete Breaks
c906108c
SS
2957@subsection Deleting breakpoints
2958
2959@cindex clearing breakpoints, watchpoints, catchpoints
2960@cindex deleting breakpoints, watchpoints, catchpoints
2961It is often necessary to eliminate a breakpoint, watchpoint, or
2962catchpoint once it has done its job and you no longer want your program
2963to stop there. This is called @dfn{deleting} the breakpoint. A
2964breakpoint that has been deleted no longer exists; it is forgotten.
2965
2966With the @code{clear} command you can delete breakpoints according to
2967where they are in your program. With the @code{delete} command you can
2968delete individual breakpoints, watchpoints, or catchpoints by specifying
2969their breakpoint numbers.
2970
2971It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
2972automatically ignores breakpoints on the first instruction to be executed
2973when you continue execution without changing the execution address.
2974
2975@table @code
2976@kindex clear
2977@item clear
2978Delete any breakpoints at the next instruction to be executed in the
2979selected stack frame (@pxref{Selection, ,Selecting a frame}). When
2980the innermost frame is selected, this is a good way to delete a
2981breakpoint where your program just stopped.
2982
2983@item clear @var{function}
2984@itemx clear @var{filename}:@var{function}
2985Delete any breakpoints set at entry to the function @var{function}.
2986
2987@item clear @var{linenum}
2988@itemx clear @var{filename}:@var{linenum}
2989Delete any breakpoints set at or within the code of the specified line.
2990
2991@cindex delete breakpoints
2992@kindex delete
41afff9a 2993@kindex d @r{(@code{delete})}
c5394b80
JM
2994@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2995Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
2996ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
2997breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
2998confirm off}). You can abbreviate this command as @code{d}.
2999@end table
3000
6d2ebf8b 3001@node Disabling
c906108c
SS
3002@subsection Disabling breakpoints
3003
3004@kindex disable breakpoints
3005@kindex enable breakpoints
3006Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
3007prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
3008it had been deleted, but remembers the information on the breakpoint so
3009that you can @dfn{enable} it again later.
3010
3011You disable and enable breakpoints, watchpoints, and catchpoints with
3012the @code{enable} and @code{disable} commands, optionally specifying one
3013or more breakpoint numbers as arguments. Use @code{info break} or
3014@code{info watch} to print a list of breakpoints, watchpoints, and
3015catchpoints if you do not know which numbers to use.
3016
3017A breakpoint, watchpoint, or catchpoint can have any of four different
3018states of enablement:
3019
3020@itemize @bullet
3021@item
3022Enabled. The breakpoint stops your program. A breakpoint set
3023with the @code{break} command starts out in this state.
3024@item
3025Disabled. The breakpoint has no effect on your program.
3026@item
3027Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 3028disabled.
c906108c
SS
3029@item
3030Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
3031immediately after it does so it is deleted permanently. A breakpoint
3032set with the @code{tbreak} command starts out in this state.
c906108c
SS
3033@end itemize
3034
3035You can use the following commands to enable or disable breakpoints,
3036watchpoints, and catchpoints:
3037
3038@table @code
3039@kindex disable breakpoints
3040@kindex disable
41afff9a 3041@kindex dis @r{(@code{disable})}
c5394b80 3042@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3043Disable the specified breakpoints---or all breakpoints, if none are
3044listed. A disabled breakpoint has no effect but is not forgotten. All
3045options such as ignore-counts, conditions and commands are remembered in
3046case the breakpoint is enabled again later. You may abbreviate
3047@code{disable} as @code{dis}.
3048
3049@kindex enable breakpoints
3050@kindex enable
c5394b80 3051@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3052Enable the specified breakpoints (or all defined breakpoints). They
3053become effective once again in stopping your program.
3054
c5394b80 3055@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
3056Enable the specified breakpoints temporarily. @value{GDBN} disables any
3057of these breakpoints immediately after stopping your program.
3058
c5394b80 3059@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
3060Enable the specified breakpoints to work once, then die. @value{GDBN}
3061deletes any of these breakpoints as soon as your program stops there.
3062@end table
3063
d4f3574e
SS
3064@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3065@c confusing: tbreak is also initially enabled.
c906108c
SS
3066Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3067,Setting breakpoints}), breakpoints that you set are initially enabled;
3068subsequently, they become disabled or enabled only when you use one of
3069the commands above. (The command @code{until} can set and delete a
3070breakpoint of its own, but it does not change the state of your other
3071breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3072stepping}.)
3073
6d2ebf8b 3074@node Conditions
c906108c
SS
3075@subsection Break conditions
3076@cindex conditional breakpoints
3077@cindex breakpoint conditions
3078
3079@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 3080@c in particular for a watchpoint?
c906108c
SS
3081The simplest sort of breakpoint breaks every time your program reaches a
3082specified place. You can also specify a @dfn{condition} for a
3083breakpoint. A condition is just a Boolean expression in your
3084programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
3085a condition evaluates the expression each time your program reaches it,
3086and your program stops only if the condition is @emph{true}.
3087
3088This is the converse of using assertions for program validation; in that
3089situation, you want to stop when the assertion is violated---that is,
3090when the condition is false. In C, if you want to test an assertion expressed
3091by the condition @var{assert}, you should set the condition
3092@samp{! @var{assert}} on the appropriate breakpoint.
3093
3094Conditions are also accepted for watchpoints; you may not need them,
3095since a watchpoint is inspecting the value of an expression anyhow---but
3096it might be simpler, say, to just set a watchpoint on a variable name,
3097and specify a condition that tests whether the new value is an interesting
3098one.
3099
3100Break conditions can have side effects, and may even call functions in
3101your program. This can be useful, for example, to activate functions
3102that log program progress, or to use your own print functions to
3103format special data structures. The effects are completely predictable
3104unless there is another enabled breakpoint at the same address. (In
3105that case, @value{GDBN} might see the other breakpoint first and stop your
3106program without checking the condition of this one.) Note that
d4f3574e
SS
3107breakpoint commands are usually more convenient and flexible than break
3108conditions for the
c906108c
SS
3109purpose of performing side effects when a breakpoint is reached
3110(@pxref{Break Commands, ,Breakpoint command lists}).
3111
3112Break conditions can be specified when a breakpoint is set, by using
3113@samp{if} in the arguments to the @code{break} command. @xref{Set
3114Breaks, ,Setting breakpoints}. They can also be changed at any time
3115with the @code{condition} command.
53a5351d 3116
c906108c
SS
3117You can also use the @code{if} keyword with the @code{watch} command.
3118The @code{catch} command does not recognize the @code{if} keyword;
3119@code{condition} is the only way to impose a further condition on a
3120catchpoint.
c906108c
SS
3121
3122@table @code
3123@kindex condition
3124@item condition @var{bnum} @var{expression}
3125Specify @var{expression} as the break condition for breakpoint,
3126watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3127breakpoint @var{bnum} stops your program only if the value of
3128@var{expression} is true (nonzero, in C). When you use
3129@code{condition}, @value{GDBN} checks @var{expression} immediately for
3130syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
3131referents in the context of your breakpoint. If @var{expression} uses
3132symbols not referenced in the context of the breakpoint, @value{GDBN}
3133prints an error message:
3134
474c8240 3135@smallexample
d4f3574e 3136No symbol "foo" in current context.
474c8240 3137@end smallexample
d4f3574e
SS
3138
3139@noindent
c906108c
SS
3140@value{GDBN} does
3141not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
3142command (or a command that sets a breakpoint with a condition, like
3143@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
3144
3145@item condition @var{bnum}
3146Remove the condition from breakpoint number @var{bnum}. It becomes
3147an ordinary unconditional breakpoint.
3148@end table
3149
3150@cindex ignore count (of breakpoint)
3151A special case of a breakpoint condition is to stop only when the
3152breakpoint has been reached a certain number of times. This is so
3153useful that there is a special way to do it, using the @dfn{ignore
3154count} of the breakpoint. Every breakpoint has an ignore count, which
3155is an integer. Most of the time, the ignore count is zero, and
3156therefore has no effect. But if your program reaches a breakpoint whose
3157ignore count is positive, then instead of stopping, it just decrements
3158the ignore count by one and continues. As a result, if the ignore count
3159value is @var{n}, the breakpoint does not stop the next @var{n} times
3160your program reaches it.
3161
3162@table @code
3163@kindex ignore
3164@item ignore @var{bnum} @var{count}
3165Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3166The next @var{count} times the breakpoint is reached, your program's
3167execution does not stop; other than to decrement the ignore count, @value{GDBN}
3168takes no action.
3169
3170To make the breakpoint stop the next time it is reached, specify
3171a count of zero.
3172
3173When you use @code{continue} to resume execution of your program from a
3174breakpoint, you can specify an ignore count directly as an argument to
3175@code{continue}, rather than using @code{ignore}. @xref{Continuing and
3176Stepping,,Continuing and stepping}.
3177
3178If a breakpoint has a positive ignore count and a condition, the
3179condition is not checked. Once the ignore count reaches zero,
3180@value{GDBN} resumes checking the condition.
3181
3182You could achieve the effect of the ignore count with a condition such
3183as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3184is decremented each time. @xref{Convenience Vars, ,Convenience
3185variables}.
3186@end table
3187
3188Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3189
3190
6d2ebf8b 3191@node Break Commands
c906108c
SS
3192@subsection Breakpoint command lists
3193
3194@cindex breakpoint commands
3195You can give any breakpoint (or watchpoint or catchpoint) a series of
3196commands to execute when your program stops due to that breakpoint. For
3197example, you might want to print the values of certain expressions, or
3198enable other breakpoints.
3199
3200@table @code
3201@kindex commands
3202@kindex end
3203@item commands @r{[}@var{bnum}@r{]}
3204@itemx @dots{} @var{command-list} @dots{}
3205@itemx end
3206Specify a list of commands for breakpoint number @var{bnum}. The commands
3207themselves appear on the following lines. Type a line containing just
3208@code{end} to terminate the commands.
3209
3210To remove all commands from a breakpoint, type @code{commands} and
3211follow it immediately with @code{end}; that is, give no commands.
3212
3213With no @var{bnum} argument, @code{commands} refers to the last
3214breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3215recently encountered).
3216@end table
3217
3218Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3219disabled within a @var{command-list}.
3220
3221You can use breakpoint commands to start your program up again. Simply
3222use the @code{continue} command, or @code{step}, or any other command
3223that resumes execution.
3224
3225Any other commands in the command list, after a command that resumes
3226execution, are ignored. This is because any time you resume execution
3227(even with a simple @code{next} or @code{step}), you may encounter
3228another breakpoint---which could have its own command list, leading to
3229ambiguities about which list to execute.
3230
3231@kindex silent
3232If the first command you specify in a command list is @code{silent}, the
3233usual message about stopping at a breakpoint is not printed. This may
3234be desirable for breakpoints that are to print a specific message and
3235then continue. If none of the remaining commands print anything, you
3236see no sign that the breakpoint was reached. @code{silent} is
3237meaningful only at the beginning of a breakpoint command list.
3238
3239The commands @code{echo}, @code{output}, and @code{printf} allow you to
3240print precisely controlled output, and are often useful in silent
3241breakpoints. @xref{Output, ,Commands for controlled output}.
3242
3243For example, here is how you could use breakpoint commands to print the
3244value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3245
474c8240 3246@smallexample
c906108c
SS
3247break foo if x>0
3248commands
3249silent
3250printf "x is %d\n",x
3251cont
3252end
474c8240 3253@end smallexample
c906108c
SS
3254
3255One application for breakpoint commands is to compensate for one bug so
3256you can test for another. Put a breakpoint just after the erroneous line
3257of code, give it a condition to detect the case in which something
3258erroneous has been done, and give it commands to assign correct values
3259to any variables that need them. End with the @code{continue} command
3260so that your program does not stop, and start with the @code{silent}
3261command so that no output is produced. Here is an example:
3262
474c8240 3263@smallexample
c906108c
SS
3264break 403
3265commands
3266silent
3267set x = y + 4
3268cont
3269end
474c8240 3270@end smallexample
c906108c 3271
6d2ebf8b 3272@node Breakpoint Menus
c906108c
SS
3273@subsection Breakpoint menus
3274@cindex overloading
3275@cindex symbol overloading
3276
b383017d 3277Some programming languages (notably C@t{++} and Objective-C) permit a
b37303ee 3278single function name
c906108c
SS
3279to be defined several times, for application in different contexts.
3280This is called @dfn{overloading}. When a function name is overloaded,
3281@samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3282a breakpoint. If you realize this is a problem, you can use
3283something like @samp{break @var{function}(@var{types})} to specify which
3284particular version of the function you want. Otherwise, @value{GDBN} offers
3285you a menu of numbered choices for different possible breakpoints, and
3286waits for your selection with the prompt @samp{>}. The first two
3287options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3288sets a breakpoint at each definition of @var{function}, and typing
3289@kbd{0} aborts the @code{break} command without setting any new
3290breakpoints.
3291
3292For example, the following session excerpt shows an attempt to set a
3293breakpoint at the overloaded symbol @code{String::after}.
3294We choose three particular definitions of that function name:
3295
3296@c FIXME! This is likely to change to show arg type lists, at least
3297@smallexample
3298@group
3299(@value{GDBP}) b String::after
3300[0] cancel
3301[1] all
3302[2] file:String.cc; line number:867
3303[3] file:String.cc; line number:860
3304[4] file:String.cc; line number:875
3305[5] file:String.cc; line number:853
3306[6] file:String.cc; line number:846
3307[7] file:String.cc; line number:735
3308> 2 4 6
3309Breakpoint 1 at 0xb26c: file String.cc, line 867.
3310Breakpoint 2 at 0xb344: file String.cc, line 875.
3311Breakpoint 3 at 0xafcc: file String.cc, line 846.
3312Multiple breakpoints were set.
3313Use the "delete" command to delete unwanted
3314 breakpoints.
3315(@value{GDBP})
3316@end group
3317@end smallexample
c906108c
SS
3318
3319@c @ifclear BARETARGET
6d2ebf8b 3320@node Error in Breakpoints
d4f3574e 3321@subsection ``Cannot insert breakpoints''
c906108c
SS
3322@c
3323@c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3324@c
d4f3574e
SS
3325Under some operating systems, breakpoints cannot be used in a program if
3326any other process is running that program. In this situation,
5d161b24 3327attempting to run or continue a program with a breakpoint causes
d4f3574e
SS
3328@value{GDBN} to print an error message:
3329
474c8240 3330@smallexample
d4f3574e
SS
3331Cannot insert breakpoints.
3332The same program may be running in another process.
474c8240 3333@end smallexample
d4f3574e
SS
3334
3335When this happens, you have three ways to proceed:
3336
3337@enumerate
3338@item
3339Remove or disable the breakpoints, then continue.
3340
3341@item
5d161b24 3342Suspend @value{GDBN}, and copy the file containing your program to a new
d4f3574e 3343name. Resume @value{GDBN} and use the @code{exec-file} command to specify
5d161b24 3344that @value{GDBN} should run your program under that name.
d4f3574e
SS
3345Then start your program again.
3346
3347@item
3348Relink your program so that the text segment is nonsharable, using the
3349linker option @samp{-N}. The operating system limitation may not apply
3350to nonsharable executables.
3351@end enumerate
c906108c
SS
3352@c @end ifclear
3353
d4f3574e
SS
3354A similar message can be printed if you request too many active
3355hardware-assisted breakpoints and watchpoints:
3356
3357@c FIXME: the precise wording of this message may change; the relevant
3358@c source change is not committed yet (Sep 3, 1999).
3359@smallexample
3360Stopped; cannot insert breakpoints.
3361You may have requested too many hardware breakpoints and watchpoints.
3362@end smallexample
3363
3364@noindent
3365This message is printed when you attempt to resume the program, since
3366only then @value{GDBN} knows exactly how many hardware breakpoints and
3367watchpoints it needs to insert.
3368
3369When this message is printed, you need to disable or remove some of the
3370hardware-assisted breakpoints and watchpoints, and then continue.
3371
1485d690
KB
3372@node Breakpoint related warnings
3373@subsection ``Breakpoint address adjusted...''
3374@cindex breakpoint address adjusted
3375
3376Some processor architectures place constraints on the addresses at
3377which breakpoints may be placed. For architectures thus constrained,
3378@value{GDBN} will attempt to adjust the breakpoint's address to comply
3379with the constraints dictated by the architecture.
3380
3381One example of such an architecture is the Fujitsu FR-V. The FR-V is
3382a VLIW architecture in which a number of RISC-like instructions may be
3383bundled together for parallel execution. The FR-V architecture
3384constrains the location of a breakpoint instruction within such a
3385bundle to the instruction with the lowest address. @value{GDBN}
3386honors this constraint by adjusting a breakpoint's address to the
3387first in the bundle.
3388
3389It is not uncommon for optimized code to have bundles which contain
3390instructions from different source statements, thus it may happen that
3391a breakpoint's address will be adjusted from one source statement to
3392another. Since this adjustment may significantly alter @value{GDBN}'s
3393breakpoint related behavior from what the user expects, a warning is
3394printed when the breakpoint is first set and also when the breakpoint
3395is hit.
3396
3397A warning like the one below is printed when setting a breakpoint
3398that's been subject to address adjustment:
3399
3400@smallexample
3401warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3402@end smallexample
3403
3404Such warnings are printed both for user settable and @value{GDBN}'s
3405internal breakpoints. If you see one of these warnings, you should
3406verify that a breakpoint set at the adjusted address will have the
3407desired affect. If not, the breakpoint in question may be removed and
b383017d 3408other breakpoints may be set which will have the desired behavior.
1485d690
KB
3409E.g., it may be sufficient to place the breakpoint at a later
3410instruction. A conditional breakpoint may also be useful in some
3411cases to prevent the breakpoint from triggering too often.
3412
3413@value{GDBN} will also issue a warning when stopping at one of these
3414adjusted breakpoints:
3415
3416@smallexample
3417warning: Breakpoint 1 address previously adjusted from 0x00010414
3418to 0x00010410.
3419@end smallexample
3420
3421When this warning is encountered, it may be too late to take remedial
3422action except in cases where the breakpoint is hit earlier or more
3423frequently than expected.
d4f3574e 3424
6d2ebf8b 3425@node Continuing and Stepping
c906108c
SS
3426@section Continuing and stepping
3427
3428@cindex stepping
3429@cindex continuing
3430@cindex resuming execution
3431@dfn{Continuing} means resuming program execution until your program
3432completes normally. In contrast, @dfn{stepping} means executing just
3433one more ``step'' of your program, where ``step'' may mean either one
3434line of source code, or one machine instruction (depending on what
7a292a7a
SS
3435particular command you use). Either when continuing or when stepping,
3436your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
3437it stops due to a signal, you may want to use @code{handle}, or use
3438@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
3439
3440@table @code
3441@kindex continue
41afff9a
EZ
3442@kindex c @r{(@code{continue})}
3443@kindex fg @r{(resume foreground execution)}
c906108c
SS
3444@item continue @r{[}@var{ignore-count}@r{]}
3445@itemx c @r{[}@var{ignore-count}@r{]}
3446@itemx fg @r{[}@var{ignore-count}@r{]}
3447Resume program execution, at the address where your program last stopped;
3448any breakpoints set at that address are bypassed. The optional argument
3449@var{ignore-count} allows you to specify a further number of times to
3450ignore a breakpoint at this location; its effect is like that of
3451@code{ignore} (@pxref{Conditions, ,Break conditions}).
3452
3453The argument @var{ignore-count} is meaningful only when your program
3454stopped due to a breakpoint. At other times, the argument to
3455@code{continue} is ignored.
3456
d4f3574e
SS
3457The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3458debugged program is deemed to be the foreground program) are provided
3459purely for convenience, and have exactly the same behavior as
3460@code{continue}.
c906108c
SS
3461@end table
3462
3463To resume execution at a different place, you can use @code{return}
3464(@pxref{Returning, ,Returning from a function}) to go back to the
3465calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3466different address}) to go to an arbitrary location in your program.
3467
3468A typical technique for using stepping is to set a breakpoint
3469(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3470beginning of the function or the section of your program where a problem
3471is believed to lie, run your program until it stops at that breakpoint,
3472and then step through the suspect area, examining the variables that are
3473interesting, until you see the problem happen.
3474
3475@table @code
3476@kindex step
41afff9a 3477@kindex s @r{(@code{step})}
c906108c
SS
3478@item step
3479Continue running your program until control reaches a different source
3480line, then stop it and return control to @value{GDBN}. This command is
3481abbreviated @code{s}.
3482
3483@quotation
3484@c "without debugging information" is imprecise; actually "without line
3485@c numbers in the debugging information". (gcc -g1 has debugging info but
3486@c not line numbers). But it seems complex to try to make that
3487@c distinction here.
3488@emph{Warning:} If you use the @code{step} command while control is
3489within a function that was compiled without debugging information,
3490execution proceeds until control reaches a function that does have
3491debugging information. Likewise, it will not step into a function which
3492is compiled without debugging information. To step through functions
3493without debugging information, use the @code{stepi} command, described
3494below.
3495@end quotation
3496
4a92d011
EZ
3497The @code{step} command only stops at the first instruction of a source
3498line. This prevents the multiple stops that could otherwise occur in
3499@code{switch} statements, @code{for} loops, etc. @code{step} continues
3500to stop if a function that has debugging information is called within
3501the line. In other words, @code{step} @emph{steps inside} any functions
3502called within the line.
c906108c 3503
d4f3574e
SS
3504Also, the @code{step} command only enters a function if there is line
3505number information for the function. Otherwise it acts like the
5d161b24 3506@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 3507on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 3508was any debugging information about the routine.
c906108c
SS
3509
3510@item step @var{count}
3511Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
3512breakpoint is reached, or a signal not related to stepping occurs before
3513@var{count} steps, stepping stops right away.
c906108c
SS
3514
3515@kindex next
41afff9a 3516@kindex n @r{(@code{next})}
c906108c
SS
3517@item next @r{[}@var{count}@r{]}
3518Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
3519This is similar to @code{step}, but function calls that appear within
3520the line of code are executed without stopping. Execution stops when
3521control reaches a different line of code at the original stack level
3522that was executing when you gave the @code{next} command. This command
3523is abbreviated @code{n}.
c906108c
SS
3524
3525An argument @var{count} is a repeat count, as for @code{step}.
3526
3527
3528@c FIX ME!! Do we delete this, or is there a way it fits in with
3529@c the following paragraph? --- Vctoria
3530@c
3531@c @code{next} within a function that lacks debugging information acts like
3532@c @code{step}, but any function calls appearing within the code of the
3533@c function are executed without stopping.
3534
d4f3574e
SS
3535The @code{next} command only stops at the first instruction of a
3536source line. This prevents multiple stops that could otherwise occur in
4a92d011 3537@code{switch} statements, @code{for} loops, etc.
c906108c 3538
b90a5f51
CF
3539@kindex set step-mode
3540@item set step-mode
3541@cindex functions without line info, and stepping
3542@cindex stepping into functions with no line info
3543@itemx set step-mode on
4a92d011 3544The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
3545stop at the first instruction of a function which contains no debug line
3546information rather than stepping over it.
3547
4a92d011
EZ
3548This is useful in cases where you may be interested in inspecting the
3549machine instructions of a function which has no symbolic info and do not
3550want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
3551
3552@item set step-mode off
4a92d011 3553Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
3554debug information. This is the default.
3555
c906108c
SS
3556@kindex finish
3557@item finish
3558Continue running until just after function in the selected stack frame
3559returns. Print the returned value (if any).
3560
3561Contrast this with the @code{return} command (@pxref{Returning,
3562,Returning from a function}).
3563
3564@kindex until
41afff9a 3565@kindex u @r{(@code{until})}
c906108c
SS
3566@item until
3567@itemx u
3568Continue running until a source line past the current line, in the
3569current stack frame, is reached. This command is used to avoid single
3570stepping through a loop more than once. It is like the @code{next}
3571command, except that when @code{until} encounters a jump, it
3572automatically continues execution until the program counter is greater
3573than the address of the jump.
3574
3575This means that when you reach the end of a loop after single stepping
3576though it, @code{until} makes your program continue execution until it
3577exits the loop. In contrast, a @code{next} command at the end of a loop
3578simply steps back to the beginning of the loop, which forces you to step
3579through the next iteration.
3580
3581@code{until} always stops your program if it attempts to exit the current
3582stack frame.
3583
3584@code{until} may produce somewhat counterintuitive results if the order
3585of machine code does not match the order of the source lines. For
3586example, in the following excerpt from a debugging session, the @code{f}
3587(@code{frame}) command shows that execution is stopped at line
3588@code{206}; yet when we use @code{until}, we get to line @code{195}:
3589
474c8240 3590@smallexample
c906108c
SS
3591(@value{GDBP}) f
3592#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3593206 expand_input();
3594(@value{GDBP}) until
3595195 for ( ; argc > 0; NEXTARG) @{
474c8240 3596@end smallexample
c906108c
SS
3597
3598This happened because, for execution efficiency, the compiler had
3599generated code for the loop closure test at the end, rather than the
3600start, of the loop---even though the test in a C @code{for}-loop is
3601written before the body of the loop. The @code{until} command appeared
3602to step back to the beginning of the loop when it advanced to this
3603expression; however, it has not really gone to an earlier
3604statement---not in terms of the actual machine code.
3605
3606@code{until} with no argument works by means of single
3607instruction stepping, and hence is slower than @code{until} with an
3608argument.
3609
3610@item until @var{location}
3611@itemx u @var{location}
3612Continue running your program until either the specified location is
3613reached, or the current stack frame returns. @var{location} is any of
3614the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
c60eb6f1
EZ
3615,Setting breakpoints}). This form of the command uses breakpoints, and
3616hence is quicker than @code{until} without an argument. The specified
3617location is actually reached only if it is in the current frame. This
3618implies that @code{until} can be used to skip over recursive function
3619invocations. For instance in the code below, if the current location is
3620line @code{96}, issuing @code{until 99} will execute the program up to
3621line @code{99} in the same invocation of factorial, i.e. after the inner
3622invocations have returned.
3623
3624@smallexample
362594 int factorial (int value)
362695 @{
362796 if (value > 1) @{
362897 value *= factorial (value - 1);
362998 @}
363099 return (value);
3631100 @}
3632@end smallexample
3633
3634
3635@kindex advance @var{location}
3636@itemx advance @var{location}
3637Continue running the program up to the given location. An argument is
3638required, anything of the same form as arguments for the @code{break}
3639command. Execution will also stop upon exit from the current stack
3640frame. This command is similar to @code{until}, but @code{advance} will
3641not skip over recursive function calls, and the target location doesn't
3642have to be in the same frame as the current one.
3643
c906108c
SS
3644
3645@kindex stepi
41afff9a 3646@kindex si @r{(@code{stepi})}
c906108c 3647@item stepi
96a2c332 3648@itemx stepi @var{arg}
c906108c
SS
3649@itemx si
3650Execute one machine instruction, then stop and return to the debugger.
3651
3652It is often useful to do @samp{display/i $pc} when stepping by machine
3653instructions. This makes @value{GDBN} automatically display the next
3654instruction to be executed, each time your program stops. @xref{Auto
3655Display,, Automatic display}.
3656
3657An argument is a repeat count, as in @code{step}.
3658
3659@need 750
3660@kindex nexti
41afff9a 3661@kindex ni @r{(@code{nexti})}
c906108c 3662@item nexti
96a2c332 3663@itemx nexti @var{arg}
c906108c
SS
3664@itemx ni
3665Execute one machine instruction, but if it is a function call,
3666proceed until the function returns.
3667
3668An argument is a repeat count, as in @code{next}.
3669@end table
3670
6d2ebf8b 3671@node Signals
c906108c
SS
3672@section Signals
3673@cindex signals
3674
3675A signal is an asynchronous event that can happen in a program. The
3676operating system defines the possible kinds of signals, and gives each
3677kind a name and a number. For example, in Unix @code{SIGINT} is the
d4f3574e 3678signal a program gets when you type an interrupt character (often @kbd{C-c});
c906108c
SS
3679@code{SIGSEGV} is the signal a program gets from referencing a place in
3680memory far away from all the areas in use; @code{SIGALRM} occurs when
3681the alarm clock timer goes off (which happens only if your program has
3682requested an alarm).
3683
3684@cindex fatal signals
3685Some signals, including @code{SIGALRM}, are a normal part of the
3686functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 3687errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
3688program has not specified in advance some other way to handle the signal.
3689@code{SIGINT} does not indicate an error in your program, but it is normally
3690fatal so it can carry out the purpose of the interrupt: to kill the program.
3691
3692@value{GDBN} has the ability to detect any occurrence of a signal in your
3693program. You can tell @value{GDBN} in advance what to do for each kind of
3694signal.
3695
3696@cindex handling signals
24f93129
EZ
3697Normally, @value{GDBN} is set up to let the non-erroneous signals like
3698@code{SIGALRM} be silently passed to your program
3699(so as not to interfere with their role in the program's functioning)
c906108c
SS
3700but to stop your program immediately whenever an error signal happens.
3701You can change these settings with the @code{handle} command.
3702
3703@table @code
3704@kindex info signals
3705@item info signals
96a2c332 3706@itemx info handle
c906108c
SS
3707Print a table of all the kinds of signals and how @value{GDBN} has been told to
3708handle each one. You can use this to see the signal numbers of all
3709the defined types of signals.
3710
d4f3574e 3711@code{info handle} is an alias for @code{info signals}.
c906108c
SS
3712
3713@kindex handle
3714@item handle @var{signal} @var{keywords}@dots{}
5ece1a18
EZ
3715Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3716can be the number of a signal or its name (with or without the
24f93129 3717@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18
EZ
3718@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3719known signals. The @var{keywords} say what change to make.
c906108c
SS
3720@end table
3721
3722@c @group
3723The keywords allowed by the @code{handle} command can be abbreviated.
3724Their full names are:
3725
3726@table @code
3727@item nostop
3728@value{GDBN} should not stop your program when this signal happens. It may
3729still print a message telling you that the signal has come in.
3730
3731@item stop
3732@value{GDBN} should stop your program when this signal happens. This implies
3733the @code{print} keyword as well.
3734
3735@item print
3736@value{GDBN} should print a message when this signal happens.
3737
3738@item noprint
3739@value{GDBN} should not mention the occurrence of the signal at all. This
3740implies the @code{nostop} keyword as well.
3741
3742@item pass
5ece1a18 3743@itemx noignore
c906108c
SS
3744@value{GDBN} should allow your program to see this signal; your program
3745can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 3746and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
3747
3748@item nopass
5ece1a18 3749@itemx ignore
c906108c 3750@value{GDBN} should not allow your program to see this signal.
5ece1a18 3751@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
3752@end table
3753@c @end group
3754
d4f3574e
SS
3755When a signal stops your program, the signal is not visible to the
3756program until you
c906108c
SS
3757continue. Your program sees the signal then, if @code{pass} is in
3758effect for the signal in question @emph{at that time}. In other words,
3759after @value{GDBN} reports a signal, you can use the @code{handle}
3760command with @code{pass} or @code{nopass} to control whether your
3761program sees that signal when you continue.
3762
24f93129
EZ
3763The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3764non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3765@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3766erroneous signals.
3767
c906108c
SS
3768You can also use the @code{signal} command to prevent your program from
3769seeing a signal, or cause it to see a signal it normally would not see,
3770or to give it any signal at any time. For example, if your program stopped
3771due to some sort of memory reference error, you might store correct
3772values into the erroneous variables and continue, hoping to see more
3773execution; but your program would probably terminate immediately as
3774a result of the fatal signal once it saw the signal. To prevent this,
3775you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5d161b24 3776program a signal}.
c906108c 3777
6d2ebf8b 3778@node Thread Stops
c906108c
SS
3779@section Stopping and starting multi-thread programs
3780
3781When your program has multiple threads (@pxref{Threads,, Debugging
3782programs with multiple threads}), you can choose whether to set
3783breakpoints on all threads, or on a particular thread.
3784
3785@table @code
3786@cindex breakpoints and threads
3787@cindex thread breakpoints
3788@kindex break @dots{} thread @var{threadno}
3789@item break @var{linespec} thread @var{threadno}
3790@itemx break @var{linespec} thread @var{threadno} if @dots{}
3791@var{linespec} specifies source lines; there are several ways of
3792writing them, but the effect is always to specify some source line.
3793
3794Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3795to specify that you only want @value{GDBN} to stop the program when a
3796particular thread reaches this breakpoint. @var{threadno} is one of the
3797numeric thread identifiers assigned by @value{GDBN}, shown in the first
3798column of the @samp{info threads} display.
3799
3800If you do not specify @samp{thread @var{threadno}} when you set a
3801breakpoint, the breakpoint applies to @emph{all} threads of your
3802program.
3803
3804You can use the @code{thread} qualifier on conditional breakpoints as
3805well; in this case, place @samp{thread @var{threadno}} before the
3806breakpoint condition, like this:
3807
3808@smallexample
2df3850c 3809(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
3810@end smallexample
3811
3812@end table
3813
3814@cindex stopped threads
3815@cindex threads, stopped
3816Whenever your program stops under @value{GDBN} for any reason,
3817@emph{all} threads of execution stop, not just the current thread. This
3818allows you to examine the overall state of the program, including
3819switching between threads, without worrying that things may change
3820underfoot.
3821
36d86913
MC
3822@cindex thread breakpoints and system calls
3823@cindex system calls and thread breakpoints
3824@cindex premature return from system calls
3825There is an unfortunate side effect. If one thread stops for a
3826breakpoint, or for some other reason, and another thread is blocked in a
3827system call, then the system call may return prematurely. This is a
3828consequence of the interaction between multiple threads and the signals
3829that @value{GDBN} uses to implement breakpoints and other events that
3830stop execution.
3831
3832To handle this problem, your program should check the return value of
3833each system call and react appropriately. This is good programming
3834style anyways.
3835
3836For example, do not write code like this:
3837
3838@smallexample
3839 sleep (10);
3840@end smallexample
3841
3842The call to @code{sleep} will return early if a different thread stops
3843at a breakpoint or for some other reason.
3844
3845Instead, write this:
3846
3847@smallexample
3848 int unslept = 10;
3849 while (unslept > 0)
3850 unslept = sleep (unslept);
3851@end smallexample
3852
3853A system call is allowed to return early, so the system is still
3854conforming to its specification. But @value{GDBN} does cause your
3855multi-threaded program to behave differently than it would without
3856@value{GDBN}.
3857
3858Also, @value{GDBN} uses internal breakpoints in the thread library to
3859monitor certain events such as thread creation and thread destruction.
3860When such an event happens, a system call in another thread may return
3861prematurely, even though your program does not appear to stop.
3862
c906108c
SS
3863@cindex continuing threads
3864@cindex threads, continuing
3865Conversely, whenever you restart the program, @emph{all} threads start
3866executing. @emph{This is true even when single-stepping} with commands
5d161b24 3867like @code{step} or @code{next}.
c906108c
SS
3868
3869In particular, @value{GDBN} cannot single-step all threads in lockstep.
3870Since thread scheduling is up to your debugging target's operating
3871system (not controlled by @value{GDBN}), other threads may
3872execute more than one statement while the current thread completes a
3873single step. Moreover, in general other threads stop in the middle of a
3874statement, rather than at a clean statement boundary, when the program
3875stops.
3876
3877You might even find your program stopped in another thread after
3878continuing or even single-stepping. This happens whenever some other
3879thread runs into a breakpoint, a signal, or an exception before the
3880first thread completes whatever you requested.
3881
3882On some OSes, you can lock the OS scheduler and thus allow only a single
3883thread to run.
3884
3885@table @code
3886@item set scheduler-locking @var{mode}
3887Set the scheduler locking mode. If it is @code{off}, then there is no
3888locking and any thread may run at any time. If @code{on}, then only the
3889current thread may run when the inferior is resumed. The @code{step}
3890mode optimizes for single-stepping. It stops other threads from
3891``seizing the prompt'' by preempting the current thread while you are
3892stepping. Other threads will only rarely (or never) get a chance to run
d4f3574e 3893when you step. They are more likely to run when you @samp{next} over a
c906108c 3894function call, and they are completely free to run when you use commands
d4f3574e 3895like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
c906108c 3896thread hits a breakpoint during its timeslice, they will never steal the
2df3850c 3897@value{GDBN} prompt away from the thread that you are debugging.
c906108c
SS
3898
3899@item show scheduler-locking
3900Display the current scheduler locking mode.
3901@end table
3902
c906108c 3903
6d2ebf8b 3904@node Stack
c906108c
SS
3905@chapter Examining the Stack
3906
3907When your program has stopped, the first thing you need to know is where it
3908stopped and how it got there.
3909
3910@cindex call stack
5d161b24
DB
3911Each time your program performs a function call, information about the call
3912is generated.
3913That information includes the location of the call in your program,
3914the arguments of the call,
c906108c 3915and the local variables of the function being called.
5d161b24 3916The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
3917The stack frames are allocated in a region of memory called the @dfn{call
3918stack}.
3919
3920When your program stops, the @value{GDBN} commands for examining the
3921stack allow you to see all of this information.
3922
3923@cindex selected frame
3924One of the stack frames is @dfn{selected} by @value{GDBN} and many
3925@value{GDBN} commands refer implicitly to the selected frame. In
3926particular, whenever you ask @value{GDBN} for the value of a variable in
3927your program, the value is found in the selected frame. There are
3928special @value{GDBN} commands to select whichever frame you are
3929interested in. @xref{Selection, ,Selecting a frame}.
3930
3931When your program stops, @value{GDBN} automatically selects the
5d161b24 3932currently executing frame and describes it briefly, similar to the
c906108c
SS
3933@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3934
3935@menu
3936* Frames:: Stack frames
3937* Backtrace:: Backtraces
3938* Selection:: Selecting a frame
3939* Frame Info:: Information on a frame
c906108c
SS
3940
3941@end menu
3942
6d2ebf8b 3943@node Frames
c906108c
SS
3944@section Stack frames
3945
d4f3574e 3946@cindex frame, definition
c906108c
SS
3947@cindex stack frame
3948The call stack is divided up into contiguous pieces called @dfn{stack
3949frames}, or @dfn{frames} for short; each frame is the data associated
3950with one call to one function. The frame contains the arguments given
3951to the function, the function's local variables, and the address at
3952which the function is executing.
3953
3954@cindex initial frame
3955@cindex outermost frame
3956@cindex innermost frame
3957When your program is started, the stack has only one frame, that of the
3958function @code{main}. This is called the @dfn{initial} frame or the
3959@dfn{outermost} frame. Each time a function is called, a new frame is
3960made. Each time a function returns, the frame for that function invocation
3961is eliminated. If a function is recursive, there can be many frames for
3962the same function. The frame for the function in which execution is
3963actually occurring is called the @dfn{innermost} frame. This is the most
3964recently created of all the stack frames that still exist.
3965
3966@cindex frame pointer
3967Inside your program, stack frames are identified by their addresses. A
3968stack frame consists of many bytes, each of which has its own address; each
3969kind of computer has a convention for choosing one byte whose
3970address serves as the address of the frame. Usually this address is kept
3971in a register called the @dfn{frame pointer register} while execution is
3972going on in that frame.
3973
3974@cindex frame number
3975@value{GDBN} assigns numbers to all existing stack frames, starting with
3976zero for the innermost frame, one for the frame that called it,
3977and so on upward. These numbers do not really exist in your program;
3978they are assigned by @value{GDBN} to give you a way of designating stack
3979frames in @value{GDBN} commands.
3980
6d2ebf8b
SS
3981@c The -fomit-frame-pointer below perennially causes hbox overflow
3982@c underflow problems.
c906108c
SS
3983@cindex frameless execution
3984Some compilers provide a way to compile functions so that they operate
6d2ebf8b 3985without stack frames. (For example, the @value{GCC} option
474c8240 3986@smallexample
6d2ebf8b 3987@samp{-fomit-frame-pointer}
474c8240 3988@end smallexample
6d2ebf8b 3989generates functions without a frame.)
c906108c
SS
3990This is occasionally done with heavily used library functions to save
3991the frame setup time. @value{GDBN} has limited facilities for dealing
3992with these function invocations. If the innermost function invocation
3993has no stack frame, @value{GDBN} nevertheless regards it as though
3994it had a separate frame, which is numbered zero as usual, allowing
3995correct tracing of the function call chain. However, @value{GDBN} has
3996no provision for frameless functions elsewhere in the stack.
3997
3998@table @code
d4f3574e 3999@kindex frame@r{, command}
41afff9a 4000@cindex current stack frame
c906108c 4001@item frame @var{args}
5d161b24 4002The @code{frame} command allows you to move from one stack frame to another,
c906108c 4003and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
4004address of the frame or the stack frame number. Without an argument,
4005@code{frame} prints the current stack frame.
c906108c
SS
4006
4007@kindex select-frame
41afff9a 4008@cindex selecting frame silently
c906108c
SS
4009@item select-frame
4010The @code{select-frame} command allows you to move from one stack frame
4011to another without printing the frame. This is the silent version of
4012@code{frame}.
4013@end table
4014
6d2ebf8b 4015@node Backtrace
c906108c
SS
4016@section Backtraces
4017
4018@cindex backtraces
4019@cindex tracebacks
4020@cindex stack traces
4021A backtrace is a summary of how your program got where it is. It shows one
4022line per frame, for many frames, starting with the currently executing
4023frame (frame zero), followed by its caller (frame one), and on up the
4024stack.
4025
4026@table @code
4027@kindex backtrace
41afff9a 4028@kindex bt @r{(@code{backtrace})}
c906108c
SS
4029@item backtrace
4030@itemx bt
4031Print a backtrace of the entire stack: one line per frame for all
4032frames in the stack.
4033
4034You can stop the backtrace at any time by typing the system interrupt
4035character, normally @kbd{C-c}.
4036
4037@item backtrace @var{n}
4038@itemx bt @var{n}
4039Similar, but print only the innermost @var{n} frames.
4040
4041@item backtrace -@var{n}
4042@itemx bt -@var{n}
4043Similar, but print only the outermost @var{n} frames.
4044@end table
4045
4046@kindex where
4047@kindex info stack
41afff9a 4048@kindex info s @r{(@code{info stack})}
c906108c
SS
4049The names @code{where} and @code{info stack} (abbreviated @code{info s})
4050are additional aliases for @code{backtrace}.
4051
4052Each line in the backtrace shows the frame number and the function name.
4053The program counter value is also shown---unless you use @code{set
4054print address off}. The backtrace also shows the source file name and
4055line number, as well as the arguments to the function. The program
4056counter value is omitted if it is at the beginning of the code for that
4057line number.
4058
4059Here is an example of a backtrace. It was made with the command
4060@samp{bt 3}, so it shows the innermost three frames.
4061
4062@smallexample
4063@group
5d161b24 4064#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c
SS
4065 at builtin.c:993
4066#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4067#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4068 at macro.c:71
4069(More stack frames follow...)
4070@end group
4071@end smallexample
4072
4073@noindent
4074The display for frame zero does not begin with a program counter
4075value, indicating that your program has stopped at the beginning of the
4076code for line @code{993} of @code{builtin.c}.
4077
25d29d70
AC
4078@kindex set backtrace past-main
4079@kindex show backtrace past-main
4080@kindex set backtrace limit
4081@kindex show backtrace limit
b4e9345d 4082
25d29d70
AC
4083Most programs have a standard user entry point---a place where system
4084libraries and startup code transition into user code. For C this is
4085@code{main}. When @value{GDBN} finds the entry function in a backtrace
4086it will terminate the backtrace, to avoid tracing into highly
4087system-specific (and generally uninteresting) code.
4088
4089If you need to examine the startup code, or limit the number of levels
4090in a backtrace, you can change this behavior:
95f90d25
DJ
4091
4092@table @code
25d29d70
AC
4093@item set backtrace past-main
4094@itemx set backtrace past-main on
4095Backtraces will continue past the user entry point.
4096
4097@item set backtrace past-main off
95f90d25
DJ
4098Backtraces will stop when they encounter the user entry point. This is the
4099default.
4100
25d29d70
AC
4101@item show backtrace past-main
4102Display the current user entry point backtrace policy.
4103
4104@item set backtrace limit @var{n}
4105@itemx set backtrace limit 0
4106@cindex backtrace limit
4107Limit the backtrace to @var{n} levels. A value of zero means
4108unlimited.
95f90d25 4109
25d29d70
AC
4110@item show backtrace limit
4111Display the current limit on backtrace levels.
95f90d25
DJ
4112@end table
4113
6d2ebf8b 4114@node Selection
c906108c
SS
4115@section Selecting a frame
4116
4117Most commands for examining the stack and other data in your program work on
4118whichever stack frame is selected at the moment. Here are the commands for
4119selecting a stack frame; all of them finish by printing a brief description
4120of the stack frame just selected.
4121
4122@table @code
d4f3574e 4123@kindex frame@r{, selecting}
41afff9a 4124@kindex f @r{(@code{frame})}
c906108c
SS
4125@item frame @var{n}
4126@itemx f @var{n}
4127Select frame number @var{n}. Recall that frame zero is the innermost
4128(currently executing) frame, frame one is the frame that called the
4129innermost one, and so on. The highest-numbered frame is the one for
4130@code{main}.
4131
4132@item frame @var{addr}
4133@itemx f @var{addr}
4134Select the frame at address @var{addr}. This is useful mainly if the
4135chaining of stack frames has been damaged by a bug, making it
4136impossible for @value{GDBN} to assign numbers properly to all frames. In
4137addition, this can be useful when your program has multiple stacks and
4138switches between them.
4139
c906108c
SS
4140On the SPARC architecture, @code{frame} needs two addresses to
4141select an arbitrary frame: a frame pointer and a stack pointer.
4142
4143On the MIPS and Alpha architecture, it needs two addresses: a stack
4144pointer and a program counter.
4145
4146On the 29k architecture, it needs three addresses: a register stack
4147pointer, a program counter, and a memory stack pointer.
4148@c note to future updaters: this is conditioned on a flag
4149@c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
4150@c as of 27 Jan 1994.
c906108c
SS
4151
4152@kindex up
4153@item up @var{n}
4154Move @var{n} frames up the stack. For positive numbers @var{n}, this
4155advances toward the outermost frame, to higher frame numbers, to frames
4156that have existed longer. @var{n} defaults to one.
4157
4158@kindex down
41afff9a 4159@kindex do @r{(@code{down})}
c906108c
SS
4160@item down @var{n}
4161Move @var{n} frames down the stack. For positive numbers @var{n}, this
4162advances toward the innermost frame, to lower frame numbers, to frames
4163that were created more recently. @var{n} defaults to one. You may
4164abbreviate @code{down} as @code{do}.
4165@end table
4166
4167All of these commands end by printing two lines of output describing the
4168frame. The first line shows the frame number, the function name, the
4169arguments, and the source file and line number of execution in that
5d161b24 4170frame. The second line shows the text of that source line.
c906108c
SS
4171
4172@need 1000
4173For example:
4174
4175@smallexample
4176@group
4177(@value{GDBP}) up
4178#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4179 at env.c:10
418010 read_input_file (argv[i]);
4181@end group
4182@end smallexample
4183
4184After such a printout, the @code{list} command with no arguments
4185prints ten lines centered on the point of execution in the frame.
87885426
FN
4186You can also edit the program at the point of execution with your favorite
4187editing program by typing @code{edit}.
4188@xref{List, ,Printing source lines},
4189for details.
c906108c
SS
4190
4191@table @code
4192@kindex down-silently
4193@kindex up-silently
4194@item up-silently @var{n}
4195@itemx down-silently @var{n}
4196These two commands are variants of @code{up} and @code{down},
4197respectively; they differ in that they do their work silently, without
4198causing display of the new frame. They are intended primarily for use
4199in @value{GDBN} command scripts, where the output might be unnecessary and
4200distracting.
4201@end table
4202
6d2ebf8b 4203@node Frame Info
c906108c
SS
4204@section Information about a frame
4205
4206There are several other commands to print information about the selected
4207stack frame.
4208
4209@table @code
4210@item frame
4211@itemx f
4212When used without any argument, this command does not change which
4213frame is selected, but prints a brief description of the currently
4214selected stack frame. It can be abbreviated @code{f}. With an
4215argument, this command is used to select a stack frame.
4216@xref{Selection, ,Selecting a frame}.
4217
4218@kindex info frame
41afff9a 4219@kindex info f @r{(@code{info frame})}
c906108c
SS
4220@item info frame
4221@itemx info f
4222This command prints a verbose description of the selected stack frame,
4223including:
4224
4225@itemize @bullet
5d161b24
DB
4226@item
4227the address of the frame
c906108c
SS
4228@item
4229the address of the next frame down (called by this frame)
4230@item
4231the address of the next frame up (caller of this frame)
4232@item
4233the language in which the source code corresponding to this frame is written
4234@item
4235the address of the frame's arguments
4236@item
d4f3574e
SS
4237the address of the frame's local variables
4238@item
c906108c
SS
4239the program counter saved in it (the address of execution in the caller frame)
4240@item
4241which registers were saved in the frame
4242@end itemize
4243
4244@noindent The verbose description is useful when
4245something has gone wrong that has made the stack format fail to fit
4246the usual conventions.
4247
4248@item info frame @var{addr}
4249@itemx info f @var{addr}
4250Print a verbose description of the frame at address @var{addr}, without
4251selecting that frame. The selected frame remains unchanged by this
4252command. This requires the same kind of address (more than one for some
4253architectures) that you specify in the @code{frame} command.
4254@xref{Selection, ,Selecting a frame}.
4255
4256@kindex info args
4257@item info args
4258Print the arguments of the selected frame, each on a separate line.
4259
4260@item info locals
4261@kindex info locals
4262Print the local variables of the selected frame, each on a separate
4263line. These are all variables (declared either static or automatic)
4264accessible at the point of execution of the selected frame.
4265
c906108c 4266@kindex info catch
d4f3574e
SS
4267@cindex catch exceptions, list active handlers
4268@cindex exception handlers, how to list
c906108c
SS
4269@item info catch
4270Print a list of all the exception handlers that are active in the
4271current stack frame at the current point of execution. To see other
4272exception handlers, visit the associated frame (using the @code{up},
4273@code{down}, or @code{frame} commands); then type @code{info catch}.
4274@xref{Set Catchpoints, , Setting catchpoints}.
53a5351d 4275
c906108c
SS
4276@end table
4277
c906108c 4278
6d2ebf8b 4279@node Source
c906108c
SS
4280@chapter Examining Source Files
4281
4282@value{GDBN} can print parts of your program's source, since the debugging
4283information recorded in the program tells @value{GDBN} what source files were
4284used to build it. When your program stops, @value{GDBN} spontaneously prints
4285the line where it stopped. Likewise, when you select a stack frame
4286(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4287execution in that frame has stopped. You can print other portions of
4288source files by explicit command.
4289
7a292a7a 4290If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 4291prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 4292@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
4293
4294@menu
4295* List:: Printing source lines
87885426 4296* Edit:: Editing source files
c906108c 4297* Search:: Searching source files
c906108c
SS
4298* Source Path:: Specifying source directories
4299* Machine Code:: Source and machine code
4300@end menu
4301
6d2ebf8b 4302@node List
c906108c
SS
4303@section Printing source lines
4304
4305@kindex list
41afff9a 4306@kindex l @r{(@code{list})}
c906108c 4307To print lines from a source file, use the @code{list} command
5d161b24 4308(abbreviated @code{l}). By default, ten lines are printed.
c906108c
SS
4309There are several ways to specify what part of the file you want to print.
4310
4311Here are the forms of the @code{list} command most commonly used:
4312
4313@table @code
4314@item list @var{linenum}
4315Print lines centered around line number @var{linenum} in the
4316current source file.
4317
4318@item list @var{function}
4319Print lines centered around the beginning of function
4320@var{function}.
4321
4322@item list
4323Print more lines. If the last lines printed were printed with a
4324@code{list} command, this prints lines following the last lines
4325printed; however, if the last line printed was a solitary line printed
4326as part of displaying a stack frame (@pxref{Stack, ,Examining the
4327Stack}), this prints lines centered around that line.
4328
4329@item list -
4330Print lines just before the lines last printed.
4331@end table
4332
4333By default, @value{GDBN} prints ten source lines with any of these forms of
4334the @code{list} command. You can change this using @code{set listsize}:
4335
4336@table @code
4337@kindex set listsize
4338@item set listsize @var{count}
4339Make the @code{list} command display @var{count} source lines (unless
4340the @code{list} argument explicitly specifies some other number).
4341
4342@kindex show listsize
4343@item show listsize
4344Display the number of lines that @code{list} prints.
4345@end table
4346
4347Repeating a @code{list} command with @key{RET} discards the argument,
4348so it is equivalent to typing just @code{list}. This is more useful
4349than listing the same lines again. An exception is made for an
4350argument of @samp{-}; that argument is preserved in repetition so that
4351each repetition moves up in the source file.
4352
4353@cindex linespec
4354In general, the @code{list} command expects you to supply zero, one or two
4355@dfn{linespecs}. Linespecs specify source lines; there are several ways
d4f3574e 4356of writing them, but the effect is always to specify some source line.
c906108c
SS
4357Here is a complete description of the possible arguments for @code{list}:
4358
4359@table @code
4360@item list @var{linespec}
4361Print lines centered around the line specified by @var{linespec}.
4362
4363@item list @var{first},@var{last}
4364Print lines from @var{first} to @var{last}. Both arguments are
4365linespecs.
4366
4367@item list ,@var{last}
4368Print lines ending with @var{last}.
4369
4370@item list @var{first},
4371Print lines starting with @var{first}.
4372
4373@item list +
4374Print lines just after the lines last printed.
4375
4376@item list -
4377Print lines just before the lines last printed.
4378
4379@item list
4380As described in the preceding table.
4381@end table
4382
4383Here are the ways of specifying a single source line---all the
4384kinds of linespec.
4385
4386@table @code
4387@item @var{number}
4388Specifies line @var{number} of the current source file.
4389When a @code{list} command has two linespecs, this refers to
4390the same source file as the first linespec.
4391
4392@item +@var{offset}
4393Specifies the line @var{offset} lines after the last line printed.
4394When used as the second linespec in a @code{list} command that has
4395two, this specifies the line @var{offset} lines down from the
4396first linespec.
4397
4398@item -@var{offset}
4399Specifies the line @var{offset} lines before the last line printed.
4400
4401@item @var{filename}:@var{number}
4402Specifies line @var{number} in the source file @var{filename}.
4403
4404@item @var{function}
4405Specifies the line that begins the body of the function @var{function}.
4406For example: in C, this is the line with the open brace.
4407
4408@item @var{filename}:@var{function}
4409Specifies the line of the open-brace that begins the body of the
4410function @var{function} in the file @var{filename}. You only need the
4411file name with a function name to avoid ambiguity when there are
4412identically named functions in different source files.
4413
4414@item *@var{address}
4415Specifies the line containing the program address @var{address}.
4416@var{address} may be any expression.
4417@end table
4418
87885426
FN
4419@node Edit
4420@section Editing source files
4421@cindex editing source files
4422
4423@kindex edit
4424@kindex e @r{(@code{edit})}
4425To edit the lines in a source file, use the @code{edit} command.
4426The editing program of your choice
4427is invoked with the current line set to
4428the active line in the program.
4429Alternatively, there are several ways to specify what part of the file you
4430want to print if you want to see other parts of the program.
4431
4432Here are the forms of the @code{edit} command most commonly used:
4433
4434@table @code
4435@item edit
4436Edit the current source file at the active line number in the program.
4437
4438@item edit @var{number}
4439Edit the current source file with @var{number} as the active line number.
4440
4441@item edit @var{function}
4442Edit the file containing @var{function} at the beginning of its definition.
4443
4444@item edit @var{filename}:@var{number}
4445Specifies line @var{number} in the source file @var{filename}.
4446
4447@item edit @var{filename}:@var{function}
4448Specifies the line that begins the body of the
4449function @var{function} in the file @var{filename}. You only need the
4450file name with a function name to avoid ambiguity when there are
4451identically named functions in different source files.
4452
4453@item edit *@var{address}
4454Specifies the line containing the program address @var{address}.
4455@var{address} may be any expression.
4456@end table
4457
4458@subsection Choosing your editor
4459You can customize @value{GDBN} to use any editor you want
4460@footnote{
4461The only restriction is that your editor (say @code{ex}), recognizes the
4462following command-line syntax:
10998722 4463@smallexample
87885426 4464ex +@var{number} file
10998722
AC
4465@end smallexample
4466The optional numeric value +@var{number} designates the active line in
4467the file.}. By default, it is @value{EDITOR}, but you can change this
4468by setting the environment variable @code{EDITOR} before using
4469@value{GDBN}. For example, to configure @value{GDBN} to use the
4470@code{vi} editor, you could use these commands with the @code{sh} shell:
4471@smallexample
87885426
FN
4472EDITOR=/usr/bin/vi
4473export EDITOR
4474gdb ...
10998722 4475@end smallexample
87885426 4476or in the @code{csh} shell,
10998722 4477@smallexample
87885426
FN
4478setenv EDITOR /usr/bin/vi
4479gdb ...
10998722 4480@end smallexample
87885426 4481
6d2ebf8b 4482@node Search
c906108c
SS
4483@section Searching source files
4484@cindex searching
4485@kindex reverse-search
4486
4487There are two commands for searching through the current source file for a
4488regular expression.
4489
4490@table @code
4491@kindex search
4492@kindex forward-search
4493@item forward-search @var{regexp}
4494@itemx search @var{regexp}
4495The command @samp{forward-search @var{regexp}} checks each line,
4496starting with the one following the last line listed, for a match for
5d161b24 4497@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
4498synonym @samp{search @var{regexp}} or abbreviate the command name as
4499@code{fo}.
4500
4501@item reverse-search @var{regexp}
4502The command @samp{reverse-search @var{regexp}} checks each line, starting
4503with the one before the last line listed and going backward, for a match
4504for @var{regexp}. It lists the line that is found. You can abbreviate
4505this command as @code{rev}.
4506@end table
c906108c 4507
6d2ebf8b 4508@node Source Path
c906108c
SS
4509@section Specifying source directories
4510
4511@cindex source path
4512@cindex directories for source files
4513Executable programs sometimes do not record the directories of the source
4514files from which they were compiled, just the names. Even when they do,
4515the directories could be moved between the compilation and your debugging
4516session. @value{GDBN} has a list of directories to search for source files;
4517this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4518it tries all the directories in the list, in the order they are present
4519in the list, until it finds a file with the desired name. Note that
4520the executable search path is @emph{not} used for this purpose. Neither is
4521the current working directory, unless it happens to be in the source
4522path.
4523
4524If @value{GDBN} cannot find a source file in the source path, and the
4525object program records a directory, @value{GDBN} tries that directory
4526too. If the source path is empty, and there is no record of the
4527compilation directory, @value{GDBN} looks in the current directory as a
4528last resort.
4529
4530Whenever you reset or rearrange the source path, @value{GDBN} clears out
4531any information it has cached about where source files are found and where
4532each line is in the file.
4533
4534@kindex directory
4535@kindex dir
d4f3574e
SS
4536When you start @value{GDBN}, its source path includes only @samp{cdir}
4537and @samp{cwd}, in that order.
c906108c
SS
4538To add other directories, use the @code{directory} command.
4539
4540@table @code
4541@item directory @var{dirname} @dots{}
4542@item dir @var{dirname} @dots{}
4543Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
4544directory names may be given to this command, separated by @samp{:}
4545(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4546part of absolute file names) or
c906108c
SS
4547whitespace. You may specify a directory that is already in the source
4548path; this moves it forward, so @value{GDBN} searches it sooner.
4549
4550@kindex cdir
4551@kindex cwd
41afff9a
EZ
4552@vindex $cdir@r{, convenience variable}
4553@vindex $cwdr@r{, convenience variable}
c906108c
SS
4554@cindex compilation directory
4555@cindex current directory
4556@cindex working directory
4557@cindex directory, current
4558@cindex directory, compilation
4559You can use the string @samp{$cdir} to refer to the compilation
4560directory (if one is recorded), and @samp{$cwd} to refer to the current
4561working directory. @samp{$cwd} is not the same as @samp{.}---the former
4562tracks the current working directory as it changes during your @value{GDBN}
4563session, while the latter is immediately expanded to the current
4564directory at the time you add an entry to the source path.
4565
4566@item directory
4567Reset the source path to empty again. This requires confirmation.
4568
4569@c RET-repeat for @code{directory} is explicitly disabled, but since
4570@c repeating it would be a no-op we do not say that. (thanks to RMS)
4571
4572@item show directories
4573@kindex show directories
4574Print the source path: show which directories it contains.
4575@end table
4576
4577If your source path is cluttered with directories that are no longer of
4578interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4579versions of source. You can correct the situation as follows:
4580
4581@enumerate
4582@item
4583Use @code{directory} with no argument to reset the source path to empty.
4584
4585@item
4586Use @code{directory} with suitable arguments to reinstall the
4587directories you want in the source path. You can add all the
4588directories in one command.
4589@end enumerate
4590
6d2ebf8b 4591@node Machine Code
c906108c
SS
4592@section Source and machine code
4593
4594You can use the command @code{info line} to map source lines to program
4595addresses (and vice versa), and the command @code{disassemble} to display
4596a range of addresses as machine instructions. When run under @sc{gnu} Emacs
d4f3574e 4597mode, the @code{info line} command causes the arrow to point to the
5d161b24 4598line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
4599well as hex.
4600
4601@table @code
4602@kindex info line
4603@item info line @var{linespec}
4604Print the starting and ending addresses of the compiled code for
4605source line @var{linespec}. You can specify source lines in any of
4606the ways understood by the @code{list} command (@pxref{List, ,Printing
4607source lines}).
4608@end table
4609
4610For example, we can use @code{info line} to discover the location of
4611the object code for the first line of function
4612@code{m4_changequote}:
4613
d4f3574e
SS
4614@c FIXME: I think this example should also show the addresses in
4615@c symbolic form, as they usually would be displayed.
c906108c 4616@smallexample
96a2c332 4617(@value{GDBP}) info line m4_changequote
c906108c
SS
4618Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4619@end smallexample
4620
4621@noindent
4622We can also inquire (using @code{*@var{addr}} as the form for
4623@var{linespec}) what source line covers a particular address:
4624@smallexample
4625(@value{GDBP}) info line *0x63ff
4626Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4627@end smallexample
4628
4629@cindex @code{$_} and @code{info line}
41afff9a 4630@kindex x@r{(examine), and} info line
c906108c
SS
4631After @code{info line}, the default address for the @code{x} command
4632is changed to the starting address of the line, so that @samp{x/i} is
4633sufficient to begin examining the machine code (@pxref{Memory,
4634,Examining memory}). Also, this address is saved as the value of the
4635convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4636variables}).
4637
4638@table @code
4639@kindex disassemble
4640@cindex assembly instructions
4641@cindex instructions, assembly
4642@cindex machine instructions
4643@cindex listing machine instructions
4644@item disassemble
4645This specialized command dumps a range of memory as machine
4646instructions. The default memory range is the function surrounding the
4647program counter of the selected frame. A single argument to this
4648command is a program counter value; @value{GDBN} dumps the function
4649surrounding this value. Two arguments specify a range of addresses
4650(first inclusive, second exclusive) to dump.
4651@end table
4652
c906108c
SS
4653The following example shows the disassembly of a range of addresses of
4654HP PA-RISC 2.0 code:
4655
4656@smallexample
4657(@value{GDBP}) disas 0x32c4 0x32e4
4658Dump of assembler code from 0x32c4 to 0x32e4:
46590x32c4 <main+204>: addil 0,dp
46600x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
46610x32cc <main+212>: ldil 0x3000,r31
46620x32d0 <main+216>: ble 0x3f8(sr4,r31)
46630x32d4 <main+220>: ldo 0(r31),rp
46640x32d8 <main+224>: addil -0x800,dp
46650x32dc <main+228>: ldo 0x588(r1),r26
46660x32e0 <main+232>: ldil 0x3000,r31
4667End of assembler dump.
4668@end smallexample
c906108c
SS
4669
4670Some architectures have more than one commonly-used set of instruction
4671mnemonics or other syntax.
4672
4673@table @code
d4f3574e 4674@kindex set disassembly-flavor
c906108c
SS
4675@cindex assembly instructions
4676@cindex instructions, assembly
4677@cindex machine instructions
4678@cindex listing machine instructions
d4f3574e
SS
4679@cindex Intel disassembly flavor
4680@cindex AT&T disassembly flavor
4681@item set disassembly-flavor @var{instruction-set}
c906108c
SS
4682Select the instruction set to use when disassembling the
4683program via the @code{disassemble} or @code{x/i} commands.
4684
4685Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
4686can set @var{instruction-set} to either @code{intel} or @code{att}.
4687The default is @code{att}, the AT&T flavor used by default by Unix
4688assemblers for x86-based targets.
c906108c
SS
4689@end table
4690
4691
6d2ebf8b 4692@node Data
c906108c
SS
4693@chapter Examining Data
4694
4695@cindex printing data
4696@cindex examining data
4697@kindex print
4698@kindex inspect
4699@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4700@c document because it is nonstandard... Under Epoch it displays in a
4701@c different window or something like that.
4702The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
4703command (abbreviated @code{p}), or its synonym @code{inspect}. It
4704evaluates and prints the value of an expression of the language your
4705program is written in (@pxref{Languages, ,Using @value{GDBN} with
4706Different Languages}).
c906108c
SS
4707
4708@table @code
d4f3574e
SS
4709@item print @var{expr}
4710@itemx print /@var{f} @var{expr}
4711@var{expr} is an expression (in the source language). By default the
4712value of @var{expr} is printed in a format appropriate to its data type;
c906108c 4713you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 4714@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
c906108c
SS
4715formats}.
4716
4717@item print
4718@itemx print /@var{f}
d4f3574e 4719If you omit @var{expr}, @value{GDBN} displays the last value again (from the
c906108c
SS
4720@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4721conveniently inspect the same value in an alternative format.
4722@end table
4723
4724A more low-level way of examining data is with the @code{x} command.
4725It examines data in memory at a specified address and prints it in a
4726specified format. @xref{Memory, ,Examining memory}.
4727
7a292a7a 4728If you are interested in information about types, or about how the
d4f3574e
SS
4729fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4730command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 4731Table}.
c906108c
SS
4732
4733@menu
4734* Expressions:: Expressions
4735* Variables:: Program variables
4736* Arrays:: Artificial arrays
4737* Output Formats:: Output formats
4738* Memory:: Examining memory
4739* Auto Display:: Automatic display
4740* Print Settings:: Print settings
4741* Value History:: Value history
4742* Convenience Vars:: Convenience variables
4743* Registers:: Registers
c906108c 4744* Floating Point Hardware:: Floating point hardware
53c69bd7 4745* Vector Unit:: Vector Unit
b383017d 4746* Auxiliary Vector:: Auxiliary data provided by operating system
29e57380 4747* Memory Region Attributes:: Memory region attributes
16d9dec6 4748* Dump/Restore Files:: Copy between memory and a file
a0eb71c5
KB
4749* Character Sets:: Debugging programs that use a different
4750 character set than GDB does
c906108c
SS
4751@end menu
4752
6d2ebf8b 4753@node Expressions
c906108c
SS
4754@section Expressions
4755
4756@cindex expressions
4757@code{print} and many other @value{GDBN} commands accept an expression and
4758compute its value. Any kind of constant, variable or operator defined
4759by the programming language you are using is valid in an expression in
e2e0bcd1
JB
4760@value{GDBN}. This includes conditional expressions, function calls,
4761casts, and string constants. It also includes preprocessor macros, if
4762you compiled your program to include this information; see
4763@ref{Compilation}.
c906108c 4764
d4f3574e
SS
4765@value{GDBN} supports array constants in expressions input by
4766the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5d161b24 4767you can use the command @code{print @{1, 2, 3@}} to build up an array in
d4f3574e 4768memory that is @code{malloc}ed in the target program.
c906108c 4769
c906108c
SS
4770Because C is so widespread, most of the expressions shown in examples in
4771this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4772Languages}, for information on how to use expressions in other
4773languages.
4774
4775In this section, we discuss operators that you can use in @value{GDBN}
4776expressions regardless of your programming language.
4777
4778Casts are supported in all languages, not just in C, because it is so
4779useful to cast a number into a pointer in order to examine a structure
4780at that address in memory.
4781@c FIXME: casts supported---Mod2 true?
c906108c
SS
4782
4783@value{GDBN} supports these operators, in addition to those common
4784to programming languages:
4785
4786@table @code
4787@item @@
4788@samp{@@} is a binary operator for treating parts of memory as arrays.
4789@xref{Arrays, ,Artificial arrays}, for more information.
4790
4791@item ::
4792@samp{::} allows you to specify a variable in terms of the file or
4793function where it is defined. @xref{Variables, ,Program variables}.
4794
4795@cindex @{@var{type}@}
4796@cindex type casting memory
4797@cindex memory, viewing as typed object
4798@cindex casts, to view memory
4799@item @{@var{type}@} @var{addr}
4800Refers to an object of type @var{type} stored at address @var{addr} in
4801memory. @var{addr} may be any expression whose value is an integer or
4802pointer (but parentheses are required around binary operators, just as in
4803a cast). This construct is allowed regardless of what kind of data is
4804normally supposed to reside at @var{addr}.
4805@end table
4806
6d2ebf8b 4807@node Variables
c906108c
SS
4808@section Program variables
4809
4810The most common kind of expression to use is the name of a variable
4811in your program.
4812
4813Variables in expressions are understood in the selected stack frame
4814(@pxref{Selection, ,Selecting a frame}); they must be either:
4815
4816@itemize @bullet
4817@item
4818global (or file-static)
4819@end itemize
4820
5d161b24 4821@noindent or
c906108c
SS
4822
4823@itemize @bullet
4824@item
4825visible according to the scope rules of the
4826programming language from the point of execution in that frame
5d161b24 4827@end itemize
c906108c
SS
4828
4829@noindent This means that in the function
4830
474c8240 4831@smallexample
c906108c
SS
4832foo (a)
4833 int a;
4834@{
4835 bar (a);
4836 @{
4837 int b = test ();
4838 bar (b);
4839 @}
4840@}
474c8240 4841@end smallexample
c906108c
SS
4842
4843@noindent
4844you can examine and use the variable @code{a} whenever your program is
4845executing within the function @code{foo}, but you can only use or
4846examine the variable @code{b} while your program is executing inside
4847the block where @code{b} is declared.
4848
4849@cindex variable name conflict
4850There is an exception: you can refer to a variable or function whose
4851scope is a single source file even if the current execution point is not
4852in this file. But it is possible to have more than one such variable or
4853function with the same name (in different source files). If that
4854happens, referring to that name has unpredictable effects. If you wish,
4855you can specify a static variable in a particular function or file,
4856using the colon-colon notation:
4857
d4f3574e 4858@cindex colon-colon, context for variables/functions
c906108c
SS
4859@iftex
4860@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 4861@cindex @code{::}, context for variables/functions
c906108c 4862@end iftex
474c8240 4863@smallexample
c906108c
SS
4864@var{file}::@var{variable}
4865@var{function}::@var{variable}
474c8240 4866@end smallexample
c906108c
SS
4867
4868@noindent
4869Here @var{file} or @var{function} is the name of the context for the
4870static @var{variable}. In the case of file names, you can use quotes to
4871make sure @value{GDBN} parses the file name as a single word---for example,
4872to print a global value of @code{x} defined in @file{f2.c}:
4873
474c8240 4874@smallexample
c906108c 4875(@value{GDBP}) p 'f2.c'::x
474c8240 4876@end smallexample
c906108c 4877
b37052ae 4878@cindex C@t{++} scope resolution
c906108c 4879This use of @samp{::} is very rarely in conflict with the very similar
b37052ae 4880use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
4881scope resolution operator in @value{GDBN} expressions.
4882@c FIXME: Um, so what happens in one of those rare cases where it's in
4883@c conflict?? --mew
c906108c
SS
4884
4885@cindex wrong values
4886@cindex variable values, wrong
4887@quotation
4888@emph{Warning:} Occasionally, a local variable may appear to have the
4889wrong value at certain points in a function---just after entry to a new
4890scope, and just before exit.
4891@end quotation
4892You may see this problem when you are stepping by machine instructions.
4893This is because, on most machines, it takes more than one instruction to
4894set up a stack frame (including local variable definitions); if you are
4895stepping by machine instructions, variables may appear to have the wrong
4896values until the stack frame is completely built. On exit, it usually
4897also takes more than one machine instruction to destroy a stack frame;
4898after you begin stepping through that group of instructions, local
4899variable definitions may be gone.
4900
4901This may also happen when the compiler does significant optimizations.
4902To be sure of always seeing accurate values, turn off all optimization
4903when compiling.
4904
d4f3574e
SS
4905@cindex ``No symbol "foo" in current context''
4906Another possible effect of compiler optimizations is to optimize
4907unused variables out of existence, or assign variables to registers (as
4908opposed to memory addresses). Depending on the support for such cases
4909offered by the debug info format used by the compiler, @value{GDBN}
4910might not be able to display values for such local variables. If that
4911happens, @value{GDBN} will print a message like this:
4912
474c8240 4913@smallexample
d4f3574e 4914No symbol "foo" in current context.
474c8240 4915@end smallexample
d4f3574e
SS
4916
4917To solve such problems, either recompile without optimizations, or use a
4918different debug info format, if the compiler supports several such
0179ffac
DC
4919formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler
4920usually supports the @option{-gstabs+} option. @option{-gstabs+}
4921produces debug info in a format that is superior to formats such as
4922COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
4923an effective form for debug info. @xref{Debugging Options,,Options
4924for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
d4f3574e
SS
4925
4926
6d2ebf8b 4927@node Arrays
c906108c
SS
4928@section Artificial arrays
4929
4930@cindex artificial array
41afff9a 4931@kindex @@@r{, referencing memory as an array}
c906108c
SS
4932It is often useful to print out several successive objects of the
4933same type in memory; a section of an array, or an array of
4934dynamically determined size for which only a pointer exists in the
4935program.
4936
4937You can do this by referring to a contiguous span of memory as an
4938@dfn{artificial array}, using the binary operator @samp{@@}. The left
4939operand of @samp{@@} should be the first element of the desired array
4940and be an individual object. The right operand should be the desired length
4941of the array. The result is an array value whose elements are all of
4942the type of the left argument. The first element is actually the left
4943argument; the second element comes from bytes of memory immediately
4944following those that hold the first element, and so on. Here is an
4945example. If a program says
4946
474c8240 4947@smallexample
c906108c 4948int *array = (int *) malloc (len * sizeof (int));
474c8240 4949@end smallexample
c906108c
SS
4950
4951@noindent
4952you can print the contents of @code{array} with
4953
474c8240 4954@smallexample
c906108c 4955p *array@@len
474c8240 4956@end smallexample
c906108c
SS
4957
4958The left operand of @samp{@@} must reside in memory. Array values made
4959with @samp{@@} in this way behave just like other arrays in terms of
4960subscripting, and are coerced to pointers when used in expressions.
4961Artificial arrays most often appear in expressions via the value history
4962(@pxref{Value History, ,Value history}), after printing one out.
4963
4964Another way to create an artificial array is to use a cast.
4965This re-interprets a value as if it were an array.
4966The value need not be in memory:
474c8240 4967@smallexample
c906108c
SS
4968(@value{GDBP}) p/x (short[2])0x12345678
4969$1 = @{0x1234, 0x5678@}
474c8240 4970@end smallexample
c906108c
SS
4971
4972As a convenience, if you leave the array length out (as in
c3f6f71d 4973@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 4974the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 4975@smallexample
c906108c
SS
4976(@value{GDBP}) p/x (short[])0x12345678
4977$2 = @{0x1234, 0x5678@}
474c8240 4978@end smallexample
c906108c
SS
4979
4980Sometimes the artificial array mechanism is not quite enough; in
4981moderately complex data structures, the elements of interest may not
4982actually be adjacent---for example, if you are interested in the values
4983of pointers in an array. One useful work-around in this situation is
4984to use a convenience variable (@pxref{Convenience Vars, ,Convenience
4985variables}) as a counter in an expression that prints the first
4986interesting value, and then repeat that expression via @key{RET}. For
4987instance, suppose you have an array @code{dtab} of pointers to
4988structures, and you are interested in the values of a field @code{fv}
4989in each structure. Here is an example of what you might type:
4990
474c8240 4991@smallexample
c906108c
SS
4992set $i = 0
4993p dtab[$i++]->fv
4994@key{RET}
4995@key{RET}
4996@dots{}
474c8240 4997@end smallexample
c906108c 4998
6d2ebf8b 4999@node Output Formats
c906108c
SS
5000@section Output formats
5001
5002@cindex formatted output
5003@cindex output formats
5004By default, @value{GDBN} prints a value according to its data type. Sometimes
5005this is not what you want. For example, you might want to print a number
5006in hex, or a pointer in decimal. Or you might want to view data in memory
5007at a certain address as a character string or as an instruction. To do
5008these things, specify an @dfn{output format} when you print a value.
5009
5010The simplest use of output formats is to say how to print a value
5011already computed. This is done by starting the arguments of the
5012@code{print} command with a slash and a format letter. The format
5013letters supported are:
5014
5015@table @code
5016@item x
5017Regard the bits of the value as an integer, and print the integer in
5018hexadecimal.
5019
5020@item d
5021Print as integer in signed decimal.
5022
5023@item u
5024Print as integer in unsigned decimal.
5025
5026@item o
5027Print as integer in octal.
5028
5029@item t
5030Print as integer in binary. The letter @samp{t} stands for ``two''.
5031@footnote{@samp{b} cannot be used because these format letters are also
5032used with the @code{x} command, where @samp{b} stands for ``byte'';
d4f3574e 5033see @ref{Memory,,Examining memory}.}
c906108c
SS
5034
5035@item a
5036@cindex unknown address, locating
3d67e040 5037@cindex locate address
c906108c
SS
5038Print as an address, both absolute in hexadecimal and as an offset from
5039the nearest preceding symbol. You can use this format used to discover
5040where (in what function) an unknown address is located:
5041
474c8240 5042@smallexample
c906108c
SS
5043(@value{GDBP}) p/a 0x54320
5044$3 = 0x54320 <_initialize_vx+396>
474c8240 5045@end smallexample
c906108c 5046
3d67e040
EZ
5047@noindent
5048The command @code{info symbol 0x54320} yields similar results.
5049@xref{Symbols, info symbol}.
5050
c906108c
SS
5051@item c
5052Regard as an integer and print it as a character constant.
5053
5054@item f
5055Regard the bits of the value as a floating point number and print
5056using typical floating point syntax.
5057@end table
5058
5059For example, to print the program counter in hex (@pxref{Registers}), type
5060
474c8240 5061@smallexample
c906108c 5062p/x $pc
474c8240 5063@end smallexample
c906108c
SS
5064
5065@noindent
5066Note that no space is required before the slash; this is because command
5067names in @value{GDBN} cannot contain a slash.
5068
5069To reprint the last value in the value history with a different format,
5070you can use the @code{print} command with just a format and no
5071expression. For example, @samp{p/x} reprints the last value in hex.
5072
6d2ebf8b 5073@node Memory
c906108c
SS
5074@section Examining memory
5075
5076You can use the command @code{x} (for ``examine'') to examine memory in
5077any of several formats, independently of your program's data types.
5078
5079@cindex examining memory
5080@table @code
41afff9a 5081@kindex x @r{(examine memory)}
c906108c
SS
5082@item x/@var{nfu} @var{addr}
5083@itemx x @var{addr}
5084@itemx x
5085Use the @code{x} command to examine memory.
5086@end table
5087
5088@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5089much memory to display and how to format it; @var{addr} is an
5090expression giving the address where you want to start displaying memory.
5091If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5092Several commands set convenient defaults for @var{addr}.
5093
5094@table @r
5095@item @var{n}, the repeat count
5096The repeat count is a decimal integer; the default is 1. It specifies
5097how much memory (counting by units @var{u}) to display.
5098@c This really is **decimal**; unaffected by 'set radix' as of GDB
5099@c 4.1.2.
5100
5101@item @var{f}, the display format
5102The display format is one of the formats used by @code{print},
5103@samp{s} (null-terminated string), or @samp{i} (machine instruction).
5104The default is @samp{x} (hexadecimal) initially.
5105The default changes each time you use either @code{x} or @code{print}.
5106
5107@item @var{u}, the unit size
5108The unit size is any of
5109
5110@table @code
5111@item b
5112Bytes.
5113@item h
5114Halfwords (two bytes).
5115@item w
5116Words (four bytes). This is the initial default.
5117@item g
5118Giant words (eight bytes).
5119@end table
5120
5121Each time you specify a unit size with @code{x}, that size becomes the
5122default unit the next time you use @code{x}. (For the @samp{s} and
5123@samp{i} formats, the unit size is ignored and is normally not written.)
5124
5125@item @var{addr}, starting display address
5126@var{addr} is the address where you want @value{GDBN} to begin displaying
5127memory. The expression need not have a pointer value (though it may);
5128it is always interpreted as an integer address of a byte of memory.
5129@xref{Expressions, ,Expressions}, for more information on expressions. The default for
5130@var{addr} is usually just after the last address examined---but several
5131other commands also set the default address: @code{info breakpoints} (to
5132the address of the last breakpoint listed), @code{info line} (to the
5133starting address of a line), and @code{print} (if you use it to display
5134a value from memory).
5135@end table
5136
5137For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5138(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5139starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
5140words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 5141@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
5142
5143Since the letters indicating unit sizes are all distinct from the
5144letters specifying output formats, you do not have to remember whether
5145unit size or format comes first; either order works. The output
5146specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5147(However, the count @var{n} must come first; @samp{wx4} does not work.)
5148
5149Even though the unit size @var{u} is ignored for the formats @samp{s}
5150and @samp{i}, you might still want to use a count @var{n}; for example,
5151@samp{3i} specifies that you want to see three machine instructions,
5152including any operands. The command @code{disassemble} gives an
d4f3574e 5153alternative way of inspecting machine instructions; see @ref{Machine
c906108c
SS
5154Code,,Source and machine code}.
5155
5156All the defaults for the arguments to @code{x} are designed to make it
5157easy to continue scanning memory with minimal specifications each time
5158you use @code{x}. For example, after you have inspected three machine
5159instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5160with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
5161the repeat count @var{n} is used again; the other arguments default as
5162for successive uses of @code{x}.
5163
5164@cindex @code{$_}, @code{$__}, and value history
5165The addresses and contents printed by the @code{x} command are not saved
5166in the value history because there is often too much of them and they
5167would get in the way. Instead, @value{GDBN} makes these values available for
5168subsequent use in expressions as values of the convenience variables
5169@code{$_} and @code{$__}. After an @code{x} command, the last address
5170examined is available for use in expressions in the convenience variable
5171@code{$_}. The contents of that address, as examined, are available in
5172the convenience variable @code{$__}.
5173
5174If the @code{x} command has a repeat count, the address and contents saved
5175are from the last memory unit printed; this is not the same as the last
5176address printed if several units were printed on the last line of output.
5177
6d2ebf8b 5178@node Auto Display
c906108c
SS
5179@section Automatic display
5180@cindex automatic display
5181@cindex display of expressions
5182
5183If you find that you want to print the value of an expression frequently
5184(to see how it changes), you might want to add it to the @dfn{automatic
5185display list} so that @value{GDBN} prints its value each time your program stops.
5186Each expression added to the list is given a number to identify it;
5187to remove an expression from the list, you specify that number.
5188The automatic display looks like this:
5189
474c8240 5190@smallexample
c906108c
SS
51912: foo = 38
51923: bar[5] = (struct hack *) 0x3804
474c8240 5193@end smallexample
c906108c
SS
5194
5195@noindent
5196This display shows item numbers, expressions and their current values. As with
5197displays you request manually using @code{x} or @code{print}, you can
5198specify the output format you prefer; in fact, @code{display} decides
5199whether to use @code{print} or @code{x} depending on how elaborate your
5200format specification is---it uses @code{x} if you specify a unit size,
5201or one of the two formats (@samp{i} and @samp{s}) that are only
5202supported by @code{x}; otherwise it uses @code{print}.
5203
5204@table @code
5205@kindex display
d4f3574e
SS
5206@item display @var{expr}
5207Add the expression @var{expr} to the list of expressions to display
c906108c
SS
5208each time your program stops. @xref{Expressions, ,Expressions}.
5209
5210@code{display} does not repeat if you press @key{RET} again after using it.
5211
d4f3574e 5212@item display/@var{fmt} @var{expr}
c906108c 5213For @var{fmt} specifying only a display format and not a size or
d4f3574e 5214count, add the expression @var{expr} to the auto-display list but
c906108c
SS
5215arrange to display it each time in the specified format @var{fmt}.
5216@xref{Output Formats,,Output formats}.
5217
5218@item display/@var{fmt} @var{addr}
5219For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5220number of units, add the expression @var{addr} as a memory address to
5221be examined each time your program stops. Examining means in effect
5222doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5223@end table
5224
5225For example, @samp{display/i $pc} can be helpful, to see the machine
5226instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 5227is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
5228
5229@table @code
5230@kindex delete display
5231@kindex undisplay
5232@item undisplay @var{dnums}@dots{}
5233@itemx delete display @var{dnums}@dots{}
5234Remove item numbers @var{dnums} from the list of expressions to display.
5235
5236@code{undisplay} does not repeat if you press @key{RET} after using it.
5237(Otherwise you would just get the error @samp{No display number @dots{}}.)
5238
5239@kindex disable display
5240@item disable display @var{dnums}@dots{}
5241Disable the display of item numbers @var{dnums}. A disabled display
5242item is not printed automatically, but is not forgotten. It may be
5243enabled again later.
5244
5245@kindex enable display
5246@item enable display @var{dnums}@dots{}
5247Enable display of item numbers @var{dnums}. It becomes effective once
5248again in auto display of its expression, until you specify otherwise.
5249
5250@item display
5251Display the current values of the expressions on the list, just as is
5252done when your program stops.
5253
5254@kindex info display
5255@item info display
5256Print the list of expressions previously set up to display
5257automatically, each one with its item number, but without showing the
5258values. This includes disabled expressions, which are marked as such.
5259It also includes expressions which would not be displayed right now
5260because they refer to automatic variables not currently available.
5261@end table
5262
5263If a display expression refers to local variables, then it does not make
5264sense outside the lexical context for which it was set up. Such an
5265expression is disabled when execution enters a context where one of its
5266variables is not defined. For example, if you give the command
5267@code{display last_char} while inside a function with an argument
5268@code{last_char}, @value{GDBN} displays this argument while your program
5269continues to stop inside that function. When it stops elsewhere---where
5270there is no variable @code{last_char}---the display is disabled
5271automatically. The next time your program stops where @code{last_char}
5272is meaningful, you can enable the display expression once again.
5273
6d2ebf8b 5274@node Print Settings
c906108c
SS
5275@section Print settings
5276
5277@cindex format options
5278@cindex print settings
5279@value{GDBN} provides the following ways to control how arrays, structures,
5280and symbols are printed.
5281
5282@noindent
5283These settings are useful for debugging programs in any language:
5284
5285@table @code
5286@kindex set print address
5287@item set print address
5288@itemx set print address on
5289@value{GDBN} prints memory addresses showing the location of stack
5290traces, structure values, pointer values, breakpoints, and so forth,
5291even when it also displays the contents of those addresses. The default
5292is @code{on}. For example, this is what a stack frame display looks like with
5293@code{set print address on}:
5294
5295@smallexample
5296@group
5297(@value{GDBP}) f
5298#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5299 at input.c:530
5300530 if (lquote != def_lquote)
5301@end group
5302@end smallexample
5303
5304@item set print address off
5305Do not print addresses when displaying their contents. For example,
5306this is the same stack frame displayed with @code{set print address off}:
5307
5308@smallexample
5309@group
5310(@value{GDBP}) set print addr off
5311(@value{GDBP}) f
5312#0 set_quotes (lq="<<", rq=">>") at input.c:530
5313530 if (lquote != def_lquote)
5314@end group
5315@end smallexample
5316
5317You can use @samp{set print address off} to eliminate all machine
5318dependent displays from the @value{GDBN} interface. For example, with
5319@code{print address off}, you should get the same text for backtraces on
5320all machines---whether or not they involve pointer arguments.
5321
5322@kindex show print address
5323@item show print address
5324Show whether or not addresses are to be printed.
5325@end table
5326
5327When @value{GDBN} prints a symbolic address, it normally prints the
5328closest earlier symbol plus an offset. If that symbol does not uniquely
5329identify the address (for example, it is a name whose scope is a single
5330source file), you may need to clarify. One way to do this is with
5331@code{info line}, for example @samp{info line *0x4537}. Alternately,
5332you can set @value{GDBN} to print the source file and line number when
5333it prints a symbolic address:
5334
5335@table @code
5336@kindex set print symbol-filename
5337@item set print symbol-filename on
5338Tell @value{GDBN} to print the source file name and line number of a
5339symbol in the symbolic form of an address.
5340
5341@item set print symbol-filename off
5342Do not print source file name and line number of a symbol. This is the
5343default.
5344
5345@kindex show print symbol-filename
5346@item show print symbol-filename
5347Show whether or not @value{GDBN} will print the source file name and
5348line number of a symbol in the symbolic form of an address.
5349@end table
5350
5351Another situation where it is helpful to show symbol filenames and line
5352numbers is when disassembling code; @value{GDBN} shows you the line
5353number and source file that corresponds to each instruction.
5354
5355Also, you may wish to see the symbolic form only if the address being
5356printed is reasonably close to the closest earlier symbol:
5357
5358@table @code
5359@kindex set print max-symbolic-offset
5360@item set print max-symbolic-offset @var{max-offset}
5361Tell @value{GDBN} to only display the symbolic form of an address if the
5362offset between the closest earlier symbol and the address is less than
5d161b24 5363@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
5364to always print the symbolic form of an address if any symbol precedes it.
5365
5366@kindex show print max-symbolic-offset
5367@item show print max-symbolic-offset
5368Ask how large the maximum offset is that @value{GDBN} prints in a
5369symbolic address.
5370@end table
5371
5372@cindex wild pointer, interpreting
5373@cindex pointer, finding referent
5374If you have a pointer and you are not sure where it points, try
5375@samp{set print symbol-filename on}. Then you can determine the name
5376and source file location of the variable where it points, using
5377@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5378For example, here @value{GDBN} shows that a variable @code{ptt} points
5379at another variable @code{t}, defined in @file{hi2.c}:
5380
474c8240 5381@smallexample
c906108c
SS
5382(@value{GDBP}) set print symbol-filename on
5383(@value{GDBP}) p/a ptt
5384$4 = 0xe008 <t in hi2.c>
474c8240 5385@end smallexample
c906108c
SS
5386
5387@quotation
5388@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5389does not show the symbol name and filename of the referent, even with
5390the appropriate @code{set print} options turned on.
5391@end quotation
5392
5393Other settings control how different kinds of objects are printed:
5394
5395@table @code
5396@kindex set print array
5397@item set print array
5398@itemx set print array on
5399Pretty print arrays. This format is more convenient to read,
5400but uses more space. The default is off.
5401
5402@item set print array off
5403Return to compressed format for arrays.
5404
5405@kindex show print array
5406@item show print array
5407Show whether compressed or pretty format is selected for displaying
5408arrays.
5409
5410@kindex set print elements
5411@item set print elements @var{number-of-elements}
5412Set a limit on how many elements of an array @value{GDBN} will print.
5413If @value{GDBN} is printing a large array, it stops printing after it has
5414printed the number of elements set by the @code{set print elements} command.
5415This limit also applies to the display of strings.
d4f3574e 5416When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
5417Setting @var{number-of-elements} to zero means that the printing is unlimited.
5418
5419@kindex show print elements
5420@item show print elements
5421Display the number of elements of a large array that @value{GDBN} will print.
5422If the number is 0, then the printing is unlimited.
5423
5424@kindex set print null-stop
5425@item set print null-stop
5426Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 5427@sc{null} is encountered. This is useful when large arrays actually
c906108c 5428contain only short strings.
d4f3574e 5429The default is off.
c906108c
SS
5430
5431@kindex set print pretty
5432@item set print pretty on
5d161b24 5433Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
5434per line, like this:
5435
5436@smallexample
5437@group
5438$1 = @{
5439 next = 0x0,
5440 flags = @{
5441 sweet = 1,
5442 sour = 1
5443 @},
5444 meat = 0x54 "Pork"
5445@}
5446@end group
5447@end smallexample
5448
5449@item set print pretty off
5450Cause @value{GDBN} to print structures in a compact format, like this:
5451
5452@smallexample
5453@group
5454$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5455meat = 0x54 "Pork"@}
5456@end group
5457@end smallexample
5458
5459@noindent
5460This is the default format.
5461
5462@kindex show print pretty
5463@item show print pretty
5464Show which format @value{GDBN} is using to print structures.
5465
5466@kindex set print sevenbit-strings
5467@item set print sevenbit-strings on
5468Print using only seven-bit characters; if this option is set,
5469@value{GDBN} displays any eight-bit characters (in strings or
5470character values) using the notation @code{\}@var{nnn}. This setting is
5471best if you are working in English (@sc{ascii}) and you use the
5472high-order bit of characters as a marker or ``meta'' bit.
5473
5474@item set print sevenbit-strings off
5475Print full eight-bit characters. This allows the use of more
5476international character sets, and is the default.
5477
5478@kindex show print sevenbit-strings
5479@item show print sevenbit-strings
5480Show whether or not @value{GDBN} is printing only seven-bit characters.
5481
5482@kindex set print union
5483@item set print union on
5d161b24 5484Tell @value{GDBN} to print unions which are contained in structures. This
c906108c
SS
5485is the default setting.
5486
5487@item set print union off
5488Tell @value{GDBN} not to print unions which are contained in structures.
5489
5490@kindex show print union
5491@item show print union
5492Ask @value{GDBN} whether or not it will print unions which are contained in
5493structures.
5494
5495For example, given the declarations
5496
5497@smallexample
5498typedef enum @{Tree, Bug@} Species;
5499typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 5500typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
5501 Bug_forms;
5502
5503struct thing @{
5504 Species it;
5505 union @{
5506 Tree_forms tree;
5507 Bug_forms bug;
5508 @} form;
5509@};
5510
5511struct thing foo = @{Tree, @{Acorn@}@};
5512@end smallexample
5513
5514@noindent
5515with @code{set print union on} in effect @samp{p foo} would print
5516
5517@smallexample
5518$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5519@end smallexample
5520
5521@noindent
5522and with @code{set print union off} in effect it would print
5523
5524@smallexample
5525$1 = @{it = Tree, form = @{...@}@}
5526@end smallexample
5527@end table
5528
c906108c
SS
5529@need 1000
5530@noindent
b37052ae 5531These settings are of interest when debugging C@t{++} programs:
c906108c
SS
5532
5533@table @code
5534@cindex demangling
5535@kindex set print demangle
5536@item set print demangle
5537@itemx set print demangle on
b37052ae 5538Print C@t{++} names in their source form rather than in the encoded
c906108c 5539(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 5540linkage. The default is on.
c906108c
SS
5541
5542@kindex show print demangle
5543@item show print demangle
b37052ae 5544Show whether C@t{++} names are printed in mangled or demangled form.
c906108c
SS
5545
5546@kindex set print asm-demangle
5547@item set print asm-demangle
5548@itemx set print asm-demangle on
b37052ae 5549Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
5550in assembler code printouts such as instruction disassemblies.
5551The default is off.
5552
5553@kindex show print asm-demangle
5554@item show print asm-demangle
b37052ae 5555Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
5556or demangled form.
5557
5558@kindex set demangle-style
b37052ae
EZ
5559@cindex C@t{++} symbol decoding style
5560@cindex symbol decoding style, C@t{++}
c906108c
SS
5561@item set demangle-style @var{style}
5562Choose among several encoding schemes used by different compilers to
b37052ae 5563represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
5564
5565@table @code
5566@item auto
5567Allow @value{GDBN} to choose a decoding style by inspecting your program.
5568
5569@item gnu
b37052ae 5570Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c 5571This is the default.
c906108c
SS
5572
5573@item hp
b37052ae 5574Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
5575
5576@item lucid
b37052ae 5577Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
5578
5579@item arm
b37052ae 5580Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
5581@strong{Warning:} this setting alone is not sufficient to allow
5582debugging @code{cfront}-generated executables. @value{GDBN} would
5583require further enhancement to permit that.
5584
5585@end table
5586If you omit @var{style}, you will see a list of possible formats.
5587
5588@kindex show demangle-style
5589@item show demangle-style
b37052ae 5590Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c
SS
5591
5592@kindex set print object
5593@item set print object
5594@itemx set print object on
5595When displaying a pointer to an object, identify the @emph{actual}
5596(derived) type of the object rather than the @emph{declared} type, using
5597the virtual function table.
5598
5599@item set print object off
5600Display only the declared type of objects, without reference to the
5601virtual function table. This is the default setting.
5602
5603@kindex show print object
5604@item show print object
5605Show whether actual, or declared, object types are displayed.
5606
5607@kindex set print static-members
5608@item set print static-members
5609@itemx set print static-members on
b37052ae 5610Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
5611
5612@item set print static-members off
b37052ae 5613Do not print static members when displaying a C@t{++} object.
c906108c
SS
5614
5615@kindex show print static-members
5616@item show print static-members
b37052ae 5617Show whether C@t{++} static members are printed, or not.
c906108c
SS
5618
5619@c These don't work with HP ANSI C++ yet.
5620@kindex set print vtbl
5621@item set print vtbl
5622@itemx set print vtbl on
b37052ae 5623Pretty print C@t{++} virtual function tables. The default is off.
c906108c 5624(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 5625ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
5626
5627@item set print vtbl off
b37052ae 5628Do not pretty print C@t{++} virtual function tables.
c906108c
SS
5629
5630@kindex show print vtbl
5631@item show print vtbl
b37052ae 5632Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 5633@end table
c906108c 5634
6d2ebf8b 5635@node Value History
c906108c
SS
5636@section Value history
5637
5638@cindex value history
5d161b24
DB
5639Values printed by the @code{print} command are saved in the @value{GDBN}
5640@dfn{value history}. This allows you to refer to them in other expressions.
5641Values are kept until the symbol table is re-read or discarded
5642(for example with the @code{file} or @code{symbol-file} commands).
5643When the symbol table changes, the value history is discarded,
5644since the values may contain pointers back to the types defined in the
c906108c
SS
5645symbol table.
5646
5647@cindex @code{$}
5648@cindex @code{$$}
5649@cindex history number
5650The values printed are given @dfn{history numbers} by which you can
5651refer to them. These are successive integers starting with one.
5652@code{print} shows you the history number assigned to a value by
5653printing @samp{$@var{num} = } before the value; here @var{num} is the
5654history number.
5655
5656To refer to any previous value, use @samp{$} followed by the value's
5657history number. The way @code{print} labels its output is designed to
5658remind you of this. Just @code{$} refers to the most recent value in
5659the history, and @code{$$} refers to the value before that.
5660@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5661is the value just prior to @code{$$}, @code{$$1} is equivalent to
5662@code{$$}, and @code{$$0} is equivalent to @code{$}.
5663
5664For example, suppose you have just printed a pointer to a structure and
5665want to see the contents of the structure. It suffices to type
5666
474c8240 5667@smallexample
c906108c 5668p *$
474c8240 5669@end smallexample
c906108c
SS
5670
5671If you have a chain of structures where the component @code{next} points
5672to the next one, you can print the contents of the next one with this:
5673
474c8240 5674@smallexample
c906108c 5675p *$.next
474c8240 5676@end smallexample
c906108c
SS
5677
5678@noindent
5679You can print successive links in the chain by repeating this
5680command---which you can do by just typing @key{RET}.
5681
5682Note that the history records values, not expressions. If the value of
5683@code{x} is 4 and you type these commands:
5684
474c8240 5685@smallexample
c906108c
SS
5686print x
5687set x=5
474c8240 5688@end smallexample
c906108c
SS
5689
5690@noindent
5691then the value recorded in the value history by the @code{print} command
5692remains 4 even though the value of @code{x} has changed.
5693
5694@table @code
5695@kindex show values
5696@item show values
5697Print the last ten values in the value history, with their item numbers.
5698This is like @samp{p@ $$9} repeated ten times, except that @code{show
5699values} does not change the history.
5700
5701@item show values @var{n}
5702Print ten history values centered on history item number @var{n}.
5703
5704@item show values +
5705Print ten history values just after the values last printed. If no more
5706values are available, @code{show values +} produces no display.
5707@end table
5708
5709Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5710same effect as @samp{show values +}.
5711
6d2ebf8b 5712@node Convenience Vars
c906108c
SS
5713@section Convenience variables
5714
5715@cindex convenience variables
5716@value{GDBN} provides @dfn{convenience variables} that you can use within
5717@value{GDBN} to hold on to a value and refer to it later. These variables
5718exist entirely within @value{GDBN}; they are not part of your program, and
5719setting a convenience variable has no direct effect on further execution
5720of your program. That is why you can use them freely.
5721
5722Convenience variables are prefixed with @samp{$}. Any name preceded by
5723@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 5724the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c
SS
5725(Value history references, in contrast, are @emph{numbers} preceded
5726by @samp{$}. @xref{Value History, ,Value history}.)
5727
5728You can save a value in a convenience variable with an assignment
5729expression, just as you would set a variable in your program.
5730For example:
5731
474c8240 5732@smallexample
c906108c 5733set $foo = *object_ptr
474c8240 5734@end smallexample
c906108c
SS
5735
5736@noindent
5737would save in @code{$foo} the value contained in the object pointed to by
5738@code{object_ptr}.
5739
5740Using a convenience variable for the first time creates it, but its
5741value is @code{void} until you assign a new value. You can alter the
5742value with another assignment at any time.
5743
5744Convenience variables have no fixed types. You can assign a convenience
5745variable any type of value, including structures and arrays, even if
5746that variable already has a value of a different type. The convenience
5747variable, when used as an expression, has the type of its current value.
5748
5749@table @code
5750@kindex show convenience
5751@item show convenience
5752Print a list of convenience variables used so far, and their values.
d4f3574e 5753Abbreviated @code{show conv}.
c906108c
SS
5754@end table
5755
5756One of the ways to use a convenience variable is as a counter to be
5757incremented or a pointer to be advanced. For example, to print
5758a field from successive elements of an array of structures:
5759
474c8240 5760@smallexample
c906108c
SS
5761set $i = 0
5762print bar[$i++]->contents
474c8240 5763@end smallexample
c906108c 5764
d4f3574e
SS
5765@noindent
5766Repeat that command by typing @key{RET}.
c906108c
SS
5767
5768Some convenience variables are created automatically by @value{GDBN} and given
5769values likely to be useful.
5770
5771@table @code
41afff9a 5772@vindex $_@r{, convenience variable}
c906108c
SS
5773@item $_
5774The variable @code{$_} is automatically set by the @code{x} command to
5775the last address examined (@pxref{Memory, ,Examining memory}). Other
5776commands which provide a default address for @code{x} to examine also
5777set @code{$_} to that address; these commands include @code{info line}
5778and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5779except when set by the @code{x} command, in which case it is a pointer
5780to the type of @code{$__}.
5781
41afff9a 5782@vindex $__@r{, convenience variable}
c906108c
SS
5783@item $__
5784The variable @code{$__} is automatically set by the @code{x} command
5785to the value found in the last address examined. Its type is chosen
5786to match the format in which the data was printed.
5787
5788@item $_exitcode
41afff9a 5789@vindex $_exitcode@r{, convenience variable}
c906108c
SS
5790The variable @code{$_exitcode} is automatically set to the exit code when
5791the program being debugged terminates.
5792@end table
5793
53a5351d
JM
5794On HP-UX systems, if you refer to a function or variable name that
5795begins with a dollar sign, @value{GDBN} searches for a user or system
5796name first, before it searches for a convenience variable.
c906108c 5797
6d2ebf8b 5798@node Registers
c906108c
SS
5799@section Registers
5800
5801@cindex registers
5802You can refer to machine register contents, in expressions, as variables
5803with names starting with @samp{$}. The names of registers are different
5804for each machine; use @code{info registers} to see the names used on
5805your machine.
5806
5807@table @code
5808@kindex info registers
5809@item info registers
5810Print the names and values of all registers except floating-point
c85508ee 5811and vector registers (in the selected stack frame).
c906108c
SS
5812
5813@kindex info all-registers
5814@cindex floating point registers
5815@item info all-registers
5816Print the names and values of all registers, including floating-point
c85508ee 5817and vector registers (in the selected stack frame).
c906108c
SS
5818
5819@item info registers @var{regname} @dots{}
5820Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
5821As discussed in detail below, register values are normally relative to
5822the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
5823the machine you are using, with or without the initial @samp{$}.
5824@end table
5825
5826@value{GDBN} has four ``standard'' register names that are available (in
5827expressions) on most machines---whenever they do not conflict with an
5828architecture's canonical mnemonics for registers. The register names
5829@code{$pc} and @code{$sp} are used for the program counter register and
5830the stack pointer. @code{$fp} is used for a register that contains a
5831pointer to the current stack frame, and @code{$ps} is used for a
5832register that contains the processor status. For example,
5833you could print the program counter in hex with
5834
474c8240 5835@smallexample
c906108c 5836p/x $pc
474c8240 5837@end smallexample
c906108c
SS
5838
5839@noindent
5840or print the instruction to be executed next with
5841
474c8240 5842@smallexample
c906108c 5843x/i $pc
474c8240 5844@end smallexample
c906108c
SS
5845
5846@noindent
5847or add four to the stack pointer@footnote{This is a way of removing
5848one word from the stack, on machines where stacks grow downward in
5849memory (most machines, nowadays). This assumes that the innermost
5850stack frame is selected; setting @code{$sp} is not allowed when other
5851stack frames are selected. To pop entire frames off the stack,
5852regardless of machine architecture, use @code{return};
d4f3574e 5853see @ref{Returning, ,Returning from a function}.} with
c906108c 5854
474c8240 5855@smallexample
c906108c 5856set $sp += 4
474c8240 5857@end smallexample
c906108c
SS
5858
5859Whenever possible, these four standard register names are available on
5860your machine even though the machine has different canonical mnemonics,
5861so long as there is no conflict. The @code{info registers} command
5862shows the canonical names. For example, on the SPARC, @code{info
5863registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
5864can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
5865is an alias for the @sc{eflags} register.
c906108c
SS
5866
5867@value{GDBN} always considers the contents of an ordinary register as an
5868integer when the register is examined in this way. Some machines have
5869special registers which can hold nothing but floating point; these
5870registers are considered to have floating point values. There is no way
5871to refer to the contents of an ordinary register as floating point value
5872(although you can @emph{print} it as a floating point value with
5873@samp{print/f $@var{regname}}).
5874
5875Some registers have distinct ``raw'' and ``virtual'' data formats. This
5876means that the data format in which the register contents are saved by
5877the operating system is not the same one that your program normally
5878sees. For example, the registers of the 68881 floating point
5879coprocessor are always saved in ``extended'' (raw) format, but all C
5880programs expect to work with ``double'' (virtual) format. In such
5d161b24 5881cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
5882that makes sense for your program), but the @code{info registers} command
5883prints the data in both formats.
5884
5885Normally, register values are relative to the selected stack frame
5886(@pxref{Selection, ,Selecting a frame}). This means that you get the
5887value that the register would contain if all stack frames farther in
5888were exited and their saved registers restored. In order to see the
5889true contents of hardware registers, you must select the innermost
5890frame (with @samp{frame 0}).
5891
5892However, @value{GDBN} must deduce where registers are saved, from the machine
5893code generated by your compiler. If some registers are not saved, or if
5894@value{GDBN} is unable to locate the saved registers, the selected stack
5895frame makes no difference.
5896
6d2ebf8b 5897@node Floating Point Hardware
c906108c
SS
5898@section Floating point hardware
5899@cindex floating point
5900
5901Depending on the configuration, @value{GDBN} may be able to give
5902you more information about the status of the floating point hardware.
5903
5904@table @code
5905@kindex info float
5906@item info float
5907Display hardware-dependent information about the floating
5908point unit. The exact contents and layout vary depending on the
5909floating point chip. Currently, @samp{info float} is supported on
5910the ARM and x86 machines.
5911@end table
c906108c 5912
e76f1f2e
AC
5913@node Vector Unit
5914@section Vector Unit
5915@cindex vector unit
5916
5917Depending on the configuration, @value{GDBN} may be able to give you
5918more information about the status of the vector unit.
5919
5920@table @code
5921@kindex info vector
5922@item info vector
5923Display information about the vector unit. The exact contents and
5924layout vary depending on the hardware.
5925@end table
5926
b383017d
RM
5927@node Auxiliary Vector
5928@section Operating system auxiliary vector
5929@cindex auxiliary vector
5930@cindex vector, auxiliary
5931
5932Some operating systems supply an @dfn{auxiliary vector} to programs at
5933startup. This is akin to the arguments and environment that you
5934specify for a program, but contains a system-dependent variety of
5935binary values that tell system libraries important details about the
5936hardware, operating system, and process. Each value's purpose is
5937identified by an integer tag; the meanings are well-known but system-specific.
5938Depending on the configuration and operating system facilities,
5939@value{GDBN} may be able to show you this information.
5940
5941@table @code
5942@kindex info auxv
5943@item info auxv
5944Display the auxiliary vector of the inferior, which can be either a
e4937fc1 5945live process or a core dump file. @value{GDBN} prints each tag value
b383017d
RM
5946numerically, and also shows names and text descriptions for recognized
5947tags. Some values in the vector are numbers, some bit masks, and some
e4937fc1 5948pointers to strings or other data. @value{GDBN} displays each value in the
b383017d
RM
5949most appropriate form for a recognized tag, and in hexadecimal for
5950an unrecognized tag.
5951@end table
5952
29e57380 5953@node Memory Region Attributes
b383017d 5954@section Memory region attributes
29e57380
C
5955@cindex memory region attributes
5956
b383017d
RM
5957@dfn{Memory region attributes} allow you to describe special handling
5958required by regions of your target's memory. @value{GDBN} uses attributes
29e57380
C
5959to determine whether to allow certain types of memory accesses; whether to
5960use specific width accesses; and whether to cache target memory.
5961
5962Defined memory regions can be individually enabled and disabled. When a
5963memory region is disabled, @value{GDBN} uses the default attributes when
5964accessing memory in that region. Similarly, if no memory regions have
5965been defined, @value{GDBN} uses the default attributes when accessing
5966all memory.
5967
b383017d 5968When a memory region is defined, it is given a number to identify it;
29e57380
C
5969to enable, disable, or remove a memory region, you specify that number.
5970
5971@table @code
5972@kindex mem
bfac230e
DH
5973@item mem @var{lower} @var{upper} @var{attributes}@dots{}
5974Define memory region bounded by @var{lower} and @var{upper} with
5975attributes @var{attributes}@dots{}. Note that @var{upper} == 0 is a
5976special case: it is treated as the the target's maximum memory address.
5977(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380
C
5978
5979@kindex delete mem
5980@item delete mem @var{nums}@dots{}
59649f2e 5981Remove memory regions @var{nums}@dots{}.
29e57380
C
5982
5983@kindex disable mem
5984@item disable mem @var{nums}@dots{}
59649f2e 5985Disable memory regions @var{nums}@dots{}.
b383017d 5986A disabled memory region is not forgotten.
29e57380
C
5987It may be enabled again later.
5988
5989@kindex enable mem
5990@item enable mem @var{nums}@dots{}
59649f2e 5991Enable memory regions @var{nums}@dots{}.
29e57380
C
5992
5993@kindex info mem
5994@item info mem
5995Print a table of all defined memory regions, with the following columns
5996for each region.
5997
5998@table @emph
5999@item Memory Region Number
6000@item Enabled or Disabled.
b383017d 6001Enabled memory regions are marked with @samp{y}.
29e57380
C
6002Disabled memory regions are marked with @samp{n}.
6003
6004@item Lo Address
6005The address defining the inclusive lower bound of the memory region.
6006
6007@item Hi Address
6008The address defining the exclusive upper bound of the memory region.
6009
6010@item Attributes
6011The list of attributes set for this memory region.
6012@end table
6013@end table
6014
6015
6016@subsection Attributes
6017
b383017d 6018@subsubsection Memory Access Mode
29e57380
C
6019The access mode attributes set whether @value{GDBN} may make read or
6020write accesses to a memory region.
6021
6022While these attributes prevent @value{GDBN} from performing invalid
6023memory accesses, they do nothing to prevent the target system, I/O DMA,
6024etc. from accessing memory.
6025
6026@table @code
6027@item ro
6028Memory is read only.
6029@item wo
6030Memory is write only.
6031@item rw
6ca652b0 6032Memory is read/write. This is the default.
29e57380
C
6033@end table
6034
6035@subsubsection Memory Access Size
6036The acccess size attributes tells @value{GDBN} to use specific sized
6037accesses in the memory region. Often memory mapped device registers
6038require specific sized accesses. If no access size attribute is
6039specified, @value{GDBN} may use accesses of any size.
6040
6041@table @code
6042@item 8
6043Use 8 bit memory accesses.
6044@item 16
6045Use 16 bit memory accesses.
6046@item 32
6047Use 32 bit memory accesses.
6048@item 64
6049Use 64 bit memory accesses.
6050@end table
6051
6052@c @subsubsection Hardware/Software Breakpoints
6053@c The hardware/software breakpoint attributes set whether @value{GDBN}
6054@c will use hardware or software breakpoints for the internal breakpoints
6055@c used by the step, next, finish, until, etc. commands.
6056@c
6057@c @table @code
6058@c @item hwbreak
b383017d 6059@c Always use hardware breakpoints
29e57380
C
6060@c @item swbreak (default)
6061@c @end table
6062
6063@subsubsection Data Cache
6064The data cache attributes set whether @value{GDBN} will cache target
6065memory. While this generally improves performance by reducing debug
6066protocol overhead, it can lead to incorrect results because @value{GDBN}
6067does not know about volatile variables or memory mapped device
6068registers.
6069
6070@table @code
6071@item cache
b383017d 6072Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
6073@item nocache
6074Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
6075@end table
6076
6077@c @subsubsection Memory Write Verification
b383017d 6078@c The memory write verification attributes set whether @value{GDBN}
29e57380
C
6079@c will re-reads data after each write to verify the write was successful.
6080@c
6081@c @table @code
6082@c @item verify
6083@c @item noverify (default)
6084@c @end table
6085
16d9dec6
MS
6086@node Dump/Restore Files
6087@section Copy between memory and a file
6088@cindex dump/restore files
6089@cindex append data to a file
6090@cindex dump data to a file
6091@cindex restore data from a file
16d9dec6 6092
df5215a6
JB
6093You can use the commands @code{dump}, @code{append}, and
6094@code{restore} to copy data between target memory and a file. The
6095@code{dump} and @code{append} commands write data to a file, and the
6096@code{restore} command reads data from a file back into the inferior's
6097memory. Files may be in binary, Motorola S-record, Intel hex, or
6098Tektronix Hex format; however, @value{GDBN} can only append to binary
6099files.
6100
6101@table @code
6102
6103@kindex dump
6104@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6105@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6106Dump the contents of memory from @var{start_addr} to @var{end_addr},
6107or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 6108
df5215a6 6109The @var{format} parameter may be any one of:
16d9dec6 6110@table @code
df5215a6
JB
6111@item binary
6112Raw binary form.
6113@item ihex
6114Intel hex format.
6115@item srec
6116Motorola S-record format.
6117@item tekhex
6118Tektronix Hex format.
6119@end table
6120
6121@value{GDBN} uses the same definitions of these formats as the
6122@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
6123@var{format} is omitted, @value{GDBN} dumps the data in raw binary
6124form.
6125
6126@kindex append
6127@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6128@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6129Append the contents of memory from @var{start_addr} to @var{end_addr},
6130or the value of @var{expr}, to @var{filename}, in raw binary form.
6131(@value{GDBN} can only append data to files in raw binary form.)
6132
6133@kindex restore
6134@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6135Restore the contents of file @var{filename} into memory. The
6136@code{restore} command can automatically recognize any known @sc{bfd}
6137file format, except for raw binary. To restore a raw binary file you
6138must specify the optional keyword @code{binary} after the filename.
16d9dec6 6139
b383017d 6140If @var{bias} is non-zero, its value will be added to the addresses
16d9dec6
MS
6141contained in the file. Binary files always start at address zero, so
6142they will be restored at address @var{bias}. Other bfd files have
6143a built-in location; they will be restored at offset @var{bias}
6144from that location.
6145
6146If @var{start} and/or @var{end} are non-zero, then only data between
6147file offset @var{start} and file offset @var{end} will be restored.
b383017d 6148These offsets are relative to the addresses in the file, before
16d9dec6
MS
6149the @var{bias} argument is applied.
6150
6151@end table
6152
a0eb71c5
KB
6153@node Character Sets
6154@section Character Sets
6155@cindex character sets
6156@cindex charset
6157@cindex translating between character sets
6158@cindex host character set
6159@cindex target character set
6160
6161If the program you are debugging uses a different character set to
6162represent characters and strings than the one @value{GDBN} uses itself,
6163@value{GDBN} can automatically translate between the character sets for
6164you. The character set @value{GDBN} uses we call the @dfn{host
6165character set}; the one the inferior program uses we call the
6166@dfn{target character set}.
6167
6168For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6169uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6170remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6171running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6172then the host character set is Latin-1, and the target character set is
6173@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 6174target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
6175@sc{ebcdic} and Latin 1 as you print character or string values, or use
6176character and string literals in expressions.
6177
6178@value{GDBN} has no way to automatically recognize which character set
6179the inferior program uses; you must tell it, using the @code{set
6180target-charset} command, described below.
6181
6182Here are the commands for controlling @value{GDBN}'s character set
6183support:
6184
6185@table @code
6186@item set target-charset @var{charset}
6187@kindex set target-charset
6188Set the current target character set to @var{charset}. We list the
e33d66ec
EZ
6189character set names @value{GDBN} recognizes below, but if you type
6190@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6191list the target character sets it supports.
a0eb71c5
KB
6192@end table
6193
6194@table @code
6195@item set host-charset @var{charset}
6196@kindex set host-charset
6197Set the current host character set to @var{charset}.
6198
6199By default, @value{GDBN} uses a host character set appropriate to the
6200system it is running on; you can override that default using the
6201@code{set host-charset} command.
6202
6203@value{GDBN} can only use certain character sets as its host character
6204set. We list the character set names @value{GDBN} recognizes below, and
e33d66ec
EZ
6205indicate which can be host character sets, but if you type
6206@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6207list the host character sets it supports.
a0eb71c5
KB
6208
6209@item set charset @var{charset}
6210@kindex set charset
e33d66ec
EZ
6211Set the current host and target character sets to @var{charset}. As
6212above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6213@value{GDBN} will list the name of the character sets that can be used
6214for both host and target.
6215
a0eb71c5
KB
6216
6217@item show charset
a0eb71c5 6218@kindex show charset
b383017d 6219Show the names of the current host and target charsets.
e33d66ec
EZ
6220
6221@itemx show host-charset
a0eb71c5 6222@kindex show host-charset
b383017d 6223Show the name of the current host charset.
e33d66ec
EZ
6224
6225@itemx show target-charset
a0eb71c5 6226@kindex show target-charset
b383017d 6227Show the name of the current target charset.
a0eb71c5
KB
6228
6229@end table
6230
6231@value{GDBN} currently includes support for the following character
6232sets:
6233
6234@table @code
6235
6236@item ASCII
6237@cindex ASCII character set
6238Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6239character set.
6240
6241@item ISO-8859-1
6242@cindex ISO 8859-1 character set
6243@cindex ISO Latin 1 character set
e33d66ec 6244The ISO Latin 1 character set. This extends @sc{ascii} with accented
a0eb71c5
KB
6245characters needed for French, German, and Spanish. @value{GDBN} can use
6246this as its host character set.
6247
6248@item EBCDIC-US
6249@itemx IBM1047
6250@cindex EBCDIC character set
6251@cindex IBM1047 character set
6252Variants of the @sc{ebcdic} character set, used on some of IBM's
6253mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6254@value{GDBN} cannot use these as its host character set.
6255
6256@end table
6257
6258Note that these are all single-byte character sets. More work inside
6259GDB is needed to support multi-byte or variable-width character
6260encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6261
6262Here is an example of @value{GDBN}'s character set support in action.
6263Assume that the following source code has been placed in the file
6264@file{charset-test.c}:
6265
6266@smallexample
6267#include <stdio.h>
6268
6269char ascii_hello[]
6270 = @{72, 101, 108, 108, 111, 44, 32, 119,
6271 111, 114, 108, 100, 33, 10, 0@};
6272char ibm1047_hello[]
6273 = @{200, 133, 147, 147, 150, 107, 64, 166,
6274 150, 153, 147, 132, 90, 37, 0@};
6275
6276main ()
6277@{
6278 printf ("Hello, world!\n");
6279@}
10998722 6280@end smallexample
a0eb71c5
KB
6281
6282In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6283containing the string @samp{Hello, world!} followed by a newline,
6284encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6285
6286We compile the program, and invoke the debugger on it:
6287
6288@smallexample
6289$ gcc -g charset-test.c -o charset-test
6290$ gdb -nw charset-test
6291GNU gdb 2001-12-19-cvs
6292Copyright 2001 Free Software Foundation, Inc.
6293@dots{}
b383017d 6294(gdb)
10998722 6295@end smallexample
a0eb71c5
KB
6296
6297We can use the @code{show charset} command to see what character sets
6298@value{GDBN} is currently using to interpret and display characters and
6299strings:
6300
6301@smallexample
6302(gdb) show charset
e33d66ec 6303The current host and target character set is `ISO-8859-1'.
b383017d 6304(gdb)
10998722 6305@end smallexample
a0eb71c5
KB
6306
6307For the sake of printing this manual, let's use @sc{ascii} as our
6308initial character set:
6309@smallexample
e33d66ec 6310(gdb) set charset ASCII
a0eb71c5 6311(gdb) show charset
e33d66ec 6312The current host and target character set is `ASCII'.
b383017d 6313(gdb)
10998722 6314@end smallexample
a0eb71c5
KB
6315
6316Let's assume that @sc{ascii} is indeed the correct character set for our
6317host system --- in other words, let's assume that if @value{GDBN} prints
6318characters using the @sc{ascii} character set, our terminal will display
6319them properly. Since our current target character set is also
6320@sc{ascii}, the contents of @code{ascii_hello} print legibly:
6321
6322@smallexample
6323(gdb) print ascii_hello
6324$1 = 0x401698 "Hello, world!\n"
6325(gdb) print ascii_hello[0]
6326$2 = 72 'H'
b383017d 6327(gdb)
10998722 6328@end smallexample
a0eb71c5
KB
6329
6330@value{GDBN} uses the target character set for character and string
6331literals you use in expressions:
6332
6333@smallexample
6334(gdb) print '+'
6335$3 = 43 '+'
b383017d 6336(gdb)
10998722 6337@end smallexample
a0eb71c5
KB
6338
6339The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6340character.
6341
6342@value{GDBN} relies on the user to tell it which character set the
6343target program uses. If we print @code{ibm1047_hello} while our target
6344character set is still @sc{ascii}, we get jibberish:
6345
6346@smallexample
6347(gdb) print ibm1047_hello
6348$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6349(gdb) print ibm1047_hello[0]
6350$5 = 200 '\310'
b383017d 6351(gdb)
10998722 6352@end smallexample
a0eb71c5 6353
e33d66ec 6354If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
6355@value{GDBN} tells us the character sets it supports:
6356
6357@smallexample
6358(gdb) set target-charset
b383017d
RM
6359ASCII EBCDIC-US IBM1047 ISO-8859-1
6360(gdb) set target-charset
10998722 6361@end smallexample
a0eb71c5
KB
6362
6363We can select @sc{ibm1047} as our target character set, and examine the
6364program's strings again. Now the @sc{ascii} string is wrong, but
6365@value{GDBN} translates the contents of @code{ibm1047_hello} from the
6366target character set, @sc{ibm1047}, to the host character set,
6367@sc{ascii}, and they display correctly:
6368
6369@smallexample
e33d66ec 6370(gdb) set target-charset IBM1047
a0eb71c5 6371(gdb) show charset
e33d66ec
EZ
6372The current host character set is `ASCII'.
6373The current target character set is `IBM1047'.
a0eb71c5
KB
6374(gdb) print ascii_hello
6375$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6376(gdb) print ascii_hello[0]
6377$7 = 72 '\110'
6378(gdb) print ibm1047_hello
6379$8 = 0x4016a8 "Hello, world!\n"
6380(gdb) print ibm1047_hello[0]
6381$9 = 200 'H'
6382(gdb)
10998722 6383@end smallexample
a0eb71c5
KB
6384
6385As above, @value{GDBN} uses the target character set for character and
6386string literals you use in expressions:
6387
6388@smallexample
6389(gdb) print '+'
6390$10 = 78 '+'
b383017d 6391(gdb)
10998722 6392@end smallexample
a0eb71c5 6393
e33d66ec 6394The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
6395character.
6396
6397
e2e0bcd1
JB
6398@node Macros
6399@chapter C Preprocessor Macros
6400
49efadf5 6401Some languages, such as C and C@t{++}, provide a way to define and invoke
e2e0bcd1
JB
6402``preprocessor macros'' which expand into strings of tokens.
6403@value{GDBN} can evaluate expressions containing macro invocations, show
6404the result of macro expansion, and show a macro's definition, including
6405where it was defined.
6406
6407You may need to compile your program specially to provide @value{GDBN}
6408with information about preprocessor macros. Most compilers do not
6409include macros in their debugging information, even when you compile
6410with the @option{-g} flag. @xref{Compilation}.
6411
6412A program may define a macro at one point, remove that definition later,
6413and then provide a different definition after that. Thus, at different
6414points in the program, a macro may have different definitions, or have
6415no definition at all. If there is a current stack frame, @value{GDBN}
6416uses the macros in scope at that frame's source code line. Otherwise,
6417@value{GDBN} uses the macros in scope at the current listing location;
6418see @ref{List}.
6419
6420At the moment, @value{GDBN} does not support the @code{##}
6421token-splicing operator, the @code{#} stringification operator, or
6422variable-arity macros.
6423
6424Whenever @value{GDBN} evaluates an expression, it always expands any
6425macro invocations present in the expression. @value{GDBN} also provides
6426the following commands for working with macros explicitly.
6427
6428@table @code
6429
6430@kindex macro expand
6431@cindex macro expansion, showing the results of preprocessor
6432@cindex preprocessor macro expansion, showing the results of
6433@cindex expanding preprocessor macros
6434@item macro expand @var{expression}
6435@itemx macro exp @var{expression}
6436Show the results of expanding all preprocessor macro invocations in
6437@var{expression}. Since @value{GDBN} simply expands macros, but does
6438not parse the result, @var{expression} need not be a valid expression;
6439it can be any string of tokens.
6440
6441@kindex macro expand-once
6442@item macro expand-once @var{expression}
6443@itemx macro exp1 @var{expression}
6444@i{(This command is not yet implemented.)} Show the results of
6445expanding those preprocessor macro invocations that appear explicitly in
6446@var{expression}. Macro invocations appearing in that expansion are
6447left unchanged. This command allows you to see the effect of a
6448particular macro more clearly, without being confused by further
6449expansions. Since @value{GDBN} simply expands macros, but does not
6450parse the result, @var{expression} need not be a valid expression; it
6451can be any string of tokens.
6452
475b0867 6453@kindex info macro
e2e0bcd1
JB
6454@cindex macro definition, showing
6455@cindex definition, showing a macro's
475b0867 6456@item info macro @var{macro}
e2e0bcd1
JB
6457Show the definition of the macro named @var{macro}, and describe the
6458source location where that definition was established.
6459
6460@kindex macro define
6461@cindex user-defined macros
6462@cindex defining macros interactively
6463@cindex macros, user-defined
6464@item macro define @var{macro} @var{replacement-list}
6465@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6466@i{(This command is not yet implemented.)} Introduce a definition for a
6467preprocessor macro named @var{macro}, invocations of which are replaced
6468by the tokens given in @var{replacement-list}. The first form of this
6469command defines an ``object-like'' macro, which takes no arguments; the
6470second form defines a ``function-like'' macro, which takes the arguments
6471given in @var{arglist}.
6472
6473A definition introduced by this command is in scope in every expression
6474evaluated in @value{GDBN}, until it is removed with the @command{macro
6475undef} command, described below. The definition overrides all
6476definitions for @var{macro} present in the program being debugged, as
6477well as any previous user-supplied definition.
6478
6479@kindex macro undef
6480@item macro undef @var{macro}
6481@i{(This command is not yet implemented.)} Remove any user-supplied
6482definition for the macro named @var{macro}. This command only affects
6483definitions provided with the @command{macro define} command, described
6484above; it cannot remove definitions present in the program being
6485debugged.
6486
6487@end table
6488
6489@cindex macros, example of debugging with
6490Here is a transcript showing the above commands in action. First, we
6491show our source files:
6492
6493@smallexample
6494$ cat sample.c
6495#include <stdio.h>
6496#include "sample.h"
6497
6498#define M 42
6499#define ADD(x) (M + x)
6500
6501main ()
6502@{
6503#define N 28
6504 printf ("Hello, world!\n");
6505#undef N
6506 printf ("We're so creative.\n");
6507#define N 1729
6508 printf ("Goodbye, world!\n");
6509@}
6510$ cat sample.h
6511#define Q <
6512$
6513@end smallexample
6514
6515Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6516We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6517compiler includes information about preprocessor macros in the debugging
6518information.
6519
6520@smallexample
6521$ gcc -gdwarf-2 -g3 sample.c -o sample
6522$
6523@end smallexample
6524
6525Now, we start @value{GDBN} on our sample program:
6526
6527@smallexample
6528$ gdb -nw sample
6529GNU gdb 2002-05-06-cvs
6530Copyright 2002 Free Software Foundation, Inc.
6531GDB is free software, @dots{}
6532(gdb)
6533@end smallexample
6534
6535We can expand macros and examine their definitions, even when the
6536program is not running. @value{GDBN} uses the current listing position
6537to decide which macro definitions are in scope:
6538
6539@smallexample
6540(gdb) list main
65413
65424 #define M 42
65435 #define ADD(x) (M + x)
65446
65457 main ()
65468 @{
65479 #define N 28
654810 printf ("Hello, world!\n");
654911 #undef N
655012 printf ("We're so creative.\n");
475b0867 6551(gdb) info macro ADD
e2e0bcd1
JB
6552Defined at /home/jimb/gdb/macros/play/sample.c:5
6553#define ADD(x) (M + x)
475b0867 6554(gdb) info macro Q
e2e0bcd1
JB
6555Defined at /home/jimb/gdb/macros/play/sample.h:1
6556 included at /home/jimb/gdb/macros/play/sample.c:2
6557#define Q <
6558(gdb) macro expand ADD(1)
6559expands to: (42 + 1)
6560(gdb) macro expand-once ADD(1)
6561expands to: once (M + 1)
b383017d 6562(gdb)
e2e0bcd1
JB
6563@end smallexample
6564
6565In the example above, note that @command{macro expand-once} expands only
6566the macro invocation explicit in the original text --- the invocation of
6567@code{ADD} --- but does not expand the invocation of the macro @code{M},
6568which was introduced by @code{ADD}.
6569
6570Once the program is running, GDB uses the macro definitions in force at
6571the source line of the current stack frame:
6572
6573@smallexample
6574(gdb) break main
6575Breakpoint 1 at 0x8048370: file sample.c, line 10.
6576(gdb) run
b383017d 6577Starting program: /home/jimb/gdb/macros/play/sample
e2e0bcd1
JB
6578
6579Breakpoint 1, main () at sample.c:10
658010 printf ("Hello, world!\n");
b383017d 6581(gdb)
e2e0bcd1
JB
6582@end smallexample
6583
6584At line 10, the definition of the macro @code{N} at line 9 is in force:
6585
6586@smallexample
475b0867 6587(gdb) info macro N
e2e0bcd1
JB
6588Defined at /home/jimb/gdb/macros/play/sample.c:9
6589#define N 28
6590(gdb) macro expand N Q M
6591expands to: 28 < 42
6592(gdb) print N Q M
6593$1 = 1
b383017d 6594(gdb)
e2e0bcd1
JB
6595@end smallexample
6596
6597As we step over directives that remove @code{N}'s definition, and then
6598give it a new definition, @value{GDBN} finds the definition (or lack
6599thereof) in force at each point:
6600
6601@smallexample
6602(gdb) next
6603Hello, world!
660412 printf ("We're so creative.\n");
475b0867 6605(gdb) info macro N
e2e0bcd1
JB
6606The symbol `N' has no definition as a C/C++ preprocessor macro
6607at /home/jimb/gdb/macros/play/sample.c:12
6608(gdb) next
6609We're so creative.
661014 printf ("Goodbye, world!\n");
475b0867 6611(gdb) info macro N
e2e0bcd1
JB
6612Defined at /home/jimb/gdb/macros/play/sample.c:13
6613#define N 1729
6614(gdb) macro expand N Q M
6615expands to: 1729 < 42
6616(gdb) print N Q M
6617$2 = 0
b383017d 6618(gdb)
e2e0bcd1
JB
6619@end smallexample
6620
6621
b37052ae
EZ
6622@node Tracepoints
6623@chapter Tracepoints
6624@c This chapter is based on the documentation written by Michael
6625@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6626
6627@cindex tracepoints
6628In some applications, it is not feasible for the debugger to interrupt
6629the program's execution long enough for the developer to learn
6630anything helpful about its behavior. If the program's correctness
6631depends on its real-time behavior, delays introduced by a debugger
6632might cause the program to change its behavior drastically, or perhaps
6633fail, even when the code itself is correct. It is useful to be able
6634to observe the program's behavior without interrupting it.
6635
6636Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6637specify locations in the program, called @dfn{tracepoints}, and
6638arbitrary expressions to evaluate when those tracepoints are reached.
6639Later, using the @code{tfind} command, you can examine the values
6640those expressions had when the program hit the tracepoints. The
6641expressions may also denote objects in memory---structures or arrays,
6642for example---whose values @value{GDBN} should record; while visiting
6643a particular tracepoint, you may inspect those objects as if they were
6644in memory at that moment. However, because @value{GDBN} records these
6645values without interacting with you, it can do so quickly and
6646unobtrusively, hopefully not disturbing the program's behavior.
6647
6648The tracepoint facility is currently available only for remote
2c0069bb
EZ
6649targets. @xref{Targets}. In addition, your remote target must know how
6650to collect trace data. This functionality is implemented in the remote
6651stub; however, none of the stubs distributed with @value{GDBN} support
6652tracepoints as of this writing.
b37052ae
EZ
6653
6654This chapter describes the tracepoint commands and features.
6655
6656@menu
b383017d
RM
6657* Set Tracepoints::
6658* Analyze Collected Data::
6659* Tracepoint Variables::
b37052ae
EZ
6660@end menu
6661
6662@node Set Tracepoints
6663@section Commands to Set Tracepoints
6664
6665Before running such a @dfn{trace experiment}, an arbitrary number of
6666tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
6667tracepoint has a number assigned to it by @value{GDBN}. Like with
6668breakpoints, tracepoint numbers are successive integers starting from
6669one. Many of the commands associated with tracepoints take the
6670tracepoint number as their argument, to identify which tracepoint to
6671work on.
6672
6673For each tracepoint, you can specify, in advance, some arbitrary set
6674of data that you want the target to collect in the trace buffer when
6675it hits that tracepoint. The collected data can include registers,
6676local variables, or global data. Later, you can use @value{GDBN}
6677commands to examine the values these data had at the time the
6678tracepoint was hit.
6679
6680This section describes commands to set tracepoints and associated
6681conditions and actions.
6682
6683@menu
b383017d
RM
6684* Create and Delete Tracepoints::
6685* Enable and Disable Tracepoints::
6686* Tracepoint Passcounts::
6687* Tracepoint Actions::
6688* Listing Tracepoints::
6689* Starting and Stopping Trace Experiment::
b37052ae
EZ
6690@end menu
6691
6692@node Create and Delete Tracepoints
6693@subsection Create and Delete Tracepoints
6694
6695@table @code
6696@cindex set tracepoint
6697@kindex trace
6698@item trace
6699The @code{trace} command is very similar to the @code{break} command.
6700Its argument can be a source line, a function name, or an address in
6701the target program. @xref{Set Breaks}. The @code{trace} command
6702defines a tracepoint, which is a point in the target program where the
6703debugger will briefly stop, collect some data, and then allow the
6704program to continue. Setting a tracepoint or changing its commands
6705doesn't take effect until the next @code{tstart} command; thus, you
6706cannot change the tracepoint attributes once a trace experiment is
6707running.
6708
6709Here are some examples of using the @code{trace} command:
6710
6711@smallexample
6712(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
6713
6714(@value{GDBP}) @b{trace +2} // 2 lines forward
6715
6716(@value{GDBP}) @b{trace my_function} // first source line of function
6717
6718(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
6719
6720(@value{GDBP}) @b{trace *0x2117c4} // an address
6721@end smallexample
6722
6723@noindent
6724You can abbreviate @code{trace} as @code{tr}.
6725
6726@vindex $tpnum
6727@cindex last tracepoint number
6728@cindex recent tracepoint number
6729@cindex tracepoint number
6730The convenience variable @code{$tpnum} records the tracepoint number
6731of the most recently set tracepoint.
6732
6733@kindex delete tracepoint
6734@cindex tracepoint deletion
6735@item delete tracepoint @r{[}@var{num}@r{]}
6736Permanently delete one or more tracepoints. With no argument, the
6737default is to delete all tracepoints.
6738
6739Examples:
6740
6741@smallexample
6742(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
6743
6744(@value{GDBP}) @b{delete trace} // remove all tracepoints
6745@end smallexample
6746
6747@noindent
6748You can abbreviate this command as @code{del tr}.
6749@end table
6750
6751@node Enable and Disable Tracepoints
6752@subsection Enable and Disable Tracepoints
6753
6754@table @code
6755@kindex disable tracepoint
6756@item disable tracepoint @r{[}@var{num}@r{]}
6757Disable tracepoint @var{num}, or all tracepoints if no argument
6758@var{num} is given. A disabled tracepoint will have no effect during
6759the next trace experiment, but it is not forgotten. You can re-enable
6760a disabled tracepoint using the @code{enable tracepoint} command.
6761
6762@kindex enable tracepoint
6763@item enable tracepoint @r{[}@var{num}@r{]}
6764Enable tracepoint @var{num}, or all tracepoints. The enabled
6765tracepoints will become effective the next time a trace experiment is
6766run.
6767@end table
6768
6769@node Tracepoint Passcounts
6770@subsection Tracepoint Passcounts
6771
6772@table @code
6773@kindex passcount
6774@cindex tracepoint pass count
6775@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
6776Set the @dfn{passcount} of a tracepoint. The passcount is a way to
6777automatically stop a trace experiment. If a tracepoint's passcount is
6778@var{n}, then the trace experiment will be automatically stopped on
6779the @var{n}'th time that tracepoint is hit. If the tracepoint number
6780@var{num} is not specified, the @code{passcount} command sets the
6781passcount of the most recently defined tracepoint. If no passcount is
6782given, the trace experiment will run until stopped explicitly by the
6783user.
6784
6785Examples:
6786
6787@smallexample
b383017d 6788(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6826cf00 6789@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
6790
6791(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 6792@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
6793(@value{GDBP}) @b{trace foo}
6794(@value{GDBP}) @b{pass 3}
6795(@value{GDBP}) @b{trace bar}
6796(@value{GDBP}) @b{pass 2}
6797(@value{GDBP}) @b{trace baz}
6798(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
6799@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
6800@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
6801@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
6802@end smallexample
6803@end table
6804
6805@node Tracepoint Actions
6806@subsection Tracepoint Action Lists
6807
6808@table @code
6809@kindex actions
6810@cindex tracepoint actions
6811@item actions @r{[}@var{num}@r{]}
6812This command will prompt for a list of actions to be taken when the
6813tracepoint is hit. If the tracepoint number @var{num} is not
6814specified, this command sets the actions for the one that was most
6815recently defined (so that you can define a tracepoint and then say
6816@code{actions} without bothering about its number). You specify the
6817actions themselves on the following lines, one action at a time, and
6818terminate the actions list with a line containing just @code{end}. So
6819far, the only defined actions are @code{collect} and
6820@code{while-stepping}.
6821
6822@cindex remove actions from a tracepoint
6823To remove all actions from a tracepoint, type @samp{actions @var{num}}
6824and follow it immediately with @samp{end}.
6825
6826@smallexample
6827(@value{GDBP}) @b{collect @var{data}} // collect some data
6828
6826cf00 6829(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 6830
6826cf00 6831(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
6832@end smallexample
6833
6834In the following example, the action list begins with @code{collect}
6835commands indicating the things to be collected when the tracepoint is
6836hit. Then, in order to single-step and collect additional data
6837following the tracepoint, a @code{while-stepping} command is used,
6838followed by the list of things to be collected while stepping. The
6839@code{while-stepping} command is terminated by its own separate
6840@code{end} command. Lastly, the action list is terminated by an
6841@code{end} command.
6842
6843@smallexample
6844(@value{GDBP}) @b{trace foo}
6845(@value{GDBP}) @b{actions}
6846Enter actions for tracepoint 1, one per line:
6847> collect bar,baz
6848> collect $regs
6849> while-stepping 12
6850 > collect $fp, $sp
6851 > end
6852end
6853@end smallexample
6854
6855@kindex collect @r{(tracepoints)}
6856@item collect @var{expr1}, @var{expr2}, @dots{}
6857Collect values of the given expressions when the tracepoint is hit.
6858This command accepts a comma-separated list of any valid expressions.
6859In addition to global, static, or local variables, the following
6860special arguments are supported:
6861
6862@table @code
6863@item $regs
6864collect all registers
6865
6866@item $args
6867collect all function arguments
6868
6869@item $locals
6870collect all local variables.
6871@end table
6872
6873You can give several consecutive @code{collect} commands, each one
6874with a single argument, or one @code{collect} command with several
6875arguments separated by commas: the effect is the same.
6876
f5c37c66
EZ
6877The command @code{info scope} (@pxref{Symbols, info scope}) is
6878particularly useful for figuring out what data to collect.
6879
b37052ae
EZ
6880@kindex while-stepping @r{(tracepoints)}
6881@item while-stepping @var{n}
6882Perform @var{n} single-step traces after the tracepoint, collecting
6883new data at each step. The @code{while-stepping} command is
6884followed by the list of what to collect while stepping (followed by
6885its own @code{end} command):
6886
6887@smallexample
6888> while-stepping 12
6889 > collect $regs, myglobal
6890 > end
6891>
6892@end smallexample
6893
6894@noindent
6895You may abbreviate @code{while-stepping} as @code{ws} or
6896@code{stepping}.
6897@end table
6898
6899@node Listing Tracepoints
6900@subsection Listing Tracepoints
6901
6902@table @code
6903@kindex info tracepoints
6904@cindex information about tracepoints
6905@item info tracepoints @r{[}@var{num}@r{]}
8a037dd7 6906Display information about the tracepoint @var{num}. If you don't specify
798c8bc6 6907a tracepoint number, displays information about all the tracepoints
b37052ae
EZ
6908defined so far. For each tracepoint, the following information is
6909shown:
6910
6911@itemize @bullet
6912@item
6913its number
6914@item
6915whether it is enabled or disabled
6916@item
6917its address
6918@item
6919its passcount as given by the @code{passcount @var{n}} command
6920@item
6921its step count as given by the @code{while-stepping @var{n}} command
6922@item
6923where in the source files is the tracepoint set
6924@item
6925its action list as given by the @code{actions} command
6926@end itemize
6927
6928@smallexample
6929(@value{GDBP}) @b{info trace}
6930Num Enb Address PassC StepC What
69311 y 0x002117c4 0 0 <gdb_asm>
6826cf00
EZ
69322 y 0x0020dc64 0 0 in g_test at g_test.c:1375
69333 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
b37052ae
EZ
6934(@value{GDBP})
6935@end smallexample
6936
6937@noindent
6938This command can be abbreviated @code{info tp}.
6939@end table
6940
6941@node Starting and Stopping Trace Experiment
6942@subsection Starting and Stopping Trace Experiment
6943
6944@table @code
6945@kindex tstart
6946@cindex start a new trace experiment
6947@cindex collected data discarded
6948@item tstart
6949This command takes no arguments. It starts the trace experiment, and
6950begins collecting data. This has the side effect of discarding all
6951the data collected in the trace buffer during the previous trace
6952experiment.
6953
6954@kindex tstop
6955@cindex stop a running trace experiment
6956@item tstop
6957This command takes no arguments. It ends the trace experiment, and
6958stops collecting data.
6959
6960@strong{Note:} a trace experiment and data collection may stop
6961automatically if any tracepoint's passcount is reached
6962(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
6963
6964@kindex tstatus
6965@cindex status of trace data collection
6966@cindex trace experiment, status of
6967@item tstatus
6968This command displays the status of the current trace data
6969collection.
6970@end table
6971
6972Here is an example of the commands we described so far:
6973
6974@smallexample
6975(@value{GDBP}) @b{trace gdb_c_test}
6976(@value{GDBP}) @b{actions}
6977Enter actions for tracepoint #1, one per line.
6978> collect $regs,$locals,$args
6979> while-stepping 11
6980 > collect $regs
6981 > end
6982> end
6983(@value{GDBP}) @b{tstart}
6984 [time passes @dots{}]
6985(@value{GDBP}) @b{tstop}
6986@end smallexample
6987
6988
6989@node Analyze Collected Data
6990@section Using the collected data
6991
6992After the tracepoint experiment ends, you use @value{GDBN} commands
6993for examining the trace data. The basic idea is that each tracepoint
6994collects a trace @dfn{snapshot} every time it is hit and another
6995snapshot every time it single-steps. All these snapshots are
6996consecutively numbered from zero and go into a buffer, and you can
6997examine them later. The way you examine them is to @dfn{focus} on a
6998specific trace snapshot. When the remote stub is focused on a trace
6999snapshot, it will respond to all @value{GDBN} requests for memory and
7000registers by reading from the buffer which belongs to that snapshot,
7001rather than from @emph{real} memory or registers of the program being
7002debugged. This means that @strong{all} @value{GDBN} commands
7003(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
7004behave as if we were currently debugging the program state as it was
7005when the tracepoint occurred. Any requests for data that are not in
7006the buffer will fail.
7007
7008@menu
7009* tfind:: How to select a trace snapshot
7010* tdump:: How to display all data for a snapshot
7011* save-tracepoints:: How to save tracepoints for a future run
7012@end menu
7013
7014@node tfind
7015@subsection @code{tfind @var{n}}
7016
7017@kindex tfind
7018@cindex select trace snapshot
7019@cindex find trace snapshot
7020The basic command for selecting a trace snapshot from the buffer is
7021@code{tfind @var{n}}, which finds trace snapshot number @var{n},
7022counting from zero. If no argument @var{n} is given, the next
7023snapshot is selected.
7024
7025Here are the various forms of using the @code{tfind} command.
7026
7027@table @code
7028@item tfind start
7029Find the first snapshot in the buffer. This is a synonym for
7030@code{tfind 0} (since 0 is the number of the first snapshot).
7031
7032@item tfind none
7033Stop debugging trace snapshots, resume @emph{live} debugging.
7034
7035@item tfind end
7036Same as @samp{tfind none}.
7037
7038@item tfind
7039No argument means find the next trace snapshot.
7040
7041@item tfind -
7042Find the previous trace snapshot before the current one. This permits
7043retracing earlier steps.
7044
7045@item tfind tracepoint @var{num}
7046Find the next snapshot associated with tracepoint @var{num}. Search
7047proceeds forward from the last examined trace snapshot. If no
7048argument @var{num} is given, it means find the next snapshot collected
7049for the same tracepoint as the current snapshot.
7050
7051@item tfind pc @var{addr}
7052Find the next snapshot associated with the value @var{addr} of the
7053program counter. Search proceeds forward from the last examined trace
7054snapshot. If no argument @var{addr} is given, it means find the next
7055snapshot with the same value of PC as the current snapshot.
7056
7057@item tfind outside @var{addr1}, @var{addr2}
7058Find the next snapshot whose PC is outside the given range of
7059addresses.
7060
7061@item tfind range @var{addr1}, @var{addr2}
7062Find the next snapshot whose PC is between @var{addr1} and
7063@var{addr2}. @c FIXME: Is the range inclusive or exclusive?
7064
7065@item tfind line @r{[}@var{file}:@r{]}@var{n}
7066Find the next snapshot associated with the source line @var{n}. If
7067the optional argument @var{file} is given, refer to line @var{n} in
7068that source file. Search proceeds forward from the last examined
7069trace snapshot. If no argument @var{n} is given, it means find the
7070next line other than the one currently being examined; thus saying
7071@code{tfind line} repeatedly can appear to have the same effect as
7072stepping from line to line in a @emph{live} debugging session.
7073@end table
7074
7075The default arguments for the @code{tfind} commands are specifically
7076designed to make it easy to scan through the trace buffer. For
7077instance, @code{tfind} with no argument selects the next trace
7078snapshot, and @code{tfind -} with no argument selects the previous
7079trace snapshot. So, by giving one @code{tfind} command, and then
7080simply hitting @key{RET} repeatedly you can examine all the trace
7081snapshots in order. Or, by saying @code{tfind -} and then hitting
7082@key{RET} repeatedly you can examine the snapshots in reverse order.
7083The @code{tfind line} command with no argument selects the snapshot
7084for the next source line executed. The @code{tfind pc} command with
7085no argument selects the next snapshot with the same program counter
7086(PC) as the current frame. The @code{tfind tracepoint} command with
7087no argument selects the next trace snapshot collected by the same
7088tracepoint as the current one.
7089
7090In addition to letting you scan through the trace buffer manually,
7091these commands make it easy to construct @value{GDBN} scripts that
7092scan through the trace buffer and print out whatever collected data
7093you are interested in. Thus, if we want to examine the PC, FP, and SP
7094registers from each trace frame in the buffer, we can say this:
7095
7096@smallexample
7097(@value{GDBP}) @b{tfind start}
7098(@value{GDBP}) @b{while ($trace_frame != -1)}
7099> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7100 $trace_frame, $pc, $sp, $fp
7101> tfind
7102> end
7103
7104Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7105Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7106Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7107Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7108Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7109Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7110Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7111Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7112Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7113Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7114Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7115@end smallexample
7116
7117Or, if we want to examine the variable @code{X} at each source line in
7118the buffer:
7119
7120@smallexample
7121(@value{GDBP}) @b{tfind start}
7122(@value{GDBP}) @b{while ($trace_frame != -1)}
7123> printf "Frame %d, X == %d\n", $trace_frame, X
7124> tfind line
7125> end
7126
7127Frame 0, X = 1
7128Frame 7, X = 2
7129Frame 13, X = 255
7130@end smallexample
7131
7132@node tdump
7133@subsection @code{tdump}
7134@kindex tdump
7135@cindex dump all data collected at tracepoint
7136@cindex tracepoint data, display
7137
7138This command takes no arguments. It prints all the data collected at
7139the current trace snapshot.
7140
7141@smallexample
7142(@value{GDBP}) @b{trace 444}
7143(@value{GDBP}) @b{actions}
7144Enter actions for tracepoint #2, one per line:
7145> collect $regs, $locals, $args, gdb_long_test
7146> end
7147
7148(@value{GDBP}) @b{tstart}
7149
7150(@value{GDBP}) @b{tfind line 444}
7151#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7152at gdb_test.c:444
7153444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7154
7155(@value{GDBP}) @b{tdump}
7156Data collected at tracepoint 2, trace frame 1:
7157d0 0xc4aa0085 -995491707
7158d1 0x18 24
7159d2 0x80 128
7160d3 0x33 51
7161d4 0x71aea3d 119204413
7162d5 0x22 34
7163d6 0xe0 224
7164d7 0x380035 3670069
7165a0 0x19e24a 1696330
7166a1 0x3000668 50333288
7167a2 0x100 256
7168a3 0x322000 3284992
7169a4 0x3000698 50333336
7170a5 0x1ad3cc 1758156
7171fp 0x30bf3c 0x30bf3c
7172sp 0x30bf34 0x30bf34
7173ps 0x0 0
7174pc 0x20b2c8 0x20b2c8
7175fpcontrol 0x0 0
7176fpstatus 0x0 0
7177fpiaddr 0x0 0
7178p = 0x20e5b4 "gdb-test"
7179p1 = (void *) 0x11
7180p2 = (void *) 0x22
7181p3 = (void *) 0x33
7182p4 = (void *) 0x44
7183p5 = (void *) 0x55
7184p6 = (void *) 0x66
7185gdb_long_test = 17 '\021'
7186
7187(@value{GDBP})
7188@end smallexample
7189
7190@node save-tracepoints
7191@subsection @code{save-tracepoints @var{filename}}
7192@kindex save-tracepoints
7193@cindex save tracepoints for future sessions
7194
7195This command saves all current tracepoint definitions together with
7196their actions and passcounts, into a file @file{@var{filename}}
7197suitable for use in a later debugging session. To read the saved
7198tracepoint definitions, use the @code{source} command (@pxref{Command
7199Files}).
7200
7201@node Tracepoint Variables
7202@section Convenience Variables for Tracepoints
7203@cindex tracepoint variables
7204@cindex convenience variables for tracepoints
7205
7206@table @code
7207@vindex $trace_frame
7208@item (int) $trace_frame
7209The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7210snapshot is selected.
7211
7212@vindex $tracepoint
7213@item (int) $tracepoint
7214The tracepoint for the current trace snapshot.
7215
7216@vindex $trace_line
7217@item (int) $trace_line
7218The line number for the current trace snapshot.
7219
7220@vindex $trace_file
7221@item (char []) $trace_file
7222The source file for the current trace snapshot.
7223
7224@vindex $trace_func
7225@item (char []) $trace_func
7226The name of the function containing @code{$tracepoint}.
7227@end table
7228
7229Note: @code{$trace_file} is not suitable for use in @code{printf},
7230use @code{output} instead.
7231
7232Here's a simple example of using these convenience variables for
7233stepping through all the trace snapshots and printing some of their
7234data.
7235
7236@smallexample
7237(@value{GDBP}) @b{tfind start}
7238
7239(@value{GDBP}) @b{while $trace_frame != -1}
7240> output $trace_file
7241> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7242> tfind
7243> end
7244@end smallexample
7245
df0cd8c5
JB
7246@node Overlays
7247@chapter Debugging Programs That Use Overlays
7248@cindex overlays
7249
7250If your program is too large to fit completely in your target system's
7251memory, you can sometimes use @dfn{overlays} to work around this
7252problem. @value{GDBN} provides some support for debugging programs that
7253use overlays.
7254
7255@menu
7256* How Overlays Work:: A general explanation of overlays.
7257* Overlay Commands:: Managing overlays in @value{GDBN}.
7258* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7259 mapped by asking the inferior.
7260* Overlay Sample Program:: A sample program using overlays.
7261@end menu
7262
7263@node How Overlays Work
7264@section How Overlays Work
7265@cindex mapped overlays
7266@cindex unmapped overlays
7267@cindex load address, overlay's
7268@cindex mapped address
7269@cindex overlay area
7270
7271Suppose you have a computer whose instruction address space is only 64
7272kilobytes long, but which has much more memory which can be accessed by
7273other means: special instructions, segment registers, or memory
7274management hardware, for example. Suppose further that you want to
7275adapt a program which is larger than 64 kilobytes to run on this system.
7276
7277One solution is to identify modules of your program which are relatively
7278independent, and need not call each other directly; call these modules
7279@dfn{overlays}. Separate the overlays from the main program, and place
7280their machine code in the larger memory. Place your main program in
7281instruction memory, but leave at least enough space there to hold the
7282largest overlay as well.
7283
7284Now, to call a function located in an overlay, you must first copy that
7285overlay's machine code from the large memory into the space set aside
7286for it in the instruction memory, and then jump to its entry point
7287there.
7288
c928edc0
AC
7289@c NB: In the below the mapped area's size is greater or equal to the
7290@c size of all overlays. This is intentional to remind the developer
7291@c that overlays don't necessarily need to be the same size.
7292
474c8240 7293@smallexample
df0cd8c5 7294@group
c928edc0
AC
7295 Data Instruction Larger
7296Address Space Address Space Address Space
7297+-----------+ +-----------+ +-----------+
7298| | | | | |
7299+-----------+ +-----------+ +-----------+<-- overlay 1
7300| program | | main | .----| overlay 1 | load address
7301| variables | | program | | +-----------+
7302| and heap | | | | | |
7303+-----------+ | | | +-----------+<-- overlay 2
7304| | +-----------+ | | | load address
7305+-----------+ | | | .-| overlay 2 |
7306 | | | | | |
7307 mapped --->+-----------+ | | +-----------+
7308 address | | | | | |
7309 | overlay | <-' | | |
7310 | area | <---' +-----------+<-- overlay 3
7311 | | <---. | | load address
7312 +-----------+ `--| overlay 3 |
7313 | | | |
7314 +-----------+ | |
7315 +-----------+
7316 | |
7317 +-----------+
7318
7319 @anchor{A code overlay}A code overlay
df0cd8c5 7320@end group
474c8240 7321@end smallexample
df0cd8c5 7322
c928edc0
AC
7323The diagram (@pxref{A code overlay}) shows a system with separate data
7324and instruction address spaces. To map an overlay, the program copies
7325its code from the larger address space to the instruction address space.
7326Since the overlays shown here all use the same mapped address, only one
7327may be mapped at a time. For a system with a single address space for
7328data and instructions, the diagram would be similar, except that the
7329program variables and heap would share an address space with the main
7330program and the overlay area.
df0cd8c5
JB
7331
7332An overlay loaded into instruction memory and ready for use is called a
7333@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7334instruction memory. An overlay not present (or only partially present)
7335in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7336is its address in the larger memory. The mapped address is also called
7337the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7338called the @dfn{load memory address}, or @dfn{LMA}.
7339
7340Unfortunately, overlays are not a completely transparent way to adapt a
7341program to limited instruction memory. They introduce a new set of
7342global constraints you must keep in mind as you design your program:
7343
7344@itemize @bullet
7345
7346@item
7347Before calling or returning to a function in an overlay, your program
7348must make sure that overlay is actually mapped. Otherwise, the call or
7349return will transfer control to the right address, but in the wrong
7350overlay, and your program will probably crash.
7351
7352@item
7353If the process of mapping an overlay is expensive on your system, you
7354will need to choose your overlays carefully to minimize their effect on
7355your program's performance.
7356
7357@item
7358The executable file you load onto your system must contain each
7359overlay's instructions, appearing at the overlay's load address, not its
7360mapped address. However, each overlay's instructions must be relocated
7361and its symbols defined as if the overlay were at its mapped address.
7362You can use GNU linker scripts to specify different load and relocation
7363addresses for pieces of your program; see @ref{Overlay Description,,,
7364ld.info, Using ld: the GNU linker}.
7365
7366@item
7367The procedure for loading executable files onto your system must be able
7368to load their contents into the larger address space as well as the
7369instruction and data spaces.
7370
7371@end itemize
7372
7373The overlay system described above is rather simple, and could be
7374improved in many ways:
7375
7376@itemize @bullet
7377
7378@item
7379If your system has suitable bank switch registers or memory management
7380hardware, you could use those facilities to make an overlay's load area
7381contents simply appear at their mapped address in instruction space.
7382This would probably be faster than copying the overlay to its mapped
7383area in the usual way.
7384
7385@item
7386If your overlays are small enough, you could set aside more than one
7387overlay area, and have more than one overlay mapped at a time.
7388
7389@item
7390You can use overlays to manage data, as well as instructions. In
7391general, data overlays are even less transparent to your design than
7392code overlays: whereas code overlays only require care when you call or
7393return to functions, data overlays require care every time you access
7394the data. Also, if you change the contents of a data overlay, you
7395must copy its contents back out to its load address before you can copy a
7396different data overlay into the same mapped area.
7397
7398@end itemize
7399
7400
7401@node Overlay Commands
7402@section Overlay Commands
7403
7404To use @value{GDBN}'s overlay support, each overlay in your program must
7405correspond to a separate section of the executable file. The section's
7406virtual memory address and load memory address must be the overlay's
7407mapped and load addresses. Identifying overlays with sections allows
7408@value{GDBN} to determine the appropriate address of a function or
7409variable, depending on whether the overlay is mapped or not.
7410
7411@value{GDBN}'s overlay commands all start with the word @code{overlay};
7412you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7413
7414@table @code
7415@item overlay off
7416@kindex overlay off
7417Disable @value{GDBN}'s overlay support. When overlay support is
7418disabled, @value{GDBN} assumes that all functions and variables are
7419always present at their mapped addresses. By default, @value{GDBN}'s
7420overlay support is disabled.
7421
7422@item overlay manual
7423@kindex overlay manual
7424@cindex manual overlay debugging
7425Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7426relies on you to tell it which overlays are mapped, and which are not,
7427using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7428commands described below.
7429
7430@item overlay map-overlay @var{overlay}
7431@itemx overlay map @var{overlay}
7432@kindex overlay map-overlay
7433@cindex map an overlay
7434Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7435be the name of the object file section containing the overlay. When an
7436overlay is mapped, @value{GDBN} assumes it can find the overlay's
7437functions and variables at their mapped addresses. @value{GDBN} assumes
7438that any other overlays whose mapped ranges overlap that of
7439@var{overlay} are now unmapped.
7440
7441@item overlay unmap-overlay @var{overlay}
7442@itemx overlay unmap @var{overlay}
7443@kindex overlay unmap-overlay
7444@cindex unmap an overlay
7445Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7446must be the name of the object file section containing the overlay.
7447When an overlay is unmapped, @value{GDBN} assumes it can find the
7448overlay's functions and variables at their load addresses.
7449
7450@item overlay auto
7451@kindex overlay auto
7452Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7453consults a data structure the overlay manager maintains in the inferior
7454to see which overlays are mapped. For details, see @ref{Automatic
7455Overlay Debugging}.
7456
7457@item overlay load-target
7458@itemx overlay load
7459@kindex overlay load-target
7460@cindex reloading the overlay table
7461Re-read the overlay table from the inferior. Normally, @value{GDBN}
7462re-reads the table @value{GDBN} automatically each time the inferior
7463stops, so this command should only be necessary if you have changed the
7464overlay mapping yourself using @value{GDBN}. This command is only
7465useful when using automatic overlay debugging.
7466
7467@item overlay list-overlays
7468@itemx overlay list
7469@cindex listing mapped overlays
7470Display a list of the overlays currently mapped, along with their mapped
7471addresses, load addresses, and sizes.
7472
7473@end table
7474
7475Normally, when @value{GDBN} prints a code address, it includes the name
7476of the function the address falls in:
7477
474c8240 7478@smallexample
df0cd8c5
JB
7479(gdb) print main
7480$3 = @{int ()@} 0x11a0 <main>
474c8240 7481@end smallexample
df0cd8c5
JB
7482@noindent
7483When overlay debugging is enabled, @value{GDBN} recognizes code in
7484unmapped overlays, and prints the names of unmapped functions with
7485asterisks around them. For example, if @code{foo} is a function in an
7486unmapped overlay, @value{GDBN} prints it this way:
7487
474c8240 7488@smallexample
df0cd8c5
JB
7489(gdb) overlay list
7490No sections are mapped.
7491(gdb) print foo
7492$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 7493@end smallexample
df0cd8c5
JB
7494@noindent
7495When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7496name normally:
7497
474c8240 7498@smallexample
df0cd8c5 7499(gdb) overlay list
b383017d 7500Section .ov.foo.text, loaded at 0x100000 - 0x100034,
df0cd8c5
JB
7501 mapped at 0x1016 - 0x104a
7502(gdb) print foo
7503$6 = @{int (int)@} 0x1016 <foo>
474c8240 7504@end smallexample
df0cd8c5
JB
7505
7506When overlay debugging is enabled, @value{GDBN} can find the correct
7507address for functions and variables in an overlay, whether or not the
7508overlay is mapped. This allows most @value{GDBN} commands, like
7509@code{break} and @code{disassemble}, to work normally, even on unmapped
7510code. However, @value{GDBN}'s breakpoint support has some limitations:
7511
7512@itemize @bullet
7513@item
7514@cindex breakpoints in overlays
7515@cindex overlays, setting breakpoints in
7516You can set breakpoints in functions in unmapped overlays, as long as
7517@value{GDBN} can write to the overlay at its load address.
7518@item
7519@value{GDBN} can not set hardware or simulator-based breakpoints in
7520unmapped overlays. However, if you set a breakpoint at the end of your
7521overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7522you are using manual overlay management), @value{GDBN} will re-set its
7523breakpoints properly.
7524@end itemize
7525
7526
7527@node Automatic Overlay Debugging
7528@section Automatic Overlay Debugging
7529@cindex automatic overlay debugging
7530
7531@value{GDBN} can automatically track which overlays are mapped and which
7532are not, given some simple co-operation from the overlay manager in the
7533inferior. If you enable automatic overlay debugging with the
7534@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7535looks in the inferior's memory for certain variables describing the
7536current state of the overlays.
7537
7538Here are the variables your overlay manager must define to support
7539@value{GDBN}'s automatic overlay debugging:
7540
7541@table @asis
7542
7543@item @code{_ovly_table}:
7544This variable must be an array of the following structures:
7545
474c8240 7546@smallexample
df0cd8c5
JB
7547struct
7548@{
7549 /* The overlay's mapped address. */
7550 unsigned long vma;
7551
7552 /* The size of the overlay, in bytes. */
7553 unsigned long size;
7554
7555 /* The overlay's load address. */
7556 unsigned long lma;
7557
7558 /* Non-zero if the overlay is currently mapped;
7559 zero otherwise. */
7560 unsigned long mapped;
7561@}
474c8240 7562@end smallexample
df0cd8c5
JB
7563
7564@item @code{_novlys}:
7565This variable must be a four-byte signed integer, holding the total
7566number of elements in @code{_ovly_table}.
7567
7568@end table
7569
7570To decide whether a particular overlay is mapped or not, @value{GDBN}
7571looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7572@code{lma} members equal the VMA and LMA of the overlay's section in the
7573executable file. When @value{GDBN} finds a matching entry, it consults
7574the entry's @code{mapped} member to determine whether the overlay is
7575currently mapped.
7576
81d46470 7577In addition, your overlay manager may define a function called
def71bfa 7578@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
7579will silently set a breakpoint there. If the overlay manager then
7580calls this function whenever it has changed the overlay table, this
7581will enable @value{GDBN} to accurately keep track of which overlays
7582are in program memory, and update any breakpoints that may be set
b383017d 7583in overlays. This will allow breakpoints to work even if the
81d46470
MS
7584overlays are kept in ROM or other non-writable memory while they
7585are not being executed.
df0cd8c5
JB
7586
7587@node Overlay Sample Program
7588@section Overlay Sample Program
7589@cindex overlay example program
7590
7591When linking a program which uses overlays, you must place the overlays
7592at their load addresses, while relocating them to run at their mapped
7593addresses. To do this, you must write a linker script (@pxref{Overlay
7594Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7595since linker scripts are specific to a particular host system, target
7596architecture, and target memory layout, this manual cannot provide
7597portable sample code demonstrating @value{GDBN}'s overlay support.
7598
7599However, the @value{GDBN} source distribution does contain an overlaid
7600program, with linker scripts for a few systems, as part of its test
7601suite. The program consists of the following files from
7602@file{gdb/testsuite/gdb.base}:
7603
7604@table @file
7605@item overlays.c
7606The main program file.
7607@item ovlymgr.c
7608A simple overlay manager, used by @file{overlays.c}.
7609@item foo.c
7610@itemx bar.c
7611@itemx baz.c
7612@itemx grbx.c
7613Overlay modules, loaded and used by @file{overlays.c}.
7614@item d10v.ld
7615@itemx m32r.ld
7616Linker scripts for linking the test program on the @code{d10v-elf}
7617and @code{m32r-elf} targets.
7618@end table
7619
7620You can build the test program using the @code{d10v-elf} GCC
7621cross-compiler like this:
7622
474c8240 7623@smallexample
df0cd8c5
JB
7624$ d10v-elf-gcc -g -c overlays.c
7625$ d10v-elf-gcc -g -c ovlymgr.c
7626$ d10v-elf-gcc -g -c foo.c
7627$ d10v-elf-gcc -g -c bar.c
7628$ d10v-elf-gcc -g -c baz.c
7629$ d10v-elf-gcc -g -c grbx.c
7630$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7631 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 7632@end smallexample
df0cd8c5
JB
7633
7634The build process is identical for any other architecture, except that
7635you must substitute the appropriate compiler and linker script for the
7636target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7637
7638
6d2ebf8b 7639@node Languages
c906108c
SS
7640@chapter Using @value{GDBN} with Different Languages
7641@cindex languages
7642
c906108c
SS
7643Although programming languages generally have common aspects, they are
7644rarely expressed in the same manner. For instance, in ANSI C,
7645dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7646Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 7647represented (and displayed) differently. Hex numbers in C appear as
c906108c 7648@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
7649
7650@cindex working language
7651Language-specific information is built into @value{GDBN} for some languages,
7652allowing you to express operations like the above in your program's
7653native language, and allowing @value{GDBN} to output values in a manner
7654consistent with the syntax of your program's native language. The
7655language you use to build expressions is called the @dfn{working
7656language}.
7657
7658@menu
7659* Setting:: Switching between source languages
7660* Show:: Displaying the language
c906108c 7661* Checks:: Type and range checks
c906108c 7662* Support:: Supported languages
4e562065 7663* Unsupported languages:: Unsupported languages
c906108c
SS
7664@end menu
7665
6d2ebf8b 7666@node Setting
c906108c
SS
7667@section Switching between source languages
7668
7669There are two ways to control the working language---either have @value{GDBN}
7670set it automatically, or select it manually yourself. You can use the
7671@code{set language} command for either purpose. On startup, @value{GDBN}
7672defaults to setting the language automatically. The working language is
7673used to determine how expressions you type are interpreted, how values
7674are printed, etc.
7675
7676In addition to the working language, every source file that
7677@value{GDBN} knows about has its own working language. For some object
7678file formats, the compiler might indicate which language a particular
7679source file is in. However, most of the time @value{GDBN} infers the
7680language from the name of the file. The language of a source file
b37052ae 7681controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 7682show each frame appropriately for its own language. There is no way to
d4f3574e
SS
7683set the language of a source file from within @value{GDBN}, but you can
7684set the language associated with a filename extension. @xref{Show, ,
7685Displaying the language}.
c906108c
SS
7686
7687This is most commonly a problem when you use a program, such
5d161b24 7688as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
7689another language. In that case, make the
7690program use @code{#line} directives in its C output; that way
7691@value{GDBN} will know the correct language of the source code of the original
7692program, and will display that source code, not the generated C code.
7693
7694@menu
7695* Filenames:: Filename extensions and languages.
7696* Manually:: Setting the working language manually
7697* Automatically:: Having @value{GDBN} infer the source language
7698@end menu
7699
6d2ebf8b 7700@node Filenames
c906108c
SS
7701@subsection List of filename extensions and languages
7702
7703If a source file name ends in one of the following extensions, then
7704@value{GDBN} infers that its language is the one indicated.
7705
7706@table @file
7707
7708@item .c
7709C source file
7710
7711@item .C
7712@itemx .cc
7713@itemx .cp
7714@itemx .cpp
7715@itemx .cxx
7716@itemx .c++
b37052ae 7717C@t{++} source file
c906108c 7718
b37303ee
AF
7719@item .m
7720Objective-C source file
7721
c906108c
SS
7722@item .f
7723@itemx .F
7724Fortran source file
7725
c906108c
SS
7726@item .mod
7727Modula-2 source file
c906108c
SS
7728
7729@item .s
7730@itemx .S
7731Assembler source file. This actually behaves almost like C, but
7732@value{GDBN} does not skip over function prologues when stepping.
7733@end table
7734
7735In addition, you may set the language associated with a filename
7736extension. @xref{Show, , Displaying the language}.
7737
6d2ebf8b 7738@node Manually
c906108c
SS
7739@subsection Setting the working language
7740
7741If you allow @value{GDBN} to set the language automatically,
7742expressions are interpreted the same way in your debugging session and
7743your program.
7744
7745@kindex set language
7746If you wish, you may set the language manually. To do this, issue the
7747command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 7748a language, such as
c906108c 7749@code{c} or @code{modula-2}.
c906108c
SS
7750For a list of the supported languages, type @samp{set language}.
7751
c906108c
SS
7752Setting the language manually prevents @value{GDBN} from updating the working
7753language automatically. This can lead to confusion if you try
7754to debug a program when the working language is not the same as the
7755source language, when an expression is acceptable to both
7756languages---but means different things. For instance, if the current
7757source file were written in C, and @value{GDBN} was parsing Modula-2, a
7758command such as:
7759
474c8240 7760@smallexample
c906108c 7761print a = b + c
474c8240 7762@end smallexample
c906108c
SS
7763
7764@noindent
7765might not have the effect you intended. In C, this means to add
7766@code{b} and @code{c} and place the result in @code{a}. The result
7767printed would be the value of @code{a}. In Modula-2, this means to compare
7768@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 7769
6d2ebf8b 7770@node Automatically
c906108c
SS
7771@subsection Having @value{GDBN} infer the source language
7772
7773To have @value{GDBN} set the working language automatically, use
7774@samp{set language local} or @samp{set language auto}. @value{GDBN}
7775then infers the working language. That is, when your program stops in a
7776frame (usually by encountering a breakpoint), @value{GDBN} sets the
7777working language to the language recorded for the function in that
7778frame. If the language for a frame is unknown (that is, if the function
7779or block corresponding to the frame was defined in a source file that
7780does not have a recognized extension), the current working language is
7781not changed, and @value{GDBN} issues a warning.
7782
7783This may not seem necessary for most programs, which are written
7784entirely in one source language. However, program modules and libraries
7785written in one source language can be used by a main program written in
7786a different source language. Using @samp{set language auto} in this
7787case frees you from having to set the working language manually.
7788
6d2ebf8b 7789@node Show
c906108c 7790@section Displaying the language
c906108c
SS
7791
7792The following commands help you find out which language is the
7793working language, and also what language source files were written in.
7794
7795@kindex show language
d4f3574e
SS
7796@kindex info frame@r{, show the source language}
7797@kindex info source@r{, show the source language}
c906108c
SS
7798@table @code
7799@item show language
7800Display the current working language. This is the
7801language you can use with commands such as @code{print} to
7802build and compute expressions that may involve variables in your program.
7803
7804@item info frame
5d161b24 7805Display the source language for this frame. This language becomes the
c906108c 7806working language if you use an identifier from this frame.
5d161b24 7807@xref{Frame Info, ,Information about a frame}, to identify the other
c906108c
SS
7808information listed here.
7809
7810@item info source
7811Display the source language of this source file.
5d161b24 7812@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
7813information listed here.
7814@end table
7815
7816In unusual circumstances, you may have source files with extensions
7817not in the standard list. You can then set the extension associated
7818with a language explicitly:
7819
7820@kindex set extension-language
7821@kindex info extensions
7822@table @code
7823@item set extension-language @var{.ext} @var{language}
7824Set source files with extension @var{.ext} to be assumed to be in
7825the source language @var{language}.
7826
7827@item info extensions
7828List all the filename extensions and the associated languages.
7829@end table
7830
6d2ebf8b 7831@node Checks
c906108c
SS
7832@section Type and range checking
7833
7834@quotation
7835@emph{Warning:} In this release, the @value{GDBN} commands for type and range
7836checking are included, but they do not yet have any effect. This
7837section documents the intended facilities.
7838@end quotation
7839@c FIXME remove warning when type/range code added
7840
7841Some languages are designed to guard you against making seemingly common
7842errors through a series of compile- and run-time checks. These include
7843checking the type of arguments to functions and operators, and making
7844sure mathematical overflows are caught at run time. Checks such as
7845these help to ensure a program's correctness once it has been compiled
7846by eliminating type mismatches, and providing active checks for range
7847errors when your program is running.
7848
7849@value{GDBN} can check for conditions like the above if you wish.
7850Although @value{GDBN} does not check the statements in your program, it
7851can check expressions entered directly into @value{GDBN} for evaluation via
7852the @code{print} command, for example. As with the working language,
7853@value{GDBN} can also decide whether or not to check automatically based on
7854your program's source language. @xref{Support, ,Supported languages},
7855for the default settings of supported languages.
7856
7857@menu
7858* Type Checking:: An overview of type checking
7859* Range Checking:: An overview of range checking
7860@end menu
7861
7862@cindex type checking
7863@cindex checks, type
6d2ebf8b 7864@node Type Checking
c906108c
SS
7865@subsection An overview of type checking
7866
7867Some languages, such as Modula-2, are strongly typed, meaning that the
7868arguments to operators and functions have to be of the correct type,
7869otherwise an error occurs. These checks prevent type mismatch
7870errors from ever causing any run-time problems. For example,
7871
7872@smallexample
78731 + 2 @result{} 3
7874@exdent but
7875@error{} 1 + 2.3
7876@end smallexample
7877
7878The second example fails because the @code{CARDINAL} 1 is not
7879type-compatible with the @code{REAL} 2.3.
7880
5d161b24
DB
7881For the expressions you use in @value{GDBN} commands, you can tell the
7882@value{GDBN} type checker to skip checking;
7883to treat any mismatches as errors and abandon the expression;
7884or to only issue warnings when type mismatches occur,
c906108c
SS
7885but evaluate the expression anyway. When you choose the last of
7886these, @value{GDBN} evaluates expressions like the second example above, but
7887also issues a warning.
7888
5d161b24
DB
7889Even if you turn type checking off, there may be other reasons
7890related to type that prevent @value{GDBN} from evaluating an expression.
7891For instance, @value{GDBN} does not know how to add an @code{int} and
7892a @code{struct foo}. These particular type errors have nothing to do
7893with the language in use, and usually arise from expressions, such as
c906108c
SS
7894the one described above, which make little sense to evaluate anyway.
7895
7896Each language defines to what degree it is strict about type. For
7897instance, both Modula-2 and C require the arguments to arithmetical
7898operators to be numbers. In C, enumerated types and pointers can be
7899represented as numbers, so that they are valid arguments to mathematical
7900operators. @xref{Support, ,Supported languages}, for further
7901details on specific languages.
7902
7903@value{GDBN} provides some additional commands for controlling the type checker:
7904
d4f3574e 7905@kindex set check@r{, type}
c906108c
SS
7906@kindex set check type
7907@kindex show check type
7908@table @code
7909@item set check type auto
7910Set type checking on or off based on the current working language.
7911@xref{Support, ,Supported languages}, for the default settings for
7912each language.
7913
7914@item set check type on
7915@itemx set check type off
7916Set type checking on or off, overriding the default setting for the
7917current working language. Issue a warning if the setting does not
7918match the language default. If any type mismatches occur in
d4f3574e 7919evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
7920message and aborts evaluation of the expression.
7921
7922@item set check type warn
7923Cause the type checker to issue warnings, but to always attempt to
7924evaluate the expression. Evaluating the expression may still
7925be impossible for other reasons. For example, @value{GDBN} cannot add
7926numbers and structures.
7927
7928@item show type
5d161b24 7929Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
7930is setting it automatically.
7931@end table
7932
7933@cindex range checking
7934@cindex checks, range
6d2ebf8b 7935@node Range Checking
c906108c
SS
7936@subsection An overview of range checking
7937
7938In some languages (such as Modula-2), it is an error to exceed the
7939bounds of a type; this is enforced with run-time checks. Such range
7940checking is meant to ensure program correctness by making sure
7941computations do not overflow, or indices on an array element access do
7942not exceed the bounds of the array.
7943
7944For expressions you use in @value{GDBN} commands, you can tell
7945@value{GDBN} to treat range errors in one of three ways: ignore them,
7946always treat them as errors and abandon the expression, or issue
7947warnings but evaluate the expression anyway.
7948
7949A range error can result from numerical overflow, from exceeding an
7950array index bound, or when you type a constant that is not a member
7951of any type. Some languages, however, do not treat overflows as an
7952error. In many implementations of C, mathematical overflow causes the
7953result to ``wrap around'' to lower values---for example, if @var{m} is
7954the largest integer value, and @var{s} is the smallest, then
7955
474c8240 7956@smallexample
c906108c 7957@var{m} + 1 @result{} @var{s}
474c8240 7958@end smallexample
c906108c
SS
7959
7960This, too, is specific to individual languages, and in some cases
7961specific to individual compilers or machines. @xref{Support, ,
7962Supported languages}, for further details on specific languages.
7963
7964@value{GDBN} provides some additional commands for controlling the range checker:
7965
d4f3574e 7966@kindex set check@r{, range}
c906108c
SS
7967@kindex set check range
7968@kindex show check range
7969@table @code
7970@item set check range auto
7971Set range checking on or off based on the current working language.
7972@xref{Support, ,Supported languages}, for the default settings for
7973each language.
7974
7975@item set check range on
7976@itemx set check range off
7977Set range checking on or off, overriding the default setting for the
7978current working language. A warning is issued if the setting does not
c3f6f71d
JM
7979match the language default. If a range error occurs and range checking is on,
7980then a message is printed and evaluation of the expression is aborted.
c906108c
SS
7981
7982@item set check range warn
7983Output messages when the @value{GDBN} range checker detects a range error,
7984but attempt to evaluate the expression anyway. Evaluating the
7985expression may still be impossible for other reasons, such as accessing
7986memory that the process does not own (a typical example from many Unix
7987systems).
7988
7989@item show range
7990Show the current setting of the range checker, and whether or not it is
7991being set automatically by @value{GDBN}.
7992@end table
c906108c 7993
6d2ebf8b 7994@node Support
c906108c 7995@section Supported languages
c906108c 7996
b37303ee 7997@value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, assembly, and Modula-2.
cce74817 7998@c This is false ...
c906108c
SS
7999Some @value{GDBN} features may be used in expressions regardless of the
8000language you use: the @value{GDBN} @code{@@} and @code{::} operators,
8001and the @samp{@{type@}addr} construct (@pxref{Expressions,
8002,Expressions}) can be used with the constructs of any supported
8003language.
8004
8005The following sections detail to what degree each source language is
8006supported by @value{GDBN}. These sections are not meant to be language
8007tutorials or references, but serve only as a reference guide to what the
8008@value{GDBN} expression parser accepts, and what input and output
8009formats should look like for different languages. There are many good
8010books written on each of these languages; please look to these for a
8011language reference or tutorial.
8012
c906108c 8013@menu
b37303ee 8014* C:: C and C@t{++}
b383017d 8015* Objective-C:: Objective-C
b37303ee 8016* Modula-2:: Modula-2
c906108c
SS
8017@end menu
8018
6d2ebf8b 8019@node C
b37052ae 8020@subsection C and C@t{++}
7a292a7a 8021
b37052ae
EZ
8022@cindex C and C@t{++}
8023@cindex expressions in C or C@t{++}
c906108c 8024
b37052ae 8025Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
8026to both languages. Whenever this is the case, we discuss those languages
8027together.
8028
41afff9a
EZ
8029@cindex C@t{++}
8030@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
8031@cindex @sc{gnu} C@t{++}
8032The C@t{++} debugging facilities are jointly implemented by the C@t{++}
8033compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
8034effectively, you must compile your C@t{++} programs with a supported
8035C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
8036compiler (@code{aCC}).
8037
0179ffac
DC
8038For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
8039format; if it doesn't work on your system, try the stabs+ debugging
8040format. You can select those formats explicitly with the @code{g++}
8041command-line options @option{-gdwarf-2} and @option{-gstabs+}.
8042@xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
8043CC, gcc.info, Using @sc{gnu} CC}.
c906108c 8044
c906108c 8045@menu
b37052ae
EZ
8046* C Operators:: C and C@t{++} operators
8047* C Constants:: C and C@t{++} constants
8048* C plus plus expressions:: C@t{++} expressions
8049* C Defaults:: Default settings for C and C@t{++}
8050* C Checks:: C and C@t{++} type and range checks
c906108c 8051* Debugging C:: @value{GDBN} and C
b37052ae 8052* Debugging C plus plus:: @value{GDBN} features for C@t{++}
c906108c 8053@end menu
c906108c 8054
6d2ebf8b 8055@node C Operators
b37052ae 8056@subsubsection C and C@t{++} operators
7a292a7a 8057
b37052ae 8058@cindex C and C@t{++} operators
c906108c
SS
8059
8060Operators must be defined on values of specific types. For instance,
8061@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 8062often defined on groups of types.
c906108c 8063
b37052ae 8064For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
8065
8066@itemize @bullet
53a5351d 8067
c906108c 8068@item
c906108c 8069@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 8070specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
8071
8072@item
d4f3574e
SS
8073@emph{Floating-point types} include @code{float}, @code{double}, and
8074@code{long double} (if supported by the target platform).
c906108c
SS
8075
8076@item
53a5351d 8077@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
8078
8079@item
8080@emph{Scalar types} include all of the above.
53a5351d 8081
c906108c
SS
8082@end itemize
8083
8084@noindent
8085The following operators are supported. They are listed here
8086in order of increasing precedence:
8087
8088@table @code
8089@item ,
8090The comma or sequencing operator. Expressions in a comma-separated list
8091are evaluated from left to right, with the result of the entire
8092expression being the last expression evaluated.
8093
8094@item =
8095Assignment. The value of an assignment expression is the value
8096assigned. Defined on scalar types.
8097
8098@item @var{op}=
8099Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8100and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 8101@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
8102@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8103@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8104
8105@item ?:
8106The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
8107of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
8108integral type.
8109
8110@item ||
8111Logical @sc{or}. Defined on integral types.
8112
8113@item &&
8114Logical @sc{and}. Defined on integral types.
8115
8116@item |
8117Bitwise @sc{or}. Defined on integral types.
8118
8119@item ^
8120Bitwise exclusive-@sc{or}. Defined on integral types.
8121
8122@item &
8123Bitwise @sc{and}. Defined on integral types.
8124
8125@item ==@r{, }!=
8126Equality and inequality. Defined on scalar types. The value of these
8127expressions is 0 for false and non-zero for true.
8128
8129@item <@r{, }>@r{, }<=@r{, }>=
8130Less than, greater than, less than or equal, greater than or equal.
8131Defined on scalar types. The value of these expressions is 0 for false
8132and non-zero for true.
8133
8134@item <<@r{, }>>
8135left shift, and right shift. Defined on integral types.
8136
8137@item @@
8138The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8139
8140@item +@r{, }-
8141Addition and subtraction. Defined on integral types, floating-point types and
8142pointer types.
8143
8144@item *@r{, }/@r{, }%
8145Multiplication, division, and modulus. Multiplication and division are
8146defined on integral and floating-point types. Modulus is defined on
8147integral types.
8148
8149@item ++@r{, }--
8150Increment and decrement. When appearing before a variable, the
8151operation is performed before the variable is used in an expression;
8152when appearing after it, the variable's value is used before the
8153operation takes place.
8154
8155@item *
8156Pointer dereferencing. Defined on pointer types. Same precedence as
8157@code{++}.
8158
8159@item &
8160Address operator. Defined on variables. Same precedence as @code{++}.
8161
b37052ae
EZ
8162For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8163allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
c906108c 8164(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
b37052ae 8165where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 8166stored.
c906108c
SS
8167
8168@item -
8169Negative. Defined on integral and floating-point types. Same
8170precedence as @code{++}.
8171
8172@item !
8173Logical negation. Defined on integral types. Same precedence as
8174@code{++}.
8175
8176@item ~
8177Bitwise complement operator. Defined on integral types. Same precedence as
8178@code{++}.
8179
8180
8181@item .@r{, }->
8182Structure member, and pointer-to-structure member. For convenience,
8183@value{GDBN} regards the two as equivalent, choosing whether to dereference a
8184pointer based on the stored type information.
8185Defined on @code{struct} and @code{union} data.
8186
c906108c
SS
8187@item .*@r{, }->*
8188Dereferences of pointers to members.
c906108c
SS
8189
8190@item []
8191Array indexing. @code{@var{a}[@var{i}]} is defined as
8192@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
8193
8194@item ()
8195Function parameter list. Same precedence as @code{->}.
8196
c906108c 8197@item ::
b37052ae 8198C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 8199and @code{class} types.
c906108c
SS
8200
8201@item ::
7a292a7a
SS
8202Doubled colons also represent the @value{GDBN} scope operator
8203(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
8204above.
c906108c
SS
8205@end table
8206
c906108c
SS
8207If an operator is redefined in the user code, @value{GDBN} usually
8208attempts to invoke the redefined version instead of using the operator's
8209predefined meaning.
c906108c 8210
c906108c 8211@menu
5d161b24 8212* C Constants::
c906108c
SS
8213@end menu
8214
6d2ebf8b 8215@node C Constants
b37052ae 8216@subsubsection C and C@t{++} constants
c906108c 8217
b37052ae 8218@cindex C and C@t{++} constants
c906108c 8219
b37052ae 8220@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 8221following ways:
c906108c
SS
8222
8223@itemize @bullet
8224@item
8225Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
8226specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8227by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
8228@samp{l}, specifying that the constant should be treated as a
8229@code{long} value.
8230
8231@item
8232Floating point constants are a sequence of digits, followed by a decimal
8233point, followed by a sequence of digits, and optionally followed by an
8234exponent. An exponent is of the form:
8235@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8236sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
8237A floating-point constant may also end with a letter @samp{f} or
8238@samp{F}, specifying that the constant should be treated as being of
8239the @code{float} (as opposed to the default @code{double}) type; or with
8240a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8241constant.
c906108c
SS
8242
8243@item
8244Enumerated constants consist of enumerated identifiers, or their
8245integral equivalents.
8246
8247@item
8248Character constants are a single character surrounded by single quotes
8249(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 8250(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
8251be represented by a letter or by @dfn{escape sequences}, which are of
8252the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8253of the character's ordinal value; or of the form @samp{\@var{x}}, where
8254@samp{@var{x}} is a predefined special character---for example,
8255@samp{\n} for newline.
8256
8257@item
96a2c332
SS
8258String constants are a sequence of character constants surrounded by
8259double quotes (@code{"}). Any valid character constant (as described
8260above) may appear. Double quotes within the string must be preceded by
8261a backslash, so for instance @samp{"a\"b'c"} is a string of five
8262characters.
c906108c
SS
8263
8264@item
8265Pointer constants are an integral value. You can also write pointers
8266to constants using the C operator @samp{&}.
8267
8268@item
8269Array constants are comma-separated lists surrounded by braces @samp{@{}
8270and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8271integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8272and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8273@end itemize
8274
c906108c 8275@menu
5d161b24
DB
8276* C plus plus expressions::
8277* C Defaults::
8278* C Checks::
c906108c 8279
5d161b24 8280* Debugging C::
c906108c
SS
8281@end menu
8282
6d2ebf8b 8283@node C plus plus expressions
b37052ae
EZ
8284@subsubsection C@t{++} expressions
8285
8286@cindex expressions in C@t{++}
8287@value{GDBN} expression handling can interpret most C@t{++} expressions.
8288
0179ffac
DC
8289@cindex debugging C@t{++} programs
8290@cindex C@t{++} compilers
8291@cindex debug formats and C@t{++}
8292@cindex @value{NGCC} and C@t{++}
c906108c 8293@quotation
b37052ae 8294@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
0179ffac
DC
8295proper compiler and the proper debug format. Currently, @value{GDBN}
8296works best when debugging C@t{++} code that is compiled with
8297@value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8298@option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8299stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8300stabs+ as their default debug format, so you usually don't need to
8301specify a debug format explicitly. Other compilers and/or debug formats
8302are likely to work badly or not at all when using @value{GDBN} to debug
8303C@t{++} code.
c906108c 8304@end quotation
c906108c
SS
8305
8306@enumerate
8307
8308@cindex member functions
8309@item
8310Member function calls are allowed; you can use expressions like
8311
474c8240 8312@smallexample
c906108c 8313count = aml->GetOriginal(x, y)
474c8240 8314@end smallexample
c906108c 8315
41afff9a 8316@vindex this@r{, inside C@t{++} member functions}
b37052ae 8317@cindex namespace in C@t{++}
c906108c
SS
8318@item
8319While a member function is active (in the selected stack frame), your
8320expressions have the same namespace available as the member function;
8321that is, @value{GDBN} allows implicit references to the class instance
b37052ae 8322pointer @code{this} following the same rules as C@t{++}.
c906108c 8323
c906108c 8324@cindex call overloaded functions
d4f3574e 8325@cindex overloaded functions, calling
b37052ae 8326@cindex type conversions in C@t{++}
c906108c
SS
8327@item
8328You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 8329call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
8330perform overload resolution involving user-defined type conversions,
8331calls to constructors, or instantiations of templates that do not exist
8332in the program. It also cannot handle ellipsis argument lists or
8333default arguments.
8334
8335It does perform integral conversions and promotions, floating-point
8336promotions, arithmetic conversions, pointer conversions, conversions of
8337class objects to base classes, and standard conversions such as those of
8338functions or arrays to pointers; it requires an exact match on the
8339number of function arguments.
8340
8341Overload resolution is always performed, unless you have specified
8342@code{set overload-resolution off}. @xref{Debugging C plus plus,
b37052ae 8343,@value{GDBN} features for C@t{++}}.
c906108c 8344
d4f3574e 8345You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
8346explicit function signature to call an overloaded function, as in
8347@smallexample
8348p 'foo(char,int)'('x', 13)
8349@end smallexample
d4f3574e 8350
c906108c 8351The @value{GDBN} command-completion facility can simplify this;
d4f3574e 8352see @ref{Completion, ,Command completion}.
c906108c 8353
c906108c
SS
8354@cindex reference declarations
8355@item
b37052ae
EZ
8356@value{GDBN} understands variables declared as C@t{++} references; you can use
8357them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
8358dereferenced.
8359
8360In the parameter list shown when @value{GDBN} displays a frame, the values of
8361reference variables are not displayed (unlike other variables); this
8362avoids clutter, since references are often used for large structures.
8363The @emph{address} of a reference variable is always shown, unless
8364you have specified @samp{set print address off}.
8365
8366@item
b37052ae 8367@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
8368expressions can use it just as expressions in your program do. Since
8369one scope may be defined in another, you can use @code{::} repeatedly if
8370necessary, for example in an expression like
8371@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 8372resolving name scope by reference to source files, in both C and C@t{++}
c906108c
SS
8373debugging (@pxref{Variables, ,Program variables}).
8374@end enumerate
8375
b37052ae 8376In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
53a5351d
JM
8377calling virtual functions correctly, printing out virtual bases of
8378objects, calling functions in a base subobject, casting objects, and
8379invoking user-defined operators.
c906108c 8380
6d2ebf8b 8381@node C Defaults
b37052ae 8382@subsubsection C and C@t{++} defaults
7a292a7a 8383
b37052ae 8384@cindex C and C@t{++} defaults
c906108c 8385
c906108c
SS
8386If you allow @value{GDBN} to set type and range checking automatically, they
8387both default to @code{off} whenever the working language changes to
b37052ae 8388C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 8389selects the working language.
c906108c
SS
8390
8391If you allow @value{GDBN} to set the language automatically, it
8392recognizes source files whose names end with @file{.c}, @file{.C}, or
8393@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 8394these files, it sets the working language to C or C@t{++}.
c906108c
SS
8395@xref{Automatically, ,Having @value{GDBN} infer the source language},
8396for further details.
8397
c906108c
SS
8398@c Type checking is (a) primarily motivated by Modula-2, and (b)
8399@c unimplemented. If (b) changes, it might make sense to let this node
8400@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 8401
6d2ebf8b 8402@node C Checks
b37052ae 8403@subsubsection C and C@t{++} type and range checks
7a292a7a 8404
b37052ae 8405@cindex C and C@t{++} checks
c906108c 8406
b37052ae 8407By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
c906108c
SS
8408is not used. However, if you turn type checking on, @value{GDBN}
8409considers two variables type equivalent if:
8410
8411@itemize @bullet
8412@item
8413The two variables are structured and have the same structure, union, or
8414enumerated tag.
8415
8416@item
8417The two variables have the same type name, or types that have been
8418declared equivalent through @code{typedef}.
8419
8420@ignore
8421@c leaving this out because neither J Gilmore nor R Pesch understand it.
8422@c FIXME--beers?
8423@item
8424The two @code{struct}, @code{union}, or @code{enum} variables are
8425declared in the same declaration. (Note: this may not be true for all C
8426compilers.)
8427@end ignore
8428@end itemize
8429
8430Range checking, if turned on, is done on mathematical operations. Array
8431indices are not checked, since they are often used to index a pointer
8432that is not itself an array.
c906108c 8433
6d2ebf8b 8434@node Debugging C
c906108c 8435@subsubsection @value{GDBN} and C
c906108c
SS
8436
8437The @code{set print union} and @code{show print union} commands apply to
8438the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
8439inside a @code{struct} or @code{class} is also printed. Otherwise, it
8440appears as @samp{@{...@}}.
c906108c
SS
8441
8442The @code{@@} operator aids in the debugging of dynamic arrays, formed
8443with pointers and a memory allocation function. @xref{Expressions,
8444,Expressions}.
8445
c906108c 8446@menu
5d161b24 8447* Debugging C plus plus::
c906108c
SS
8448@end menu
8449
6d2ebf8b 8450@node Debugging C plus plus
b37052ae 8451@subsubsection @value{GDBN} features for C@t{++}
c906108c 8452
b37052ae 8453@cindex commands for C@t{++}
7a292a7a 8454
b37052ae
EZ
8455Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8456designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
8457
8458@table @code
8459@cindex break in overloaded functions
8460@item @r{breakpoint menus}
8461When you want a breakpoint in a function whose name is overloaded,
8462@value{GDBN} breakpoint menus help you specify which function definition
8463you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8464
b37052ae 8465@cindex overloading in C@t{++}
c906108c
SS
8466@item rbreak @var{regex}
8467Setting breakpoints using regular expressions is helpful for setting
8468breakpoints on overloaded functions that are not members of any special
8469classes.
8470@xref{Set Breaks, ,Setting breakpoints}.
8471
b37052ae 8472@cindex C@t{++} exception handling
c906108c
SS
8473@item catch throw
8474@itemx catch catch
b37052ae 8475Debug C@t{++} exception handling using these commands. @xref{Set
c906108c
SS
8476Catchpoints, , Setting catchpoints}.
8477
8478@cindex inheritance
8479@item ptype @var{typename}
8480Print inheritance relationships as well as other information for type
8481@var{typename}.
8482@xref{Symbols, ,Examining the Symbol Table}.
8483
b37052ae 8484@cindex C@t{++} symbol display
c906108c
SS
8485@item set print demangle
8486@itemx show print demangle
8487@itemx set print asm-demangle
8488@itemx show print asm-demangle
b37052ae
EZ
8489Control whether C@t{++} symbols display in their source form, both when
8490displaying code as C@t{++} source and when displaying disassemblies.
c906108c
SS
8491@xref{Print Settings, ,Print settings}.
8492
8493@item set print object
8494@itemx show print object
8495Choose whether to print derived (actual) or declared types of objects.
8496@xref{Print Settings, ,Print settings}.
8497
8498@item set print vtbl
8499@itemx show print vtbl
8500Control the format for printing virtual function tables.
8501@xref{Print Settings, ,Print settings}.
c906108c 8502(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 8503ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
8504
8505@kindex set overload-resolution
d4f3574e 8506@cindex overloaded functions, overload resolution
c906108c 8507@item set overload-resolution on
b37052ae 8508Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
8509is on. For overloaded functions, @value{GDBN} evaluates the arguments
8510and searches for a function whose signature matches the argument types,
b37052ae 8511using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
d4f3574e 8512expressions}, for details). If it cannot find a match, it emits a
c906108c
SS
8513message.
8514
8515@item set overload-resolution off
b37052ae 8516Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
8517overloaded functions that are not class member functions, @value{GDBN}
8518chooses the first function of the specified name that it finds in the
8519symbol table, whether or not its arguments are of the correct type. For
8520overloaded functions that are class member functions, @value{GDBN}
8521searches for a function whose signature @emph{exactly} matches the
8522argument types.
c906108c
SS
8523
8524@item @r{Overloaded symbol names}
8525You can specify a particular definition of an overloaded symbol, using
b37052ae 8526the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
8527@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8528also use the @value{GDBN} command-line word completion facilities to list the
8529available choices, or to finish the type list for you.
8530@xref{Completion,, Command completion}, for details on how to do this.
8531@end table
c906108c 8532
b37303ee
AF
8533@node Objective-C
8534@subsection Objective-C
8535
8536@cindex Objective-C
8537This section provides information about some commands and command
8538options that are useful for debugging Objective-C code.
8539
8540@menu
b383017d
RM
8541* Method Names in Commands::
8542* The Print Command with Objective-C::
b37303ee
AF
8543@end menu
8544
8545@node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8546@subsubsection Method Names in Commands
8547
8548The following commands have been extended to accept Objective-C method
8549names as line specifications:
8550
8551@kindex clear@r{, and Objective-C}
8552@kindex break@r{, and Objective-C}
8553@kindex info line@r{, and Objective-C}
8554@kindex jump@r{, and Objective-C}
8555@kindex list@r{, and Objective-C}
8556@itemize
8557@item @code{clear}
8558@item @code{break}
8559@item @code{info line}
8560@item @code{jump}
8561@item @code{list}
8562@end itemize
8563
8564A fully qualified Objective-C method name is specified as
8565
8566@smallexample
8567-[@var{Class} @var{methodName}]
8568@end smallexample
8569
c552b3bb
JM
8570where the minus sign is used to indicate an instance method and a
8571plus sign (not shown) is used to indicate a class method. The class
8572name @var{Class} and method name @var{methodName} are enclosed in
8573brackets, similar to the way messages are specified in Objective-C
8574source code. For example, to set a breakpoint at the @code{create}
8575instance method of class @code{Fruit} in the program currently being
8576debugged, enter:
b37303ee
AF
8577
8578@smallexample
8579break -[Fruit create]
8580@end smallexample
8581
8582To list ten program lines around the @code{initialize} class method,
8583enter:
8584
8585@smallexample
8586list +[NSText initialize]
8587@end smallexample
8588
c552b3bb
JM
8589In the current version of @value{GDBN}, the plus or minus sign is
8590required. In future versions of @value{GDBN}, the plus or minus
8591sign will be optional, but you can use it to narrow the search. It
8592is also possible to specify just a method name:
b37303ee
AF
8593
8594@smallexample
8595break create
8596@end smallexample
8597
8598You must specify the complete method name, including any colons. If
8599your program's source files contain more than one @code{create} method,
8600you'll be presented with a numbered list of classes that implement that
8601method. Indicate your choice by number, or type @samp{0} to exit if
8602none apply.
8603
8604As another example, to clear a breakpoint established at the
8605@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
8606
8607@smallexample
8608clear -[NSWindow makeKeyAndOrderFront:]
8609@end smallexample
8610
8611@node The Print Command with Objective-C
8612@subsubsection The Print Command With Objective-C
c552b3bb
JM
8613@kindex print-object
8614@kindex po @r{(@code{print-object})}
b37303ee 8615
c552b3bb 8616The print command has also been extended to accept methods. For example:
b37303ee
AF
8617
8618@smallexample
c552b3bb 8619print -[@var{object} hash]
b37303ee
AF
8620@end smallexample
8621
8622@cindex print an Objective-C object description
c552b3bb
JM
8623@cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
8624@noindent
8625will tell @value{GDBN} to send the @code{hash} message to @var{object}
8626and print the result. Also, an additional command has been added,
8627@code{print-object} or @code{po} for short, which is meant to print
8628the description of an object. However, this command may only work
8629with certain Objective-C libraries that have a particular hook
8630function, @code{_NSPrintForDebugger}, defined.
b37303ee
AF
8631
8632@node Modula-2, , Objective-C, Support
c906108c 8633@subsection Modula-2
7a292a7a 8634
d4f3574e 8635@cindex Modula-2, @value{GDBN} support
c906108c
SS
8636
8637The extensions made to @value{GDBN} to support Modula-2 only support
8638output from the @sc{gnu} Modula-2 compiler (which is currently being
8639developed). Other Modula-2 compilers are not currently supported, and
8640attempting to debug executables produced by them is most likely
8641to give an error as @value{GDBN} reads in the executable's symbol
8642table.
8643
8644@cindex expressions in Modula-2
8645@menu
8646* M2 Operators:: Built-in operators
8647* Built-In Func/Proc:: Built-in functions and procedures
8648* M2 Constants:: Modula-2 constants
8649* M2 Defaults:: Default settings for Modula-2
8650* Deviations:: Deviations from standard Modula-2
8651* M2 Checks:: Modula-2 type and range checks
8652* M2 Scope:: The scope operators @code{::} and @code{.}
8653* GDB/M2:: @value{GDBN} and Modula-2
8654@end menu
8655
6d2ebf8b 8656@node M2 Operators
c906108c
SS
8657@subsubsection Operators
8658@cindex Modula-2 operators
8659
8660Operators must be defined on values of specific types. For instance,
8661@code{+} is defined on numbers, but not on structures. Operators are
8662often defined on groups of types. For the purposes of Modula-2, the
8663following definitions hold:
8664
8665@itemize @bullet
8666
8667@item
8668@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
8669their subranges.
8670
8671@item
8672@emph{Character types} consist of @code{CHAR} and its subranges.
8673
8674@item
8675@emph{Floating-point types} consist of @code{REAL}.
8676
8677@item
8678@emph{Pointer types} consist of anything declared as @code{POINTER TO
8679@var{type}}.
8680
8681@item
8682@emph{Scalar types} consist of all of the above.
8683
8684@item
8685@emph{Set types} consist of @code{SET} and @code{BITSET} types.
8686
8687@item
8688@emph{Boolean types} consist of @code{BOOLEAN}.
8689@end itemize
8690
8691@noindent
8692The following operators are supported, and appear in order of
8693increasing precedence:
8694
8695@table @code
8696@item ,
8697Function argument or array index separator.
8698
8699@item :=
8700Assignment. The value of @var{var} @code{:=} @var{value} is
8701@var{value}.
8702
8703@item <@r{, }>
8704Less than, greater than on integral, floating-point, or enumerated
8705types.
8706
8707@item <=@r{, }>=
96a2c332 8708Less than or equal to, greater than or equal to
c906108c
SS
8709on integral, floating-point and enumerated types, or set inclusion on
8710set types. Same precedence as @code{<}.
8711
8712@item =@r{, }<>@r{, }#
8713Equality and two ways of expressing inequality, valid on scalar types.
8714Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
8715available for inequality, since @code{#} conflicts with the script
8716comment character.
8717
8718@item IN
8719Set membership. Defined on set types and the types of their members.
8720Same precedence as @code{<}.
8721
8722@item OR
8723Boolean disjunction. Defined on boolean types.
8724
8725@item AND@r{, }&
d4f3574e 8726Boolean conjunction. Defined on boolean types.
c906108c
SS
8727
8728@item @@
8729The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8730
8731@item +@r{, }-
8732Addition and subtraction on integral and floating-point types, or union
8733and difference on set types.
8734
8735@item *
8736Multiplication on integral and floating-point types, or set intersection
8737on set types.
8738
8739@item /
8740Division on floating-point types, or symmetric set difference on set
8741types. Same precedence as @code{*}.
8742
8743@item DIV@r{, }MOD
8744Integer division and remainder. Defined on integral types. Same
8745precedence as @code{*}.
8746
8747@item -
8748Negative. Defined on @code{INTEGER} and @code{REAL} data.
8749
8750@item ^
8751Pointer dereferencing. Defined on pointer types.
8752
8753@item NOT
8754Boolean negation. Defined on boolean types. Same precedence as
8755@code{^}.
8756
8757@item .
8758@code{RECORD} field selector. Defined on @code{RECORD} data. Same
8759precedence as @code{^}.
8760
8761@item []
8762Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
8763
8764@item ()
8765Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
8766as @code{^}.
8767
8768@item ::@r{, }.
8769@value{GDBN} and Modula-2 scope operators.
8770@end table
8771
8772@quotation
8773@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
8774treats the use of the operator @code{IN}, or the use of operators
8775@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
8776@code{<=}, and @code{>=} on sets as an error.
8777@end quotation
8778
cb51c4e0 8779
6d2ebf8b 8780@node Built-In Func/Proc
c906108c 8781@subsubsection Built-in functions and procedures
cb51c4e0 8782@cindex Modula-2 built-ins
c906108c
SS
8783
8784Modula-2 also makes available several built-in procedures and functions.
8785In describing these, the following metavariables are used:
8786
8787@table @var
8788
8789@item a
8790represents an @code{ARRAY} variable.
8791
8792@item c
8793represents a @code{CHAR} constant or variable.
8794
8795@item i
8796represents a variable or constant of integral type.
8797
8798@item m
8799represents an identifier that belongs to a set. Generally used in the
8800same function with the metavariable @var{s}. The type of @var{s} should
8801be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
8802
8803@item n
8804represents a variable or constant of integral or floating-point type.
8805
8806@item r
8807represents a variable or constant of floating-point type.
8808
8809@item t
8810represents a type.
8811
8812@item v
8813represents a variable.
8814
8815@item x
8816represents a variable or constant of one of many types. See the
8817explanation of the function for details.
8818@end table
8819
8820All Modula-2 built-in procedures also return a result, described below.
8821
8822@table @code
8823@item ABS(@var{n})
8824Returns the absolute value of @var{n}.
8825
8826@item CAP(@var{c})
8827If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 8828equivalent, otherwise it returns its argument.
c906108c
SS
8829
8830@item CHR(@var{i})
8831Returns the character whose ordinal value is @var{i}.
8832
8833@item DEC(@var{v})
c3f6f71d 8834Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8835
8836@item DEC(@var{v},@var{i})
8837Decrements the value in the variable @var{v} by @var{i}. Returns the
8838new value.
8839
8840@item EXCL(@var{m},@var{s})
8841Removes the element @var{m} from the set @var{s}. Returns the new
8842set.
8843
8844@item FLOAT(@var{i})
8845Returns the floating point equivalent of the integer @var{i}.
8846
8847@item HIGH(@var{a})
8848Returns the index of the last member of @var{a}.
8849
8850@item INC(@var{v})
c3f6f71d 8851Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8852
8853@item INC(@var{v},@var{i})
8854Increments the value in the variable @var{v} by @var{i}. Returns the
8855new value.
8856
8857@item INCL(@var{m},@var{s})
8858Adds the element @var{m} to the set @var{s} if it is not already
8859there. Returns the new set.
8860
8861@item MAX(@var{t})
8862Returns the maximum value of the type @var{t}.
8863
8864@item MIN(@var{t})
8865Returns the minimum value of the type @var{t}.
8866
8867@item ODD(@var{i})
8868Returns boolean TRUE if @var{i} is an odd number.
8869
8870@item ORD(@var{x})
8871Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
8872value of a character is its @sc{ascii} value (on machines supporting the
8873@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
8874integral, character and enumerated types.
8875
8876@item SIZE(@var{x})
8877Returns the size of its argument. @var{x} can be a variable or a type.
8878
8879@item TRUNC(@var{r})
8880Returns the integral part of @var{r}.
8881
8882@item VAL(@var{t},@var{i})
8883Returns the member of the type @var{t} whose ordinal value is @var{i}.
8884@end table
8885
8886@quotation
8887@emph{Warning:} Sets and their operations are not yet supported, so
8888@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
8889an error.
8890@end quotation
8891
8892@cindex Modula-2 constants
6d2ebf8b 8893@node M2 Constants
c906108c
SS
8894@subsubsection Constants
8895
8896@value{GDBN} allows you to express the constants of Modula-2 in the following
8897ways:
8898
8899@itemize @bullet
8900
8901@item
8902Integer constants are simply a sequence of digits. When used in an
8903expression, a constant is interpreted to be type-compatible with the
8904rest of the expression. Hexadecimal integers are specified by a
8905trailing @samp{H}, and octal integers by a trailing @samp{B}.
8906
8907@item
8908Floating point constants appear as a sequence of digits, followed by a
8909decimal point and another sequence of digits. An optional exponent can
8910then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
8911@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
8912digits of the floating point constant must be valid decimal (base 10)
8913digits.
8914
8915@item
8916Character constants consist of a single character enclosed by a pair of
8917like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 8918also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
8919followed by a @samp{C}.
8920
8921@item
8922String constants consist of a sequence of characters enclosed by a
8923pair of like quotes, either single (@code{'}) or double (@code{"}).
8924Escape sequences in the style of C are also allowed. @xref{C
b37052ae 8925Constants, ,C and C@t{++} constants}, for a brief explanation of escape
c906108c
SS
8926sequences.
8927
8928@item
8929Enumerated constants consist of an enumerated identifier.
8930
8931@item
8932Boolean constants consist of the identifiers @code{TRUE} and
8933@code{FALSE}.
8934
8935@item
8936Pointer constants consist of integral values only.
8937
8938@item
8939Set constants are not yet supported.
8940@end itemize
8941
6d2ebf8b 8942@node M2 Defaults
c906108c
SS
8943@subsubsection Modula-2 defaults
8944@cindex Modula-2 defaults
8945
8946If type and range checking are set automatically by @value{GDBN}, they
8947both default to @code{on} whenever the working language changes to
d4f3574e 8948Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
8949selected the working language.
8950
8951If you allow @value{GDBN} to set the language automatically, then entering
8952code compiled from a file whose name ends with @file{.mod} sets the
d4f3574e 8953working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c906108c
SS
8954the language automatically}, for further details.
8955
6d2ebf8b 8956@node Deviations
c906108c
SS
8957@subsubsection Deviations from standard Modula-2
8958@cindex Modula-2, deviations from
8959
8960A few changes have been made to make Modula-2 programs easier to debug.
8961This is done primarily via loosening its type strictness:
8962
8963@itemize @bullet
8964@item
8965Unlike in standard Modula-2, pointer constants can be formed by
8966integers. This allows you to modify pointer variables during
8967debugging. (In standard Modula-2, the actual address contained in a
8968pointer variable is hidden from you; it can only be modified
8969through direct assignment to another pointer variable or expression that
8970returned a pointer.)
8971
8972@item
8973C escape sequences can be used in strings and characters to represent
8974non-printable characters. @value{GDBN} prints out strings with these
8975escape sequences embedded. Single non-printable characters are
8976printed using the @samp{CHR(@var{nnn})} format.
8977
8978@item
8979The assignment operator (@code{:=}) returns the value of its right-hand
8980argument.
8981
8982@item
8983All built-in procedures both modify @emph{and} return their argument.
8984@end itemize
8985
6d2ebf8b 8986@node M2 Checks
c906108c
SS
8987@subsubsection Modula-2 type and range checks
8988@cindex Modula-2 checks
8989
8990@quotation
8991@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
8992range checking.
8993@end quotation
8994@c FIXME remove warning when type/range checks added
8995
8996@value{GDBN} considers two Modula-2 variables type equivalent if:
8997
8998@itemize @bullet
8999@item
9000They are of types that have been declared equivalent via a @code{TYPE
9001@var{t1} = @var{t2}} statement
9002
9003@item
9004They have been declared on the same line. (Note: This is true of the
9005@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
9006@end itemize
9007
9008As long as type checking is enabled, any attempt to combine variables
9009whose types are not equivalent is an error.
9010
9011Range checking is done on all mathematical operations, assignment, array
9012index bounds, and all built-in functions and procedures.
9013
6d2ebf8b 9014@node M2 Scope
c906108c
SS
9015@subsubsection The scope operators @code{::} and @code{.}
9016@cindex scope
41afff9a 9017@cindex @code{.}, Modula-2 scope operator
c906108c
SS
9018@cindex colon, doubled as scope operator
9019@ifinfo
41afff9a 9020@vindex colon-colon@r{, in Modula-2}
c906108c
SS
9021@c Info cannot handle :: but TeX can.
9022@end ifinfo
9023@iftex
41afff9a 9024@vindex ::@r{, in Modula-2}
c906108c
SS
9025@end iftex
9026
9027There are a few subtle differences between the Modula-2 scope operator
9028(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
9029similar syntax:
9030
474c8240 9031@smallexample
c906108c
SS
9032
9033@var{module} . @var{id}
9034@var{scope} :: @var{id}
474c8240 9035@end smallexample
c906108c
SS
9036
9037@noindent
9038where @var{scope} is the name of a module or a procedure,
9039@var{module} the name of a module, and @var{id} is any declared
9040identifier within your program, except another module.
9041
9042Using the @code{::} operator makes @value{GDBN} search the scope
9043specified by @var{scope} for the identifier @var{id}. If it is not
9044found in the specified scope, then @value{GDBN} searches all scopes
9045enclosing the one specified by @var{scope}.
9046
9047Using the @code{.} operator makes @value{GDBN} search the current scope for
9048the identifier specified by @var{id} that was imported from the
9049definition module specified by @var{module}. With this operator, it is
9050an error if the identifier @var{id} was not imported from definition
9051module @var{module}, or if @var{id} is not an identifier in
9052@var{module}.
9053
6d2ebf8b 9054@node GDB/M2
c906108c
SS
9055@subsubsection @value{GDBN} and Modula-2
9056
9057Some @value{GDBN} commands have little use when debugging Modula-2 programs.
9058Five subcommands of @code{set print} and @code{show print} apply
b37052ae 9059specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 9060@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 9061apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
9062analogue in Modula-2.
9063
9064The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 9065with any language, is not useful with Modula-2. Its
c906108c 9066intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 9067created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 9068address can be specified by an integral constant, the construct
d4f3574e 9069@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
9070
9071@cindex @code{#} in Modula-2
9072In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
9073interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 9074
4e562065
JB
9075@node Unsupported languages
9076@section Unsupported languages
9077
9078@cindex unsupported languages
9079@cindex minimal language
9080In addition to the other fully-supported programming languages,
9081@value{GDBN} also provides a pseudo-language, called @code{minimal}.
9082It does not represent a real programming language, but provides a set
9083of capabilities close to what the C or assembly languages provide.
9084This should allow most simple operations to be performed while debugging
9085an application that uses a language currently not supported by @value{GDBN}.
9086
9087If the language is set to @code{auto}, @value{GDBN} will automatically
9088select this language if the current frame corresponds to an unsupported
9089language.
9090
6d2ebf8b 9091@node Symbols
c906108c
SS
9092@chapter Examining the Symbol Table
9093
d4f3574e 9094The commands described in this chapter allow you to inquire about the
c906108c
SS
9095symbols (names of variables, functions and types) defined in your
9096program. This information is inherent in the text of your program and
9097does not change as your program executes. @value{GDBN} finds it in your
9098program's symbol table, in the file indicated when you started @value{GDBN}
9099(@pxref{File Options, ,Choosing files}), or by one of the
9100file-management commands (@pxref{Files, ,Commands to specify files}).
9101
9102@cindex symbol names
9103@cindex names of symbols
9104@cindex quoting names
9105Occasionally, you may need to refer to symbols that contain unusual
9106characters, which @value{GDBN} ordinarily treats as word delimiters. The
9107most frequent case is in referring to static variables in other
9108source files (@pxref{Variables,,Program variables}). File names
9109are recorded in object files as debugging symbols, but @value{GDBN} would
9110ordinarily parse a typical file name, like @file{foo.c}, as the three words
9111@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
9112@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9113
474c8240 9114@smallexample
c906108c 9115p 'foo.c'::x
474c8240 9116@end smallexample
c906108c
SS
9117
9118@noindent
9119looks up the value of @code{x} in the scope of the file @file{foo.c}.
9120
9121@table @code
9122@kindex info address
b37052ae 9123@cindex address of a symbol
c906108c
SS
9124@item info address @var{symbol}
9125Describe where the data for @var{symbol} is stored. For a register
9126variable, this says which register it is kept in. For a non-register
9127local variable, this prints the stack-frame offset at which the variable
9128is always stored.
9129
9130Note the contrast with @samp{print &@var{symbol}}, which does not work
9131at all for a register variable, and for a stack local variable prints
9132the exact address of the current instantiation of the variable.
9133
3d67e040 9134@kindex info symbol
b37052ae 9135@cindex symbol from address
3d67e040
EZ
9136@item info symbol @var{addr}
9137Print the name of a symbol which is stored at the address @var{addr}.
9138If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9139nearest symbol and an offset from it:
9140
474c8240 9141@smallexample
3d67e040
EZ
9142(@value{GDBP}) info symbol 0x54320
9143_initialize_vx + 396 in section .text
474c8240 9144@end smallexample
3d67e040
EZ
9145
9146@noindent
9147This is the opposite of the @code{info address} command. You can use
9148it to find out the name of a variable or a function given its address.
9149
c906108c 9150@kindex whatis
d4f3574e
SS
9151@item whatis @var{expr}
9152Print the data type of expression @var{expr}. @var{expr} is not
c906108c
SS
9153actually evaluated, and any side-effecting operations (such as
9154assignments or function calls) inside it do not take place.
9155@xref{Expressions, ,Expressions}.
9156
9157@item whatis
9158Print the data type of @code{$}, the last value in the value history.
9159
9160@kindex ptype
9161@item ptype @var{typename}
9162Print a description of data type @var{typename}. @var{typename} may be
7a292a7a
SS
9163the name of a type, or for C code it may have the form @samp{class
9164@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9165@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 9166
d4f3574e 9167@item ptype @var{expr}
c906108c 9168@itemx ptype
d4f3574e 9169Print a description of the type of expression @var{expr}. @code{ptype}
c906108c
SS
9170differs from @code{whatis} by printing a detailed description, instead
9171of just the name of the type.
9172
9173For example, for this variable declaration:
9174
474c8240 9175@smallexample
c906108c 9176struct complex @{double real; double imag;@} v;
474c8240 9177@end smallexample
c906108c
SS
9178
9179@noindent
9180the two commands give this output:
9181
474c8240 9182@smallexample
c906108c
SS
9183@group
9184(@value{GDBP}) whatis v
9185type = struct complex
9186(@value{GDBP}) ptype v
9187type = struct complex @{
9188 double real;
9189 double imag;
9190@}
9191@end group
474c8240 9192@end smallexample
c906108c
SS
9193
9194@noindent
9195As with @code{whatis}, using @code{ptype} without an argument refers to
9196the type of @code{$}, the last value in the value history.
9197
9198@kindex info types
9199@item info types @var{regexp}
9200@itemx info types
d4f3574e 9201Print a brief description of all types whose names match @var{regexp}
c906108c
SS
9202(or all types in your program, if you supply no argument). Each
9203complete typename is matched as though it were a complete line; thus,
9204@samp{i type value} gives information on all types in your program whose
d4f3574e 9205names include the string @code{value}, but @samp{i type ^value$} gives
c906108c
SS
9206information only on types whose complete name is @code{value}.
9207
9208This command differs from @code{ptype} in two ways: first, like
9209@code{whatis}, it does not print a detailed description; second, it
9210lists all source files where a type is defined.
9211
b37052ae
EZ
9212@kindex info scope
9213@cindex local variables
9214@item info scope @var{addr}
9215List all the variables local to a particular scope. This command
9216accepts a location---a function name, a source line, or an address
9217preceded by a @samp{*}, and prints all the variables local to the
9218scope defined by that location. For example:
9219
9220@smallexample
9221(@value{GDBP}) @b{info scope command_line_handler}
9222Scope for command_line_handler:
9223Symbol rl is an argument at stack/frame offset 8, length 4.
9224Symbol linebuffer is in static storage at address 0x150a18, length 4.
9225Symbol linelength is in static storage at address 0x150a1c, length 4.
9226Symbol p is a local variable in register $esi, length 4.
9227Symbol p1 is a local variable in register $ebx, length 4.
9228Symbol nline is a local variable in register $edx, length 4.
9229Symbol repeat is a local variable at frame offset -8, length 4.
9230@end smallexample
9231
f5c37c66
EZ
9232@noindent
9233This command is especially useful for determining what data to collect
9234during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
9235collect}.
9236
c906108c
SS
9237@kindex info source
9238@item info source
919d772c
JB
9239Show information about the current source file---that is, the source file for
9240the function containing the current point of execution:
9241@itemize @bullet
9242@item
9243the name of the source file, and the directory containing it,
9244@item
9245the directory it was compiled in,
9246@item
9247its length, in lines,
9248@item
9249which programming language it is written in,
9250@item
9251whether the executable includes debugging information for that file, and
9252if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
9253@item
9254whether the debugging information includes information about
9255preprocessor macros.
9256@end itemize
9257
c906108c
SS
9258
9259@kindex info sources
9260@item info sources
9261Print the names of all source files in your program for which there is
9262debugging information, organized into two lists: files whose symbols
9263have already been read, and files whose symbols will be read when needed.
9264
9265@kindex info functions
9266@item info functions
9267Print the names and data types of all defined functions.
9268
9269@item info functions @var{regexp}
9270Print the names and data types of all defined functions
9271whose names contain a match for regular expression @var{regexp}.
9272Thus, @samp{info fun step} finds all functions whose names
9273include @code{step}; @samp{info fun ^step} finds those whose names
b383017d
RM
9274start with @code{step}. If a function name contains characters
9275that conflict with the regular expression language (eg.
1c5dfdad 9276@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
9277
9278@kindex info variables
9279@item info variables
9280Print the names and data types of all variables that are declared
6ca652b0 9281outside of functions (i.e.@: excluding local variables).
c906108c
SS
9282
9283@item info variables @var{regexp}
9284Print the names and data types of all variables (except for local
9285variables) whose names contain a match for regular expression
9286@var{regexp}.
9287
b37303ee
AF
9288@kindex info classes
9289@item info classes
9290@itemx info classes @var{regexp}
9291Display all Objective-C classes in your program, or
9292(with the @var{regexp} argument) all those matching a particular regular
9293expression.
9294
9295@kindex info selectors
9296@item info selectors
9297@itemx info selectors @var{regexp}
9298Display all Objective-C selectors in your program, or
9299(with the @var{regexp} argument) all those matching a particular regular
9300expression.
9301
c906108c
SS
9302@ignore
9303This was never implemented.
9304@kindex info methods
9305@item info methods
9306@itemx info methods @var{regexp}
9307The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
9308methods within C@t{++} program, or (with the @var{regexp} argument) a
9309specific set of methods found in the various C@t{++} classes. Many
9310C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
9311from the @code{ptype} command can be overwhelming and hard to use. The
9312@code{info-methods} command filters the methods, printing only those
9313which match the regular-expression @var{regexp}.
9314@end ignore
9315
c906108c
SS
9316@cindex reloading symbols
9317Some systems allow individual object files that make up your program to
7a292a7a
SS
9318be replaced without stopping and restarting your program. For example,
9319in VxWorks you can simply recompile a defective object file and keep on
9320running. If you are running on one of these systems, you can allow
9321@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
9322
9323@table @code
9324@kindex set symbol-reloading
9325@item set symbol-reloading on
9326Replace symbol definitions for the corresponding source file when an
9327object file with a particular name is seen again.
9328
9329@item set symbol-reloading off
6d2ebf8b
SS
9330Do not replace symbol definitions when encountering object files of the
9331same name more than once. This is the default state; if you are not
9332running on a system that permits automatic relinking of modules, you
9333should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
9334may discard symbols when linking large programs, that may contain
9335several modules (from different directories or libraries) with the same
9336name.
c906108c
SS
9337
9338@kindex show symbol-reloading
9339@item show symbol-reloading
9340Show the current @code{on} or @code{off} setting.
9341@end table
c906108c 9342
c906108c
SS
9343@kindex set opaque-type-resolution
9344@item set opaque-type-resolution on
9345Tell @value{GDBN} to resolve opaque types. An opaque type is a type
9346declared as a pointer to a @code{struct}, @code{class}, or
9347@code{union}---for example, @code{struct MyType *}---that is used in one
9348source file although the full declaration of @code{struct MyType} is in
9349another source file. The default is on.
9350
9351A change in the setting of this subcommand will not take effect until
9352the next time symbols for a file are loaded.
9353
9354@item set opaque-type-resolution off
9355Tell @value{GDBN} not to resolve opaque types. In this case, the type
9356is printed as follows:
9357@smallexample
9358@{<no data fields>@}
9359@end smallexample
9360
9361@kindex show opaque-type-resolution
9362@item show opaque-type-resolution
9363Show whether opaque types are resolved or not.
c906108c
SS
9364
9365@kindex maint print symbols
9366@cindex symbol dump
9367@kindex maint print psymbols
9368@cindex partial symbol dump
9369@item maint print symbols @var{filename}
9370@itemx maint print psymbols @var{filename}
9371@itemx maint print msymbols @var{filename}
9372Write a dump of debugging symbol data into the file @var{filename}.
9373These commands are used to debug the @value{GDBN} symbol-reading code. Only
9374symbols with debugging data are included. If you use @samp{maint print
9375symbols}, @value{GDBN} includes all the symbols for which it has already
9376collected full details: that is, @var{filename} reflects symbols for
9377only those files whose symbols @value{GDBN} has read. You can use the
9378command @code{info sources} to find out which files these are. If you
9379use @samp{maint print psymbols} instead, the dump shows information about
9380symbols that @value{GDBN} only knows partially---that is, symbols defined in
9381files that @value{GDBN} has skimmed, but not yet read completely. Finally,
9382@samp{maint print msymbols} dumps just the minimal symbol information
9383required for each object file from which @value{GDBN} has read some symbols.
9384@xref{Files, ,Commands to specify files}, for a discussion of how
9385@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 9386
5e7b2f39
JB
9387@kindex maint info symtabs
9388@kindex maint info psymtabs
44ea7b70
JB
9389@cindex listing @value{GDBN}'s internal symbol tables
9390@cindex symbol tables, listing @value{GDBN}'s internal
9391@cindex full symbol tables, listing @value{GDBN}'s internal
9392@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
9393@item maint info symtabs @r{[} @var{regexp} @r{]}
9394@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
9395
9396List the @code{struct symtab} or @code{struct partial_symtab}
9397structures whose names match @var{regexp}. If @var{regexp} is not
9398given, list them all. The output includes expressions which you can
9399copy into a @value{GDBN} debugging this one to examine a particular
9400structure in more detail. For example:
9401
9402@smallexample
5e7b2f39 9403(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
9404@{ objfile /home/gnu/build/gdb/gdb
9405 ((struct objfile *) 0x82e69d0)
b383017d 9406 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
9407 ((struct partial_symtab *) 0x8474b10)
9408 readin no
9409 fullname (null)
9410 text addresses 0x814d3c8 -- 0x8158074
9411 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
9412 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
9413 dependencies (none)
9414 @}
9415@}
5e7b2f39 9416(@value{GDBP}) maint info symtabs
44ea7b70
JB
9417(@value{GDBP})
9418@end smallexample
9419@noindent
9420We see that there is one partial symbol table whose filename contains
9421the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
9422and we see that @value{GDBN} has not read in any symtabs yet at all.
9423If we set a breakpoint on a function, that will cause @value{GDBN} to
9424read the symtab for the compilation unit containing that function:
9425
9426@smallexample
9427(@value{GDBP}) break dwarf2_psymtab_to_symtab
9428Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
9429line 1574.
5e7b2f39 9430(@value{GDBP}) maint info symtabs
b383017d 9431@{ objfile /home/gnu/build/gdb/gdb
44ea7b70 9432 ((struct objfile *) 0x82e69d0)
b383017d 9433 @{ symtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
9434 ((struct symtab *) 0x86c1f38)
9435 dirname (null)
9436 fullname (null)
9437 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
9438 debugformat DWARF 2
9439 @}
9440@}
b383017d 9441(@value{GDBP})
44ea7b70 9442@end smallexample
c906108c
SS
9443@end table
9444
44ea7b70 9445
6d2ebf8b 9446@node Altering
c906108c
SS
9447@chapter Altering Execution
9448
9449Once you think you have found an error in your program, you might want to
9450find out for certain whether correcting the apparent error would lead to
9451correct results in the rest of the run. You can find the answer by
9452experiment, using the @value{GDBN} features for altering execution of the
9453program.
9454
9455For example, you can store new values into variables or memory
7a292a7a
SS
9456locations, give your program a signal, restart it at a different
9457address, or even return prematurely from a function.
c906108c
SS
9458
9459@menu
9460* Assignment:: Assignment to variables
9461* Jumping:: Continuing at a different address
c906108c 9462* Signaling:: Giving your program a signal
c906108c
SS
9463* Returning:: Returning from a function
9464* Calling:: Calling your program's functions
9465* Patching:: Patching your program
9466@end menu
9467
6d2ebf8b 9468@node Assignment
c906108c
SS
9469@section Assignment to variables
9470
9471@cindex assignment
9472@cindex setting variables
9473To alter the value of a variable, evaluate an assignment expression.
9474@xref{Expressions, ,Expressions}. For example,
9475
474c8240 9476@smallexample
c906108c 9477print x=4
474c8240 9478@end smallexample
c906108c
SS
9479
9480@noindent
9481stores the value 4 into the variable @code{x}, and then prints the
5d161b24 9482value of the assignment expression (which is 4).
c906108c
SS
9483@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
9484information on operators in supported languages.
c906108c
SS
9485
9486@kindex set variable
9487@cindex variables, setting
9488If you are not interested in seeing the value of the assignment, use the
9489@code{set} command instead of the @code{print} command. @code{set} is
9490really the same as @code{print} except that the expression's value is
9491not printed and is not put in the value history (@pxref{Value History,
9492,Value history}). The expression is evaluated only for its effects.
9493
c906108c
SS
9494If the beginning of the argument string of the @code{set} command
9495appears identical to a @code{set} subcommand, use the @code{set
9496variable} command instead of just @code{set}. This command is identical
9497to @code{set} except for its lack of subcommands. For example, if your
9498program has a variable @code{width}, you get an error if you try to set
9499a new value with just @samp{set width=13}, because @value{GDBN} has the
9500command @code{set width}:
9501
474c8240 9502@smallexample
c906108c
SS
9503(@value{GDBP}) whatis width
9504type = double
9505(@value{GDBP}) p width
9506$4 = 13
9507(@value{GDBP}) set width=47
9508Invalid syntax in expression.
474c8240 9509@end smallexample
c906108c
SS
9510
9511@noindent
9512The invalid expression, of course, is @samp{=47}. In
9513order to actually set the program's variable @code{width}, use
9514
474c8240 9515@smallexample
c906108c 9516(@value{GDBP}) set var width=47
474c8240 9517@end smallexample
53a5351d 9518
c906108c
SS
9519Because the @code{set} command has many subcommands that can conflict
9520with the names of program variables, it is a good idea to use the
9521@code{set variable} command instead of just @code{set}. For example, if
9522your program has a variable @code{g}, you run into problems if you try
9523to set a new value with just @samp{set g=4}, because @value{GDBN} has
9524the command @code{set gnutarget}, abbreviated @code{set g}:
9525
474c8240 9526@smallexample
c906108c
SS
9527@group
9528(@value{GDBP}) whatis g
9529type = double
9530(@value{GDBP}) p g
9531$1 = 1
9532(@value{GDBP}) set g=4
2df3850c 9533(@value{GDBP}) p g
c906108c
SS
9534$2 = 1
9535(@value{GDBP}) r
9536The program being debugged has been started already.
9537Start it from the beginning? (y or n) y
9538Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
9539"/home/smith/cc_progs/a.out": can't open to read symbols:
9540 Invalid bfd target.
c906108c
SS
9541(@value{GDBP}) show g
9542The current BFD target is "=4".
9543@end group
474c8240 9544@end smallexample
c906108c
SS
9545
9546@noindent
9547The program variable @code{g} did not change, and you silently set the
9548@code{gnutarget} to an invalid value. In order to set the variable
9549@code{g}, use
9550
474c8240 9551@smallexample
c906108c 9552(@value{GDBP}) set var g=4
474c8240 9553@end smallexample
c906108c
SS
9554
9555@value{GDBN} allows more implicit conversions in assignments than C; you can
9556freely store an integer value into a pointer variable or vice versa,
9557and you can convert any structure to any other structure that is the
9558same length or shorter.
9559@comment FIXME: how do structs align/pad in these conversions?
9560@comment /doc@cygnus.com 18dec1990
9561
9562To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
9563construct to generate a value of specified type at a specified address
9564(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
9565to memory location @code{0x83040} as an integer (which implies a certain size
9566and representation in memory), and
9567
474c8240 9568@smallexample
c906108c 9569set @{int@}0x83040 = 4
474c8240 9570@end smallexample
c906108c
SS
9571
9572@noindent
9573stores the value 4 into that memory location.
9574
6d2ebf8b 9575@node Jumping
c906108c
SS
9576@section Continuing at a different address
9577
9578Ordinarily, when you continue your program, you do so at the place where
9579it stopped, with the @code{continue} command. You can instead continue at
9580an address of your own choosing, with the following commands:
9581
9582@table @code
9583@kindex jump
9584@item jump @var{linespec}
9585Resume execution at line @var{linespec}. Execution stops again
9586immediately if there is a breakpoint there. @xref{List, ,Printing
9587source lines}, for a description of the different forms of
9588@var{linespec}. It is common practice to use the @code{tbreak} command
9589in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
9590breakpoints}.
9591
9592The @code{jump} command does not change the current stack frame, or
9593the stack pointer, or the contents of any memory location or any
9594register other than the program counter. If line @var{linespec} is in
9595a different function from the one currently executing, the results may
9596be bizarre if the two functions expect different patterns of arguments or
9597of local variables. For this reason, the @code{jump} command requests
9598confirmation if the specified line is not in the function currently
9599executing. However, even bizarre results are predictable if you are
9600well acquainted with the machine-language code of your program.
9601
9602@item jump *@var{address}
9603Resume execution at the instruction at address @var{address}.
9604@end table
9605
c906108c 9606@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
9607On many systems, you can get much the same effect as the @code{jump}
9608command by storing a new value into the register @code{$pc}. The
9609difference is that this does not start your program running; it only
9610changes the address of where it @emph{will} run when you continue. For
9611example,
c906108c 9612
474c8240 9613@smallexample
c906108c 9614set $pc = 0x485
474c8240 9615@end smallexample
c906108c
SS
9616
9617@noindent
9618makes the next @code{continue} command or stepping command execute at
9619address @code{0x485}, rather than at the address where your program stopped.
9620@xref{Continuing and Stepping, ,Continuing and stepping}.
c906108c
SS
9621
9622The most common occasion to use the @code{jump} command is to back
9623up---perhaps with more breakpoints set---over a portion of a program
9624that has already executed, in order to examine its execution in more
9625detail.
9626
c906108c 9627@c @group
6d2ebf8b 9628@node Signaling
c906108c
SS
9629@section Giving your program a signal
9630
9631@table @code
9632@kindex signal
9633@item signal @var{signal}
9634Resume execution where your program stopped, but immediately give it the
9635signal @var{signal}. @var{signal} can be the name or the number of a
9636signal. For example, on many systems @code{signal 2} and @code{signal
9637SIGINT} are both ways of sending an interrupt signal.
9638
9639Alternatively, if @var{signal} is zero, continue execution without
9640giving a signal. This is useful when your program stopped on account of
9641a signal and would ordinary see the signal when resumed with the
9642@code{continue} command; @samp{signal 0} causes it to resume without a
9643signal.
9644
9645@code{signal} does not repeat when you press @key{RET} a second time
9646after executing the command.
9647@end table
9648@c @end group
9649
9650Invoking the @code{signal} command is not the same as invoking the
9651@code{kill} utility from the shell. Sending a signal with @code{kill}
9652causes @value{GDBN} to decide what to do with the signal depending on
9653the signal handling tables (@pxref{Signals}). The @code{signal} command
9654passes the signal directly to your program.
9655
c906108c 9656
6d2ebf8b 9657@node Returning
c906108c
SS
9658@section Returning from a function
9659
9660@table @code
9661@cindex returning from a function
9662@kindex return
9663@item return
9664@itemx return @var{expression}
9665You can cancel execution of a function call with the @code{return}
9666command. If you give an
9667@var{expression} argument, its value is used as the function's return
9668value.
9669@end table
9670
9671When you use @code{return}, @value{GDBN} discards the selected stack frame
9672(and all frames within it). You can think of this as making the
9673discarded frame return prematurely. If you wish to specify a value to
9674be returned, give that value as the argument to @code{return}.
9675
9676This pops the selected stack frame (@pxref{Selection, ,Selecting a
9677frame}), and any other frames inside of it, leaving its caller as the
9678innermost remaining frame. That frame becomes selected. The
9679specified value is stored in the registers used for returning values
9680of functions.
9681
9682The @code{return} command does not resume execution; it leaves the
9683program stopped in the state that would exist if the function had just
9684returned. In contrast, the @code{finish} command (@pxref{Continuing
9685and Stepping, ,Continuing and stepping}) resumes execution until the
9686selected stack frame returns naturally.
9687
6d2ebf8b 9688@node Calling
c906108c
SS
9689@section Calling program functions
9690
9691@cindex calling functions
9692@kindex call
9693@table @code
9694@item call @var{expr}
9695Evaluate the expression @var{expr} without displaying @code{void}
9696returned values.
9697@end table
9698
9699You can use this variant of the @code{print} command if you want to
9700execute a function from your program, but without cluttering the output
5d161b24
DB
9701with @code{void} returned values. If the result is not void, it
9702is printed and saved in the value history.
c906108c 9703
6d2ebf8b 9704@node Patching
c906108c 9705@section Patching programs
7a292a7a 9706
c906108c
SS
9707@cindex patching binaries
9708@cindex writing into executables
c906108c 9709@cindex writing into corefiles
c906108c 9710
7a292a7a
SS
9711By default, @value{GDBN} opens the file containing your program's
9712executable code (or the corefile) read-only. This prevents accidental
9713alterations to machine code; but it also prevents you from intentionally
9714patching your program's binary.
c906108c
SS
9715
9716If you'd like to be able to patch the binary, you can specify that
9717explicitly with the @code{set write} command. For example, you might
9718want to turn on internal debugging flags, or even to make emergency
9719repairs.
9720
9721@table @code
9722@kindex set write
9723@item set write on
9724@itemx set write off
7a292a7a
SS
9725If you specify @samp{set write on}, @value{GDBN} opens executable and
9726core files for both reading and writing; if you specify @samp{set write
c906108c
SS
9727off} (the default), @value{GDBN} opens them read-only.
9728
9729If you have already loaded a file, you must load it again (using the
7a292a7a
SS
9730@code{exec-file} or @code{core-file} command) after changing @code{set
9731write}, for your new setting to take effect.
c906108c
SS
9732
9733@item show write
9734@kindex show write
7a292a7a
SS
9735Display whether executable files and core files are opened for writing
9736as well as reading.
c906108c
SS
9737@end table
9738
6d2ebf8b 9739@node GDB Files
c906108c
SS
9740@chapter @value{GDBN} Files
9741
7a292a7a
SS
9742@value{GDBN} needs to know the file name of the program to be debugged,
9743both in order to read its symbol table and in order to start your
9744program. To debug a core dump of a previous run, you must also tell
9745@value{GDBN} the name of the core dump file.
c906108c
SS
9746
9747@menu
9748* Files:: Commands to specify files
5b5d99cf 9749* Separate Debug Files:: Debugging information in separate files
c906108c
SS
9750* Symbol Errors:: Errors reading symbol files
9751@end menu
9752
6d2ebf8b 9753@node Files
c906108c 9754@section Commands to specify files
c906108c 9755
7a292a7a 9756@cindex symbol table
c906108c 9757@cindex core dump file
7a292a7a
SS
9758
9759You may want to specify executable and core dump file names. The usual
9760way to do this is at start-up time, using the arguments to
9761@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
9762Out of @value{GDBN}}).
c906108c
SS
9763
9764Occasionally it is necessary to change to a different file during a
9765@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
9766a file you want to use. In these situations the @value{GDBN} commands
9767to specify new files are useful.
9768
9769@table @code
9770@cindex executable file
9771@kindex file
9772@item file @var{filename}
9773Use @var{filename} as the program to be debugged. It is read for its
9774symbols and for the contents of pure memory. It is also the program
9775executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
9776directory and the file is not found in the @value{GDBN} working directory,
9777@value{GDBN} uses the environment variable @code{PATH} as a list of
9778directories to search, just as the shell does when looking for a program
9779to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
9780and your program, using the @code{path} command.
9781
6d2ebf8b 9782On systems with memory-mapped files, an auxiliary file named
c906108c
SS
9783@file{@var{filename}.syms} may hold symbol table information for
9784@var{filename}. If so, @value{GDBN} maps in the symbol table from
9785@file{@var{filename}.syms}, starting up more quickly. See the
9786descriptions of the file options @samp{-mapped} and @samp{-readnow}
9787(available on the command line, and with the commands @code{file},
5d161b24 9788@code{symbol-file}, or @code{add-symbol-file}, described below),
c906108c 9789for more information.
c906108c
SS
9790
9791@item file
9792@code{file} with no argument makes @value{GDBN} discard any information it
9793has on both executable file and the symbol table.
9794
9795@kindex exec-file
9796@item exec-file @r{[} @var{filename} @r{]}
9797Specify that the program to be run (but not the symbol table) is found
9798in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
9799if necessary to locate your program. Omitting @var{filename} means to
9800discard information on the executable file.
9801
9802@kindex symbol-file
9803@item symbol-file @r{[} @var{filename} @r{]}
9804Read symbol table information from file @var{filename}. @code{PATH} is
9805searched when necessary. Use the @code{file} command to get both symbol
9806table and program to run from the same file.
9807
9808@code{symbol-file} with no argument clears out @value{GDBN} information on your
9809program's symbol table.
9810
5d161b24 9811The @code{symbol-file} command causes @value{GDBN} to forget the contents
c906108c
SS
9812of its convenience variables, the value history, and all breakpoints and
9813auto-display expressions. This is because they may contain pointers to
9814the internal data recording symbols and data types, which are part of
9815the old symbol table data being discarded inside @value{GDBN}.
9816
9817@code{symbol-file} does not repeat if you press @key{RET} again after
9818executing it once.
9819
9820When @value{GDBN} is configured for a particular environment, it
9821understands debugging information in whatever format is the standard
9822generated for that environment; you may use either a @sc{gnu} compiler, or
9823other compilers that adhere to the local conventions.
c906108c
SS
9824Best results are usually obtained from @sc{gnu} compilers; for example,
9825using @code{@value{GCC}} you can generate debugging information for
9826optimized code.
c906108c
SS
9827
9828For most kinds of object files, with the exception of old SVR3 systems
9829using COFF, the @code{symbol-file} command does not normally read the
9830symbol table in full right away. Instead, it scans the symbol table
9831quickly to find which source files and which symbols are present. The
9832details are read later, one source file at a time, as they are needed.
9833
9834The purpose of this two-stage reading strategy is to make @value{GDBN}
9835start up faster. For the most part, it is invisible except for
9836occasional pauses while the symbol table details for a particular source
9837file are being read. (The @code{set verbose} command can turn these
9838pauses into messages if desired. @xref{Messages/Warnings, ,Optional
9839warnings and messages}.)
9840
c906108c
SS
9841We have not implemented the two-stage strategy for COFF yet. When the
9842symbol table is stored in COFF format, @code{symbol-file} reads the
9843symbol table data in full right away. Note that ``stabs-in-COFF''
9844still does the two-stage strategy, since the debug info is actually
9845in stabs format.
9846
9847@kindex readnow
9848@cindex reading symbols immediately
9849@cindex symbols, reading immediately
9850@kindex mapped
9851@cindex memory-mapped symbol file
9852@cindex saving symbol table
9853@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9854@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9855You can override the @value{GDBN} two-stage strategy for reading symbol
9856tables by using the @samp{-readnow} option with any of the commands that
9857load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 9858entire symbol table available.
c906108c 9859
c906108c
SS
9860If memory-mapped files are available on your system through the
9861@code{mmap} system call, you can use another option, @samp{-mapped}, to
9862cause @value{GDBN} to write the symbols for your program into a reusable
9863file. Future @value{GDBN} debugging sessions map in symbol information
9864from this auxiliary symbol file (if the program has not changed), rather
9865than spending time reading the symbol table from the executable
9866program. Using the @samp{-mapped} option has the same effect as
9867starting @value{GDBN} with the @samp{-mapped} command-line option.
9868
9869You can use both options together, to make sure the auxiliary symbol
9870file has all the symbol information for your program.
9871
9872The auxiliary symbol file for a program called @var{myprog} is called
9873@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
9874than the corresponding executable), @value{GDBN} always attempts to use
9875it when you debug @var{myprog}; no special options or commands are
9876needed.
9877
9878The @file{.syms} file is specific to the host machine where you run
9879@value{GDBN}. It holds an exact image of the internal @value{GDBN}
9880symbol table. It cannot be shared across multiple host platforms.
c906108c
SS
9881
9882@c FIXME: for now no mention of directories, since this seems to be in
9883@c flux. 13mar1992 status is that in theory GDB would look either in
9884@c current dir or in same dir as myprog; but issues like competing
9885@c GDB's, or clutter in system dirs, mean that in practice right now
9886@c only current dir is used. FFish says maybe a special GDB hierarchy
9887@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
9888@c files.
9889
9890@kindex core
9891@kindex core-file
9892@item core-file @r{[} @var{filename} @r{]}
9893Specify the whereabouts of a core dump file to be used as the ``contents
9894of memory''. Traditionally, core files contain only some parts of the
9895address space of the process that generated them; @value{GDBN} can access the
9896executable file itself for other parts.
9897
9898@code{core-file} with no argument specifies that no core file is
9899to be used.
9900
9901Note that the core file is ignored when your program is actually running
7a292a7a
SS
9902under @value{GDBN}. So, if you have been running your program and you
9903wish to debug a core file instead, you must kill the subprocess in which
9904the program is running. To do this, use the @code{kill} command
c906108c 9905(@pxref{Kill Process, ,Killing the child process}).
c906108c 9906
c906108c
SS
9907@kindex add-symbol-file
9908@cindex dynamic linking
9909@item add-symbol-file @var{filename} @var{address}
9910@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
17d9d558 9911@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
96a2c332
SS
9912The @code{add-symbol-file} command reads additional symbol table
9913information from the file @var{filename}. You would use this command
9914when @var{filename} has been dynamically loaded (by some other means)
9915into the program that is running. @var{address} should be the memory
9916address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
9917this out for itself. You can additionally specify an arbitrary number
9918of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
9919section name and base address for that section. You can specify any
9920@var{address} as an expression.
c906108c
SS
9921
9922The symbol table of the file @var{filename} is added to the symbol table
9923originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
9924@code{add-symbol-file} command any number of times; the new symbol data
9925thus read keeps adding to the old. To discard all old symbol data
9926instead, use the @code{symbol-file} command without any arguments.
c906108c 9927
17d9d558
JB
9928@cindex relocatable object files, reading symbols from
9929@cindex object files, relocatable, reading symbols from
9930@cindex reading symbols from relocatable object files
9931@cindex symbols, reading from relocatable object files
9932@cindex @file{.o} files, reading symbols from
9933Although @var{filename} is typically a shared library file, an
9934executable file, or some other object file which has been fully
9935relocated for loading into a process, you can also load symbolic
9936information from relocatable @file{.o} files, as long as:
9937
9938@itemize @bullet
9939@item
9940the file's symbolic information refers only to linker symbols defined in
9941that file, not to symbols defined by other object files,
9942@item
9943every section the file's symbolic information refers to has actually
9944been loaded into the inferior, as it appears in the file, and
9945@item
9946you can determine the address at which every section was loaded, and
9947provide these to the @code{add-symbol-file} command.
9948@end itemize
9949
9950@noindent
9951Some embedded operating systems, like Sun Chorus and VxWorks, can load
9952relocatable files into an already running program; such systems
9953typically make the requirements above easy to meet. However, it's
9954important to recognize that many native systems use complex link
49efadf5 9955procedures (@code{.linkonce} section factoring and C@t{++} constructor table
17d9d558
JB
9956assembly, for example) that make the requirements difficult to meet. In
9957general, one cannot assume that using @code{add-symbol-file} to read a
9958relocatable object file's symbolic information will have the same effect
9959as linking the relocatable object file into the program in the normal
9960way.
9961
c906108c
SS
9962@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
9963
9964You can use the @samp{-mapped} and @samp{-readnow} options just as with
9965the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
9966table information for @var{filename}.
9967
9968@kindex add-shared-symbol-file
9969@item add-shared-symbol-file
9970The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
5d161b24
DB
9971operating system for the Motorola 88k. @value{GDBN} automatically looks for
9972shared libraries, however if @value{GDBN} does not find yours, you can run
c906108c 9973@code{add-shared-symbol-file}. It takes no arguments.
c906108c 9974
c906108c
SS
9975@kindex section
9976@item section
5d161b24
DB
9977The @code{section} command changes the base address of section SECTION of
9978the exec file to ADDR. This can be used if the exec file does not contain
9979section addresses, (such as in the a.out format), or when the addresses
9980specified in the file itself are wrong. Each section must be changed
d4f3574e
SS
9981separately. The @code{info files} command, described below, lists all
9982the sections and their addresses.
c906108c
SS
9983
9984@kindex info files
9985@kindex info target
9986@item info files
9987@itemx info target
7a292a7a
SS
9988@code{info files} and @code{info target} are synonymous; both print the
9989current target (@pxref{Targets, ,Specifying a Debugging Target}),
9990including the names of the executable and core dump files currently in
9991use by @value{GDBN}, and the files from which symbols were loaded. The
9992command @code{help target} lists all possible targets rather than
9993current ones.
9994
fe95c787
MS
9995@kindex maint info sections
9996@item maint info sections
9997Another command that can give you extra information about program sections
9998is @code{maint info sections}. In addition to the section information
9999displayed by @code{info files}, this command displays the flags and file
10000offset of each section in the executable and core dump files. In addition,
10001@code{maint info sections} provides the following command options (which
10002may be arbitrarily combined):
10003
10004@table @code
10005@item ALLOBJ
10006Display sections for all loaded object files, including shared libraries.
10007@item @var{sections}
6600abed 10008Display info only for named @var{sections}.
fe95c787
MS
10009@item @var{section-flags}
10010Display info only for sections for which @var{section-flags} are true.
10011The section flags that @value{GDBN} currently knows about are:
10012@table @code
10013@item ALLOC
10014Section will have space allocated in the process when loaded.
10015Set for all sections except those containing debug information.
10016@item LOAD
10017Section will be loaded from the file into the child process memory.
10018Set for pre-initialized code and data, clear for @code{.bss} sections.
10019@item RELOC
10020Section needs to be relocated before loading.
10021@item READONLY
10022Section cannot be modified by the child process.
10023@item CODE
10024Section contains executable code only.
6600abed 10025@item DATA
fe95c787
MS
10026Section contains data only (no executable code).
10027@item ROM
10028Section will reside in ROM.
10029@item CONSTRUCTOR
10030Section contains data for constructor/destructor lists.
10031@item HAS_CONTENTS
10032Section is not empty.
10033@item NEVER_LOAD
10034An instruction to the linker to not output the section.
10035@item COFF_SHARED_LIBRARY
10036A notification to the linker that the section contains
10037COFF shared library information.
10038@item IS_COMMON
10039Section contains common symbols.
10040@end table
10041@end table
6763aef9
MS
10042@kindex set trust-readonly-sections
10043@item set trust-readonly-sections on
10044Tell @value{GDBN} that readonly sections in your object file
6ca652b0 10045really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
10046In that case, @value{GDBN} can fetch values from these sections
10047out of the object file, rather than from the target program.
10048For some targets (notably embedded ones), this can be a significant
10049enhancement to debugging performance.
10050
10051The default is off.
10052
10053@item set trust-readonly-sections off
15110bc3 10054Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
10055the contents of the section might change while the program is running,
10056and must therefore be fetched from the target when needed.
c906108c
SS
10057@end table
10058
10059All file-specifying commands allow both absolute and relative file names
10060as arguments. @value{GDBN} always converts the file name to an absolute file
10061name and remembers it that way.
10062
c906108c 10063@cindex shared libraries
c906108c
SS
10064@value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared
10065libraries.
53a5351d 10066
c906108c
SS
10067@value{GDBN} automatically loads symbol definitions from shared libraries
10068when you use the @code{run} command, or when you examine a core file.
10069(Before you issue the @code{run} command, @value{GDBN} does not understand
10070references to a function in a shared library, however---unless you are
10071debugging a core file).
53a5351d
JM
10072
10073On HP-UX, if the program loads a library explicitly, @value{GDBN}
10074automatically loads the symbols at the time of the @code{shl_load} call.
10075
c906108c
SS
10076@c FIXME: some @value{GDBN} release may permit some refs to undef
10077@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10078@c FIXME...lib; check this from time to time when updating manual
10079
b7209cb4
FF
10080There are times, however, when you may wish to not automatically load
10081symbol definitions from shared libraries, such as when they are
10082particularly large or there are many of them.
10083
10084To control the automatic loading of shared library symbols, use the
10085commands:
10086
10087@table @code
10088@kindex set auto-solib-add
10089@item set auto-solib-add @var{mode}
10090If @var{mode} is @code{on}, symbols from all shared object libraries
10091will be loaded automatically when the inferior begins execution, you
10092attach to an independently started inferior, or when the dynamic linker
10093informs @value{GDBN} that a new library has been loaded. If @var{mode}
10094is @code{off}, symbols must be loaded manually, using the
10095@code{sharedlibrary} command. The default value is @code{on}.
10096
10097@kindex show auto-solib-add
10098@item show auto-solib-add
10099Display the current autoloading mode.
10100@end table
10101
10102To explicitly load shared library symbols, use the @code{sharedlibrary}
10103command:
10104
c906108c
SS
10105@table @code
10106@kindex info sharedlibrary
10107@kindex info share
10108@item info share
10109@itemx info sharedlibrary
10110Print the names of the shared libraries which are currently loaded.
10111
10112@kindex sharedlibrary
10113@kindex share
10114@item sharedlibrary @var{regex}
10115@itemx share @var{regex}
c906108c
SS
10116Load shared object library symbols for files matching a
10117Unix regular expression.
10118As with files loaded automatically, it only loads shared libraries
10119required by your program for a core file or after typing @code{run}. If
10120@var{regex} is omitted all shared libraries required by your program are
10121loaded.
10122@end table
10123
b7209cb4
FF
10124On some systems, such as HP-UX systems, @value{GDBN} supports
10125autoloading shared library symbols until a limiting threshold size is
10126reached. This provides the benefit of allowing autoloading to remain on
10127by default, but avoids autoloading excessively large shared libraries,
10128up to a threshold that is initially set, but which you can modify if you
10129wish.
c906108c
SS
10130
10131Beyond that threshold, symbols from shared libraries must be explicitly
d4f3574e
SS
10132loaded. To load these symbols, use the command @code{sharedlibrary
10133@var{filename}}. The base address of the shared library is determined
c906108c
SS
10134automatically by @value{GDBN} and need not be specified.
10135
10136To display or set the threshold, use the commands:
10137
10138@table @code
b7209cb4
FF
10139@kindex set auto-solib-limit
10140@item set auto-solib-limit @var{threshold}
10141Set the autoloading size threshold, in an integral number of megabytes.
10142If @var{threshold} is nonzero and shared library autoloading is enabled,
10143symbols from all shared object libraries will be loaded until the total
10144size of the loaded shared library symbols exceeds this threshold.
c906108c 10145Otherwise, symbols must be loaded manually, using the
6ca652b0 10146@code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100
b7209cb4 10147Mb).
c906108c 10148
b7209cb4
FF
10149@kindex show auto-solib-limit
10150@item show auto-solib-limit
c906108c
SS
10151Display the current autoloading size threshold, in megabytes.
10152@end table
c906108c 10153
f5ebfba0
DJ
10154Shared libraries are also supported in many cross or remote debugging
10155configurations. A copy of the target's libraries need to be present on the
10156host system; they need to be the same as the target libraries, although the
10157copies on the target can be stripped as long as the copies on the host are
10158not.
10159
10160You need to tell @value{GDBN} where the target libraries are, so that it can
10161load the correct copies---otherwise, it may try to load the host's libraries.
10162@value{GDBN} has two variables to specify the search directories for target
10163libraries.
10164
10165@table @code
10166@kindex set solib-absolute-prefix
10167@item set solib-absolute-prefix @var{path}
10168If this variable is set, @var{path} will be used as a prefix for any
10169absolute shared library paths; many runtime loaders store the absolute
10170paths to the shared library in the target program's memory. If you use
10171@samp{solib-absolute-prefix} to find shared libraries, they need to be laid
10172out in the same way that they are on the target, with e.g.@: a
10173@file{/usr/lib} hierarchy under @var{path}.
10174
10175You can set the default value of @samp{solib-absolute-prefix} by using the
10176configure-time @samp{--with-sysroot} option.
10177
10178@kindex show solib-absolute-prefix
10179@item show solib-absolute-prefix
10180Display the current shared library prefix.
10181
10182@kindex set solib-search-path
10183@item set solib-search-path @var{path}
10184If this variable is set, @var{path} is a colon-separated list of directories
10185to search for shared libraries. @samp{solib-search-path} is used after
10186@samp{solib-absolute-prefix} fails to locate the library, or if the path to
10187the library is relative instead of absolute. If you want to use
10188@samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
10189set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
10190@value{GDBN} from finding your host's libraries.
10191
10192@kindex show solib-search-path
10193@item show solib-search-path
10194Display the current shared library search path.
10195@end table
10196
5b5d99cf
JB
10197
10198@node Separate Debug Files
10199@section Debugging Information in Separate Files
10200@cindex separate debugging information files
10201@cindex debugging information in separate files
10202@cindex @file{.debug} subdirectories
10203@cindex debugging information directory, global
10204@cindex global debugging information directory
10205
10206@value{GDBN} allows you to put a program's debugging information in a
10207file separate from the executable itself, in a way that allows
10208@value{GDBN} to find and load the debugging information automatically.
10209Since debugging information can be very large --- sometimes larger
10210than the executable code itself --- some systems distribute debugging
10211information for their executables in separate files, which users can
10212install only when they need to debug a problem.
10213
10214If an executable's debugging information has been extracted to a
10215separate file, the executable should contain a @dfn{debug link} giving
10216the name of the debugging information file (with no directory
10217components), and a checksum of its contents. (The exact form of a
10218debug link is described below.) If the full name of the directory
10219containing the executable is @var{execdir}, and the executable has a
10220debug link that specifies the name @var{debugfile}, then @value{GDBN}
10221will automatically search for the debugging information file in three
10222places:
10223
10224@itemize @bullet
10225@item
10226the directory containing the executable file (that is, it will look
10227for a file named @file{@var{execdir}/@var{debugfile}},
10228@item
10229a subdirectory of that directory named @file{.debug} (that is, the
10230file @file{@var{execdir}/.debug/@var{debugfile}}, and
10231@item
10232a subdirectory of the global debug file directory that includes the
10233executable's full path, and the name from the link (that is, the file
10234@file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
10235@var{globaldebugdir} is the global debug file directory, and
10236@var{execdir} has been turned into a relative path).
10237@end itemize
10238@noindent
10239@value{GDBN} checks under each of these names for a debugging
10240information file whose checksum matches that given in the link, and
10241reads the debugging information from the first one it finds.
10242
10243So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
10244which has a link containing the name @file{ls.debug}, and the global
10245debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
10246for debug information in @file{/usr/bin/ls.debug},
10247@file{/usr/bin/.debug/ls.debug}, and
10248@file{/usr/lib/debug/usr/bin/ls.debug}.
10249
10250You can set the global debugging info directory's name, and view the
10251name @value{GDBN} is currently using.
10252
10253@table @code
10254
10255@kindex set debug-file-directory
10256@item set debug-file-directory @var{directory}
10257Set the directory which @value{GDBN} searches for separate debugging
10258information files to @var{directory}.
10259
10260@kindex show debug-file-directory
10261@item show debug-file-directory
10262Show the directory @value{GDBN} searches for separate debugging
10263information files.
10264
10265@end table
10266
10267@cindex @code{.gnu_debuglink} sections
10268@cindex debug links
10269A debug link is a special section of the executable file named
10270@code{.gnu_debuglink}. The section must contain:
10271
10272@itemize
10273@item
10274A filename, with any leading directory components removed, followed by
10275a zero byte,
10276@item
10277zero to three bytes of padding, as needed to reach the next four-byte
10278boundary within the section, and
10279@item
10280a four-byte CRC checksum, stored in the same endianness used for the
10281executable file itself. The checksum is computed on the debugging
10282information file's full contents by the function given below, passing
10283zero as the @var{crc} argument.
10284@end itemize
10285
10286Any executable file format can carry a debug link, as long as it can
10287contain a section named @code{.gnu_debuglink} with the contents
10288described above.
10289
10290The debugging information file itself should be an ordinary
10291executable, containing a full set of linker symbols, sections, and
10292debugging information. The sections of the debugging information file
10293should have the same names, addresses and sizes as the original file,
10294but they need not contain any data --- much like a @code{.bss} section
10295in an ordinary executable.
10296
10297As of December 2002, there is no standard GNU utility to produce
10298separated executable / debugging information file pairs. Ulrich
10299Drepper's @file{elfutils} package, starting with version 0.53,
10300contains a version of the @code{strip} command such that the command
10301@kbd{strip foo -f foo.debug} removes the debugging information from
10302the executable file @file{foo}, places it in the file
10303@file{foo.debug}, and leaves behind a debug link in @file{foo}.
10304
10305Since there are many different ways to compute CRC's (different
10306polynomials, reversals, byte ordering, etc.), the simplest way to
10307describe the CRC used in @code{.gnu_debuglink} sections is to give the
10308complete code for a function that computes it:
10309
10310@kindex @code{gnu_debuglink_crc32}
10311@smallexample
10312unsigned long
10313gnu_debuglink_crc32 (unsigned long crc,
10314 unsigned char *buf, size_t len)
10315@{
10316 static const unsigned long crc32_table[256] =
10317 @{
10318 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
10319 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
10320 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
10321 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
10322 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
10323 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
10324 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
10325 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
10326 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
10327 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
10328 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
10329 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
10330 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
10331 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
10332 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
10333 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
10334 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
10335 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
10336 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
10337 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
10338 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
10339 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
10340 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
10341 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
10342 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
10343 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
10344 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
10345 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
10346 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
10347 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
10348 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
10349 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
10350 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
10351 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
10352 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
10353 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
10354 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
10355 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
10356 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
10357 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
10358 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
10359 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
10360 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
10361 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
10362 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
10363 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
10364 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
10365 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
10366 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
10367 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
10368 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
10369 0x2d02ef8d
10370 @};
10371 unsigned char *end;
10372
10373 crc = ~crc & 0xffffffff;
10374 for (end = buf + len; buf < end; ++buf)
10375 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
e7a3abfc 10376 return ~crc & 0xffffffff;
5b5d99cf
JB
10377@}
10378@end smallexample
10379
10380
6d2ebf8b 10381@node Symbol Errors
c906108c
SS
10382@section Errors reading symbol files
10383
10384While reading a symbol file, @value{GDBN} occasionally encounters problems,
10385such as symbol types it does not recognize, or known bugs in compiler
10386output. By default, @value{GDBN} does not notify you of such problems, since
10387they are relatively common and primarily of interest to people
10388debugging compilers. If you are interested in seeing information
10389about ill-constructed symbol tables, you can either ask @value{GDBN} to print
10390only one message about each such type of problem, no matter how many
10391times the problem occurs; or you can ask @value{GDBN} to print more messages,
10392to see how many times the problems occur, with the @code{set
10393complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
10394messages}).
10395
10396The messages currently printed, and their meanings, include:
10397
10398@table @code
10399@item inner block not inside outer block in @var{symbol}
10400
10401The symbol information shows where symbol scopes begin and end
10402(such as at the start of a function or a block of statements). This
10403error indicates that an inner scope block is not fully contained
10404in its outer scope blocks.
10405
10406@value{GDBN} circumvents the problem by treating the inner block as if it had
10407the same scope as the outer block. In the error message, @var{symbol}
10408may be shown as ``@code{(don't know)}'' if the outer block is not a
10409function.
10410
10411@item block at @var{address} out of order
10412
10413The symbol information for symbol scope blocks should occur in
10414order of increasing addresses. This error indicates that it does not
10415do so.
10416
10417@value{GDBN} does not circumvent this problem, and has trouble
10418locating symbols in the source file whose symbols it is reading. (You
10419can often determine what source file is affected by specifying
10420@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
10421messages}.)
10422
10423@item bad block start address patched
10424
10425The symbol information for a symbol scope block has a start address
10426smaller than the address of the preceding source line. This is known
10427to occur in the SunOS 4.1.1 (and earlier) C compiler.
10428
10429@value{GDBN} circumvents the problem by treating the symbol scope block as
10430starting on the previous source line.
10431
10432@item bad string table offset in symbol @var{n}
10433
10434@cindex foo
10435Symbol number @var{n} contains a pointer into the string table which is
10436larger than the size of the string table.
10437
10438@value{GDBN} circumvents the problem by considering the symbol to have the
10439name @code{foo}, which may cause other problems if many symbols end up
10440with this name.
10441
10442@item unknown symbol type @code{0x@var{nn}}
10443
7a292a7a
SS
10444The symbol information contains new data types that @value{GDBN} does
10445not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 10446uncomprehended information, in hexadecimal.
c906108c 10447
7a292a7a
SS
10448@value{GDBN} circumvents the error by ignoring this symbol information.
10449This usually allows you to debug your program, though certain symbols
c906108c 10450are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
10451debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
10452on @code{complain}, then go up to the function @code{read_dbx_symtab}
10453and examine @code{*bufp} to see the symbol.
c906108c
SS
10454
10455@item stub type has NULL name
c906108c 10456
7a292a7a 10457@value{GDBN} could not find the full definition for a struct or class.
c906108c 10458
7a292a7a 10459@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 10460The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
10461information that recent versions of the compiler should have output for
10462it.
c906108c
SS
10463
10464@item info mismatch between compiler and debugger
10465
10466@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 10467
c906108c
SS
10468@end table
10469
6d2ebf8b 10470@node Targets
c906108c 10471@chapter Specifying a Debugging Target
7a292a7a 10472
c906108c
SS
10473@cindex debugging target
10474@kindex target
10475
10476A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
10477
10478Often, @value{GDBN} runs in the same host environment as your program;
10479in that case, the debugging target is specified as a side effect when
10480you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
10481flexibility---for example, running @value{GDBN} on a physically separate
10482host, or controlling a standalone system over a serial port or a
53a5351d
JM
10483realtime system over a TCP/IP connection---you can use the @code{target}
10484command to specify one of the target types configured for @value{GDBN}
10485(@pxref{Target Commands, ,Commands for managing targets}).
c906108c
SS
10486
10487@menu
10488* Active Targets:: Active targets
10489* Target Commands:: Commands for managing targets
c906108c
SS
10490* Byte Order:: Choosing target byte order
10491* Remote:: Remote debugging
96baa820 10492* KOD:: Kernel Object Display
c906108c
SS
10493
10494@end menu
10495
6d2ebf8b 10496@node Active Targets
c906108c 10497@section Active targets
7a292a7a 10498
c906108c
SS
10499@cindex stacking targets
10500@cindex active targets
10501@cindex multiple targets
10502
c906108c 10503There are three classes of targets: processes, core files, and
7a292a7a
SS
10504executable files. @value{GDBN} can work concurrently on up to three
10505active targets, one in each class. This allows you to (for example)
10506start a process and inspect its activity without abandoning your work on
10507a core file.
c906108c
SS
10508
10509For example, if you execute @samp{gdb a.out}, then the executable file
10510@code{a.out} is the only active target. If you designate a core file as
10511well---presumably from a prior run that crashed and coredumped---then
10512@value{GDBN} has two active targets and uses them in tandem, looking
10513first in the corefile target, then in the executable file, to satisfy
10514requests for memory addresses. (Typically, these two classes of target
10515are complementary, since core files contain only a program's
10516read-write memory---variables and so on---plus machine status, while
10517executable files contain only the program text and initialized data.)
c906108c
SS
10518
10519When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
10520target as well. When a process target is active, all @value{GDBN}
10521commands requesting memory addresses refer to that target; addresses in
10522an active core file or executable file target are obscured while the
10523process target is active.
c906108c 10524
7a292a7a
SS
10525Use the @code{core-file} and @code{exec-file} commands to select a new
10526core file or executable target (@pxref{Files, ,Commands to specify
c906108c 10527files}). To specify as a target a process that is already running, use
7a292a7a
SS
10528the @code{attach} command (@pxref{Attach, ,Debugging an already-running
10529process}).
c906108c 10530
6d2ebf8b 10531@node Target Commands
c906108c
SS
10532@section Commands for managing targets
10533
10534@table @code
10535@item target @var{type} @var{parameters}
7a292a7a
SS
10536Connects the @value{GDBN} host environment to a target machine or
10537process. A target is typically a protocol for talking to debugging
10538facilities. You use the argument @var{type} to specify the type or
10539protocol of the target machine.
c906108c
SS
10540
10541Further @var{parameters} are interpreted by the target protocol, but
10542typically include things like device names or host names to connect
10543with, process numbers, and baud rates.
c906108c
SS
10544
10545The @code{target} command does not repeat if you press @key{RET} again
10546after executing the command.
10547
10548@kindex help target
10549@item help target
10550Displays the names of all targets available. To display targets
10551currently selected, use either @code{info target} or @code{info files}
10552(@pxref{Files, ,Commands to specify files}).
10553
10554@item help target @var{name}
10555Describe a particular target, including any parameters necessary to
10556select it.
10557
10558@kindex set gnutarget
10559@item set gnutarget @var{args}
5d161b24 10560@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 10561knows whether it is reading an @dfn{executable},
5d161b24
DB
10562a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
10563with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
10564with @code{gnutarget} the @code{target} refers to a program, not a machine.
10565
d4f3574e 10566@quotation
c906108c
SS
10567@emph{Warning:} To specify a file format with @code{set gnutarget},
10568you must know the actual BFD name.
d4f3574e 10569@end quotation
c906108c 10570
d4f3574e
SS
10571@noindent
10572@xref{Files, , Commands to specify files}.
c906108c 10573
5d161b24 10574@kindex show gnutarget
c906108c
SS
10575@item show gnutarget
10576Use the @code{show gnutarget} command to display what file format
10577@code{gnutarget} is set to read. If you have not set @code{gnutarget},
10578@value{GDBN} will determine the file format for each file automatically,
10579and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
10580@end table
10581
c906108c
SS
10582Here are some common targets (available, or not, depending on the GDB
10583configuration):
c906108c
SS
10584
10585@table @code
10586@kindex target exec
10587@item target exec @var{program}
10588An executable file. @samp{target exec @var{program}} is the same as
10589@samp{exec-file @var{program}}.
10590
c906108c
SS
10591@kindex target core
10592@item target core @var{filename}
10593A core dump file. @samp{target core @var{filename}} is the same as
10594@samp{core-file @var{filename}}.
c906108c
SS
10595
10596@kindex target remote
10597@item target remote @var{dev}
10598Remote serial target in GDB-specific protocol. The argument @var{dev}
10599specifies what serial device to use for the connection (e.g.
10600@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
d4f3574e 10601supports the @code{load} command. This is only useful if you have
c906108c
SS
10602some other way of getting the stub to the target system, and you can put
10603it somewhere in memory where it won't get clobbered by the download.
10604
c906108c
SS
10605@kindex target sim
10606@item target sim
2df3850c 10607Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 10608In general,
474c8240 10609@smallexample
104c1213
JM
10610 target sim
10611 load
10612 run
474c8240 10613@end smallexample
d4f3574e 10614@noindent
104c1213 10615works; however, you cannot assume that a specific memory map, device
d4f3574e 10616drivers, or even basic I/O is available, although some simulators do
104c1213
JM
10617provide these. For info about any processor-specific simulator details,
10618see the appropriate section in @ref{Embedded Processors, ,Embedded
10619Processors}.
10620
c906108c
SS
10621@end table
10622
104c1213 10623Some configurations may include these targets as well:
c906108c
SS
10624
10625@table @code
10626
c906108c
SS
10627@kindex target nrom
10628@item target nrom @var{dev}
10629NetROM ROM emulator. This target only supports downloading.
10630
c906108c
SS
10631@end table
10632
5d161b24 10633Different targets are available on different configurations of @value{GDBN};
c906108c 10634your configuration may have more or fewer targets.
c906108c
SS
10635
10636Many remote targets require you to download the executable's code
10637once you've successfully established a connection.
10638
10639@table @code
10640
10641@kindex load @var{filename}
10642@item load @var{filename}
c906108c
SS
10643Depending on what remote debugging facilities are configured into
10644@value{GDBN}, the @code{load} command may be available. Where it exists, it
10645is meant to make @var{filename} (an executable) available for debugging
10646on the remote system---by downloading, or dynamic linking, for example.
10647@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
10648the @code{add-symbol-file} command.
10649
10650If your @value{GDBN} does not have a @code{load} command, attempting to
10651execute it gets the error message ``@code{You can't do that when your
10652target is @dots{}}''
c906108c
SS
10653
10654The file is loaded at whatever address is specified in the executable.
10655For some object file formats, you can specify the load address when you
10656link the program; for other formats, like a.out, the object file format
10657specifies a fixed address.
10658@c FIXME! This would be a good place for an xref to the GNU linker doc.
10659
c906108c
SS
10660@code{load} does not repeat if you press @key{RET} again after using it.
10661@end table
10662
6d2ebf8b 10663@node Byte Order
c906108c 10664@section Choosing target byte order
7a292a7a 10665
c906108c
SS
10666@cindex choosing target byte order
10667@cindex target byte order
c906108c 10668
172c2a43 10669Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
c906108c
SS
10670offer the ability to run either big-endian or little-endian byte
10671orders. Usually the executable or symbol will include a bit to
10672designate the endian-ness, and you will not need to worry about
10673which to use. However, you may still find it useful to adjust
d4f3574e 10674@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
10675
10676@table @code
10677@kindex set endian big
10678@item set endian big
10679Instruct @value{GDBN} to assume the target is big-endian.
10680
10681@kindex set endian little
10682@item set endian little
10683Instruct @value{GDBN} to assume the target is little-endian.
10684
10685@kindex set endian auto
10686@item set endian auto
10687Instruct @value{GDBN} to use the byte order associated with the
10688executable.
10689
10690@item show endian
10691Display @value{GDBN}'s current idea of the target byte order.
10692
10693@end table
10694
10695Note that these commands merely adjust interpretation of symbolic
10696data on the host, and that they have absolutely no effect on the
10697target system.
10698
6d2ebf8b 10699@node Remote
c906108c
SS
10700@section Remote debugging
10701@cindex remote debugging
10702
10703If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
10704@value{GDBN} in the usual way, it is often useful to use remote debugging.
10705For example, you might use remote debugging on an operating system kernel,
c906108c
SS
10706or on a small system which does not have a general purpose operating system
10707powerful enough to run a full-featured debugger.
10708
10709Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
10710to make this work with particular debugging targets. In addition,
5d161b24 10711@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
10712but not specific to any particular target system) which you can use if you
10713write the remote stubs---the code that runs on the remote system to
10714communicate with @value{GDBN}.
10715
10716Other remote targets may be available in your
10717configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 10718
6f05cf9f
AC
10719@node KOD
10720@section Kernel Object Display
6f05cf9f 10721@cindex kernel object display
6f05cf9f
AC
10722@cindex KOD
10723
10724Some targets support kernel object display. Using this facility,
10725@value{GDBN} communicates specially with the underlying operating system
10726and can display information about operating system-level objects such as
10727mutexes and other synchronization objects. Exactly which objects can be
10728displayed is determined on a per-OS basis.
10729
3bbe9696 10730@kindex set os
6f05cf9f
AC
10731Use the @code{set os} command to set the operating system. This tells
10732@value{GDBN} which kernel object display module to initialize:
10733
474c8240 10734@smallexample
6f05cf9f 10735(@value{GDBP}) set os cisco
474c8240 10736@end smallexample
6f05cf9f 10737
3bbe9696
EZ
10738@kindex show os
10739The associated command @code{show os} displays the operating system
10740set with the @code{set os} command; if no operating system has been
10741set, @code{show os} will display an empty string @samp{""}.
10742
6f05cf9f
AC
10743If @code{set os} succeeds, @value{GDBN} will display some information
10744about the operating system, and will create a new @code{info} command
10745which can be used to query the target. The @code{info} command is named
10746after the operating system:
c906108c 10747
3bbe9696 10748@kindex info cisco
474c8240 10749@smallexample
6f05cf9f
AC
10750(@value{GDBP}) info cisco
10751List of Cisco Kernel Objects
10752Object Description
10753any Any and all objects
474c8240 10754@end smallexample
6f05cf9f
AC
10755
10756Further subcommands can be used to query about particular objects known
10757by the kernel.
10758
3bbe9696
EZ
10759There is currently no way to determine whether a given operating
10760system is supported other than to try setting it with @kbd{set os
10761@var{name}}, where @var{name} is the name of the operating system you
10762want to try.
6f05cf9f
AC
10763
10764
10765@node Remote Debugging
10766@chapter Debugging remote programs
10767
6b2f586d 10768@menu
07f31aa6 10769* Connecting:: Connecting to a remote target
6b2f586d
AC
10770* Server:: Using the gdbserver program
10771* NetWare:: Using the gdbserve.nlm program
501eef12 10772* Remote configuration:: Remote configuration
6b2f586d 10773* remote stub:: Implementing a remote stub
6b2f586d
AC
10774@end menu
10775
07f31aa6
DJ
10776@node Connecting
10777@section Connecting to a remote target
10778
10779On the @value{GDBN} host machine, you will need an unstripped copy of
10780your program, since @value{GDBN} needs symobl and debugging information.
10781Start up @value{GDBN} as usual, using the name of the local copy of your
10782program as the first argument.
10783
10784@cindex serial line, @code{target remote}
10785If you're using a serial line, you may want to give @value{GDBN} the
10786@w{@samp{--baud}} option, or use the @code{set remotebaud} command
10787before the @code{target} command.
10788
10789After that, use @code{target remote} to establish communications with
10790the target machine. Its argument specifies how to communicate---either
10791via a devicename attached to a direct serial line, or a TCP or UDP port
10792(possibly to a terminal server which in turn has a serial line to the
10793target). For example, to use a serial line connected to the device
10794named @file{/dev/ttyb}:
10795
10796@smallexample
10797target remote /dev/ttyb
10798@end smallexample
10799
10800@cindex TCP port, @code{target remote}
10801To use a TCP connection, use an argument of the form
10802@code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
10803For example, to connect to port 2828 on a
10804terminal server named @code{manyfarms}:
10805
10806@smallexample
10807target remote manyfarms:2828
10808@end smallexample
10809
10810If your remote target is actually running on the same machine as
10811your debugger session (e.g.@: a simulator of your target running on
10812the same host), you can omit the hostname. For example, to connect
10813to port 1234 on your local machine:
10814
10815@smallexample
10816target remote :1234
10817@end smallexample
10818@noindent
10819
10820Note that the colon is still required here.
10821
10822@cindex UDP port, @code{target remote}
10823To use a UDP connection, use an argument of the form
10824@code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
10825on a terminal server named @code{manyfarms}:
10826
10827@smallexample
10828target remote udp:manyfarms:2828
10829@end smallexample
10830
10831When using a UDP connection for remote debugging, you should keep in mind
10832that the `U' stands for ``Unreliable''. UDP can silently drop packets on
10833busy or unreliable networks, which will cause havoc with your debugging
10834session.
10835
10836Now you can use all the usual commands to examine and change data and to
10837step and continue the remote program.
10838
10839@cindex interrupting remote programs
10840@cindex remote programs, interrupting
10841Whenever @value{GDBN} is waiting for the remote program, if you type the
10842interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
10843program. This may or may not succeed, depending in part on the hardware
10844and the serial drivers the remote system uses. If you type the
10845interrupt character once again, @value{GDBN} displays this prompt:
10846
10847@smallexample
10848Interrupted while waiting for the program.
10849Give up (and stop debugging it)? (y or n)
10850@end smallexample
10851
10852If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
10853(If you decide you want to try again later, you can use @samp{target
10854remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
10855goes back to waiting.
10856
10857@table @code
10858@kindex detach (remote)
10859@item detach
10860When you have finished debugging the remote program, you can use the
10861@code{detach} command to release it from @value{GDBN} control.
10862Detaching from the target normally resumes its execution, but the results
10863will depend on your particular remote stub. After the @code{detach}
10864command, @value{GDBN} is free to connect to another target.
10865
10866@kindex disconnect
10867@item disconnect
10868The @code{disconnect} command behaves like @code{detach}, except that
10869the target is generally not resumed. It will wait for @value{GDBN}
10870(this instance or another one) to connect and continue debugging. After
10871the @code{disconnect} command, @value{GDBN} is again free to connect to
10872another target.
10873@end table
10874
6f05cf9f
AC
10875@node Server
10876@section Using the @code{gdbserver} program
10877
10878@kindex gdbserver
10879@cindex remote connection without stubs
10880@code{gdbserver} is a control program for Unix-like systems, which
10881allows you to connect your program with a remote @value{GDBN} via
10882@code{target remote}---but without linking in the usual debugging stub.
10883
10884@code{gdbserver} is not a complete replacement for the debugging stubs,
10885because it requires essentially the same operating-system facilities
10886that @value{GDBN} itself does. In fact, a system that can run
10887@code{gdbserver} to connect to a remote @value{GDBN} could also run
10888@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
10889because it is a much smaller program than @value{GDBN} itself. It is
10890also easier to port than all of @value{GDBN}, so you may be able to get
10891started more quickly on a new system by using @code{gdbserver}.
10892Finally, if you develop code for real-time systems, you may find that
10893the tradeoffs involved in real-time operation make it more convenient to
10894do as much development work as possible on another system, for example
10895by cross-compiling. You can use @code{gdbserver} to make a similar
10896choice for debugging.
10897
10898@value{GDBN} and @code{gdbserver} communicate via either a serial line
10899or a TCP connection, using the standard @value{GDBN} remote serial
10900protocol.
10901
10902@table @emph
10903@item On the target machine,
10904you need to have a copy of the program you want to debug.
10905@code{gdbserver} does not need your program's symbol table, so you can
10906strip the program if necessary to save space. @value{GDBN} on the host
10907system does all the symbol handling.
10908
10909To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 10910the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
10911syntax is:
10912
10913@smallexample
10914target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
10915@end smallexample
10916
10917@var{comm} is either a device name (to use a serial line) or a TCP
10918hostname and portnumber. For example, to debug Emacs with the argument
10919@samp{foo.txt} and communicate with @value{GDBN} over the serial port
10920@file{/dev/com1}:
10921
10922@smallexample
10923target> gdbserver /dev/com1 emacs foo.txt
10924@end smallexample
10925
10926@code{gdbserver} waits passively for the host @value{GDBN} to communicate
10927with it.
10928
10929To use a TCP connection instead of a serial line:
10930
10931@smallexample
10932target> gdbserver host:2345 emacs foo.txt
10933@end smallexample
10934
10935The only difference from the previous example is the first argument,
10936specifying that you are communicating with the host @value{GDBN} via
10937TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
10938expect a TCP connection from machine @samp{host} to local TCP port 2345.
10939(Currently, the @samp{host} part is ignored.) You can choose any number
10940you want for the port number as long as it does not conflict with any
10941TCP ports already in use on the target system (for example, @code{23} is
10942reserved for @code{telnet}).@footnote{If you choose a port number that
10943conflicts with another service, @code{gdbserver} prints an error message
10944and exits.} You must use the same port number with the host @value{GDBN}
10945@code{target remote} command.
10946
56460a61
DJ
10947On some targets, @code{gdbserver} can also attach to running programs.
10948This is accomplished via the @code{--attach} argument. The syntax is:
10949
10950@smallexample
10951target> gdbserver @var{comm} --attach @var{pid}
10952@end smallexample
10953
10954@var{pid} is the process ID of a currently running process. It isn't necessary
10955to point @code{gdbserver} at a binary for the running process.
10956
b1fe9455
DJ
10957@pindex pidof
10958@cindex attach to a program by name
10959You can debug processes by name instead of process ID if your target has the
10960@code{pidof} utility:
10961
10962@smallexample
10963target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
10964@end smallexample
10965
10966In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
10967has multiple threads, most versions of @code{pidof} support the
10968@code{-s} option to only return the first process ID.
10969
07f31aa6
DJ
10970@item On the host machine,
10971connect to your target (@pxref{Connecting,,Connecting to a remote target}).
6f05cf9f
AC
10972For TCP connections, you must start up @code{gdbserver} prior to using
10973the @code{target remote} command. Otherwise you may get an error whose
10974text depends on the host system, but which usually looks something like
07f31aa6
DJ
10975@samp{Connection refused}. You don't need to use the @code{load}
10976command in @value{GDBN} when using gdbserver, since the program is
10977already on the target.
10978
6f05cf9f
AC
10979@end table
10980
10981@node NetWare
10982@section Using the @code{gdbserve.nlm} program
10983
10984@kindex gdbserve.nlm
10985@code{gdbserve.nlm} is a control program for NetWare systems, which
10986allows you to connect your program with a remote @value{GDBN} via
10987@code{target remote}.
10988
10989@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
10990using the standard @value{GDBN} remote serial protocol.
10991
10992@table @emph
10993@item On the target machine,
10994you need to have a copy of the program you want to debug.
10995@code{gdbserve.nlm} does not need your program's symbol table, so you
10996can strip the program if necessary to save space. @value{GDBN} on the
10997host system does all the symbol handling.
10998
10999To use the server, you must tell it how to communicate with
11000@value{GDBN}; the name of your program; and the arguments for your
11001program. The syntax is:
11002
11003@smallexample
11004load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
11005 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
11006@end smallexample
11007
11008@var{board} and @var{port} specify the serial line; @var{baud} specifies
11009the baud rate used by the connection. @var{port} and @var{node} default
11010to 0, @var{baud} defaults to 9600@dmn{bps}.
11011
11012For example, to debug Emacs with the argument @samp{foo.txt}and
11013communicate with @value{GDBN} over serial port number 2 or board 1
11014using a 19200@dmn{bps} connection:
11015
11016@smallexample
11017load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
11018@end smallexample
11019
07f31aa6
DJ
11020@item
11021On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
11022Connecting to a remote target}).
6f05cf9f 11023
6f05cf9f
AC
11024@end table
11025
501eef12
AC
11026@node Remote configuration
11027@section Remote configuration
11028
11029The following configuration options are available when debugging remote
11030programs:
11031
11032@table @code
11033@kindex set remote hardware-watchpoint-limit
11034@kindex set remote hardware-breakpoint-limit
11035@anchor{set remote hardware-watchpoint-limit}
11036@anchor{set remote hardware-breakpoint-limit}
11037@item set remote hardware-watchpoint-limit @var{limit}
11038@itemx set remote hardware-breakpoint-limit @var{limit}
11039Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
11040watchpoints. A limit of -1, the default, is treated as unlimited.
11041@end table
11042
6f05cf9f
AC
11043@node remote stub
11044@section Implementing a remote stub
7a292a7a 11045
8e04817f
AC
11046@cindex debugging stub, example
11047@cindex remote stub, example
11048@cindex stub example, remote debugging
11049The stub files provided with @value{GDBN} implement the target side of the
11050communication protocol, and the @value{GDBN} side is implemented in the
11051@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
11052these subroutines to communicate, and ignore the details. (If you're
11053implementing your own stub file, you can still ignore the details: start
11054with one of the existing stub files. @file{sparc-stub.c} is the best
11055organized, and therefore the easiest to read.)
11056
104c1213
JM
11057@cindex remote serial debugging, overview
11058To debug a program running on another machine (the debugging
11059@dfn{target} machine), you must first arrange for all the usual
11060prerequisites for the program to run by itself. For example, for a C
11061program, you need:
c906108c 11062
104c1213
JM
11063@enumerate
11064@item
11065A startup routine to set up the C runtime environment; these usually
11066have a name like @file{crt0}. The startup routine may be supplied by
11067your hardware supplier, or you may have to write your own.
96baa820 11068
5d161b24 11069@item
d4f3574e 11070A C subroutine library to support your program's
104c1213 11071subroutine calls, notably managing input and output.
96baa820 11072
104c1213
JM
11073@item
11074A way of getting your program to the other machine---for example, a
11075download program. These are often supplied by the hardware
11076manufacturer, but you may have to write your own from hardware
11077documentation.
11078@end enumerate
96baa820 11079
104c1213
JM
11080The next step is to arrange for your program to use a serial port to
11081communicate with the machine where @value{GDBN} is running (the @dfn{host}
11082machine). In general terms, the scheme looks like this:
96baa820 11083
104c1213
JM
11084@table @emph
11085@item On the host,
11086@value{GDBN} already understands how to use this protocol; when everything
11087else is set up, you can simply use the @samp{target remote} command
11088(@pxref{Targets,,Specifying a Debugging Target}).
11089
11090@item On the target,
11091you must link with your program a few special-purpose subroutines that
11092implement the @value{GDBN} remote serial protocol. The file containing these
11093subroutines is called a @dfn{debugging stub}.
11094
11095On certain remote targets, you can use an auxiliary program
11096@code{gdbserver} instead of linking a stub into your program.
11097@xref{Server,,Using the @code{gdbserver} program}, for details.
11098@end table
96baa820 11099
104c1213
JM
11100The debugging stub is specific to the architecture of the remote
11101machine; for example, use @file{sparc-stub.c} to debug programs on
11102@sc{sparc} boards.
96baa820 11103
104c1213
JM
11104@cindex remote serial stub list
11105These working remote stubs are distributed with @value{GDBN}:
96baa820 11106
104c1213
JM
11107@table @code
11108
11109@item i386-stub.c
41afff9a 11110@cindex @file{i386-stub.c}
104c1213
JM
11111@cindex Intel
11112@cindex i386
11113For Intel 386 and compatible architectures.
11114
11115@item m68k-stub.c
41afff9a 11116@cindex @file{m68k-stub.c}
104c1213
JM
11117@cindex Motorola 680x0
11118@cindex m680x0
11119For Motorola 680x0 architectures.
11120
11121@item sh-stub.c
41afff9a 11122@cindex @file{sh-stub.c}
172c2a43 11123@cindex Renesas
104c1213 11124@cindex SH
172c2a43 11125For Renesas SH architectures.
104c1213
JM
11126
11127@item sparc-stub.c
41afff9a 11128@cindex @file{sparc-stub.c}
104c1213
JM
11129@cindex Sparc
11130For @sc{sparc} architectures.
11131
11132@item sparcl-stub.c
41afff9a 11133@cindex @file{sparcl-stub.c}
104c1213
JM
11134@cindex Fujitsu
11135@cindex SparcLite
11136For Fujitsu @sc{sparclite} architectures.
11137
11138@end table
11139
11140The @file{README} file in the @value{GDBN} distribution may list other
11141recently added stubs.
11142
11143@menu
11144* Stub Contents:: What the stub can do for you
11145* Bootstrapping:: What you must do for the stub
11146* Debug Session:: Putting it all together
104c1213
JM
11147@end menu
11148
6d2ebf8b 11149@node Stub Contents
6f05cf9f 11150@subsection What the stub can do for you
104c1213
JM
11151
11152@cindex remote serial stub
11153The debugging stub for your architecture supplies these three
11154subroutines:
11155
11156@table @code
11157@item set_debug_traps
11158@kindex set_debug_traps
11159@cindex remote serial stub, initialization
11160This routine arranges for @code{handle_exception} to run when your
11161program stops. You must call this subroutine explicitly near the
11162beginning of your program.
11163
11164@item handle_exception
11165@kindex handle_exception
11166@cindex remote serial stub, main routine
11167This is the central workhorse, but your program never calls it
11168explicitly---the setup code arranges for @code{handle_exception} to
11169run when a trap is triggered.
11170
11171@code{handle_exception} takes control when your program stops during
11172execution (for example, on a breakpoint), and mediates communications
11173with @value{GDBN} on the host machine. This is where the communications
11174protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 11175representative on the target machine. It begins by sending summary
104c1213
JM
11176information on the state of your program, then continues to execute,
11177retrieving and transmitting any information @value{GDBN} needs, until you
11178execute a @value{GDBN} command that makes your program resume; at that point,
11179@code{handle_exception} returns control to your own code on the target
5d161b24 11180machine.
104c1213
JM
11181
11182@item breakpoint
11183@cindex @code{breakpoint} subroutine, remote
11184Use this auxiliary subroutine to make your program contain a
11185breakpoint. Depending on the particular situation, this may be the only
11186way for @value{GDBN} to get control. For instance, if your target
11187machine has some sort of interrupt button, you won't need to call this;
11188pressing the interrupt button transfers control to
11189@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
11190simply receiving characters on the serial port may also trigger a trap;
11191again, in that situation, you don't need to call @code{breakpoint} from
11192your own program---simply running @samp{target remote} from the host
5d161b24 11193@value{GDBN} session gets control.
104c1213
JM
11194
11195Call @code{breakpoint} if none of these is true, or if you simply want
11196to make certain your program stops at a predetermined point for the
11197start of your debugging session.
11198@end table
11199
6d2ebf8b 11200@node Bootstrapping
6f05cf9f 11201@subsection What you must do for the stub
104c1213
JM
11202
11203@cindex remote stub, support routines
11204The debugging stubs that come with @value{GDBN} are set up for a particular
11205chip architecture, but they have no information about the rest of your
11206debugging target machine.
11207
11208First of all you need to tell the stub how to communicate with the
11209serial port.
11210
11211@table @code
11212@item int getDebugChar()
11213@kindex getDebugChar
11214Write this subroutine to read a single character from the serial port.
11215It may be identical to @code{getchar} for your target system; a
11216different name is used to allow you to distinguish the two if you wish.
11217
11218@item void putDebugChar(int)
11219@kindex putDebugChar
11220Write this subroutine to write a single character to the serial port.
5d161b24 11221It may be identical to @code{putchar} for your target system; a
104c1213
JM
11222different name is used to allow you to distinguish the two if you wish.
11223@end table
11224
11225@cindex control C, and remote debugging
11226@cindex interrupting remote targets
11227If you want @value{GDBN} to be able to stop your program while it is
11228running, you need to use an interrupt-driven serial driver, and arrange
11229for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
11230character). That is the character which @value{GDBN} uses to tell the
11231remote system to stop.
11232
11233Getting the debugging target to return the proper status to @value{GDBN}
11234probably requires changes to the standard stub; one quick and dirty way
11235is to just execute a breakpoint instruction (the ``dirty'' part is that
11236@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
11237
11238Other routines you need to supply are:
11239
11240@table @code
11241@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
11242@kindex exceptionHandler
11243Write this function to install @var{exception_address} in the exception
11244handling tables. You need to do this because the stub does not have any
11245way of knowing what the exception handling tables on your target system
11246are like (for example, the processor's table might be in @sc{rom},
11247containing entries which point to a table in @sc{ram}).
11248@var{exception_number} is the exception number which should be changed;
11249its meaning is architecture-dependent (for example, different numbers
11250might represent divide by zero, misaligned access, etc). When this
11251exception occurs, control should be transferred directly to
11252@var{exception_address}, and the processor state (stack, registers,
11253and so on) should be just as it is when a processor exception occurs. So if
11254you want to use a jump instruction to reach @var{exception_address}, it
11255should be a simple jump, not a jump to subroutine.
11256
11257For the 386, @var{exception_address} should be installed as an interrupt
11258gate so that interrupts are masked while the handler runs. The gate
11259should be at privilege level 0 (the most privileged level). The
11260@sc{sparc} and 68k stubs are able to mask interrupts themselves without
11261help from @code{exceptionHandler}.
11262
11263@item void flush_i_cache()
11264@kindex flush_i_cache
d4f3574e 11265On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
11266instruction cache, if any, on your target machine. If there is no
11267instruction cache, this subroutine may be a no-op.
11268
11269On target machines that have instruction caches, @value{GDBN} requires this
11270function to make certain that the state of your program is stable.
11271@end table
11272
11273@noindent
11274You must also make sure this library routine is available:
11275
11276@table @code
11277@item void *memset(void *, int, int)
11278@kindex memset
11279This is the standard library function @code{memset} that sets an area of
11280memory to a known value. If you have one of the free versions of
11281@code{libc.a}, @code{memset} can be found there; otherwise, you must
11282either obtain it from your hardware manufacturer, or write your own.
11283@end table
11284
11285If you do not use the GNU C compiler, you may need other standard
11286library subroutines as well; this varies from one stub to another,
11287but in general the stubs are likely to use any of the common library
d4f3574e 11288subroutines which @code{@value{GCC}} generates as inline code.
104c1213
JM
11289
11290
6d2ebf8b 11291@node Debug Session
6f05cf9f 11292@subsection Putting it all together
104c1213
JM
11293
11294@cindex remote serial debugging summary
11295In summary, when your program is ready to debug, you must follow these
11296steps.
11297
11298@enumerate
11299@item
6d2ebf8b 11300Make sure you have defined the supporting low-level routines
104c1213
JM
11301(@pxref{Bootstrapping,,What you must do for the stub}):
11302@display
11303@code{getDebugChar}, @code{putDebugChar},
11304@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
11305@end display
11306
11307@item
11308Insert these lines near the top of your program:
11309
474c8240 11310@smallexample
104c1213
JM
11311set_debug_traps();
11312breakpoint();
474c8240 11313@end smallexample
104c1213
JM
11314
11315@item
11316For the 680x0 stub only, you need to provide a variable called
11317@code{exceptionHook}. Normally you just use:
11318
474c8240 11319@smallexample
104c1213 11320void (*exceptionHook)() = 0;
474c8240 11321@end smallexample
104c1213 11322
d4f3574e 11323@noindent
104c1213 11324but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 11325function in your program, that function is called when
104c1213
JM
11326@code{@value{GDBN}} continues after stopping on a trap (for example, bus
11327error). The function indicated by @code{exceptionHook} is called with
11328one parameter: an @code{int} which is the exception number.
11329
11330@item
11331Compile and link together: your program, the @value{GDBN} debugging stub for
11332your target architecture, and the supporting subroutines.
11333
11334@item
11335Make sure you have a serial connection between your target machine and
11336the @value{GDBN} host, and identify the serial port on the host.
11337
11338@item
11339@c The "remote" target now provides a `load' command, so we should
11340@c document that. FIXME.
11341Download your program to your target machine (or get it there by
11342whatever means the manufacturer provides), and start it.
11343
11344@item
07f31aa6
DJ
11345Start @value{GDBN} on the host, and connect to the target
11346(@pxref{Connecting,,Connecting to a remote target}).
9db8d71f 11347
104c1213
JM
11348@end enumerate
11349
8e04817f
AC
11350@node Configurations
11351@chapter Configuration-Specific Information
104c1213 11352
8e04817f
AC
11353While nearly all @value{GDBN} commands are available for all native and
11354cross versions of the debugger, there are some exceptions. This chapter
11355describes things that are only available in certain configurations.
104c1213 11356
8e04817f
AC
11357There are three major categories of configurations: native
11358configurations, where the host and target are the same, embedded
11359operating system configurations, which are usually the same for several
11360different processor architectures, and bare embedded processors, which
11361are quite different from each other.
104c1213 11362
8e04817f
AC
11363@menu
11364* Native::
11365* Embedded OS::
11366* Embedded Processors::
11367* Architectures::
11368@end menu
104c1213 11369
8e04817f
AC
11370@node Native
11371@section Native
104c1213 11372
8e04817f
AC
11373This section describes details specific to particular native
11374configurations.
6cf7e474 11375
8e04817f
AC
11376@menu
11377* HP-UX:: HP-UX
11378* SVR4 Process Information:: SVR4 process information
11379* DJGPP Native:: Features specific to the DJGPP port
78c47bea 11380* Cygwin Native:: Features specific to the Cygwin port
8e04817f 11381@end menu
6cf7e474 11382
8e04817f
AC
11383@node HP-UX
11384@subsection HP-UX
104c1213 11385
8e04817f
AC
11386On HP-UX systems, if you refer to a function or variable name that
11387begins with a dollar sign, @value{GDBN} searches for a user or system
11388name first, before it searches for a convenience variable.
104c1213 11389
8e04817f
AC
11390@node SVR4 Process Information
11391@subsection SVR4 process information
104c1213 11392
8e04817f
AC
11393@kindex /proc
11394@cindex process image
104c1213 11395
8e04817f
AC
11396Many versions of SVR4 provide a facility called @samp{/proc} that can be
11397used to examine the image of a running process using file-system
11398subroutines. If @value{GDBN} is configured for an operating system with
11399this facility, the command @code{info proc} is available to report on
11400several kinds of information about the process running your program.
11401@code{info proc} works only on SVR4 systems that include the
11402@code{procfs} code. This includes OSF/1 (Digital Unix), Solaris, Irix,
1104b9e7 11403and Unixware, but not HP-UX or @sc{gnu}/Linux, for example.
104c1213 11404
8e04817f
AC
11405@table @code
11406@kindex info proc
11407@item info proc
11408Summarize available information about the process.
6cf7e474 11409
8e04817f
AC
11410@kindex info proc mappings
11411@item info proc mappings
11412Report on the address ranges accessible in the program, with information
11413on whether your program may read, write, or execute each range.
11414@ignore
11415@comment These sub-options of 'info proc' were not included when
11416@comment procfs.c was re-written. Keep their descriptions around
11417@comment against the day when someone finds the time to put them back in.
11418@kindex info proc times
11419@item info proc times
11420Starting time, user CPU time, and system CPU time for your program and
11421its children.
6cf7e474 11422
8e04817f
AC
11423@kindex info proc id
11424@item info proc id
11425Report on the process IDs related to your program: its own process ID,
11426the ID of its parent, the process group ID, and the session ID.
104c1213 11427
8e04817f
AC
11428@kindex info proc status
11429@item info proc status
11430General information on the state of the process. If the process is
11431stopped, this report includes the reason for stopping, and any signal
11432received.
d4f3574e 11433
8e04817f
AC
11434@item info proc all
11435Show all the above information about the process.
11436@end ignore
11437@end table
104c1213 11438
8e04817f
AC
11439@node DJGPP Native
11440@subsection Features for Debugging @sc{djgpp} Programs
11441@cindex @sc{djgpp} debugging
11442@cindex native @sc{djgpp} debugging
11443@cindex MS-DOS-specific commands
104c1213 11444
8e04817f
AC
11445@sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
11446MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
11447that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
11448top of real-mode DOS systems and their emulations.
104c1213 11449
8e04817f
AC
11450@value{GDBN} supports native debugging of @sc{djgpp} programs, and
11451defines a few commands specific to the @sc{djgpp} port. This
11452subsection describes those commands.
104c1213 11453
8e04817f
AC
11454@table @code
11455@kindex info dos
11456@item info dos
11457This is a prefix of @sc{djgpp}-specific commands which print
11458information about the target system and important OS structures.
f1251bdd 11459
8e04817f
AC
11460@kindex sysinfo
11461@cindex MS-DOS system info
11462@cindex free memory information (MS-DOS)
11463@item info dos sysinfo
11464This command displays assorted information about the underlying
11465platform: the CPU type and features, the OS version and flavor, the
11466DPMI version, and the available conventional and DPMI memory.
104c1213 11467
8e04817f
AC
11468@cindex GDT
11469@cindex LDT
11470@cindex IDT
11471@cindex segment descriptor tables
11472@cindex descriptor tables display
11473@item info dos gdt
11474@itemx info dos ldt
11475@itemx info dos idt
11476These 3 commands display entries from, respectively, Global, Local,
11477and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
11478tables are data structures which store a descriptor for each segment
11479that is currently in use. The segment's selector is an index into a
11480descriptor table; the table entry for that index holds the
11481descriptor's base address and limit, and its attributes and access
11482rights.
104c1213 11483
8e04817f
AC
11484A typical @sc{djgpp} program uses 3 segments: a code segment, a data
11485segment (used for both data and the stack), and a DOS segment (which
11486allows access to DOS/BIOS data structures and absolute addresses in
11487conventional memory). However, the DPMI host will usually define
11488additional segments in order to support the DPMI environment.
d4f3574e 11489
8e04817f
AC
11490@cindex garbled pointers
11491These commands allow to display entries from the descriptor tables.
11492Without an argument, all entries from the specified table are
11493displayed. An argument, which should be an integer expression, means
11494display a single entry whose index is given by the argument. For
11495example, here's a convenient way to display information about the
11496debugged program's data segment:
104c1213 11497
8e04817f
AC
11498@smallexample
11499@exdent @code{(@value{GDBP}) info dos ldt $ds}
11500@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
11501@end smallexample
104c1213 11502
8e04817f
AC
11503@noindent
11504This comes in handy when you want to see whether a pointer is outside
11505the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 11506
8e04817f
AC
11507@cindex page tables display (MS-DOS)
11508@item info dos pde
11509@itemx info dos pte
11510These two commands display entries from, respectively, the Page
11511Directory and the Page Tables. Page Directories and Page Tables are
11512data structures which control how virtual memory addresses are mapped
11513into physical addresses. A Page Table includes an entry for every
11514page of memory that is mapped into the program's address space; there
11515may be several Page Tables, each one holding up to 4096 entries. A
11516Page Directory has up to 4096 entries, one each for every Page Table
11517that is currently in use.
104c1213 11518
8e04817f
AC
11519Without an argument, @kbd{info dos pde} displays the entire Page
11520Directory, and @kbd{info dos pte} displays all the entries in all of
11521the Page Tables. An argument, an integer expression, given to the
11522@kbd{info dos pde} command means display only that entry from the Page
11523Directory table. An argument given to the @kbd{info dos pte} command
11524means display entries from a single Page Table, the one pointed to by
11525the specified entry in the Page Directory.
104c1213 11526
8e04817f
AC
11527@cindex direct memory access (DMA) on MS-DOS
11528These commands are useful when your program uses @dfn{DMA} (Direct
11529Memory Access), which needs physical addresses to program the DMA
11530controller.
104c1213 11531
8e04817f 11532These commands are supported only with some DPMI servers.
104c1213 11533
8e04817f
AC
11534@cindex physical address from linear address
11535@item info dos address-pte @var{addr}
11536This command displays the Page Table entry for a specified linear
11537address. The argument linear address @var{addr} should already have the
11538appropriate segment's base address added to it, because this command
11539accepts addresses which may belong to @emph{any} segment. For
11540example, here's how to display the Page Table entry for the page where
11541the variable @code{i} is stored:
104c1213 11542
b383017d 11543@smallexample
8e04817f
AC
11544@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
11545@exdent @code{Page Table entry for address 0x11a00d30:}
b383017d 11546@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
8e04817f 11547@end smallexample
104c1213 11548
8e04817f
AC
11549@noindent
11550This says that @code{i} is stored at offset @code{0xd30} from the page
11551whose physical base address is @code{0x02698000}, and prints all the
11552attributes of that page.
104c1213 11553
8e04817f
AC
11554Note that you must cast the addresses of variables to a @code{char *},
11555since otherwise the value of @code{__djgpp_base_address}, the base
11556address of all variables and functions in a @sc{djgpp} program, will
11557be added using the rules of C pointer arithmetics: if @code{i} is
11558declared an @code{int}, @value{GDBN} will add 4 times the value of
11559@code{__djgpp_base_address} to the address of @code{i}.
104c1213 11560
8e04817f
AC
11561Here's another example, it displays the Page Table entry for the
11562transfer buffer:
104c1213 11563
8e04817f
AC
11564@smallexample
11565@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
11566@exdent @code{Page Table entry for address 0x29110:}
11567@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
11568@end smallexample
104c1213 11569
8e04817f
AC
11570@noindent
11571(The @code{+ 3} offset is because the transfer buffer's address is the
115723rd member of the @code{_go32_info_block} structure.) The output of
11573this command clearly shows that addresses in conventional memory are
11574mapped 1:1, i.e.@: the physical and linear addresses are identical.
104c1213 11575
8e04817f
AC
11576This command is supported only with some DPMI servers.
11577@end table
104c1213 11578
78c47bea
PM
11579@node Cygwin Native
11580@subsection Features for Debugging MS Windows PE executables
11581@cindex MS Windows debugging
11582@cindex native Cygwin debugging
11583@cindex Cygwin-specific commands
11584
be448670
CF
11585@value{GDBN} supports native debugging of MS Windows programs, including
11586DLLs with and without symbolic debugging information. There are various
11587additional Cygwin-specific commands, described in this subsection. The
11588subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
11589that have no debugging symbols.
11590
78c47bea
PM
11591
11592@table @code
11593@kindex info w32
11594@item info w32
11595This is a prefix of MS Windows specific commands which print
11596information about the target system and important OS structures.
11597
11598@item info w32 selector
11599This command displays information returned by
11600the Win32 API @code{GetThreadSelectorEntry} function.
11601It takes an optional argument that is evaluated to
11602a long value to give the information about this given selector.
11603Without argument, this command displays information
11604about the the six segment registers.
11605
11606@kindex info dll
11607@item info dll
11608This is a Cygwin specific alias of info shared.
11609
11610@kindex dll-symbols
11611@item dll-symbols
11612This command loads symbols from a dll similarly to
11613add-sym command but without the need to specify a base address.
11614
b383017d 11615@kindex set new-console
78c47bea 11616@item set new-console @var{mode}
b383017d 11617If @var{mode} is @code{on} the debuggee will
78c47bea
PM
11618be started in a new console on next start.
11619If @var{mode} is @code{off}i, the debuggee will
11620be started in the same console as the debugger.
11621
11622@kindex show new-console
11623@item show new-console
11624Displays whether a new console is used
11625when the debuggee is started.
11626
11627@kindex set new-group
11628@item set new-group @var{mode}
11629This boolean value controls whether the debuggee should
11630start a new group or stay in the same group as the debugger.
11631This affects the way the Windows OS handles
11632Ctrl-C.
11633
11634@kindex show new-group
11635@item show new-group
11636Displays current value of new-group boolean.
11637
11638@kindex set debugevents
11639@item set debugevents
11640This boolean value adds debug output concerning events seen by the debugger.
11641
11642@kindex set debugexec
11643@item set debugexec
b383017d 11644This boolean value adds debug output concerning execute events
78c47bea
PM
11645seen by the debugger.
11646
11647@kindex set debugexceptions
11648@item set debugexceptions
b383017d 11649This boolean value adds debug ouptut concerning exception events
78c47bea
PM
11650seen by the debugger.
11651
11652@kindex set debugmemory
11653@item set debugmemory
b383017d 11654This boolean value adds debug ouptut concerning memory events
78c47bea
PM
11655seen by the debugger.
11656
11657@kindex set shell
11658@item set shell
11659This boolean values specifies whether the debuggee is called
11660via a shell or directly (default value is on).
11661
11662@kindex show shell
11663@item show shell
11664Displays if the debuggee will be started with a shell.
11665
11666@end table
11667
be448670
CF
11668@menu
11669* Non-debug DLL symbols:: Support for DLLs without debugging symbols
11670@end menu
11671
11672@node Non-debug DLL symbols
11673@subsubsection Support for DLLs without debugging symbols
11674@cindex DLLs with no debugging symbols
11675@cindex Minimal symbols and DLLs
11676
11677Very often on windows, some of the DLLs that your program relies on do
11678not include symbolic debugging information (for example,
11679@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
11680symbols in a DLL, it relies on the minimal amount of symbolic
11681information contained in the DLL's export table. This subsubsection
11682describes working with such symbols, known internally to @value{GDBN} as
11683``minimal symbols''.
11684
11685Note that before the debugged program has started execution, no DLLs
11686will have been loaded. The easiest way around this problem is simply to
11687start the program --- either by setting a breakpoint or letting the
11688program run once to completion. It is also possible to force
11689@value{GDBN} to load a particular DLL before starting the executable ---
11690see the shared library information in @pxref{Files} or the
11691@code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
11692explicitly loading symbols from a DLL with no debugging information will
11693cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
11694which may adversely affect symbol lookup performance.
11695
11696@subsubsection DLL name prefixes
11697
11698In keeping with the naming conventions used by the Microsoft debugging
11699tools, DLL export symbols are made available with a prefix based on the
11700DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
11701also entered into the symbol table, so @code{CreateFileA} is often
11702sufficient. In some cases there will be name clashes within a program
11703(particularly if the executable itself includes full debugging symbols)
11704necessitating the use of the fully qualified name when referring to the
11705contents of the DLL. Use single-quotes around the name to avoid the
11706exclamation mark (``!'') being interpreted as a language operator.
11707
11708Note that the internal name of the DLL may be all upper-case, even
11709though the file name of the DLL is lower-case, or vice-versa. Since
11710symbols within @value{GDBN} are @emph{case-sensitive} this may cause
11711some confusion. If in doubt, try the @code{info functions} and
11712@code{info variables} commands or even @code{maint print msymbols} (see
11713@pxref{Symbols}). Here's an example:
11714
11715@smallexample
11716(gdb) info function CreateFileA
11717All functions matching regular expression "CreateFileA":
11718
11719Non-debugging symbols:
117200x77e885f4 CreateFileA
117210x77e885f4 KERNEL32!CreateFileA
11722@end smallexample
11723
11724@smallexample
11725(gdb) info function !
11726All functions matching regular expression "!":
11727
11728Non-debugging symbols:
117290x6100114c cygwin1!__assert
117300x61004034 cygwin1!_dll_crt0@@0
117310x61004240 cygwin1!dll_crt0(per_process *)
11732[etc...]
11733@end smallexample
11734
11735@subsubsection Working with minimal symbols
11736
11737Symbols extracted from a DLL's export table do not contain very much
11738type information. All that @value{GDBN} can do is guess whether a symbol
11739refers to a function or variable depending on the linker section that
11740contains the symbol. Also note that the actual contents of the memory
11741contained in a DLL are not available unless the program is running. This
11742means that you cannot examine the contents of a variable or disassemble
11743a function within a DLL without a running program.
11744
11745Variables are generally treated as pointers and dereferenced
11746automatically. For this reason, it is often necessary to prefix a
11747variable name with the address-of operator (``&'') and provide explicit
11748type information in the command. Here's an example of the type of
11749problem:
11750
11751@smallexample
11752(gdb) print 'cygwin1!__argv'
11753$1 = 268572168
11754@end smallexample
11755
11756@smallexample
11757(gdb) x 'cygwin1!__argv'
117580x10021610: "\230y\""
11759@end smallexample
11760
11761And two possible solutions:
11762
11763@smallexample
11764(gdb) print ((char **)'cygwin1!__argv')[0]
11765$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
11766@end smallexample
11767
11768@smallexample
11769(gdb) x/2x &'cygwin1!__argv'
117700x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
11771(gdb) x/x 0x10021608
117720x10021608: 0x0022fd98
11773(gdb) x/s 0x0022fd98
117740x22fd98: "/cygdrive/c/mydirectory/myprogram"
11775@end smallexample
11776
11777Setting a break point within a DLL is possible even before the program
11778starts execution. However, under these circumstances, @value{GDBN} can't
11779examine the initial instructions of the function in order to skip the
11780function's frame set-up code. You can work around this by using ``*&''
11781to set the breakpoint at a raw memory address:
11782
11783@smallexample
11784(gdb) break *&'python22!PyOS_Readline'
11785Breakpoint 1 at 0x1e04eff0
11786@end smallexample
11787
11788The author of these extensions is not entirely convinced that setting a
11789break point within a shared DLL like @file{kernel32.dll} is completely
11790safe.
11791
8e04817f
AC
11792@node Embedded OS
11793@section Embedded Operating Systems
104c1213 11794
8e04817f
AC
11795This section describes configurations involving the debugging of
11796embedded operating systems that are available for several different
11797architectures.
d4f3574e 11798
8e04817f
AC
11799@menu
11800* VxWorks:: Using @value{GDBN} with VxWorks
11801@end menu
104c1213 11802
8e04817f
AC
11803@value{GDBN} includes the ability to debug programs running on
11804various real-time operating systems.
104c1213 11805
8e04817f
AC
11806@node VxWorks
11807@subsection Using @value{GDBN} with VxWorks
104c1213 11808
8e04817f 11809@cindex VxWorks
104c1213 11810
8e04817f 11811@table @code
104c1213 11812
8e04817f
AC
11813@kindex target vxworks
11814@item target vxworks @var{machinename}
11815A VxWorks system, attached via TCP/IP. The argument @var{machinename}
11816is the target system's machine name or IP address.
104c1213 11817
8e04817f 11818@end table
104c1213 11819
8e04817f
AC
11820On VxWorks, @code{load} links @var{filename} dynamically on the
11821current target system as well as adding its symbols in @value{GDBN}.
104c1213 11822
8e04817f
AC
11823@value{GDBN} enables developers to spawn and debug tasks running on networked
11824VxWorks targets from a Unix host. Already-running tasks spawned from
11825the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
11826both the Unix host and on the VxWorks target. The program
11827@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
11828installed with the name @code{vxgdb}, to distinguish it from a
11829@value{GDBN} for debugging programs on the host itself.)
104c1213 11830
8e04817f
AC
11831@table @code
11832@item VxWorks-timeout @var{args}
11833@kindex vxworks-timeout
11834All VxWorks-based targets now support the option @code{vxworks-timeout}.
11835This option is set by the user, and @var{args} represents the number of
11836seconds @value{GDBN} waits for responses to rpc's. You might use this if
11837your VxWorks target is a slow software simulator or is on the far side
11838of a thin network line.
11839@end table
104c1213 11840
8e04817f
AC
11841The following information on connecting to VxWorks was current when
11842this manual was produced; newer releases of VxWorks may use revised
11843procedures.
104c1213 11844
8e04817f
AC
11845@kindex INCLUDE_RDB
11846To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
11847to include the remote debugging interface routines in the VxWorks
11848library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
11849VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
11850kernel. The resulting kernel contains @file{rdb.a}, and spawns the
11851source debugging task @code{tRdbTask} when VxWorks is booted. For more
11852information on configuring and remaking VxWorks, see the manufacturer's
11853manual.
11854@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 11855
8e04817f
AC
11856Once you have included @file{rdb.a} in your VxWorks system image and set
11857your Unix execution search path to find @value{GDBN}, you are ready to
11858run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
11859@code{vxgdb}, depending on your installation).
104c1213 11860
8e04817f 11861@value{GDBN} comes up showing the prompt:
104c1213 11862
474c8240 11863@smallexample
8e04817f 11864(vxgdb)
474c8240 11865@end smallexample
104c1213 11866
8e04817f
AC
11867@menu
11868* VxWorks Connection:: Connecting to VxWorks
11869* VxWorks Download:: VxWorks download
11870* VxWorks Attach:: Running tasks
11871@end menu
104c1213 11872
8e04817f
AC
11873@node VxWorks Connection
11874@subsubsection Connecting to VxWorks
104c1213 11875
8e04817f
AC
11876The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
11877network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 11878
474c8240 11879@smallexample
8e04817f 11880(vxgdb) target vxworks tt
474c8240 11881@end smallexample
104c1213 11882
8e04817f
AC
11883@need 750
11884@value{GDBN} displays messages like these:
104c1213 11885
8e04817f
AC
11886@smallexample
11887Attaching remote machine across net...
11888Connected to tt.
11889@end smallexample
104c1213 11890
8e04817f
AC
11891@need 1000
11892@value{GDBN} then attempts to read the symbol tables of any object modules
11893loaded into the VxWorks target since it was last booted. @value{GDBN} locates
11894these files by searching the directories listed in the command search
11895path (@pxref{Environment, ,Your program's environment}); if it fails
11896to find an object file, it displays a message such as:
5d161b24 11897
474c8240 11898@smallexample
8e04817f 11899prog.o: No such file or directory.
474c8240 11900@end smallexample
104c1213 11901
8e04817f
AC
11902When this happens, add the appropriate directory to the search path with
11903the @value{GDBN} command @code{path}, and execute the @code{target}
11904command again.
104c1213 11905
8e04817f
AC
11906@node VxWorks Download
11907@subsubsection VxWorks download
104c1213 11908
8e04817f
AC
11909@cindex download to VxWorks
11910If you have connected to the VxWorks target and you want to debug an
11911object that has not yet been loaded, you can use the @value{GDBN}
11912@code{load} command to download a file from Unix to VxWorks
11913incrementally. The object file given as an argument to the @code{load}
11914command is actually opened twice: first by the VxWorks target in order
11915to download the code, then by @value{GDBN} in order to read the symbol
11916table. This can lead to problems if the current working directories on
11917the two systems differ. If both systems have NFS mounted the same
11918filesystems, you can avoid these problems by using absolute paths.
11919Otherwise, it is simplest to set the working directory on both systems
11920to the directory in which the object file resides, and then to reference
11921the file by its name, without any path. For instance, a program
11922@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
11923and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
11924program, type this on VxWorks:
104c1213 11925
474c8240 11926@smallexample
8e04817f 11927-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 11928@end smallexample
104c1213 11929
8e04817f
AC
11930@noindent
11931Then, in @value{GDBN}, type:
104c1213 11932
474c8240 11933@smallexample
8e04817f
AC
11934(vxgdb) cd @var{hostpath}/vw/demo/rdb
11935(vxgdb) load prog.o
474c8240 11936@end smallexample
104c1213 11937
8e04817f 11938@value{GDBN} displays a response similar to this:
104c1213 11939
8e04817f
AC
11940@smallexample
11941Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
11942@end smallexample
104c1213 11943
8e04817f
AC
11944You can also use the @code{load} command to reload an object module
11945after editing and recompiling the corresponding source file. Note that
11946this makes @value{GDBN} delete all currently-defined breakpoints,
11947auto-displays, and convenience variables, and to clear the value
11948history. (This is necessary in order to preserve the integrity of
11949debugger's data structures that reference the target system's symbol
11950table.)
104c1213 11951
8e04817f
AC
11952@node VxWorks Attach
11953@subsubsection Running tasks
104c1213
JM
11954
11955@cindex running VxWorks tasks
11956You can also attach to an existing task using the @code{attach} command as
11957follows:
11958
474c8240 11959@smallexample
104c1213 11960(vxgdb) attach @var{task}
474c8240 11961@end smallexample
104c1213
JM
11962
11963@noindent
11964where @var{task} is the VxWorks hexadecimal task ID. The task can be running
11965or suspended when you attach to it. Running tasks are suspended at
11966the time of attachment.
11967
6d2ebf8b 11968@node Embedded Processors
104c1213
JM
11969@section Embedded Processors
11970
11971This section goes into details specific to particular embedded
11972configurations.
11973
7d86b5d5 11974
104c1213 11975@menu
104c1213 11976* ARM:: ARM
172c2a43
KI
11977* H8/300:: Renesas H8/300
11978* H8/500:: Renesas H8/500
11979* M32R/D:: Renesas M32R/D
104c1213 11980* M68K:: Motorola M68K
104c1213 11981* MIPS Embedded:: MIPS Embedded
a37295f9 11982* OpenRISC 1000:: OpenRisc 1000
104c1213
JM
11983* PA:: HP PA Embedded
11984* PowerPC: PowerPC
172c2a43 11985* SH:: Renesas SH
104c1213
JM
11986* Sparclet:: Tsqware Sparclet
11987* Sparclite:: Fujitsu Sparclite
11988* ST2000:: Tandem ST2000
11989* Z8000:: Zilog Z8000
11990@end menu
11991
6d2ebf8b 11992@node ARM
104c1213
JM
11993@subsection ARM
11994
11995@table @code
11996
8e04817f
AC
11997@kindex target rdi
11998@item target rdi @var{dev}
11999ARM Angel monitor, via RDI library interface to ADP protocol. You may
12000use this target to communicate with both boards running the Angel
12001monitor, or with the EmbeddedICE JTAG debug device.
12002
12003@kindex target rdp
12004@item target rdp @var{dev}
12005ARM Demon monitor.
12006
12007@end table
12008
12009@node H8/300
172c2a43 12010@subsection Renesas H8/300
8e04817f
AC
12011
12012@table @code
12013
12014@kindex target hms@r{, with H8/300}
12015@item target hms @var{dev}
172c2a43 12016A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
8e04817f
AC
12017Use special commands @code{device} and @code{speed} to control the serial
12018line and the communications speed used.
12019
12020@kindex target e7000@r{, with H8/300}
12021@item target e7000 @var{dev}
172c2a43 12022E7000 emulator for Renesas H8 and SH.
8e04817f
AC
12023
12024@kindex target sh3@r{, with H8/300}
12025@kindex target sh3e@r{, with H8/300}
12026@item target sh3 @var{dev}
12027@itemx target sh3e @var{dev}
172c2a43 12028Renesas SH-3 and SH-3E target systems.
8e04817f
AC
12029
12030@end table
12031
12032@cindex download to H8/300 or H8/500
12033@cindex H8/300 or H8/500 download
172c2a43
KI
12034@cindex download to Renesas SH
12035@cindex Renesas SH download
12036When you select remote debugging to a Renesas SH, H8/300, or H8/500
12037board, the @code{load} command downloads your program to the Renesas
8e04817f
AC
12038board and also opens it as the current executable target for
12039@value{GDBN} on your host (like the @code{file} command).
12040
12041@value{GDBN} needs to know these things to talk to your
172c2a43 12042Renesas SH, H8/300, or H8/500:
8e04817f
AC
12043
12044@enumerate
12045@item
12046that you want to use @samp{target hms}, the remote debugging interface
172c2a43
KI
12047for Renesas microprocessors, or @samp{target e7000}, the in-circuit
12048emulator for the Renesas SH and the Renesas 300H. (@samp{target hms} is
12049the default when @value{GDBN} is configured specifically for the Renesas SH,
8e04817f
AC
12050H8/300, or H8/500.)
12051
12052@item
172c2a43 12053what serial device connects your host to your Renesas board (the first
8e04817f
AC
12054serial device available on your host is the default).
12055
12056@item
12057what speed to use over the serial device.
12058@end enumerate
12059
12060@menu
172c2a43
KI
12061* Renesas Boards:: Connecting to Renesas boards.
12062* Renesas ICE:: Using the E7000 In-Circuit Emulator.
12063* Renesas Special:: Special @value{GDBN} commands for Renesas micros.
8e04817f
AC
12064@end menu
12065
172c2a43
KI
12066@node Renesas Boards
12067@subsubsection Connecting to Renesas boards
8e04817f
AC
12068
12069@c only for Unix hosts
12070@kindex device
172c2a43 12071@cindex serial device, Renesas micros
8e04817f
AC
12072Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
12073need to explicitly set the serial device. The default @var{port} is the
12074first available port on your host. This is only necessary on Unix
12075hosts, where it is typically something like @file{/dev/ttya}.
12076
12077@kindex speed
172c2a43 12078@cindex serial line speed, Renesas micros
8e04817f
AC
12079@code{@value{GDBN}} has another special command to set the communications
12080speed: @samp{speed @var{bps}}. This command also is only used from Unix
12081hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
12082the DOS @code{mode} command (for instance,
12083@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
12084
12085The @samp{device} and @samp{speed} commands are available only when you
172c2a43 12086use a Unix host to debug your Renesas microprocessor programs. If you
8e04817f
AC
12087use a DOS host,
12088@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
12089called @code{asynctsr} to communicate with the development board
12090through a PC serial port. You must also use the DOS @code{mode} command
12091to set up the serial port on the DOS side.
12092
12093The following sample session illustrates the steps needed to start a
12094program under @value{GDBN} control on an H8/300. The example uses a
12095sample H8/300 program called @file{t.x}. The procedure is the same for
172c2a43 12096the Renesas SH and the H8/500.
8e04817f
AC
12097
12098First hook up your development board. In this example, we use a
12099board attached to serial port @code{COM2}; if you use a different serial
12100port, substitute its name in the argument of the @code{mode} command.
12101When you call @code{asynctsr}, the auxiliary comms program used by the
12102debugger, you give it just the numeric part of the serial port's name;
12103for example, @samp{asyncstr 2} below runs @code{asyncstr} on
12104@code{COM2}.
12105
474c8240 12106@smallexample
8e04817f
AC
12107C:\H8300\TEST> asynctsr 2
12108C:\H8300\TEST> mode com2:9600,n,8,1,p
12109
12110Resident portion of MODE loaded
12111
12112COM2: 9600, n, 8, 1, p
12113
474c8240 12114@end smallexample
8e04817f
AC
12115
12116@quotation
12117@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
12118@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
12119disable it, or even boot without it, to use @code{asynctsr} to control
12120your development board.
12121@end quotation
12122
12123@kindex target hms@r{, and serial protocol}
12124Now that serial communications are set up, and the development board is
12125connected, you can start up @value{GDBN}. Call @code{@value{GDBP}} with
12126the name of your program as the argument. @code{@value{GDBN}} prompts
12127you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
12128commands to begin your debugging session: @samp{target hms} to specify
172c2a43 12129cross-debugging to the Renesas board, and the @code{load} command to
8e04817f
AC
12130download your program to the board. @code{load} displays the names of
12131the program's sections, and a @samp{*} for each 2K of data downloaded.
12132(If you want to refresh @value{GDBN} data on symbols or on the
12133executable file without downloading, use the @value{GDBN} commands
12134@code{file} or @code{symbol-file}. These commands, and @code{load}
12135itself, are described in @ref{Files,,Commands to specify files}.)
12136
12137@smallexample
12138(eg-C:\H8300\TEST) @value{GDBP} t.x
12139@value{GDBN} is free software and you are welcome to distribute copies
12140 of it under certain conditions; type "show copying" to see
12141 the conditions.
12142There is absolutely no warranty for @value{GDBN}; type "show warranty"
12143for details.
12144@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
12145(@value{GDBP}) target hms
12146Connected to remote H8/300 HMS system.
12147(@value{GDBP}) load t.x
12148.text : 0x8000 .. 0xabde ***********
12149.data : 0xabde .. 0xad30 *
12150.stack : 0xf000 .. 0xf014 *
12151@end smallexample
12152
12153At this point, you're ready to run or debug your program. From here on,
12154you can use all the usual @value{GDBN} commands. The @code{break} command
12155sets breakpoints; the @code{run} command starts your program;
12156@code{print} or @code{x} display data; the @code{continue} command
12157resumes execution after stopping at a breakpoint. You can use the
12158@code{help} command at any time to find out more about @value{GDBN} commands.
12159
12160Remember, however, that @emph{operating system} facilities aren't
12161available on your development board; for example, if your program hangs,
12162you can't send an interrupt---but you can press the @sc{reset} switch!
12163
12164Use the @sc{reset} button on the development board
12165@itemize @bullet
12166@item
12167to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
12168no way to pass an interrupt signal to the development board); and
12169
12170@item
12171to return to the @value{GDBN} command prompt after your program finishes
12172normally. The communications protocol provides no other way for @value{GDBN}
12173to detect program completion.
12174@end itemize
12175
12176In either case, @value{GDBN} sees the effect of a @sc{reset} on the
12177development board as a ``normal exit'' of your program.
12178
172c2a43 12179@node Renesas ICE
8e04817f
AC
12180@subsubsection Using the E7000 in-circuit emulator
12181
172c2a43 12182@kindex target e7000@r{, with Renesas ICE}
8e04817f 12183You can use the E7000 in-circuit emulator to develop code for either the
172c2a43 12184Renesas SH or the H8/300H. Use one of these forms of the @samp{target
8e04817f
AC
12185e7000} command to connect @value{GDBN} to your E7000:
12186
12187@table @code
12188@item target e7000 @var{port} @var{speed}
12189Use this form if your E7000 is connected to a serial port. The
12190@var{port} argument identifies what serial port to use (for example,
12191@samp{com2}). The third argument is the line speed in bits per second
12192(for example, @samp{9600}).
12193
12194@item target e7000 @var{hostname}
12195If your E7000 is installed as a host on a TCP/IP network, you can just
12196specify its hostname; @value{GDBN} uses @code{telnet} to connect.
12197@end table
12198
172c2a43
KI
12199@node Renesas Special
12200@subsubsection Special @value{GDBN} commands for Renesas micros
8e04817f
AC
12201
12202Some @value{GDBN} commands are available only for the H8/300:
12203
12204@table @code
12205
12206@kindex set machine
12207@kindex show machine
12208@item set machine h8300
12209@itemx set machine h8300h
12210Condition @value{GDBN} for one of the two variants of the H8/300
12211architecture with @samp{set machine}. You can use @samp{show machine}
12212to check which variant is currently in effect.
104c1213
JM
12213
12214@end table
12215
8e04817f
AC
12216@node H8/500
12217@subsection H8/500
104c1213
JM
12218
12219@table @code
12220
8e04817f
AC
12221@kindex set memory @var{mod}
12222@cindex memory models, H8/500
12223@item set memory @var{mod}
12224@itemx show memory
12225Specify which H8/500 memory model (@var{mod}) you are using with
12226@samp{set memory}; check which memory model is in effect with @samp{show
12227memory}. The accepted values for @var{mod} are @code{small},
12228@code{big}, @code{medium}, and @code{compact}.
104c1213 12229
8e04817f 12230@end table
104c1213 12231
8e04817f 12232@node M32R/D
172c2a43 12233@subsection Renesas M32R/D
8e04817f
AC
12234
12235@table @code
12236
12237@kindex target m32r
12238@item target m32r @var{dev}
172c2a43 12239Renesas M32R/D ROM monitor.
8e04817f 12240
fb3e19c0
KI
12241@kindex target m32rsdi
12242@item target m32rsdi @var{dev}
12243Renesas M32R SDI server, connected via parallel port to the board.
12244
8e04817f
AC
12245@end table
12246
12247@node M68K
12248@subsection M68k
12249
12250The Motorola m68k configuration includes ColdFire support, and
12251target command for the following ROM monitors.
12252
12253@table @code
12254
12255@kindex target abug
12256@item target abug @var{dev}
12257ABug ROM monitor for M68K.
12258
12259@kindex target cpu32bug
12260@item target cpu32bug @var{dev}
12261CPU32BUG monitor, running on a CPU32 (M68K) board.
12262
12263@kindex target dbug
12264@item target dbug @var{dev}
12265dBUG ROM monitor for Motorola ColdFire.
12266
12267@kindex target est
12268@item target est @var{dev}
12269EST-300 ICE monitor, running on a CPU32 (M68K) board.
12270
12271@kindex target rom68k
12272@item target rom68k @var{dev}
12273ROM 68K monitor, running on an M68K IDP board.
12274
12275@end table
12276
8e04817f
AC
12277@table @code
12278
12279@kindex target rombug
12280@item target rombug @var{dev}
12281ROMBUG ROM monitor for OS/9000.
12282
12283@end table
12284
8e04817f
AC
12285@node MIPS Embedded
12286@subsection MIPS Embedded
12287
12288@cindex MIPS boards
12289@value{GDBN} can use the MIPS remote debugging protocol to talk to a
12290MIPS board attached to a serial line. This is available when
12291you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
104c1213 12292
8e04817f
AC
12293@need 1000
12294Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 12295
8e04817f
AC
12296@table @code
12297@item target mips @var{port}
12298@kindex target mips @var{port}
12299To run a program on the board, start up @code{@value{GDBP}} with the
12300name of your program as the argument. To connect to the board, use the
12301command @samp{target mips @var{port}}, where @var{port} is the name of
12302the serial port connected to the board. If the program has not already
12303been downloaded to the board, you may use the @code{load} command to
12304download it. You can then use all the usual @value{GDBN} commands.
104c1213 12305
8e04817f
AC
12306For example, this sequence connects to the target board through a serial
12307port, and loads and runs a program called @var{prog} through the
12308debugger:
104c1213 12309
474c8240 12310@smallexample
8e04817f
AC
12311host$ @value{GDBP} @var{prog}
12312@value{GDBN} is free software and @dots{}
12313(@value{GDBP}) target mips /dev/ttyb
12314(@value{GDBP}) load @var{prog}
12315(@value{GDBP}) run
474c8240 12316@end smallexample
104c1213 12317
8e04817f
AC
12318@item target mips @var{hostname}:@var{portnumber}
12319On some @value{GDBN} host configurations, you can specify a TCP
12320connection (for instance, to a serial line managed by a terminal
12321concentrator) instead of a serial port, using the syntax
12322@samp{@var{hostname}:@var{portnumber}}.
104c1213 12323
8e04817f
AC
12324@item target pmon @var{port}
12325@kindex target pmon @var{port}
12326PMON ROM monitor.
104c1213 12327
8e04817f
AC
12328@item target ddb @var{port}
12329@kindex target ddb @var{port}
12330NEC's DDB variant of PMON for Vr4300.
104c1213 12331
8e04817f
AC
12332@item target lsi @var{port}
12333@kindex target lsi @var{port}
12334LSI variant of PMON.
104c1213 12335
8e04817f
AC
12336@kindex target r3900
12337@item target r3900 @var{dev}
12338Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 12339
8e04817f
AC
12340@kindex target array
12341@item target array @var{dev}
12342Array Tech LSI33K RAID controller board.
104c1213 12343
8e04817f 12344@end table
104c1213 12345
104c1213 12346
8e04817f
AC
12347@noindent
12348@value{GDBN} also supports these special commands for MIPS targets:
104c1213 12349
8e04817f
AC
12350@table @code
12351@item set processor @var{args}
12352@itemx show processor
12353@kindex set processor @var{args}
12354@kindex show processor
12355Use the @code{set processor} command to set the type of MIPS
12356processor when you want to access processor-type-specific registers.
12357For example, @code{set processor @var{r3041}} tells @value{GDBN}
12358to use the CPU registers appropriate for the 3041 chip.
12359Use the @code{show processor} command to see what MIPS processor @value{GDBN}
12360is using. Use the @code{info reg} command to see what registers
12361@value{GDBN} is using.
104c1213 12362
8e04817f
AC
12363@item set mipsfpu double
12364@itemx set mipsfpu single
12365@itemx set mipsfpu none
12366@itemx show mipsfpu
12367@kindex set mipsfpu
12368@kindex show mipsfpu
12369@cindex MIPS remote floating point
12370@cindex floating point, MIPS remote
12371If your target board does not support the MIPS floating point
12372coprocessor, you should use the command @samp{set mipsfpu none} (if you
12373need this, you may wish to put the command in your @value{GDBN} init
12374file). This tells @value{GDBN} how to find the return value of
12375functions which return floating point values. It also allows
12376@value{GDBN} to avoid saving the floating point registers when calling
12377functions on the board. If you are using a floating point coprocessor
12378with only single precision floating point support, as on the @sc{r4650}
12379processor, use the command @samp{set mipsfpu single}. The default
12380double precision floating point coprocessor may be selected using
12381@samp{set mipsfpu double}.
104c1213 12382
8e04817f
AC
12383In previous versions the only choices were double precision or no
12384floating point, so @samp{set mipsfpu on} will select double precision
12385and @samp{set mipsfpu off} will select no floating point.
104c1213 12386
8e04817f
AC
12387As usual, you can inquire about the @code{mipsfpu} variable with
12388@samp{show mipsfpu}.
104c1213 12389
8e04817f
AC
12390@item set remotedebug @var{n}
12391@itemx show remotedebug
12392@kindex set remotedebug@r{, MIPS protocol}
12393@kindex show remotedebug@r{, MIPS protocol}
12394@cindex @code{remotedebug}, MIPS protocol
12395@cindex MIPS @code{remotedebug} protocol
12396@c FIXME! For this to be useful, you must know something about the MIPS
12397@c FIXME...protocol. Where is it described?
12398You can see some debugging information about communications with the board
12399by setting the @code{remotedebug} variable. If you set it to @code{1} using
12400@samp{set remotedebug 1}, every packet is displayed. If you set it
12401to @code{2}, every character is displayed. You can check the current value
12402at any time with the command @samp{show remotedebug}.
104c1213 12403
8e04817f
AC
12404@item set timeout @var{seconds}
12405@itemx set retransmit-timeout @var{seconds}
12406@itemx show timeout
12407@itemx show retransmit-timeout
12408@cindex @code{timeout}, MIPS protocol
12409@cindex @code{retransmit-timeout}, MIPS protocol
12410@kindex set timeout
12411@kindex show timeout
12412@kindex set retransmit-timeout
12413@kindex show retransmit-timeout
12414You can control the timeout used while waiting for a packet, in the MIPS
12415remote protocol, with the @code{set timeout @var{seconds}} command. The
12416default is 5 seconds. Similarly, you can control the timeout used while
12417waiting for an acknowledgement of a packet with the @code{set
12418retransmit-timeout @var{seconds}} command. The default is 3 seconds.
12419You can inspect both values with @code{show timeout} and @code{show
12420retransmit-timeout}. (These commands are @emph{only} available when
12421@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
104c1213 12422
8e04817f
AC
12423The timeout set by @code{set timeout} does not apply when @value{GDBN}
12424is waiting for your program to stop. In that case, @value{GDBN} waits
12425forever because it has no way of knowing how long the program is going
12426to run before stopping.
12427@end table
104c1213 12428
a37295f9
MM
12429@node OpenRISC 1000
12430@subsection OpenRISC 1000
12431@cindex OpenRISC 1000
12432
12433@cindex or1k boards
12434See OR1k Architecture document (@uref{www.opencores.org}) for more information
12435about platform and commands.
12436
12437@table @code
12438
12439@kindex target jtag
12440@item target jtag jtag://@var{host}:@var{port}
12441
12442Connects to remote JTAG server.
12443JTAG remote server can be either an or1ksim or JTAG server,
12444connected via parallel port to the board.
12445
12446Example: @code{target jtag jtag://localhost:9999}
12447
12448@kindex or1ksim
12449@item or1ksim @var{command}
12450If connected to @code{or1ksim} OpenRISC 1000 Architectural
12451Simulator, proprietary commands can be executed.
12452
12453@kindex info or1k spr
12454@item info or1k spr
12455Displays spr groups.
12456
12457@item info or1k spr @var{group}
12458@itemx info or1k spr @var{groupno}
12459Displays register names in selected group.
12460
12461@item info or1k spr @var{group} @var{register}
12462@itemx info or1k spr @var{register}
12463@itemx info or1k spr @var{groupno} @var{registerno}
12464@itemx info or1k spr @var{registerno}
12465Shows information about specified spr register.
12466
12467@kindex spr
12468@item spr @var{group} @var{register} @var{value}
12469@itemx spr @var{register @var{value}}
12470@itemx spr @var{groupno} @var{registerno @var{value}}
12471@itemx spr @var{registerno @var{value}}
12472Writes @var{value} to specified spr register.
12473@end table
12474
12475Some implementations of OpenRISC 1000 Architecture also have hardware trace.
12476It is very similar to @value{GDBN} trace, except it does not interfere with normal
12477program execution and is thus much faster. Hardware breakpoints/watchpoint
12478triggers can be set using:
12479@table @code
12480@item $LEA/$LDATA
12481Load effective address/data
12482@item $SEA/$SDATA
12483Store effective address/data
12484@item $AEA/$ADATA
12485Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
12486@item $FETCH
12487Fetch data
12488@end table
12489
12490When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
12491@code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
12492
12493@code{htrace} commands:
12494@cindex OpenRISC 1000 htrace
12495@table @code
12496@kindex hwatch
12497@item hwatch @var{conditional}
12498Set hardware watchpoint on combination of Load/Store Effecive Address(es)
12499or Data. For example:
12500
12501@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12502
12503@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12504
12505@kindex htrace info
12506@item htrace info
12507Display information about current HW trace configuration.
12508
12509@kindex htrace trigger
12510@item htrace trigger @var{conditional}
12511Set starting criteria for HW trace.
12512
12513@kindex htrace qualifier
12514@item htrace qualifier @var{conditional}
12515Set acquisition qualifier for HW trace.
12516
12517@kindex htrace stop
12518@item htrace stop @var{conditional}
12519Set HW trace stopping criteria.
12520
12521@kindex htrace record
f153cc92 12522@item htrace record [@var{data}]*
a37295f9
MM
12523Selects the data to be recorded, when qualifier is met and HW trace was
12524triggered.
12525
12526@kindex htrace enable
12527@item htrace enable
12528@kindex htrace disable
12529@itemx htrace disable
12530Enables/disables the HW trace.
12531
12532@kindex htrace rewind
f153cc92 12533@item htrace rewind [@var{filename}]
a37295f9
MM
12534Clears currently recorded trace data.
12535
12536If filename is specified, new trace file is made and any newly collected data
12537will be written there.
12538
12539@kindex htrace print
f153cc92 12540@item htrace print [@var{start} [@var{len}]]
a37295f9
MM
12541Prints trace buffer, using current record configuration.
12542
12543@kindex htrace mode continuous
12544@item htrace mode continuous
12545Set continuous trace mode.
12546
12547@kindex htrace mode suspend
12548@item htrace mode suspend
12549Set suspend trace mode.
12550
12551@end table
12552
8e04817f
AC
12553@node PowerPC
12554@subsection PowerPC
104c1213
JM
12555
12556@table @code
104c1213 12557
8e04817f
AC
12558@kindex target dink32
12559@item target dink32 @var{dev}
12560DINK32 ROM monitor.
104c1213 12561
8e04817f
AC
12562@kindex target ppcbug
12563@item target ppcbug @var{dev}
12564@kindex target ppcbug1
12565@item target ppcbug1 @var{dev}
12566PPCBUG ROM monitor for PowerPC.
104c1213 12567
8e04817f
AC
12568@kindex target sds
12569@item target sds @var{dev}
12570SDS monitor, running on a PowerPC board (such as Motorola's ADS).
12571
12572@end table
12573
12574@node PA
12575@subsection HP PA Embedded
104c1213
JM
12576
12577@table @code
12578
8e04817f
AC
12579@kindex target op50n
12580@item target op50n @var{dev}
12581OP50N monitor, running on an OKI HPPA board.
12582
12583@kindex target w89k
12584@item target w89k @var{dev}
12585W89K monitor, running on a Winbond HPPA board.
104c1213
JM
12586
12587@end table
12588
8e04817f 12589@node SH
172c2a43 12590@subsection Renesas SH
104c1213
JM
12591
12592@table @code
12593
172c2a43 12594@kindex target hms@r{, with Renesas SH}
8e04817f 12595@item target hms @var{dev}
172c2a43 12596A Renesas SH board attached via serial line to your host. Use special
8e04817f
AC
12597commands @code{device} and @code{speed} to control the serial line and
12598the communications speed used.
104c1213 12599
172c2a43 12600@kindex target e7000@r{, with Renesas SH}
8e04817f 12601@item target e7000 @var{dev}
172c2a43 12602E7000 emulator for Renesas SH.
104c1213 12603
8e04817f
AC
12604@kindex target sh3@r{, with SH}
12605@kindex target sh3e@r{, with SH}
12606@item target sh3 @var{dev}
12607@item target sh3e @var{dev}
172c2a43 12608Renesas SH-3 and SH-3E target systems.
104c1213 12609
8e04817f 12610@end table
104c1213 12611
8e04817f
AC
12612@node Sparclet
12613@subsection Tsqware Sparclet
104c1213 12614
8e04817f
AC
12615@cindex Sparclet
12616
12617@value{GDBN} enables developers to debug tasks running on
12618Sparclet targets from a Unix host.
12619@value{GDBN} uses code that runs on
12620both the Unix host and on the Sparclet target. The program
12621@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 12622
8e04817f
AC
12623@table @code
12624@item remotetimeout @var{args}
12625@kindex remotetimeout
12626@value{GDBN} supports the option @code{remotetimeout}.
12627This option is set by the user, and @var{args} represents the number of
12628seconds @value{GDBN} waits for responses.
104c1213
JM
12629@end table
12630
8e04817f
AC
12631@cindex compiling, on Sparclet
12632When compiling for debugging, include the options @samp{-g} to get debug
12633information and @samp{-Ttext} to relocate the program to where you wish to
12634load it on the target. You may also want to add the options @samp{-n} or
12635@samp{-N} in order to reduce the size of the sections. Example:
104c1213 12636
474c8240 12637@smallexample
8e04817f 12638sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 12639@end smallexample
104c1213 12640
8e04817f 12641You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 12642
474c8240 12643@smallexample
8e04817f 12644sparclet-aout-objdump --headers --syms prog
474c8240 12645@end smallexample
104c1213 12646
8e04817f
AC
12647@cindex running, on Sparclet
12648Once you have set
12649your Unix execution search path to find @value{GDBN}, you are ready to
12650run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
12651(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 12652
8e04817f
AC
12653@value{GDBN} comes up showing the prompt:
12654
474c8240 12655@smallexample
8e04817f 12656(gdbslet)
474c8240 12657@end smallexample
104c1213
JM
12658
12659@menu
8e04817f
AC
12660* Sparclet File:: Setting the file to debug
12661* Sparclet Connection:: Connecting to Sparclet
12662* Sparclet Download:: Sparclet download
12663* Sparclet Execution:: Running and debugging
104c1213
JM
12664@end menu
12665
8e04817f
AC
12666@node Sparclet File
12667@subsubsection Setting file to debug
104c1213 12668
8e04817f 12669The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 12670
474c8240 12671@smallexample
8e04817f 12672(gdbslet) file prog
474c8240 12673@end smallexample
104c1213 12674
8e04817f
AC
12675@need 1000
12676@value{GDBN} then attempts to read the symbol table of @file{prog}.
12677@value{GDBN} locates
12678the file by searching the directories listed in the command search
12679path.
12680If the file was compiled with debug information (option "-g"), source
12681files will be searched as well.
12682@value{GDBN} locates
12683the source files by searching the directories listed in the directory search
12684path (@pxref{Environment, ,Your program's environment}).
12685If it fails
12686to find a file, it displays a message such as:
104c1213 12687
474c8240 12688@smallexample
8e04817f 12689prog: No such file or directory.
474c8240 12690@end smallexample
104c1213 12691
8e04817f
AC
12692When this happens, add the appropriate directories to the search paths with
12693the @value{GDBN} commands @code{path} and @code{dir}, and execute the
12694@code{target} command again.
104c1213 12695
8e04817f
AC
12696@node Sparclet Connection
12697@subsubsection Connecting to Sparclet
104c1213 12698
8e04817f
AC
12699The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
12700To connect to a target on serial port ``@code{ttya}'', type:
104c1213 12701
474c8240 12702@smallexample
8e04817f
AC
12703(gdbslet) target sparclet /dev/ttya
12704Remote target sparclet connected to /dev/ttya
12705main () at ../prog.c:3
474c8240 12706@end smallexample
104c1213 12707
8e04817f
AC
12708@need 750
12709@value{GDBN} displays messages like these:
104c1213 12710
474c8240 12711@smallexample
8e04817f 12712Connected to ttya.
474c8240 12713@end smallexample
104c1213 12714
8e04817f
AC
12715@node Sparclet Download
12716@subsubsection Sparclet download
104c1213 12717
8e04817f
AC
12718@cindex download to Sparclet
12719Once connected to the Sparclet target,
12720you can use the @value{GDBN}
12721@code{load} command to download the file from the host to the target.
12722The file name and load offset should be given as arguments to the @code{load}
12723command.
12724Since the file format is aout, the program must be loaded to the starting
12725address. You can use @code{objdump} to find out what this value is. The load
12726offset is an offset which is added to the VMA (virtual memory address)
12727of each of the file's sections.
12728For instance, if the program
12729@file{prog} was linked to text address 0x1201000, with data at 0x12010160
12730and bss at 0x12010170, in @value{GDBN}, type:
104c1213 12731
474c8240 12732@smallexample
8e04817f
AC
12733(gdbslet) load prog 0x12010000
12734Loading section .text, size 0xdb0 vma 0x12010000
474c8240 12735@end smallexample
104c1213 12736
8e04817f
AC
12737If the code is loaded at a different address then what the program was linked
12738to, you may need to use the @code{section} and @code{add-symbol-file} commands
12739to tell @value{GDBN} where to map the symbol table.
12740
12741@node Sparclet Execution
12742@subsubsection Running and debugging
12743
12744@cindex running and debugging Sparclet programs
12745You can now begin debugging the task using @value{GDBN}'s execution control
12746commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
12747manual for the list of commands.
12748
474c8240 12749@smallexample
8e04817f
AC
12750(gdbslet) b main
12751Breakpoint 1 at 0x12010000: file prog.c, line 3.
12752(gdbslet) run
12753Starting program: prog
12754Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
127553 char *symarg = 0;
12756(gdbslet) step
127574 char *execarg = "hello!";
12758(gdbslet)
474c8240 12759@end smallexample
8e04817f
AC
12760
12761@node Sparclite
12762@subsection Fujitsu Sparclite
104c1213
JM
12763
12764@table @code
12765
8e04817f
AC
12766@kindex target sparclite
12767@item target sparclite @var{dev}
12768Fujitsu sparclite boards, used only for the purpose of loading.
12769You must use an additional command to debug the program.
12770For example: target remote @var{dev} using @value{GDBN} standard
12771remote protocol.
104c1213
JM
12772
12773@end table
12774
8e04817f
AC
12775@node ST2000
12776@subsection Tandem ST2000
104c1213 12777
8e04817f
AC
12778@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
12779STDBUG protocol.
104c1213 12780
8e04817f
AC
12781To connect your ST2000 to the host system, see the manufacturer's
12782manual. Once the ST2000 is physically attached, you can run:
104c1213 12783
474c8240 12784@smallexample
8e04817f 12785target st2000 @var{dev} @var{speed}
474c8240 12786@end smallexample
104c1213 12787
8e04817f
AC
12788@noindent
12789to establish it as your debugging environment. @var{dev} is normally
12790the name of a serial device, such as @file{/dev/ttya}, connected to the
12791ST2000 via a serial line. You can instead specify @var{dev} as a TCP
12792connection (for example, to a serial line attached via a terminal
12793concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
104c1213 12794
8e04817f
AC
12795The @code{load} and @code{attach} commands are @emph{not} defined for
12796this target; you must load your program into the ST2000 as you normally
12797would for standalone operation. @value{GDBN} reads debugging information
12798(such as symbols) from a separate, debugging version of the program
12799available on your host computer.
12800@c FIXME!! This is terribly vague; what little content is here is
12801@c basically hearsay.
104c1213 12802
8e04817f
AC
12803@cindex ST2000 auxiliary commands
12804These auxiliary @value{GDBN} commands are available to help you with the ST2000
12805environment:
104c1213 12806
8e04817f
AC
12807@table @code
12808@item st2000 @var{command}
12809@kindex st2000 @var{cmd}
12810@cindex STDBUG commands (ST2000)
12811@cindex commands to STDBUG (ST2000)
12812Send a @var{command} to the STDBUG monitor. See the manufacturer's
12813manual for available commands.
104c1213 12814
8e04817f
AC
12815@item connect
12816@cindex connect (to STDBUG)
12817Connect the controlling terminal to the STDBUG command monitor. When
12818you are done interacting with STDBUG, typing either of two character
12819sequences gets you back to the @value{GDBN} command prompt:
12820@kbd{@key{RET}~.} (Return, followed by tilde and period) or
12821@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
104c1213
JM
12822@end table
12823
8e04817f
AC
12824@node Z8000
12825@subsection Zilog Z8000
104c1213 12826
8e04817f
AC
12827@cindex Z8000
12828@cindex simulator, Z8000
12829@cindex Zilog Z8000 simulator
104c1213 12830
8e04817f
AC
12831When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
12832a Z8000 simulator.
12833
12834For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
12835unsegmented variant of the Z8000 architecture) or the Z8001 (the
12836segmented variant). The simulator recognizes which architecture is
12837appropriate by inspecting the object code.
104c1213 12838
8e04817f
AC
12839@table @code
12840@item target sim @var{args}
12841@kindex sim
12842@kindex target sim@r{, with Z8000}
12843Debug programs on a simulated CPU. If the simulator supports setup
12844options, specify them via @var{args}.
104c1213
JM
12845@end table
12846
8e04817f
AC
12847@noindent
12848After specifying this target, you can debug programs for the simulated
12849CPU in the same style as programs for your host computer; use the
12850@code{file} command to load a new program image, the @code{run} command
12851to run your program, and so on.
12852
12853As well as making available all the usual machine registers
12854(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
12855additional items of information as specially named registers:
104c1213
JM
12856
12857@table @code
12858
8e04817f
AC
12859@item cycles
12860Counts clock-ticks in the simulator.
104c1213 12861
8e04817f
AC
12862@item insts
12863Counts instructions run in the simulator.
104c1213 12864
8e04817f
AC
12865@item time
12866Execution time in 60ths of a second.
104c1213 12867
8e04817f 12868@end table
104c1213 12869
8e04817f
AC
12870You can refer to these values in @value{GDBN} expressions with the usual
12871conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
12872conditional breakpoint that suspends only after at least 5000
12873simulated clock ticks.
104c1213 12874
8e04817f
AC
12875@node Architectures
12876@section Architectures
104c1213 12877
8e04817f
AC
12878This section describes characteristics of architectures that affect
12879all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 12880
8e04817f
AC
12881@menu
12882* A29K::
12883* Alpha::
12884* MIPS::
12885@end menu
104c1213 12886
8e04817f
AC
12887@node A29K
12888@subsection A29K
104c1213
JM
12889
12890@table @code
104c1213 12891
8e04817f
AC
12892@kindex set rstack_high_address
12893@cindex AMD 29K register stack
12894@cindex register stack, AMD29K
12895@item set rstack_high_address @var{address}
12896On AMD 29000 family processors, registers are saved in a separate
12897@dfn{register stack}. There is no way for @value{GDBN} to determine the
12898extent of this stack. Normally, @value{GDBN} just assumes that the
12899stack is ``large enough''. This may result in @value{GDBN} referencing
12900memory locations that do not exist. If necessary, you can get around
12901this problem by specifying the ending address of the register stack with
12902the @code{set rstack_high_address} command. The argument should be an
12903address, which you probably want to precede with @samp{0x} to specify in
12904hexadecimal.
104c1213 12905
8e04817f
AC
12906@kindex show rstack_high_address
12907@item show rstack_high_address
12908Display the current limit of the register stack, on AMD 29000 family
12909processors.
104c1213 12910
8e04817f 12911@end table
104c1213 12912
8e04817f
AC
12913@node Alpha
12914@subsection Alpha
104c1213 12915
8e04817f 12916See the following section.
104c1213 12917
8e04817f
AC
12918@node MIPS
12919@subsection MIPS
104c1213 12920
8e04817f
AC
12921@cindex stack on Alpha
12922@cindex stack on MIPS
12923@cindex Alpha stack
12924@cindex MIPS stack
12925Alpha- and MIPS-based computers use an unusual stack frame, which
12926sometimes requires @value{GDBN} to search backward in the object code to
12927find the beginning of a function.
104c1213 12928
8e04817f
AC
12929@cindex response time, MIPS debugging
12930To improve response time (especially for embedded applications, where
12931@value{GDBN} may be restricted to a slow serial line for this search)
12932you may want to limit the size of this search, using one of these
12933commands:
104c1213 12934
8e04817f
AC
12935@table @code
12936@cindex @code{heuristic-fence-post} (Alpha, MIPS)
12937@item set heuristic-fence-post @var{limit}
12938Restrict @value{GDBN} to examining at most @var{limit} bytes in its
12939search for the beginning of a function. A value of @var{0} (the
12940default) means there is no limit. However, except for @var{0}, the
12941larger the limit the more bytes @code{heuristic-fence-post} must search
12942and therefore the longer it takes to run.
104c1213 12943
8e04817f
AC
12944@item show heuristic-fence-post
12945Display the current limit.
12946@end table
104c1213
JM
12947
12948@noindent
8e04817f
AC
12949These commands are available @emph{only} when @value{GDBN} is configured
12950for debugging programs on Alpha or MIPS processors.
104c1213 12951
104c1213 12952
8e04817f
AC
12953@node Controlling GDB
12954@chapter Controlling @value{GDBN}
12955
12956You can alter the way @value{GDBN} interacts with you by using the
12957@code{set} command. For commands controlling how @value{GDBN} displays
12958data, see @ref{Print Settings, ,Print settings}. Other settings are
12959described here.
12960
12961@menu
12962* Prompt:: Prompt
12963* Editing:: Command editing
12964* History:: Command history
12965* Screen Size:: Screen size
12966* Numbers:: Numbers
1e698235 12967* ABI:: Configuring the current ABI
8e04817f
AC
12968* Messages/Warnings:: Optional warnings and messages
12969* Debugging Output:: Optional messages about internal happenings
12970@end menu
12971
12972@node Prompt
12973@section Prompt
104c1213 12974
8e04817f 12975@cindex prompt
104c1213 12976
8e04817f
AC
12977@value{GDBN} indicates its readiness to read a command by printing a string
12978called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
12979can change the prompt string with the @code{set prompt} command. For
12980instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
12981the prompt in one of the @value{GDBN} sessions so that you can always tell
12982which one you are talking to.
104c1213 12983
8e04817f
AC
12984@emph{Note:} @code{set prompt} does not add a space for you after the
12985prompt you set. This allows you to set a prompt which ends in a space
12986or a prompt that does not.
104c1213 12987
8e04817f
AC
12988@table @code
12989@kindex set prompt
12990@item set prompt @var{newprompt}
12991Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 12992
8e04817f
AC
12993@kindex show prompt
12994@item show prompt
12995Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
12996@end table
12997
8e04817f
AC
12998@node Editing
12999@section Command editing
13000@cindex readline
13001@cindex command line editing
104c1213 13002
8e04817f
AC
13003@value{GDBN} reads its input commands via the @dfn{readline} interface. This
13004@sc{gnu} library provides consistent behavior for programs which provide a
13005command line interface to the user. Advantages are @sc{gnu} Emacs-style
13006or @dfn{vi}-style inline editing of commands, @code{csh}-like history
13007substitution, and a storage and recall of command history across
13008debugging sessions.
104c1213 13009
8e04817f
AC
13010You may control the behavior of command line editing in @value{GDBN} with the
13011command @code{set}.
104c1213 13012
8e04817f
AC
13013@table @code
13014@kindex set editing
13015@cindex editing
13016@item set editing
13017@itemx set editing on
13018Enable command line editing (enabled by default).
104c1213 13019
8e04817f
AC
13020@item set editing off
13021Disable command line editing.
104c1213 13022
8e04817f
AC
13023@kindex show editing
13024@item show editing
13025Show whether command line editing is enabled.
104c1213
JM
13026@end table
13027
8e04817f
AC
13028@node History
13029@section Command history
13030
13031@value{GDBN} can keep track of the commands you type during your
13032debugging sessions, so that you can be certain of precisely what
13033happened. Use these commands to manage the @value{GDBN} command
13034history facility.
104c1213
JM
13035
13036@table @code
8e04817f
AC
13037@cindex history substitution
13038@cindex history file
13039@kindex set history filename
13040@kindex GDBHISTFILE
13041@item set history filename @var{fname}
13042Set the name of the @value{GDBN} command history file to @var{fname}.
13043This is the file where @value{GDBN} reads an initial command history
13044list, and where it writes the command history from this session when it
13045exits. You can access this list through history expansion or through
13046the history command editing characters listed below. This file defaults
13047to the value of the environment variable @code{GDBHISTFILE}, or to
13048@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
13049is not set.
104c1213 13050
8e04817f
AC
13051@cindex history save
13052@kindex set history save
13053@item set history save
13054@itemx set history save on
13055Record command history in a file, whose name may be specified with the
13056@code{set history filename} command. By default, this option is disabled.
104c1213 13057
8e04817f
AC
13058@item set history save off
13059Stop recording command history in a file.
104c1213 13060
8e04817f
AC
13061@cindex history size
13062@kindex set history size
13063@item set history size @var{size}
13064Set the number of commands which @value{GDBN} keeps in its history list.
13065This defaults to the value of the environment variable
13066@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
13067@end table
13068
8e04817f
AC
13069@cindex history expansion
13070History expansion assigns special meaning to the character @kbd{!}.
13071@ifset have-readline-appendices
13072@xref{Event Designators}.
13073@end ifset
13074
13075Since @kbd{!} is also the logical not operator in C, history expansion
13076is off by default. If you decide to enable history expansion with the
13077@code{set history expansion on} command, you may sometimes need to
13078follow @kbd{!} (when it is used as logical not, in an expression) with
13079a space or a tab to prevent it from being expanded. The readline
13080history facilities do not attempt substitution on the strings
13081@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
13082
13083The commands to control history expansion are:
104c1213
JM
13084
13085@table @code
8e04817f
AC
13086@kindex set history expansion
13087@item set history expansion on
13088@itemx set history expansion
13089Enable history expansion. History expansion is off by default.
104c1213 13090
8e04817f
AC
13091@item set history expansion off
13092Disable history expansion.
104c1213 13093
8e04817f
AC
13094The readline code comes with more complete documentation of
13095editing and history expansion features. Users unfamiliar with @sc{gnu} Emacs
13096or @code{vi} may wish to read it.
13097@ifset have-readline-appendices
13098@xref{Command Line Editing}.
13099@end ifset
104c1213 13100
8e04817f
AC
13101@c @group
13102@kindex show history
13103@item show history
13104@itemx show history filename
13105@itemx show history save
13106@itemx show history size
13107@itemx show history expansion
13108These commands display the state of the @value{GDBN} history parameters.
13109@code{show history} by itself displays all four states.
13110@c @end group
13111@end table
13112
13113@table @code
13114@kindex shows
13115@item show commands
13116Display the last ten commands in the command history.
104c1213 13117
8e04817f
AC
13118@item show commands @var{n}
13119Print ten commands centered on command number @var{n}.
13120
13121@item show commands +
13122Print ten commands just after the commands last printed.
104c1213
JM
13123@end table
13124
8e04817f
AC
13125@node Screen Size
13126@section Screen size
13127@cindex size of screen
13128@cindex pauses in output
104c1213 13129
8e04817f
AC
13130Certain commands to @value{GDBN} may produce large amounts of
13131information output to the screen. To help you read all of it,
13132@value{GDBN} pauses and asks you for input at the end of each page of
13133output. Type @key{RET} when you want to continue the output, or @kbd{q}
13134to discard the remaining output. Also, the screen width setting
13135determines when to wrap lines of output. Depending on what is being
13136printed, @value{GDBN} tries to break the line at a readable place,
13137rather than simply letting it overflow onto the following line.
13138
13139Normally @value{GDBN} knows the size of the screen from the terminal
13140driver software. For example, on Unix @value{GDBN} uses the termcap data base
13141together with the value of the @code{TERM} environment variable and the
13142@code{stty rows} and @code{stty cols} settings. If this is not correct,
13143you can override it with the @code{set height} and @code{set
13144width} commands:
13145
13146@table @code
13147@kindex set height
13148@kindex set width
13149@kindex show width
13150@kindex show height
13151@item set height @var{lpp}
13152@itemx show height
13153@itemx set width @var{cpl}
13154@itemx show width
13155These @code{set} commands specify a screen height of @var{lpp} lines and
13156a screen width of @var{cpl} characters. The associated @code{show}
13157commands display the current settings.
104c1213 13158
8e04817f
AC
13159If you specify a height of zero lines, @value{GDBN} does not pause during
13160output no matter how long the output is. This is useful if output is to a
13161file or to an editor buffer.
104c1213 13162
8e04817f
AC
13163Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
13164from wrapping its output.
104c1213
JM
13165@end table
13166
8e04817f
AC
13167@node Numbers
13168@section Numbers
13169@cindex number representation
13170@cindex entering numbers
104c1213 13171
8e04817f
AC
13172You can always enter numbers in octal, decimal, or hexadecimal in
13173@value{GDBN} by the usual conventions: octal numbers begin with
13174@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
13175begin with @samp{0x}. Numbers that begin with none of these are, by
13176default, entered in base 10; likewise, the default display for
13177numbers---when no particular format is specified---is base 10. You can
13178change the default base for both input and output with the @code{set
13179radix} command.
104c1213 13180
8e04817f
AC
13181@table @code
13182@kindex set input-radix
13183@item set input-radix @var{base}
13184Set the default base for numeric input. Supported choices
13185for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
13186specified either unambiguously or using the current default radix; for
13187example, any of
104c1213 13188
8e04817f
AC
13189@smallexample
13190set radix 012
13191set radix 10.
13192set radix 0xa
13193@end smallexample
104c1213 13194
8e04817f
AC
13195@noindent
13196sets the base to decimal. On the other hand, @samp{set radix 10}
13197leaves the radix unchanged no matter what it was.
104c1213 13198
8e04817f
AC
13199@kindex set output-radix
13200@item set output-radix @var{base}
13201Set the default base for numeric display. Supported choices
13202for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
13203specified either unambiguously or using the current default radix.
104c1213 13204
8e04817f
AC
13205@kindex show input-radix
13206@item show input-radix
13207Display the current default base for numeric input.
104c1213 13208
8e04817f
AC
13209@kindex show output-radix
13210@item show output-radix
13211Display the current default base for numeric display.
13212@end table
104c1213 13213
1e698235
DJ
13214@node ABI
13215@section Configuring the current ABI
13216
13217@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
13218application automatically. However, sometimes you need to override its
13219conclusions. Use these commands to manage @value{GDBN}'s view of the
13220current ABI.
13221
98b45e30
DJ
13222@cindex OS ABI
13223@kindex set osabi
b4e9345d 13224@kindex show osabi
98b45e30
DJ
13225
13226One @value{GDBN} configuration can debug binaries for multiple operating
b383017d 13227system targets, either via remote debugging or native emulation.
98b45e30
DJ
13228@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
13229but you can override its conclusion using the @code{set osabi} command.
13230One example where this is useful is in debugging of binaries which use
13231an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
13232not have the same identifying marks that the standard C library for your
13233platform provides.
13234
13235@table @code
13236@item show osabi
13237Show the OS ABI currently in use.
13238
13239@item set osabi
13240With no argument, show the list of registered available OS ABI's.
13241
13242@item set osabi @var{abi}
13243Set the current OS ABI to @var{abi}.
13244@end table
13245
1e698235
DJ
13246@cindex float promotion
13247@kindex set coerce-float-to-double
13248
13249Generally, the way that an argument of type @code{float} is passed to a
13250function depends on whether the function is prototyped. For a prototyped
13251(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
13252according to the architecture's convention for @code{float}. For unprototyped
13253(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
13254@code{double} and then passed.
13255
13256Unfortunately, some forms of debug information do not reliably indicate whether
13257a function is prototyped. If @value{GDBN} calls a function that is not marked
13258as prototyped, it consults @kbd{set coerce-float-to-double}.
13259
13260@table @code
13261@item set coerce-float-to-double
13262@itemx set coerce-float-to-double on
13263Arguments of type @code{float} will be promoted to @code{double} when passed
13264to an unprototyped function. This is the default setting.
13265
13266@item set coerce-float-to-double off
13267Arguments of type @code{float} will be passed directly to unprototyped
13268functions.
13269@end table
13270
f1212245
DJ
13271@kindex set cp-abi
13272@kindex show cp-abi
13273@value{GDBN} needs to know the ABI used for your program's C@t{++}
13274objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
13275used to build your application. @value{GDBN} only fully supports
13276programs with a single C@t{++} ABI; if your program contains code using
13277multiple C@t{++} ABI's or if @value{GDBN} can not identify your
13278program's ABI correctly, you can tell @value{GDBN} which ABI to use.
13279Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
13280before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
13281``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
13282use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
13283``auto''.
13284
13285@table @code
13286@item show cp-abi
13287Show the C@t{++} ABI currently in use.
13288
13289@item set cp-abi
13290With no argument, show the list of supported C@t{++} ABI's.
13291
13292@item set cp-abi @var{abi}
13293@itemx set cp-abi auto
13294Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
13295@end table
13296
8e04817f
AC
13297@node Messages/Warnings
13298@section Optional warnings and messages
104c1213 13299
8e04817f
AC
13300By default, @value{GDBN} is silent about its inner workings. If you are
13301running on a slow machine, you may want to use the @code{set verbose}
13302command. This makes @value{GDBN} tell you when it does a lengthy
13303internal operation, so you will not think it has crashed.
104c1213 13304
8e04817f
AC
13305Currently, the messages controlled by @code{set verbose} are those
13306which announce that the symbol table for a source file is being read;
13307see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
104c1213 13308
8e04817f
AC
13309@table @code
13310@kindex set verbose
13311@item set verbose on
13312Enables @value{GDBN} output of certain informational messages.
104c1213 13313
8e04817f
AC
13314@item set verbose off
13315Disables @value{GDBN} output of certain informational messages.
104c1213 13316
8e04817f
AC
13317@kindex show verbose
13318@item show verbose
13319Displays whether @code{set verbose} is on or off.
13320@end table
104c1213 13321
8e04817f
AC
13322By default, if @value{GDBN} encounters bugs in the symbol table of an
13323object file, it is silent; but if you are debugging a compiler, you may
13324find this information useful (@pxref{Symbol Errors, ,Errors reading
13325symbol files}).
104c1213 13326
8e04817f 13327@table @code
104c1213 13328
8e04817f
AC
13329@kindex set complaints
13330@item set complaints @var{limit}
13331Permits @value{GDBN} to output @var{limit} complaints about each type of
13332unusual symbols before becoming silent about the problem. Set
13333@var{limit} to zero to suppress all complaints; set it to a large number
13334to prevent complaints from being suppressed.
104c1213 13335
8e04817f
AC
13336@kindex show complaints
13337@item show complaints
13338Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 13339
8e04817f 13340@end table
104c1213 13341
8e04817f
AC
13342By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
13343lot of stupid questions to confirm certain commands. For example, if
13344you try to run a program which is already running:
104c1213 13345
474c8240 13346@smallexample
8e04817f
AC
13347(@value{GDBP}) run
13348The program being debugged has been started already.
13349Start it from the beginning? (y or n)
474c8240 13350@end smallexample
104c1213 13351
8e04817f
AC
13352If you are willing to unflinchingly face the consequences of your own
13353commands, you can disable this ``feature'':
104c1213 13354
8e04817f 13355@table @code
104c1213 13356
8e04817f
AC
13357@kindex set confirm
13358@cindex flinching
13359@cindex confirmation
13360@cindex stupid questions
13361@item set confirm off
13362Disables confirmation requests.
104c1213 13363
8e04817f
AC
13364@item set confirm on
13365Enables confirmation requests (the default).
104c1213 13366
8e04817f
AC
13367@kindex show confirm
13368@item show confirm
13369Displays state of confirmation requests.
13370
13371@end table
104c1213 13372
8e04817f
AC
13373@node Debugging Output
13374@section Optional messages about internal happenings
104c1213 13375@table @code
8e04817f
AC
13376@kindex set debug arch
13377@item set debug arch
13378Turns on or off display of gdbarch debugging info. The default is off
13379@kindex show debug arch
13380@item show debug arch
13381Displays the current state of displaying gdbarch debugging info.
13382@kindex set debug event
13383@item set debug event
13384Turns on or off display of @value{GDBN} event debugging info. The
13385default is off.
13386@kindex show debug event
13387@item show debug event
13388Displays the current state of displaying @value{GDBN} event debugging
13389info.
13390@kindex set debug expression
13391@item set debug expression
13392Turns on or off display of @value{GDBN} expression debugging info. The
13393default is off.
13394@kindex show debug expression
13395@item show debug expression
13396Displays the current state of displaying @value{GDBN} expression
13397debugging info.
7453dc06
AC
13398@kindex set debug frame
13399@item set debug frame
13400Turns on or off display of @value{GDBN} frame debugging info. The
13401default is off.
13402@kindex show debug frame
13403@item show debug frame
13404Displays the current state of displaying @value{GDBN} frame debugging
13405info.
8e04817f
AC
13406@kindex set debug overload
13407@item set debug overload
13408Turns on or off display of @value{GDBN} C@t{++} overload debugging
13409info. This includes info such as ranking of functions, etc. The default
13410is off.
13411@kindex show debug overload
13412@item show debug overload
13413Displays the current state of displaying @value{GDBN} C@t{++} overload
13414debugging info.
13415@kindex set debug remote
13416@cindex packets, reporting on stdout
13417@cindex serial connections, debugging
13418@item set debug remote
13419Turns on or off display of reports on all packets sent back and forth across
13420the serial line to the remote machine. The info is printed on the
13421@value{GDBN} standard output stream. The default is off.
13422@kindex show debug remote
13423@item show debug remote
13424Displays the state of display of remote packets.
13425@kindex set debug serial
13426@item set debug serial
13427Turns on or off display of @value{GDBN} serial debugging info. The
13428default is off.
13429@kindex show debug serial
13430@item show debug serial
13431Displays the current state of displaying @value{GDBN} serial debugging
13432info.
13433@kindex set debug target
13434@item set debug target
13435Turns on or off display of @value{GDBN} target debugging info. This info
13436includes what is going on at the target level of GDB, as it happens. The
13437default is off.
13438@kindex show debug target
13439@item show debug target
13440Displays the current state of displaying @value{GDBN} target debugging
13441info.
13442@kindex set debug varobj
13443@item set debug varobj
13444Turns on or off display of @value{GDBN} variable object debugging
13445info. The default is off.
13446@kindex show debug varobj
13447@item show debug varobj
13448Displays the current state of displaying @value{GDBN} variable object
13449debugging info.
13450@end table
104c1213 13451
8e04817f
AC
13452@node Sequences
13453@chapter Canned Sequences of Commands
104c1213 13454
8e04817f
AC
13455Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
13456command lists}), @value{GDBN} provides two ways to store sequences of
13457commands for execution as a unit: user-defined commands and command
13458files.
104c1213 13459
8e04817f
AC
13460@menu
13461* Define:: User-defined commands
13462* Hooks:: User-defined command hooks
13463* Command Files:: Command files
13464* Output:: Commands for controlled output
13465@end menu
104c1213 13466
8e04817f
AC
13467@node Define
13468@section User-defined commands
104c1213 13469
8e04817f
AC
13470@cindex user-defined command
13471A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
13472which you assign a new name as a command. This is done with the
13473@code{define} command. User commands may accept up to 10 arguments
13474separated by whitespace. Arguments are accessed within the user command
13475via @var{$arg0@dots{}$arg9}. A trivial example:
104c1213 13476
8e04817f
AC
13477@smallexample
13478define adder
13479 print $arg0 + $arg1 + $arg2
13480@end smallexample
104c1213
JM
13481
13482@noindent
8e04817f 13483To execute the command use:
104c1213 13484
8e04817f
AC
13485@smallexample
13486adder 1 2 3
13487@end smallexample
104c1213 13488
8e04817f
AC
13489@noindent
13490This defines the command @code{adder}, which prints the sum of
13491its three arguments. Note the arguments are text substitutions, so they may
13492reference variables, use complex expressions, or even perform inferior
13493functions calls.
104c1213
JM
13494
13495@table @code
104c1213 13496
8e04817f
AC
13497@kindex define
13498@item define @var{commandname}
13499Define a command named @var{commandname}. If there is already a command
13500by that name, you are asked to confirm that you want to redefine it.
104c1213 13501
8e04817f
AC
13502The definition of the command is made up of other @value{GDBN} command lines,
13503which are given following the @code{define} command. The end of these
13504commands is marked by a line containing @code{end}.
104c1213 13505
8e04817f
AC
13506@kindex if
13507@kindex else
13508@item if
13509Takes a single argument, which is an expression to evaluate.
13510It is followed by a series of commands that are executed
13511only if the expression is true (nonzero).
13512There can then optionally be a line @code{else}, followed
13513by a series of commands that are only executed if the expression
13514was false. The end of the list is marked by a line containing @code{end}.
104c1213 13515
8e04817f
AC
13516@kindex while
13517@item while
13518The syntax is similar to @code{if}: the command takes a single argument,
13519which is an expression to evaluate, and must be followed by the commands to
13520execute, one per line, terminated by an @code{end}.
13521The commands are executed repeatedly as long as the expression
13522evaluates to true.
104c1213 13523
8e04817f
AC
13524@kindex document
13525@item document @var{commandname}
13526Document the user-defined command @var{commandname}, so that it can be
13527accessed by @code{help}. The command @var{commandname} must already be
13528defined. This command reads lines of documentation just as @code{define}
13529reads the lines of the command definition, ending with @code{end}.
13530After the @code{document} command is finished, @code{help} on command
13531@var{commandname} displays the documentation you have written.
104c1213 13532
8e04817f
AC
13533You may use the @code{document} command again to change the
13534documentation of a command. Redefining the command with @code{define}
13535does not change the documentation.
104c1213 13536
8e04817f
AC
13537@kindex help user-defined
13538@item help user-defined
13539List all user-defined commands, with the first line of the documentation
13540(if any) for each.
104c1213 13541
8e04817f
AC
13542@kindex show user
13543@item show user
13544@itemx show user @var{commandname}
13545Display the @value{GDBN} commands used to define @var{commandname} (but
13546not its documentation). If no @var{commandname} is given, display the
13547definitions for all user-defined commands.
104c1213 13548
20f01a46
DH
13549@kindex show max-user-call-depth
13550@kindex set max-user-call-depth
13551@item show max-user-call-depth
5ca0cb28
DH
13552@itemx set max-user-call-depth
13553The value of @code{max-user-call-depth} controls how many recursion
13554levels are allowed in user-defined commands before GDB suspects an
13555infinite recursion and aborts the command.
20f01a46 13556
104c1213
JM
13557@end table
13558
8e04817f
AC
13559When user-defined commands are executed, the
13560commands of the definition are not printed. An error in any command
13561stops execution of the user-defined command.
104c1213 13562
8e04817f
AC
13563If used interactively, commands that would ask for confirmation proceed
13564without asking when used inside a user-defined command. Many @value{GDBN}
13565commands that normally print messages to say what they are doing omit the
13566messages when used in a user-defined command.
104c1213 13567
8e04817f
AC
13568@node Hooks
13569@section User-defined command hooks
13570@cindex command hooks
13571@cindex hooks, for commands
13572@cindex hooks, pre-command
104c1213 13573
8e04817f
AC
13574@kindex hook
13575@kindex hook-
13576You may define @dfn{hooks}, which are a special kind of user-defined
13577command. Whenever you run the command @samp{foo}, if the user-defined
13578command @samp{hook-foo} exists, it is executed (with no arguments)
13579before that command.
104c1213 13580
8e04817f
AC
13581@cindex hooks, post-command
13582@kindex hookpost
13583@kindex hookpost-
13584A hook may also be defined which is run after the command you executed.
13585Whenever you run the command @samp{foo}, if the user-defined command
13586@samp{hookpost-foo} exists, it is executed (with no arguments) after
13587that command. Post-execution hooks may exist simultaneously with
13588pre-execution hooks, for the same command.
104c1213 13589
8e04817f
AC
13590It is valid for a hook to call the command which it hooks. If this
13591occurs, the hook is not re-executed, thereby avoiding infinte recursion.
104c1213 13592
8e04817f
AC
13593@c It would be nice if hookpost could be passed a parameter indicating
13594@c if the command it hooks executed properly or not. FIXME!
104c1213 13595
8e04817f
AC
13596@kindex stop@r{, a pseudo-command}
13597In addition, a pseudo-command, @samp{stop} exists. Defining
13598(@samp{hook-stop}) makes the associated commands execute every time
13599execution stops in your program: before breakpoint commands are run,
13600displays are printed, or the stack frame is printed.
104c1213 13601
8e04817f
AC
13602For example, to ignore @code{SIGALRM} signals while
13603single-stepping, but treat them normally during normal execution,
13604you could define:
104c1213 13605
474c8240 13606@smallexample
8e04817f
AC
13607define hook-stop
13608handle SIGALRM nopass
13609end
104c1213 13610
8e04817f
AC
13611define hook-run
13612handle SIGALRM pass
13613end
104c1213 13614
8e04817f
AC
13615define hook-continue
13616handle SIGLARM pass
13617end
474c8240 13618@end smallexample
104c1213 13619
8e04817f 13620As a further example, to hook at the begining and end of the @code{echo}
b383017d 13621command, and to add extra text to the beginning and end of the message,
8e04817f 13622you could define:
104c1213 13623
474c8240 13624@smallexample
8e04817f
AC
13625define hook-echo
13626echo <<<---
13627end
104c1213 13628
8e04817f
AC
13629define hookpost-echo
13630echo --->>>\n
13631end
104c1213 13632
8e04817f
AC
13633(@value{GDBP}) echo Hello World
13634<<<---Hello World--->>>
13635(@value{GDBP})
104c1213 13636
474c8240 13637@end smallexample
104c1213 13638
8e04817f
AC
13639You can define a hook for any single-word command in @value{GDBN}, but
13640not for command aliases; you should define a hook for the basic command
13641name, e.g. @code{backtrace} rather than @code{bt}.
13642@c FIXME! So how does Joe User discover whether a command is an alias
13643@c or not?
13644If an error occurs during the execution of your hook, execution of
13645@value{GDBN} commands stops and @value{GDBN} issues a prompt
13646(before the command that you actually typed had a chance to run).
104c1213 13647
8e04817f
AC
13648If you try to define a hook which does not match any known command, you
13649get a warning from the @code{define} command.
c906108c 13650
8e04817f
AC
13651@node Command Files
13652@section Command files
c906108c 13653
8e04817f
AC
13654@cindex command files
13655A command file for @value{GDBN} is a file of lines that are @value{GDBN}
13656commands. Comments (lines starting with @kbd{#}) may also be included.
13657An empty line in a command file does nothing; it does not mean to repeat
13658the last command, as it would from the terminal.
c906108c 13659
8e04817f
AC
13660@cindex init file
13661@cindex @file{.gdbinit}
13662@cindex @file{gdb.ini}
13663When you start @value{GDBN}, it automatically executes commands from its
13664@dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
13665port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
13666limitations of file names imposed by DOS filesystems.}.
13667During startup, @value{GDBN} does the following:
c906108c 13668
8e04817f
AC
13669@enumerate
13670@item
13671Reads the init file (if any) in your home directory@footnote{On
13672DOS/Windows systems, the home directory is the one pointed to by the
13673@code{HOME} environment variable.}.
c906108c 13674
8e04817f
AC
13675@item
13676Processes command line options and operands.
c906108c 13677
8e04817f
AC
13678@item
13679Reads the init file (if any) in the current working directory.
c906108c 13680
8e04817f
AC
13681@item
13682Reads command files specified by the @samp{-x} option.
13683@end enumerate
c906108c 13684
8e04817f
AC
13685The init file in your home directory can set options (such as @samp{set
13686complaints}) that affect subsequent processing of command line options
13687and operands. Init files are not executed if you use the @samp{-nx}
13688option (@pxref{Mode Options, ,Choosing modes}).
c906108c 13689
8e04817f
AC
13690@cindex init file name
13691On some configurations of @value{GDBN}, the init file is known by a
13692different name (these are typically environments where a specialized
13693form of @value{GDBN} may need to coexist with other forms, hence a
13694different name for the specialized version's init file). These are the
13695environments with special init file names:
c906108c 13696
8e04817f
AC
13697@cindex @file{.vxgdbinit}
13698@itemize @bullet
13699@item
13700VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
c906108c 13701
8e04817f
AC
13702@cindex @file{.os68gdbinit}
13703@item
13704OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
c906108c 13705
8e04817f
AC
13706@cindex @file{.esgdbinit}
13707@item
13708ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
13709@end itemize
c906108c 13710
8e04817f
AC
13711You can also request the execution of a command file with the
13712@code{source} command:
c906108c 13713
8e04817f
AC
13714@table @code
13715@kindex source
13716@item source @var{filename}
13717Execute the command file @var{filename}.
c906108c
SS
13718@end table
13719
8e04817f 13720The lines in a command file are executed sequentially. They are not
a71ec265
DH
13721printed as they are executed. An error in any command terminates
13722execution of the command file and control is returned to the console.
c906108c 13723
8e04817f
AC
13724Commands that would ask for confirmation if used interactively proceed
13725without asking when used in a command file. Many @value{GDBN} commands that
13726normally print messages to say what they are doing omit the messages
13727when called from command files.
c906108c 13728
8e04817f
AC
13729@value{GDBN} also accepts command input from standard input. In this
13730mode, normal output goes to standard output and error output goes to
13731standard error. Errors in a command file supplied on standard input do
13732not terminate execution of the command file --- execution continues with
13733the next command.
c906108c 13734
474c8240 13735@smallexample
8e04817f 13736gdb < cmds > log 2>&1
474c8240 13737@end smallexample
c906108c 13738
8e04817f
AC
13739(The syntax above will vary depending on the shell used.) This example
13740will execute commands from the file @file{cmds}. All output and errors
13741would be directed to @file{log}.
c906108c 13742
8e04817f
AC
13743@node Output
13744@section Commands for controlled output
c906108c 13745
8e04817f
AC
13746During the execution of a command file or a user-defined command, normal
13747@value{GDBN} output is suppressed; the only output that appears is what is
13748explicitly printed by the commands in the definition. This section
13749describes three commands useful for generating exactly the output you
13750want.
c906108c
SS
13751
13752@table @code
8e04817f
AC
13753@kindex echo
13754@item echo @var{text}
13755@c I do not consider backslash-space a standard C escape sequence
13756@c because it is not in ANSI.
13757Print @var{text}. Nonprinting characters can be included in
13758@var{text} using C escape sequences, such as @samp{\n} to print a
13759newline. @strong{No newline is printed unless you specify one.}
13760In addition to the standard C escape sequences, a backslash followed
13761by a space stands for a space. This is useful for displaying a
13762string with spaces at the beginning or the end, since leading and
13763trailing spaces are otherwise trimmed from all arguments.
13764To print @samp{@w{ }and foo =@w{ }}, use the command
13765@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 13766
8e04817f
AC
13767A backslash at the end of @var{text} can be used, as in C, to continue
13768the command onto subsequent lines. For example,
c906108c 13769
474c8240 13770@smallexample
8e04817f
AC
13771echo This is some text\n\
13772which is continued\n\
13773onto several lines.\n
474c8240 13774@end smallexample
c906108c 13775
8e04817f 13776produces the same output as
c906108c 13777
474c8240 13778@smallexample
8e04817f
AC
13779echo This is some text\n
13780echo which is continued\n
13781echo onto several lines.\n
474c8240 13782@end smallexample
c906108c 13783
8e04817f
AC
13784@kindex output
13785@item output @var{expression}
13786Print the value of @var{expression} and nothing but that value: no
13787newlines, no @samp{$@var{nn} = }. The value is not entered in the
13788value history either. @xref{Expressions, ,Expressions}, for more information
13789on expressions.
c906108c 13790
8e04817f
AC
13791@item output/@var{fmt} @var{expression}
13792Print the value of @var{expression} in format @var{fmt}. You can use
13793the same formats as for @code{print}. @xref{Output Formats,,Output
13794formats}, for more information.
c906108c 13795
8e04817f
AC
13796@kindex printf
13797@item printf @var{string}, @var{expressions}@dots{}
13798Print the values of the @var{expressions} under the control of
13799@var{string}. The @var{expressions} are separated by commas and may be
13800either numbers or pointers. Their values are printed as specified by
13801@var{string}, exactly as if your program were to execute the C
13802subroutine
13803@c FIXME: the above implies that at least all ANSI C formats are
13804@c supported, but it isn't true: %E and %G don't work (or so it seems).
13805@c Either this is a bug, or the manual should document what formats are
13806@c supported.
c906108c 13807
474c8240 13808@smallexample
8e04817f 13809printf (@var{string}, @var{expressions}@dots{});
474c8240 13810@end smallexample
c906108c 13811
8e04817f 13812For example, you can print two values in hex like this:
c906108c 13813
8e04817f
AC
13814@smallexample
13815printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
13816@end smallexample
c906108c 13817
8e04817f
AC
13818The only backslash-escape sequences that you can use in the format
13819string are the simple ones that consist of backslash followed by a
13820letter.
c906108c
SS
13821@end table
13822
21c294e6
AC
13823@node Interpreters
13824@chapter Command Interpreters
13825@cindex command interpreters
13826
13827@value{GDBN} supports multiple command interpreters, and some command
13828infrastructure to allow users or user interface writers to switch
13829between interpreters or run commands in other interpreters.
13830
13831@value{GDBN} currently supports two command interpreters, the console
13832interpreter (sometimes called the command-line interpreter or @sc{cli})
13833and the machine interface interpreter (or @sc{gdb/mi}). This manual
13834describes both of these interfaces in great detail.
13835
13836By default, @value{GDBN} will start with the console interpreter.
13837However, the user may choose to start @value{GDBN} with another
13838interpreter by specifying the @option{-i} or @option{--interpreter}
13839startup options. Defined interpreters include:
13840
13841@table @code
13842@item console
13843@cindex console interpreter
13844The traditional console or command-line interpreter. This is the most often
13845used interpreter with @value{GDBN}. With no interpreter specified at runtime,
13846@value{GDBN} will use this interpreter.
13847
13848@item mi
13849@cindex mi interpreter
13850The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
13851by programs wishing to use @value{GDBN} as a backend for a debugger GUI
13852or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
13853Interface}.
13854
13855@item mi2
13856@cindex mi2 interpreter
13857The current @sc{gdb/mi} interface.
13858
13859@item mi1
13860@cindex mi1 interpreter
13861The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
13862
13863@end table
13864
13865@cindex invoke another interpreter
13866The interpreter being used by @value{GDBN} may not be dynamically
13867switched at runtime. Although possible, this could lead to a very
13868precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
13869enters the command "interpreter-set console" in a console view,
13870@value{GDBN} would switch to using the console interpreter, rendering
13871the IDE inoperable!
13872
13873@kindex interpreter-exec
13874Although you may only choose a single interpreter at startup, you may execute
13875commands in any interpreter from the current interpreter using the appropriate
13876command. If you are running the console interpreter, simply use the
13877@code{interpreter-exec} command:
13878
13879@smallexample
13880interpreter-exec mi "-data-list-register-names"
13881@end smallexample
13882
13883@sc{gdb/mi} has a similar command, although it is only available in versions of
13884@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
13885
8e04817f
AC
13886@node TUI
13887@chapter @value{GDBN} Text User Interface
13888@cindex TUI
c906108c 13889
8e04817f
AC
13890@menu
13891* TUI Overview:: TUI overview
13892* TUI Keys:: TUI key bindings
7cf36c78 13893* TUI Single Key Mode:: TUI single key mode
8e04817f
AC
13894* TUI Commands:: TUI specific commands
13895* TUI Configuration:: TUI configuration variables
13896@end menu
c906108c 13897
8e04817f
AC
13898The @value{GDBN} Text User Interface, TUI in short,
13899is a terminal interface which uses the @code{curses} library
13900to show the source file, the assembly output, the program registers
13901and @value{GDBN} commands in separate text windows.
13902The TUI is available only when @value{GDBN} is configured
13903with the @code{--enable-tui} configure option (@pxref{Configure Options}).
c906108c 13904
8e04817f
AC
13905@node TUI Overview
13906@section TUI overview
c906108c 13907
8e04817f
AC
13908The TUI has two display modes that can be switched while
13909@value{GDBN} runs:
c906108c 13910
8e04817f
AC
13911@itemize @bullet
13912@item
13913A curses (or TUI) mode in which it displays several text
13914windows on the terminal.
c906108c 13915
8e04817f
AC
13916@item
13917A standard mode which corresponds to the @value{GDBN} configured without
13918the TUI.
13919@end itemize
c906108c 13920
8e04817f
AC
13921In the TUI mode, @value{GDBN} can display several text window
13922on the terminal:
c906108c 13923
8e04817f
AC
13924@table @emph
13925@item command
13926This window is the @value{GDBN} command window with the @value{GDBN}
13927prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
13928managed using readline but through the TUI. The @emph{command}
13929window is always visible.
c906108c 13930
8e04817f
AC
13931@item source
13932The source window shows the source file of the program. The current
13933line as well as active breakpoints are displayed in this window.
c906108c 13934
8e04817f
AC
13935@item assembly
13936The assembly window shows the disassembly output of the program.
c906108c 13937
8e04817f
AC
13938@item register
13939This window shows the processor registers. It detects when
13940a register is changed and when this is the case, registers that have
13941changed are highlighted.
c906108c 13942
c906108c
SS
13943@end table
13944
269c21fe
SC
13945The source and assembly windows show the current program position
13946by highlighting the current line and marking them with the @samp{>} marker.
13947Breakpoints are also indicated with two markers. A first one
13948indicates the breakpoint type:
13949
13950@table @code
13951@item B
13952Breakpoint which was hit at least once.
13953
13954@item b
13955Breakpoint which was never hit.
13956
13957@item H
13958Hardware breakpoint which was hit at least once.
13959
13960@item h
13961Hardware breakpoint which was never hit.
13962
13963@end table
13964
13965The second marker indicates whether the breakpoint is enabled or not:
13966
13967@table @code
13968@item +
13969Breakpoint is enabled.
13970
13971@item -
13972Breakpoint is disabled.
13973
13974@end table
13975
8e04817f
AC
13976The source, assembly and register windows are attached to the thread
13977and the frame position. They are updated when the current thread
13978changes, when the frame changes or when the program counter changes.
13979These three windows are arranged by the TUI according to several
13980layouts. The layout defines which of these three windows are visible.
13981The following layouts are available:
c906108c 13982
8e04817f
AC
13983@itemize @bullet
13984@item
13985source
2df3850c 13986
8e04817f
AC
13987@item
13988assembly
13989
13990@item
13991source and assembly
13992
13993@item
13994source and registers
c906108c 13995
8e04817f
AC
13996@item
13997assembly and registers
2df3850c 13998
8e04817f 13999@end itemize
c906108c 14000
b7bb15bc
SC
14001On top of the command window a status line gives various information
14002concerning the current process begin debugged. The status line is
14003updated when the information it shows changes. The following fields
14004are displayed:
14005
14006@table @emph
14007@item target
14008Indicates the current gdb target
14009(@pxref{Targets, ,Specifying a Debugging Target}).
14010
14011@item process
14012Gives information about the current process or thread number.
14013When no process is being debugged, this field is set to @code{No process}.
14014
14015@item function
14016Gives the current function name for the selected frame.
14017The name is demangled if demangling is turned on (@pxref{Print Settings}).
14018When there is no symbol corresponding to the current program counter
14019the string @code{??} is displayed.
14020
14021@item line
14022Indicates the current line number for the selected frame.
14023When the current line number is not known the string @code{??} is displayed.
14024
14025@item pc
14026Indicates the current program counter address.
14027
14028@end table
14029
8e04817f
AC
14030@node TUI Keys
14031@section TUI Key Bindings
14032@cindex TUI key bindings
c906108c 14033
8e04817f
AC
14034The TUI installs several key bindings in the readline keymaps
14035(@pxref{Command Line Editing}).
14036They allow to leave or enter in the TUI mode or they operate
7cf36c78
SC
14037directly on the TUI layout and windows. The TUI also provides
14038a @emph{SingleKey} keymap which binds several keys directly to
14039@value{GDBN} commands. The following key bindings
8e04817f 14040are installed for both TUI mode and the @value{GDBN} standard mode.
c906108c 14041
8e04817f
AC
14042@table @kbd
14043@kindex C-x C-a
14044@item C-x C-a
14045@kindex C-x a
14046@itemx C-x a
14047@kindex C-x A
14048@itemx C-x A
14049Enter or leave the TUI mode. When the TUI mode is left,
14050the curses window management is left and @value{GDBN} operates using
14051its standard mode writing on the terminal directly. When the TUI
14052mode is entered, the control is given back to the curses windows.
14053The screen is then refreshed.
c906108c 14054
8e04817f
AC
14055@kindex C-x 1
14056@item C-x 1
14057Use a TUI layout with only one window. The layout will
14058either be @samp{source} or @samp{assembly}. When the TUI mode
14059is not active, it will switch to the TUI mode.
2df3850c 14060
8e04817f 14061Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 14062
8e04817f
AC
14063@kindex C-x 2
14064@item C-x 2
14065Use a TUI layout with at least two windows. When the current
14066layout shows already two windows, a next layout with two windows is used.
14067When a new layout is chosen, one window will always be common to the
14068previous layout and the new one.
c906108c 14069
8e04817f 14070Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 14071
72ffddc9
SC
14072@kindex C-x o
14073@item C-x o
14074Change the active window. The TUI associates several key bindings
14075(like scrolling and arrow keys) to the active window. This command
14076gives the focus to the next TUI window.
14077
14078Think of it as the Emacs @kbd{C-x o} binding.
14079
7cf36c78
SC
14080@kindex C-x s
14081@item C-x s
14082Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
14083(@pxref{TUI Single Key Mode}).
14084
c906108c
SS
14085@end table
14086
8e04817f 14087The following key bindings are handled only by the TUI mode:
5d161b24 14088
8e04817f
AC
14089@table @key
14090@kindex PgUp
14091@item PgUp
14092Scroll the active window one page up.
c906108c 14093
8e04817f
AC
14094@kindex PgDn
14095@item PgDn
14096Scroll the active window one page down.
c906108c 14097
8e04817f
AC
14098@kindex Up
14099@item Up
14100Scroll the active window one line up.
c906108c 14101
8e04817f
AC
14102@kindex Down
14103@item Down
14104Scroll the active window one line down.
c906108c 14105
8e04817f
AC
14106@kindex Left
14107@item Left
14108Scroll the active window one column left.
c906108c 14109
8e04817f
AC
14110@kindex Right
14111@item Right
14112Scroll the active window one column right.
c906108c 14113
8e04817f
AC
14114@kindex C-L
14115@item C-L
14116Refresh the screen.
c906108c 14117
8e04817f 14118@end table
c906108c 14119
8e04817f 14120In the TUI mode, the arrow keys are used by the active window
72ffddc9
SC
14121for scrolling. This means they are available for readline when the
14122active window is the command window. When the command window
14123does not have the focus, it is necessary to use other readline
14124key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
8e04817f 14125
7cf36c78
SC
14126@node TUI Single Key Mode
14127@section TUI Single Key Mode
14128@cindex TUI single key mode
14129
14130The TUI provides a @emph{SingleKey} mode in which it installs a particular
14131key binding in the readline keymaps to connect single keys to
b383017d 14132some gdb commands.
7cf36c78
SC
14133
14134@table @kbd
14135@kindex c @r{(SingleKey TUI key)}
14136@item c
14137continue
14138
14139@kindex d @r{(SingleKey TUI key)}
14140@item d
14141down
14142
14143@kindex f @r{(SingleKey TUI key)}
14144@item f
14145finish
14146
14147@kindex n @r{(SingleKey TUI key)}
14148@item n
14149next
14150
14151@kindex q @r{(SingleKey TUI key)}
14152@item q
14153exit the @emph{SingleKey} mode.
14154
14155@kindex r @r{(SingleKey TUI key)}
14156@item r
14157run
14158
14159@kindex s @r{(SingleKey TUI key)}
14160@item s
14161step
14162
14163@kindex u @r{(SingleKey TUI key)}
14164@item u
14165up
14166
14167@kindex v @r{(SingleKey TUI key)}
14168@item v
14169info locals
14170
14171@kindex w @r{(SingleKey TUI key)}
14172@item w
14173where
14174
14175@end table
14176
14177Other keys temporarily switch to the @value{GDBN} command prompt.
14178The key that was pressed is inserted in the editing buffer so that
14179it is possible to type most @value{GDBN} commands without interaction
14180with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
14181@emph{SingleKey} mode is restored. The only way to permanently leave
14182this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
14183
14184
8e04817f
AC
14185@node TUI Commands
14186@section TUI specific commands
14187@cindex TUI commands
14188
14189The TUI has specific commands to control the text windows.
14190These commands are always available, that is they do not depend on
14191the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
14192is in the standard mode, using these commands will automatically switch
14193in the TUI mode.
c906108c
SS
14194
14195@table @code
3d757584
SC
14196@item info win
14197@kindex info win
14198List and give the size of all displayed windows.
14199
8e04817f
AC
14200@item layout next
14201@kindex layout next
14202Display the next layout.
2df3850c 14203
8e04817f
AC
14204@item layout prev
14205@kindex layout prev
14206Display the previous layout.
c906108c 14207
8e04817f
AC
14208@item layout src
14209@kindex layout src
14210Display the source window only.
c906108c 14211
8e04817f
AC
14212@item layout asm
14213@kindex layout asm
14214Display the assembly window only.
c906108c 14215
8e04817f
AC
14216@item layout split
14217@kindex layout split
14218Display the source and assembly window.
c906108c 14219
8e04817f
AC
14220@item layout regs
14221@kindex layout regs
14222Display the register window together with the source or assembly window.
14223
14224@item focus next | prev | src | asm | regs | split
14225@kindex focus
14226Set the focus to the named window.
14227This command allows to change the active window so that scrolling keys
14228can be affected to another window.
c906108c 14229
8e04817f
AC
14230@item refresh
14231@kindex refresh
14232Refresh the screen. This is similar to using @key{C-L} key.
c906108c 14233
8e04817f
AC
14234@item update
14235@kindex update
14236Update the source window and the current execution point.
c906108c 14237
8e04817f
AC
14238@item winheight @var{name} +@var{count}
14239@itemx winheight @var{name} -@var{count}
14240@kindex winheight
14241Change the height of the window @var{name} by @var{count}
14242lines. Positive counts increase the height, while negative counts
14243decrease it.
2df3850c 14244
c906108c
SS
14245@end table
14246
8e04817f
AC
14247@node TUI Configuration
14248@section TUI configuration variables
14249@cindex TUI configuration variables
c906108c 14250
8e04817f
AC
14251The TUI has several configuration variables that control the
14252appearance of windows on the terminal.
c906108c 14253
8e04817f
AC
14254@table @code
14255@item set tui border-kind @var{kind}
14256@kindex set tui border-kind
14257Select the border appearance for the source, assembly and register windows.
14258The possible values are the following:
14259@table @code
14260@item space
14261Use a space character to draw the border.
c906108c 14262
8e04817f
AC
14263@item ascii
14264Use ascii characters + - and | to draw the border.
c906108c 14265
8e04817f
AC
14266@item acs
14267Use the Alternate Character Set to draw the border. The border is
14268drawn using character line graphics if the terminal supports them.
c78b4128 14269
8e04817f 14270@end table
c78b4128 14271
8e04817f
AC
14272@item set tui active-border-mode @var{mode}
14273@kindex set tui active-border-mode
14274Select the attributes to display the border of the active window.
14275The possible values are @code{normal}, @code{standout}, @code{reverse},
14276@code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
c78b4128 14277
8e04817f
AC
14278@item set tui border-mode @var{mode}
14279@kindex set tui border-mode
14280Select the attributes to display the border of other windows.
14281The @var{mode} can be one of the following:
14282@table @code
14283@item normal
14284Use normal attributes to display the border.
c906108c 14285
8e04817f
AC
14286@item standout
14287Use standout mode.
c906108c 14288
8e04817f
AC
14289@item reverse
14290Use reverse video mode.
c906108c 14291
8e04817f
AC
14292@item half
14293Use half bright mode.
c906108c 14294
8e04817f
AC
14295@item half-standout
14296Use half bright and standout mode.
c906108c 14297
8e04817f
AC
14298@item bold
14299Use extra bright or bold mode.
c78b4128 14300
8e04817f
AC
14301@item bold-standout
14302Use extra bright or bold and standout mode.
c78b4128 14303
8e04817f 14304@end table
c78b4128 14305
8e04817f 14306@end table
c78b4128 14307
8e04817f
AC
14308@node Emacs
14309@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 14310
8e04817f
AC
14311@cindex Emacs
14312@cindex @sc{gnu} Emacs
14313A special interface allows you to use @sc{gnu} Emacs to view (and
14314edit) the source files for the program you are debugging with
14315@value{GDBN}.
c906108c 14316
8e04817f
AC
14317To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
14318executable file you want to debug as an argument. This command starts
14319@value{GDBN} as a subprocess of Emacs, with input and output through a newly
14320created Emacs buffer.
14321@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 14322
8e04817f
AC
14323Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
14324things:
c906108c 14325
8e04817f
AC
14326@itemize @bullet
14327@item
14328All ``terminal'' input and output goes through the Emacs buffer.
14329@end itemize
c906108c 14330
8e04817f
AC
14331This applies both to @value{GDBN} commands and their output, and to the input
14332and output done by the program you are debugging.
bf0184be 14333
8e04817f
AC
14334This is useful because it means that you can copy the text of previous
14335commands and input them again; you can even use parts of the output
14336in this way.
bf0184be 14337
8e04817f
AC
14338All the facilities of Emacs' Shell mode are available for interacting
14339with your program. In particular, you can send signals the usual
14340way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
14341stop.
bf0184be 14342
8e04817f 14343@itemize @bullet
bf0184be 14344@item
8e04817f
AC
14345@value{GDBN} displays source code through Emacs.
14346@end itemize
bf0184be 14347
8e04817f
AC
14348Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
14349source file for that frame and puts an arrow (@samp{=>}) at the
14350left margin of the current line. Emacs uses a separate buffer for
14351source display, and splits the screen to show both your @value{GDBN} session
14352and the source.
bf0184be 14353
8e04817f
AC
14354Explicit @value{GDBN} @code{list} or search commands still produce output as
14355usual, but you probably have no reason to use them from Emacs.
c906108c 14356
64fabec2
AC
14357If you specify an absolute file name when prompted for the @kbd{M-x
14358gdb} argument, then Emacs sets your current working directory to where
14359your program resides. If you only specify the file name, then Emacs
14360sets your current working directory to to the directory associated
14361with the previous buffer. In this case, @value{GDBN} may find your
14362program by searching your environment's @code{PATH} variable, but on
14363some operating systems it might not find the source. So, although the
14364@value{GDBN} input and output session proceeds normally, the auxiliary
14365buffer does not display the current source and line of execution.
14366
14367The initial working directory of @value{GDBN} is printed on the top
14368line of the @value{GDBN} I/O buffer and this serves as a default for
14369the commands that specify files for @value{GDBN} to operate
14370on. @xref{Files, ,Commands to specify files}.
14371
14372By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
14373need to call @value{GDBN} by a different name (for example, if you
14374keep several configurations around, with different names) you can
14375customize the Emacs variable @code{gud-gdb-command-name} to run the
14376one you want.
8e04817f
AC
14377
14378In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
14379addition to the standard Shell mode commands:
c906108c 14380
8e04817f
AC
14381@table @kbd
14382@item C-h m
14383Describe the features of Emacs' @value{GDBN} Mode.
c906108c 14384
64fabec2 14385@item C-c C-s
8e04817f
AC
14386Execute to another source line, like the @value{GDBN} @code{step} command; also
14387update the display window to show the current file and location.
c906108c 14388
64fabec2 14389@item C-c C-n
8e04817f
AC
14390Execute to next source line in this function, skipping all function
14391calls, like the @value{GDBN} @code{next} command. Then update the display window
14392to show the current file and location.
c906108c 14393
64fabec2 14394@item C-c C-i
8e04817f
AC
14395Execute one instruction, like the @value{GDBN} @code{stepi} command; update
14396display window accordingly.
c906108c 14397
8e04817f
AC
14398@item C-c C-f
14399Execute until exit from the selected stack frame, like the @value{GDBN}
14400@code{finish} command.
c906108c 14401
64fabec2 14402@item C-c C-r
8e04817f
AC
14403Continue execution of your program, like the @value{GDBN} @code{continue}
14404command.
b433d00b 14405
64fabec2 14406@item C-c <
8e04817f
AC
14407Go up the number of frames indicated by the numeric argument
14408(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
14409like the @value{GDBN} @code{up} command.
b433d00b 14410
64fabec2 14411@item C-c >
8e04817f
AC
14412Go down the number of frames indicated by the numeric argument, like the
14413@value{GDBN} @code{down} command.
8e04817f 14414@end table
c906108c 14415
64fabec2 14416In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
8e04817f 14417tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 14418
64fabec2
AC
14419If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
14420shows a backtrace when the @value{GDBN} I/O buffer is current. Move
14421point to any frame in the stack and type @key{RET} to make it become the
14422current frame and display the associated source in the source buffer.
14423Alternatively, click @kbd{Mouse-2} to make the selected frame become the
14424current one.
14425
8e04817f
AC
14426If you accidentally delete the source-display buffer, an easy way to get
14427it back is to type the command @code{f} in the @value{GDBN} buffer, to
14428request a frame display; when you run under Emacs, this recreates
14429the source buffer if necessary to show you the context of the current
14430frame.
c906108c 14431
8e04817f
AC
14432The source files displayed in Emacs are in ordinary Emacs buffers
14433which are visiting the source files in the usual way. You can edit
14434the files with these buffers if you wish; but keep in mind that @value{GDBN}
14435communicates with Emacs in terms of line numbers. If you add or
14436delete lines from the text, the line numbers that @value{GDBN} knows cease
14437to correspond properly with the code.
b383017d 14438
64fabec2
AC
14439The description given here is for GNU Emacs version 21.3 and a more
14440detailed description of its interaction with @value{GDBN} is given in
14441the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
c906108c 14442
8e04817f
AC
14443@c The following dropped because Epoch is nonstandard. Reactivate
14444@c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
14445@ignore
14446@kindex Emacs Epoch environment
14447@kindex Epoch
14448@kindex inspect
c906108c 14449
8e04817f
AC
14450Version 18 of @sc{gnu} Emacs has a built-in window system
14451called the @code{epoch}
14452environment. Users of this environment can use a new command,
14453@code{inspect} which performs identically to @code{print} except that
14454each value is printed in its own window.
14455@end ignore
c906108c 14456
922fbb7b
AC
14457
14458@node GDB/MI
14459@chapter The @sc{gdb/mi} Interface
14460
14461@unnumberedsec Function and Purpose
14462
14463@cindex @sc{gdb/mi}, its purpose
14464@sc{gdb/mi} is a line based machine oriented text interface to @value{GDBN}. It is
14465specifically intended to support the development of systems which use
14466the debugger as just one small component of a larger system.
14467
14468This chapter is a specification of the @sc{gdb/mi} interface. It is written
14469in the form of a reference manual.
14470
14471Note that @sc{gdb/mi} is still under construction, so some of the
14472features described below are incomplete and subject to change.
14473
14474@unnumberedsec Notation and Terminology
14475
14476@cindex notational conventions, for @sc{gdb/mi}
14477This chapter uses the following notation:
14478
14479@itemize @bullet
14480@item
14481@code{|} separates two alternatives.
14482
14483@item
14484@code{[ @var{something} ]} indicates that @var{something} is optional:
14485it may or may not be given.
14486
14487@item
14488@code{( @var{group} )*} means that @var{group} inside the parentheses
14489may repeat zero or more times.
14490
14491@item
14492@code{( @var{group} )+} means that @var{group} inside the parentheses
14493may repeat one or more times.
14494
14495@item
14496@code{"@var{string}"} means a literal @var{string}.
14497@end itemize
14498
14499@ignore
14500@heading Dependencies
14501@end ignore
14502
14503@heading Acknowledgments
14504
14505In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
14506Elena Zannoni.
14507
14508@menu
14509* GDB/MI Command Syntax::
14510* GDB/MI Compatibility with CLI::
14511* GDB/MI Output Records::
14512* GDB/MI Command Description Format::
14513* GDB/MI Breakpoint Table Commands::
14514* GDB/MI Data Manipulation::
14515* GDB/MI Program Control::
14516* GDB/MI Miscellaneous Commands::
14517@ignore
14518* GDB/MI Kod Commands::
14519* GDB/MI Memory Overlay Commands::
14520* GDB/MI Signal Handling Commands::
14521@end ignore
14522* GDB/MI Stack Manipulation::
14523* GDB/MI Symbol Query::
14524* GDB/MI Target Manipulation::
14525* GDB/MI Thread Commands::
14526* GDB/MI Tracepoint Commands::
14527* GDB/MI Variable Objects::
14528@end menu
14529
14530@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14531@node GDB/MI Command Syntax
14532@section @sc{gdb/mi} Command Syntax
14533
14534@menu
14535* GDB/MI Input Syntax::
14536* GDB/MI Output Syntax::
14537* GDB/MI Simple Examples::
14538@end menu
14539
14540@node GDB/MI Input Syntax
14541@subsection @sc{gdb/mi} Input Syntax
14542
14543@cindex input syntax for @sc{gdb/mi}
14544@cindex @sc{gdb/mi}, input syntax
14545@table @code
14546@item @var{command} @expansion{}
14547@code{@var{cli-command} | @var{mi-command}}
14548
14549@item @var{cli-command} @expansion{}
14550@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
14551@var{cli-command} is any existing @value{GDBN} CLI command.
14552
14553@item @var{mi-command} @expansion{}
14554@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
14555@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
14556
14557@item @var{token} @expansion{}
14558"any sequence of digits"
14559
14560@item @var{option} @expansion{}
14561@code{"-" @var{parameter} [ " " @var{parameter} ]}
14562
14563@item @var{parameter} @expansion{}
14564@code{@var{non-blank-sequence} | @var{c-string}}
14565
14566@item @var{operation} @expansion{}
14567@emph{any of the operations described in this chapter}
14568
14569@item @var{non-blank-sequence} @expansion{}
14570@emph{anything, provided it doesn't contain special characters such as
14571"-", @var{nl}, """ and of course " "}
14572
14573@item @var{c-string} @expansion{}
14574@code{""" @var{seven-bit-iso-c-string-content} """}
14575
14576@item @var{nl} @expansion{}
14577@code{CR | CR-LF}
14578@end table
14579
14580@noindent
14581Notes:
14582
14583@itemize @bullet
14584@item
14585The CLI commands are still handled by the @sc{mi} interpreter; their
14586output is described below.
14587
14588@item
14589The @code{@var{token}}, when present, is passed back when the command
14590finishes.
14591
14592@item
14593Some @sc{mi} commands accept optional arguments as part of the parameter
14594list. Each option is identified by a leading @samp{-} (dash) and may be
14595followed by an optional argument parameter. Options occur first in the
14596parameter list and can be delimited from normal parameters using
14597@samp{--} (this is useful when some parameters begin with a dash).
14598@end itemize
14599
14600Pragmatics:
14601
14602@itemize @bullet
14603@item
14604We want easy access to the existing CLI syntax (for debugging).
14605
14606@item
14607We want it to be easy to spot a @sc{mi} operation.
14608@end itemize
14609
14610@node GDB/MI Output Syntax
14611@subsection @sc{gdb/mi} Output Syntax
14612
14613@cindex output syntax of @sc{gdb/mi}
14614@cindex @sc{gdb/mi}, output syntax
14615The output from @sc{gdb/mi} consists of zero or more out-of-band records
14616followed, optionally, by a single result record. This result record
14617is for the most recent command. The sequence of output records is
14618terminated by @samp{(@value{GDBP})}.
14619
14620If an input command was prefixed with a @code{@var{token}} then the
14621corresponding output for that command will also be prefixed by that same
14622@var{token}.
14623
14624@table @code
14625@item @var{output} @expansion{}
14626@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
14627
14628@item @var{result-record} @expansion{}
14629@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
14630
14631@item @var{out-of-band-record} @expansion{}
14632@code{@var{async-record} | @var{stream-record}}
14633
14634@item @var{async-record} @expansion{}
14635@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
14636
14637@item @var{exec-async-output} @expansion{}
14638@code{[ @var{token} ] "*" @var{async-output}}
14639
14640@item @var{status-async-output} @expansion{}
14641@code{[ @var{token} ] "+" @var{async-output}}
14642
14643@item @var{notify-async-output} @expansion{}
14644@code{[ @var{token} ] "=" @var{async-output}}
14645
14646@item @var{async-output} @expansion{}
14647@code{@var{async-class} ( "," @var{result} )* @var{nl}}
14648
14649@item @var{result-class} @expansion{}
14650@code{"done" | "running" | "connected" | "error" | "exit"}
14651
14652@item @var{async-class} @expansion{}
14653@code{"stopped" | @var{others}} (where @var{others} will be added
14654depending on the needs---this is still in development).
14655
14656@item @var{result} @expansion{}
14657@code{ @var{variable} "=" @var{value}}
14658
14659@item @var{variable} @expansion{}
14660@code{ @var{string} }
14661
14662@item @var{value} @expansion{}
14663@code{ @var{const} | @var{tuple} | @var{list} }
14664
14665@item @var{const} @expansion{}
14666@code{@var{c-string}}
14667
14668@item @var{tuple} @expansion{}
14669@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
14670
14671@item @var{list} @expansion{}
14672@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
14673@var{result} ( "," @var{result} )* "]" }
14674
14675@item @var{stream-record} @expansion{}
14676@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
14677
14678@item @var{console-stream-output} @expansion{}
14679@code{"~" @var{c-string}}
14680
14681@item @var{target-stream-output} @expansion{}
14682@code{"@@" @var{c-string}}
14683
14684@item @var{log-stream-output} @expansion{}
14685@code{"&" @var{c-string}}
14686
14687@item @var{nl} @expansion{}
14688@code{CR | CR-LF}
14689
14690@item @var{token} @expansion{}
14691@emph{any sequence of digits}.
14692@end table
14693
14694@noindent
14695Notes:
14696
14697@itemize @bullet
14698@item
14699All output sequences end in a single line containing a period.
14700
14701@item
14702The @code{@var{token}} is from the corresponding request. If an execution
14703command is interrupted by the @samp{-exec-interrupt} command, the
14704@var{token} associated with the @samp{*stopped} message is the one of the
14705original execution command, not the one of the interrupt command.
14706
14707@item
14708@cindex status output in @sc{gdb/mi}
14709@var{status-async-output} contains on-going status information about the
14710progress of a slow operation. It can be discarded. All status output is
14711prefixed by @samp{+}.
14712
14713@item
14714@cindex async output in @sc{gdb/mi}
14715@var{exec-async-output} contains asynchronous state change on the target
14716(stopped, started, disappeared). All async output is prefixed by
14717@samp{*}.
14718
14719@item
14720@cindex notify output in @sc{gdb/mi}
14721@var{notify-async-output} contains supplementary information that the
14722client should handle (e.g., a new breakpoint information). All notify
14723output is prefixed by @samp{=}.
14724
14725@item
14726@cindex console output in @sc{gdb/mi}
14727@var{console-stream-output} is output that should be displayed as is in the
14728console. It is the textual response to a CLI command. All the console
14729output is prefixed by @samp{~}.
14730
14731@item
14732@cindex target output in @sc{gdb/mi}
14733@var{target-stream-output} is the output produced by the target program.
14734All the target output is prefixed by @samp{@@}.
14735
14736@item
14737@cindex log output in @sc{gdb/mi}
14738@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
14739instance messages that should be displayed as part of an error log. All
14740the log output is prefixed by @samp{&}.
14741
14742@item
14743@cindex list output in @sc{gdb/mi}
14744New @sc{gdb/mi} commands should only output @var{lists} containing
14745@var{values}.
14746
14747
14748@end itemize
14749
14750@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
14751details about the various output records.
14752
14753@node GDB/MI Simple Examples
14754@subsection Simple Examples of @sc{gdb/mi} Interaction
14755@cindex @sc{gdb/mi}, simple examples
14756
14757This subsection presents several simple examples of interaction using
14758the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
14759following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
14760the output received from @sc{gdb/mi}.
14761
14762@subsubheading Target Stop
14763@c Ummm... There is no "-stop" command. This assumes async, no?
14764Here's an example of stopping the inferior process:
14765
14766@smallexample
14767-> -stop
14768<- (@value{GDBP})
14769@end smallexample
14770
14771@noindent
14772and later:
14773
14774@smallexample
14775<- *stop,reason="stop",address="0x123",source="a.c:123"
14776<- (@value{GDBP})
14777@end smallexample
14778
14779@subsubheading Simple CLI Command
14780
14781Here's an example of a simple CLI command being passed through
14782@sc{gdb/mi} and on to the CLI.
14783
14784@smallexample
14785-> print 1+2
14786<- &"print 1+2\n"
14787<- ~"$1 = 3\n"
14788<- ^done
14789<- (@value{GDBP})
14790@end smallexample
14791
14792@subsubheading Command With Side Effects
14793
14794@smallexample
14795-> -symbol-file xyz.exe
14796<- *breakpoint,nr="3",address="0x123",source="a.c:123"
14797<- (@value{GDBP})
14798@end smallexample
14799
14800@subsubheading A Bad Command
14801
14802Here's what happens if you pass a non-existent command:
14803
14804@smallexample
14805-> -rubbish
14806<- ^error,msg="Undefined MI command: rubbish"
14807<- (@value{GDBP})
14808@end smallexample
14809
14810@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14811@node GDB/MI Compatibility with CLI
14812@section @sc{gdb/mi} Compatibility with CLI
14813
14814@cindex compatibility, @sc{gdb/mi} and CLI
14815@cindex @sc{gdb/mi}, compatibility with CLI
14816To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
14817accepts existing CLI commands. As specified by the syntax, such
14818commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
14819respond.
14820
14821This mechanism is provided as an aid to developers of @sc{gdb/mi}
14822clients and not as a reliable interface into the CLI. Since the command
14823is being interpreteted in an environment that assumes @sc{gdb/mi}
14824behaviour, the exact output of such commands is likely to end up being
14825an un-supported hybrid of @sc{gdb/mi} and CLI output.
14826
14827@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14828@node GDB/MI Output Records
14829@section @sc{gdb/mi} Output Records
14830
14831@menu
14832* GDB/MI Result Records::
14833* GDB/MI Stream Records::
14834* GDB/MI Out-of-band Records::
14835@end menu
14836
14837@node GDB/MI Result Records
14838@subsection @sc{gdb/mi} Result Records
14839
14840@cindex result records in @sc{gdb/mi}
14841@cindex @sc{gdb/mi}, result records
14842In addition to a number of out-of-band notifications, the response to a
14843@sc{gdb/mi} command includes one of the following result indications:
14844
14845@table @code
14846@findex ^done
14847@item "^done" [ "," @var{results} ]
14848The synchronous operation was successful, @code{@var{results}} are the return
14849values.
14850
14851@item "^running"
14852@findex ^running
14853@c Is this one correct? Should it be an out-of-band notification?
14854The asynchronous operation was successfully started. The target is
14855running.
14856
14857@item "^error" "," @var{c-string}
14858@findex ^error
14859The operation failed. The @code{@var{c-string}} contains the corresponding
14860error message.
14861@end table
14862
14863@node GDB/MI Stream Records
14864@subsection @sc{gdb/mi} Stream Records
14865
14866@cindex @sc{gdb/mi}, stream records
14867@cindex stream records in @sc{gdb/mi}
14868@value{GDBN} internally maintains a number of output streams: the console, the
14869target, and the log. The output intended for each of these streams is
14870funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
14871
14872Each stream record begins with a unique @dfn{prefix character} which
14873identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
14874Syntax}). In addition to the prefix, each stream record contains a
14875@code{@var{string-output}}. This is either raw text (with an implicit new
14876line) or a quoted C string (which does not contain an implicit newline).
14877
14878@table @code
14879@item "~" @var{string-output}
14880The console output stream contains text that should be displayed in the
14881CLI console window. It contains the textual responses to CLI commands.
14882
14883@item "@@" @var{string-output}
14884The target output stream contains any textual output from the running
14885target.
14886
14887@item "&" @var{string-output}
14888The log stream contains debugging messages being produced by @value{GDBN}'s
14889internals.
14890@end table
14891
14892@node GDB/MI Out-of-band Records
14893@subsection @sc{gdb/mi} Out-of-band Records
14894
14895@cindex out-of-band records in @sc{gdb/mi}
14896@cindex @sc{gdb/mi}, out-of-band records
14897@dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
14898additional changes that have occurred. Those changes can either be a
14899consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
14900target activity (e.g., target stopped).
14901
14902The following is a preliminary list of possible out-of-band records.
14903
14904@table @code
14905@item "*" "stop"
14906@end table
14907
14908
14909@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14910@node GDB/MI Command Description Format
14911@section @sc{gdb/mi} Command Description Format
14912
14913The remaining sections describe blocks of commands. Each block of
14914commands is laid out in a fashion similar to this section.
14915
14916Note the the line breaks shown in the examples are here only for
14917readability. They don't appear in the real output.
14918Also note that the commands with a non-available example (N.A.@:) are
14919not yet implemented.
14920
14921@subheading Motivation
14922
14923The motivation for this collection of commands.
14924
14925@subheading Introduction
14926
14927A brief introduction to this collection of commands as a whole.
14928
14929@subheading Commands
14930
14931For each command in the block, the following is described:
14932
14933@subsubheading Synopsis
14934
14935@smallexample
14936 -command @var{args}@dots{}
14937@end smallexample
14938
14939@subsubheading @value{GDBN} Command
14940
14941The corresponding @value{GDBN} CLI command.
14942
14943@subsubheading Result
14944
14945@subsubheading Out-of-band
14946
14947@subsubheading Notes
14948
14949@subsubheading Example
14950
14951
14952@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14953@node GDB/MI Breakpoint Table Commands
14954@section @sc{gdb/mi} Breakpoint table commands
14955
14956@cindex breakpoint commands for @sc{gdb/mi}
14957@cindex @sc{gdb/mi}, breakpoint commands
14958This section documents @sc{gdb/mi} commands for manipulating
14959breakpoints.
14960
14961@subheading The @code{-break-after} Command
14962@findex -break-after
14963
14964@subsubheading Synopsis
14965
14966@smallexample
14967 -break-after @var{number} @var{count}
14968@end smallexample
14969
14970The breakpoint number @var{number} is not in effect until it has been
14971hit @var{count} times. To see how this is reflected in the output of
14972the @samp{-break-list} command, see the description of the
14973@samp{-break-list} command below.
14974
14975@subsubheading @value{GDBN} Command
14976
14977The corresponding @value{GDBN} command is @samp{ignore}.
14978
14979@subsubheading Example
14980
14981@smallexample
14982(@value{GDBP})
14983-break-insert main
14984^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
14985(@value{GDBP})
14986-break-after 1 3
14987~
14988^done
14989(@value{GDBP})
14990-break-list
14991^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14992hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14993@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14994@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14995@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14996@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14997@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14998body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14999addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
15000ignore="3"@}]@}
15001(@value{GDBP})
15002@end smallexample
15003
15004@ignore
15005@subheading The @code{-break-catch} Command
15006@findex -break-catch
15007
15008@subheading The @code{-break-commands} Command
15009@findex -break-commands
15010@end ignore
15011
15012
15013@subheading The @code{-break-condition} Command
15014@findex -break-condition
15015
15016@subsubheading Synopsis
15017
15018@smallexample
15019 -break-condition @var{number} @var{expr}
15020@end smallexample
15021
15022Breakpoint @var{number} will stop the program only if the condition in
15023@var{expr} is true. The condition becomes part of the
15024@samp{-break-list} output (see the description of the @samp{-break-list}
15025command below).
15026
15027@subsubheading @value{GDBN} Command
15028
15029The corresponding @value{GDBN} command is @samp{condition}.
15030
15031@subsubheading Example
15032
15033@smallexample
15034(@value{GDBP})
15035-break-condition 1 1
15036^done
15037(@value{GDBP})
15038-break-list
15039^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15040hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15041@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15042@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15043@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15044@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15045@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15046body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15047addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
15048times="0",ignore="3"@}]@}
15049(@value{GDBP})
15050@end smallexample
15051
15052@subheading The @code{-break-delete} Command
15053@findex -break-delete
15054
15055@subsubheading Synopsis
15056
15057@smallexample
15058 -break-delete ( @var{breakpoint} )+
15059@end smallexample
15060
15061Delete the breakpoint(s) whose number(s) are specified in the argument
15062list. This is obviously reflected in the breakpoint list.
15063
15064@subsubheading @value{GDBN} command
15065
15066The corresponding @value{GDBN} command is @samp{delete}.
15067
15068@subsubheading Example
15069
15070@smallexample
15071(@value{GDBP})
15072-break-delete 1
15073^done
15074(@value{GDBP})
15075-break-list
15076^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15077hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15078@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15079@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15080@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15081@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15082@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15083body=[]@}
15084(@value{GDBP})
15085@end smallexample
15086
15087@subheading The @code{-break-disable} Command
15088@findex -break-disable
15089
15090@subsubheading Synopsis
15091
15092@smallexample
15093 -break-disable ( @var{breakpoint} )+
15094@end smallexample
15095
15096Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
15097break list is now set to @samp{n} for the named @var{breakpoint}(s).
15098
15099@subsubheading @value{GDBN} Command
15100
15101The corresponding @value{GDBN} command is @samp{disable}.
15102
15103@subsubheading Example
15104
15105@smallexample
15106(@value{GDBP})
15107-break-disable 2
15108^done
15109(@value{GDBP})
15110-break-list
15111^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15112hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15113@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15114@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15115@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15116@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15117@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15118body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
15119addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
15120(@value{GDBP})
15121@end smallexample
15122
15123@subheading The @code{-break-enable} Command
15124@findex -break-enable
15125
15126@subsubheading Synopsis
15127
15128@smallexample
15129 -break-enable ( @var{breakpoint} )+
15130@end smallexample
15131
15132Enable (previously disabled) @var{breakpoint}(s).
15133
15134@subsubheading @value{GDBN} Command
15135
15136The corresponding @value{GDBN} command is @samp{enable}.
15137
15138@subsubheading Example
15139
15140@smallexample
15141(@value{GDBP})
15142-break-enable 2
15143^done
15144(@value{GDBP})
15145-break-list
15146^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15147hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15148@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15149@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15150@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15151@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15152@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15153body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15154addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
15155(@value{GDBP})
15156@end smallexample
15157
15158@subheading The @code{-break-info} Command
15159@findex -break-info
15160
15161@subsubheading Synopsis
15162
15163@smallexample
15164 -break-info @var{breakpoint}
15165@end smallexample
15166
15167@c REDUNDANT???
15168Get information about a single breakpoint.
15169
15170@subsubheading @value{GDBN} command
15171
15172The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
15173
15174@subsubheading Example
15175N.A.
15176
15177@subheading The @code{-break-insert} Command
15178@findex -break-insert
15179
15180@subsubheading Synopsis
15181
15182@smallexample
15183 -break-insert [ -t ] [ -h ] [ -r ]
15184 [ -c @var{condition} ] [ -i @var{ignore-count} ]
15185 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
15186@end smallexample
15187
15188@noindent
15189If specified, @var{line}, can be one of:
15190
15191@itemize @bullet
15192@item function
15193@c @item +offset
15194@c @item -offset
15195@c @item linenum
15196@item filename:linenum
15197@item filename:function
15198@item *address
15199@end itemize
15200
15201The possible optional parameters of this command are:
15202
15203@table @samp
15204@item -t
15205Insert a tempoary breakpoint.
15206@item -h
15207Insert a hardware breakpoint.
15208@item -c @var{condition}
15209Make the breakpoint conditional on @var{condition}.
15210@item -i @var{ignore-count}
15211Initialize the @var{ignore-count}.
15212@item -r
15213Insert a regular breakpoint in all the functions whose names match the
15214given regular expression. Other flags are not applicable to regular
15215expresson.
15216@end table
15217
15218@subsubheading Result
15219
15220The result is in the form:
15221
15222@smallexample
15223 ^done,bkptno="@var{number}",func="@var{funcname}",
15224 file="@var{filename}",line="@var{lineno}"
15225@end smallexample
15226
15227@noindent
15228where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
15229is the name of the function where the breakpoint was inserted,
15230@var{filename} is the name of the source file which contains this
15231function, and @var{lineno} is the source line number within that file.
15232
15233Note: this format is open to change.
15234@c An out-of-band breakpoint instead of part of the result?
15235
15236@subsubheading @value{GDBN} Command
15237
15238The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
15239@samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
15240
15241@subsubheading Example
15242
15243@smallexample
15244(@value{GDBP})
15245-break-insert main
15246^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
15247(@value{GDBP})
15248-break-insert -t foo
15249^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
15250(@value{GDBP})
15251-break-list
15252^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15253hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15254@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15255@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15256@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15257@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15258@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15259body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15260addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
15261bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
15262addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
15263(@value{GDBP})
15264-break-insert -r foo.*
15265~int foo(int, int);
15266^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
15267(@value{GDBP})
15268@end smallexample
15269
15270@subheading The @code{-break-list} Command
15271@findex -break-list
15272
15273@subsubheading Synopsis
15274
15275@smallexample
15276 -break-list
15277@end smallexample
15278
15279Displays the list of inserted breakpoints, showing the following fields:
15280
15281@table @samp
15282@item Number
15283number of the breakpoint
15284@item Type
15285type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
15286@item Disposition
15287should the breakpoint be deleted or disabled when it is hit: @samp{keep}
15288or @samp{nokeep}
15289@item Enabled
15290is the breakpoint enabled or no: @samp{y} or @samp{n}
15291@item Address
15292memory location at which the breakpoint is set
15293@item What
15294logical location of the breakpoint, expressed by function name, file
15295name, line number
15296@item Times
15297number of times the breakpoint has been hit
15298@end table
15299
15300If there are no breakpoints or watchpoints, the @code{BreakpointTable}
15301@code{body} field is an empty list.
15302
15303@subsubheading @value{GDBN} Command
15304
15305The corresponding @value{GDBN} command is @samp{info break}.
15306
15307@subsubheading Example
15308
15309@smallexample
15310(@value{GDBP})
15311-break-list
15312^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15313hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15314@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15315@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15316@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15317@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15318@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15319body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15320addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
15321bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15322addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
15323(@value{GDBP})
15324@end smallexample
15325
15326Here's an example of the result when there are no breakpoints:
15327
15328@smallexample
15329(@value{GDBP})
15330-break-list
15331^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15332hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15333@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15334@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15335@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15336@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15337@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15338body=[]@}
15339(@value{GDBP})
15340@end smallexample
15341
15342@subheading The @code{-break-watch} Command
15343@findex -break-watch
15344
15345@subsubheading Synopsis
15346
15347@smallexample
15348 -break-watch [ -a | -r ]
15349@end smallexample
15350
15351Create a watchpoint. With the @samp{-a} option it will create an
15352@dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
15353read from or on a write to the memory location. With the @samp{-r}
15354option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
15355trigger only when the memory location is accessed for reading. Without
15356either of the options, the watchpoint created is a regular watchpoint,
15357i.e. it will trigger when the memory location is accessed for writing.
15358@xref{Set Watchpoints, , Setting watchpoints}.
15359
15360Note that @samp{-break-list} will report a single list of watchpoints and
15361breakpoints inserted.
15362
15363@subsubheading @value{GDBN} Command
15364
15365The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
15366@samp{rwatch}.
15367
15368@subsubheading Example
15369
15370Setting a watchpoint on a variable in the @code{main} function:
15371
15372@smallexample
15373(@value{GDBP})
15374-break-watch x
15375^done,wpt=@{number="2",exp="x"@}
15376(@value{GDBP})
15377-exec-continue
15378^running
15379^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
15380value=@{old="-268439212",new="55"@},
15381frame=@{func="main",args=[],file="recursive2.c",line="5"@}
15382(@value{GDBP})
15383@end smallexample
15384
15385Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
15386the program execution twice: first for the variable changing value, then
15387for the watchpoint going out of scope.
15388
15389@smallexample
15390(@value{GDBP})
15391-break-watch C
15392^done,wpt=@{number="5",exp="C"@}
15393(@value{GDBP})
15394-exec-continue
15395^running
15396^done,reason="watchpoint-trigger",
15397wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
15398frame=@{func="callee4",args=[],
15399file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15400(@value{GDBP})
15401-exec-continue
15402^running
15403^done,reason="watchpoint-scope",wpnum="5",
15404frame=@{func="callee3",args=[@{name="strarg",
15405value="0x11940 \"A string argument.\""@}],
15406file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15407(@value{GDBP})
15408@end smallexample
15409
15410Listing breakpoints and watchpoints, at different points in the program
15411execution. Note that once the watchpoint goes out of scope, it is
15412deleted.
15413
15414@smallexample
15415(@value{GDBP})
15416-break-watch C
15417^done,wpt=@{number="2",exp="C"@}
15418(@value{GDBP})
15419-break-list
15420^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15421hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15422@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15423@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15424@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15425@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15426@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15427body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15428addr="0x00010734",func="callee4",
15429file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15430bkpt=@{number="2",type="watchpoint",disp="keep",
15431enabled="y",addr="",what="C",times="0"@}]@}
15432(@value{GDBP})
15433-exec-continue
15434^running
15435^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
15436value=@{old="-276895068",new="3"@},
15437frame=@{func="callee4",args=[],
15438file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15439(@value{GDBP})
15440-break-list
15441^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15442hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15443@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15444@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15445@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15446@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15447@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15448body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15449addr="0x00010734",func="callee4",
15450file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15451bkpt=@{number="2",type="watchpoint",disp="keep",
15452enabled="y",addr="",what="C",times="-5"@}]@}
15453(@value{GDBP})
15454-exec-continue
15455^running
15456^done,reason="watchpoint-scope",wpnum="2",
15457frame=@{func="callee3",args=[@{name="strarg",
15458value="0x11940 \"A string argument.\""@}],
15459file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15460(@value{GDBP})
15461-break-list
15462^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15463hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15464@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15465@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15466@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15467@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15468@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15469body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15470addr="0x00010734",func="callee4",
15471file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
15472(@value{GDBP})
15473@end smallexample
15474
15475@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15476@node GDB/MI Data Manipulation
15477@section @sc{gdb/mi} Data Manipulation
15478
15479@cindex data manipulation, in @sc{gdb/mi}
15480@cindex @sc{gdb/mi}, data manipulation
15481This section describes the @sc{gdb/mi} commands that manipulate data:
15482examine memory and registers, evaluate expressions, etc.
15483
15484@c REMOVED FROM THE INTERFACE.
15485@c @subheading -data-assign
15486@c Change the value of a program variable. Plenty of side effects.
15487@c @subsubheading GDB command
15488@c set variable
15489@c @subsubheading Example
15490@c N.A.
15491
15492@subheading The @code{-data-disassemble} Command
15493@findex -data-disassemble
15494
15495@subsubheading Synopsis
15496
15497@smallexample
15498 -data-disassemble
15499 [ -s @var{start-addr} -e @var{end-addr} ]
15500 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
15501 -- @var{mode}
15502@end smallexample
15503
15504@noindent
15505Where:
15506
15507@table @samp
15508@item @var{start-addr}
15509is the beginning address (or @code{$pc})
15510@item @var{end-addr}
15511is the end address
15512@item @var{filename}
15513is the name of the file to disassemble
15514@item @var{linenum}
15515is the line number to disassemble around
15516@item @var{lines}
15517is the the number of disassembly lines to be produced. If it is -1,
15518the whole function will be disassembled, in case no @var{end-addr} is
15519specified. If @var{end-addr} is specified as a non-zero value, and
15520@var{lines} is lower than the number of disassembly lines between
15521@var{start-addr} and @var{end-addr}, only @var{lines} lines are
15522displayed; if @var{lines} is higher than the number of lines between
15523@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
15524are displayed.
15525@item @var{mode}
15526is either 0 (meaning only disassembly) or 1 (meaning mixed source and
15527disassembly).
15528@end table
15529
15530@subsubheading Result
15531
15532The output for each instruction is composed of four fields:
15533
15534@itemize @bullet
15535@item Address
15536@item Func-name
15537@item Offset
15538@item Instruction
15539@end itemize
15540
15541Note that whatever included in the instruction field, is not manipulated
15542directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
15543
15544@subsubheading @value{GDBN} Command
15545
15546There's no direct mapping from this command to the CLI.
15547
15548@subsubheading Example
15549
15550Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
15551
15552@smallexample
15553(@value{GDBP})
15554-data-disassemble -s $pc -e "$pc + 20" -- 0
15555^done,
15556asm_insns=[
15557@{address="0x000107c0",func-name="main",offset="4",
15558inst="mov 2, %o0"@},
15559@{address="0x000107c4",func-name="main",offset="8",
15560inst="sethi %hi(0x11800), %o2"@},
15561@{address="0x000107c8",func-name="main",offset="12",
15562inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
15563@{address="0x000107cc",func-name="main",offset="16",
15564inst="sethi %hi(0x11800), %o2"@},
15565@{address="0x000107d0",func-name="main",offset="20",
15566inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
15567(@value{GDBP})
15568@end smallexample
15569
15570Disassemble the whole @code{main} function. Line 32 is part of
15571@code{main}.
15572
15573@smallexample
15574-data-disassemble -f basics.c -l 32 -- 0
15575^done,asm_insns=[
15576@{address="0x000107bc",func-name="main",offset="0",
15577inst="save %sp, -112, %sp"@},
15578@{address="0x000107c0",func-name="main",offset="4",
15579inst="mov 2, %o0"@},
15580@{address="0x000107c4",func-name="main",offset="8",
15581inst="sethi %hi(0x11800), %o2"@},
15582[@dots{}]
15583@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
15584@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
15585(@value{GDBP})
15586@end smallexample
15587
15588Disassemble 3 instructions from the start of @code{main}:
15589
15590@smallexample
15591(@value{GDBP})
15592-data-disassemble -f basics.c -l 32 -n 3 -- 0
15593^done,asm_insns=[
15594@{address="0x000107bc",func-name="main",offset="0",
15595inst="save %sp, -112, %sp"@},
15596@{address="0x000107c0",func-name="main",offset="4",
15597inst="mov 2, %o0"@},
15598@{address="0x000107c4",func-name="main",offset="8",
15599inst="sethi %hi(0x11800), %o2"@}]
15600(@value{GDBP})
15601@end smallexample
15602
15603Disassemble 3 instructions from the start of @code{main} in mixed mode:
15604
15605@smallexample
15606(@value{GDBP})
15607-data-disassemble -f basics.c -l 32 -n 3 -- 1
15608^done,asm_insns=[
15609src_and_asm_line=@{line="31",
15610file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15611 testsuite/gdb.mi/basics.c",line_asm_insn=[
15612@{address="0x000107bc",func-name="main",offset="0",
15613inst="save %sp, -112, %sp"@}]@},
15614src_and_asm_line=@{line="32",
15615file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15616 testsuite/gdb.mi/basics.c",line_asm_insn=[
15617@{address="0x000107c0",func-name="main",offset="4",
15618inst="mov 2, %o0"@},
15619@{address="0x000107c4",func-name="main",offset="8",
15620inst="sethi %hi(0x11800), %o2"@}]@}]
15621(@value{GDBP})
15622@end smallexample
15623
15624
15625@subheading The @code{-data-evaluate-expression} Command
15626@findex -data-evaluate-expression
15627
15628@subsubheading Synopsis
15629
15630@smallexample
15631 -data-evaluate-expression @var{expr}
15632@end smallexample
15633
15634Evaluate @var{expr} as an expression. The expression could contain an
15635inferior function call. The function call will execute synchronously.
15636If the expression contains spaces, it must be enclosed in double quotes.
15637
15638@subsubheading @value{GDBN} Command
15639
15640The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
15641@samp{call}. In @code{gdbtk} only, there's a corresponding
15642@samp{gdb_eval} command.
15643
15644@subsubheading Example
15645
15646In the following example, the numbers that precede the commands are the
15647@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
15648Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
15649output.
15650
15651@smallexample
15652211-data-evaluate-expression A
15653211^done,value="1"
15654(@value{GDBP})
15655311-data-evaluate-expression &A
15656311^done,value="0xefffeb7c"
15657(@value{GDBP})
15658411-data-evaluate-expression A+3
15659411^done,value="4"
15660(@value{GDBP})
15661511-data-evaluate-expression "A + 3"
15662511^done,value="4"
15663(@value{GDBP})
15664@end smallexample
15665
15666
15667@subheading The @code{-data-list-changed-registers} Command
15668@findex -data-list-changed-registers
15669
15670@subsubheading Synopsis
15671
15672@smallexample
15673 -data-list-changed-registers
15674@end smallexample
15675
15676Display a list of the registers that have changed.
15677
15678@subsubheading @value{GDBN} Command
15679
15680@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
15681has the corresponding command @samp{gdb_changed_register_list}.
15682
15683@subsubheading Example
15684
15685On a PPC MBX board:
15686
15687@smallexample
15688(@value{GDBP})
15689-exec-continue
15690^running
15691
15692(@value{GDBP})
15693*stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
15694args=[],file="try.c",line="5"@}
15695(@value{GDBP})
15696-data-list-changed-registers
15697^done,changed-registers=["0","1","2","4","5","6","7","8","9",
15698"10","11","13","14","15","16","17","18","19","20","21","22","23",
15699"24","25","26","27","28","30","31","64","65","66","67","69"]
15700(@value{GDBP})
15701@end smallexample
15702
15703
15704@subheading The @code{-data-list-register-names} Command
15705@findex -data-list-register-names
15706
15707@subsubheading Synopsis
15708
15709@smallexample
15710 -data-list-register-names [ ( @var{regno} )+ ]
15711@end smallexample
15712
15713Show a list of register names for the current target. If no arguments
15714are given, it shows a list of the names of all the registers. If
15715integer numbers are given as arguments, it will print a list of the
15716names of the registers corresponding to the arguments. To ensure
15717consistency between a register name and its number, the output list may
15718include empty register names.
15719
15720@subsubheading @value{GDBN} Command
15721
15722@value{GDBN} does not have a command which corresponds to
15723@samp{-data-list-register-names}. In @code{gdbtk} there is a
15724corresponding command @samp{gdb_regnames}.
15725
15726@subsubheading Example
15727
15728For the PPC MBX board:
15729@smallexample
15730(@value{GDBP})
15731-data-list-register-names
15732^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
15733"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
15734"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
15735"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
15736"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
15737"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
15738"", "pc","ps","cr","lr","ctr","xer"]
15739(@value{GDBP})
15740-data-list-register-names 1 2 3
15741^done,register-names=["r1","r2","r3"]
15742(@value{GDBP})
15743@end smallexample
15744
15745@subheading The @code{-data-list-register-values} Command
15746@findex -data-list-register-values
15747
15748@subsubheading Synopsis
15749
15750@smallexample
15751 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
15752@end smallexample
15753
15754Display the registers' contents. @var{fmt} is the format according to
15755which the registers' contents are to be returned, followed by an optional
15756list of numbers specifying the registers to display. A missing list of
15757numbers indicates that the contents of all the registers must be returned.
15758
15759Allowed formats for @var{fmt} are:
15760
15761@table @code
15762@item x
15763Hexadecimal
15764@item o
15765Octal
15766@item t
15767Binary
15768@item d
15769Decimal
15770@item r
15771Raw
15772@item N
15773Natural
15774@end table
15775
15776@subsubheading @value{GDBN} Command
15777
15778The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
15779all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
15780
15781@subsubheading Example
15782
15783For a PPC MBX board (note: line breaks are for readability only, they
15784don't appear in the actual output):
15785
15786@smallexample
15787(@value{GDBP})
15788-data-list-register-values r 64 65
15789^done,register-values=[@{number="64",value="0xfe00a300"@},
15790@{number="65",value="0x00029002"@}]
15791(@value{GDBP})
15792-data-list-register-values x
15793^done,register-values=[@{number="0",value="0xfe0043c8"@},
15794@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
15795@{number="3",value="0x0"@},@{number="4",value="0xa"@},
15796@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
15797@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
15798@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
15799@{number="11",value="0x1"@},@{number="12",value="0x0"@},
15800@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
15801@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
15802@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
15803@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
15804@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
15805@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
15806@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
15807@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
15808@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
15809@{number="31",value="0x0"@},@{number="32",value="0x0"@},
15810@{number="33",value="0x0"@},@{number="34",value="0x0"@},
15811@{number="35",value="0x0"@},@{number="36",value="0x0"@},
15812@{number="37",value="0x0"@},@{number="38",value="0x0"@},
15813@{number="39",value="0x0"@},@{number="40",value="0x0"@},
15814@{number="41",value="0x0"@},@{number="42",value="0x0"@},
15815@{number="43",value="0x0"@},@{number="44",value="0x0"@},
15816@{number="45",value="0x0"@},@{number="46",value="0x0"@},
15817@{number="47",value="0x0"@},@{number="48",value="0x0"@},
15818@{number="49",value="0x0"@},@{number="50",value="0x0"@},
15819@{number="51",value="0x0"@},@{number="52",value="0x0"@},
15820@{number="53",value="0x0"@},@{number="54",value="0x0"@},
15821@{number="55",value="0x0"@},@{number="56",value="0x0"@},
15822@{number="57",value="0x0"@},@{number="58",value="0x0"@},
15823@{number="59",value="0x0"@},@{number="60",value="0x0"@},
15824@{number="61",value="0x0"@},@{number="62",value="0x0"@},
15825@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
15826@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
15827@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
15828@{number="69",value="0x20002b03"@}]
15829(@value{GDBP})
15830@end smallexample
15831
15832
15833@subheading The @code{-data-read-memory} Command
15834@findex -data-read-memory
15835
15836@subsubheading Synopsis
15837
15838@smallexample
15839 -data-read-memory [ -o @var{byte-offset} ]
15840 @var{address} @var{word-format} @var{word-size}
15841 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
15842@end smallexample
15843
15844@noindent
15845where:
15846
15847@table @samp
15848@item @var{address}
15849An expression specifying the address of the first memory word to be
15850read. Complex expressions containing embedded white space should be
15851quoted using the C convention.
15852
15853@item @var{word-format}
15854The format to be used to print the memory words. The notation is the
15855same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
15856,Output formats}).
15857
15858@item @var{word-size}
15859The size of each memory word in bytes.
15860
15861@item @var{nr-rows}
15862The number of rows in the output table.
15863
15864@item @var{nr-cols}
15865The number of columns in the output table.
15866
15867@item @var{aschar}
15868If present, indicates that each row should include an @sc{ascii} dump. The
15869value of @var{aschar} is used as a padding character when a byte is not a
15870member of the printable @sc{ascii} character set (printable @sc{ascii}
15871characters are those whose code is between 32 and 126, inclusively).
15872
15873@item @var{byte-offset}
15874An offset to add to the @var{address} before fetching memory.
15875@end table
15876
15877This command displays memory contents as a table of @var{nr-rows} by
15878@var{nr-cols} words, each word being @var{word-size} bytes. In total,
15879@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
15880(returned as @samp{total-bytes}). Should less than the requested number
15881of bytes be returned by the target, the missing words are identified
15882using @samp{N/A}. The number of bytes read from the target is returned
15883in @samp{nr-bytes} and the starting address used to read memory in
15884@samp{addr}.
15885
15886The address of the next/previous row or page is available in
15887@samp{next-row} and @samp{prev-row}, @samp{next-page} and
15888@samp{prev-page}.
15889
15890@subsubheading @value{GDBN} Command
15891
15892The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
15893@samp{gdb_get_mem} memory read command.
15894
15895@subsubheading Example
15896
15897Read six bytes of memory starting at @code{bytes+6} but then offset by
15898@code{-6} bytes. Format as three rows of two columns. One byte per
15899word. Display each word in hex.
15900
15901@smallexample
15902(@value{GDBP})
159039-data-read-memory -o -6 -- bytes+6 x 1 3 2
159049^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
15905next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
15906prev-page="0x0000138a",memory=[
15907@{addr="0x00001390",data=["0x00","0x01"]@},
15908@{addr="0x00001392",data=["0x02","0x03"]@},
15909@{addr="0x00001394",data=["0x04","0x05"]@}]
15910(@value{GDBP})
15911@end smallexample
15912
15913Read two bytes of memory starting at address @code{shorts + 64} and
15914display as a single word formatted in decimal.
15915
15916@smallexample
15917(@value{GDBP})
159185-data-read-memory shorts+64 d 2 1 1
159195^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
15920next-row="0x00001512",prev-row="0x0000150e",
15921next-page="0x00001512",prev-page="0x0000150e",memory=[
15922@{addr="0x00001510",data=["128"]@}]
15923(@value{GDBP})
15924@end smallexample
15925
15926Read thirty two bytes of memory starting at @code{bytes+16} and format
15927as eight rows of four columns. Include a string encoding with @samp{x}
15928used as the non-printable character.
15929
15930@smallexample
15931(@value{GDBP})
159324-data-read-memory bytes+16 x 1 8 4 x
159334^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
15934next-row="0x000013c0",prev-row="0x0000139c",
15935next-page="0x000013c0",prev-page="0x00001380",memory=[
15936@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
15937@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
15938@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
15939@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
15940@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
15941@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
15942@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
15943@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
15944(@value{GDBP})
15945@end smallexample
15946
15947@subheading The @code{-display-delete} Command
15948@findex -display-delete
15949
15950@subsubheading Synopsis
15951
15952@smallexample
15953 -display-delete @var{number}
15954@end smallexample
15955
15956Delete the display @var{number}.
15957
15958@subsubheading @value{GDBN} Command
15959
15960The corresponding @value{GDBN} command is @samp{delete display}.
15961
15962@subsubheading Example
15963N.A.
15964
15965
15966@subheading The @code{-display-disable} Command
15967@findex -display-disable
15968
15969@subsubheading Synopsis
15970
15971@smallexample
15972 -display-disable @var{number}
15973@end smallexample
15974
15975Disable display @var{number}.
15976
15977@subsubheading @value{GDBN} Command
15978
15979The corresponding @value{GDBN} command is @samp{disable display}.
15980
15981@subsubheading Example
15982N.A.
15983
15984
15985@subheading The @code{-display-enable} Command
15986@findex -display-enable
15987
15988@subsubheading Synopsis
15989
15990@smallexample
15991 -display-enable @var{number}
15992@end smallexample
15993
15994Enable display @var{number}.
15995
15996@subsubheading @value{GDBN} Command
15997
15998The corresponding @value{GDBN} command is @samp{enable display}.
15999
16000@subsubheading Example
16001N.A.
16002
16003
16004@subheading The @code{-display-insert} Command
16005@findex -display-insert
16006
16007@subsubheading Synopsis
16008
16009@smallexample
16010 -display-insert @var{expression}
16011@end smallexample
16012
16013Display @var{expression} every time the program stops.
16014
16015@subsubheading @value{GDBN} Command
16016
16017The corresponding @value{GDBN} command is @samp{display}.
16018
16019@subsubheading Example
16020N.A.
16021
16022
16023@subheading The @code{-display-list} Command
16024@findex -display-list
16025
16026@subsubheading Synopsis
16027
16028@smallexample
16029 -display-list
16030@end smallexample
16031
16032List the displays. Do not show the current values.
16033
16034@subsubheading @value{GDBN} Command
16035
16036The corresponding @value{GDBN} command is @samp{info display}.
16037
16038@subsubheading Example
16039N.A.
16040
16041
16042@subheading The @code{-environment-cd} Command
16043@findex -environment-cd
16044
16045@subsubheading Synopsis
16046
16047@smallexample
16048 -environment-cd @var{pathdir}
16049@end smallexample
16050
16051Set @value{GDBN}'s working directory.
16052
16053@subsubheading @value{GDBN} Command
16054
16055The corresponding @value{GDBN} command is @samp{cd}.
16056
16057@subsubheading Example
16058
16059@smallexample
16060(@value{GDBP})
16061-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
16062^done
16063(@value{GDBP})
16064@end smallexample
16065
16066
16067@subheading The @code{-environment-directory} Command
16068@findex -environment-directory
16069
16070@subsubheading Synopsis
16071
16072@smallexample
16073 -environment-directory [ -r ] [ @var{pathdir} ]+
16074@end smallexample
16075
16076Add directories @var{pathdir} to beginning of search path for source files.
16077If the @samp{-r} option is used, the search path is reset to the default
b383017d 16078search path. If directories @var{pathdir} are supplied in addition to the
922fbb7b
AC
16079@samp{-r} option, the search path is first reset and then addition
16080occurs as normal.
b383017d 16081Multiple directories may be specified, separated by blanks. Specifying
922fbb7b
AC
16082multiple directories in a single command
16083results in the directories added to the beginning of the
16084search path in the same order they were presented in the command.
16085If blanks are needed as
16086part of a directory name, double-quotes should be used around
16087the name. In the command output, the path will show up separated
b383017d 16088by the system directory-separator character. The directory-seperator
922fbb7b
AC
16089character must not be used
16090in any directory name.
16091If no directories are specified, the current search path is displayed.
16092
16093@subsubheading @value{GDBN} Command
16094
16095The corresponding @value{GDBN} command is @samp{dir}.
16096
16097@subsubheading Example
16098
16099@smallexample
16100(@value{GDBP})
16101-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
16102^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
16103(@value{GDBP})
16104-environment-directory ""
16105^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
16106(@value{GDBP})
16107-environment-directory -r /home/jjohnstn/src/gdb /usr/src
16108^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
16109(@value{GDBP})
16110-environment-directory -r
16111^done,source-path="$cdir:$cwd"
16112(@value{GDBP})
16113@end smallexample
16114
16115
16116@subheading The @code{-environment-path} Command
16117@findex -environment-path
16118
16119@subsubheading Synopsis
16120
16121@smallexample
16122 -environment-path [ -r ] [ @var{pathdir} ]+
16123@end smallexample
16124
16125Add directories @var{pathdir} to beginning of search path for object files.
16126If the @samp{-r} option is used, the search path is reset to the original
b383017d
RM
16127search path that existed at gdb start-up. If directories @var{pathdir} are
16128supplied in addition to the
922fbb7b
AC
16129@samp{-r} option, the search path is first reset and then addition
16130occurs as normal.
b383017d 16131Multiple directories may be specified, separated by blanks. Specifying
922fbb7b
AC
16132multiple directories in a single command
16133results in the directories added to the beginning of the
16134search path in the same order they were presented in the command.
16135If blanks are needed as
16136part of a directory name, double-quotes should be used around
16137the name. In the command output, the path will show up separated
b383017d 16138by the system directory-separator character. The directory-seperator
922fbb7b
AC
16139character must not be used
16140in any directory name.
16141If no directories are specified, the current path is displayed.
16142
16143
16144@subsubheading @value{GDBN} Command
16145
16146The corresponding @value{GDBN} command is @samp{path}.
16147
16148@subsubheading Example
16149
16150@smallexample
16151(@value{GDBP})
b383017d 16152-environment-path
922fbb7b
AC
16153^done,path="/usr/bin"
16154(@value{GDBP})
16155-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
16156^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
16157(@value{GDBP})
16158-environment-path -r /usr/local/bin
16159^done,path="/usr/local/bin:/usr/bin"
16160(@value{GDBP})
16161@end smallexample
16162
16163
16164@subheading The @code{-environment-pwd} Command
16165@findex -environment-pwd
16166
16167@subsubheading Synopsis
16168
16169@smallexample
16170 -environment-pwd
16171@end smallexample
16172
16173Show the current working directory.
16174
16175@subsubheading @value{GDBN} command
16176
16177The corresponding @value{GDBN} command is @samp{pwd}.
16178
16179@subsubheading Example
16180
16181@smallexample
16182(@value{GDBP})
16183-environment-pwd
16184^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
16185(@value{GDBP})
16186@end smallexample
16187
16188@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16189@node GDB/MI Program Control
16190@section @sc{gdb/mi} Program control
16191
16192@subsubheading Program termination
16193
16194As a result of execution, the inferior program can run to completion, if
16195it doesn't encounter any breakpoints. In this case the output will
16196include an exit code, if the program has exited exceptionally.
16197
16198@subsubheading Examples
16199
16200@noindent
16201Program exited normally:
16202
16203@smallexample
16204(@value{GDBP})
16205-exec-run
16206^running
16207(@value{GDBP})
16208x = 55
16209*stopped,reason="exited-normally"
16210(@value{GDBP})
16211@end smallexample
16212
16213@noindent
16214Program exited exceptionally:
16215
16216@smallexample
16217(@value{GDBP})
16218-exec-run
16219^running
16220(@value{GDBP})
16221x = 55
16222*stopped,reason="exited",exit-code="01"
16223(@value{GDBP})
16224@end smallexample
16225
16226Another way the program can terminate is if it receives a signal such as
16227@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
16228
16229@smallexample
16230(@value{GDBP})
16231*stopped,reason="exited-signalled",signal-name="SIGINT",
16232signal-meaning="Interrupt"
16233@end smallexample
16234
16235
16236@subheading The @code{-exec-abort} Command
16237@findex -exec-abort
16238
16239@subsubheading Synopsis
16240
16241@smallexample
16242 -exec-abort
16243@end smallexample
16244
16245Kill the inferior running program.
16246
16247@subsubheading @value{GDBN} Command
16248
16249The corresponding @value{GDBN} command is @samp{kill}.
16250
16251@subsubheading Example
16252N.A.
16253
16254
16255@subheading The @code{-exec-arguments} Command
16256@findex -exec-arguments
16257
16258@subsubheading Synopsis
16259
16260@smallexample
16261 -exec-arguments @var{args}
16262@end smallexample
16263
16264Set the inferior program arguments, to be used in the next
16265@samp{-exec-run}.
16266
16267@subsubheading @value{GDBN} Command
16268
16269The corresponding @value{GDBN} command is @samp{set args}.
16270
16271@subsubheading Example
16272
16273@c FIXME!
16274Don't have one around.
16275
16276
16277@subheading The @code{-exec-continue} Command
16278@findex -exec-continue
16279
16280@subsubheading Synopsis
16281
16282@smallexample
16283 -exec-continue
16284@end smallexample
16285
16286Asynchronous command. Resumes the execution of the inferior program
16287until a breakpoint is encountered, or until the inferior exits.
16288
16289@subsubheading @value{GDBN} Command
16290
16291The corresponding @value{GDBN} corresponding is @samp{continue}.
16292
16293@subsubheading Example
16294
16295@smallexample
16296-exec-continue
16297^running
16298(@value{GDBP})
16299@@Hello world
16300*stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
16301file="hello.c",line="13"@}
16302(@value{GDBP})
16303@end smallexample
16304
16305
16306@subheading The @code{-exec-finish} Command
16307@findex -exec-finish
16308
16309@subsubheading Synopsis
16310
16311@smallexample
16312 -exec-finish
16313@end smallexample
16314
16315Asynchronous command. Resumes the execution of the inferior program
16316until the current function is exited. Displays the results returned by
16317the function.
16318
16319@subsubheading @value{GDBN} Command
16320
16321The corresponding @value{GDBN} command is @samp{finish}.
16322
16323@subsubheading Example
16324
16325Function returning @code{void}.
16326
16327@smallexample
16328-exec-finish
16329^running
16330(@value{GDBP})
16331@@hello from foo
16332*stopped,reason="function-finished",frame=@{func="main",args=[],
16333file="hello.c",line="7"@}
16334(@value{GDBP})
16335@end smallexample
16336
16337Function returning other than @code{void}. The name of the internal
16338@value{GDBN} variable storing the result is printed, together with the
16339value itself.
16340
16341@smallexample
16342-exec-finish
16343^running
16344(@value{GDBP})
16345*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
16346args=[@{name="a",value="1"],@{name="b",value="9"@}@},
16347file="recursive2.c",line="14"@},
16348gdb-result-var="$1",return-value="0"
16349(@value{GDBP})
16350@end smallexample
16351
16352
16353@subheading The @code{-exec-interrupt} Command
16354@findex -exec-interrupt
16355
16356@subsubheading Synopsis
16357
16358@smallexample
16359 -exec-interrupt
16360@end smallexample
16361
16362Asynchronous command. Interrupts the background execution of the target.
16363Note how the token associated with the stop message is the one for the
16364execution command that has been interrupted. The token for the interrupt
16365itself only appears in the @samp{^done} output. If the user is trying to
16366interrupt a non-running program, an error message will be printed.
16367
16368@subsubheading @value{GDBN} Command
16369
16370The corresponding @value{GDBN} command is @samp{interrupt}.
16371
16372@subsubheading Example
16373
16374@smallexample
16375(@value{GDBP})
16376111-exec-continue
16377111^running
16378
16379(@value{GDBP})
16380222-exec-interrupt
16381222^done
16382(@value{GDBP})
16383111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
16384frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@}
16385(@value{GDBP})
16386
16387(@value{GDBP})
16388-exec-interrupt
16389^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
16390(@value{GDBP})
16391@end smallexample
16392
16393
16394@subheading The @code{-exec-next} Command
16395@findex -exec-next
16396
16397@subsubheading Synopsis
16398
16399@smallexample
16400 -exec-next
16401@end smallexample
16402
16403Asynchronous command. Resumes execution of the inferior program, stopping
16404when the beginning of the next source line is reached.
16405
16406@subsubheading @value{GDBN} Command
16407
16408The corresponding @value{GDBN} command is @samp{next}.
16409
16410@subsubheading Example
16411
16412@smallexample
16413-exec-next
16414^running
16415(@value{GDBP})
16416*stopped,reason="end-stepping-range",line="8",file="hello.c"
16417(@value{GDBP})
16418@end smallexample
16419
16420
16421@subheading The @code{-exec-next-instruction} Command
16422@findex -exec-next-instruction
16423
16424@subsubheading Synopsis
16425
16426@smallexample
16427 -exec-next-instruction
16428@end smallexample
16429
16430Asynchronous command. Executes one machine instruction. If the
16431instruction is a function call continues until the function returns. If
16432the program stops at an instruction in the middle of a source line, the
16433address will be printed as well.
16434
16435@subsubheading @value{GDBN} Command
16436
16437The corresponding @value{GDBN} command is @samp{nexti}.
16438
16439@subsubheading Example
16440
16441@smallexample
16442(@value{GDBP})
16443-exec-next-instruction
16444^running
16445
16446(@value{GDBP})
16447*stopped,reason="end-stepping-range",
16448addr="0x000100d4",line="5",file="hello.c"
16449(@value{GDBP})
16450@end smallexample
16451
16452
16453@subheading The @code{-exec-return} Command
16454@findex -exec-return
16455
16456@subsubheading Synopsis
16457
16458@smallexample
16459 -exec-return
16460@end smallexample
16461
16462Makes current function return immediately. Doesn't execute the inferior.
16463Displays the new current frame.
16464
16465@subsubheading @value{GDBN} Command
16466
16467The corresponding @value{GDBN} command is @samp{return}.
16468
16469@subsubheading Example
16470
16471@smallexample
16472(@value{GDBP})
16473200-break-insert callee4
16474200^done,bkpt=@{number="1",addr="0x00010734",
16475file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16476(@value{GDBP})
16477000-exec-run
16478000^running
16479(@value{GDBP})
16480000*stopped,reason="breakpoint-hit",bkptno="1",
16481frame=@{func="callee4",args=[],
16482file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16483(@value{GDBP})
16484205-break-delete
16485205^done
16486(@value{GDBP})
16487111-exec-return
16488111^done,frame=@{level="0",func="callee3",
16489args=[@{name="strarg",
16490value="0x11940 \"A string argument.\""@}],
16491file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
16492(@value{GDBP})
16493@end smallexample
16494
16495
16496@subheading The @code{-exec-run} Command
16497@findex -exec-run
16498
16499@subsubheading Synopsis
16500
16501@smallexample
16502 -exec-run
16503@end smallexample
16504
16505Asynchronous command. Starts execution of the inferior from the
16506beginning. The inferior executes until either a breakpoint is
16507encountered or the program exits.
16508
16509@subsubheading @value{GDBN} Command
16510
16511The corresponding @value{GDBN} command is @samp{run}.
16512
16513@subsubheading Example
16514
16515@smallexample
16516(@value{GDBP})
16517-break-insert main
16518^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
16519(@value{GDBP})
16520-exec-run
16521^running
16522(@value{GDBP})
16523*stopped,reason="breakpoint-hit",bkptno="1",
16524frame=@{func="main",args=[],file="recursive2.c",line="4"@}
16525(@value{GDBP})
16526@end smallexample
16527
16528
16529@subheading The @code{-exec-show-arguments} Command
16530@findex -exec-show-arguments
16531
16532@subsubheading Synopsis
16533
16534@smallexample
16535 -exec-show-arguments
16536@end smallexample
16537
16538Print the arguments of the program.
16539
16540@subsubheading @value{GDBN} Command
16541
16542The corresponding @value{GDBN} command is @samp{show args}.
16543
16544@subsubheading Example
16545N.A.
16546
16547@c @subheading -exec-signal
16548
16549@subheading The @code{-exec-step} Command
16550@findex -exec-step
16551
16552@subsubheading Synopsis
16553
16554@smallexample
16555 -exec-step
16556@end smallexample
16557
16558Asynchronous command. Resumes execution of the inferior program, stopping
16559when the beginning of the next source line is reached, if the next
16560source line is not a function call. If it is, stop at the first
16561instruction of the called function.
16562
16563@subsubheading @value{GDBN} Command
16564
16565The corresponding @value{GDBN} command is @samp{step}.
16566
16567@subsubheading Example
16568
16569Stepping into a function:
16570
16571@smallexample
16572-exec-step
16573^running
16574(@value{GDBP})
16575*stopped,reason="end-stepping-range",
16576frame=@{func="foo",args=[@{name="a",value="10"@},
16577@{name="b",value="0"@}],file="recursive2.c",line="11"@}
16578(@value{GDBP})
16579@end smallexample
16580
16581Regular stepping:
16582
16583@smallexample
16584-exec-step
16585^running
16586(@value{GDBP})
16587*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
16588(@value{GDBP})
16589@end smallexample
16590
16591
16592@subheading The @code{-exec-step-instruction} Command
16593@findex -exec-step-instruction
16594
16595@subsubheading Synopsis
16596
16597@smallexample
16598 -exec-step-instruction
16599@end smallexample
16600
16601Asynchronous command. Resumes the inferior which executes one machine
16602instruction. The output, once @value{GDBN} has stopped, will vary depending on
16603whether we have stopped in the middle of a source line or not. In the
16604former case, the address at which the program stopped will be printed as
16605well.
16606
16607@subsubheading @value{GDBN} Command
16608
16609The corresponding @value{GDBN} command is @samp{stepi}.
16610
16611@subsubheading Example
16612
16613@smallexample
16614(@value{GDBP})
16615-exec-step-instruction
16616^running
16617
16618(@value{GDBP})
16619*stopped,reason="end-stepping-range",
16620frame=@{func="foo",args=[],file="try.c",line="10"@}
16621(@value{GDBP})
16622-exec-step-instruction
16623^running
16624
16625(@value{GDBP})
16626*stopped,reason="end-stepping-range",
16627frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@}
16628(@value{GDBP})
16629@end smallexample
16630
16631
16632@subheading The @code{-exec-until} Command
16633@findex -exec-until
16634
16635@subsubheading Synopsis
16636
16637@smallexample
16638 -exec-until [ @var{location} ]
16639@end smallexample
16640
16641Asynchronous command. Executes the inferior until the @var{location}
16642specified in the argument is reached. If there is no argument, the inferior
16643executes until a source line greater than the current one is reached.
16644The reason for stopping in this case will be @samp{location-reached}.
16645
16646@subsubheading @value{GDBN} Command
16647
16648The corresponding @value{GDBN} command is @samp{until}.
16649
16650@subsubheading Example
16651
16652@smallexample
16653(@value{GDBP})
16654-exec-until recursive2.c:6
16655^running
16656(@value{GDBP})
16657x = 55
16658*stopped,reason="location-reached",frame=@{func="main",args=[],
16659file="recursive2.c",line="6"@}
16660(@value{GDBP})
16661@end smallexample
16662
16663@ignore
16664@subheading -file-clear
16665Is this going away????
16666@end ignore
16667
16668
16669@subheading The @code{-file-exec-and-symbols} Command
16670@findex -file-exec-and-symbols
16671
16672@subsubheading Synopsis
16673
16674@smallexample
16675 -file-exec-and-symbols @var{file}
16676@end smallexample
16677
16678Specify the executable file to be debugged. This file is the one from
16679which the symbol table is also read. If no file is specified, the
16680command clears the executable and symbol information. If breakpoints
16681are set when using this command with no arguments, @value{GDBN} will produce
16682error messages. Otherwise, no output is produced, except a completion
16683notification.
16684
16685@subsubheading @value{GDBN} Command
16686
16687The corresponding @value{GDBN} command is @samp{file}.
16688
16689@subsubheading Example
16690
16691@smallexample
16692(@value{GDBP})
16693-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16694^done
16695(@value{GDBP})
16696@end smallexample
16697
16698
16699@subheading The @code{-file-exec-file} Command
16700@findex -file-exec-file
16701
16702@subsubheading Synopsis
16703
16704@smallexample
16705 -file-exec-file @var{file}
16706@end smallexample
16707
16708Specify the executable file to be debugged. Unlike
16709@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
16710from this file. If used without argument, @value{GDBN} clears the information
16711about the executable file. No output is produced, except a completion
16712notification.
16713
16714@subsubheading @value{GDBN} Command
16715
16716The corresponding @value{GDBN} command is @samp{exec-file}.
16717
16718@subsubheading Example
16719
16720@smallexample
16721(@value{GDBP})
16722-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16723^done
16724(@value{GDBP})
16725@end smallexample
16726
16727
16728@subheading The @code{-file-list-exec-sections} Command
16729@findex -file-list-exec-sections
16730
16731@subsubheading Synopsis
16732
16733@smallexample
16734 -file-list-exec-sections
16735@end smallexample
16736
16737List the sections of the current executable file.
16738
16739@subsubheading @value{GDBN} Command
16740
16741The @value{GDBN} command @samp{info file} shows, among the rest, the same
16742information as this command. @code{gdbtk} has a corresponding command
16743@samp{gdb_load_info}.
16744
16745@subsubheading Example
16746N.A.
16747
16748
1abaf70c
BR
16749@subheading The @code{-file-list-exec-source-file} Command
16750@findex -file-list-exec-source-file
16751
16752@subsubheading Synopsis
16753
16754@smallexample
16755 -file-list-exec-source-file
16756@end smallexample
16757
b383017d 16758List the line number, the current source file, and the absolute path
1abaf70c
BR
16759to the current source file for the current executable.
16760
16761@subsubheading @value{GDBN} Command
16762
16763There's no @value{GDBN} command which directly corresponds to this one.
16764
16765@subsubheading Example
16766
16767@smallexample
16768(@value{GDBP})
16769123-file-list-exec-source-file
16770123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
16771(@value{GDBP})
16772@end smallexample
16773
16774
922fbb7b
AC
16775@subheading The @code{-file-list-exec-source-files} Command
16776@findex -file-list-exec-source-files
16777
16778@subsubheading Synopsis
16779
16780@smallexample
16781 -file-list-exec-source-files
16782@end smallexample
16783
16784List the source files for the current executable.
16785
16786@subsubheading @value{GDBN} Command
16787
16788There's no @value{GDBN} command which directly corresponds to this one.
16789@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
16790
16791@subsubheading Example
16792N.A.
16793
16794
16795@subheading The @code{-file-list-shared-libraries} Command
16796@findex -file-list-shared-libraries
16797
16798@subsubheading Synopsis
16799
16800@smallexample
16801 -file-list-shared-libraries
16802@end smallexample
16803
16804List the shared libraries in the program.
16805
16806@subsubheading @value{GDBN} Command
16807
16808The corresponding @value{GDBN} command is @samp{info shared}.
16809
16810@subsubheading Example
16811N.A.
16812
16813
16814@subheading The @code{-file-list-symbol-files} Command
16815@findex -file-list-symbol-files
16816
16817@subsubheading Synopsis
16818
16819@smallexample
16820 -file-list-symbol-files
16821@end smallexample
16822
16823List symbol files.
16824
16825@subsubheading @value{GDBN} Command
16826
16827The corresponding @value{GDBN} command is @samp{info file} (part of it).
16828
16829@subsubheading Example
16830N.A.
16831
16832
16833@subheading The @code{-file-symbol-file} Command
16834@findex -file-symbol-file
16835
16836@subsubheading Synopsis
16837
16838@smallexample
16839 -file-symbol-file @var{file}
16840@end smallexample
16841
16842Read symbol table info from the specified @var{file} argument. When
16843used without arguments, clears @value{GDBN}'s symbol table info. No output is
16844produced, except for a completion notification.
16845
16846@subsubheading @value{GDBN} Command
16847
16848The corresponding @value{GDBN} command is @samp{symbol-file}.
16849
16850@subsubheading Example
16851
16852@smallexample
16853(@value{GDBP})
16854-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16855^done
16856(@value{GDBP})
16857@end smallexample
16858
16859@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16860@node GDB/MI Miscellaneous Commands
16861@section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
16862
16863@c @subheading -gdb-complete
16864
16865@subheading The @code{-gdb-exit} Command
16866@findex -gdb-exit
16867
16868@subsubheading Synopsis
16869
16870@smallexample
16871 -gdb-exit
16872@end smallexample
16873
16874Exit @value{GDBN} immediately.
16875
16876@subsubheading @value{GDBN} Command
16877
16878Approximately corresponds to @samp{quit}.
16879
16880@subsubheading Example
16881
16882@smallexample
16883(@value{GDBP})
16884-gdb-exit
16885@end smallexample
16886
16887@subheading The @code{-gdb-set} Command
16888@findex -gdb-set
16889
16890@subsubheading Synopsis
16891
16892@smallexample
16893 -gdb-set
16894@end smallexample
16895
16896Set an internal @value{GDBN} variable.
16897@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
16898
16899@subsubheading @value{GDBN} Command
16900
16901The corresponding @value{GDBN} command is @samp{set}.
16902
16903@subsubheading Example
16904
16905@smallexample
16906(@value{GDBP})
16907-gdb-set $foo=3
16908^done
16909(@value{GDBP})
16910@end smallexample
16911
16912
16913@subheading The @code{-gdb-show} Command
16914@findex -gdb-show
16915
16916@subsubheading Synopsis
16917
16918@smallexample
16919 -gdb-show
16920@end smallexample
16921
16922Show the current value of a @value{GDBN} variable.
16923
16924@subsubheading @value{GDBN} command
16925
16926The corresponding @value{GDBN} command is @samp{show}.
16927
16928@subsubheading Example
16929
16930@smallexample
16931(@value{GDBP})
16932-gdb-show annotate
16933^done,value="0"
16934(@value{GDBP})
16935@end smallexample
16936
16937@c @subheading -gdb-source
16938
16939
16940@subheading The @code{-gdb-version} Command
16941@findex -gdb-version
16942
16943@subsubheading Synopsis
16944
16945@smallexample
16946 -gdb-version
16947@end smallexample
16948
16949Show version information for @value{GDBN}. Used mostly in testing.
16950
16951@subsubheading @value{GDBN} Command
16952
16953There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
16954information when you start an interactive session.
16955
16956@subsubheading Example
16957
16958@c This example modifies the actual output from GDB to avoid overfull
16959@c box in TeX.
16960@smallexample
16961(@value{GDBP})
16962-gdb-version
16963~GNU gdb 5.2.1
16964~Copyright 2000 Free Software Foundation, Inc.
16965~GDB is free software, covered by the GNU General Public License, and
16966~you are welcome to change it and/or distribute copies of it under
16967~ certain conditions.
16968~Type "show copying" to see the conditions.
16969~There is absolutely no warranty for GDB. Type "show warranty" for
16970~ details.
b383017d 16971~This GDB was configured as
922fbb7b
AC
16972 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
16973^done
16974(@value{GDBP})
16975@end smallexample
16976
16977@subheading The @code{-interpreter-exec} Command
16978@findex -interpreter-exec
16979
16980@subheading Synopsis
16981
16982@smallexample
16983-interpreter-exec @var{interpreter} @var{command}
16984@end smallexample
16985
16986Execute the specified @var{command} in the given @var{interpreter}.
16987
16988@subheading @value{GDBN} Command
16989
16990The corresponding @value{GDBN} command is @samp{interpreter-exec}.
16991
16992@subheading Example
16993
16994@smallexample
16995(@value{GDBP})
16996-interpreter-exec console "break main"
16997&"During symbol reading, couldn't parse type; debugger out of date?.\n"
16998&"During symbol reading, bad structure-type format.\n"
16999~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
17000^done
17001(@value{GDBP})
17002@end smallexample
17003
17004@ignore
17005@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17006@node GDB/MI Kod Commands
17007@section @sc{gdb/mi} Kod Commands
17008
17009The Kod commands are not implemented.
17010
17011@c @subheading -kod-info
17012
17013@c @subheading -kod-list
17014
17015@c @subheading -kod-list-object-types
17016
17017@c @subheading -kod-show
17018
17019@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17020@node GDB/MI Memory Overlay Commands
17021@section @sc{gdb/mi} Memory Overlay Commands
17022
17023The memory overlay commands are not implemented.
17024
17025@c @subheading -overlay-auto
17026
17027@c @subheading -overlay-list-mapping-state
17028
17029@c @subheading -overlay-list-overlays
17030
17031@c @subheading -overlay-map
17032
17033@c @subheading -overlay-off
17034
17035@c @subheading -overlay-on
17036
17037@c @subheading -overlay-unmap
17038
17039@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17040@node GDB/MI Signal Handling Commands
17041@section @sc{gdb/mi} Signal Handling Commands
17042
17043Signal handling commands are not implemented.
17044
17045@c @subheading -signal-handle
17046
17047@c @subheading -signal-list-handle-actions
17048
17049@c @subheading -signal-list-signal-types
17050@end ignore
17051
17052
17053@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17054@node GDB/MI Stack Manipulation
17055@section @sc{gdb/mi} Stack Manipulation Commands
17056
17057
17058@subheading The @code{-stack-info-frame} Command
17059@findex -stack-info-frame
17060
17061@subsubheading Synopsis
17062
17063@smallexample
17064 -stack-info-frame
17065@end smallexample
17066
17067Get info on the current frame.
17068
17069@subsubheading @value{GDBN} Command
17070
17071The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
17072(without arguments).
17073
17074@subsubheading Example
17075N.A.
17076
17077@subheading The @code{-stack-info-depth} Command
17078@findex -stack-info-depth
17079
17080@subsubheading Synopsis
17081
17082@smallexample
17083 -stack-info-depth [ @var{max-depth} ]
17084@end smallexample
17085
17086Return the depth of the stack. If the integer argument @var{max-depth}
17087is specified, do not count beyond @var{max-depth} frames.
17088
17089@subsubheading @value{GDBN} Command
17090
17091There's no equivalent @value{GDBN} command.
17092
17093@subsubheading Example
17094
17095For a stack with frame levels 0 through 11:
17096
17097@smallexample
17098(@value{GDBP})
17099-stack-info-depth
17100^done,depth="12"
17101(@value{GDBP})
17102-stack-info-depth 4
17103^done,depth="4"
17104(@value{GDBP})
17105-stack-info-depth 12
17106^done,depth="12"
17107(@value{GDBP})
17108-stack-info-depth 11
17109^done,depth="11"
17110(@value{GDBP})
17111-stack-info-depth 13
17112^done,depth="12"
17113(@value{GDBP})
17114@end smallexample
17115
17116@subheading The @code{-stack-list-arguments} Command
17117@findex -stack-list-arguments
17118
17119@subsubheading Synopsis
17120
17121@smallexample
17122 -stack-list-arguments @var{show-values}
17123 [ @var{low-frame} @var{high-frame} ]
17124@end smallexample
17125
17126Display a list of the arguments for the frames between @var{low-frame}
17127and @var{high-frame} (inclusive). If @var{low-frame} and
17128@var{high-frame} are not provided, list the arguments for the whole call
17129stack.
17130
17131The @var{show-values} argument must have a value of 0 or 1. A value of
171320 means that only the names of the arguments are listed, a value of 1
17133means that both names and values of the arguments are printed.
17134
17135@subsubheading @value{GDBN} Command
17136
17137@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
17138@samp{gdb_get_args} command which partially overlaps with the
17139functionality of @samp{-stack-list-arguments}.
17140
17141@subsubheading Example
17142
17143@smallexample
17144(@value{GDBP})
17145-stack-list-frames
17146^done,
17147stack=[
17148frame=@{level="0",addr="0x00010734",func="callee4",
17149file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
17150frame=@{level="1",addr="0x0001076c",func="callee3",
17151file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
17152frame=@{level="2",addr="0x0001078c",func="callee2",
17153file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
17154frame=@{level="3",addr="0x000107b4",func="callee1",
17155file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
17156frame=@{level="4",addr="0x000107e0",func="main",
17157file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
17158(@value{GDBP})
17159-stack-list-arguments 0
17160^done,
17161stack-args=[
17162frame=@{level="0",args=[]@},
17163frame=@{level="1",args=[name="strarg"]@},
17164frame=@{level="2",args=[name="intarg",name="strarg"]@},
17165frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
17166frame=@{level="4",args=[]@}]
17167(@value{GDBP})
17168-stack-list-arguments 1
17169^done,
17170stack-args=[
17171frame=@{level="0",args=[]@},
17172frame=@{level="1",
17173 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
17174frame=@{level="2",args=[
17175@{name="intarg",value="2"@},
17176@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
17177@{frame=@{level="3",args=[
17178@{name="intarg",value="2"@},
17179@{name="strarg",value="0x11940 \"A string argument.\""@},
17180@{name="fltarg",value="3.5"@}]@},
17181frame=@{level="4",args=[]@}]
17182(@value{GDBP})
17183-stack-list-arguments 0 2 2
17184^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
17185(@value{GDBP})
17186-stack-list-arguments 1 2 2
17187^done,stack-args=[frame=@{level="2",
17188args=[@{name="intarg",value="2"@},
17189@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
17190(@value{GDBP})
17191@end smallexample
17192
17193@c @subheading -stack-list-exception-handlers
17194
17195
17196@subheading The @code{-stack-list-frames} Command
17197@findex -stack-list-frames
17198
17199@subsubheading Synopsis
17200
17201@smallexample
17202 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
17203@end smallexample
17204
17205List the frames currently on the stack. For each frame it displays the
17206following info:
17207
17208@table @samp
17209@item @var{level}
17210The frame number, 0 being the topmost frame, i.e. the innermost function.
17211@item @var{addr}
17212The @code{$pc} value for that frame.
17213@item @var{func}
17214Function name.
17215@item @var{file}
17216File name of the source file where the function lives.
17217@item @var{line}
17218Line number corresponding to the @code{$pc}.
17219@end table
17220
17221If invoked without arguments, this command prints a backtrace for the
17222whole stack. If given two integer arguments, it shows the frames whose
17223levels are between the two arguments (inclusive). If the two arguments
17224are equal, it shows the single frame at the corresponding level.
17225
17226@subsubheading @value{GDBN} Command
17227
17228The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
17229
17230@subsubheading Example
17231
17232Full stack backtrace:
17233
17234@smallexample
17235(@value{GDBP})
17236-stack-list-frames
17237^done,stack=
17238[frame=@{level="0",addr="0x0001076c",func="foo",
17239 file="recursive2.c",line="11"@},
17240frame=@{level="1",addr="0x000107a4",func="foo",
17241 file="recursive2.c",line="14"@},
17242frame=@{level="2",addr="0x000107a4",func="foo",
17243 file="recursive2.c",line="14"@},
17244frame=@{level="3",addr="0x000107a4",func="foo",
17245 file="recursive2.c",line="14"@},
17246frame=@{level="4",addr="0x000107a4",func="foo",
17247 file="recursive2.c",line="14"@},
17248frame=@{level="5",addr="0x000107a4",func="foo",
17249 file="recursive2.c",line="14"@},
17250frame=@{level="6",addr="0x000107a4",func="foo",
17251 file="recursive2.c",line="14"@},
17252frame=@{level="7",addr="0x000107a4",func="foo",
17253 file="recursive2.c",line="14"@},
17254frame=@{level="8",addr="0x000107a4",func="foo",
17255 file="recursive2.c",line="14"@},
17256frame=@{level="9",addr="0x000107a4",func="foo",
17257 file="recursive2.c",line="14"@},
17258frame=@{level="10",addr="0x000107a4",func="foo",
17259 file="recursive2.c",line="14"@},
17260frame=@{level="11",addr="0x00010738",func="main",
17261 file="recursive2.c",line="4"@}]
17262(@value{GDBP})
17263@end smallexample
17264
17265Show frames between @var{low_frame} and @var{high_frame}:
17266
17267@smallexample
17268(@value{GDBP})
17269-stack-list-frames 3 5
17270^done,stack=
17271[frame=@{level="3",addr="0x000107a4",func="foo",
17272 file="recursive2.c",line="14"@},
17273frame=@{level="4",addr="0x000107a4",func="foo",
17274 file="recursive2.c",line="14"@},
17275frame=@{level="5",addr="0x000107a4",func="foo",
17276 file="recursive2.c",line="14"@}]
17277(@value{GDBP})
17278@end smallexample
17279
17280Show a single frame:
17281
17282@smallexample
17283(@value{GDBP})
17284-stack-list-frames 3 3
17285^done,stack=
17286[frame=@{level="3",addr="0x000107a4",func="foo",
17287 file="recursive2.c",line="14"@}]
17288(@value{GDBP})
17289@end smallexample
17290
17291
17292@subheading The @code{-stack-list-locals} Command
17293@findex -stack-list-locals
17294
17295@subsubheading Synopsis
17296
17297@smallexample
17298 -stack-list-locals @var{print-values}
17299@end smallexample
17300
17301Display the local variable names for the current frame. With an
bc8ced35
NR
17302argument of 0 or @code{--no-values}, prints only the names of the variables.
17303With argument of 1 or @code{--all-values}, prints also their values. With
17304argument of 2 or @code{--simple-values}, prints the name, type and value for
17305simple data types and the name and type for arrays, structures and
17306unions. In this last case, the idea is that the user can see the
17307value of simple data types immediately and he can create variable
17308objects for other data types if he wishes to explore their values in
17309more detail.
922fbb7b
AC
17310
17311@subsubheading @value{GDBN} Command
17312
17313@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
17314
17315@subsubheading Example
17316
17317@smallexample
17318(@value{GDBP})
17319-stack-list-locals 0
17320^done,locals=[name="A",name="B",name="C"]
17321(@value{GDBP})
bc8ced35 17322-stack-list-locals --all-values
922fbb7b 17323^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
bc8ced35
NR
17324 @{name="C",value="@{1, 2, 3@}"@}]
17325-stack-list-locals --simple-values
17326^done,locals=[@{name="A",type="int",value="1"@},
17327 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
922fbb7b
AC
17328(@value{GDBP})
17329@end smallexample
17330
17331
17332@subheading The @code{-stack-select-frame} Command
17333@findex -stack-select-frame
17334
17335@subsubheading Synopsis
17336
17337@smallexample
17338 -stack-select-frame @var{framenum}
17339@end smallexample
17340
17341Change the current frame. Select a different frame @var{framenum} on
17342the stack.
17343
17344@subsubheading @value{GDBN} Command
17345
17346The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
17347@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
17348
17349@subsubheading Example
17350
17351@smallexample
17352(@value{GDBP})
17353-stack-select-frame 2
17354^done
17355(@value{GDBP})
17356@end smallexample
17357
17358@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17359@node GDB/MI Symbol Query
17360@section @sc{gdb/mi} Symbol Query Commands
17361
17362
17363@subheading The @code{-symbol-info-address} Command
17364@findex -symbol-info-address
17365
17366@subsubheading Synopsis
17367
17368@smallexample
17369 -symbol-info-address @var{symbol}
17370@end smallexample
17371
17372Describe where @var{symbol} is stored.
17373
17374@subsubheading @value{GDBN} Command
17375
17376The corresponding @value{GDBN} command is @samp{info address}.
17377
17378@subsubheading Example
17379N.A.
17380
17381
17382@subheading The @code{-symbol-info-file} Command
17383@findex -symbol-info-file
17384
17385@subsubheading Synopsis
17386
17387@smallexample
17388 -symbol-info-file
17389@end smallexample
17390
17391Show the file for the symbol.
17392
17393@subsubheading @value{GDBN} Command
17394
17395There's no equivalent @value{GDBN} command. @code{gdbtk} has
17396@samp{gdb_find_file}.
17397
17398@subsubheading Example
17399N.A.
17400
17401
17402@subheading The @code{-symbol-info-function} Command
17403@findex -symbol-info-function
17404
17405@subsubheading Synopsis
17406
17407@smallexample
17408 -symbol-info-function
17409@end smallexample
17410
17411Show which function the symbol lives in.
17412
17413@subsubheading @value{GDBN} Command
17414
17415@samp{gdb_get_function} in @code{gdbtk}.
17416
17417@subsubheading Example
17418N.A.
17419
17420
17421@subheading The @code{-symbol-info-line} Command
17422@findex -symbol-info-line
17423
17424@subsubheading Synopsis
17425
17426@smallexample
17427 -symbol-info-line
17428@end smallexample
17429
17430Show the core addresses of the code for a source line.
17431
17432@subsubheading @value{GDBN} Command
17433
71952f4c 17434The corresponding @value{GDBN} command is @samp{info line}.
922fbb7b
AC
17435@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
17436
17437@subsubheading Example
17438N.A.
17439
17440
17441@subheading The @code{-symbol-info-symbol} Command
17442@findex -symbol-info-symbol
17443
17444@subsubheading Synopsis
17445
17446@smallexample
17447 -symbol-info-symbol @var{addr}
17448@end smallexample
17449
17450Describe what symbol is at location @var{addr}.
17451
17452@subsubheading @value{GDBN} Command
17453
17454The corresponding @value{GDBN} command is @samp{info symbol}.
17455
17456@subsubheading Example
17457N.A.
17458
17459
17460@subheading The @code{-symbol-list-functions} Command
17461@findex -symbol-list-functions
17462
17463@subsubheading Synopsis
17464
17465@smallexample
17466 -symbol-list-functions
17467@end smallexample
17468
17469List the functions in the executable.
17470
17471@subsubheading @value{GDBN} Command
17472
17473@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
17474@samp{gdb_search} in @code{gdbtk}.
17475
17476@subsubheading Example
17477N.A.
17478
17479
32e7087d
JB
17480@subheading The @code{-symbol-list-lines} Command
17481@findex -symbol-list-lines
17482
17483@subsubheading Synopsis
17484
17485@smallexample
17486 -symbol-list-lines @var{filename}
17487@end smallexample
17488
17489Print the list of lines that contain code and their associated program
17490addresses for the given source filename. The entries are sorted in
17491ascending PC order.
17492
17493@subsubheading @value{GDBN} Command
17494
17495There is no corresponding @value{GDBN} command.
17496
17497@subsubheading Example
17498@smallexample
17499(@value{GDBP})
17500-symbol-list-lines basics.c
54ff5908 17501^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
32e7087d
JB
17502(@value{GDBP})
17503@end smallexample
17504
17505
922fbb7b
AC
17506@subheading The @code{-symbol-list-types} Command
17507@findex -symbol-list-types
17508
17509@subsubheading Synopsis
17510
17511@smallexample
17512 -symbol-list-types
17513@end smallexample
17514
17515List all the type names.
17516
17517@subsubheading @value{GDBN} Command
17518
17519The corresponding commands are @samp{info types} in @value{GDBN},
17520@samp{gdb_search} in @code{gdbtk}.
17521
17522@subsubheading Example
17523N.A.
17524
17525
17526@subheading The @code{-symbol-list-variables} Command
17527@findex -symbol-list-variables
17528
17529@subsubheading Synopsis
17530
17531@smallexample
17532 -symbol-list-variables
17533@end smallexample
17534
17535List all the global and static variable names.
17536
17537@subsubheading @value{GDBN} Command
17538
17539@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
17540
17541@subsubheading Example
17542N.A.
17543
17544
17545@subheading The @code{-symbol-locate} Command
17546@findex -symbol-locate
17547
17548@subsubheading Synopsis
17549
17550@smallexample
17551 -symbol-locate
17552@end smallexample
17553
17554@subsubheading @value{GDBN} Command
17555
17556@samp{gdb_loc} in @code{gdbtk}.
17557
17558@subsubheading Example
17559N.A.
17560
17561
17562@subheading The @code{-symbol-type} Command
17563@findex -symbol-type
17564
17565@subsubheading Synopsis
17566
17567@smallexample
17568 -symbol-type @var{variable}
17569@end smallexample
17570
17571Show type of @var{variable}.
17572
17573@subsubheading @value{GDBN} Command
17574
17575The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
17576@samp{gdb_obj_variable}.
17577
17578@subsubheading Example
17579N.A.
17580
17581
17582@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17583@node GDB/MI Target Manipulation
17584@section @sc{gdb/mi} Target Manipulation Commands
17585
17586
17587@subheading The @code{-target-attach} Command
17588@findex -target-attach
17589
17590@subsubheading Synopsis
17591
17592@smallexample
17593 -target-attach @var{pid} | @var{file}
17594@end smallexample
17595
17596Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
17597
17598@subsubheading @value{GDBN} command
17599
17600The corresponding @value{GDBN} command is @samp{attach}.
17601
17602@subsubheading Example
17603N.A.
17604
17605
17606@subheading The @code{-target-compare-sections} Command
17607@findex -target-compare-sections
17608
17609@subsubheading Synopsis
17610
17611@smallexample
17612 -target-compare-sections [ @var{section} ]
17613@end smallexample
17614
17615Compare data of section @var{section} on target to the exec file.
17616Without the argument, all sections are compared.
17617
17618@subsubheading @value{GDBN} Command
17619
17620The @value{GDBN} equivalent is @samp{compare-sections}.
17621
17622@subsubheading Example
17623N.A.
17624
17625
17626@subheading The @code{-target-detach} Command
17627@findex -target-detach
17628
17629@subsubheading Synopsis
17630
17631@smallexample
17632 -target-detach
17633@end smallexample
17634
17635Disconnect from the remote target. There's no output.
17636
17637@subsubheading @value{GDBN} command
17638
17639The corresponding @value{GDBN} command is @samp{detach}.
17640
17641@subsubheading Example
17642
17643@smallexample
17644(@value{GDBP})
17645-target-detach
17646^done
17647(@value{GDBP})
17648@end smallexample
17649
17650
07f31aa6
DJ
17651@subheading The @code{-target-disconnect} Command
17652@findex -target-disconnect
17653
17654@subsubheading Synopsis
17655
17656@example
17657 -target-disconnect
17658@end example
17659
17660Disconnect from the remote target. There's no output.
17661
17662@subsubheading @value{GDBN} command
17663
17664The corresponding @value{GDBN} command is @samp{disconnect}.
17665
17666@subsubheading Example
17667
17668@smallexample
17669(@value{GDBP})
17670-target-disconnect
17671^done
17672(@value{GDBP})
17673@end smallexample
17674
17675
922fbb7b
AC
17676@subheading The @code{-target-download} Command
17677@findex -target-download
17678
17679@subsubheading Synopsis
17680
17681@smallexample
17682 -target-download
17683@end smallexample
17684
17685Loads the executable onto the remote target.
17686It prints out an update message every half second, which includes the fields:
17687
17688@table @samp
17689@item section
17690The name of the section.
17691@item section-sent
17692The size of what has been sent so far for that section.
17693@item section-size
17694The size of the section.
17695@item total-sent
17696The total size of what was sent so far (the current and the previous sections).
17697@item total-size
17698The size of the overall executable to download.
17699@end table
17700
17701@noindent
17702Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
17703@sc{gdb/mi} Output Syntax}).
17704
17705In addition, it prints the name and size of the sections, as they are
17706downloaded. These messages include the following fields:
17707
17708@table @samp
17709@item section
17710The name of the section.
17711@item section-size
17712The size of the section.
17713@item total-size
17714The size of the overall executable to download.
17715@end table
17716
17717@noindent
17718At the end, a summary is printed.
17719
17720@subsubheading @value{GDBN} Command
17721
17722The corresponding @value{GDBN} command is @samp{load}.
17723
17724@subsubheading Example
17725
17726Note: each status message appears on a single line. Here the messages
17727have been broken down so that they can fit onto a page.
17728
17729@smallexample
17730(@value{GDBP})
17731-target-download
17732+download,@{section=".text",section-size="6668",total-size="9880"@}
17733+download,@{section=".text",section-sent="512",section-size="6668",
17734total-sent="512",total-size="9880"@}
17735+download,@{section=".text",section-sent="1024",section-size="6668",
17736total-sent="1024",total-size="9880"@}
17737+download,@{section=".text",section-sent="1536",section-size="6668",
17738total-sent="1536",total-size="9880"@}
17739+download,@{section=".text",section-sent="2048",section-size="6668",
17740total-sent="2048",total-size="9880"@}
17741+download,@{section=".text",section-sent="2560",section-size="6668",
17742total-sent="2560",total-size="9880"@}
17743+download,@{section=".text",section-sent="3072",section-size="6668",
17744total-sent="3072",total-size="9880"@}
17745+download,@{section=".text",section-sent="3584",section-size="6668",
17746total-sent="3584",total-size="9880"@}
17747+download,@{section=".text",section-sent="4096",section-size="6668",
17748total-sent="4096",total-size="9880"@}
17749+download,@{section=".text",section-sent="4608",section-size="6668",
17750total-sent="4608",total-size="9880"@}
17751+download,@{section=".text",section-sent="5120",section-size="6668",
17752total-sent="5120",total-size="9880"@}
17753+download,@{section=".text",section-sent="5632",section-size="6668",
17754total-sent="5632",total-size="9880"@}
17755+download,@{section=".text",section-sent="6144",section-size="6668",
17756total-sent="6144",total-size="9880"@}
17757+download,@{section=".text",section-sent="6656",section-size="6668",
17758total-sent="6656",total-size="9880"@}
17759+download,@{section=".init",section-size="28",total-size="9880"@}
17760+download,@{section=".fini",section-size="28",total-size="9880"@}
17761+download,@{section=".data",section-size="3156",total-size="9880"@}
17762+download,@{section=".data",section-sent="512",section-size="3156",
17763total-sent="7236",total-size="9880"@}
17764+download,@{section=".data",section-sent="1024",section-size="3156",
17765total-sent="7748",total-size="9880"@}
17766+download,@{section=".data",section-sent="1536",section-size="3156",
17767total-sent="8260",total-size="9880"@}
17768+download,@{section=".data",section-sent="2048",section-size="3156",
17769total-sent="8772",total-size="9880"@}
17770+download,@{section=".data",section-sent="2560",section-size="3156",
17771total-sent="9284",total-size="9880"@}
17772+download,@{section=".data",section-sent="3072",section-size="3156",
17773total-sent="9796",total-size="9880"@}
17774^done,address="0x10004",load-size="9880",transfer-rate="6586",
17775write-rate="429"
17776(@value{GDBP})
17777@end smallexample
17778
17779
17780@subheading The @code{-target-exec-status} Command
17781@findex -target-exec-status
17782
17783@subsubheading Synopsis
17784
17785@smallexample
17786 -target-exec-status
17787@end smallexample
17788
17789Provide information on the state of the target (whether it is running or
17790not, for instance).
17791
17792@subsubheading @value{GDBN} Command
17793
17794There's no equivalent @value{GDBN} command.
17795
17796@subsubheading Example
17797N.A.
17798
17799
17800@subheading The @code{-target-list-available-targets} Command
17801@findex -target-list-available-targets
17802
17803@subsubheading Synopsis
17804
17805@smallexample
17806 -target-list-available-targets
17807@end smallexample
17808
17809List the possible targets to connect to.
17810
17811@subsubheading @value{GDBN} Command
17812
17813The corresponding @value{GDBN} command is @samp{help target}.
17814
17815@subsubheading Example
17816N.A.
17817
17818
17819@subheading The @code{-target-list-current-targets} Command
17820@findex -target-list-current-targets
17821
17822@subsubheading Synopsis
17823
17824@smallexample
17825 -target-list-current-targets
17826@end smallexample
17827
17828Describe the current target.
17829
17830@subsubheading @value{GDBN} Command
17831
17832The corresponding information is printed by @samp{info file} (among
17833other things).
17834
17835@subsubheading Example
17836N.A.
17837
17838
17839@subheading The @code{-target-list-parameters} Command
17840@findex -target-list-parameters
17841
17842@subsubheading Synopsis
17843
17844@smallexample
17845 -target-list-parameters
17846@end smallexample
17847
17848@c ????
17849
17850@subsubheading @value{GDBN} Command
17851
17852No equivalent.
17853
17854@subsubheading Example
17855N.A.
17856
17857
17858@subheading The @code{-target-select} Command
17859@findex -target-select
17860
17861@subsubheading Synopsis
17862
17863@smallexample
17864 -target-select @var{type} @var{parameters @dots{}}
17865@end smallexample
17866
17867Connect @value{GDBN} to the remote target. This command takes two args:
17868
17869@table @samp
17870@item @var{type}
17871The type of target, for instance @samp{async}, @samp{remote}, etc.
17872@item @var{parameters}
17873Device names, host names and the like. @xref{Target Commands, ,
17874Commands for managing targets}, for more details.
17875@end table
17876
17877The output is a connection notification, followed by the address at
17878which the target program is, in the following form:
17879
17880@smallexample
17881^connected,addr="@var{address}",func="@var{function name}",
17882 args=[@var{arg list}]
17883@end smallexample
17884
17885@subsubheading @value{GDBN} Command
17886
17887The corresponding @value{GDBN} command is @samp{target}.
17888
17889@subsubheading Example
17890
17891@smallexample
17892(@value{GDBP})
17893-target-select async /dev/ttya
17894^connected,addr="0xfe00a300",func="??",args=[]
17895(@value{GDBP})
17896@end smallexample
17897
17898@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17899@node GDB/MI Thread Commands
17900@section @sc{gdb/mi} Thread Commands
17901
17902
17903@subheading The @code{-thread-info} Command
17904@findex -thread-info
17905
17906@subsubheading Synopsis
17907
17908@smallexample
17909 -thread-info
17910@end smallexample
17911
17912@subsubheading @value{GDBN} command
17913
17914No equivalent.
17915
17916@subsubheading Example
17917N.A.
17918
17919
17920@subheading The @code{-thread-list-all-threads} Command
17921@findex -thread-list-all-threads
17922
17923@subsubheading Synopsis
17924
17925@smallexample
17926 -thread-list-all-threads
17927@end smallexample
17928
17929@subsubheading @value{GDBN} Command
17930
17931The equivalent @value{GDBN} command is @samp{info threads}.
17932
17933@subsubheading Example
17934N.A.
17935
17936
17937@subheading The @code{-thread-list-ids} Command
17938@findex -thread-list-ids
17939
17940@subsubheading Synopsis
17941
17942@smallexample
17943 -thread-list-ids
17944@end smallexample
17945
17946Produces a list of the currently known @value{GDBN} thread ids. At the
17947end of the list it also prints the total number of such threads.
17948
17949@subsubheading @value{GDBN} Command
17950
17951Part of @samp{info threads} supplies the same information.
17952
17953@subsubheading Example
17954
17955No threads present, besides the main process:
17956
17957@smallexample
17958(@value{GDBP})
17959-thread-list-ids
17960^done,thread-ids=@{@},number-of-threads="0"
17961(@value{GDBP})
17962@end smallexample
17963
17964
17965Several threads:
17966
17967@smallexample
17968(@value{GDBP})
17969-thread-list-ids
17970^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
17971number-of-threads="3"
17972(@value{GDBP})
17973@end smallexample
17974
17975
17976@subheading The @code{-thread-select} Command
17977@findex -thread-select
17978
17979@subsubheading Synopsis
17980
17981@smallexample
17982 -thread-select @var{threadnum}
17983@end smallexample
17984
17985Make @var{threadnum} the current thread. It prints the number of the new
17986current thread, and the topmost frame for that thread.
17987
17988@subsubheading @value{GDBN} Command
17989
17990The corresponding @value{GDBN} command is @samp{thread}.
17991
17992@subsubheading Example
17993
17994@smallexample
17995(@value{GDBP})
17996-exec-next
17997^running
17998(@value{GDBP})
17999*stopped,reason="end-stepping-range",thread-id="2",line="187",
18000file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
18001(@value{GDBP})
18002-thread-list-ids
18003^done,
18004thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
18005number-of-threads="3"
18006(@value{GDBP})
18007-thread-select 3
18008^done,new-thread-id="3",
18009frame=@{level="0",func="vprintf",
18010args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
18011@{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
18012(@value{GDBP})
18013@end smallexample
18014
18015@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18016@node GDB/MI Tracepoint Commands
18017@section @sc{gdb/mi} Tracepoint Commands
18018
18019The tracepoint commands are not yet implemented.
18020
18021@c @subheading -trace-actions
18022
18023@c @subheading -trace-delete
18024
18025@c @subheading -trace-disable
18026
18027@c @subheading -trace-dump
18028
18029@c @subheading -trace-enable
18030
18031@c @subheading -trace-exists
18032
18033@c @subheading -trace-find
18034
18035@c @subheading -trace-frame-number
18036
18037@c @subheading -trace-info
18038
18039@c @subheading -trace-insert
18040
18041@c @subheading -trace-list
18042
18043@c @subheading -trace-pass-count
18044
18045@c @subheading -trace-save
18046
18047@c @subheading -trace-start
18048
18049@c @subheading -trace-stop
18050
18051
18052@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18053@node GDB/MI Variable Objects
18054@section @sc{gdb/mi} Variable Objects
18055
18056
18057@subheading Motivation for Variable Objects in @sc{gdb/mi}
18058
18059For the implementation of a variable debugger window (locals, watched
18060expressions, etc.), we are proposing the adaptation of the existing code
18061used by @code{Insight}.
18062
18063The two main reasons for that are:
18064
18065@enumerate 1
18066@item
18067It has been proven in practice (it is already on its second generation).
18068
18069@item
18070It will shorten development time (needless to say how important it is
18071now).
18072@end enumerate
18073
18074The original interface was designed to be used by Tcl code, so it was
18075slightly changed so it could be used through @sc{gdb/mi}. This section
18076describes the @sc{gdb/mi} operations that will be available and gives some
18077hints about their use.
18078
18079@emph{Note}: In addition to the set of operations described here, we
18080expect the @sc{gui} implementation of a variable window to require, at
18081least, the following operations:
18082
18083@itemize @bullet
18084@item @code{-gdb-show} @code{output-radix}
18085@item @code{-stack-list-arguments}
18086@item @code{-stack-list-locals}
18087@item @code{-stack-select-frame}
18088@end itemize
18089
18090@subheading Introduction to Variable Objects in @sc{gdb/mi}
18091
18092@cindex variable objects in @sc{gdb/mi}
18093The basic idea behind variable objects is the creation of a named object
18094to represent a variable, an expression, a memory location or even a CPU
18095register. For each object created, a set of operations is available for
18096examining or changing its properties.
18097
18098Furthermore, complex data types, such as C structures, are represented
18099in a tree format. For instance, the @code{struct} type variable is the
18100root and the children will represent the struct members. If a child
18101is itself of a complex type, it will also have children of its own.
18102Appropriate language differences are handled for C, C@t{++} and Java.
18103
18104When returning the actual values of the objects, this facility allows
18105for the individual selection of the display format used in the result
18106creation. It can be chosen among: binary, decimal, hexadecimal, octal
18107and natural. Natural refers to a default format automatically
18108chosen based on the variable type (like decimal for an @code{int}, hex
18109for pointers, etc.).
18110
18111The following is the complete set of @sc{gdb/mi} operations defined to
18112access this functionality:
18113
18114@multitable @columnfractions .4 .6
18115@item @strong{Operation}
18116@tab @strong{Description}
18117
18118@item @code{-var-create}
18119@tab create a variable object
18120@item @code{-var-delete}
18121@tab delete the variable object and its children
18122@item @code{-var-set-format}
18123@tab set the display format of this variable
18124@item @code{-var-show-format}
18125@tab show the display format of this variable
18126@item @code{-var-info-num-children}
18127@tab tells how many children this object has
18128@item @code{-var-list-children}
18129@tab return a list of the object's children
18130@item @code{-var-info-type}
18131@tab show the type of this variable object
18132@item @code{-var-info-expression}
18133@tab print what this variable object represents
18134@item @code{-var-show-attributes}
18135@tab is this variable editable? does it exist here?
18136@item @code{-var-evaluate-expression}
18137@tab get the value of this variable
18138@item @code{-var-assign}
18139@tab set the value of this variable
18140@item @code{-var-update}
18141@tab update the variable and its children
18142@end multitable
18143
18144In the next subsection we describe each operation in detail and suggest
18145how it can be used.
18146
18147@subheading Description And Use of Operations on Variable Objects
18148
18149@subheading The @code{-var-create} Command
18150@findex -var-create
18151
18152@subsubheading Synopsis
18153
18154@smallexample
18155 -var-create @{@var{name} | "-"@}
18156 @{@var{frame-addr} | "*"@} @var{expression}
18157@end smallexample
18158
18159This operation creates a variable object, which allows the monitoring of
18160a variable, the result of an expression, a memory cell or a CPU
18161register.
18162
18163The @var{name} parameter is the string by which the object can be
18164referenced. It must be unique. If @samp{-} is specified, the varobj
18165system will generate a string ``varNNNNNN'' automatically. It will be
18166unique provided that one does not specify @var{name} on that format.
18167The command fails if a duplicate name is found.
18168
18169The frame under which the expression should be evaluated can be
18170specified by @var{frame-addr}. A @samp{*} indicates that the current
18171frame should be used.
18172
18173@var{expression} is any expression valid on the current language set (must not
18174begin with a @samp{*}), or one of the following:
18175
18176@itemize @bullet
18177@item
18178@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
18179
18180@item
18181@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
18182
18183@item
18184@samp{$@var{regname}} --- a CPU register name
18185@end itemize
18186
18187@subsubheading Result
18188
18189This operation returns the name, number of children and the type of the
18190object created. Type is returned as a string as the ones generated by
18191the @value{GDBN} CLI:
18192
18193@smallexample
18194 name="@var{name}",numchild="N",type="@var{type}"
18195@end smallexample
18196
18197
18198@subheading The @code{-var-delete} Command
18199@findex -var-delete
18200
18201@subsubheading Synopsis
18202
18203@smallexample
18204 -var-delete @var{name}
18205@end smallexample
18206
18207Deletes a previously created variable object and all of its children.
18208
18209Returns an error if the object @var{name} is not found.
18210
18211
18212@subheading The @code{-var-set-format} Command
18213@findex -var-set-format
18214
18215@subsubheading Synopsis
18216
18217@smallexample
18218 -var-set-format @var{name} @var{format-spec}
18219@end smallexample
18220
18221Sets the output format for the value of the object @var{name} to be
18222@var{format-spec}.
18223
18224The syntax for the @var{format-spec} is as follows:
18225
18226@smallexample
18227 @var{format-spec} @expansion{}
18228 @{binary | decimal | hexadecimal | octal | natural@}
18229@end smallexample
18230
18231
18232@subheading The @code{-var-show-format} Command
18233@findex -var-show-format
18234
18235@subsubheading Synopsis
18236
18237@smallexample
18238 -var-show-format @var{name}
18239@end smallexample
18240
18241Returns the format used to display the value of the object @var{name}.
18242
18243@smallexample
18244 @var{format} @expansion{}
18245 @var{format-spec}
18246@end smallexample
18247
18248
18249@subheading The @code{-var-info-num-children} Command
18250@findex -var-info-num-children
18251
18252@subsubheading Synopsis
18253
18254@smallexample
18255 -var-info-num-children @var{name}
18256@end smallexample
18257
18258Returns the number of children of a variable object @var{name}:
18259
18260@smallexample
18261 numchild=@var{n}
18262@end smallexample
18263
18264
18265@subheading The @code{-var-list-children} Command
18266@findex -var-list-children
18267
18268@subsubheading Synopsis
18269
18270@smallexample
bc8ced35 18271 -var-list-children [@var{print-values}] @var{name}
922fbb7b
AC
18272@end smallexample
18273
bc8ced35
NR
18274Returns a list of the children of the specified variable object. With
18275just the variable object name as an argument or with an optional
18276preceding argument of 0 or @code{--no-values}, prints only the names of the
18277variables. With an optional preceding argument of 1 or @code{--all-values},
18278also prints their values.
18279
18280@subsubheading Example
922fbb7b
AC
18281
18282@smallexample
bc8ced35
NR
18283(@value{GDBP})
18284 -var-list-children n
922fbb7b
AC
18285 numchild=@var{n},children=[@{name=@var{name},
18286 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
bc8ced35
NR
18287(@value{GDBP})
18288 -var-list-children --all-values n
18289 numchild=@var{n},children=[@{name=@var{name},
18290 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
922fbb7b
AC
18291@end smallexample
18292
18293
18294@subheading The @code{-var-info-type} Command
18295@findex -var-info-type
18296
18297@subsubheading Synopsis
18298
18299@smallexample
18300 -var-info-type @var{name}
18301@end smallexample
18302
18303Returns the type of the specified variable @var{name}. The type is
18304returned as a string in the same format as it is output by the
18305@value{GDBN} CLI:
18306
18307@smallexample
18308 type=@var{typename}
18309@end smallexample
18310
18311
18312@subheading The @code{-var-info-expression} Command
18313@findex -var-info-expression
18314
18315@subsubheading Synopsis
18316
18317@smallexample
18318 -var-info-expression @var{name}
18319@end smallexample
18320
18321Returns what is represented by the variable object @var{name}:
18322
18323@smallexample
18324 lang=@var{lang-spec},exp=@var{expression}
18325@end smallexample
18326
18327@noindent
18328where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
18329
18330@subheading The @code{-var-show-attributes} Command
18331@findex -var-show-attributes
18332
18333@subsubheading Synopsis
18334
18335@smallexample
18336 -var-show-attributes @var{name}
18337@end smallexample
18338
18339List attributes of the specified variable object @var{name}:
18340
18341@smallexample
18342 status=@var{attr} [ ( ,@var{attr} )* ]
18343@end smallexample
18344
18345@noindent
18346where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
18347
18348@subheading The @code{-var-evaluate-expression} Command
18349@findex -var-evaluate-expression
18350
18351@subsubheading Synopsis
18352
18353@smallexample
18354 -var-evaluate-expression @var{name}
18355@end smallexample
18356
18357Evaluates the expression that is represented by the specified variable
18358object and returns its value as a string in the current format specified
18359for the object:
18360
18361@smallexample
18362 value=@var{value}
18363@end smallexample
18364
18365Note that one must invoke @code{-var-list-children} for a variable
18366before the value of a child variable can be evaluated.
18367
18368@subheading The @code{-var-assign} Command
18369@findex -var-assign
18370
18371@subsubheading Synopsis
18372
18373@smallexample
18374 -var-assign @var{name} @var{expression}
18375@end smallexample
18376
18377Assigns the value of @var{expression} to the variable object specified
18378by @var{name}. The object must be @samp{editable}. If the variable's
b383017d 18379value is altered by the assign, the variable will show up in any
922fbb7b
AC
18380subsequent @code{-var-update} list.
18381
18382@subsubheading Example
18383
18384@smallexample
18385(@value{GDBP})
18386-var-assign var1 3
18387^done,value="3"
18388(@value{GDBP})
18389-var-update *
18390^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
18391(@value{GDBP})
18392@end smallexample
18393
18394@subheading The @code{-var-update} Command
18395@findex -var-update
18396
18397@subsubheading Synopsis
18398
18399@smallexample
18400 -var-update @{@var{name} | "*"@}
18401@end smallexample
18402
18403Update the value of the variable object @var{name} by evaluating its
18404expression after fetching all the new values from memory or registers.
18405A @samp{*} causes all existing variable objects to be updated.
18406
18407
18408@node Annotations
18409@chapter @value{GDBN} Annotations
18410
086432e2
AC
18411This chapter describes annotations in @value{GDBN}. Annotations were
18412designed to interface @value{GDBN} to graphical user interfaces or other
18413similar programs which want to interact with @value{GDBN} at a
922fbb7b
AC
18414relatively high level.
18415
086432e2
AC
18416The annotation mechanism has largely been superseeded by @sc{gdb/mi}
18417(@pxref{GDB/MI}).
18418
922fbb7b
AC
18419@ignore
18420This is Edition @value{EDITION}, @value{DATE}.
18421@end ignore
18422
18423@menu
18424* Annotations Overview:: What annotations are; the general syntax.
18425* Server Prefix:: Issuing a command without affecting user state.
922fbb7b
AC
18426* Prompting:: Annotations marking @value{GDBN}'s need for input.
18427* Errors:: Annotations for error messages.
922fbb7b
AC
18428* Invalidation:: Some annotations describe things now invalid.
18429* Annotations for Running::
18430 Whether the program is running, how it stopped, etc.
18431* Source Annotations:: Annotations describing source code.
922fbb7b
AC
18432@end menu
18433
18434@node Annotations Overview
18435@section What is an Annotation?
18436@cindex annotations
18437
922fbb7b
AC
18438Annotations start with a newline character, two @samp{control-z}
18439characters, and the name of the annotation. If there is no additional
18440information associated with this annotation, the name of the annotation
18441is followed immediately by a newline. If there is additional
18442information, the name of the annotation is followed by a space, the
18443additional information, and a newline. The additional information
18444cannot contain newline characters.
18445
18446Any output not beginning with a newline and two @samp{control-z}
18447characters denotes literal output from @value{GDBN}. Currently there is
18448no need for @value{GDBN} to output a newline followed by two
18449@samp{control-z} characters, but if there was such a need, the
18450annotations could be extended with an @samp{escape} annotation which
18451means those three characters as output.
18452
086432e2
AC
18453The annotation @var{level}, which is specified using the
18454@option{--annotate} command line option (@pxref{Mode Options}), controls
18455how much information @value{GDBN} prints together with its prompt,
18456values of expressions, source lines, and other types of output. Level 0
18457is for no anntations, level 1 is for use when @value{GDBN} is run as a
18458subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
18459for programs that control @value{GDBN}, and level 2 annotations have
18460been made obsolete (@pxref{Limitations, , Limitations of the Annotation
18461Interface, annotate, GDB's Obsolete Annotations}). This chapter
18462describes level 3 annotations.
18463
922fbb7b
AC
18464A simple example of starting up @value{GDBN} with annotations is:
18465
18466@smallexample
086432e2
AC
18467$ @kbd{gdb --annotate=3}
18468GNU gdb 6.0
18469Copyright 2003 Free Software Foundation, Inc.
922fbb7b
AC
18470GDB is free software, covered by the GNU General Public License,
18471and you are welcome to change it and/or distribute copies of it
18472under certain conditions.
18473Type "show copying" to see the conditions.
18474There is absolutely no warranty for GDB. Type "show warranty"
18475for details.
086432e2 18476This GDB was configured as "i386-pc-linux-gnu"
922fbb7b
AC
18477
18478^Z^Zpre-prompt
b383017d 18479(gdb)
922fbb7b 18480^Z^Zprompt
086432e2 18481@kbd{quit}
922fbb7b
AC
18482
18483^Z^Zpost-prompt
b383017d 18484$
922fbb7b
AC
18485@end smallexample
18486
18487Here @samp{quit} is input to @value{GDBN}; the rest is output from
18488@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
18489denotes a @samp{control-z} character) are annotations; the rest is
18490output from @value{GDBN}.
18491
18492@node Server Prefix
18493@section The Server Prefix
18494@cindex server prefix for annotations
18495
18496To issue a command to @value{GDBN} without affecting certain aspects of
18497the state which is seen by users, prefix it with @samp{server }. This
18498means that this command will not affect the command history, nor will it
18499affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
18500pressed on a line by itself.
18501
18502The server prefix does not affect the recording of values into the value
18503history; to print a value without recording it into the value history,
18504use the @code{output} command instead of the @code{print} command.
18505
922fbb7b
AC
18506@node Prompting
18507@section Annotation for @value{GDBN} Input
18508
18509@cindex annotations for prompts
18510When @value{GDBN} prompts for input, it annotates this fact so it is possible
18511to know when to send output, when the output from a given command is
18512over, etc.
18513
18514Different kinds of input each have a different @dfn{input type}. Each
18515input type has three annotations: a @code{pre-} annotation, which
18516denotes the beginning of any prompt which is being output, a plain
18517annotation, which denotes the end of the prompt, and then a @code{post-}
18518annotation which denotes the end of any echo which may (or may not) be
18519associated with the input. For example, the @code{prompt} input type
18520features the following annotations:
18521
18522@smallexample
18523^Z^Zpre-prompt
18524^Z^Zprompt
18525^Z^Zpost-prompt
18526@end smallexample
18527
18528The input types are
18529
18530@table @code
18531@findex pre-prompt
18532@findex prompt
18533@findex post-prompt
18534@item prompt
18535When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
18536
18537@findex pre-commands
18538@findex commands
18539@findex post-commands
18540@item commands
18541When @value{GDBN} prompts for a set of commands, like in the @code{commands}
18542command. The annotations are repeated for each command which is input.
18543
18544@findex pre-overload-choice
18545@findex overload-choice
18546@findex post-overload-choice
18547@item overload-choice
18548When @value{GDBN} wants the user to select between various overloaded functions.
18549
18550@findex pre-query
18551@findex query
18552@findex post-query
18553@item query
18554When @value{GDBN} wants the user to confirm a potentially dangerous operation.
18555
18556@findex pre-prompt-for-continue
18557@findex prompt-for-continue
18558@findex post-prompt-for-continue
18559@item prompt-for-continue
18560When @value{GDBN} is asking the user to press return to continue. Note: Don't
18561expect this to work well; instead use @code{set height 0} to disable
18562prompting. This is because the counting of lines is buggy in the
18563presence of annotations.
18564@end table
18565
18566@node Errors
18567@section Errors
18568@cindex annotations for errors, warnings and interrupts
18569
18570@findex quit
18571@smallexample
18572^Z^Zquit
18573@end smallexample
18574
18575This annotation occurs right before @value{GDBN} responds to an interrupt.
18576
18577@findex error
18578@smallexample
18579^Z^Zerror
18580@end smallexample
18581
18582This annotation occurs right before @value{GDBN} responds to an error.
18583
18584Quit and error annotations indicate that any annotations which @value{GDBN} was
18585in the middle of may end abruptly. For example, if a
18586@code{value-history-begin} annotation is followed by a @code{error}, one
18587cannot expect to receive the matching @code{value-history-end}. One
18588cannot expect not to receive it either, however; an error annotation
18589does not necessarily mean that @value{GDBN} is immediately returning all the way
18590to the top level.
18591
18592@findex error-begin
18593A quit or error annotation may be preceded by
18594
18595@smallexample
18596^Z^Zerror-begin
18597@end smallexample
18598
18599Any output between that and the quit or error annotation is the error
18600message.
18601
18602Warning messages are not yet annotated.
18603@c If we want to change that, need to fix warning(), type_error(),
18604@c range_error(), and possibly other places.
18605
922fbb7b
AC
18606@node Invalidation
18607@section Invalidation Notices
18608
18609@cindex annotations for invalidation messages
18610The following annotations say that certain pieces of state may have
18611changed.
18612
18613@table @code
18614@findex frames-invalid
18615@item ^Z^Zframes-invalid
18616
18617The frames (for example, output from the @code{backtrace} command) may
18618have changed.
18619
18620@findex breakpoints-invalid
18621@item ^Z^Zbreakpoints-invalid
18622
18623The breakpoints may have changed. For example, the user just added or
18624deleted a breakpoint.
18625@end table
18626
18627@node Annotations for Running
18628@section Running the Program
18629@cindex annotations for running programs
18630
18631@findex starting
18632@findex stopping
18633When the program starts executing due to a @value{GDBN} command such as
b383017d 18634@code{step} or @code{continue},
922fbb7b
AC
18635
18636@smallexample
18637^Z^Zstarting
18638@end smallexample
18639
b383017d 18640is output. When the program stops,
922fbb7b
AC
18641
18642@smallexample
18643^Z^Zstopped
18644@end smallexample
18645
18646is output. Before the @code{stopped} annotation, a variety of
18647annotations describe how the program stopped.
18648
18649@table @code
18650@findex exited
18651@item ^Z^Zexited @var{exit-status}
18652The program exited, and @var{exit-status} is the exit status (zero for
18653successful exit, otherwise nonzero).
18654
18655@findex signalled
18656@findex signal-name
18657@findex signal-name-end
18658@findex signal-string
18659@findex signal-string-end
18660@item ^Z^Zsignalled
18661The program exited with a signal. After the @code{^Z^Zsignalled}, the
18662annotation continues:
18663
18664@smallexample
18665@var{intro-text}
18666^Z^Zsignal-name
18667@var{name}
18668^Z^Zsignal-name-end
18669@var{middle-text}
18670^Z^Zsignal-string
18671@var{string}
18672^Z^Zsignal-string-end
18673@var{end-text}
18674@end smallexample
18675
18676@noindent
18677where @var{name} is the name of the signal, such as @code{SIGILL} or
18678@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
18679as @code{Illegal Instruction} or @code{Segmentation fault}.
18680@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
18681user's benefit and have no particular format.
18682
18683@findex signal
18684@item ^Z^Zsignal
18685The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
18686just saying that the program received the signal, not that it was
18687terminated with it.
18688
18689@findex breakpoint
18690@item ^Z^Zbreakpoint @var{number}
18691The program hit breakpoint number @var{number}.
18692
18693@findex watchpoint
18694@item ^Z^Zwatchpoint @var{number}
18695The program hit watchpoint number @var{number}.
18696@end table
18697
18698@node Source Annotations
18699@section Displaying Source
18700@cindex annotations for source display
18701
18702@findex source
18703The following annotation is used instead of displaying source code:
18704
18705@smallexample
18706^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
18707@end smallexample
18708
18709where @var{filename} is an absolute file name indicating which source
18710file, @var{line} is the line number within that file (where 1 is the
18711first line in the file), @var{character} is the character position
18712within the file (where 0 is the first character in the file) (for most
18713debug formats this will necessarily point to the beginning of a line),
18714@var{middle} is @samp{middle} if @var{addr} is in the middle of the
18715line, or @samp{beg} if @var{addr} is at the beginning of the line, and
18716@var{addr} is the address in the target program associated with the
18717source which is being displayed. @var{addr} is in the form @samp{0x}
18718followed by one or more lowercase hex digits (note that this does not
18719depend on the language).
18720
8e04817f
AC
18721@node GDB Bugs
18722@chapter Reporting Bugs in @value{GDBN}
18723@cindex bugs in @value{GDBN}
18724@cindex reporting bugs in @value{GDBN}
c906108c 18725
8e04817f 18726Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 18727
8e04817f
AC
18728Reporting a bug may help you by bringing a solution to your problem, or it
18729may not. But in any case the principal function of a bug report is to help
18730the entire community by making the next version of @value{GDBN} work better. Bug
18731reports are your contribution to the maintenance of @value{GDBN}.
c906108c 18732
8e04817f
AC
18733In order for a bug report to serve its purpose, you must include the
18734information that enables us to fix the bug.
c4555f82
SC
18735
18736@menu
8e04817f
AC
18737* Bug Criteria:: Have you found a bug?
18738* Bug Reporting:: How to report bugs
c4555f82
SC
18739@end menu
18740
8e04817f
AC
18741@node Bug Criteria
18742@section Have you found a bug?
18743@cindex bug criteria
c4555f82 18744
8e04817f 18745If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
18746
18747@itemize @bullet
8e04817f
AC
18748@cindex fatal signal
18749@cindex debugger crash
18750@cindex crash of debugger
c4555f82 18751@item
8e04817f
AC
18752If the debugger gets a fatal signal, for any input whatever, that is a
18753@value{GDBN} bug. Reliable debuggers never crash.
18754
18755@cindex error on valid input
18756@item
18757If @value{GDBN} produces an error message for valid input, that is a
18758bug. (Note that if you're cross debugging, the problem may also be
18759somewhere in the connection to the target.)
c4555f82 18760
8e04817f 18761@cindex invalid input
c4555f82 18762@item
8e04817f
AC
18763If @value{GDBN} does not produce an error message for invalid input,
18764that is a bug. However, you should note that your idea of
18765``invalid input'' might be our idea of ``an extension'' or ``support
18766for traditional practice''.
18767
18768@item
18769If you are an experienced user of debugging tools, your suggestions
18770for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
18771@end itemize
18772
8e04817f
AC
18773@node Bug Reporting
18774@section How to report bugs
18775@cindex bug reports
18776@cindex @value{GDBN} bugs, reporting
18777
18778A number of companies and individuals offer support for @sc{gnu} products.
18779If you obtained @value{GDBN} from a support organization, we recommend you
18780contact that organization first.
18781
18782You can find contact information for many support companies and
18783individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
18784distribution.
18785@c should add a web page ref...
18786
129188f6
AC
18787In any event, we also recommend that you submit bug reports for
18788@value{GDBN}. The prefered method is to submit them directly using
18789@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
18790page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
18791be used.
8e04817f
AC
18792
18793@strong{Do not send bug reports to @samp{info-gdb}, or to
18794@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
18795not want to receive bug reports. Those that do have arranged to receive
18796@samp{bug-gdb}.
18797
18798The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
18799serves as a repeater. The mailing list and the newsgroup carry exactly
18800the same messages. Often people think of posting bug reports to the
18801newsgroup instead of mailing them. This appears to work, but it has one
18802problem which can be crucial: a newsgroup posting often lacks a mail
18803path back to the sender. Thus, if we need to ask for more information,
18804we may be unable to reach you. For this reason, it is better to send
18805bug reports to the mailing list.
c4555f82 18806
8e04817f
AC
18807The fundamental principle of reporting bugs usefully is this:
18808@strong{report all the facts}. If you are not sure whether to state a
18809fact or leave it out, state it!
c4555f82 18810
8e04817f
AC
18811Often people omit facts because they think they know what causes the
18812problem and assume that some details do not matter. Thus, you might
18813assume that the name of the variable you use in an example does not matter.
18814Well, probably it does not, but one cannot be sure. Perhaps the bug is a
18815stray memory reference which happens to fetch from the location where that
18816name is stored in memory; perhaps, if the name were different, the contents
18817of that location would fool the debugger into doing the right thing despite
18818the bug. Play it safe and give a specific, complete example. That is the
18819easiest thing for you to do, and the most helpful.
c4555f82 18820
8e04817f
AC
18821Keep in mind that the purpose of a bug report is to enable us to fix the
18822bug. It may be that the bug has been reported previously, but neither
18823you nor we can know that unless your bug report is complete and
18824self-contained.
c4555f82 18825
8e04817f
AC
18826Sometimes people give a few sketchy facts and ask, ``Does this ring a
18827bell?'' Those bug reports are useless, and we urge everyone to
18828@emph{refuse to respond to them} except to chide the sender to report
18829bugs properly.
18830
18831To enable us to fix the bug, you should include all these things:
c4555f82
SC
18832
18833@itemize @bullet
18834@item
8e04817f
AC
18835The version of @value{GDBN}. @value{GDBN} announces it if you start
18836with no arguments; you can also print it at any time using @code{show
18837version}.
c4555f82 18838
8e04817f
AC
18839Without this, we will not know whether there is any point in looking for
18840the bug in the current version of @value{GDBN}.
c4555f82
SC
18841
18842@item
8e04817f
AC
18843The type of machine you are using, and the operating system name and
18844version number.
c4555f82
SC
18845
18846@item
8e04817f
AC
18847What compiler (and its version) was used to compile @value{GDBN}---e.g.
18848``@value{GCC}--2.8.1''.
c4555f82
SC
18849
18850@item
8e04817f
AC
18851What compiler (and its version) was used to compile the program you are
18852debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
18853C Compiler''. For GCC, you can say @code{gcc --version} to get this
18854information; for other compilers, see the documentation for those
18855compilers.
c4555f82 18856
8e04817f
AC
18857@item
18858The command arguments you gave the compiler to compile your example and
18859observe the bug. For example, did you use @samp{-O}? To guarantee
18860you will not omit something important, list them all. A copy of the
18861Makefile (or the output from make) is sufficient.
c4555f82 18862
8e04817f
AC
18863If we were to try to guess the arguments, we would probably guess wrong
18864and then we might not encounter the bug.
c4555f82 18865
8e04817f
AC
18866@item
18867A complete input script, and all necessary source files, that will
18868reproduce the bug.
c4555f82 18869
8e04817f
AC
18870@item
18871A description of what behavior you observe that you believe is
18872incorrect. For example, ``It gets a fatal signal.''
c4555f82 18873
8e04817f
AC
18874Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
18875will certainly notice it. But if the bug is incorrect output, we might
18876not notice unless it is glaringly wrong. You might as well not give us
18877a chance to make a mistake.
c4555f82 18878
8e04817f
AC
18879Even if the problem you experience is a fatal signal, you should still
18880say so explicitly. Suppose something strange is going on, such as, your
18881copy of @value{GDBN} is out of synch, or you have encountered a bug in
18882the C library on your system. (This has happened!) Your copy might
18883crash and ours would not. If you told us to expect a crash, then when
18884ours fails to crash, we would know that the bug was not happening for
18885us. If you had not told us to expect a crash, then we would not be able
18886to draw any conclusion from our observations.
c4555f82 18887
8e04817f
AC
18888@item
18889If you wish to suggest changes to the @value{GDBN} source, send us context
18890diffs. If you even discuss something in the @value{GDBN} source, refer to
18891it by context, not by line number.
c4555f82 18892
8e04817f
AC
18893The line numbers in our development sources will not match those in your
18894sources. Your line numbers would convey no useful information to us.
c4555f82 18895
8e04817f 18896@end itemize
c4555f82 18897
8e04817f 18898Here are some things that are not necessary:
c4555f82 18899
8e04817f
AC
18900@itemize @bullet
18901@item
18902A description of the envelope of the bug.
c4555f82 18903
8e04817f
AC
18904Often people who encounter a bug spend a lot of time investigating
18905which changes to the input file will make the bug go away and which
18906changes will not affect it.
c4555f82 18907
8e04817f
AC
18908This is often time consuming and not very useful, because the way we
18909will find the bug is by running a single example under the debugger
18910with breakpoints, not by pure deduction from a series of examples.
18911We recommend that you save your time for something else.
c4555f82 18912
8e04817f
AC
18913Of course, if you can find a simpler example to report @emph{instead}
18914of the original one, that is a convenience for us. Errors in the
18915output will be easier to spot, running under the debugger will take
18916less time, and so on.
c4555f82 18917
8e04817f
AC
18918However, simplification is not vital; if you do not want to do this,
18919report the bug anyway and send us the entire test case you used.
c4555f82 18920
8e04817f
AC
18921@item
18922A patch for the bug.
c4555f82 18923
8e04817f
AC
18924A patch for the bug does help us if it is a good one. But do not omit
18925the necessary information, such as the test case, on the assumption that
18926a patch is all we need. We might see problems with your patch and decide
18927to fix the problem another way, or we might not understand it at all.
c4555f82 18928
8e04817f
AC
18929Sometimes with a program as complicated as @value{GDBN} it is very hard to
18930construct an example that will make the program follow a certain path
18931through the code. If you do not send us the example, we will not be able
18932to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 18933
8e04817f
AC
18934And if we cannot understand what bug you are trying to fix, or why your
18935patch should be an improvement, we will not install it. A test case will
18936help us to understand.
c4555f82 18937
8e04817f
AC
18938@item
18939A guess about what the bug is or what it depends on.
c4555f82 18940
8e04817f
AC
18941Such guesses are usually wrong. Even we cannot guess right about such
18942things without first using the debugger to find the facts.
18943@end itemize
c4555f82 18944
8e04817f
AC
18945@c The readline documentation is distributed with the readline code
18946@c and consists of the two following files:
18947@c rluser.texinfo
18948@c inc-hist.texinfo
18949@c Use -I with makeinfo to point to the appropriate directory,
18950@c environment var TEXINPUTS with TeX.
18951@include rluser.texinfo
18952@include inc-hist.texinfo
c4555f82 18953
c4555f82 18954
8e04817f
AC
18955@node Formatting Documentation
18956@appendix Formatting Documentation
c4555f82 18957
8e04817f
AC
18958@cindex @value{GDBN} reference card
18959@cindex reference card
18960The @value{GDBN} 4 release includes an already-formatted reference card, ready
18961for printing with PostScript or Ghostscript, in the @file{gdb}
18962subdirectory of the main source directory@footnote{In
18963@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
18964release.}. If you can use PostScript or Ghostscript with your printer,
18965you can print the reference card immediately with @file{refcard.ps}.
c4555f82 18966
8e04817f
AC
18967The release also includes the source for the reference card. You
18968can format it, using @TeX{}, by typing:
c4555f82 18969
474c8240 18970@smallexample
8e04817f 18971make refcard.dvi
474c8240 18972@end smallexample
c4555f82 18973
8e04817f
AC
18974The @value{GDBN} reference card is designed to print in @dfn{landscape}
18975mode on US ``letter'' size paper;
18976that is, on a sheet 11 inches wide by 8.5 inches
18977high. You will need to specify this form of printing as an option to
18978your @sc{dvi} output program.
c4555f82 18979
8e04817f 18980@cindex documentation
c4555f82 18981
8e04817f
AC
18982All the documentation for @value{GDBN} comes as part of the machine-readable
18983distribution. The documentation is written in Texinfo format, which is
18984a documentation system that uses a single source file to produce both
18985on-line information and a printed manual. You can use one of the Info
18986formatting commands to create the on-line version of the documentation
18987and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 18988
8e04817f
AC
18989@value{GDBN} includes an already formatted copy of the on-line Info
18990version of this manual in the @file{gdb} subdirectory. The main Info
18991file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
18992subordinate files matching @samp{gdb.info*} in the same directory. If
18993necessary, you can print out these files, or read them with any editor;
18994but they are easier to read using the @code{info} subsystem in @sc{gnu}
18995Emacs or the standalone @code{info} program, available as part of the
18996@sc{gnu} Texinfo distribution.
c4555f82 18997
8e04817f
AC
18998If you want to format these Info files yourself, you need one of the
18999Info formatting programs, such as @code{texinfo-format-buffer} or
19000@code{makeinfo}.
c4555f82 19001
8e04817f
AC
19002If you have @code{makeinfo} installed, and are in the top level
19003@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
19004version @value{GDBVN}), you can make the Info file by typing:
c4555f82 19005
474c8240 19006@smallexample
8e04817f
AC
19007cd gdb
19008make gdb.info
474c8240 19009@end smallexample
c4555f82 19010
8e04817f
AC
19011If you want to typeset and print copies of this manual, you need @TeX{},
19012a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
19013Texinfo definitions file.
c4555f82 19014
8e04817f
AC
19015@TeX{} is a typesetting program; it does not print files directly, but
19016produces output files called @sc{dvi} files. To print a typeset
19017document, you need a program to print @sc{dvi} files. If your system
19018has @TeX{} installed, chances are it has such a program. The precise
19019command to use depends on your system; @kbd{lpr -d} is common; another
19020(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
19021require a file name without any extension or a @samp{.dvi} extension.
c4555f82 19022
8e04817f
AC
19023@TeX{} also requires a macro definitions file called
19024@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
19025written in Texinfo format. On its own, @TeX{} cannot either read or
19026typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
19027and is located in the @file{gdb-@var{version-number}/texinfo}
19028directory.
c4555f82 19029
8e04817f
AC
19030If you have @TeX{} and a @sc{dvi} printer program installed, you can
19031typeset and print this manual. First switch to the the @file{gdb}
19032subdirectory of the main source directory (for example, to
19033@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 19034
474c8240 19035@smallexample
8e04817f 19036make gdb.dvi
474c8240 19037@end smallexample
c4555f82 19038
8e04817f 19039Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 19040
8e04817f
AC
19041@node Installing GDB
19042@appendix Installing @value{GDBN}
19043@cindex configuring @value{GDBN}
19044@cindex installation
94e91d6d 19045@cindex configuring @value{GDBN}, and source tree subdirectories
c4555f82 19046
8e04817f
AC
19047@value{GDBN} comes with a @code{configure} script that automates the process
19048of preparing @value{GDBN} for installation; you can then use @code{make} to
19049build the @code{gdb} program.
19050@iftex
19051@c irrelevant in info file; it's as current as the code it lives with.
19052@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
19053look at the @file{README} file in the sources; we may have improved the
19054installation procedures since publishing this manual.}
19055@end iftex
c4555f82 19056
8e04817f
AC
19057The @value{GDBN} distribution includes all the source code you need for
19058@value{GDBN} in a single directory, whose name is usually composed by
19059appending the version number to @samp{gdb}.
c4555f82 19060
8e04817f
AC
19061For example, the @value{GDBN} version @value{GDBVN} distribution is in the
19062@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 19063
8e04817f
AC
19064@table @code
19065@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
19066script for configuring @value{GDBN} and all its supporting libraries
c4555f82 19067
8e04817f
AC
19068@item gdb-@value{GDBVN}/gdb
19069the source specific to @value{GDBN} itself
c4555f82 19070
8e04817f
AC
19071@item gdb-@value{GDBVN}/bfd
19072source for the Binary File Descriptor library
c906108c 19073
8e04817f
AC
19074@item gdb-@value{GDBVN}/include
19075@sc{gnu} include files
c906108c 19076
8e04817f
AC
19077@item gdb-@value{GDBVN}/libiberty
19078source for the @samp{-liberty} free software library
c906108c 19079
8e04817f
AC
19080@item gdb-@value{GDBVN}/opcodes
19081source for the library of opcode tables and disassemblers
c906108c 19082
8e04817f
AC
19083@item gdb-@value{GDBVN}/readline
19084source for the @sc{gnu} command-line interface
c906108c 19085
8e04817f
AC
19086@item gdb-@value{GDBVN}/glob
19087source for the @sc{gnu} filename pattern-matching subroutine
c906108c 19088
8e04817f
AC
19089@item gdb-@value{GDBVN}/mmalloc
19090source for the @sc{gnu} memory-mapped malloc package
19091@end table
c906108c 19092
8e04817f
AC
19093The simplest way to configure and build @value{GDBN} is to run @code{configure}
19094from the @file{gdb-@var{version-number}} source directory, which in
19095this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 19096
8e04817f
AC
19097First switch to the @file{gdb-@var{version-number}} source directory
19098if you are not already in it; then run @code{configure}. Pass the
19099identifier for the platform on which @value{GDBN} will run as an
19100argument.
c906108c 19101
8e04817f 19102For example:
c906108c 19103
474c8240 19104@smallexample
8e04817f
AC
19105cd gdb-@value{GDBVN}
19106./configure @var{host}
19107make
474c8240 19108@end smallexample
c906108c 19109
8e04817f
AC
19110@noindent
19111where @var{host} is an identifier such as @samp{sun4} or
19112@samp{decstation}, that identifies the platform where @value{GDBN} will run.
19113(You can often leave off @var{host}; @code{configure} tries to guess the
19114correct value by examining your system.)
c906108c 19115
8e04817f
AC
19116Running @samp{configure @var{host}} and then running @code{make} builds the
19117@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
19118libraries, then @code{gdb} itself. The configured source files, and the
19119binaries, are left in the corresponding source directories.
c906108c 19120
8e04817f
AC
19121@need 750
19122@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
19123system does not recognize this automatically when you run a different
19124shell, you may need to run @code{sh} on it explicitly:
c906108c 19125
474c8240 19126@smallexample
8e04817f 19127sh configure @var{host}
474c8240 19128@end smallexample
c906108c 19129
8e04817f
AC
19130If you run @code{configure} from a directory that contains source
19131directories for multiple libraries or programs, such as the
19132@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
19133creates configuration files for every directory level underneath (unless
19134you tell it not to, with the @samp{--norecursion} option).
19135
94e91d6d
MC
19136You should run the @code{configure} script from the top directory in the
19137source tree, the @file{gdb-@var{version-number}} directory. If you run
19138@code{configure} from one of the subdirectories, you will configure only
19139that subdirectory. That is usually not what you want. In particular,
19140if you run the first @code{configure} from the @file{gdb} subdirectory
19141of the @file{gdb-@var{version-number}} directory, you will omit the
19142configuration of @file{bfd}, @file{readline}, and other sibling
19143directories of the @file{gdb} subdirectory. This leads to build errors
19144about missing include files such as @file{bfd/bfd.h}.
c906108c 19145
8e04817f
AC
19146You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
19147However, you should make sure that the shell on your path (named by
19148the @samp{SHELL} environment variable) is publicly readable. Remember
19149that @value{GDBN} uses the shell to start your program---some systems refuse to
19150let @value{GDBN} debug child processes whose programs are not readable.
c906108c 19151
8e04817f
AC
19152@menu
19153* Separate Objdir:: Compiling @value{GDBN} in another directory
19154* Config Names:: Specifying names for hosts and targets
19155* Configure Options:: Summary of options for configure
19156@end menu
c906108c 19157
8e04817f
AC
19158@node Separate Objdir
19159@section Compiling @value{GDBN} in another directory
c906108c 19160
8e04817f
AC
19161If you want to run @value{GDBN} versions for several host or target machines,
19162you need a different @code{gdb} compiled for each combination of
19163host and target. @code{configure} is designed to make this easy by
19164allowing you to generate each configuration in a separate subdirectory,
19165rather than in the source directory. If your @code{make} program
19166handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
19167@code{make} in each of these directories builds the @code{gdb}
19168program specified there.
c906108c 19169
8e04817f
AC
19170To build @code{gdb} in a separate directory, run @code{configure}
19171with the @samp{--srcdir} option to specify where to find the source.
19172(You also need to specify a path to find @code{configure}
19173itself from your working directory. If the path to @code{configure}
19174would be the same as the argument to @samp{--srcdir}, you can leave out
19175the @samp{--srcdir} option; it is assumed.)
c906108c 19176
8e04817f
AC
19177For example, with version @value{GDBVN}, you can build @value{GDBN} in a
19178separate directory for a Sun 4 like this:
c906108c 19179
474c8240 19180@smallexample
8e04817f
AC
19181@group
19182cd gdb-@value{GDBVN}
19183mkdir ../gdb-sun4
19184cd ../gdb-sun4
19185../gdb-@value{GDBVN}/configure sun4
19186make
19187@end group
474c8240 19188@end smallexample
c906108c 19189
8e04817f
AC
19190When @code{configure} builds a configuration using a remote source
19191directory, it creates a tree for the binaries with the same structure
19192(and using the same names) as the tree under the source directory. In
19193the example, you'd find the Sun 4 library @file{libiberty.a} in the
19194directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
19195@file{gdb-sun4/gdb}.
c906108c 19196
94e91d6d
MC
19197Make sure that your path to the @file{configure} script has just one
19198instance of @file{gdb} in it. If your path to @file{configure} looks
19199like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
19200one subdirectory of @value{GDBN}, not the whole package. This leads to
19201build errors about missing include files such as @file{bfd/bfd.h}.
19202
8e04817f
AC
19203One popular reason to build several @value{GDBN} configurations in separate
19204directories is to configure @value{GDBN} for cross-compiling (where
19205@value{GDBN} runs on one machine---the @dfn{host}---while debugging
19206programs that run on another machine---the @dfn{target}).
19207You specify a cross-debugging target by
19208giving the @samp{--target=@var{target}} option to @code{configure}.
c906108c 19209
8e04817f
AC
19210When you run @code{make} to build a program or library, you must run
19211it in a configured directory---whatever directory you were in when you
19212called @code{configure} (or one of its subdirectories).
c906108c 19213
8e04817f
AC
19214The @code{Makefile} that @code{configure} generates in each source
19215directory also runs recursively. If you type @code{make} in a source
19216directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
19217directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
19218will build all the required libraries, and then build GDB.
c906108c 19219
8e04817f
AC
19220When you have multiple hosts or targets configured in separate
19221directories, you can run @code{make} on them in parallel (for example,
19222if they are NFS-mounted on each of the hosts); they will not interfere
19223with each other.
c906108c 19224
8e04817f
AC
19225@node Config Names
19226@section Specifying names for hosts and targets
c906108c 19227
8e04817f
AC
19228The specifications used for hosts and targets in the @code{configure}
19229script are based on a three-part naming scheme, but some short predefined
19230aliases are also supported. The full naming scheme encodes three pieces
19231of information in the following pattern:
c906108c 19232
474c8240 19233@smallexample
8e04817f 19234@var{architecture}-@var{vendor}-@var{os}
474c8240 19235@end smallexample
c906108c 19236
8e04817f
AC
19237For example, you can use the alias @code{sun4} as a @var{host} argument,
19238or as the value for @var{target} in a @code{--target=@var{target}}
19239option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 19240
8e04817f
AC
19241The @code{configure} script accompanying @value{GDBN} does not provide
19242any query facility to list all supported host and target names or
19243aliases. @code{configure} calls the Bourne shell script
19244@code{config.sub} to map abbreviations to full names; you can read the
19245script, if you wish, or you can use it to test your guesses on
19246abbreviations---for example:
c906108c 19247
8e04817f
AC
19248@smallexample
19249% sh config.sub i386-linux
19250i386-pc-linux-gnu
19251% sh config.sub alpha-linux
19252alpha-unknown-linux-gnu
19253% sh config.sub hp9k700
19254hppa1.1-hp-hpux
19255% sh config.sub sun4
19256sparc-sun-sunos4.1.1
19257% sh config.sub sun3
19258m68k-sun-sunos4.1.1
19259% sh config.sub i986v
19260Invalid configuration `i986v': machine `i986v' not recognized
19261@end smallexample
c906108c 19262
8e04817f
AC
19263@noindent
19264@code{config.sub} is also distributed in the @value{GDBN} source
19265directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 19266
8e04817f
AC
19267@node Configure Options
19268@section @code{configure} options
c906108c 19269
8e04817f
AC
19270Here is a summary of the @code{configure} options and arguments that
19271are most often useful for building @value{GDBN}. @code{configure} also has
19272several other options not listed here. @inforef{What Configure
19273Does,,configure.info}, for a full explanation of @code{configure}.
c906108c 19274
474c8240 19275@smallexample
8e04817f
AC
19276configure @r{[}--help@r{]}
19277 @r{[}--prefix=@var{dir}@r{]}
19278 @r{[}--exec-prefix=@var{dir}@r{]}
19279 @r{[}--srcdir=@var{dirname}@r{]}
19280 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
19281 @r{[}--target=@var{target}@r{]}
19282 @var{host}
474c8240 19283@end smallexample
c906108c 19284
8e04817f
AC
19285@noindent
19286You may introduce options with a single @samp{-} rather than
19287@samp{--} if you prefer; but you may abbreviate option names if you use
19288@samp{--}.
c906108c 19289
8e04817f
AC
19290@table @code
19291@item --help
19292Display a quick summary of how to invoke @code{configure}.
c906108c 19293
8e04817f
AC
19294@item --prefix=@var{dir}
19295Configure the source to install programs and files under directory
19296@file{@var{dir}}.
c906108c 19297
8e04817f
AC
19298@item --exec-prefix=@var{dir}
19299Configure the source to install programs under directory
19300@file{@var{dir}}.
c906108c 19301
8e04817f
AC
19302@c avoid splitting the warning from the explanation:
19303@need 2000
19304@item --srcdir=@var{dirname}
19305@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
19306@code{make} that implements the @code{VPATH} feature.}@*
19307Use this option to make configurations in directories separate from the
19308@value{GDBN} source directories. Among other things, you can use this to
19309build (or maintain) several configurations simultaneously, in separate
19310directories. @code{configure} writes configuration specific files in
19311the current directory, but arranges for them to use the source in the
19312directory @var{dirname}. @code{configure} creates directories under
19313the working directory in parallel to the source directories below
19314@var{dirname}.
c906108c 19315
8e04817f
AC
19316@item --norecursion
19317Configure only the directory level where @code{configure} is executed; do not
19318propagate configuration to subdirectories.
c906108c 19319
8e04817f
AC
19320@item --target=@var{target}
19321Configure @value{GDBN} for cross-debugging programs running on the specified
19322@var{target}. Without this option, @value{GDBN} is configured to debug
19323programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 19324
8e04817f 19325There is no convenient way to generate a list of all available targets.
c906108c 19326
8e04817f
AC
19327@item @var{host} @dots{}
19328Configure @value{GDBN} to run on the specified @var{host}.
c906108c 19329
8e04817f
AC
19330There is no convenient way to generate a list of all available hosts.
19331@end table
c906108c 19332
8e04817f
AC
19333There are many other options available as well, but they are generally
19334needed for special purposes only.
c906108c 19335
8e04817f
AC
19336@node Maintenance Commands
19337@appendix Maintenance Commands
19338@cindex maintenance commands
19339@cindex internal commands
c906108c 19340
8e04817f
AC
19341In addition to commands intended for @value{GDBN} users, @value{GDBN}
19342includes a number of commands intended for @value{GDBN} developers.
19343These commands are provided here for reference.
c906108c 19344
8e04817f
AC
19345@table @code
19346@kindex maint info breakpoints
19347@item @anchor{maint info breakpoints}maint info breakpoints
19348Using the same format as @samp{info breakpoints}, display both the
19349breakpoints you've set explicitly, and those @value{GDBN} is using for
19350internal purposes. Internal breakpoints are shown with negative
19351breakpoint numbers. The type column identifies what kind of breakpoint
19352is shown:
c906108c 19353
8e04817f
AC
19354@table @code
19355@item breakpoint
19356Normal, explicitly set breakpoint.
c906108c 19357
8e04817f
AC
19358@item watchpoint
19359Normal, explicitly set watchpoint.
c906108c 19360
8e04817f
AC
19361@item longjmp
19362Internal breakpoint, used to handle correctly stepping through
19363@code{longjmp} calls.
c906108c 19364
8e04817f
AC
19365@item longjmp resume
19366Internal breakpoint at the target of a @code{longjmp}.
c906108c 19367
8e04817f
AC
19368@item until
19369Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 19370
8e04817f
AC
19371@item finish
19372Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 19373
8e04817f
AC
19374@item shlib events
19375Shared library events.
c906108c 19376
8e04817f 19377@end table
c906108c 19378
8d30a00d
AC
19379@kindex maint internal-error
19380@kindex maint internal-warning
19381@item maint internal-error
19382@itemx maint internal-warning
19383Cause @value{GDBN} to call the internal function @code{internal_error}
19384or @code{internal_warning} and hence behave as though an internal error
19385or internal warning has been detected. In addition to reporting the
19386internal problem, these functions give the user the opportunity to
19387either quit @value{GDBN} or create a core file of the current
19388@value{GDBN} session.
19389
19390@smallexample
19391(gdb) @kbd{maint internal-error testing, 1, 2}
19392@dots{}/maint.c:121: internal-error: testing, 1, 2
19393A problem internal to GDB has been detected. Further
19394debugging may prove unreliable.
19395Quit this debugging session? (y or n) @kbd{n}
19396Create a core file? (y or n) @kbd{n}
b383017d 19397(gdb)
8d30a00d
AC
19398@end smallexample
19399
19400Takes an optional parameter that is used as the text of the error or
19401warning message.
19402
00905d52
AC
19403@kindex maint print dummy-frames
19404@item maint print dummy-frames
19405
19406Prints the contents of @value{GDBN}'s internal dummy-frame stack.
19407
19408@smallexample
19409(gdb) @kbd{b add}
19410@dots{}
19411(gdb) @kbd{print add(2,3)}
19412Breakpoint 2, add (a=2, b=3) at @dots{}
1941358 return (a + b);
19414The program being debugged stopped while in a function called from GDB.
19415@dots{}
19416(gdb) @kbd{maint print dummy-frames}
194170x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
19418 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
19419 call_lo=0x01014000 call_hi=0x01014001
b383017d 19420(gdb)
00905d52
AC
19421@end smallexample
19422
19423Takes an optional file parameter.
19424
0680b120
AC
19425@kindex maint print registers
19426@kindex maint print raw-registers
19427@kindex maint print cooked-registers
617073a9 19428@kindex maint print register-groups
0680b120
AC
19429@item maint print registers
19430@itemx maint print raw-registers
19431@itemx maint print cooked-registers
617073a9 19432@itemx maint print register-groups
0680b120
AC
19433Print @value{GDBN}'s internal register data structures.
19434
617073a9
AC
19435The command @code{maint print raw-registers} includes the contents of
19436the raw register cache; the command @code{maint print cooked-registers}
19437includes the (cooked) value of all registers; and the command
19438@code{maint print register-groups} includes the groups that each
19439register is a member of. @xref{Registers,, Registers, gdbint,
19440@value{GDBN} Internals}.
0680b120
AC
19441
19442Takes an optional file parameter.
19443
617073a9
AC
19444@kindex maint print reggroups
19445@item maint print reggroups
19446Print @value{GDBN}'s internal register group data structures.
19447
19448Takes an optional file parameter.
19449
19450@smallexample
19451(gdb) @kbd{maint print reggroups}
b383017d
RM
19452 Group Type
19453 general user
19454 float user
19455 all user
19456 vector user
19457 system user
19458 save internal
19459 restore internal
617073a9
AC
19460@end smallexample
19461
e7ba9c65
DJ
19462@kindex maint set profile
19463@kindex maint show profile
19464@cindex profiling GDB
19465@item maint set profile
19466@itemx maint show profile
19467Control profiling of @value{GDBN}.
19468
19469Profiling will be disabled until you use the @samp{maint set profile}
19470command to enable it. When you enable profiling, the system will begin
19471collecting timing and execution count data; when you disable profiling or
19472exit @value{GDBN}, the results will be written to a log file. Remember that
19473if you use profiling, @value{GDBN} will overwrite the profiling log file
19474(often called @file{gmon.out}). If you have a record of important profiling
19475data in a @file{gmon.out} file, be sure to move it to a safe location.
19476
19477Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
b383017d 19478compiled with the @samp{-pg} compiler option.
e7ba9c65 19479
8e04817f 19480@end table
c906108c 19481
c906108c 19482
e0ce93ac 19483@node Remote Protocol
8e04817f 19484@appendix @value{GDBN} Remote Serial Protocol
c906108c 19485
ee2d5c50
AC
19486@menu
19487* Overview::
19488* Packets::
19489* Stop Reply Packets::
19490* General Query Packets::
19491* Register Packet Format::
19492* Examples::
0ce1b118 19493* File-I/O remote protocol extension::
ee2d5c50
AC
19494@end menu
19495
19496@node Overview
19497@section Overview
19498
8e04817f
AC
19499There may be occasions when you need to know something about the
19500protocol---for example, if there is only one serial port to your target
19501machine, you might want your program to do something special if it
19502recognizes a packet meant for @value{GDBN}.
c906108c 19503
d2c6833e 19504In the examples below, @samp{->} and @samp{<-} are used to indicate
8e04817f 19505transmitted and received data respectfully.
c906108c 19506
8e04817f
AC
19507@cindex protocol, @value{GDBN} remote serial
19508@cindex serial protocol, @value{GDBN} remote
19509@cindex remote serial protocol
19510All @value{GDBN} commands and responses (other than acknowledgments) are
19511sent as a @var{packet}. A @var{packet} is introduced with the character
19512@samp{$}, the actual @var{packet-data}, and the terminating character
19513@samp{#} followed by a two-digit @var{checksum}:
c906108c 19514
474c8240 19515@smallexample
8e04817f 19516@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 19517@end smallexample
8e04817f 19518@noindent
c906108c 19519
8e04817f
AC
19520@cindex checksum, for @value{GDBN} remote
19521@noindent
19522The two-digit @var{checksum} is computed as the modulo 256 sum of all
19523characters between the leading @samp{$} and the trailing @samp{#} (an
19524eight bit unsigned checksum).
c906108c 19525
8e04817f
AC
19526Implementors should note that prior to @value{GDBN} 5.0 the protocol
19527specification also included an optional two-digit @var{sequence-id}:
c906108c 19528
474c8240 19529@smallexample
8e04817f 19530@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 19531@end smallexample
c906108c 19532
8e04817f
AC
19533@cindex sequence-id, for @value{GDBN} remote
19534@noindent
19535That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
19536has never output @var{sequence-id}s. Stubs that handle packets added
19537since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 19538
8e04817f
AC
19539@cindex acknowledgment, for @value{GDBN} remote
19540When either the host or the target machine receives a packet, the first
19541response expected is an acknowledgment: either @samp{+} (to indicate
19542the package was received correctly) or @samp{-} (to request
19543retransmission):
c906108c 19544
474c8240 19545@smallexample
d2c6833e
AC
19546-> @code{$}@var{packet-data}@code{#}@var{checksum}
19547<- @code{+}
474c8240 19548@end smallexample
8e04817f 19549@noindent
53a5351d 19550
8e04817f
AC
19551The host (@value{GDBN}) sends @var{command}s, and the target (the
19552debugging stub incorporated in your program) sends a @var{response}. In
19553the case of step and continue @var{command}s, the response is only sent
19554when the operation has completed (the target has again stopped).
c906108c 19555
8e04817f
AC
19556@var{packet-data} consists of a sequence of characters with the
19557exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
19558exceptions).
c906108c 19559
8e04817f 19560Fields within the packet should be separated using @samp{,} @samp{;} or
ee2d5c50 19561@cindex remote protocol, field separator
8e04817f 19562@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 19563@sc{hex} with leading zeros suppressed.
c906108c 19564
8e04817f
AC
19565Implementors should note that prior to @value{GDBN} 5.0, the character
19566@samp{:} could not appear as the third character in a packet (as it
19567would potentially conflict with the @var{sequence-id}).
c906108c 19568
8e04817f
AC
19569Response @var{data} can be run-length encoded to save space. A @samp{*}
19570means that the next character is an @sc{ascii} encoding giving a repeat count
19571which stands for that many repetitions of the character preceding the
19572@samp{*}. The encoding is @code{n+29}, yielding a printable character
19573where @code{n >=3} (which is where rle starts to win). The printable
19574characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
19575value greater than 126 should not be used.
c906108c 19576
8e04817f 19577So:
474c8240 19578@smallexample
8e04817f 19579"@code{0* }"
474c8240 19580@end smallexample
8e04817f
AC
19581@noindent
19582means the same as "0000".
c906108c 19583
8e04817f
AC
19584The error response returned for some packets includes a two character
19585error number. That number is not well defined.
c906108c 19586
8e04817f
AC
19587For any @var{command} not supported by the stub, an empty response
19588(@samp{$#00}) should be returned. That way it is possible to extend the
19589protocol. A newer @value{GDBN} can tell if a packet is supported based
19590on that response.
c906108c 19591
b383017d
RM
19592A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
19593@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
8e04817f 19594optional.
c906108c 19595
ee2d5c50
AC
19596@node Packets
19597@section Packets
19598
19599The following table provides a complete list of all currently defined
19600@var{command}s and their corresponding response @var{data}.
19601
19602@table @r
19603
19604@item @code{!} --- extended mode
19605@cindex @code{!} packet
19606
8e04817f
AC
19607Enable extended mode. In extended mode, the remote server is made
19608persistent. The @samp{R} packet is used to restart the program being
19609debugged.
ee2d5c50
AC
19610
19611Reply:
19612@table @samp
19613@item OK
8e04817f 19614The remote target both supports and has enabled extended mode.
ee2d5c50 19615@end table
c906108c 19616
ee2d5c50
AC
19617@item @code{?} --- last signal
19618@cindex @code{?} packet
c906108c 19619
ee2d5c50
AC
19620Indicate the reason the target halted. The reply is the same as for
19621step and continue.
c906108c 19622
ee2d5c50
AC
19623Reply:
19624@xref{Stop Reply Packets}, for the reply specifications.
19625
19626@item @code{a} --- reserved
19627
19628Reserved for future use.
19629
19630@item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
19631@cindex @code{A} packet
c906108c 19632
8e04817f
AC
19633Initialized @samp{argv[]} array passed into program. @var{arglen}
19634specifies the number of bytes in the hex encoded byte stream @var{arg}.
ee2d5c50
AC
19635See @code{gdbserver} for more details.
19636
19637Reply:
19638@table @samp
19639@item OK
19640@item E@var{NN}
19641@end table
19642
19643@item @code{b}@var{baud} --- set baud @strong{(deprecated)}
19644@cindex @code{b} packet
19645
19646Change the serial line speed to @var{baud}.
19647
19648JTC: @emph{When does the transport layer state change? When it's
19649received, or after the ACK is transmitted. In either case, there are
19650problems if the command or the acknowledgment packet is dropped.}
19651
19652Stan: @emph{If people really wanted to add something like this, and get
19653it working for the first time, they ought to modify ser-unix.c to send
19654some kind of out-of-band message to a specially-setup stub and have the
19655switch happen "in between" packets, so that from remote protocol's point
19656of view, nothing actually happened.}
19657
19658@item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
19659@cindex @code{B} packet
19660
8e04817f 19661Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
19662breakpoint at @var{addr}.
19663
19664This packet has been replaced by the @samp{Z} and @samp{z} packets
19665(@pxref{insert breakpoint or watchpoint packet}).
c906108c 19666
ee2d5c50
AC
19667@item @code{c}@var{addr} --- continue
19668@cindex @code{c} packet
19669
19670@var{addr} is address to resume. If @var{addr} is omitted, resume at
8e04817f 19671current address.
c906108c 19672
ee2d5c50
AC
19673Reply:
19674@xref{Stop Reply Packets}, for the reply specifications.
19675
19676@item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
19677@cindex @code{C} packet
19678
8e04817f
AC
19679Continue with signal @var{sig} (hex signal number). If
19680@code{;}@var{addr} is omitted, resume at same address.
c906108c 19681
ee2d5c50
AC
19682Reply:
19683@xref{Stop Reply Packets}, for the reply specifications.
c906108c 19684
ee2d5c50
AC
19685@item @code{d} --- toggle debug @strong{(deprecated)}
19686@cindex @code{d} packet
19687
19688Toggle debug flag.
19689
19690@item @code{D} --- detach
19691@cindex @code{D} packet
19692
19693Detach @value{GDBN} from the remote system. Sent to the remote target
07f31aa6 19694before @value{GDBN} disconnects via the @code{detach} command.
ee2d5c50
AC
19695
19696Reply:
19697@table @samp
19698@item @emph{no response}
8e04817f 19699@value{GDBN} does not check for any response after sending this packet.
ee2d5c50 19700@end table
c906108c 19701
ee2d5c50 19702@item @code{e} --- reserved
c906108c 19703
ee2d5c50 19704Reserved for future use.
c906108c 19705
ee2d5c50 19706@item @code{E} --- reserved
c906108c 19707
ee2d5c50 19708Reserved for future use.
c906108c 19709
ee2d5c50
AC
19710@item @code{f} --- reserved
19711
19712Reserved for future use.
19713
0ce1b118
CV
19714@item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
19715@cindex @code{F} packet
ee2d5c50 19716
0ce1b118
CV
19717This packet is send by @value{GDBN} as reply to a @code{F} request packet
19718sent by the target. This is part of the File-I/O protocol extension.
19719@xref{File-I/O remote protocol extension}, for the specification.
ee2d5c50
AC
19720
19721@item @code{g} --- read registers
19722@anchor{read registers packet}
19723@cindex @code{g} packet
19724
19725Read general registers.
19726
19727Reply:
19728@table @samp
19729@item @var{XX@dots{}}
8e04817f
AC
19730Each byte of register data is described by two hex digits. The bytes
19731with the register are transmitted in target byte order. The size of
19732each register and their position within the @samp{g} @var{packet} are
12c266ea
AC
19733determined by the @value{GDBN} internal macros
19734@var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros. The
19735specification of several standard @code{g} packets is specified below.
ee2d5c50
AC
19736@item E@var{NN}
19737for an error.
19738@end table
c906108c 19739
ee2d5c50
AC
19740@item @code{G}@var{XX@dots{}} --- write regs
19741@cindex @code{G} packet
c906108c 19742
ee2d5c50
AC
19743@xref{read registers packet}, for a description of the @var{XX@dots{}}
19744data.
19745
19746Reply:
19747@table @samp
19748@item OK
19749for success
19750@item E@var{NN}
19751for an error
19752@end table
19753
19754@item @code{h} --- reserved
19755
19756Reserved for future use.
19757
b383017d 19758@item @code{H}@var{c}@var{t@dots{}} --- set thread
ee2d5c50 19759@cindex @code{H} packet
c906108c 19760
8e04817f 19761Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
ee2d5c50
AC
19762@samp{G}, et.al.). @var{c} depends on the operation to be performed: it
19763should be @samp{c} for step and continue operations, @samp{g} for other
19764operations. The thread designator @var{t@dots{}} may be -1, meaning all
19765the threads, a thread number, or zero which means pick any thread.
19766
19767Reply:
19768@table @samp
19769@item OK
19770for success
19771@item E@var{NN}
19772for an error
19773@end table
c906108c 19774
8e04817f
AC
19775@c FIXME: JTC:
19776@c 'H': How restrictive (or permissive) is the thread model. If a
19777@c thread is selected and stopped, are other threads allowed
19778@c to continue to execute? As I mentioned above, I think the
19779@c semantics of each command when a thread is selected must be
19780@c described. For example:
19781@c
19782@c 'g': If the stub supports threads and a specific thread is
19783@c selected, returns the register block from that thread;
19784@c otherwise returns current registers.
19785@c
19786@c 'G' If the stub supports threads and a specific thread is
19787@c selected, sets the registers of the register block of
19788@c that thread; otherwise sets current registers.
c906108c 19789
ee2d5c50
AC
19790@item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
19791@anchor{cycle step packet}
19792@cindex @code{i} packet
19793
8e04817f
AC
19794Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
19795present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
19796step starting at that address.
c906108c 19797
ee2d5c50
AC
19798@item @code{I} --- signal then cycle step @strong{(reserved)}
19799@cindex @code{I} packet
19800
19801@xref{step with signal packet}. @xref{cycle step packet}.
19802
19803@item @code{j} --- reserved
19804
19805Reserved for future use.
19806
19807@item @code{J} --- reserved
c906108c 19808
ee2d5c50 19809Reserved for future use.
c906108c 19810
ee2d5c50
AC
19811@item @code{k} --- kill request
19812@cindex @code{k} packet
c906108c 19813
ac282366 19814FIXME: @emph{There is no description of how to operate when a specific
ee2d5c50
AC
19815thread context has been selected (i.e.@: does 'k' kill only that
19816thread?)}.
c906108c 19817
ee2d5c50 19818@item @code{K} --- reserved
c906108c 19819
ee2d5c50
AC
19820Reserved for future use.
19821
19822@item @code{l} --- reserved
19823
19824Reserved for future use.
19825
19826@item @code{L} --- reserved
19827
19828Reserved for future use.
19829
19830@item @code{m}@var{addr}@code{,}@var{length} --- read memory
19831@cindex @code{m} packet
c906108c 19832
8e04817f 19833Read @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50 19834Neither @value{GDBN} nor the stub assume that sized memory transfers are
2e834e49 19835assumed using word aligned accesses. FIXME: @emph{A word aligned memory
8e04817f 19836transfer mechanism is needed.}
c906108c 19837
ee2d5c50
AC
19838Reply:
19839@table @samp
19840@item @var{XX@dots{}}
19841@var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
19842to read only part of the data. Neither @value{GDBN} nor the stub assume
2e834e49 19843that sized memory transfers are assumed using word aligned
ee2d5c50
AC
19844accesses. FIXME: @emph{A word aligned memory transfer mechanism is
19845needed.}
19846@item E@var{NN}
19847@var{NN} is errno
19848@end table
19849
19850@item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
19851@cindex @code{M} packet
19852
8e04817f 19853Write @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50
AC
19854@var{XX@dots{}} is the data.
19855
19856Reply:
19857@table @samp
19858@item OK
19859for success
19860@item E@var{NN}
8e04817f
AC
19861for an error (this includes the case where only part of the data was
19862written).
ee2d5c50 19863@end table
c906108c 19864
ee2d5c50 19865@item @code{n} --- reserved
c906108c 19866
ee2d5c50 19867Reserved for future use.
c906108c 19868
ee2d5c50 19869@item @code{N} --- reserved
c906108c 19870
ee2d5c50 19871Reserved for future use.
c906108c 19872
ee2d5c50
AC
19873@item @code{o} --- reserved
19874
19875Reserved for future use.
19876
19877@item @code{O} --- reserved
19878
19879Reserved for future use.
c906108c 19880
ee2d5c50
AC
19881@item @code{p}@var{n@dots{}} --- read reg @strong{(reserved)}
19882@cindex @code{p} packet
19883
19884@xref{write register packet}.
19885
19886Reply:
19887@table @samp
19888@item @var{r@dots{}.}
19889The hex encoded value of the register in target byte order.
19890@end table
19891
19892@item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
19893@anchor{write register packet}
19894@cindex @code{P} packet
19895
19896Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
8e04817f 19897digits for each byte in the register (target byte order).
c906108c 19898
ee2d5c50
AC
19899Reply:
19900@table @samp
19901@item OK
19902for success
19903@item E@var{NN}
19904for an error
19905@end table
19906
19907@item @code{q}@var{query} --- general query
19908@anchor{general query packet}
19909@cindex @code{q} packet
19910
19911Request info about @var{query}. In general @value{GDBN} queries have a
19912leading upper case letter. Custom vendor queries should use a company
19913prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
19914be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
19915that they match the full @var{query} name.
19916
19917Reply:
19918@table @samp
19919@item @var{XX@dots{}}
19920Hex encoded data from query. The reply can not be empty.
19921@item E@var{NN}
19922error reply
8e04817f 19923@item
ee2d5c50
AC
19924Indicating an unrecognized @var{query}.
19925@end table
19926
19927@item @code{Q}@var{var}@code{=}@var{val} --- general set
19928@cindex @code{Q} packet
19929
19930Set value of @var{var} to @var{val}.
19931
19932@xref{general query packet}, for a discussion of naming conventions.
c906108c 19933
ee2d5c50
AC
19934@item @code{r} --- reset @strong{(deprecated)}
19935@cindex @code{r} packet
c906108c 19936
8e04817f 19937Reset the entire system.
c906108c 19938
ee2d5c50
AC
19939@item @code{R}@var{XX} --- remote restart
19940@cindex @code{R} packet
19941
8e04817f
AC
19942Restart the program being debugged. @var{XX}, while needed, is ignored.
19943This packet is only available in extended mode.
ee2d5c50
AC
19944
19945Reply:
19946@table @samp
19947@item @emph{no reply}
8e04817f 19948The @samp{R} packet has no reply.
ee2d5c50
AC
19949@end table
19950
19951@item @code{s}@var{addr} --- step
19952@cindex @code{s} packet
c906108c 19953
8e04817f
AC
19954@var{addr} is address to resume. If @var{addr} is omitted, resume at
19955same address.
c906108c 19956
ee2d5c50
AC
19957Reply:
19958@xref{Stop Reply Packets}, for the reply specifications.
19959
19960@item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
19961@anchor{step with signal packet}
19962@cindex @code{S} packet
19963
8e04817f 19964Like @samp{C} but step not continue.
c906108c 19965
ee2d5c50
AC
19966Reply:
19967@xref{Stop Reply Packets}, for the reply specifications.
19968
b383017d 19969@item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
ee2d5c50
AC
19970@cindex @code{t} packet
19971
8e04817f 19972Search backwards starting at address @var{addr} for a match with pattern
ee2d5c50
AC
19973@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
19974@var{addr} must be at least 3 digits.
c906108c 19975
ee2d5c50
AC
19976@item @code{T}@var{XX} --- thread alive
19977@cindex @code{T} packet
c906108c 19978
ee2d5c50 19979Find out if the thread XX is alive.
c906108c 19980
ee2d5c50
AC
19981Reply:
19982@table @samp
19983@item OK
19984thread is still alive
19985@item E@var{NN}
19986thread is dead
19987@end table
19988
19989@item @code{u} --- reserved
19990
19991Reserved for future use.
19992
19993@item @code{U} --- reserved
19994
19995Reserved for future use.
19996
86d30acc 19997@item @code{v} --- verbose packet prefix
ee2d5c50 19998
86d30acc
DJ
19999Packets starting with @code{v} are identified by a multi-letter name,
20000up to the first @code{;} or @code{?} (or the end of the packet).
20001
20002@item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
20003@cindex @code{vCont} packet
20004
20005Resume the inferior. Different actions may be specified for each thread.
20006If an action is specified with no @var{tid}, then it is applied to any
20007threads that don't have a specific action specified; if no default action is
20008specified then other threads should remain stopped. Specifying multiple
20009default actions is an error; specifying no actions is also an error.
20010Thread IDs are specified in hexadecimal. Currently supported actions are:
20011
20012@table @code
20013@item c
20014Continue.
20015@item C@var{sig}
20016Continue with signal @var{sig}. @var{sig} should be two hex digits.
20017@item s
20018Step.
20019@item S@var{sig}
20020Step with signal @var{sig}. @var{sig} should be two hex digits.
20021@end table
20022
20023The optional @var{addr} argument normally associated with these packets is
20024not supported in @code{vCont}.
20025
20026Reply:
20027@xref{Stop Reply Packets}, for the reply specifications.
20028
20029@item @code{vCont?} --- extended resume query
20030@cindex @code{vCont?} packet
20031
20032Query support for the @code{vCont} packet.
20033
20034Reply:
20035@table @samp
20036@item @code{vCont}[;@var{action}]...
20037The @code{vCont} packet is supported. Each @var{action} is a supported
20038command in the @code{vCont} packet.
20039@item
20040The @code{vCont} packet is not supported.
20041@end table
ee2d5c50
AC
20042
20043@item @code{V} --- reserved
c906108c 20044
ee2d5c50 20045Reserved for future use.
c906108c 20046
ee2d5c50 20047@item @code{w} --- reserved
c906108c 20048
ee2d5c50 20049Reserved for future use.
c906108c 20050
ee2d5c50 20051@item @code{W} --- reserved
c906108c 20052
ee2d5c50 20053Reserved for future use.
c906108c 20054
ee2d5c50
AC
20055@item @code{x} --- reserved
20056
20057Reserved for future use.
20058
20059@item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
20060@cindex @code{X} packet
20061
20062@var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
20063is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
8e04817f 20064escaped using @code{0x7d}.
c906108c 20065
ee2d5c50
AC
20066Reply:
20067@table @samp
20068@item OK
20069for success
20070@item E@var{NN}
20071for an error
20072@end table
20073
20074@item @code{y} --- reserved
c906108c 20075
ee2d5c50 20076Reserved for future use.
c906108c 20077
ee2d5c50
AC
20078@item @code{Y} reserved
20079
20080Reserved for future use.
20081
2f870471
AC
20082@item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
20083@itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
20084@anchor{insert breakpoint or watchpoint packet}
ee2d5c50 20085@cindex @code{z} packet
2f870471 20086@cindex @code{Z} packets
ee2d5c50 20087
2f870471
AC
20088Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
20089watchpoint starting at address @var{address} and covering the next
20090@var{length} bytes.
ee2d5c50 20091
2f870471
AC
20092Each breakpoint and watchpoint packet @var{type} is documented
20093separately.
20094
512217c7
AC
20095@emph{Implementation notes: A remote target shall return an empty string
20096for an unrecognized breakpoint or watchpoint packet @var{type}. A
20097remote target shall support either both or neither of a given
2f870471
AC
20098@code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
20099avoid potential problems with duplicate packets, the operations should
20100be implemented in an idempotent way.}
20101
20102@item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
20103@item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
20104@cindex @code{z0} packet
20105@cindex @code{Z0} packet
20106
20107Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
20108@code{addr} of size @code{length}.
20109
20110A memory breakpoint is implemented by replacing the instruction at
20111@var{addr} with a software breakpoint or trap instruction. The
20112@code{length} is used by targets that indicates the size of the
20113breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
20114@sc{mips} can insert either a 2 or 4 byte breakpoint).
c906108c 20115
2f870471
AC
20116@emph{Implementation note: It is possible for a target to copy or move
20117code that contains memory breakpoints (e.g., when implementing
20118overlays). The behavior of this packet, in the presence of such a
20119target, is not defined.}
c906108c 20120
ee2d5c50
AC
20121Reply:
20122@table @samp
2f870471
AC
20123@item OK
20124success
20125@item
20126not supported
ee2d5c50
AC
20127@item E@var{NN}
20128for an error
2f870471
AC
20129@end table
20130
20131@item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
20132@item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
20133@cindex @code{z1} packet
20134@cindex @code{Z1} packet
20135
20136Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
20137address @code{addr} of size @code{length}.
20138
20139A hardware breakpoint is implemented using a mechanism that is not
20140dependant on being able to modify the target's memory.
20141
20142@emph{Implementation note: A hardware breakpoint is not affected by code
20143movement.}
20144
20145Reply:
20146@table @samp
ee2d5c50 20147@item OK
2f870471
AC
20148success
20149@item
20150not supported
20151@item E@var{NN}
20152for an error
20153@end table
20154
20155@item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
20156@item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
20157@cindex @code{z2} packet
20158@cindex @code{Z2} packet
20159
20160Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
20161
20162Reply:
20163@table @samp
20164@item OK
20165success
20166@item
20167not supported
20168@item E@var{NN}
20169for an error
20170@end table
20171
20172@item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
20173@item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
20174@cindex @code{z3} packet
20175@cindex @code{Z3} packet
20176
2e834e49 20177Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
2f870471
AC
20178
20179Reply:
20180@table @samp
20181@item OK
20182success
20183@item
20184not supported
20185@item E@var{NN}
20186for an error
20187@end table
20188
2e834e49
HPN
20189@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
20190@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
2f870471
AC
20191@cindex @code{z4} packet
20192@cindex @code{Z4} packet
20193
20194Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
20195
20196Reply:
20197@table @samp
20198@item OK
20199success
20200@item
20201not supported
20202@item E@var{NN}
20203for an error
ee2d5c50
AC
20204@end table
20205
20206@end table
c906108c 20207
ee2d5c50
AC
20208@node Stop Reply Packets
20209@section Stop Reply Packets
20210@cindex stop reply packets
c906108c 20211
8e04817f
AC
20212The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
20213receive any of the below as a reply. In the case of the @samp{C},
20214@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
20215when the target halts. In the below the exact meaning of @samp{signal
20216number} is poorly defined. In general one of the UNIX signal numbering
20217conventions is used.
c906108c 20218
ee2d5c50 20219@table @samp
c906108c 20220
ee2d5c50
AC
20221@item S@var{AA}
20222@var{AA} is the signal number
c906108c 20223
8e04817f 20224@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
20225@cindex @code{T} packet reply
20226
8e04817f
AC
20227@var{AA} = two hex digit signal number; @var{n...} = register number
20228(hex), @var{r...} = target byte ordered register contents, size defined
12c266ea
AC
20229by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
20230@var{r...} = thread process ID, this is a hex integer; @var{n...} =
20231(@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
20232address, this is a hex integer; @var{n...} = other string not starting
20233with valid hex digit. @value{GDBN} should ignore this @var{n...},
20234@var{r...} pair and go on to the next. This way we can extend the
20235protocol.
c906108c 20236
ee2d5c50
AC
20237@item W@var{AA}
20238
8e04817f 20239The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
20240applicable to certain targets.
20241
20242@item X@var{AA}
c906108c 20243
8e04817f 20244The process terminated with signal @var{AA}.
c906108c 20245
ee2d5c50 20246@item O@var{XX@dots{}}
c906108c 20247
ee2d5c50
AC
20248@var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
20249any time while the program is running and the debugger should continue
20250to wait for @samp{W}, @samp{T}, etc.
20251
0ce1b118
CV
20252@item F@var{call-id}@code{,}@var{parameter@dots{}}
20253
20254@var{call-id} is the identifier which says which host system call should
20255be called. This is just the name of the function. Translation into the
20256correct system call is only applicable as it's defined in @value{GDBN}.
20257@xref{File-I/O remote protocol extension}, for a list of implemented
20258system calls.
20259
20260@var{parameter@dots{}} is a list of parameters as defined for this very
20261system call.
20262
20263The target replies with this packet when it expects @value{GDBN} to call
20264a host system call on behalf of the target. @value{GDBN} replies with
20265an appropriate @code{F} packet and keeps up waiting for the next reply
20266packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
20267@samp{s} action is expected to be continued.
20268@xref{File-I/O remote protocol extension}, for more details.
20269
ee2d5c50
AC
20270@end table
20271
20272@node General Query Packets
20273@section General Query Packets
c906108c 20274
8e04817f 20275The following set and query packets have already been defined.
c906108c 20276
ee2d5c50 20277@table @r
c906108c 20278
ee2d5c50
AC
20279@item @code{q}@code{C} --- current thread
20280
20281Return the current thread id.
20282
20283Reply:
20284@table @samp
20285@item @code{QC}@var{pid}
8e04817f 20286Where @var{pid} is a HEX encoded 16 bit process id.
ee2d5c50
AC
20287@item *
20288Any other reply implies the old pid.
20289@end table
20290
20291@item @code{q}@code{fThreadInfo} -- all thread ids
20292
20293@code{q}@code{sThreadInfo}
c906108c 20294
8e04817f
AC
20295Obtain a list of active thread ids from the target (OS). Since there
20296may be too many active threads to fit into one reply packet, this query
20297works iteratively: it may require more than one query/reply sequence to
20298obtain the entire list of threads. The first query of the sequence will
20299be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
20300sequence will be the @code{qs}@code{ThreadInfo} query.
ee2d5c50
AC
20301
20302NOTE: replaces the @code{qL} query (see below).
20303
20304Reply:
20305@table @samp
20306@item @code{m}@var{id}
20307A single thread id
20308@item @code{m}@var{id},@var{id}@dots{}
20309a comma-separated list of thread ids
20310@item @code{l}
20311(lower case 'el') denotes end of list.
20312@end table
20313
20314In response to each query, the target will reply with a list of one or
20315more thread ids, in big-endian hex, separated by commas. @value{GDBN}
20316will respond to each reply with a request for more thread ids (using the
8e04817f
AC
20317@code{qs} form of the query), until the target responds with @code{l}
20318(lower-case el, for @code{'last'}).
c906108c 20319
ee2d5c50
AC
20320@item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
20321
20322Where @var{id} is a thread-id in big-endian hex. Obtain a printable
20323string description of a thread's attributes from the target OS. This
20324string may contain anything that the target OS thinks is interesting for
20325@value{GDBN} to tell the user about the thread. The string is displayed
20326in @value{GDBN}'s @samp{info threads} display. Some examples of
20327possible thread extra info strings are ``Runnable'', or ``Blocked on
20328Mutex''.
20329
20330Reply:
20331@table @samp
20332@item @var{XX@dots{}}
20333Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
20334the printable string containing the extra information about the thread's
8e04817f 20335attributes.
ee2d5c50
AC
20336@end table
20337
20338@item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
c906108c 20339
8e04817f
AC
20340Obtain thread information from RTOS. Where: @var{startflag} (one hex
20341digit) is one to indicate the first query and zero to indicate a
20342subsequent query; @var{threadcount} (two hex digits) is the maximum
20343number of threads the response packet can contain; and @var{nextthread}
20344(eight hex digits), for subsequent queries (@var{startflag} is zero), is
20345returned in the response as @var{argthread}.
ee2d5c50
AC
20346
20347NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
20348(see above).
20349
20350Reply:
20351@table @samp
20352@item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
8e04817f
AC
20353Where: @var{count} (two hex digits) is the number of threads being
20354returned; @var{done} (one hex digit) is zero to indicate more threads
20355and one indicates no further threads; @var{argthreadid} (eight hex
ee2d5c50
AC
20356digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
20357is a sequence of thread IDs from the target. @var{threadid} (eight hex
8e04817f 20358digits). See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 20359@end table
c906108c 20360
ee2d5c50
AC
20361@item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
20362
20363Reply:
20364@table @samp
20365@item @code{E}@var{NN}
20366An error (such as memory fault)
20367@item @code{C}@var{CRC32}
20368A 32 bit cyclic redundancy check of the specified memory region.
20369@end table
20370
20371@item @code{q}@code{Offsets} --- query sect offs
c906108c 20372
8e04817f
AC
20373Get section offsets that the target used when re-locating the downloaded
20374image. @emph{Note: while a @code{Bss} offset is included in the
20375response, @value{GDBN} ignores this and instead applies the @code{Data}
20376offset to the @code{Bss} section.}
c906108c 20377
ee2d5c50
AC
20378Reply:
20379@table @samp
20380@item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
20381@end table
20382
20383@item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
20384
8e04817f
AC
20385Returns information on @var{threadid}. Where: @var{mode} is a hex
20386encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
ee2d5c50
AC
20387
20388Reply:
20389@table @samp
20390@item *
20391@end table
20392
8e04817f 20393See @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 20394
ee2d5c50
AC
20395@item @code{q}@code{Rcmd,}@var{command} --- remote command
20396
20397@var{command} (hex encoded) is passed to the local interpreter for
8e04817f
AC
20398execution. Invalid commands should be reported using the output string.
20399Before the final result packet, the target may also respond with a
ee2d5c50
AC
20400number of intermediate @code{O}@var{output} console output packets.
20401@emph{Implementors should note that providing access to a stubs's
20402interpreter may have security implications}.
20403
20404Reply:
20405@table @samp
20406@item OK
8e04817f 20407A command response with no output.
ee2d5c50 20408@item @var{OUTPUT}
8e04817f 20409A command response with the hex encoded output string @var{OUTPUT}.
ee2d5c50 20410@item @code{E}@var{NN}
8e04817f 20411Indicate a badly formed request.
ee2d5c50 20412@item @samp{}
8e04817f 20413When @samp{q}@samp{Rcmd} is not recognized.
ee2d5c50
AC
20414@end table
20415
20416@item @code{qSymbol::} --- symbol lookup
c906108c 20417
8e04817f
AC
20418Notify the target that @value{GDBN} is prepared to serve symbol lookup
20419requests. Accept requests from the target for the values of symbols.
ee2d5c50
AC
20420
20421Reply:
20422@table @samp
20423@item @code{OK}
8e04817f 20424The target does not need to look up any (more) symbols.
ee2d5c50
AC
20425@item @code{qSymbol:}@var{sym_name}
20426The target requests the value of symbol @var{sym_name} (hex encoded).
20427@value{GDBN} may provide the value by using the
20428@code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
20429@end table
20430
20431@item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
20432
20433Set the value of @var{sym_name} to @var{sym_value}.
20434
20435@var{sym_name} (hex encoded) is the name of a symbol whose value the
20436target has previously requested.
20437
20438@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
20439@value{GDBN} cannot supply a value for @var{sym_name}, then this field
20440will be empty.
20441
20442Reply:
20443@table @samp
20444@item @code{OK}
8e04817f 20445The target does not need to look up any (more) symbols.
ee2d5c50
AC
20446@item @code{qSymbol:}@var{sym_name}
20447The target requests the value of a new symbol @var{sym_name} (hex
20448encoded). @value{GDBN} will continue to supply the values of symbols
20449(if available), until the target ceases to request them.
20450@end table
eb12ee30 20451
649e03f6
RM
20452@item @code{qPart}:@var{object}:@code{read}:@var{annex}:@var{offset},@var{length} --- read special data
20453
20454Read uninterpreted bytes from the target's special data area
20455identified by the keyword @code{object}.
20456Request @var{length} bytes starting at @var{offset} bytes into the data.
20457The content and encoding of @var{annex} is specific to the object;
20458it can supply additional details about what data to access.
20459
20460Here are the specific requests of this form defined so far.
20461All @samp{@code{qPart}:@var{object}:@code{read}:@dots{}}
20462requests use the same reply formats, listed below.
20463
20464@table @asis
20465@item @code{qPart}:@code{auxv}:@code{read}::@var{offset},@var{length}
20466Access the target's @dfn{auxiliary vector}. @xref{Auxiliary Vector}.
20467Note @var{annex} must be empty.
20468@end table
20469
20470Reply:
20471@table @asis
20472@item @code{OK}
20473The @var{offset} in the request is at the end of the data.
20474There is no more data to be read.
20475
20476@item @var{XX@dots{}}
20477Hex encoded data bytes read.
20478This may be fewer bytes than the @var{length} in the request.
20479
20480@item @code{E00}
20481The request was malformed, or @var{annex} was invalid.
20482
20483@item @code{E}@var{nn}
20484The offset was invalid, or there was an error encountered reading the data.
20485@var{nn} is a hex-encoded @code{errno} value.
20486
20487@item @code{""} (empty)
20488An empty reply indicates the @var{object} or @var{annex} string was not
20489recognized by the stub.
20490@end table
20491
20492@item @code{qPart}:@var{object}:@code{write}:@var{annex}:@var{offset}:@var{data@dots{}}
20493
20494Write uninterpreted bytes into the target's special data area
20495identified by the keyword @code{object},
20496starting at @var{offset} bytes into the data.
20497@var{data@dots{}} is the hex-encoded data to be written.
20498The content and encoding of @var{annex} is specific to the object;
20499it can supply additional details about what data to access.
20500
20501No requests of this form are presently in use. This specification
20502serves as a placeholder to document the common format that new
20503specific request specifications ought to use.
20504
20505Reply:
20506@table @asis
20507@item @var{nn}
20508@var{nn} (hex encoded) is the number of bytes written.
20509This may be fewer bytes than supplied in the request.
20510
20511@item @code{E00}
20512The request was malformed, or @var{annex} was invalid.
20513
20514@item @code{E}@var{nn}
20515The offset was invalid, or there was an error encountered writing the data.
20516@var{nn} is a hex-encoded @code{errno} value.
20517
20518@item @code{""} (empty)
20519An empty reply indicates the @var{object} or @var{annex} string was not
20520recognized by the stub, or that the object does not support writing.
20521@end table
20522
20523@item @code{qPart}:@var{object}:@var{operation}:@dots{}
20524Requests of this form may be added in the future. When a stub does
20525not recognize the @var{object} keyword, or its support for
20526@var{object} does not recognize the @var{operation} keyword,
20527the stub must respond with an empty packet.
ee2d5c50
AC
20528@end table
20529
20530@node Register Packet Format
20531@section Register Packet Format
eb12ee30 20532
8e04817f 20533The following @samp{g}/@samp{G} packets have previously been defined.
ee2d5c50
AC
20534In the below, some thirty-two bit registers are transferred as
20535sixty-four bits. Those registers should be zero/sign extended (which?)
20536to fill the space allocated. Register bytes are transfered in target
20537byte order. The two nibbles within a register byte are transfered
20538most-significant - least-significant.
eb12ee30 20539
ee2d5c50 20540@table @r
eb12ee30 20541
8e04817f 20542@item MIPS32
ee2d5c50 20543
8e04817f
AC
20544All registers are transfered as thirty-two bit quantities in the order:
2054532 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
20546registers; fsr; fir; fp.
eb12ee30 20547
8e04817f 20548@item MIPS64
ee2d5c50 20549
8e04817f
AC
20550All registers are transfered as sixty-four bit quantities (including
20551thirty-two bit registers such as @code{sr}). The ordering is the same
20552as @code{MIPS32}.
eb12ee30 20553
ee2d5c50
AC
20554@end table
20555
20556@node Examples
20557@section Examples
eb12ee30 20558
8e04817f
AC
20559Example sequence of a target being re-started. Notice how the restart
20560does not get any direct output:
eb12ee30 20561
474c8240 20562@smallexample
d2c6833e
AC
20563-> @code{R00}
20564<- @code{+}
8e04817f 20565@emph{target restarts}
d2c6833e 20566-> @code{?}
8e04817f 20567<- @code{+}
d2c6833e
AC
20568<- @code{T001:1234123412341234}
20569-> @code{+}
474c8240 20570@end smallexample
eb12ee30 20571
8e04817f 20572Example sequence of a target being stepped by a single instruction:
eb12ee30 20573
474c8240 20574@smallexample
d2c6833e 20575-> @code{G1445@dots{}}
8e04817f 20576<- @code{+}
d2c6833e
AC
20577-> @code{s}
20578<- @code{+}
20579@emph{time passes}
20580<- @code{T001:1234123412341234}
8e04817f 20581-> @code{+}
d2c6833e 20582-> @code{g}
8e04817f 20583<- @code{+}
d2c6833e
AC
20584<- @code{1455@dots{}}
20585-> @code{+}
474c8240 20586@end smallexample
eb12ee30 20587
0ce1b118
CV
20588@node File-I/O remote protocol extension
20589@section File-I/O remote protocol extension
20590@cindex File-I/O remote protocol extension
20591
20592@menu
20593* File-I/O Overview::
20594* Protocol basics::
1d8b2f28
JB
20595* The F request packet::
20596* The F reply packet::
0ce1b118
CV
20597* Memory transfer::
20598* The Ctrl-C message::
20599* Console I/O::
20600* The isatty call::
20601* The system call::
20602* List of supported calls::
20603* Protocol specific representation of datatypes::
20604* Constants::
20605* File-I/O Examples::
20606@end menu
20607
20608@node File-I/O Overview
20609@subsection File-I/O Overview
20610@cindex file-i/o overview
20611
20612The File I/O remote protocol extension (short: File-I/O) allows the
20613target to use the hosts file system and console I/O when calling various
20614system calls. System calls on the target system are translated into a
20615remote protocol packet to the host system which then performs the needed
20616actions and returns with an adequate response packet to the target system.
20617This simulates file system operations even on targets that lack file systems.
20618
20619The protocol is defined host- and target-system independent. It uses
20620it's own independent representation of datatypes and values. Both,
20621@value{GDBN} and the target's @value{GDBN} stub are responsible for
20622translating the system dependent values into the unified protocol values
20623when data is transmitted.
20624
20625The communication is synchronous. A system call is possible only
20626when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
20627packets. While @value{GDBN} handles the request for a system call,
20628the target is stopped to allow deterministic access to the target's
20629memory. Therefore File-I/O is not interuptible by target signals. It
20630is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
20631
20632The target's request to perform a host system call does not finish
20633the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
20634after finishing the system call, the target returns to continuing the
20635previous activity (continue, step). No additional continue or step
20636request from @value{GDBN} is required.
20637
20638@smallexample
20639(gdb) continue
20640 <- target requests 'system call X'
20641 target is stopped, @value{GDBN} executes system call
20642 -> GDB returns result
20643 ... target continues, GDB returns to wait for the target
20644 <- target hits breakpoint and sends a Txx packet
20645@end smallexample
20646
20647The protocol is only used for files on the host file system and
20648for I/O on the console. Character or block special devices, pipes,
20649named pipes or sockets or any other communication method on the host
20650system are not supported by this protocol.
20651
20652@node Protocol basics
20653@subsection Protocol basics
20654@cindex protocol basics, file-i/o
20655
20656The File-I/O protocol uses the @code{F} packet, as request as well
20657as as reply packet. Since a File-I/O system call can only occur when
b383017d 20658@value{GDBN} is waiting for the continuing or stepping target, the
0ce1b118
CV
20659File-I/O request is a reply that @value{GDBN} has to expect as a result
20660of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
20661This @code{F} packet contains all information needed to allow @value{GDBN}
20662to call the appropriate host system call:
20663
20664@itemize @bullet
b383017d 20665@item
0ce1b118
CV
20666A unique identifier for the requested system call.
20667
20668@item
20669All parameters to the system call. Pointers are given as addresses
20670in the target memory address space. Pointers to strings are given as
b383017d 20671pointer/length pair. Numerical values are given as they are.
0ce1b118
CV
20672Numerical control values are given in a protocol specific representation.
20673
20674@end itemize
20675
20676At that point @value{GDBN} has to perform the following actions.
20677
20678@itemize @bullet
b383017d 20679@item
0ce1b118
CV
20680If parameter pointer values are given, which point to data needed as input
20681to a system call, @value{GDBN} requests this data from the target with a
20682standard @code{m} packet request. This additional communication has to be
20683expected by the target implementation and is handled as any other @code{m}
20684packet.
20685
20686@item
20687@value{GDBN} translates all value from protocol representation to host
20688representation as needed. Datatypes are coerced into the host types.
20689
20690@item
20691@value{GDBN} calls the system call
20692
20693@item
20694It then coerces datatypes back to protocol representation.
20695
20696@item
20697If pointer parameters in the request packet point to buffer space in which
20698a system call is expected to copy data to, the data is transmitted to the
20699target using a @code{M} or @code{X} packet. This packet has to be expected
20700by the target implementation and is handled as any other @code{M} or @code{X}
20701packet.
20702
20703@end itemize
20704
20705Eventually @value{GDBN} replies with another @code{F} packet which contains all
20706necessary information for the target to continue. This at least contains
20707
20708@itemize @bullet
20709@item
20710Return value.
20711
20712@item
20713@code{errno}, if has been changed by the system call.
20714
20715@item
20716``Ctrl-C'' flag.
20717
20718@end itemize
20719
20720After having done the needed type and value coercion, the target continues
20721the latest continue or step action.
20722
1d8b2f28 20723@node The F request packet
0ce1b118
CV
20724@subsection The @code{F} request packet
20725@cindex file-i/o request packet
20726@cindex @code{F} request packet
20727
20728The @code{F} request packet has the following format:
20729
20730@table @samp
20731
20732@smallexample
20733@code{F}@var{call-id}@code{,}@var{parameter@dots{}}
20734@end smallexample
20735
20736@var{call-id} is the identifier to indicate the host system call to be called.
20737This is just the name of the function.
20738
20739@var{parameter@dots{}} are the parameters to the system call.
20740
b383017d 20741@end table
0ce1b118
CV
20742
20743Parameters are hexadecimal integer values, either the real values in case
20744of scalar datatypes, as pointers to target buffer space in case of compound
20745datatypes and unspecified memory areas or as pointer/length pairs in case
20746of string parameters. These are appended to the call-id, each separated
20747from its predecessor by a comma. All values are transmitted in ASCII
20748string representation, pointer/length pairs separated by a slash.
20749
1d8b2f28 20750@node The F reply packet
0ce1b118
CV
20751@subsection The @code{F} reply packet
20752@cindex file-i/o reply packet
20753@cindex @code{F} reply packet
20754
20755The @code{F} reply packet has the following format:
20756
20757@table @samp
20758
20759@smallexample
20760@code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
20761@end smallexample
20762
20763@var{retcode} is the return code of the system call as hexadecimal value.
20764
20765@var{errno} is the errno set by the call, in protocol specific representation.
20766This parameter can be omitted if the call was successful.
20767
20768@var{Ctrl-C flag} is only send if the user requested a break. In this
20769case, @var{errno} must be send as well, even if the call was successful.
20770The @var{Ctrl-C flag} itself consists of the character 'C':
20771
20772@smallexample
20773F0,0,C
20774@end smallexample
20775
20776@noindent
20777or, if the call was interupted before the host call has been performed:
20778
20779@smallexample
20780F-1,4,C
20781@end smallexample
20782
20783@noindent
20784assuming 4 is the protocol specific representation of @code{EINTR}.
20785
20786@end table
20787
20788@node Memory transfer
20789@subsection Memory transfer
20790@cindex memory transfer, in file-i/o protocol
20791
20792Structured data which is transferred using a memory read or write as e.g.@:
20793a @code{struct stat} is expected to be in a protocol specific format with
20794all scalar multibyte datatypes being big endian. This should be done by
20795the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
20796it transfers memory to the target. Transferred pointers to structured
20797data should point to the already coerced data at any time.
20798
20799@node The Ctrl-C message
20800@subsection The Ctrl-C message
20801@cindex ctrl-c message, in file-i/o protocol
20802
20803A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
20804reply packet. In this case the target should behave, as if it had
20805gotten a break message. The meaning for the target is ``system call
20806interupted by @code{SIGINT}''. Consequentially, the target should actually stop
20807(as with a break message) and return to @value{GDBN} with a @code{T02}
b383017d 20808packet. In this case, it's important for the target to know, in which
0ce1b118
CV
20809state the system call was interrupted. Since this action is by design
20810not an atomic operation, we have to differ between two cases:
20811
20812@itemize @bullet
20813@item
20814The system call hasn't been performed on the host yet.
20815
20816@item
20817The system call on the host has been finished.
20818
20819@end itemize
20820
20821These two states can be distinguished by the target by the value of the
20822returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
20823call hasn't been performed. This is equivalent to the @code{EINTR} handling
20824on POSIX systems. In any other case, the target may presume that the
20825system call has been finished --- successful or not --- and should behave
20826as if the break message arrived right after the system call.
20827
20828@value{GDBN} must behave reliable. If the system call has not been called
20829yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
20830@code{errno} in the packet. If the system call on the host has been finished
20831before the user requests a break, the full action must be finshed by
20832@value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
20833The @code{F} packet may only be send when either nothing has happened
20834or the full action has been completed.
20835
20836@node Console I/O
20837@subsection Console I/O
20838@cindex console i/o as part of file-i/o
20839
20840By default and if not explicitely closed by the target system, the file
20841descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
20842on the @value{GDBN} console is handled as any other file output operation
20843(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
20844by @value{GDBN} so that after the target read request from file descriptor
208450 all following typing is buffered until either one of the following
20846conditions is met:
20847
20848@itemize @bullet
20849@item
20850The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
20851@code{read}
20852system call is treated as finished.
20853
20854@item
20855The user presses @kbd{Enter}. This is treated as end of input with a trailing
20856line feed.
20857
20858@item
20859The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
20860character, especially no Ctrl-D is appended to the input.
20861
20862@end itemize
20863
20864If the user has typed more characters as fit in the buffer given to
20865the read call, the trailing characters are buffered in @value{GDBN} until
20866either another @code{read(0, @dots{})} is requested by the target or debugging
20867is stopped on users request.
20868
20869@node The isatty call
20870@subsection The isatty(3) call
20871@cindex isatty call, file-i/o protocol
20872
20873A special case in this protocol is the library call @code{isatty} which
20874is implemented as it's own call inside of this protocol. It returns
208751 to the target if the file descriptor given as parameter is attached
20876to the @value{GDBN} console, 0 otherwise. Implementing through system calls
20877would require implementing @code{ioctl} and would be more complex than
20878needed.
20879
20880@node The system call
20881@subsection The system(3) call
20882@cindex system call, file-i/o protocol
20883
20884The other special case in this protocol is the @code{system} call which
20885is implemented as it's own call, too. @value{GDBN} is taking over the full
20886task of calling the necessary host calls to perform the @code{system}
20887call. The return value of @code{system} is simplified before it's returned
20888to the target. Basically, the only signal transmitted back is @code{EINTR}
20889in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
20890entirely of the exit status of the called command.
20891
20892Due to security concerns, the @code{system} call is refused to be called
b383017d 20893by @value{GDBN} by default. The user has to allow this call explicitly by
0ce1b118
CV
20894entering
20895
20896@table @samp
20897@kindex set remote system-call-allowed 1
20898@item @code{set remote system-call-allowed 1}
20899@end table
20900
20901Disabling the @code{system} call is done by
20902
20903@table @samp
20904@kindex set remote system-call-allowed 0
20905@item @code{set remote system-call-allowed 0}
20906@end table
20907
20908The current setting is shown by typing
20909
20910@table @samp
20911@kindex show remote system-call-allowed
20912@item @code{show remote system-call-allowed}
20913@end table
20914
20915@node List of supported calls
20916@subsection List of supported calls
20917@cindex list of supported file-i/o calls
20918
20919@menu
20920* open::
20921* close::
20922* read::
20923* write::
20924* lseek::
20925* rename::
20926* unlink::
20927* stat/fstat::
20928* gettimeofday::
20929* isatty::
20930* system::
20931@end menu
20932
20933@node open
20934@unnumberedsubsubsec open
20935@cindex open, file-i/o system call
20936
20937@smallexample
20938@exdent Synopsis:
20939int open(const char *pathname, int flags);
20940int open(const char *pathname, int flags, mode_t mode);
20941
b383017d 20942@exdent Request:
0ce1b118
CV
20943Fopen,pathptr/len,flags,mode
20944@end smallexample
20945
20946@noindent
20947@code{flags} is the bitwise or of the following values:
20948
20949@table @code
b383017d 20950@item O_CREAT
0ce1b118
CV
20951If the file does not exist it will be created. The host
20952rules apply as far as file ownership and time stamps
20953are concerned.
20954
b383017d 20955@item O_EXCL
0ce1b118
CV
20956When used with O_CREAT, if the file already exists it is
20957an error and open() fails.
20958
b383017d 20959@item O_TRUNC
0ce1b118
CV
20960If the file already exists and the open mode allows
20961writing (O_RDWR or O_WRONLY is given) it will be
20962truncated to length 0.
20963
b383017d 20964@item O_APPEND
0ce1b118
CV
20965The file is opened in append mode.
20966
b383017d 20967@item O_RDONLY
0ce1b118
CV
20968The file is opened for reading only.
20969
b383017d 20970@item O_WRONLY
0ce1b118
CV
20971The file is opened for writing only.
20972
b383017d 20973@item O_RDWR
0ce1b118
CV
20974The file is opened for reading and writing.
20975
20976@noindent
20977Each other bit is silently ignored.
20978
20979@end table
20980
20981@noindent
20982@code{mode} is the bitwise or of the following values:
20983
20984@table @code
b383017d 20985@item S_IRUSR
0ce1b118
CV
20986User has read permission.
20987
b383017d 20988@item S_IWUSR
0ce1b118
CV
20989User has write permission.
20990
b383017d 20991@item S_IRGRP
0ce1b118
CV
20992Group has read permission.
20993
b383017d 20994@item S_IWGRP
0ce1b118
CV
20995Group has write permission.
20996
b383017d 20997@item S_IROTH
0ce1b118
CV
20998Others have read permission.
20999
b383017d 21000@item S_IWOTH
0ce1b118
CV
21001Others have write permission.
21002
21003@noindent
21004Each other bit is silently ignored.
21005
21006@end table
21007
21008@smallexample
21009@exdent Return value:
21010open returns the new file descriptor or -1 if an error
21011occured.
21012
21013@exdent Errors:
21014@end smallexample
21015
21016@table @code
b383017d 21017@item EEXIST
0ce1b118
CV
21018pathname already exists and O_CREAT and O_EXCL were used.
21019
b383017d 21020@item EISDIR
0ce1b118
CV
21021pathname refers to a directory.
21022
b383017d 21023@item EACCES
0ce1b118
CV
21024The requested access is not allowed.
21025
21026@item ENAMETOOLONG
21027pathname was too long.
21028
b383017d 21029@item ENOENT
0ce1b118
CV
21030A directory component in pathname does not exist.
21031
b383017d 21032@item ENODEV
0ce1b118
CV
21033pathname refers to a device, pipe, named pipe or socket.
21034
b383017d 21035@item EROFS
0ce1b118
CV
21036pathname refers to a file on a read-only filesystem and
21037write access was requested.
21038
b383017d 21039@item EFAULT
0ce1b118
CV
21040pathname is an invalid pointer value.
21041
b383017d 21042@item ENOSPC
0ce1b118
CV
21043No space on device to create the file.
21044
b383017d 21045@item EMFILE
0ce1b118
CV
21046The process already has the maximum number of files open.
21047
b383017d 21048@item ENFILE
0ce1b118
CV
21049The limit on the total number of files open on the system
21050has been reached.
21051
b383017d 21052@item EINTR
0ce1b118
CV
21053The call was interrupted by the user.
21054@end table
21055
21056@node close
21057@unnumberedsubsubsec close
21058@cindex close, file-i/o system call
21059
21060@smallexample
b383017d 21061@exdent Synopsis:
0ce1b118
CV
21062int close(int fd);
21063
b383017d 21064@exdent Request:
0ce1b118
CV
21065Fclose,fd
21066
21067@exdent Return value:
21068close returns zero on success, or -1 if an error occurred.
21069
21070@exdent Errors:
21071@end smallexample
21072
21073@table @code
b383017d 21074@item EBADF
0ce1b118
CV
21075fd isn't a valid open file descriptor.
21076
b383017d 21077@item EINTR
0ce1b118
CV
21078The call was interrupted by the user.
21079@end table
21080
21081@node read
21082@unnumberedsubsubsec read
21083@cindex read, file-i/o system call
21084
21085@smallexample
b383017d 21086@exdent Synopsis:
0ce1b118
CV
21087int read(int fd, void *buf, unsigned int count);
21088
b383017d 21089@exdent Request:
0ce1b118
CV
21090Fread,fd,bufptr,count
21091
21092@exdent Return value:
21093On success, the number of bytes read is returned.
21094Zero indicates end of file. If count is zero, read
b383017d 21095returns zero as well. On error, -1 is returned.
0ce1b118
CV
21096
21097@exdent Errors:
21098@end smallexample
21099
21100@table @code
b383017d 21101@item EBADF
0ce1b118
CV
21102fd is not a valid file descriptor or is not open for
21103reading.
21104
b383017d 21105@item EFAULT
0ce1b118
CV
21106buf is an invalid pointer value.
21107
b383017d 21108@item EINTR
0ce1b118
CV
21109The call was interrupted by the user.
21110@end table
21111
21112@node write
21113@unnumberedsubsubsec write
21114@cindex write, file-i/o system call
21115
21116@smallexample
b383017d 21117@exdent Synopsis:
0ce1b118
CV
21118int write(int fd, const void *buf, unsigned int count);
21119
b383017d 21120@exdent Request:
0ce1b118
CV
21121Fwrite,fd,bufptr,count
21122
21123@exdent Return value:
21124On success, the number of bytes written are returned.
21125Zero indicates nothing was written. On error, -1
21126is returned.
21127
21128@exdent Errors:
21129@end smallexample
21130
21131@table @code
b383017d 21132@item EBADF
0ce1b118
CV
21133fd is not a valid file descriptor or is not open for
21134writing.
21135
b383017d 21136@item EFAULT
0ce1b118
CV
21137buf is an invalid pointer value.
21138
b383017d 21139@item EFBIG
0ce1b118
CV
21140An attempt was made to write a file that exceeds the
21141host specific maximum file size allowed.
21142
b383017d 21143@item ENOSPC
0ce1b118
CV
21144No space on device to write the data.
21145
b383017d 21146@item EINTR
0ce1b118
CV
21147The call was interrupted by the user.
21148@end table
21149
21150@node lseek
21151@unnumberedsubsubsec lseek
21152@cindex lseek, file-i/o system call
21153
21154@smallexample
b383017d 21155@exdent Synopsis:
0ce1b118
CV
21156long lseek (int fd, long offset, int flag);
21157
b383017d 21158@exdent Request:
0ce1b118
CV
21159Flseek,fd,offset,flag
21160@end smallexample
21161
21162@code{flag} is one of:
21163
21164@table @code
b383017d 21165@item SEEK_SET
0ce1b118
CV
21166The offset is set to offset bytes.
21167
b383017d 21168@item SEEK_CUR
0ce1b118
CV
21169The offset is set to its current location plus offset
21170bytes.
21171
b383017d 21172@item SEEK_END
0ce1b118
CV
21173The offset is set to the size of the file plus offset
21174bytes.
21175@end table
21176
21177@smallexample
21178@exdent Return value:
21179On success, the resulting unsigned offset in bytes from
21180the beginning of the file is returned. Otherwise, a
21181value of -1 is returned.
21182
21183@exdent Errors:
21184@end smallexample
21185
21186@table @code
b383017d 21187@item EBADF
0ce1b118
CV
21188fd is not a valid open file descriptor.
21189
b383017d 21190@item ESPIPE
0ce1b118
CV
21191fd is associated with the @value{GDBN} console.
21192
b383017d 21193@item EINVAL
0ce1b118
CV
21194flag is not a proper value.
21195
b383017d 21196@item EINTR
0ce1b118
CV
21197The call was interrupted by the user.
21198@end table
21199
21200@node rename
21201@unnumberedsubsubsec rename
21202@cindex rename, file-i/o system call
21203
21204@smallexample
b383017d 21205@exdent Synopsis:
0ce1b118
CV
21206int rename(const char *oldpath, const char *newpath);
21207
b383017d 21208@exdent Request:
0ce1b118
CV
21209Frename,oldpathptr/len,newpathptr/len
21210
21211@exdent Return value:
21212On success, zero is returned. On error, -1 is returned.
21213
21214@exdent Errors:
21215@end smallexample
21216
21217@table @code
b383017d 21218@item EISDIR
0ce1b118
CV
21219newpath is an existing directory, but oldpath is not a
21220directory.
21221
b383017d 21222@item EEXIST
0ce1b118
CV
21223newpath is a non-empty directory.
21224
b383017d 21225@item EBUSY
0ce1b118
CV
21226oldpath or newpath is a directory that is in use by some
21227process.
21228
b383017d 21229@item EINVAL
0ce1b118
CV
21230An attempt was made to make a directory a subdirectory
21231of itself.
21232
b383017d 21233@item ENOTDIR
0ce1b118
CV
21234A component used as a directory in oldpath or new
21235path is not a directory. Or oldpath is a directory
21236and newpath exists but is not a directory.
21237
b383017d 21238@item EFAULT
0ce1b118
CV
21239oldpathptr or newpathptr are invalid pointer values.
21240
b383017d 21241@item EACCES
0ce1b118
CV
21242No access to the file or the path of the file.
21243
21244@item ENAMETOOLONG
b383017d 21245
0ce1b118
CV
21246oldpath or newpath was too long.
21247
b383017d 21248@item ENOENT
0ce1b118
CV
21249A directory component in oldpath or newpath does not exist.
21250
b383017d 21251@item EROFS
0ce1b118
CV
21252The file is on a read-only filesystem.
21253
b383017d 21254@item ENOSPC
0ce1b118
CV
21255The device containing the file has no room for the new
21256directory entry.
21257
b383017d 21258@item EINTR
0ce1b118
CV
21259The call was interrupted by the user.
21260@end table
21261
21262@node unlink
21263@unnumberedsubsubsec unlink
21264@cindex unlink, file-i/o system call
21265
21266@smallexample
b383017d 21267@exdent Synopsis:
0ce1b118
CV
21268int unlink(const char *pathname);
21269
b383017d 21270@exdent Request:
0ce1b118
CV
21271Funlink,pathnameptr/len
21272
21273@exdent Return value:
21274On success, zero is returned. On error, -1 is returned.
21275
21276@exdent Errors:
21277@end smallexample
21278
21279@table @code
b383017d 21280@item EACCES
0ce1b118
CV
21281No access to the file or the path of the file.
21282
b383017d 21283@item EPERM
0ce1b118
CV
21284The system does not allow unlinking of directories.
21285
b383017d 21286@item EBUSY
0ce1b118
CV
21287The file pathname cannot be unlinked because it's
21288being used by another process.
21289
b383017d 21290@item EFAULT
0ce1b118
CV
21291pathnameptr is an invalid pointer value.
21292
21293@item ENAMETOOLONG
21294pathname was too long.
21295
b383017d 21296@item ENOENT
0ce1b118
CV
21297A directory component in pathname does not exist.
21298
b383017d 21299@item ENOTDIR
0ce1b118
CV
21300A component of the path is not a directory.
21301
b383017d 21302@item EROFS
0ce1b118
CV
21303The file is on a read-only filesystem.
21304
b383017d 21305@item EINTR
0ce1b118
CV
21306The call was interrupted by the user.
21307@end table
21308
21309@node stat/fstat
21310@unnumberedsubsubsec stat/fstat
21311@cindex fstat, file-i/o system call
21312@cindex stat, file-i/o system call
21313
21314@smallexample
b383017d 21315@exdent Synopsis:
0ce1b118
CV
21316int stat(const char *pathname, struct stat *buf);
21317int fstat(int fd, struct stat *buf);
21318
b383017d 21319@exdent Request:
0ce1b118
CV
21320Fstat,pathnameptr/len,bufptr
21321Ffstat,fd,bufptr
21322
21323@exdent Return value:
21324On success, zero is returned. On error, -1 is returned.
21325
21326@exdent Errors:
21327@end smallexample
21328
21329@table @code
b383017d 21330@item EBADF
0ce1b118
CV
21331fd is not a valid open file.
21332
b383017d 21333@item ENOENT
0ce1b118
CV
21334A directory component in pathname does not exist or the
21335path is an empty string.
21336
b383017d 21337@item ENOTDIR
0ce1b118
CV
21338A component of the path is not a directory.
21339
b383017d 21340@item EFAULT
0ce1b118
CV
21341pathnameptr is an invalid pointer value.
21342
b383017d 21343@item EACCES
0ce1b118
CV
21344No access to the file or the path of the file.
21345
21346@item ENAMETOOLONG
21347pathname was too long.
21348
b383017d 21349@item EINTR
0ce1b118
CV
21350The call was interrupted by the user.
21351@end table
21352
21353@node gettimeofday
21354@unnumberedsubsubsec gettimeofday
21355@cindex gettimeofday, file-i/o system call
21356
21357@smallexample
b383017d 21358@exdent Synopsis:
0ce1b118
CV
21359int gettimeofday(struct timeval *tv, void *tz);
21360
b383017d 21361@exdent Request:
0ce1b118
CV
21362Fgettimeofday,tvptr,tzptr
21363
21364@exdent Return value:
21365On success, 0 is returned, -1 otherwise.
21366
21367@exdent Errors:
21368@end smallexample
21369
21370@table @code
b383017d 21371@item EINVAL
0ce1b118
CV
21372tz is a non-NULL pointer.
21373
b383017d 21374@item EFAULT
0ce1b118
CV
21375tvptr and/or tzptr is an invalid pointer value.
21376@end table
21377
21378@node isatty
21379@unnumberedsubsubsec isatty
21380@cindex isatty, file-i/o system call
21381
21382@smallexample
b383017d 21383@exdent Synopsis:
0ce1b118
CV
21384int isatty(int fd);
21385
b383017d 21386@exdent Request:
0ce1b118
CV
21387Fisatty,fd
21388
21389@exdent Return value:
21390Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
21391
21392@exdent Errors:
21393@end smallexample
21394
21395@table @code
b383017d 21396@item EINTR
0ce1b118
CV
21397The call was interrupted by the user.
21398@end table
21399
21400@node system
21401@unnumberedsubsubsec system
21402@cindex system, file-i/o system call
21403
21404@smallexample
b383017d 21405@exdent Synopsis:
0ce1b118
CV
21406int system(const char *command);
21407
b383017d 21408@exdent Request:
0ce1b118
CV
21409Fsystem,commandptr/len
21410
21411@exdent Return value:
21412The value returned is -1 on error and the return status
21413of the command otherwise. Only the exit status of the
21414command is returned, which is extracted from the hosts
21415system return value by calling WEXITSTATUS(retval).
21416In case /bin/sh could not be executed, 127 is returned.
21417
21418@exdent Errors:
21419@end smallexample
21420
21421@table @code
b383017d 21422@item EINTR
0ce1b118
CV
21423The call was interrupted by the user.
21424@end table
21425
21426@node Protocol specific representation of datatypes
21427@subsection Protocol specific representation of datatypes
21428@cindex protocol specific representation of datatypes, in file-i/o protocol
21429
21430@menu
21431* Integral datatypes::
21432* Pointer values::
21433* struct stat::
21434* struct timeval::
21435@end menu
21436
21437@node Integral datatypes
21438@unnumberedsubsubsec Integral datatypes
21439@cindex integral datatypes, in file-i/o protocol
21440
21441The integral datatypes used in the system calls are
21442
21443@smallexample
21444int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
21445@end smallexample
21446
21447@code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
21448implemented as 32 bit values in this protocol.
21449
b383017d
RM
21450@code{Long} and @code{unsigned long} are implemented as 64 bit types.
21451
0ce1b118
CV
21452@xref{Limits}, for corresponding MIN and MAX values (similar to those
21453in @file{limits.h}) to allow range checking on host and target.
21454
21455@code{time_t} datatypes are defined as seconds since the Epoch.
21456
21457All integral datatypes transferred as part of a memory read or write of a
21458structured datatype e.g.@: a @code{struct stat} have to be given in big endian
21459byte order.
21460
21461@node Pointer values
21462@unnumberedsubsubsec Pointer values
21463@cindex pointer values, in file-i/o protocol
21464
21465Pointers to target data are transmitted as they are. An exception
21466is made for pointers to buffers for which the length isn't
21467transmitted as part of the function call, namely strings. Strings
21468are transmitted as a pointer/length pair, both as hex values, e.g.@:
21469
21470@smallexample
21471@code{1aaf/12}
21472@end smallexample
21473
21474@noindent
21475which is a pointer to data of length 18 bytes at position 0x1aaf.
21476The length is defined as the full string length in bytes, including
21477the trailing null byte. Example:
21478
21479@smallexample
21480``hello, world'' at address 0x123456
21481@end smallexample
21482
21483@noindent
21484is transmitted as
21485
21486@smallexample
21487@code{123456/d}
21488@end smallexample
21489
21490@node struct stat
21491@unnumberedsubsubsec struct stat
21492@cindex struct stat, in file-i/o protocol
21493
21494The buffer of type struct stat used by the target and @value{GDBN} is defined
21495as follows:
21496
21497@smallexample
21498struct stat @{
21499 unsigned int st_dev; /* device */
21500 unsigned int st_ino; /* inode */
21501 mode_t st_mode; /* protection */
21502 unsigned int st_nlink; /* number of hard links */
21503 unsigned int st_uid; /* user ID of owner */
21504 unsigned int st_gid; /* group ID of owner */
21505 unsigned int st_rdev; /* device type (if inode device) */
21506 unsigned long st_size; /* total size, in bytes */
21507 unsigned long st_blksize; /* blocksize for filesystem I/O */
21508 unsigned long st_blocks; /* number of blocks allocated */
21509 time_t st_atime; /* time of last access */
21510 time_t st_mtime; /* time of last modification */
21511 time_t st_ctime; /* time of last change */
21512@};
21513@end smallexample
21514
21515The integral datatypes are conforming to the definitions given in the
21516approriate section (see @ref{Integral datatypes}, for details) so this
21517structure is of size 64 bytes.
21518
21519The values of several fields have a restricted meaning and/or
21520range of values.
21521
21522@smallexample
21523st_dev: 0 file
21524 1 console
21525
21526st_ino: No valid meaning for the target. Transmitted unchanged.
21527
21528st_mode: Valid mode bits are described in Appendix C. Any other
21529 bits have currently no meaning for the target.
21530
21531st_uid: No valid meaning for the target. Transmitted unchanged.
21532
21533st_gid: No valid meaning for the target. Transmitted unchanged.
21534
21535st_rdev: No valid meaning for the target. Transmitted unchanged.
21536
21537st_atime, st_mtime, st_ctime:
21538 These values have a host and file system dependent
21539 accuracy. Especially on Windows hosts the file systems
21540 don't support exact timing values.
21541@end smallexample
21542
21543The target gets a struct stat of the above representation and is
21544responsible to coerce it to the target representation before
21545continuing.
21546
21547Note that due to size differences between the host and target
21548representation of stat members, these members could eventually
21549get truncated on the target.
21550
21551@node struct timeval
21552@unnumberedsubsubsec struct timeval
21553@cindex struct timeval, in file-i/o protocol
21554
21555The buffer of type struct timeval used by the target and @value{GDBN}
21556is defined as follows:
21557
21558@smallexample
b383017d 21559struct timeval @{
0ce1b118
CV
21560 time_t tv_sec; /* second */
21561 long tv_usec; /* microsecond */
21562@};
21563@end smallexample
21564
21565The integral datatypes are conforming to the definitions given in the
21566approriate section (see @ref{Integral datatypes}, for details) so this
21567structure is of size 8 bytes.
21568
21569@node Constants
21570@subsection Constants
21571@cindex constants, in file-i/o protocol
21572
21573The following values are used for the constants inside of the
21574protocol. @value{GDBN} and target are resposible to translate these
21575values before and after the call as needed.
21576
21577@menu
21578* Open flags::
21579* mode_t values::
21580* Errno values::
21581* Lseek flags::
21582* Limits::
21583@end menu
21584
21585@node Open flags
21586@unnumberedsubsubsec Open flags
21587@cindex open flags, in file-i/o protocol
21588
21589All values are given in hexadecimal representation.
21590
21591@smallexample
21592 O_RDONLY 0x0
21593 O_WRONLY 0x1
21594 O_RDWR 0x2
21595 O_APPEND 0x8
21596 O_CREAT 0x200
21597 O_TRUNC 0x400
21598 O_EXCL 0x800
21599@end smallexample
21600
21601@node mode_t values
21602@unnumberedsubsubsec mode_t values
21603@cindex mode_t values, in file-i/o protocol
21604
21605All values are given in octal representation.
21606
21607@smallexample
21608 S_IFREG 0100000
21609 S_IFDIR 040000
21610 S_IRUSR 0400
21611 S_IWUSR 0200
21612 S_IXUSR 0100
21613 S_IRGRP 040
21614 S_IWGRP 020
21615 S_IXGRP 010
21616 S_IROTH 04
21617 S_IWOTH 02
21618 S_IXOTH 01
21619@end smallexample
21620
21621@node Errno values
21622@unnumberedsubsubsec Errno values
21623@cindex errno values, in file-i/o protocol
21624
21625All values are given in decimal representation.
21626
21627@smallexample
21628 EPERM 1
21629 ENOENT 2
21630 EINTR 4
21631 EBADF 9
21632 EACCES 13
21633 EFAULT 14
21634 EBUSY 16
21635 EEXIST 17
21636 ENODEV 19
21637 ENOTDIR 20
21638 EISDIR 21
21639 EINVAL 22
21640 ENFILE 23
21641 EMFILE 24
21642 EFBIG 27
21643 ENOSPC 28
21644 ESPIPE 29
21645 EROFS 30
21646 ENAMETOOLONG 91
21647 EUNKNOWN 9999
21648@end smallexample
21649
21650 EUNKNOWN is used as a fallback error value if a host system returns
21651 any error value not in the list of supported error numbers.
21652
21653@node Lseek flags
21654@unnumberedsubsubsec Lseek flags
21655@cindex lseek flags, in file-i/o protocol
21656
21657@smallexample
21658 SEEK_SET 0
21659 SEEK_CUR 1
21660 SEEK_END 2
21661@end smallexample
21662
21663@node Limits
21664@unnumberedsubsubsec Limits
21665@cindex limits, in file-i/o protocol
21666
21667All values are given in decimal representation.
21668
21669@smallexample
21670 INT_MIN -2147483648
21671 INT_MAX 2147483647
21672 UINT_MAX 4294967295
21673 LONG_MIN -9223372036854775808
21674 LONG_MAX 9223372036854775807
21675 ULONG_MAX 18446744073709551615
21676@end smallexample
21677
21678@node File-I/O Examples
21679@subsection File-I/O Examples
21680@cindex file-i/o examples
21681
21682Example sequence of a write call, file descriptor 3, buffer is at target
21683address 0x1234, 6 bytes should be written:
21684
21685@smallexample
21686<- @code{Fwrite,3,1234,6}
21687@emph{request memory read from target}
21688-> @code{m1234,6}
21689<- XXXXXX
21690@emph{return "6 bytes written"}
21691-> @code{F6}
21692@end smallexample
21693
21694Example sequence of a read call, file descriptor 3, buffer is at target
21695address 0x1234, 6 bytes should be read:
21696
21697@smallexample
21698<- @code{Fread,3,1234,6}
21699@emph{request memory write to target}
21700-> @code{X1234,6:XXXXXX}
21701@emph{return "6 bytes read"}
21702-> @code{F6}
21703@end smallexample
21704
21705Example sequence of a read call, call fails on the host due to invalid
21706file descriptor (EBADF):
21707
21708@smallexample
21709<- @code{Fread,3,1234,6}
21710-> @code{F-1,9}
21711@end smallexample
21712
21713Example sequence of a read call, user presses Ctrl-C before syscall on
21714host is called:
21715
21716@smallexample
21717<- @code{Fread,3,1234,6}
21718-> @code{F-1,4,C}
21719<- @code{T02}
21720@end smallexample
21721
21722Example sequence of a read call, user presses Ctrl-C after syscall on
21723host is called:
21724
21725@smallexample
21726<- @code{Fread,3,1234,6}
21727-> @code{X1234,6:XXXXXX}
21728<- @code{T02}
21729@end smallexample
21730
f418dd93
DJ
21731@include agentexpr.texi
21732
aab4e0ec 21733@include gpl.texi
eb12ee30 21734
2154891a 21735@raisesections
6826cf00 21736@include fdl.texi
2154891a 21737@lowersections
6826cf00 21738
6d2ebf8b 21739@node Index
c906108c
SS
21740@unnumbered Index
21741
21742@printindex cp
21743
21744@tex
21745% I think something like @colophon should be in texinfo. In the
21746% meantime:
21747\long\def\colophon{\hbox to0pt{}\vfill
21748\centerline{The body of this manual is set in}
21749\centerline{\fontname\tenrm,}
21750\centerline{with headings in {\bf\fontname\tenbf}}
21751\centerline{and examples in {\tt\fontname\tentt}.}
21752\centerline{{\it\fontname\tenit\/},}
21753\centerline{{\bf\fontname\tenbf}, and}
21754\centerline{{\sl\fontname\tensl\/}}
21755\centerline{are used for emphasis.}\vfill}
21756\page\colophon
21757% Blame: doc@cygnus.com, 1991.
21758@end tex
21759
c906108c 21760@bye
This page took 2.273716 seconds and 4 git commands to generate.