* gdb.texinfo (Breakpoint related warnings): New node.
[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,
1e698235 3@c 1999, 2000, 2001, 2002, 2003
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,@*
1e698235 55 1999, 2000, 2001, 2002, 2003 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,
1e698235 871996, 1998, 1999, 2000, 2001, 2002, 2003 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
1e698235 118Copyright (C) 1988-2003 Free Software Foundation, Inc.
6d2ebf8b
SS
119
120@menu
121* Summary:: Summary of @value{GDBN}
122* Sample Session:: A sample @value{GDBN} session
123
124* Invocation:: Getting in and out of @value{GDBN}
125* Commands:: @value{GDBN} commands
126* Running:: Running programs under @value{GDBN}
127* Stopping:: Stopping and continuing
128* Stack:: Examining the stack
129* Source:: Examining source files
130* Data:: Examining data
e2e0bcd1 131* Macros:: Preprocessor Macros
b37052ae 132* Tracepoints:: Debugging remote targets non-intrusively
df0cd8c5 133* Overlays:: Debugging programs that use overlays
6d2ebf8b
SS
134
135* Languages:: Using @value{GDBN} with different languages
136
137* Symbols:: Examining the symbol table
138* Altering:: Altering execution
139* GDB Files:: @value{GDBN} files
140* Targets:: Specifying a debugging target
6b2f586d 141* Remote Debugging:: Debugging remote programs
6d2ebf8b
SS
142* Configurations:: Configuration-specific information
143* Controlling GDB:: Controlling @value{GDBN}
144* Sequences:: Canned sequences of commands
c4555f82 145* TUI:: @value{GDBN} Text User Interface
21c294e6 146* Interpreters:: Command Interpreters
6d2ebf8b
SS
147* Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
148* Annotations:: @value{GDBN}'s annotation interface.
7162c0ca 149* GDB/MI:: @value{GDBN}'s Machine Interface.
6d2ebf8b
SS
150
151* GDB Bugs:: Reporting bugs in @value{GDBN}
152* Formatting Documentation:: How to format and print @value{GDBN} documentation
153
154* Command Line Editing:: Command Line Editing
155* Using History Interactively:: Using History Interactively
156* Installing GDB:: Installing GDB
eb12ee30 157* Maintenance Commands:: Maintenance Commands
e0ce93ac 158* Remote Protocol:: GDB Remote Serial Protocol
f418dd93 159* Agent Expressions:: The GDB Agent Expression Mechanism
aab4e0ec
AC
160* Copying:: GNU General Public License says
161 how you can copy and share GDB
6826cf00 162* GNU Free Documentation License:: The license for this documentation
6d2ebf8b
SS
163* Index:: Index
164@end menu
165
6c0e9fb3 166@end ifnottex
c906108c 167
449f3b6c 168@contents
449f3b6c 169
6d2ebf8b 170@node Summary
c906108c
SS
171@unnumbered Summary of @value{GDBN}
172
173The purpose of a debugger such as @value{GDBN} is to allow you to see what is
174going on ``inside'' another program while it executes---or what another
175program was doing at the moment it crashed.
176
177@value{GDBN} can do four main kinds of things (plus other things in support of
178these) to help you catch bugs in the act:
179
180@itemize @bullet
181@item
182Start your program, specifying anything that might affect its behavior.
183
184@item
185Make your program stop on specified conditions.
186
187@item
188Examine what has happened, when your program has stopped.
189
190@item
191Change things in your program, so you can experiment with correcting the
192effects of one bug and go on to learn about another.
193@end itemize
194
cce74817 195You can use @value{GDBN} to debug programs written in C and C++.
c906108c 196For more information, see @ref{Support,,Supported languages}.
c906108c
SS
197For more information, see @ref{C,,C and C++}.
198
cce74817 199@cindex Modula-2
e632838e
AC
200Support for Modula-2 is partial. For information on Modula-2, see
201@ref{Modula-2,,Modula-2}.
c906108c 202
cce74817
JM
203@cindex Pascal
204Debugging Pascal programs which use sets, subranges, file variables, or
205nested functions does not currently work. @value{GDBN} does not support
206entering expressions, printing values, or similar features using Pascal
207syntax.
c906108c 208
c906108c
SS
209@cindex Fortran
210@value{GDBN} can be used to debug programs written in Fortran, although
53a5351d 211it may be necessary to refer to some variables with a trailing
cce74817 212underscore.
c906108c 213
b37303ee
AF
214@value{GDBN} can be used to debug programs written in Objective-C,
215using either the Apple/NeXT or the GNU Objective-C runtime.
216
c906108c
SS
217@menu
218* Free Software:: Freely redistributable software
219* Contributors:: Contributors to GDB
220@end menu
221
6d2ebf8b 222@node Free Software
c906108c
SS
223@unnumberedsec Free software
224
5d161b24 225@value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
c906108c
SS
226General Public License
227(GPL). The GPL gives you the freedom to copy or adapt a licensed
228program---but every person getting a copy also gets with it the
229freedom to modify that copy (which means that they must get access to
230the source code), and the freedom to distribute further copies.
231Typical software companies use copyrights to limit your freedoms; the
232Free Software Foundation uses the GPL to preserve these freedoms.
233
234Fundamentally, the General Public License is a license which says that
235you have these freedoms and that you cannot take these freedoms away
236from anyone else.
237
2666264b 238@unnumberedsec Free Software Needs Free Documentation
959acfd1
EZ
239
240The biggest deficiency in the free software community today is not in
241the software---it is the lack of good free documentation that we can
242include with the free software. Many of our most important
243programs do not come with free reference manuals and free introductory
244texts. Documentation is an essential part of any software package;
245when an important free software package does not come with a free
246manual and a free tutorial, that is a major gap. We have many such
247gaps today.
248
249Consider Perl, for instance. The tutorial manuals that people
250normally use are non-free. How did this come about? Because the
251authors of those manuals published them with restrictive terms---no
252copying, no modification, source files not available---which exclude
253them from the free software world.
254
255That wasn't the first time this sort of thing happened, and it was far
256from the last. Many times we have heard a GNU user eagerly describe a
257manual that he is writing, his intended contribution to the community,
258only to learn that he had ruined everything by signing a publication
259contract to make it non-free.
260
261Free documentation, like free software, is a matter of freedom, not
262price. The problem with the non-free manual is not that publishers
263charge a price for printed copies---that in itself is fine. (The Free
264Software Foundation sells printed copies of manuals, too.) The
265problem is the restrictions on the use of the manual. Free manuals
266are available in source code form, and give you permission to copy and
267modify. Non-free manuals do not allow this.
268
269The criteria of freedom for a free manual are roughly the same as for
270free software. Redistribution (including the normal kinds of
271commercial redistribution) must be permitted, so that the manual can
272accompany every copy of the program, both on-line and on paper.
273
274Permission for modification of the technical content is crucial too.
275When people modify the software, adding or changing features, if they
276are conscientious they will change the manual too---so they can
277provide accurate and clear documentation for the modified program. A
278manual that leaves you no choice but to write a new manual to document
279a changed version of the program is not really available to our
280community.
281
282Some kinds of limits on the way modification is handled are
283acceptable. For example, requirements to preserve the original
284author's copyright notice, the distribution terms, or the list of
285authors, are ok. It is also no problem to require modified versions
286to include notice that they were modified. Even entire sections that
287may not be deleted or changed are acceptable, as long as they deal
288with nontechnical topics (like this one). These kinds of restrictions
289are acceptable because they don't obstruct the community's normal use
290of the manual.
291
292However, it must be possible to modify all the @emph{technical}
293content of the manual, and then distribute the result in all the usual
294media, through all the usual channels. Otherwise, the restrictions
295obstruct the use of the manual, it is not free, and we need another
296manual to replace it.
297
298Please spread the word about this issue. Our community continues to
299lose manuals to proprietary publishing. If we spread the word that
300free software needs free reference manuals and free tutorials, perhaps
301the next person who wants to contribute by writing documentation will
302realize, before it is too late, that only free manuals contribute to
303the free software community.
304
305If you are writing documentation, please insist on publishing it under
306the GNU Free Documentation License or another free documentation
307license. Remember that this decision requires your approval---you
308don't have to let the publisher decide. Some commercial publishers
309will use a free license if you insist, but they will not propose the
310option; it is up to you to raise the issue and say firmly that this is
311what you want. If the publisher you are dealing with refuses, please
312try other publishers. If you're not sure whether a proposed license
42584a72 313is free, write to @email{licensing@@gnu.org}.
959acfd1
EZ
314
315You can encourage commercial publishers to sell more free, copylefted
316manuals and tutorials by buying them, and particularly by buying
317copies from the publishers that paid for their writing or for major
318improvements. Meanwhile, try to avoid buying non-free documentation
319at all. Check the distribution terms of a manual before you buy it,
320and insist that whoever seeks your business must respect your freedom.
72c9928d
EZ
321Check the history of the book, and try to reward the publishers that
322have paid or pay the authors to work on it.
959acfd1
EZ
323
324The Free Software Foundation maintains a list of free documentation
325published by other publishers, at
326@url{http://www.fsf.org/doc/other-free-books.html}.
327
6d2ebf8b 328@node Contributors
96a2c332
SS
329@unnumberedsec Contributors to @value{GDBN}
330
331Richard Stallman was the original author of @value{GDBN}, and of many
332other @sc{gnu} programs. Many others have contributed to its
333development. This section attempts to credit major contributors. One
334of the virtues of free software is that everyone is free to contribute
335to it; with regret, we cannot actually acknowledge everyone here. The
336file @file{ChangeLog} in the @value{GDBN} distribution approximates a
c906108c
SS
337blow-by-blow account.
338
339Changes much prior to version 2.0 are lost in the mists of time.
340
341@quotation
342@emph{Plea:} Additions to this section are particularly welcome. If you
343or your friends (or enemies, to be evenhanded) have been unfairly
344omitted from this list, we would like to add your names!
345@end quotation
346
347So that they may not regard their many labors as thankless, we
348particularly thank those who shepherded @value{GDBN} through major
349releases:
f2c06f52 350Andrew Cagney (releases 6.0, 5.3, 5.2, 5.1 and 5.0);
c906108c
SS
351Jim Blandy (release 4.18);
352Jason Molenda (release 4.17);
353Stan Shebs (release 4.14);
354Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
355Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
356John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
357Jim Kingdon (releases 3.5, 3.4, and 3.3);
358and Randy Smith (releases 3.2, 3.1, and 3.0).
359
360Richard Stallman, assisted at various times by Peter TerMaat, Chris
361Hanson, and Richard Mlynarik, handled releases through 2.8.
362
b37052ae
EZ
363Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
364in @value{GDBN}, with significant additional contributions from Per
365Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
366demangler. Early work on C@t{++} was by Peter TerMaat (who also did
367much general update work leading to release 3.0).
c906108c 368
b37052ae 369@value{GDBN} uses the BFD subroutine library to examine multiple
c906108c
SS
370object-file formats; BFD was a joint project of David V.
371Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
372
373David Johnson wrote the original COFF support; Pace Willison did
374the original support for encapsulated COFF.
375
0179ffac 376Brent Benson of Harris Computer Systems contributed DWARF 2 support.
c906108c
SS
377
378Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
379Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
380support.
381Jean-Daniel Fekete contributed Sun 386i support.
382Chris Hanson improved the HP9000 support.
383Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
384David Johnson contributed Encore Umax support.
385Jyrki Kuoppala contributed Altos 3068 support.
386Jeff Law contributed HP PA and SOM support.
387Keith Packard contributed NS32K support.
388Doug Rabson contributed Acorn Risc Machine support.
389Bob Rusk contributed Harris Nighthawk CX-UX support.
390Chris Smith contributed Convex support (and Fortran debugging).
391Jonathan Stone contributed Pyramid support.
392Michael Tiemann contributed SPARC support.
393Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
394Pace Willison contributed Intel 386 support.
395Jay Vosburgh contributed Symmetry support.
a37295f9 396Marko Mlinar contributed OpenRISC 1000 support.
c906108c 397
1104b9e7 398Andreas Schwab contributed M68K @sc{gnu}/Linux support.
c906108c
SS
399
400Rich Schaefer and Peter Schauer helped with support of SunOS shared
401libraries.
402
403Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
404about several machine instruction sets.
405
406Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
407remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
408contributed remote debugging modules for the i960, VxWorks, A29K UDI,
409and RDI targets, respectively.
410
411Brian Fox is the author of the readline libraries providing
412command-line editing and command history.
413
7a292a7a
SS
414Andrew Beers of SUNY Buffalo wrote the language-switching code, the
415Modula-2 support, and contributed the Languages chapter of this manual.
c906108c 416
5d161b24 417Fred Fish wrote most of the support for Unix System Vr4.
b37052ae 418He also enhanced the command-completion support to cover C@t{++} overloaded
c906108c 419symbols.
c906108c 420
172c2a43 421Renesas America, Ltd. sponsored the support for H8/300, H8/500, and
c906108c
SS
422Super-H processors.
423
424NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
425
172c2a43 426Renesas sponsored the support for D10V, D30V, and M32R/D processors.
c906108c
SS
427
428Toshiba sponsored the support for the TX39 Mips processor.
429
430Matsushita sponsored the support for the MN10200 and MN10300 processors.
431
96a2c332 432Fujitsu sponsored the support for SPARClite and FR30 processors.
c906108c
SS
433
434Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
435watchpoints.
436
437Michael Snyder added support for tracepoints.
438
439Stu Grossman wrote gdbserver.
440
441Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
96a2c332 442nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
c906108c
SS
443
444The following people at the Hewlett-Packard Company contributed
445support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
b37052ae 446(narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
c906108c
SS
447compiler, and the terminal user interface: Ben Krepp, Richard Title,
448John Bishop, Susan Macchia, Kathy Mann, Satish Pai, India Paul, Steve
449Rehrauer, and Elena Zannoni. Kim Haase provided HP-specific
450information in this manual.
451
b37052ae
EZ
452DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
453Robert Hoehne made significant contributions to the DJGPP port.
454
96a2c332
SS
455Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
456development since 1991. Cygnus engineers who have worked on @value{GDBN}
2df3850c
JM
457fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
458Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
459Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
460Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
461Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
462addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
463JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
464Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
465Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
466Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
467Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
468Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
469Zuhn have made contributions both large and small.
c906108c 470
e2e0bcd1
JB
471Jim Blandy added support for preprocessor macros, while working for Red
472Hat.
c906108c 473
6d2ebf8b 474@node Sample Session
c906108c
SS
475@chapter A Sample @value{GDBN} Session
476
477You can use this manual at your leisure to read all about @value{GDBN}.
478However, a handful of commands are enough to get started using the
479debugger. This chapter illustrates those commands.
480
481@iftex
482In this sample session, we emphasize user input like this: @b{input},
483to make it easier to pick out from the surrounding output.
484@end iftex
485
486@c FIXME: this example may not be appropriate for some configs, where
487@c FIXME...primary interest is in remote use.
488
489One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
490processor) exhibits the following bug: sometimes, when we change its
491quote strings from the default, the commands used to capture one macro
492definition within another stop working. In the following short @code{m4}
493session, we define a macro @code{foo} which expands to @code{0000}; we
494then use the @code{m4} built-in @code{defn} to define @code{bar} as the
495same thing. However, when we change the open quote string to
496@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
497procedure fails to define a new synonym @code{baz}:
498
499@smallexample
500$ @b{cd gnu/m4}
501$ @b{./m4}
502@b{define(foo,0000)}
503
504@b{foo}
5050000
506@b{define(bar,defn(`foo'))}
507
508@b{bar}
5090000
510@b{changequote(<QUOTE>,<UNQUOTE>)}
511
512@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
513@b{baz}
514@b{C-d}
515m4: End of input: 0: fatal error: EOF in string
516@end smallexample
517
518@noindent
519Let us use @value{GDBN} to try to see what is going on.
520
c906108c
SS
521@smallexample
522$ @b{@value{GDBP} m4}
523@c FIXME: this falsifies the exact text played out, to permit smallbook
524@c FIXME... format to come out better.
525@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 526 of it under certain conditions; type "show copying" to see
c906108c 527 the conditions.
5d161b24 528There is absolutely no warranty for @value{GDBN}; type "show warranty"
c906108c
SS
529 for details.
530
531@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
532(@value{GDBP})
533@end smallexample
c906108c
SS
534
535@noindent
536@value{GDBN} reads only enough symbol data to know where to find the
537rest when needed; as a result, the first prompt comes up very quickly.
538We now tell @value{GDBN} to use a narrower display width than usual, so
539that examples fit in this manual.
540
541@smallexample
542(@value{GDBP}) @b{set width 70}
543@end smallexample
544
545@noindent
546We need to see how the @code{m4} built-in @code{changequote} works.
547Having looked at the source, we know the relevant subroutine is
548@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
549@code{break} command.
550
551@smallexample
552(@value{GDBP}) @b{break m4_changequote}
553Breakpoint 1 at 0x62f4: file builtin.c, line 879.
554@end smallexample
555
556@noindent
557Using the @code{run} command, we start @code{m4} running under @value{GDBN}
558control; as long as control does not reach the @code{m4_changequote}
559subroutine, the program runs as usual:
560
561@smallexample
562(@value{GDBP}) @b{run}
563Starting program: /work/Editorial/gdb/gnu/m4/m4
564@b{define(foo,0000)}
565
566@b{foo}
5670000
568@end smallexample
569
570@noindent
571To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
572suspends execution of @code{m4}, displaying information about the
573context where it stops.
574
575@smallexample
576@b{changequote(<QUOTE>,<UNQUOTE>)}
577
5d161b24 578Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
579 at builtin.c:879
580879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
581@end smallexample
582
583@noindent
584Now we use the command @code{n} (@code{next}) to advance execution to
585the next line of the current function.
586
587@smallexample
588(@value{GDBP}) @b{n}
589882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
590 : nil,
591@end smallexample
592
593@noindent
594@code{set_quotes} looks like a promising subroutine. We can go into it
595by using the command @code{s} (@code{step}) instead of @code{next}.
596@code{step} goes to the next line to be executed in @emph{any}
597subroutine, so it steps into @code{set_quotes}.
598
599@smallexample
600(@value{GDBP}) @b{s}
601set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
602 at input.c:530
603530 if (lquote != def_lquote)
604@end smallexample
605
606@noindent
607The display that shows the subroutine where @code{m4} is now
608suspended (and its arguments) is called a stack frame display. It
609shows a summary of the stack. We can use the @code{backtrace}
610command (which can also be spelled @code{bt}), to see where we are
611in the stack as a whole: the @code{backtrace} command displays a
612stack frame for each active subroutine.
613
614@smallexample
615(@value{GDBP}) @b{bt}
616#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
617 at input.c:530
5d161b24 618#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
619 at builtin.c:882
620#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
621#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
622 at macro.c:71
623#4 0x79dc in expand_input () at macro.c:40
624#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
625@end smallexample
626
627@noindent
628We step through a few more lines to see what happens. The first two
629times, we can use @samp{s}; the next two times we use @code{n} to avoid
630falling into the @code{xstrdup} subroutine.
631
632@smallexample
633(@value{GDBP}) @b{s}
6340x3b5c 532 if (rquote != def_rquote)
635(@value{GDBP}) @b{s}
6360x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
637def_lquote : xstrdup(lq);
638(@value{GDBP}) @b{n}
639536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
640 : xstrdup(rq);
641(@value{GDBP}) @b{n}
642538 len_lquote = strlen(rquote);
643@end smallexample
644
645@noindent
646The last line displayed looks a little odd; we can examine the variables
647@code{lquote} and @code{rquote} to see if they are in fact the new left
648and right quotes we specified. We use the command @code{p}
649(@code{print}) to see their values.
650
651@smallexample
652(@value{GDBP}) @b{p lquote}
653$1 = 0x35d40 "<QUOTE>"
654(@value{GDBP}) @b{p rquote}
655$2 = 0x35d50 "<UNQUOTE>"
656@end smallexample
657
658@noindent
659@code{lquote} and @code{rquote} are indeed the new left and right quotes.
660To look at some context, we can display ten lines of source
661surrounding the current line with the @code{l} (@code{list}) command.
662
663@smallexample
664(@value{GDBP}) @b{l}
665533 xfree(rquote);
666534
667535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
668 : xstrdup (lq);
669536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
670 : xstrdup (rq);
671537
672538 len_lquote = strlen(rquote);
673539 len_rquote = strlen(lquote);
674540 @}
675541
676542 void
677@end smallexample
678
679@noindent
680Let us step past the two lines that set @code{len_lquote} and
681@code{len_rquote}, and then examine the values of those variables.
682
683@smallexample
684(@value{GDBP}) @b{n}
685539 len_rquote = strlen(lquote);
686(@value{GDBP}) @b{n}
687540 @}
688(@value{GDBP}) @b{p len_lquote}
689$3 = 9
690(@value{GDBP}) @b{p len_rquote}
691$4 = 7
692@end smallexample
693
694@noindent
695That certainly looks wrong, assuming @code{len_lquote} and
696@code{len_rquote} are meant to be the lengths of @code{lquote} and
697@code{rquote} respectively. We can set them to better values using
698the @code{p} command, since it can print the value of
699any expression---and that expression can include subroutine calls and
700assignments.
701
702@smallexample
703(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
704$5 = 7
705(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
706$6 = 9
707@end smallexample
708
709@noindent
710Is that enough to fix the problem of using the new quotes with the
711@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
712executing with the @code{c} (@code{continue}) command, and then try the
713example that caused trouble initially:
714
715@smallexample
716(@value{GDBP}) @b{c}
717Continuing.
718
719@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
720
721baz
7220000
723@end smallexample
724
725@noindent
726Success! The new quotes now work just as well as the default ones. The
727problem seems to have been just the two typos defining the wrong
728lengths. We allow @code{m4} exit by giving it an EOF as input:
729
730@smallexample
731@b{C-d}
732Program exited normally.
733@end smallexample
734
735@noindent
736The message @samp{Program exited normally.} is from @value{GDBN}; it
737indicates @code{m4} has finished executing. We can end our @value{GDBN}
738session with the @value{GDBN} @code{quit} command.
739
740@smallexample
741(@value{GDBP}) @b{quit}
742@end smallexample
c906108c 743
6d2ebf8b 744@node Invocation
c906108c
SS
745@chapter Getting In and Out of @value{GDBN}
746
747This chapter discusses how to start @value{GDBN}, and how to get out of it.
5d161b24 748The essentials are:
c906108c 749@itemize @bullet
5d161b24 750@item
53a5351d 751type @samp{@value{GDBP}} to start @value{GDBN}.
5d161b24 752@item
c906108c
SS
753type @kbd{quit} or @kbd{C-d} to exit.
754@end itemize
755
756@menu
757* Invoking GDB:: How to start @value{GDBN}
758* Quitting GDB:: How to quit @value{GDBN}
759* Shell Commands:: How to use shell commands inside @value{GDBN}
0fac0b41 760* Logging output:: How to log @value{GDBN}'s output to a file
c906108c
SS
761@end menu
762
6d2ebf8b 763@node Invoking GDB
c906108c
SS
764@section Invoking @value{GDBN}
765
c906108c
SS
766Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
767@value{GDBN} reads commands from the terminal until you tell it to exit.
768
769You can also run @code{@value{GDBP}} with a variety of arguments and options,
770to specify more of your debugging environment at the outset.
771
c906108c
SS
772The command-line options described here are designed
773to cover a variety of situations; in some environments, some of these
5d161b24 774options may effectively be unavailable.
c906108c
SS
775
776The most usual way to start @value{GDBN} is with one argument,
777specifying an executable program:
778
474c8240 779@smallexample
c906108c 780@value{GDBP} @var{program}
474c8240 781@end smallexample
c906108c 782
c906108c
SS
783@noindent
784You can also start with both an executable program and a core file
785specified:
786
474c8240 787@smallexample
c906108c 788@value{GDBP} @var{program} @var{core}
474c8240 789@end smallexample
c906108c
SS
790
791You can, instead, specify a process ID as a second argument, if you want
792to debug a running process:
793
474c8240 794@smallexample
c906108c 795@value{GDBP} @var{program} 1234
474c8240 796@end smallexample
c906108c
SS
797
798@noindent
799would attach @value{GDBN} to process @code{1234} (unless you also have a file
800named @file{1234}; @value{GDBN} does check for a core file first).
801
c906108c 802Taking advantage of the second command-line argument requires a fairly
2df3850c
JM
803complete operating system; when you use @value{GDBN} as a remote
804debugger attached to a bare board, there may not be any notion of
805``process'', and there is often no way to get a core dump. @value{GDBN}
806will warn you if it is unable to attach or to read core dumps.
c906108c 807
aa26fa3a
TT
808You can optionally have @code{@value{GDBP}} pass any arguments after the
809executable file to the inferior using @code{--args}. This option stops
810option processing.
474c8240 811@smallexample
aa26fa3a 812gdb --args gcc -O2 -c foo.c
474c8240 813@end smallexample
aa26fa3a
TT
814This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
815@code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
816
96a2c332 817You can run @code{@value{GDBP}} without printing the front material, which describes
c906108c
SS
818@value{GDBN}'s non-warranty, by specifying @code{-silent}:
819
820@smallexample
821@value{GDBP} -silent
822@end smallexample
823
824@noindent
825You can further control how @value{GDBN} starts up by using command-line
826options. @value{GDBN} itself can remind you of the options available.
827
828@noindent
829Type
830
474c8240 831@smallexample
c906108c 832@value{GDBP} -help
474c8240 833@end smallexample
c906108c
SS
834
835@noindent
836to display all available options and briefly describe their use
837(@samp{@value{GDBP} -h} is a shorter equivalent).
838
839All options and command line arguments you give are processed
840in sequential order. The order makes a difference when the
841@samp{-x} option is used.
842
843
844@menu
c906108c
SS
845* File Options:: Choosing files
846* Mode Options:: Choosing modes
847@end menu
848
6d2ebf8b 849@node File Options
c906108c
SS
850@subsection Choosing files
851
2df3850c 852When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
853specifying an executable file and core file (or process ID). This is
854the same as if the arguments were specified by the @samp{-se} and
19837790
MS
855@samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
856first argument that does not have an associated option flag as
857equivalent to the @samp{-se} option followed by that argument; and the
858second argument that does not have an associated option flag, if any, as
859equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
860If the second argument begins with a decimal digit, @value{GDBN} will
861first attempt to attach to it as a process, and if that fails, attempt
862to open it as a corefile. If you have a corefile whose name begins with
863a digit, you can prevent @value{GDBN} from treating it as a pid by
79f12247 864prefixing it with @file{./}, eg. @file{./12345}.
7a292a7a
SS
865
866If @value{GDBN} has not been configured to included core file support,
867such as for most embedded targets, then it will complain about a second
868argument and ignore it.
c906108c
SS
869
870Many options have both long and short forms; both are shown in the
871following list. @value{GDBN} also recognizes the long forms if you truncate
872them, so long as enough of the option is present to be unambiguous.
873(If you prefer, you can flag option arguments with @samp{--} rather
874than @samp{-}, though we illustrate the more usual convention.)
875
d700128c
EZ
876@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
877@c way, both those who look for -foo and --foo in the index, will find
878@c it.
879
c906108c
SS
880@table @code
881@item -symbols @var{file}
882@itemx -s @var{file}
d700128c
EZ
883@cindex @code{--symbols}
884@cindex @code{-s}
c906108c
SS
885Read symbol table from file @var{file}.
886
887@item -exec @var{file}
888@itemx -e @var{file}
d700128c
EZ
889@cindex @code{--exec}
890@cindex @code{-e}
7a292a7a
SS
891Use file @var{file} as the executable file to execute when appropriate,
892and for examining pure data in conjunction with a core dump.
c906108c
SS
893
894@item -se @var{file}
d700128c 895@cindex @code{--se}
c906108c
SS
896Read symbol table from file @var{file} and use it as the executable
897file.
898
c906108c
SS
899@item -core @var{file}
900@itemx -c @var{file}
d700128c
EZ
901@cindex @code{--core}
902@cindex @code{-c}
19837790 903Use file @var{file} as a core dump to examine.
c906108c
SS
904
905@item -c @var{number}
19837790
MS
906@item -pid @var{number}
907@itemx -p @var{number}
908@cindex @code{--pid}
909@cindex @code{-p}
910Connect to process ID @var{number}, as with the @code{attach} command.
911If there is no such process, @value{GDBN} will attempt to open a core
912file named @var{number}.
c906108c
SS
913
914@item -command @var{file}
915@itemx -x @var{file}
d700128c
EZ
916@cindex @code{--command}
917@cindex @code{-x}
c906108c
SS
918Execute @value{GDBN} commands from file @var{file}. @xref{Command
919Files,, Command files}.
920
921@item -directory @var{directory}
922@itemx -d @var{directory}
d700128c
EZ
923@cindex @code{--directory}
924@cindex @code{-d}
c906108c
SS
925Add @var{directory} to the path to search for source files.
926
c906108c
SS
927@item -m
928@itemx -mapped
d700128c
EZ
929@cindex @code{--mapped}
930@cindex @code{-m}
c906108c
SS
931@emph{Warning: this option depends on operating system facilities that are not
932supported on all systems.}@*
933If memory-mapped files are available on your system through the @code{mmap}
5d161b24 934system call, you can use this option
c906108c
SS
935to have @value{GDBN} write the symbols from your
936program into a reusable file in the current directory. If the program you are debugging is
96a2c332 937called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
c906108c
SS
938Future @value{GDBN} debugging sessions notice the presence of this file,
939and can quickly map in symbol information from it, rather than reading
940the symbol table from the executable program.
941
942The @file{.syms} file is specific to the host machine where @value{GDBN}
943is run. It holds an exact image of the internal @value{GDBN} symbol
944table. It cannot be shared across multiple host platforms.
c906108c 945
c906108c
SS
946@item -r
947@itemx -readnow
d700128c
EZ
948@cindex @code{--readnow}
949@cindex @code{-r}
c906108c
SS
950Read each symbol file's entire symbol table immediately, rather than
951the default, which is to read it incrementally as it is needed.
952This makes startup slower, but makes future operations faster.
53a5351d 953
c906108c
SS
954@end table
955
2df3850c 956You typically combine the @code{-mapped} and @code{-readnow} options in
c906108c 957order to build a @file{.syms} file that contains complete symbol
2df3850c
JM
958information. (@xref{Files,,Commands to specify files}, for information
959on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
960but build a @file{.syms} file for future use is:
c906108c 961
474c8240 962@smallexample
2df3850c 963gdb -batch -nx -mapped -readnow programname
474c8240 964@end smallexample
c906108c 965
6d2ebf8b 966@node Mode Options
c906108c
SS
967@subsection Choosing modes
968
969You can run @value{GDBN} in various alternative modes---for example, in
970batch mode or quiet mode.
971
972@table @code
973@item -nx
974@itemx -n
d700128c
EZ
975@cindex @code{--nx}
976@cindex @code{-n}
96565e91 977Do not execute commands found in any initialization files. Normally,
2df3850c
JM
978@value{GDBN} executes the commands in these files after all the command
979options and arguments have been processed. @xref{Command Files,,Command
980files}.
c906108c
SS
981
982@item -quiet
d700128c 983@itemx -silent
c906108c 984@itemx -q
d700128c
EZ
985@cindex @code{--quiet}
986@cindex @code{--silent}
987@cindex @code{-q}
c906108c
SS
988``Quiet''. Do not print the introductory and copyright messages. These
989messages are also suppressed in batch mode.
990
991@item -batch
d700128c 992@cindex @code{--batch}
c906108c
SS
993Run in batch mode. Exit with status @code{0} after processing all the
994command files specified with @samp{-x} (and all commands from
995initialization files, if not inhibited with @samp{-n}). Exit with
996nonzero status if an error occurs in executing the @value{GDBN} commands
997in the command files.
998
2df3850c
JM
999Batch mode may be useful for running @value{GDBN} as a filter, for
1000example to download and run a program on another computer; in order to
1001make this more useful, the message
c906108c 1002
474c8240 1003@smallexample
c906108c 1004Program exited normally.
474c8240 1005@end smallexample
c906108c
SS
1006
1007@noindent
2df3850c
JM
1008(which is ordinarily issued whenever a program running under
1009@value{GDBN} control terminates) is not issued when running in batch
1010mode.
1011
1012@item -nowindows
1013@itemx -nw
d700128c
EZ
1014@cindex @code{--nowindows}
1015@cindex @code{-nw}
2df3850c 1016``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 1017(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
1018interface. If no GUI is available, this option has no effect.
1019
1020@item -windows
1021@itemx -w
d700128c
EZ
1022@cindex @code{--windows}
1023@cindex @code{-w}
2df3850c
JM
1024If @value{GDBN} includes a GUI, then this option requires it to be
1025used if possible.
c906108c
SS
1026
1027@item -cd @var{directory}
d700128c 1028@cindex @code{--cd}
c906108c
SS
1029Run @value{GDBN} using @var{directory} as its working directory,
1030instead of the current directory.
1031
c906108c
SS
1032@item -fullname
1033@itemx -f
d700128c
EZ
1034@cindex @code{--fullname}
1035@cindex @code{-f}
7a292a7a
SS
1036@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1037subprocess. It tells @value{GDBN} to output the full file name and line
1038number in a standard, recognizable fashion each time a stack frame is
1039displayed (which includes each time your program stops). This
1040recognizable format looks like two @samp{\032} characters, followed by
1041the file name, line number and character position separated by colons,
1042and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1043@samp{\032} characters as a signal to display the source code for the
1044frame.
c906108c 1045
d700128c
EZ
1046@item -epoch
1047@cindex @code{--epoch}
1048The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1049@value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1050routines so as to allow Epoch to display values of expressions in a
1051separate window.
1052
1053@item -annotate @var{level}
1054@cindex @code{--annotate}
1055This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1056effect is identical to using @samp{set annotate @var{level}}
086432e2
AC
1057(@pxref{Annotations}). The annotation @var{level} controls how much
1058information @value{GDBN} prints together with its prompt, values of
1059expressions, source lines, and other types of output. Level 0 is the
1060normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1061@sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1062that control @value{GDBN}, and level 2 has been deprecated.
1063
1064The annotation mechanism has largely been superseeded by @sc{gdb/mi}
1065(@pxref{GDB/MI}).
d700128c
EZ
1066
1067@item -async
1068@cindex @code{--async}
1069Use the asynchronous event loop for the command-line interface.
1070@value{GDBN} processes all events, such as user keyboard input, via a
1071special event loop. This allows @value{GDBN} to accept and process user
1072commands in parallel with the debugged process being
1073run@footnote{@value{GDBN} built with @sc{djgpp} tools for
1074MS-DOS/MS-Windows supports this mode of operation, but the event loop is
1075suspended when the debuggee runs.}, so you don't need to wait for
1076control to return to @value{GDBN} before you type the next command.
b37052ae 1077(@emph{Note:} as of version 5.1, the target side of the asynchronous
d700128c
EZ
1078operation is not yet in place, so @samp{-async} does not work fully
1079yet.)
1080@c FIXME: when the target side of the event loop is done, the above NOTE
1081@c should be removed.
1082
1083When the standard input is connected to a terminal device, @value{GDBN}
1084uses the asynchronous event loop by default, unless disabled by the
1085@samp{-noasync} option.
1086
1087@item -noasync
1088@cindex @code{--noasync}
1089Disable the asynchronous event loop for the command-line interface.
1090
aa26fa3a
TT
1091@item --args
1092@cindex @code{--args}
1093Change interpretation of command line so that arguments following the
1094executable file are passed as command line arguments to the inferior.
1095This option stops option processing.
1096
2df3850c
JM
1097@item -baud @var{bps}
1098@itemx -b @var{bps}
d700128c
EZ
1099@cindex @code{--baud}
1100@cindex @code{-b}
c906108c
SS
1101Set the line speed (baud rate or bits per second) of any serial
1102interface used by @value{GDBN} for remote debugging.
c906108c
SS
1103
1104@item -tty @var{device}
d700128c
EZ
1105@itemx -t @var{device}
1106@cindex @code{--tty}
1107@cindex @code{-t}
c906108c
SS
1108Run using @var{device} for your program's standard input and output.
1109@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1110
53a5351d 1111@c resolve the situation of these eventually
c4555f82
SC
1112@item -tui
1113@cindex @code{--tui}
1114Activate the Terminal User Interface when starting.
1115The Terminal User Interface manages several text windows on the terminal,
1116showing source, assembly, registers and @value{GDBN} command outputs
1117(@pxref{TUI, ,@value{GDBN} Text User Interface}).
1118Do not use this option if you run @value{GDBN} from Emacs
1119(@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
53a5351d
JM
1120
1121@c @item -xdb
d700128c 1122@c @cindex @code{--xdb}
53a5351d
JM
1123@c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1124@c For information, see the file @file{xdb_trans.html}, which is usually
1125@c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1126@c systems.
1127
d700128c
EZ
1128@item -interpreter @var{interp}
1129@cindex @code{--interpreter}
1130Use the interpreter @var{interp} for interface with the controlling
1131program or device. This option is meant to be set by programs which
94bbb2c0 1132communicate with @value{GDBN} using it as a back end.
21c294e6 1133@xref{Interpreters, , Command Interpreters}.
94bbb2c0 1134
da0f9dcd 1135@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
2fcf52f0
AC
1136@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
1137The @sc{gdb/mi} Interface}) included in @var{GDBN} version 6.0. The
1138previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3,
1139can be selected with @samp{--interpreter=mi1}. Earlier @sc{gdb/mi}
1140interfaces are not supported.
d700128c
EZ
1141
1142@item -write
1143@cindex @code{--write}
1144Open the executable and core files for both reading and writing. This
1145is equivalent to the @samp{set write on} command inside @value{GDBN}
1146(@pxref{Patching}).
1147
1148@item -statistics
1149@cindex @code{--statistics}
1150This option causes @value{GDBN} to print statistics about time and
1151memory usage after it completes each command and returns to the prompt.
1152
1153@item -version
1154@cindex @code{--version}
1155This option causes @value{GDBN} to print its version number and
1156no-warranty blurb, and exit.
1157
c906108c
SS
1158@end table
1159
6d2ebf8b 1160@node Quitting GDB
c906108c
SS
1161@section Quitting @value{GDBN}
1162@cindex exiting @value{GDBN}
1163@cindex leaving @value{GDBN}
1164
1165@table @code
1166@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1167@kindex q @r{(@code{quit})}
96a2c332
SS
1168@item quit @r{[}@var{expression}@r{]}
1169@itemx q
1170To exit @value{GDBN}, use the @code{quit} command (abbreviated
1171@code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1172do not supply @var{expression}, @value{GDBN} will terminate normally;
1173otherwise it will terminate using the result of @var{expression} as the
1174error code.
c906108c
SS
1175@end table
1176
1177@cindex interrupt
1178An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1179terminates the action of any @value{GDBN} command that is in progress and
1180returns to @value{GDBN} command level. It is safe to type the interrupt
1181character at any time because @value{GDBN} does not allow it to take effect
1182until a time when it is safe.
1183
c906108c
SS
1184If you have been using @value{GDBN} to control an attached process or
1185device, you can release it with the @code{detach} command
1186(@pxref{Attach, ,Debugging an already-running process}).
c906108c 1187
6d2ebf8b 1188@node Shell Commands
c906108c
SS
1189@section Shell commands
1190
1191If you need to execute occasional shell commands during your
1192debugging session, there is no need to leave or suspend @value{GDBN}; you can
1193just use the @code{shell} command.
1194
1195@table @code
1196@kindex shell
1197@cindex shell escape
1198@item shell @var{command string}
1199Invoke a standard shell to execute @var{command string}.
c906108c 1200If it exists, the environment variable @code{SHELL} determines which
d4f3574e
SS
1201shell to run. Otherwise @value{GDBN} uses the default shell
1202(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1203@end table
1204
1205The utility @code{make} is often needed in development environments.
1206You do not have to use the @code{shell} command for this purpose in
1207@value{GDBN}:
1208
1209@table @code
1210@kindex make
1211@cindex calling make
1212@item make @var{make-args}
1213Execute the @code{make} program with the specified
1214arguments. This is equivalent to @samp{shell make @var{make-args}}.
1215@end table
1216
0fac0b41
DJ
1217@node Logging output
1218@section Logging output
1219@cindex logging @value{GDBN} output
1220
1221You may want to save the output of @value{GDBN} commands to a file.
1222There are several commands to control @value{GDBN}'s logging.
1223
1224@table @code
1225@kindex set logging
1226@item set logging on
1227Enable logging.
1228@item set logging off
1229Disable logging.
1230@item set logging file @var{file}
1231Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1232@item set logging overwrite [on|off]
1233By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1234you want @code{set logging on} to overwrite the logfile instead.
1235@item set logging redirect [on|off]
1236By default, @value{GDBN} output will go to both the terminal and the logfile.
1237Set @code{redirect} if you want output to go only to the log file.
1238@kindex show logging
1239@item show logging
1240Show the current values of the logging settings.
1241@end table
1242
6d2ebf8b 1243@node Commands
c906108c
SS
1244@chapter @value{GDBN} Commands
1245
1246You can abbreviate a @value{GDBN} command to the first few letters of the command
1247name, if that abbreviation is unambiguous; and you can repeat certain
1248@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1249key to get @value{GDBN} to fill out the rest of a word in a command (or to
1250show you the alternatives available, if there is more than one possibility).
1251
1252@menu
1253* Command Syntax:: How to give commands to @value{GDBN}
1254* Completion:: Command completion
1255* Help:: How to ask @value{GDBN} for help
1256@end menu
1257
6d2ebf8b 1258@node Command Syntax
c906108c
SS
1259@section Command syntax
1260
1261A @value{GDBN} command is a single line of input. There is no limit on
1262how long it can be. It starts with a command name, which is followed by
1263arguments whose meaning depends on the command name. For example, the
1264command @code{step} accepts an argument which is the number of times to
1265step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1266with no arguments. Some commands do not allow any arguments.
c906108c
SS
1267
1268@cindex abbreviation
1269@value{GDBN} command names may always be truncated if that abbreviation is
1270unambiguous. Other possible command abbreviations are listed in the
1271documentation for individual commands. In some cases, even ambiguous
1272abbreviations are allowed; for example, @code{s} is specially defined as
1273equivalent to @code{step} even though there are other commands whose
1274names start with @code{s}. You can test abbreviations by using them as
1275arguments to the @code{help} command.
1276
1277@cindex repeating commands
41afff9a 1278@kindex RET @r{(repeat last command)}
c906108c 1279A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1280repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1281will not repeat this way; these are commands whose unintentional
1282repetition might cause trouble and which you are unlikely to want to
1283repeat.
1284
1285The @code{list} and @code{x} commands, when you repeat them with
1286@key{RET}, construct new arguments rather than repeating
1287exactly as typed. This permits easy scanning of source or memory.
1288
1289@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1290output, in a way similar to the common utility @code{more}
1291(@pxref{Screen Size,,Screen size}). Since it is easy to press one
1292@key{RET} too many in this situation, @value{GDBN} disables command
1293repetition after any command that generates this sort of display.
1294
41afff9a 1295@kindex # @r{(a comment)}
c906108c
SS
1296@cindex comment
1297Any text from a @kbd{#} to the end of the line is a comment; it does
1298nothing. This is useful mainly in command files (@pxref{Command
1299Files,,Command files}).
1300
88118b3a
TT
1301@cindex repeating command sequences
1302@kindex C-o @r{(operate-and-get-next)}
1303The @kbd{C-o} binding is useful for repeating a complex sequence of
1304commands. This command accepts the current line, like @kbd{RET}, and
1305then fetches the next line relative to the current line from the history
1306for editing.
1307
6d2ebf8b 1308@node Completion
c906108c
SS
1309@section Command completion
1310
1311@cindex completion
1312@cindex word completion
1313@value{GDBN} can fill in the rest of a word in a command for you, if there is
1314only one possibility; it can also show you what the valid possibilities
1315are for the next word in a command, at any time. This works for @value{GDBN}
1316commands, @value{GDBN} subcommands, and the names of symbols in your program.
1317
1318Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1319of a word. If there is only one possibility, @value{GDBN} fills in the
1320word, and waits for you to finish the command (or press @key{RET} to
1321enter it). For example, if you type
1322
1323@c FIXME "@key" does not distinguish its argument sufficiently to permit
1324@c complete accuracy in these examples; space introduced for clarity.
1325@c If texinfo enhancements make it unnecessary, it would be nice to
1326@c replace " @key" by "@key" in the following...
474c8240 1327@smallexample
c906108c 1328(@value{GDBP}) info bre @key{TAB}
474c8240 1329@end smallexample
c906108c
SS
1330
1331@noindent
1332@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1333the only @code{info} subcommand beginning with @samp{bre}:
1334
474c8240 1335@smallexample
c906108c 1336(@value{GDBP}) info breakpoints
474c8240 1337@end smallexample
c906108c
SS
1338
1339@noindent
1340You can either press @key{RET} at this point, to run the @code{info
1341breakpoints} command, or backspace and enter something else, if
1342@samp{breakpoints} does not look like the command you expected. (If you
1343were sure you wanted @code{info breakpoints} in the first place, you
1344might as well just type @key{RET} immediately after @samp{info bre},
1345to exploit command abbreviations rather than command completion).
1346
1347If there is more than one possibility for the next word when you press
1348@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1349characters and try again, or just press @key{TAB} a second time;
1350@value{GDBN} displays all the possible completions for that word. For
1351example, you might want to set a breakpoint on a subroutine whose name
1352begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1353just sounds the bell. Typing @key{TAB} again displays all the
1354function names in your program that begin with those characters, for
1355example:
1356
474c8240 1357@smallexample
c906108c
SS
1358(@value{GDBP}) b make_ @key{TAB}
1359@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1360make_a_section_from_file make_environ
1361make_abs_section make_function_type
1362make_blockvector make_pointer_type
1363make_cleanup make_reference_type
c906108c
SS
1364make_command make_symbol_completion_list
1365(@value{GDBP}) b make_
474c8240 1366@end smallexample
c906108c
SS
1367
1368@noindent
1369After displaying the available possibilities, @value{GDBN} copies your
1370partial input (@samp{b make_} in the example) so you can finish the
1371command.
1372
1373If you just want to see the list of alternatives in the first place, you
b37052ae 1374can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1375means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1376key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1377one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c
SS
1378
1379@cindex quotes in commands
1380@cindex completion of quoted strings
1381Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1382parentheses or other characters that @value{GDBN} normally excludes from
1383its notion of a word. To permit word completion to work in this
1384situation, you may enclose words in @code{'} (single quote marks) in
1385@value{GDBN} commands.
c906108c 1386
c906108c 1387The most likely situation where you might need this is in typing the
b37052ae
EZ
1388name of a C@t{++} function. This is because C@t{++} allows function
1389overloading (multiple definitions of the same function, distinguished
1390by argument type). For example, when you want to set a breakpoint you
1391may need to distinguish whether you mean the version of @code{name}
1392that takes an @code{int} parameter, @code{name(int)}, or the version
1393that takes a @code{float} parameter, @code{name(float)}. To use the
1394word-completion facilities in this situation, type a single quote
1395@code{'} at the beginning of the function name. This alerts
1396@value{GDBN} that it may need to consider more information than usual
1397when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1398
474c8240 1399@smallexample
96a2c332 1400(@value{GDBP}) b 'bubble( @kbd{M-?}
c906108c
SS
1401bubble(double,double) bubble(int,int)
1402(@value{GDBP}) b 'bubble(
474c8240 1403@end smallexample
c906108c
SS
1404
1405In some cases, @value{GDBN} can tell that completing a name requires using
1406quotes. When this happens, @value{GDBN} inserts the quote for you (while
1407completing as much as it can) if you do not type the quote in the first
1408place:
1409
474c8240 1410@smallexample
c906108c
SS
1411(@value{GDBP}) b bub @key{TAB}
1412@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1413(@value{GDBP}) b 'bubble(
474c8240 1414@end smallexample
c906108c
SS
1415
1416@noindent
1417In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1418you have not yet started typing the argument list when you ask for
1419completion on an overloaded symbol.
1420
d4f3574e 1421For more information about overloaded functions, see @ref{C plus plus
b37052ae 1422expressions, ,C@t{++} expressions}. You can use the command @code{set
c906108c 1423overload-resolution off} to disable overload resolution;
b37052ae 1424see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
c906108c
SS
1425
1426
6d2ebf8b 1427@node Help
c906108c
SS
1428@section Getting help
1429@cindex online documentation
1430@kindex help
1431
5d161b24 1432You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
1433using the command @code{help}.
1434
1435@table @code
41afff9a 1436@kindex h @r{(@code{help})}
c906108c
SS
1437@item help
1438@itemx h
1439You can use @code{help} (abbreviated @code{h}) with no arguments to
1440display a short list of named classes of commands:
1441
1442@smallexample
1443(@value{GDBP}) help
1444List of classes of commands:
1445
2df3850c 1446aliases -- Aliases of other commands
c906108c 1447breakpoints -- Making program stop at certain points
2df3850c 1448data -- Examining data
c906108c 1449files -- Specifying and examining files
2df3850c
JM
1450internals -- Maintenance commands
1451obscure -- Obscure features
1452running -- Running the program
1453stack -- Examining the stack
c906108c
SS
1454status -- Status inquiries
1455support -- Support facilities
96a2c332
SS
1456tracepoints -- Tracing of program execution without@*
1457 stopping the program
c906108c 1458user-defined -- User-defined commands
c906108c 1459
5d161b24 1460Type "help" followed by a class name for a list of
c906108c 1461commands in that class.
5d161b24 1462Type "help" followed by command name for full
c906108c
SS
1463documentation.
1464Command name abbreviations are allowed if unambiguous.
1465(@value{GDBP})
1466@end smallexample
96a2c332 1467@c the above line break eliminates huge line overfull...
c906108c
SS
1468
1469@item help @var{class}
1470Using one of the general help classes as an argument, you can get a
1471list of the individual commands in that class. For example, here is the
1472help display for the class @code{status}:
1473
1474@smallexample
1475(@value{GDBP}) help status
1476Status inquiries.
1477
1478List of commands:
1479
1480@c Line break in "show" line falsifies real output, but needed
1481@c to fit in smallbook page size.
2df3850c
JM
1482info -- Generic command for showing things
1483 about the program being debugged
1484show -- Generic command for showing things
1485 about the debugger
c906108c 1486
5d161b24 1487Type "help" followed by command name for full
c906108c
SS
1488documentation.
1489Command name abbreviations are allowed if unambiguous.
1490(@value{GDBP})
1491@end smallexample
1492
1493@item help @var{command}
1494With a command name as @code{help} argument, @value{GDBN} displays a
1495short paragraph on how to use that command.
1496
6837a0a2
DB
1497@kindex apropos
1498@item apropos @var{args}
1499The @code{apropos @var{args}} command searches through all of the @value{GDBN}
1500commands, and their documentation, for the regular expression specified in
1501@var{args}. It prints out all matches found. For example:
1502
1503@smallexample
1504apropos reload
1505@end smallexample
1506
b37052ae
EZ
1507@noindent
1508results in:
6837a0a2
DB
1509
1510@smallexample
6d2ebf8b
SS
1511@c @group
1512set symbol-reloading -- Set dynamic symbol table reloading
1513 multiple times in one run
1514show symbol-reloading -- Show dynamic symbol table reloading
1515 multiple times in one run
1516@c @end group
6837a0a2
DB
1517@end smallexample
1518
c906108c
SS
1519@kindex complete
1520@item complete @var{args}
1521The @code{complete @var{args}} command lists all the possible completions
1522for the beginning of a command. Use @var{args} to specify the beginning of the
1523command you want completed. For example:
1524
1525@smallexample
1526complete i
1527@end smallexample
1528
1529@noindent results in:
1530
1531@smallexample
1532@group
2df3850c
JM
1533if
1534ignore
c906108c
SS
1535info
1536inspect
c906108c
SS
1537@end group
1538@end smallexample
1539
1540@noindent This is intended for use by @sc{gnu} Emacs.
1541@end table
1542
1543In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1544and @code{show} to inquire about the state of your program, or the state
1545of @value{GDBN} itself. Each command supports many topics of inquiry; this
1546manual introduces each of them in the appropriate context. The listings
1547under @code{info} and under @code{show} in the Index point to
1548all the sub-commands. @xref{Index}.
1549
1550@c @group
1551@table @code
1552@kindex info
41afff9a 1553@kindex i @r{(@code{info})}
c906108c
SS
1554@item info
1555This command (abbreviated @code{i}) is for describing the state of your
1556program. For example, you can list the arguments given to your program
1557with @code{info args}, list the registers currently in use with @code{info
1558registers}, or list the breakpoints you have set with @code{info breakpoints}.
1559You can get a complete list of the @code{info} sub-commands with
1560@w{@code{help info}}.
1561
1562@kindex set
1563@item set
5d161b24 1564You can assign the result of an expression to an environment variable with
c906108c
SS
1565@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1566@code{set prompt $}.
1567
1568@kindex show
1569@item show
5d161b24 1570In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
1571@value{GDBN} itself.
1572You can change most of the things you can @code{show}, by using the
1573related command @code{set}; for example, you can control what number
1574system is used for displays with @code{set radix}, or simply inquire
1575which is currently in use with @code{show radix}.
1576
1577@kindex info set
1578To display all the settable parameters and their current
1579values, you can use @code{show} with no arguments; you may also use
1580@code{info set}. Both commands produce the same display.
1581@c FIXME: "info set" violates the rule that "info" is for state of
1582@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1583@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1584@end table
1585@c @end group
1586
1587Here are three miscellaneous @code{show} subcommands, all of which are
1588exceptional in lacking corresponding @code{set} commands:
1589
1590@table @code
1591@kindex show version
1592@cindex version number
1593@item show version
1594Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
1595information in @value{GDBN} bug-reports. If multiple versions of
1596@value{GDBN} are in use at your site, you may need to determine which
1597version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1598commands are introduced, and old ones may wither away. Also, many
1599system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 1600variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
1601The version number is the same as the one announced when you start
1602@value{GDBN}.
c906108c
SS
1603
1604@kindex show copying
1605@item show copying
1606Display information about permission for copying @value{GDBN}.
1607
1608@kindex show warranty
1609@item show warranty
2df3850c 1610Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 1611if your version of @value{GDBN} comes with one.
2df3850c 1612
c906108c
SS
1613@end table
1614
6d2ebf8b 1615@node Running
c906108c
SS
1616@chapter Running Programs Under @value{GDBN}
1617
1618When you run a program under @value{GDBN}, you must first generate
1619debugging information when you compile it.
7a292a7a
SS
1620
1621You may start @value{GDBN} with its arguments, if any, in an environment
1622of your choice. If you are doing native debugging, you may redirect
1623your program's input and output, debug an already running process, or
1624kill a child process.
c906108c
SS
1625
1626@menu
1627* Compilation:: Compiling for debugging
1628* Starting:: Starting your program
c906108c
SS
1629* Arguments:: Your program's arguments
1630* Environment:: Your program's environment
c906108c
SS
1631
1632* Working Directory:: Your program's working directory
1633* Input/Output:: Your program's input and output
1634* Attach:: Debugging an already-running process
1635* Kill Process:: Killing the child process
c906108c
SS
1636
1637* Threads:: Debugging programs with multiple threads
1638* Processes:: Debugging programs with multiple processes
1639@end menu
1640
6d2ebf8b 1641@node Compilation
c906108c
SS
1642@section Compiling for debugging
1643
1644In order to debug a program effectively, you need to generate
1645debugging information when you compile it. This debugging information
1646is stored in the object file; it describes the data type of each
1647variable or function and the correspondence between source line numbers
1648and addresses in the executable code.
1649
1650To request debugging information, specify the @samp{-g} option when you run
1651the compiler.
1652
e2e0bcd1
JB
1653Most compilers do not include information about preprocessor macros in
1654the debugging information if you specify the @option{-g} flag alone,
1655because this information is rather large. Version 3.1 of @value{NGCC},
1656the @sc{gnu} C compiler, provides macro information if you specify the
1657options @option{-gdwarf-2} and @option{-g3}; the former option requests
1658debugging information in the Dwarf 2 format, and the latter requests
1659``extra information''. In the future, we hope to find more compact ways
1660to represent macro information, so that it can be included with
1661@option{-g} alone.
1662
c906108c
SS
1663Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1664options together. Using those compilers, you cannot generate optimized
1665executables containing debugging information.
1666
53a5351d
JM
1667@value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1668without @samp{-O}, making it possible to debug optimized code. We
1669recommend that you @emph{always} use @samp{-g} whenever you compile a
1670program. You may think your program is correct, but there is no sense
1671in pushing your luck.
c906108c
SS
1672
1673@cindex optimized code, debugging
1674@cindex debugging optimized code
1675When you debug a program compiled with @samp{-g -O}, remember that the
1676optimizer is rearranging your code; the debugger shows you what is
1677really there. Do not be too surprised when the execution path does not
1678exactly match your source file! An extreme example: if you define a
1679variable, but never use it, @value{GDBN} never sees that
1680variable---because the compiler optimizes it out of existence.
1681
1682Some things do not work as well with @samp{-g -O} as with just
1683@samp{-g}, particularly on machines with instruction scheduling. If in
1684doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1685please report it to us as a bug (including a test case!).
1686
1687Older versions of the @sc{gnu} C compiler permitted a variant option
1688@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1689format; if your @sc{gnu} C compiler has this option, do not use it.
1690
1691@need 2000
6d2ebf8b 1692@node Starting
c906108c
SS
1693@section Starting your program
1694@cindex starting
1695@cindex running
1696
1697@table @code
1698@kindex run
41afff9a 1699@kindex r @r{(@code{run})}
c906108c
SS
1700@item run
1701@itemx r
7a292a7a
SS
1702Use the @code{run} command to start your program under @value{GDBN}.
1703You must first specify the program name (except on VxWorks) with an
1704argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1705@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1706(@pxref{Files, ,Commands to specify files}).
c906108c
SS
1707
1708@end table
1709
c906108c
SS
1710If you are running your program in an execution environment that
1711supports processes, @code{run} creates an inferior process and makes
1712that process run your program. (In environments without processes,
1713@code{run} jumps to the start of your program.)
1714
1715The execution of a program is affected by certain information it
1716receives from its superior. @value{GDBN} provides ways to specify this
1717information, which you must do @emph{before} starting your program. (You
1718can change it after starting your program, but such changes only affect
1719your program the next time you start it.) This information may be
1720divided into four categories:
1721
1722@table @asis
1723@item The @emph{arguments.}
1724Specify the arguments to give your program as the arguments of the
1725@code{run} command. If a shell is available on your target, the shell
1726is used to pass the arguments, so that you may use normal conventions
1727(such as wildcard expansion or variable substitution) in describing
1728the arguments.
1729In Unix systems, you can control which shell is used with the
1730@code{SHELL} environment variable.
1731@xref{Arguments, ,Your program's arguments}.
1732
1733@item The @emph{environment.}
1734Your program normally inherits its environment from @value{GDBN}, but you can
1735use the @value{GDBN} commands @code{set environment} and @code{unset
1736environment} to change parts of the environment that affect
1737your program. @xref{Environment, ,Your program's environment}.
1738
1739@item The @emph{working directory.}
1740Your program inherits its working directory from @value{GDBN}. You can set
1741the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1742@xref{Working Directory, ,Your program's working directory}.
1743
1744@item The @emph{standard input and output.}
1745Your program normally uses the same device for standard input and
1746standard output as @value{GDBN} is using. You can redirect input and output
1747in the @code{run} command line, or you can use the @code{tty} command to
1748set a different device for your program.
1749@xref{Input/Output, ,Your program's input and output}.
1750
1751@cindex pipes
1752@emph{Warning:} While input and output redirection work, you cannot use
1753pipes to pass the output of the program you are debugging to another
1754program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1755wrong program.
1756@end table
c906108c
SS
1757
1758When you issue the @code{run} command, your program begins to execute
1759immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1760of how to arrange for your program to stop. Once your program has
1761stopped, you may call functions in your program, using the @code{print}
1762or @code{call} commands. @xref{Data, ,Examining Data}.
1763
1764If the modification time of your symbol file has changed since the last
1765time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1766table, and reads it again. When it does this, @value{GDBN} tries to retain
1767your current breakpoints.
1768
6d2ebf8b 1769@node Arguments
c906108c
SS
1770@section Your program's arguments
1771
1772@cindex arguments (to your program)
1773The arguments to your program can be specified by the arguments of the
5d161b24 1774@code{run} command.
c906108c
SS
1775They are passed to a shell, which expands wildcard characters and
1776performs redirection of I/O, and thence to your program. Your
1777@code{SHELL} environment variable (if it exists) specifies what shell
1778@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
1779the default shell (@file{/bin/sh} on Unix).
1780
1781On non-Unix systems, the program is usually invoked directly by
1782@value{GDBN}, which emulates I/O redirection via the appropriate system
1783calls, and the wildcard characters are expanded by the startup code of
1784the program, not by the shell.
c906108c
SS
1785
1786@code{run} with no arguments uses the same arguments used by the previous
1787@code{run}, or those set by the @code{set args} command.
1788
c906108c 1789@table @code
41afff9a 1790@kindex set args
c906108c
SS
1791@item set args
1792Specify the arguments to be used the next time your program is run. If
1793@code{set args} has no arguments, @code{run} executes your program
1794with no arguments. Once you have run your program with arguments,
1795using @code{set args} before the next @code{run} is the only way to run
1796it again without arguments.
1797
1798@kindex show args
1799@item show args
1800Show the arguments to give your program when it is started.
1801@end table
1802
6d2ebf8b 1803@node Environment
c906108c
SS
1804@section Your program's environment
1805
1806@cindex environment (of your program)
1807The @dfn{environment} consists of a set of environment variables and
1808their values. Environment variables conventionally record such things as
1809your user name, your home directory, your terminal type, and your search
1810path for programs to run. Usually you set up environment variables with
1811the shell and they are inherited by all the other programs you run. When
1812debugging, it can be useful to try running your program with a modified
1813environment without having to start @value{GDBN} over again.
1814
1815@table @code
1816@kindex path
1817@item path @var{directory}
1818Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
1819(the search path for executables) that will be passed to your program.
1820The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
1821You may specify several directory names, separated by whitespace or by a
1822system-dependent separator character (@samp{:} on Unix, @samp{;} on
1823MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1824is moved to the front, so it is searched sooner.
c906108c
SS
1825
1826You can use the string @samp{$cwd} to refer to whatever is the current
1827working directory at the time @value{GDBN} searches the path. If you
1828use @samp{.} instead, it refers to the directory where you executed the
1829@code{path} command. @value{GDBN} replaces @samp{.} in the
1830@var{directory} argument (with the current path) before adding
1831@var{directory} to the search path.
1832@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1833@c document that, since repeating it would be a no-op.
1834
1835@kindex show paths
1836@item show paths
1837Display the list of search paths for executables (the @code{PATH}
1838environment variable).
1839
1840@kindex show environment
1841@item show environment @r{[}@var{varname}@r{]}
1842Print the value of environment variable @var{varname} to be given to
1843your program when it starts. If you do not supply @var{varname},
1844print the names and values of all environment variables to be given to
1845your program. You can abbreviate @code{environment} as @code{env}.
1846
1847@kindex set environment
53a5351d 1848@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c
SS
1849Set environment variable @var{varname} to @var{value}. The value
1850changes for your program only, not for @value{GDBN} itself. @var{value} may
1851be any string; the values of environment variables are just strings, and
1852any interpretation is supplied by your program itself. The @var{value}
1853parameter is optional; if it is eliminated, the variable is set to a
1854null value.
1855@c "any string" here does not include leading, trailing
1856@c blanks. Gnu asks: does anyone care?
1857
1858For example, this command:
1859
474c8240 1860@smallexample
c906108c 1861set env USER = foo
474c8240 1862@end smallexample
c906108c
SS
1863
1864@noindent
d4f3574e 1865tells the debugged program, when subsequently run, that its user is named
c906108c
SS
1866@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1867are not actually required.)
1868
1869@kindex unset environment
1870@item unset environment @var{varname}
1871Remove variable @var{varname} from the environment to be passed to your
1872program. This is different from @samp{set env @var{varname} =};
1873@code{unset environment} removes the variable from the environment,
1874rather than assigning it an empty value.
1875@end table
1876
d4f3574e
SS
1877@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1878the shell indicated
c906108c
SS
1879by your @code{SHELL} environment variable if it exists (or
1880@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1881that runs an initialization file---such as @file{.cshrc} for C-shell, or
1882@file{.bashrc} for BASH---any variables you set in that file affect
1883your program. You may wish to move setting of environment variables to
1884files that are only run when you sign on, such as @file{.login} or
1885@file{.profile}.
1886
6d2ebf8b 1887@node Working Directory
c906108c
SS
1888@section Your program's working directory
1889
1890@cindex working directory (of your program)
1891Each time you start your program with @code{run}, it inherits its
1892working directory from the current working directory of @value{GDBN}.
1893The @value{GDBN} working directory is initially whatever it inherited
1894from its parent process (typically the shell), but you can specify a new
1895working directory in @value{GDBN} with the @code{cd} command.
1896
1897The @value{GDBN} working directory also serves as a default for the commands
1898that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1899specify files}.
1900
1901@table @code
1902@kindex cd
1903@item cd @var{directory}
1904Set the @value{GDBN} working directory to @var{directory}.
1905
1906@kindex pwd
1907@item pwd
1908Print the @value{GDBN} working directory.
1909@end table
1910
6d2ebf8b 1911@node Input/Output
c906108c
SS
1912@section Your program's input and output
1913
1914@cindex redirection
1915@cindex i/o
1916@cindex terminal
1917By default, the program you run under @value{GDBN} does input and output to
5d161b24 1918the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
1919to its own terminal modes to interact with you, but it records the terminal
1920modes your program was using and switches back to them when you continue
1921running your program.
1922
1923@table @code
1924@kindex info terminal
1925@item info terminal
1926Displays information recorded by @value{GDBN} about the terminal modes your
1927program is using.
1928@end table
1929
1930You can redirect your program's input and/or output using shell
1931redirection with the @code{run} command. For example,
1932
474c8240 1933@smallexample
c906108c 1934run > outfile
474c8240 1935@end smallexample
c906108c
SS
1936
1937@noindent
1938starts your program, diverting its output to the file @file{outfile}.
1939
1940@kindex tty
1941@cindex controlling terminal
1942Another way to specify where your program should do input and output is
1943with the @code{tty} command. This command accepts a file name as
1944argument, and causes this file to be the default for future @code{run}
1945commands. It also resets the controlling terminal for the child
1946process, for future @code{run} commands. For example,
1947
474c8240 1948@smallexample
c906108c 1949tty /dev/ttyb
474c8240 1950@end smallexample
c906108c
SS
1951
1952@noindent
1953directs that processes started with subsequent @code{run} commands
1954default to do input and output on the terminal @file{/dev/ttyb} and have
1955that as their controlling terminal.
1956
1957An explicit redirection in @code{run} overrides the @code{tty} command's
1958effect on the input/output device, but not its effect on the controlling
1959terminal.
1960
1961When you use the @code{tty} command or redirect input in the @code{run}
1962command, only the input @emph{for your program} is affected. The input
1963for @value{GDBN} still comes from your terminal.
1964
6d2ebf8b 1965@node Attach
c906108c
SS
1966@section Debugging an already-running process
1967@kindex attach
1968@cindex attach
1969
1970@table @code
1971@item attach @var{process-id}
1972This command attaches to a running process---one that was started
1973outside @value{GDBN}. (@code{info files} shows your active
1974targets.) The command takes as argument a process ID. The usual way to
1975find out the process-id of a Unix process is with the @code{ps} utility,
1976or with the @samp{jobs -l} shell command.
1977
1978@code{attach} does not repeat if you press @key{RET} a second time after
1979executing the command.
1980@end table
1981
1982To use @code{attach}, your program must be running in an environment
1983which supports processes; for example, @code{attach} does not work for
1984programs on bare-board targets that lack an operating system. You must
1985also have permission to send the process a signal.
1986
1987When you use @code{attach}, the debugger finds the program running in
1988the process first by looking in the current working directory, then (if
1989the program is not found) by using the source file search path
1990(@pxref{Source Path, ,Specifying source directories}). You can also use
1991the @code{file} command to load the program. @xref{Files, ,Commands to
1992Specify Files}.
1993
1994The first thing @value{GDBN} does after arranging to debug the specified
1995process is to stop it. You can examine and modify an attached process
53a5351d
JM
1996with all the @value{GDBN} commands that are ordinarily available when
1997you start processes with @code{run}. You can insert breakpoints; you
1998can step and continue; you can modify storage. If you would rather the
1999process continue running, you may use the @code{continue} command after
c906108c
SS
2000attaching @value{GDBN} to the process.
2001
2002@table @code
2003@kindex detach
2004@item detach
2005When you have finished debugging the attached process, you can use the
2006@code{detach} command to release it from @value{GDBN} control. Detaching
2007the process continues its execution. After the @code{detach} command,
2008that process and @value{GDBN} become completely independent once more, and you
2009are ready to @code{attach} another process or start one with @code{run}.
2010@code{detach} does not repeat if you press @key{RET} again after
2011executing the command.
2012@end table
2013
2014If you exit @value{GDBN} or use the @code{run} command while you have an
2015attached process, you kill that process. By default, @value{GDBN} asks
2016for confirmation if you try to do either of these things; you can
2017control whether or not you need to confirm by using the @code{set
2018confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2019messages}).
2020
6d2ebf8b 2021@node Kill Process
c906108c 2022@section Killing the child process
c906108c
SS
2023
2024@table @code
2025@kindex kill
2026@item kill
2027Kill the child process in which your program is running under @value{GDBN}.
2028@end table
2029
2030This command is useful if you wish to debug a core dump instead of a
2031running process. @value{GDBN} ignores any core dump file while your program
2032is running.
2033
2034On some operating systems, a program cannot be executed outside @value{GDBN}
2035while you have breakpoints set on it inside @value{GDBN}. You can use the
2036@code{kill} command in this situation to permit running your program
2037outside the debugger.
2038
2039The @code{kill} command is also useful if you wish to recompile and
2040relink your program, since on many systems it is impossible to modify an
2041executable file while it is running in a process. In this case, when you
2042next type @code{run}, @value{GDBN} notices that the file has changed, and
2043reads the symbol table again (while trying to preserve your current
2044breakpoint settings).
2045
6d2ebf8b 2046@node Threads
c906108c 2047@section Debugging programs with multiple threads
c906108c
SS
2048
2049@cindex threads of execution
2050@cindex multiple threads
2051@cindex switching threads
2052In some operating systems, such as HP-UX and Solaris, a single program
2053may have more than one @dfn{thread} of execution. The precise semantics
2054of threads differ from one operating system to another, but in general
2055the threads of a single program are akin to multiple processes---except
2056that they share one address space (that is, they can all examine and
2057modify the same variables). On the other hand, each thread has its own
2058registers and execution stack, and perhaps private memory.
2059
2060@value{GDBN} provides these facilities for debugging multi-thread
2061programs:
2062
2063@itemize @bullet
2064@item automatic notification of new threads
2065@item @samp{thread @var{threadno}}, a command to switch among threads
2066@item @samp{info threads}, a command to inquire about existing threads
5d161b24 2067@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
c906108c
SS
2068a command to apply a command to a list of threads
2069@item thread-specific breakpoints
2070@end itemize
2071
c906108c
SS
2072@quotation
2073@emph{Warning:} These facilities are not yet available on every
2074@value{GDBN} configuration where the operating system supports threads.
2075If your @value{GDBN} does not support threads, these commands have no
2076effect. For example, a system without thread support shows no output
2077from @samp{info threads}, and always rejects the @code{thread} command,
2078like this:
2079
2080@smallexample
2081(@value{GDBP}) info threads
2082(@value{GDBP}) thread 1
2083Thread ID 1 not known. Use the "info threads" command to
2084see the IDs of currently known threads.
2085@end smallexample
2086@c FIXME to implementors: how hard would it be to say "sorry, this GDB
2087@c doesn't support threads"?
2088@end quotation
c906108c
SS
2089
2090@cindex focus of debugging
2091@cindex current thread
2092The @value{GDBN} thread debugging facility allows you to observe all
2093threads while your program runs---but whenever @value{GDBN} takes
2094control, one thread in particular is always the focus of debugging.
2095This thread is called the @dfn{current thread}. Debugging commands show
2096program information from the perspective of the current thread.
2097
41afff9a 2098@cindex @code{New} @var{systag} message
c906108c
SS
2099@cindex thread identifier (system)
2100@c FIXME-implementors!! It would be more helpful if the [New...] message
2101@c included GDB's numeric thread handle, so you could just go to that
2102@c thread without first checking `info threads'.
2103Whenever @value{GDBN} detects a new thread in your program, it displays
2104the target system's identification for the thread with a message in the
2105form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2106whose form varies depending on the particular system. For example, on
2107LynxOS, you might see
2108
474c8240 2109@smallexample
c906108c 2110[New process 35 thread 27]
474c8240 2111@end smallexample
c906108c
SS
2112
2113@noindent
2114when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2115the @var{systag} is simply something like @samp{process 368}, with no
2116further qualifier.
2117
2118@c FIXME!! (1) Does the [New...] message appear even for the very first
2119@c thread of a program, or does it only appear for the
6ca652b0 2120@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
2121@c program?
2122@c (2) *Is* there necessarily a first thread always? Or do some
2123@c multithread systems permit starting a program with multiple
5d161b24 2124@c threads ab initio?
c906108c
SS
2125
2126@cindex thread number
2127@cindex thread identifier (GDB)
2128For debugging purposes, @value{GDBN} associates its own thread
2129number---always a single integer---with each thread in your program.
2130
2131@table @code
2132@kindex info threads
2133@item info threads
2134Display a summary of all threads currently in your
2135program. @value{GDBN} displays for each thread (in this order):
2136
2137@enumerate
2138@item the thread number assigned by @value{GDBN}
2139
2140@item the target system's thread identifier (@var{systag})
2141
2142@item the current stack frame summary for that thread
2143@end enumerate
2144
2145@noindent
2146An asterisk @samp{*} to the left of the @value{GDBN} thread number
2147indicates the current thread.
2148
5d161b24 2149For example,
c906108c
SS
2150@end table
2151@c end table here to get a little more width for example
2152
2153@smallexample
2154(@value{GDBP}) info threads
2155 3 process 35 thread 27 0x34e5 in sigpause ()
2156 2 process 35 thread 23 0x34e5 in sigpause ()
2157* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2158 at threadtest.c:68
2159@end smallexample
53a5351d
JM
2160
2161On HP-UX systems:
c906108c
SS
2162
2163@cindex thread number
2164@cindex thread identifier (GDB)
2165For debugging purposes, @value{GDBN} associates its own thread
2166number---a small integer assigned in thread-creation order---with each
2167thread in your program.
2168
41afff9a
EZ
2169@cindex @code{New} @var{systag} message, on HP-UX
2170@cindex thread identifier (system), on HP-UX
c906108c
SS
2171@c FIXME-implementors!! It would be more helpful if the [New...] message
2172@c included GDB's numeric thread handle, so you could just go to that
2173@c thread without first checking `info threads'.
2174Whenever @value{GDBN} detects a new thread in your program, it displays
2175both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2176form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2177whose form varies depending on the particular system. For example, on
2178HP-UX, you see
2179
474c8240 2180@smallexample
c906108c 2181[New thread 2 (system thread 26594)]
474c8240 2182@end smallexample
c906108c
SS
2183
2184@noindent
5d161b24 2185when @value{GDBN} notices a new thread.
c906108c
SS
2186
2187@table @code
2188@kindex info threads
2189@item info threads
2190Display a summary of all threads currently in your
2191program. @value{GDBN} displays for each thread (in this order):
2192
2193@enumerate
2194@item the thread number assigned by @value{GDBN}
2195
2196@item the target system's thread identifier (@var{systag})
2197
2198@item the current stack frame summary for that thread
2199@end enumerate
2200
2201@noindent
2202An asterisk @samp{*} to the left of the @value{GDBN} thread number
2203indicates the current thread.
2204
5d161b24 2205For example,
c906108c
SS
2206@end table
2207@c end table here to get a little more width for example
2208
474c8240 2209@smallexample
c906108c 2210(@value{GDBP}) info threads
6d2ebf8b
SS
2211 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2212 at quicksort.c:137
2213 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2214 from /usr/lib/libc.2
2215 1 system thread 27905 0x7b003498 in _brk () \@*
2216 from /usr/lib/libc.2
474c8240 2217@end smallexample
c906108c
SS
2218
2219@table @code
2220@kindex thread @var{threadno}
2221@item thread @var{threadno}
2222Make thread number @var{threadno} the current thread. The command
2223argument @var{threadno} is the internal @value{GDBN} thread number, as
2224shown in the first field of the @samp{info threads} display.
2225@value{GDBN} responds by displaying the system identifier of the thread
2226you selected, and its current stack frame summary:
2227
2228@smallexample
2229@c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2230(@value{GDBP}) thread 2
c906108c 2231[Switching to process 35 thread 23]
c906108c
SS
22320x34e5 in sigpause ()
2233@end smallexample
2234
2235@noindent
2236As with the @samp{[New @dots{}]} message, the form of the text after
2237@samp{Switching to} depends on your system's conventions for identifying
5d161b24 2238threads.
c906108c
SS
2239
2240@kindex thread apply
2241@item thread apply [@var{threadno}] [@var{all}] @var{args}
2242The @code{thread apply} command allows you to apply a command to one or
2243more threads. Specify the numbers of the threads that you want affected
2244with the command argument @var{threadno}. @var{threadno} is the internal
2245@value{GDBN} thread number, as shown in the first field of the @samp{info
5d161b24
DB
2246threads} display. To apply a command to all threads, use
2247@code{thread apply all} @var{args}.
c906108c
SS
2248@end table
2249
2250@cindex automatic thread selection
2251@cindex switching threads automatically
2252@cindex threads, automatic switching
2253Whenever @value{GDBN} stops your program, due to a breakpoint or a
2254signal, it automatically selects the thread where that breakpoint or
2255signal happened. @value{GDBN} alerts you to the context switch with a
2256message of the form @samp{[Switching to @var{systag}]} to identify the
2257thread.
2258
2259@xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2260more information about how @value{GDBN} behaves when you stop and start
2261programs with multiple threads.
2262
2263@xref{Set Watchpoints,,Setting watchpoints}, for information about
2264watchpoints in programs with multiple threads.
c906108c 2265
6d2ebf8b 2266@node Processes
c906108c
SS
2267@section Debugging programs with multiple processes
2268
2269@cindex fork, debugging programs which call
2270@cindex multiple processes
2271@cindex processes, multiple
53a5351d
JM
2272On most systems, @value{GDBN} has no special support for debugging
2273programs which create additional processes using the @code{fork}
2274function. When a program forks, @value{GDBN} will continue to debug the
2275parent process and the child process will run unimpeded. If you have
2276set a breakpoint in any code which the child then executes, the child
2277will get a @code{SIGTRAP} signal which (unless it catches the signal)
2278will cause it to terminate.
c906108c
SS
2279
2280However, if you want to debug the child process there is a workaround
2281which isn't too painful. Put a call to @code{sleep} in the code which
2282the child process executes after the fork. It may be useful to sleep
2283only if a certain environment variable is set, or a certain file exists,
2284so that the delay need not occur when you don't want to run @value{GDBN}
2285on the child. While the child is sleeping, use the @code{ps} program to
2286get its process ID. Then tell @value{GDBN} (a new invocation of
2287@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 2288the child process (@pxref{Attach}). From that point on you can debug
c906108c 2289the child process just like any other process which you attached to.
c906108c 2290
53a5351d
JM
2291On HP-UX (11.x and later only?), @value{GDBN} provides support for
2292debugging programs that create additional processes using the
2293@code{fork} or @code{vfork} function.
c906108c
SS
2294
2295By default, when a program forks, @value{GDBN} will continue to debug
2296the parent process and the child process will run unimpeded.
2297
2298If you want to follow the child process instead of the parent process,
2299use the command @w{@code{set follow-fork-mode}}.
2300
2301@table @code
2302@kindex set follow-fork-mode
2303@item set follow-fork-mode @var{mode}
2304Set the debugger response to a program call of @code{fork} or
2305@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
2306process. The @var{mode} can be:
2307
2308@table @code
2309@item parent
2310The original process is debugged after a fork. The child process runs
2df3850c 2311unimpeded. This is the default.
c906108c
SS
2312
2313@item child
2314The new process is debugged after a fork. The parent process runs
2315unimpeded.
2316
2317@item ask
2318The debugger will ask for one of the above choices.
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''
c906108c
SS
2444@end menu
2445
6d2ebf8b 2446@node Set Breaks
c906108c
SS
2447@subsection Setting breakpoints
2448
5d161b24 2449@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
2450@c consider in particular declaration with/without initialization.
2451@c
2452@c FIXME 2 is there stuff on this already? break at fun start, already init?
2453
2454@kindex break
41afff9a
EZ
2455@kindex b @r{(@code{break})}
2456@vindex $bpnum@r{, convenience variable}
c906108c
SS
2457@cindex latest breakpoint
2458Breakpoints are set with the @code{break} command (abbreviated
5d161b24 2459@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 2460number of the breakpoint you've set most recently; see @ref{Convenience
c906108c
SS
2461Vars,, Convenience variables}, for a discussion of what you can do with
2462convenience variables.
2463
2464You have several ways to say where the breakpoint should go.
2465
2466@table @code
2467@item break @var{function}
5d161b24 2468Set a breakpoint at entry to function @var{function}.
c906108c 2469When using source languages that permit overloading of symbols, such as
b37052ae 2470C@t{++}, @var{function} may refer to more than one possible place to break.
c906108c 2471@xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
c906108c
SS
2472
2473@item break +@var{offset}
2474@itemx break -@var{offset}
2475Set a breakpoint some number of lines forward or back from the position
d4f3574e 2476at which execution stopped in the currently selected @dfn{stack frame}.
2df3850c 2477(@xref{Frames, ,Frames}, for a description of stack frames.)
c906108c
SS
2478
2479@item break @var{linenum}
2480Set a breakpoint at line @var{linenum} in the current source file.
d4f3574e
SS
2481The current source file is the last file whose source text was printed.
2482The breakpoint will stop your program just before it executes any of the
c906108c
SS
2483code on that line.
2484
2485@item break @var{filename}:@var{linenum}
2486Set a breakpoint at line @var{linenum} in source file @var{filename}.
2487
2488@item break @var{filename}:@var{function}
2489Set a breakpoint at entry to function @var{function} found in file
2490@var{filename}. Specifying a file name as well as a function name is
2491superfluous except when multiple files contain similarly named
2492functions.
2493
2494@item break *@var{address}
2495Set a breakpoint at address @var{address}. You can use this to set
2496breakpoints in parts of your program which do not have debugging
2497information or source files.
2498
2499@item break
2500When called without any arguments, @code{break} sets a breakpoint at
2501the next instruction to be executed in the selected stack frame
2502(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2503innermost, this makes your program stop as soon as control
2504returns to that frame. This is similar to the effect of a
2505@code{finish} command in the frame inside the selected frame---except
2506that @code{finish} does not leave an active breakpoint. If you use
2507@code{break} without an argument in the innermost frame, @value{GDBN} stops
2508the next time it reaches the current location; this may be useful
2509inside loops.
2510
2511@value{GDBN} normally ignores breakpoints when it resumes execution, until at
2512least one instruction has been executed. If it did not do this, you
2513would be unable to proceed past a breakpoint without first disabling the
2514breakpoint. This rule applies whether or not the breakpoint already
2515existed when your program stopped.
2516
2517@item break @dots{} if @var{cond}
2518Set a breakpoint with condition @var{cond}; evaluate the expression
2519@var{cond} each time the breakpoint is reached, and stop only if the
2520value is nonzero---that is, if @var{cond} evaluates as true.
2521@samp{@dots{}} stands for one of the possible arguments described
2522above (or no argument) specifying where to break. @xref{Conditions,
2523,Break conditions}, for more information on breakpoint conditions.
2524
2525@kindex tbreak
2526@item tbreak @var{args}
2527Set a breakpoint enabled only for one stop. @var{args} are the
2528same as for the @code{break} command, and the breakpoint is set in the same
2529way, but the breakpoint is automatically deleted after the first time your
2530program stops there. @xref{Disabling, ,Disabling breakpoints}.
2531
c906108c
SS
2532@kindex hbreak
2533@item hbreak @var{args}
d4f3574e
SS
2534Set a hardware-assisted breakpoint. @var{args} are the same as for the
2535@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
2536breakpoint requires hardware support and some target hardware may not
2537have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
2538debugging, so you can set a breakpoint at an instruction without
2539changing the instruction. This can be used with the new trap-generation
2540provided by SPARClite DSU and some x86-based targets. These targets
2541will generate traps when a program accesses some data or instruction
2542address that is assigned to the debug registers. However the hardware
2543breakpoint registers can take a limited number of breakpoints. For
2544example, on the DSU, only two data breakpoints can be set at a time, and
2545@value{GDBN} will reject this command if more than two are used. Delete
2546or disable unused hardware breakpoints before setting new ones
2547(@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
501eef12
AC
2548@xref{set remote hardware-breakpoint-limit}.
2549
c906108c
SS
2550
2551@kindex thbreak
2552@item thbreak @var{args}
2553Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2554are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 2555the same way. However, like the @code{tbreak} command,
c906108c
SS
2556the breakpoint is automatically deleted after the
2557first time your program stops there. Also, like the @code{hbreak}
5d161b24
DB
2558command, the breakpoint requires hardware support and some target hardware
2559may not have this support. @xref{Disabling, ,Disabling breakpoints}.
d4f3574e 2560See also @ref{Conditions, ,Break conditions}.
c906108c
SS
2561
2562@kindex rbreak
2563@cindex regular expression
2564@item rbreak @var{regex}
c906108c 2565Set breakpoints on all functions matching the regular expression
11cf8741
JM
2566@var{regex}. This command sets an unconditional breakpoint on all
2567matches, printing a list of all breakpoints it set. Once these
2568breakpoints are set, they are treated just like the breakpoints set with
2569the @code{break} command. You can delete them, disable them, or make
2570them conditional the same way as any other breakpoint.
2571
2572The syntax of the regular expression is the standard one used with tools
2573like @file{grep}. Note that this is different from the syntax used by
2574shells, so for instance @code{foo*} matches all functions that include
2575an @code{fo} followed by zero or more @code{o}s. There is an implicit
2576@code{.*} leading and trailing the regular expression you supply, so to
2577match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 2578
b37052ae 2579When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
2580breakpoints on overloaded functions that are not members of any special
2581classes.
c906108c
SS
2582
2583@kindex info breakpoints
2584@cindex @code{$_} and @code{info breakpoints}
2585@item info breakpoints @r{[}@var{n}@r{]}
2586@itemx info break @r{[}@var{n}@r{]}
2587@itemx info watchpoints @r{[}@var{n}@r{]}
2588Print a table of all breakpoints, watchpoints, and catchpoints set and
2589not deleted, with the following columns for each breakpoint:
2590
2591@table @emph
2592@item Breakpoint Numbers
2593@item Type
2594Breakpoint, watchpoint, or catchpoint.
2595@item Disposition
2596Whether the breakpoint is marked to be disabled or deleted when hit.
2597@item Enabled or Disabled
2598Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2599that are not enabled.
2600@item Address
2df3850c 2601Where the breakpoint is in your program, as a memory address.
c906108c
SS
2602@item What
2603Where the breakpoint is in the source for your program, as a file and
2604line number.
2605@end table
2606
2607@noindent
2608If a breakpoint is conditional, @code{info break} shows the condition on
2609the line following the affected breakpoint; breakpoint commands, if any,
2610are listed after that.
2611
2612@noindent
2613@code{info break} with a breakpoint
2614number @var{n} as argument lists only that breakpoint. The
2615convenience variable @code{$_} and the default examining-address for
2616the @code{x} command are set to the address of the last breakpoint
5d161b24 2617listed (@pxref{Memory, ,Examining memory}).
c906108c
SS
2618
2619@noindent
2620@code{info break} displays a count of the number of times the breakpoint
2621has been hit. This is especially useful in conjunction with the
2622@code{ignore} command. You can ignore a large number of breakpoint
2623hits, look at the breakpoint info to see how many times the breakpoint
2624was hit, and then run again, ignoring one less than that number. This
2625will get you quickly to the last hit of that breakpoint.
2626@end table
2627
2628@value{GDBN} allows you to set any number of breakpoints at the same place in
2629your program. There is nothing silly or meaningless about this. When
2630the breakpoints are conditional, this is even useful
2631(@pxref{Conditions, ,Break conditions}).
2632
2633@cindex negative breakpoint numbers
2634@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
2635@value{GDBN} itself sometimes sets breakpoints in your program for
2636special purposes, such as proper handling of @code{longjmp} (in C
2637programs). These internal breakpoints are assigned negative numbers,
2638starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 2639You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 2640@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
2641
2642
6d2ebf8b 2643@node Set Watchpoints
c906108c
SS
2644@subsection Setting watchpoints
2645
2646@cindex setting watchpoints
2647@cindex software watchpoints
2648@cindex hardware watchpoints
2649You can use a watchpoint to stop execution whenever the value of an
2650expression changes, without having to predict a particular place where
2651this may happen.
2652
2653Depending on your system, watchpoints may be implemented in software or
2df3850c 2654hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
2655program and testing the variable's value each time, which is hundreds of
2656times slower than normal execution. (But this may still be worth it, to
2657catch errors where you have no clue what part of your program is the
2658culprit.)
2659
1104b9e7 2660On some systems, such as HP-UX, @sc{gnu}/Linux and some other x86-based targets,
2df3850c 2661@value{GDBN} includes support for
c906108c
SS
2662hardware watchpoints, which do not slow down the running of your
2663program.
2664
2665@table @code
2666@kindex watch
2667@item watch @var{expr}
2668Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2669is written into by the program and its value changes.
2670
2671@kindex rwatch
2672@item rwatch @var{expr}
2673Set a watchpoint that will break when watch @var{expr} is read by the program.
c906108c
SS
2674
2675@kindex awatch
2676@item awatch @var{expr}
2df3850c 2677Set a watchpoint that will break when @var{expr} is either read or written into
7be570e7 2678by the program.
c906108c
SS
2679
2680@kindex info watchpoints
2681@item info watchpoints
2682This command prints a list of watchpoints, breakpoints, and catchpoints;
2683it is the same as @code{info break}.
2684@end table
2685
2686@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2687watchpoints execute very quickly, and the debugger reports a change in
2688value at the exact instruction where the change occurs. If @value{GDBN}
2689cannot set a hardware watchpoint, it sets a software watchpoint, which
2690executes more slowly and reports the change in value at the next
2691statement, not the instruction, after the change occurs.
2692
2693When you issue the @code{watch} command, @value{GDBN} reports
2694
474c8240 2695@smallexample
c906108c 2696Hardware watchpoint @var{num}: @var{expr}
474c8240 2697@end smallexample
c906108c
SS
2698
2699@noindent
2700if it was able to set a hardware watchpoint.
2701
7be570e7
JM
2702Currently, the @code{awatch} and @code{rwatch} commands can only set
2703hardware watchpoints, because accesses to data that don't change the
2704value of the watched expression cannot be detected without examining
2705every instruction as it is being executed, and @value{GDBN} does not do
2706that currently. If @value{GDBN} finds that it is unable to set a
2707hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2708will print a message like this:
2709
2710@smallexample
2711Expression cannot be implemented with read/access watchpoint.
2712@end smallexample
2713
2714Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2715data type of the watched expression is wider than what a hardware
2716watchpoint on the target machine can handle. For example, some systems
2717can only watch regions that are up to 4 bytes wide; on such systems you
2718cannot set hardware watchpoints for an expression that yields a
2719double-precision floating-point number (which is typically 8 bytes
2720wide). As a work-around, it might be possible to break the large region
2721into a series of smaller ones and watch them with separate watchpoints.
2722
2723If you set too many hardware watchpoints, @value{GDBN} might be unable
2724to insert all of them when you resume the execution of your program.
2725Since the precise number of active watchpoints is unknown until such
2726time as the program is about to be resumed, @value{GDBN} might not be
2727able to warn you about this when you set the watchpoints, and the
2728warning will be printed only when the program is resumed:
2729
2730@smallexample
2731Hardware watchpoint @var{num}: Could not insert watchpoint
2732@end smallexample
2733
2734@noindent
2735If this happens, delete or disable some of the watchpoints.
2736
2737The SPARClite DSU will generate traps when a program accesses some data
2738or instruction address that is assigned to the debug registers. For the
2739data addresses, DSU facilitates the @code{watch} command. However the
2740hardware breakpoint registers can only take two data watchpoints, and
2741both watchpoints must be the same kind. For example, you can set two
2742watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2743@strong{or} two with @code{awatch} commands, but you cannot set one
2744watchpoint with one command and the other with a different command.
c906108c
SS
2745@value{GDBN} will reject the command if you try to mix watchpoints.
2746Delete or disable unused watchpoint commands before setting new ones.
2747
2748If you call a function interactively using @code{print} or @code{call},
2df3850c 2749any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
2750kind of breakpoint or the call completes.
2751
7be570e7
JM
2752@value{GDBN} automatically deletes watchpoints that watch local
2753(automatic) variables, or expressions that involve such variables, when
2754they go out of scope, that is, when the execution leaves the block in
2755which these variables were defined. In particular, when the program
2756being debugged terminates, @emph{all} local variables go out of scope,
2757and so only watchpoints that watch global variables remain set. If you
2758rerun the program, you will need to set all such watchpoints again. One
2759way of doing that would be to set a code breakpoint at the entry to the
2760@code{main} function and when it breaks, set all the watchpoints.
2761
c906108c
SS
2762@quotation
2763@cindex watchpoints and threads
2764@cindex threads and watchpoints
c906108c
SS
2765@emph{Warning:} In multi-thread programs, watchpoints have only limited
2766usefulness. With the current watchpoint implementation, @value{GDBN}
2767can only watch the value of an expression @emph{in a single thread}. If
2768you are confident that the expression can only change due to the current
2769thread's activity (and if you are also confident that no other thread
2770can become current), then you can use watchpoints as usual. However,
2771@value{GDBN} may not notice when a non-current thread's activity changes
2772the expression.
53a5351d 2773
d4f3574e 2774@c FIXME: this is almost identical to the previous paragraph.
53a5351d
JM
2775@emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2776have only limited usefulness. If @value{GDBN} creates a software
2777watchpoint, it can only watch the value of an expression @emph{in a
2778single thread}. If you are confident that the expression can only
2779change due to the current thread's activity (and if you are also
2780confident that no other thread can become current), then you can use
2781software watchpoints as usual. However, @value{GDBN} may not notice
2782when a non-current thread's activity changes the expression. (Hardware
2783watchpoints, in contrast, watch an expression in all threads.)
c906108c 2784@end quotation
c906108c 2785
501eef12
AC
2786@xref{set remote hardware-watchpoint-limit}.
2787
6d2ebf8b 2788@node Set Catchpoints
c906108c 2789@subsection Setting catchpoints
d4f3574e 2790@cindex catchpoints, setting
c906108c
SS
2791@cindex exception handlers
2792@cindex event handling
2793
2794You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 2795kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
2796shared library. Use the @code{catch} command to set a catchpoint.
2797
2798@table @code
2799@kindex catch
2800@item catch @var{event}
2801Stop when @var{event} occurs. @var{event} can be any of the following:
2802@table @code
2803@item throw
2804@kindex catch throw
b37052ae 2805The throwing of a C@t{++} exception.
c906108c
SS
2806
2807@item catch
2808@kindex catch catch
b37052ae 2809The catching of a C@t{++} exception.
c906108c
SS
2810
2811@item exec
2812@kindex catch exec
2813A call to @code{exec}. This is currently only available for HP-UX.
2814
2815@item fork
2816@kindex catch fork
2817A call to @code{fork}. This is currently only available for HP-UX.
2818
2819@item vfork
2820@kindex catch vfork
2821A call to @code{vfork}. This is currently only available for HP-UX.
2822
2823@item load
2824@itemx load @var{libname}
2825@kindex catch load
2826The dynamic loading of any shared library, or the loading of the library
2827@var{libname}. This is currently only available for HP-UX.
2828
2829@item unload
2830@itemx unload @var{libname}
2831@kindex catch unload
2832The unloading of any dynamically loaded shared library, or the unloading
2833of the library @var{libname}. This is currently only available for HP-UX.
2834@end table
2835
2836@item tcatch @var{event}
2837Set a catchpoint that is enabled only for one stop. The catchpoint is
2838automatically deleted after the first time the event is caught.
2839
2840@end table
2841
2842Use the @code{info break} command to list the current catchpoints.
2843
b37052ae 2844There are currently some limitations to C@t{++} exception handling
c906108c
SS
2845(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2846
2847@itemize @bullet
2848@item
2849If you call a function interactively, @value{GDBN} normally returns
2850control to you when the function has finished executing. If the call
2851raises an exception, however, the call may bypass the mechanism that
2852returns control to you and cause your program either to abort or to
2853simply continue running until it hits a breakpoint, catches a signal
2854that @value{GDBN} is listening for, or exits. This is the case even if
2855you set a catchpoint for the exception; catchpoints on exceptions are
2856disabled within interactive calls.
2857
2858@item
2859You cannot raise an exception interactively.
2860
2861@item
2862You cannot install an exception handler interactively.
2863@end itemize
2864
2865@cindex raise exceptions
2866Sometimes @code{catch} is not the best way to debug exception handling:
2867if you need to know exactly where an exception is raised, it is better to
2868stop @emph{before} the exception handler is called, since that way you
2869can see the stack before any unwinding takes place. If you set a
2870breakpoint in an exception handler instead, it may not be easy to find
2871out where the exception was raised.
2872
2873To stop just before an exception handler is called, you need some
b37052ae 2874knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
c906108c
SS
2875raised by calling a library function named @code{__raise_exception}
2876which has the following ANSI C interface:
2877
474c8240 2878@smallexample
c906108c 2879 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
2880 @var{id} is the exception identifier. */
2881 void __raise_exception (void **addr, void *id);
474c8240 2882@end smallexample
c906108c
SS
2883
2884@noindent
2885To make the debugger catch all exceptions before any stack
2886unwinding takes place, set a breakpoint on @code{__raise_exception}
2887(@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
2888
2889With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
2890that depends on the value of @var{id}, you can stop your program when
2891a specific exception is raised. You can use multiple conditional
2892breakpoints to stop your program when any of a number of exceptions are
2893raised.
2894
2895
6d2ebf8b 2896@node Delete Breaks
c906108c
SS
2897@subsection Deleting breakpoints
2898
2899@cindex clearing breakpoints, watchpoints, catchpoints
2900@cindex deleting breakpoints, watchpoints, catchpoints
2901It is often necessary to eliminate a breakpoint, watchpoint, or
2902catchpoint once it has done its job and you no longer want your program
2903to stop there. This is called @dfn{deleting} the breakpoint. A
2904breakpoint that has been deleted no longer exists; it is forgotten.
2905
2906With the @code{clear} command you can delete breakpoints according to
2907where they are in your program. With the @code{delete} command you can
2908delete individual breakpoints, watchpoints, or catchpoints by specifying
2909their breakpoint numbers.
2910
2911It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
2912automatically ignores breakpoints on the first instruction to be executed
2913when you continue execution without changing the execution address.
2914
2915@table @code
2916@kindex clear
2917@item clear
2918Delete any breakpoints at the next instruction to be executed in the
2919selected stack frame (@pxref{Selection, ,Selecting a frame}). When
2920the innermost frame is selected, this is a good way to delete a
2921breakpoint where your program just stopped.
2922
2923@item clear @var{function}
2924@itemx clear @var{filename}:@var{function}
2925Delete any breakpoints set at entry to the function @var{function}.
2926
2927@item clear @var{linenum}
2928@itemx clear @var{filename}:@var{linenum}
2929Delete any breakpoints set at or within the code of the specified line.
2930
2931@cindex delete breakpoints
2932@kindex delete
41afff9a 2933@kindex d @r{(@code{delete})}
c5394b80
JM
2934@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2935Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
2936ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
2937breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
2938confirm off}). You can abbreviate this command as @code{d}.
2939@end table
2940
6d2ebf8b 2941@node Disabling
c906108c
SS
2942@subsection Disabling breakpoints
2943
2944@kindex disable breakpoints
2945@kindex enable breakpoints
2946Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
2947prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
2948it had been deleted, but remembers the information on the breakpoint so
2949that you can @dfn{enable} it again later.
2950
2951You disable and enable breakpoints, watchpoints, and catchpoints with
2952the @code{enable} and @code{disable} commands, optionally specifying one
2953or more breakpoint numbers as arguments. Use @code{info break} or
2954@code{info watch} to print a list of breakpoints, watchpoints, and
2955catchpoints if you do not know which numbers to use.
2956
2957A breakpoint, watchpoint, or catchpoint can have any of four different
2958states of enablement:
2959
2960@itemize @bullet
2961@item
2962Enabled. The breakpoint stops your program. A breakpoint set
2963with the @code{break} command starts out in this state.
2964@item
2965Disabled. The breakpoint has no effect on your program.
2966@item
2967Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 2968disabled.
c906108c
SS
2969@item
2970Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
2971immediately after it does so it is deleted permanently. A breakpoint
2972set with the @code{tbreak} command starts out in this state.
c906108c
SS
2973@end itemize
2974
2975You can use the following commands to enable or disable breakpoints,
2976watchpoints, and catchpoints:
2977
2978@table @code
2979@kindex disable breakpoints
2980@kindex disable
41afff9a 2981@kindex dis @r{(@code{disable})}
c5394b80 2982@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
2983Disable the specified breakpoints---or all breakpoints, if none are
2984listed. A disabled breakpoint has no effect but is not forgotten. All
2985options such as ignore-counts, conditions and commands are remembered in
2986case the breakpoint is enabled again later. You may abbreviate
2987@code{disable} as @code{dis}.
2988
2989@kindex enable breakpoints
2990@kindex enable
c5394b80 2991@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
2992Enable the specified breakpoints (or all defined breakpoints). They
2993become effective once again in stopping your program.
2994
c5394b80 2995@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
2996Enable the specified breakpoints temporarily. @value{GDBN} disables any
2997of these breakpoints immediately after stopping your program.
2998
c5394b80 2999@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
3000Enable the specified breakpoints to work once, then die. @value{GDBN}
3001deletes any of these breakpoints as soon as your program stops there.
3002@end table
3003
d4f3574e
SS
3004@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3005@c confusing: tbreak is also initially enabled.
c906108c
SS
3006Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3007,Setting breakpoints}), breakpoints that you set are initially enabled;
3008subsequently, they become disabled or enabled only when you use one of
3009the commands above. (The command @code{until} can set and delete a
3010breakpoint of its own, but it does not change the state of your other
3011breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3012stepping}.)
3013
6d2ebf8b 3014@node Conditions
c906108c
SS
3015@subsection Break conditions
3016@cindex conditional breakpoints
3017@cindex breakpoint conditions
3018
3019@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 3020@c in particular for a watchpoint?
c906108c
SS
3021The simplest sort of breakpoint breaks every time your program reaches a
3022specified place. You can also specify a @dfn{condition} for a
3023breakpoint. A condition is just a Boolean expression in your
3024programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
3025a condition evaluates the expression each time your program reaches it,
3026and your program stops only if the condition is @emph{true}.
3027
3028This is the converse of using assertions for program validation; in that
3029situation, you want to stop when the assertion is violated---that is,
3030when the condition is false. In C, if you want to test an assertion expressed
3031by the condition @var{assert}, you should set the condition
3032@samp{! @var{assert}} on the appropriate breakpoint.
3033
3034Conditions are also accepted for watchpoints; you may not need them,
3035since a watchpoint is inspecting the value of an expression anyhow---but
3036it might be simpler, say, to just set a watchpoint on a variable name,
3037and specify a condition that tests whether the new value is an interesting
3038one.
3039
3040Break conditions can have side effects, and may even call functions in
3041your program. This can be useful, for example, to activate functions
3042that log program progress, or to use your own print functions to
3043format special data structures. The effects are completely predictable
3044unless there is another enabled breakpoint at the same address. (In
3045that case, @value{GDBN} might see the other breakpoint first and stop your
3046program without checking the condition of this one.) Note that
d4f3574e
SS
3047breakpoint commands are usually more convenient and flexible than break
3048conditions for the
c906108c
SS
3049purpose of performing side effects when a breakpoint is reached
3050(@pxref{Break Commands, ,Breakpoint command lists}).
3051
3052Break conditions can be specified when a breakpoint is set, by using
3053@samp{if} in the arguments to the @code{break} command. @xref{Set
3054Breaks, ,Setting breakpoints}. They can also be changed at any time
3055with the @code{condition} command.
53a5351d 3056
c906108c
SS
3057You can also use the @code{if} keyword with the @code{watch} command.
3058The @code{catch} command does not recognize the @code{if} keyword;
3059@code{condition} is the only way to impose a further condition on a
3060catchpoint.
c906108c
SS
3061
3062@table @code
3063@kindex condition
3064@item condition @var{bnum} @var{expression}
3065Specify @var{expression} as the break condition for breakpoint,
3066watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3067breakpoint @var{bnum} stops your program only if the value of
3068@var{expression} is true (nonzero, in C). When you use
3069@code{condition}, @value{GDBN} checks @var{expression} immediately for
3070syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
3071referents in the context of your breakpoint. If @var{expression} uses
3072symbols not referenced in the context of the breakpoint, @value{GDBN}
3073prints an error message:
3074
474c8240 3075@smallexample
d4f3574e 3076No symbol "foo" in current context.
474c8240 3077@end smallexample
d4f3574e
SS
3078
3079@noindent
c906108c
SS
3080@value{GDBN} does
3081not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
3082command (or a command that sets a breakpoint with a condition, like
3083@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
3084
3085@item condition @var{bnum}
3086Remove the condition from breakpoint number @var{bnum}. It becomes
3087an ordinary unconditional breakpoint.
3088@end table
3089
3090@cindex ignore count (of breakpoint)
3091A special case of a breakpoint condition is to stop only when the
3092breakpoint has been reached a certain number of times. This is so
3093useful that there is a special way to do it, using the @dfn{ignore
3094count} of the breakpoint. Every breakpoint has an ignore count, which
3095is an integer. Most of the time, the ignore count is zero, and
3096therefore has no effect. But if your program reaches a breakpoint whose
3097ignore count is positive, then instead of stopping, it just decrements
3098the ignore count by one and continues. As a result, if the ignore count
3099value is @var{n}, the breakpoint does not stop the next @var{n} times
3100your program reaches it.
3101
3102@table @code
3103@kindex ignore
3104@item ignore @var{bnum} @var{count}
3105Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3106The next @var{count} times the breakpoint is reached, your program's
3107execution does not stop; other than to decrement the ignore count, @value{GDBN}
3108takes no action.
3109
3110To make the breakpoint stop the next time it is reached, specify
3111a count of zero.
3112
3113When you use @code{continue} to resume execution of your program from a
3114breakpoint, you can specify an ignore count directly as an argument to
3115@code{continue}, rather than using @code{ignore}. @xref{Continuing and
3116Stepping,,Continuing and stepping}.
3117
3118If a breakpoint has a positive ignore count and a condition, the
3119condition is not checked. Once the ignore count reaches zero,
3120@value{GDBN} resumes checking the condition.
3121
3122You could achieve the effect of the ignore count with a condition such
3123as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3124is decremented each time. @xref{Convenience Vars, ,Convenience
3125variables}.
3126@end table
3127
3128Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3129
3130
6d2ebf8b 3131@node Break Commands
c906108c
SS
3132@subsection Breakpoint command lists
3133
3134@cindex breakpoint commands
3135You can give any breakpoint (or watchpoint or catchpoint) a series of
3136commands to execute when your program stops due to that breakpoint. For
3137example, you might want to print the values of certain expressions, or
3138enable other breakpoints.
3139
3140@table @code
3141@kindex commands
3142@kindex end
3143@item commands @r{[}@var{bnum}@r{]}
3144@itemx @dots{} @var{command-list} @dots{}
3145@itemx end
3146Specify a list of commands for breakpoint number @var{bnum}. The commands
3147themselves appear on the following lines. Type a line containing just
3148@code{end} to terminate the commands.
3149
3150To remove all commands from a breakpoint, type @code{commands} and
3151follow it immediately with @code{end}; that is, give no commands.
3152
3153With no @var{bnum} argument, @code{commands} refers to the last
3154breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3155recently encountered).
3156@end table
3157
3158Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3159disabled within a @var{command-list}.
3160
3161You can use breakpoint commands to start your program up again. Simply
3162use the @code{continue} command, or @code{step}, or any other command
3163that resumes execution.
3164
3165Any other commands in the command list, after a command that resumes
3166execution, are ignored. This is because any time you resume execution
3167(even with a simple @code{next} or @code{step}), you may encounter
3168another breakpoint---which could have its own command list, leading to
3169ambiguities about which list to execute.
3170
3171@kindex silent
3172If the first command you specify in a command list is @code{silent}, the
3173usual message about stopping at a breakpoint is not printed. This may
3174be desirable for breakpoints that are to print a specific message and
3175then continue. If none of the remaining commands print anything, you
3176see no sign that the breakpoint was reached. @code{silent} is
3177meaningful only at the beginning of a breakpoint command list.
3178
3179The commands @code{echo}, @code{output}, and @code{printf} allow you to
3180print precisely controlled output, and are often useful in silent
3181breakpoints. @xref{Output, ,Commands for controlled output}.
3182
3183For example, here is how you could use breakpoint commands to print the
3184value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3185
474c8240 3186@smallexample
c906108c
SS
3187break foo if x>0
3188commands
3189silent
3190printf "x is %d\n",x
3191cont
3192end
474c8240 3193@end smallexample
c906108c
SS
3194
3195One application for breakpoint commands is to compensate for one bug so
3196you can test for another. Put a breakpoint just after the erroneous line
3197of code, give it a condition to detect the case in which something
3198erroneous has been done, and give it commands to assign correct values
3199to any variables that need them. End with the @code{continue} command
3200so that your program does not stop, and start with the @code{silent}
3201command so that no output is produced. Here is an example:
3202
474c8240 3203@smallexample
c906108c
SS
3204break 403
3205commands
3206silent
3207set x = y + 4
3208cont
3209end
474c8240 3210@end smallexample
c906108c 3211
6d2ebf8b 3212@node Breakpoint Menus
c906108c
SS
3213@subsection Breakpoint menus
3214@cindex overloading
3215@cindex symbol overloading
3216
b37303ee
AF
3217Some programming languages (notably C@t{++} and Objective-C) permit a
3218single function name
c906108c
SS
3219to be defined several times, for application in different contexts.
3220This is called @dfn{overloading}. When a function name is overloaded,
3221@samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3222a breakpoint. If you realize this is a problem, you can use
3223something like @samp{break @var{function}(@var{types})} to specify which
3224particular version of the function you want. Otherwise, @value{GDBN} offers
3225you a menu of numbered choices for different possible breakpoints, and
3226waits for your selection with the prompt @samp{>}. The first two
3227options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3228sets a breakpoint at each definition of @var{function}, and typing
3229@kbd{0} aborts the @code{break} command without setting any new
3230breakpoints.
3231
3232For example, the following session excerpt shows an attempt to set a
3233breakpoint at the overloaded symbol @code{String::after}.
3234We choose three particular definitions of that function name:
3235
3236@c FIXME! This is likely to change to show arg type lists, at least
3237@smallexample
3238@group
3239(@value{GDBP}) b String::after
3240[0] cancel
3241[1] all
3242[2] file:String.cc; line number:867
3243[3] file:String.cc; line number:860
3244[4] file:String.cc; line number:875
3245[5] file:String.cc; line number:853
3246[6] file:String.cc; line number:846
3247[7] file:String.cc; line number:735
3248> 2 4 6
3249Breakpoint 1 at 0xb26c: file String.cc, line 867.
3250Breakpoint 2 at 0xb344: file String.cc, line 875.
3251Breakpoint 3 at 0xafcc: file String.cc, line 846.
3252Multiple breakpoints were set.
3253Use the "delete" command to delete unwanted
3254 breakpoints.
3255(@value{GDBP})
3256@end group
3257@end smallexample
c906108c
SS
3258
3259@c @ifclear BARETARGET
6d2ebf8b 3260@node Error in Breakpoints
d4f3574e 3261@subsection ``Cannot insert breakpoints''
c906108c
SS
3262@c
3263@c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3264@c
d4f3574e
SS
3265Under some operating systems, breakpoints cannot be used in a program if
3266any other process is running that program. In this situation,
5d161b24 3267attempting to run or continue a program with a breakpoint causes
d4f3574e
SS
3268@value{GDBN} to print an error message:
3269
474c8240 3270@smallexample
d4f3574e
SS
3271Cannot insert breakpoints.
3272The same program may be running in another process.
474c8240 3273@end smallexample
d4f3574e
SS
3274
3275When this happens, you have three ways to proceed:
3276
3277@enumerate
3278@item
3279Remove or disable the breakpoints, then continue.
3280
3281@item
5d161b24 3282Suspend @value{GDBN}, and copy the file containing your program to a new
d4f3574e 3283name. Resume @value{GDBN} and use the @code{exec-file} command to specify
5d161b24 3284that @value{GDBN} should run your program under that name.
d4f3574e
SS
3285Then start your program again.
3286
3287@item
3288Relink your program so that the text segment is nonsharable, using the
3289linker option @samp{-N}. The operating system limitation may not apply
3290to nonsharable executables.
3291@end enumerate
c906108c
SS
3292@c @end ifclear
3293
d4f3574e
SS
3294A similar message can be printed if you request too many active
3295hardware-assisted breakpoints and watchpoints:
3296
3297@c FIXME: the precise wording of this message may change; the relevant
3298@c source change is not committed yet (Sep 3, 1999).
3299@smallexample
3300Stopped; cannot insert breakpoints.
3301You may have requested too many hardware breakpoints and watchpoints.
3302@end smallexample
3303
3304@noindent
3305This message is printed when you attempt to resume the program, since
3306only then @value{GDBN} knows exactly how many hardware breakpoints and
3307watchpoints it needs to insert.
3308
3309When this message is printed, you need to disable or remove some of the
3310hardware-assisted breakpoints and watchpoints, and then continue.
3311
1485d690
KB
3312@node Breakpoint related warnings
3313@subsection ``Breakpoint address adjusted...''
3314@cindex breakpoint address adjusted
3315
3316Some processor architectures place constraints on the addresses at
3317which breakpoints may be placed. For architectures thus constrained,
3318@value{GDBN} will attempt to adjust the breakpoint's address to comply
3319with the constraints dictated by the architecture.
3320
3321One example of such an architecture is the Fujitsu FR-V. The FR-V is
3322a VLIW architecture in which a number of RISC-like instructions may be
3323bundled together for parallel execution. The FR-V architecture
3324constrains the location of a breakpoint instruction within such a
3325bundle to the instruction with the lowest address. @value{GDBN}
3326honors this constraint by adjusting a breakpoint's address to the
3327first in the bundle.
3328
3329It is not uncommon for optimized code to have bundles which contain
3330instructions from different source statements, thus it may happen that
3331a breakpoint's address will be adjusted from one source statement to
3332another. Since this adjustment may significantly alter @value{GDBN}'s
3333breakpoint related behavior from what the user expects, a warning is
3334printed when the breakpoint is first set and also when the breakpoint
3335is hit.
3336
3337A warning like the one below is printed when setting a breakpoint
3338that's been subject to address adjustment:
3339
3340@smallexample
3341warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3342@end smallexample
3343
3344Such warnings are printed both for user settable and @value{GDBN}'s
3345internal breakpoints. If you see one of these warnings, you should
3346verify that a breakpoint set at the adjusted address will have the
3347desired affect. If not, the breakpoint in question may be removed and
3348other breakpoints may be set which will have the desired behavior.
3349E.g., it may be sufficient to place the breakpoint at a later
3350instruction. A conditional breakpoint may also be useful in some
3351cases to prevent the breakpoint from triggering too often.
3352
3353@value{GDBN} will also issue a warning when stopping at one of these
3354adjusted breakpoints:
3355
3356@smallexample
3357warning: Breakpoint 1 address previously adjusted from 0x00010414
3358to 0x00010410.
3359@end smallexample
3360
3361When this warning is encountered, it may be too late to take remedial
3362action except in cases where the breakpoint is hit earlier or more
3363frequently than expected.
d4f3574e 3364
6d2ebf8b 3365@node Continuing and Stepping
c906108c
SS
3366@section Continuing and stepping
3367
3368@cindex stepping
3369@cindex continuing
3370@cindex resuming execution
3371@dfn{Continuing} means resuming program execution until your program
3372completes normally. In contrast, @dfn{stepping} means executing just
3373one more ``step'' of your program, where ``step'' may mean either one
3374line of source code, or one machine instruction (depending on what
7a292a7a
SS
3375particular command you use). Either when continuing or when stepping,
3376your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
3377it stops due to a signal, you may want to use @code{handle}, or use
3378@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
3379
3380@table @code
3381@kindex continue
41afff9a
EZ
3382@kindex c @r{(@code{continue})}
3383@kindex fg @r{(resume foreground execution)}
c906108c
SS
3384@item continue @r{[}@var{ignore-count}@r{]}
3385@itemx c @r{[}@var{ignore-count}@r{]}
3386@itemx fg @r{[}@var{ignore-count}@r{]}
3387Resume program execution, at the address where your program last stopped;
3388any breakpoints set at that address are bypassed. The optional argument
3389@var{ignore-count} allows you to specify a further number of times to
3390ignore a breakpoint at this location; its effect is like that of
3391@code{ignore} (@pxref{Conditions, ,Break conditions}).
3392
3393The argument @var{ignore-count} is meaningful only when your program
3394stopped due to a breakpoint. At other times, the argument to
3395@code{continue} is ignored.
3396
d4f3574e
SS
3397The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3398debugged program is deemed to be the foreground program) are provided
3399purely for convenience, and have exactly the same behavior as
3400@code{continue}.
c906108c
SS
3401@end table
3402
3403To resume execution at a different place, you can use @code{return}
3404(@pxref{Returning, ,Returning from a function}) to go back to the
3405calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3406different address}) to go to an arbitrary location in your program.
3407
3408A typical technique for using stepping is to set a breakpoint
3409(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3410beginning of the function or the section of your program where a problem
3411is believed to lie, run your program until it stops at that breakpoint,
3412and then step through the suspect area, examining the variables that are
3413interesting, until you see the problem happen.
3414
3415@table @code
3416@kindex step
41afff9a 3417@kindex s @r{(@code{step})}
c906108c
SS
3418@item step
3419Continue running your program until control reaches a different source
3420line, then stop it and return control to @value{GDBN}. This command is
3421abbreviated @code{s}.
3422
3423@quotation
3424@c "without debugging information" is imprecise; actually "without line
3425@c numbers in the debugging information". (gcc -g1 has debugging info but
3426@c not line numbers). But it seems complex to try to make that
3427@c distinction here.
3428@emph{Warning:} If you use the @code{step} command while control is
3429within a function that was compiled without debugging information,
3430execution proceeds until control reaches a function that does have
3431debugging information. Likewise, it will not step into a function which
3432is compiled without debugging information. To step through functions
3433without debugging information, use the @code{stepi} command, described
3434below.
3435@end quotation
3436
4a92d011
EZ
3437The @code{step} command only stops at the first instruction of a source
3438line. This prevents the multiple stops that could otherwise occur in
3439@code{switch} statements, @code{for} loops, etc. @code{step} continues
3440to stop if a function that has debugging information is called within
3441the line. In other words, @code{step} @emph{steps inside} any functions
3442called within the line.
c906108c 3443
d4f3574e
SS
3444Also, the @code{step} command only enters a function if there is line
3445number information for the function. Otherwise it acts like the
5d161b24 3446@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 3447on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 3448was any debugging information about the routine.
c906108c
SS
3449
3450@item step @var{count}
3451Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
3452breakpoint is reached, or a signal not related to stepping occurs before
3453@var{count} steps, stepping stops right away.
c906108c
SS
3454
3455@kindex next
41afff9a 3456@kindex n @r{(@code{next})}
c906108c
SS
3457@item next @r{[}@var{count}@r{]}
3458Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
3459This is similar to @code{step}, but function calls that appear within
3460the line of code are executed without stopping. Execution stops when
3461control reaches a different line of code at the original stack level
3462that was executing when you gave the @code{next} command. This command
3463is abbreviated @code{n}.
c906108c
SS
3464
3465An argument @var{count} is a repeat count, as for @code{step}.
3466
3467
3468@c FIX ME!! Do we delete this, or is there a way it fits in with
3469@c the following paragraph? --- Vctoria
3470@c
3471@c @code{next} within a function that lacks debugging information acts like
3472@c @code{step}, but any function calls appearing within the code of the
3473@c function are executed without stopping.
3474
d4f3574e
SS
3475The @code{next} command only stops at the first instruction of a
3476source line. This prevents multiple stops that could otherwise occur in
4a92d011 3477@code{switch} statements, @code{for} loops, etc.
c906108c 3478
b90a5f51
CF
3479@kindex set step-mode
3480@item set step-mode
3481@cindex functions without line info, and stepping
3482@cindex stepping into functions with no line info
3483@itemx set step-mode on
4a92d011 3484The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
3485stop at the first instruction of a function which contains no debug line
3486information rather than stepping over it.
3487
4a92d011
EZ
3488This is useful in cases where you may be interested in inspecting the
3489machine instructions of a function which has no symbolic info and do not
3490want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
3491
3492@item set step-mode off
4a92d011 3493Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
3494debug information. This is the default.
3495
c906108c
SS
3496@kindex finish
3497@item finish
3498Continue running until just after function in the selected stack frame
3499returns. Print the returned value (if any).
3500
3501Contrast this with the @code{return} command (@pxref{Returning,
3502,Returning from a function}).
3503
3504@kindex until
41afff9a 3505@kindex u @r{(@code{until})}
c906108c
SS
3506@item until
3507@itemx u
3508Continue running until a source line past the current line, in the
3509current stack frame, is reached. This command is used to avoid single
3510stepping through a loop more than once. It is like the @code{next}
3511command, except that when @code{until} encounters a jump, it
3512automatically continues execution until the program counter is greater
3513than the address of the jump.
3514
3515This means that when you reach the end of a loop after single stepping
3516though it, @code{until} makes your program continue execution until it
3517exits the loop. In contrast, a @code{next} command at the end of a loop
3518simply steps back to the beginning of the loop, which forces you to step
3519through the next iteration.
3520
3521@code{until} always stops your program if it attempts to exit the current
3522stack frame.
3523
3524@code{until} may produce somewhat counterintuitive results if the order
3525of machine code does not match the order of the source lines. For
3526example, in the following excerpt from a debugging session, the @code{f}
3527(@code{frame}) command shows that execution is stopped at line
3528@code{206}; yet when we use @code{until}, we get to line @code{195}:
3529
474c8240 3530@smallexample
c906108c
SS
3531(@value{GDBP}) f
3532#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3533206 expand_input();
3534(@value{GDBP}) until
3535195 for ( ; argc > 0; NEXTARG) @{
474c8240 3536@end smallexample
c906108c
SS
3537
3538This happened because, for execution efficiency, the compiler had
3539generated code for the loop closure test at the end, rather than the
3540start, of the loop---even though the test in a C @code{for}-loop is
3541written before the body of the loop. The @code{until} command appeared
3542to step back to the beginning of the loop when it advanced to this
3543expression; however, it has not really gone to an earlier
3544statement---not in terms of the actual machine code.
3545
3546@code{until} with no argument works by means of single
3547instruction stepping, and hence is slower than @code{until} with an
3548argument.
3549
3550@item until @var{location}
3551@itemx u @var{location}
3552Continue running your program until either the specified location is
3553reached, or the current stack frame returns. @var{location} is any of
3554the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
c60eb6f1
EZ
3555,Setting breakpoints}). This form of the command uses breakpoints, and
3556hence is quicker than @code{until} without an argument. The specified
3557location is actually reached only if it is in the current frame. This
3558implies that @code{until} can be used to skip over recursive function
3559invocations. For instance in the code below, if the current location is
3560line @code{96}, issuing @code{until 99} will execute the program up to
3561line @code{99} in the same invocation of factorial, i.e. after the inner
3562invocations have returned.
3563
3564@smallexample
356594 int factorial (int value)
356695 @{
356796 if (value > 1) @{
356897 value *= factorial (value - 1);
356998 @}
357099 return (value);
3571100 @}
3572@end smallexample
3573
3574
3575@kindex advance @var{location}
3576@itemx advance @var{location}
3577Continue running the program up to the given location. An argument is
3578required, anything of the same form as arguments for the @code{break}
3579command. Execution will also stop upon exit from the current stack
3580frame. This command is similar to @code{until}, but @code{advance} will
3581not skip over recursive function calls, and the target location doesn't
3582have to be in the same frame as the current one.
3583
c906108c
SS
3584
3585@kindex stepi
41afff9a 3586@kindex si @r{(@code{stepi})}
c906108c 3587@item stepi
96a2c332 3588@itemx stepi @var{arg}
c906108c
SS
3589@itemx si
3590Execute one machine instruction, then stop and return to the debugger.
3591
3592It is often useful to do @samp{display/i $pc} when stepping by machine
3593instructions. This makes @value{GDBN} automatically display the next
3594instruction to be executed, each time your program stops. @xref{Auto
3595Display,, Automatic display}.
3596
3597An argument is a repeat count, as in @code{step}.
3598
3599@need 750
3600@kindex nexti
41afff9a 3601@kindex ni @r{(@code{nexti})}
c906108c 3602@item nexti
96a2c332 3603@itemx nexti @var{arg}
c906108c
SS
3604@itemx ni
3605Execute one machine instruction, but if it is a function call,
3606proceed until the function returns.
3607
3608An argument is a repeat count, as in @code{next}.
3609@end table
3610
6d2ebf8b 3611@node Signals
c906108c
SS
3612@section Signals
3613@cindex signals
3614
3615A signal is an asynchronous event that can happen in a program. The
3616operating system defines the possible kinds of signals, and gives each
3617kind a name and a number. For example, in Unix @code{SIGINT} is the
d4f3574e 3618signal a program gets when you type an interrupt character (often @kbd{C-c});
c906108c
SS
3619@code{SIGSEGV} is the signal a program gets from referencing a place in
3620memory far away from all the areas in use; @code{SIGALRM} occurs when
3621the alarm clock timer goes off (which happens only if your program has
3622requested an alarm).
3623
3624@cindex fatal signals
3625Some signals, including @code{SIGALRM}, are a normal part of the
3626functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 3627errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
3628program has not specified in advance some other way to handle the signal.
3629@code{SIGINT} does not indicate an error in your program, but it is normally
3630fatal so it can carry out the purpose of the interrupt: to kill the program.
3631
3632@value{GDBN} has the ability to detect any occurrence of a signal in your
3633program. You can tell @value{GDBN} in advance what to do for each kind of
3634signal.
3635
3636@cindex handling signals
24f93129
EZ
3637Normally, @value{GDBN} is set up to let the non-erroneous signals like
3638@code{SIGALRM} be silently passed to your program
3639(so as not to interfere with their role in the program's functioning)
c906108c
SS
3640but to stop your program immediately whenever an error signal happens.
3641You can change these settings with the @code{handle} command.
3642
3643@table @code
3644@kindex info signals
3645@item info signals
96a2c332 3646@itemx info handle
c906108c
SS
3647Print a table of all the kinds of signals and how @value{GDBN} has been told to
3648handle each one. You can use this to see the signal numbers of all
3649the defined types of signals.
3650
d4f3574e 3651@code{info handle} is an alias for @code{info signals}.
c906108c
SS
3652
3653@kindex handle
3654@item handle @var{signal} @var{keywords}@dots{}
5ece1a18
EZ
3655Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3656can be the number of a signal or its name (with or without the
24f93129 3657@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18
EZ
3658@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3659known signals. The @var{keywords} say what change to make.
c906108c
SS
3660@end table
3661
3662@c @group
3663The keywords allowed by the @code{handle} command can be abbreviated.
3664Their full names are:
3665
3666@table @code
3667@item nostop
3668@value{GDBN} should not stop your program when this signal happens. It may
3669still print a message telling you that the signal has come in.
3670
3671@item stop
3672@value{GDBN} should stop your program when this signal happens. This implies
3673the @code{print} keyword as well.
3674
3675@item print
3676@value{GDBN} should print a message when this signal happens.
3677
3678@item noprint
3679@value{GDBN} should not mention the occurrence of the signal at all. This
3680implies the @code{nostop} keyword as well.
3681
3682@item pass
5ece1a18 3683@itemx noignore
c906108c
SS
3684@value{GDBN} should allow your program to see this signal; your program
3685can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 3686and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
3687
3688@item nopass
5ece1a18 3689@itemx ignore
c906108c 3690@value{GDBN} should not allow your program to see this signal.
5ece1a18 3691@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
3692@end table
3693@c @end group
3694
d4f3574e
SS
3695When a signal stops your program, the signal is not visible to the
3696program until you
c906108c
SS
3697continue. Your program sees the signal then, if @code{pass} is in
3698effect for the signal in question @emph{at that time}. In other words,
3699after @value{GDBN} reports a signal, you can use the @code{handle}
3700command with @code{pass} or @code{nopass} to control whether your
3701program sees that signal when you continue.
3702
24f93129
EZ
3703The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3704non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3705@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3706erroneous signals.
3707
c906108c
SS
3708You can also use the @code{signal} command to prevent your program from
3709seeing a signal, or cause it to see a signal it normally would not see,
3710or to give it any signal at any time. For example, if your program stopped
3711due to some sort of memory reference error, you might store correct
3712values into the erroneous variables and continue, hoping to see more
3713execution; but your program would probably terminate immediately as
3714a result of the fatal signal once it saw the signal. To prevent this,
3715you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5d161b24 3716program a signal}.
c906108c 3717
6d2ebf8b 3718@node Thread Stops
c906108c
SS
3719@section Stopping and starting multi-thread programs
3720
3721When your program has multiple threads (@pxref{Threads,, Debugging
3722programs with multiple threads}), you can choose whether to set
3723breakpoints on all threads, or on a particular thread.
3724
3725@table @code
3726@cindex breakpoints and threads
3727@cindex thread breakpoints
3728@kindex break @dots{} thread @var{threadno}
3729@item break @var{linespec} thread @var{threadno}
3730@itemx break @var{linespec} thread @var{threadno} if @dots{}
3731@var{linespec} specifies source lines; there are several ways of
3732writing them, but the effect is always to specify some source line.
3733
3734Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3735to specify that you only want @value{GDBN} to stop the program when a
3736particular thread reaches this breakpoint. @var{threadno} is one of the
3737numeric thread identifiers assigned by @value{GDBN}, shown in the first
3738column of the @samp{info threads} display.
3739
3740If you do not specify @samp{thread @var{threadno}} when you set a
3741breakpoint, the breakpoint applies to @emph{all} threads of your
3742program.
3743
3744You can use the @code{thread} qualifier on conditional breakpoints as
3745well; in this case, place @samp{thread @var{threadno}} before the
3746breakpoint condition, like this:
3747
3748@smallexample
2df3850c 3749(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
3750@end smallexample
3751
3752@end table
3753
3754@cindex stopped threads
3755@cindex threads, stopped
3756Whenever your program stops under @value{GDBN} for any reason,
3757@emph{all} threads of execution stop, not just the current thread. This
3758allows you to examine the overall state of the program, including
3759switching between threads, without worrying that things may change
3760underfoot.
3761
3762@cindex continuing threads
3763@cindex threads, continuing
3764Conversely, whenever you restart the program, @emph{all} threads start
3765executing. @emph{This is true even when single-stepping} with commands
5d161b24 3766like @code{step} or @code{next}.
c906108c
SS
3767
3768In particular, @value{GDBN} cannot single-step all threads in lockstep.
3769Since thread scheduling is up to your debugging target's operating
3770system (not controlled by @value{GDBN}), other threads may
3771execute more than one statement while the current thread completes a
3772single step. Moreover, in general other threads stop in the middle of a
3773statement, rather than at a clean statement boundary, when the program
3774stops.
3775
3776You might even find your program stopped in another thread after
3777continuing or even single-stepping. This happens whenever some other
3778thread runs into a breakpoint, a signal, or an exception before the
3779first thread completes whatever you requested.
3780
3781On some OSes, you can lock the OS scheduler and thus allow only a single
3782thread to run.
3783
3784@table @code
3785@item set scheduler-locking @var{mode}
3786Set the scheduler locking mode. If it is @code{off}, then there is no
3787locking and any thread may run at any time. If @code{on}, then only the
3788current thread may run when the inferior is resumed. The @code{step}
3789mode optimizes for single-stepping. It stops other threads from
3790``seizing the prompt'' by preempting the current thread while you are
3791stepping. Other threads will only rarely (or never) get a chance to run
d4f3574e 3792when you step. They are more likely to run when you @samp{next} over a
c906108c 3793function call, and they are completely free to run when you use commands
d4f3574e 3794like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
c906108c 3795thread hits a breakpoint during its timeslice, they will never steal the
2df3850c 3796@value{GDBN} prompt away from the thread that you are debugging.
c906108c
SS
3797
3798@item show scheduler-locking
3799Display the current scheduler locking mode.
3800@end table
3801
c906108c 3802
6d2ebf8b 3803@node Stack
c906108c
SS
3804@chapter Examining the Stack
3805
3806When your program has stopped, the first thing you need to know is where it
3807stopped and how it got there.
3808
3809@cindex call stack
5d161b24
DB
3810Each time your program performs a function call, information about the call
3811is generated.
3812That information includes the location of the call in your program,
3813the arguments of the call,
c906108c 3814and the local variables of the function being called.
5d161b24 3815The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
3816The stack frames are allocated in a region of memory called the @dfn{call
3817stack}.
3818
3819When your program stops, the @value{GDBN} commands for examining the
3820stack allow you to see all of this information.
3821
3822@cindex selected frame
3823One of the stack frames is @dfn{selected} by @value{GDBN} and many
3824@value{GDBN} commands refer implicitly to the selected frame. In
3825particular, whenever you ask @value{GDBN} for the value of a variable in
3826your program, the value is found in the selected frame. There are
3827special @value{GDBN} commands to select whichever frame you are
3828interested in. @xref{Selection, ,Selecting a frame}.
3829
3830When your program stops, @value{GDBN} automatically selects the
5d161b24 3831currently executing frame and describes it briefly, similar to the
c906108c
SS
3832@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3833
3834@menu
3835* Frames:: Stack frames
3836* Backtrace:: Backtraces
3837* Selection:: Selecting a frame
3838* Frame Info:: Information on a frame
c906108c
SS
3839
3840@end menu
3841
6d2ebf8b 3842@node Frames
c906108c
SS
3843@section Stack frames
3844
d4f3574e 3845@cindex frame, definition
c906108c
SS
3846@cindex stack frame
3847The call stack is divided up into contiguous pieces called @dfn{stack
3848frames}, or @dfn{frames} for short; each frame is the data associated
3849with one call to one function. The frame contains the arguments given
3850to the function, the function's local variables, and the address at
3851which the function is executing.
3852
3853@cindex initial frame
3854@cindex outermost frame
3855@cindex innermost frame
3856When your program is started, the stack has only one frame, that of the
3857function @code{main}. This is called the @dfn{initial} frame or the
3858@dfn{outermost} frame. Each time a function is called, a new frame is
3859made. Each time a function returns, the frame for that function invocation
3860is eliminated. If a function is recursive, there can be many frames for
3861the same function. The frame for the function in which execution is
3862actually occurring is called the @dfn{innermost} frame. This is the most
3863recently created of all the stack frames that still exist.
3864
3865@cindex frame pointer
3866Inside your program, stack frames are identified by their addresses. A
3867stack frame consists of many bytes, each of which has its own address; each
3868kind of computer has a convention for choosing one byte whose
3869address serves as the address of the frame. Usually this address is kept
3870in a register called the @dfn{frame pointer register} while execution is
3871going on in that frame.
3872
3873@cindex frame number
3874@value{GDBN} assigns numbers to all existing stack frames, starting with
3875zero for the innermost frame, one for the frame that called it,
3876and so on upward. These numbers do not really exist in your program;
3877they are assigned by @value{GDBN} to give you a way of designating stack
3878frames in @value{GDBN} commands.
3879
6d2ebf8b
SS
3880@c The -fomit-frame-pointer below perennially causes hbox overflow
3881@c underflow problems.
c906108c
SS
3882@cindex frameless execution
3883Some compilers provide a way to compile functions so that they operate
6d2ebf8b 3884without stack frames. (For example, the @value{GCC} option
474c8240 3885@smallexample
6d2ebf8b 3886@samp{-fomit-frame-pointer}
474c8240 3887@end smallexample
6d2ebf8b 3888generates functions without a frame.)
c906108c
SS
3889This is occasionally done with heavily used library functions to save
3890the frame setup time. @value{GDBN} has limited facilities for dealing
3891with these function invocations. If the innermost function invocation
3892has no stack frame, @value{GDBN} nevertheless regards it as though
3893it had a separate frame, which is numbered zero as usual, allowing
3894correct tracing of the function call chain. However, @value{GDBN} has
3895no provision for frameless functions elsewhere in the stack.
3896
3897@table @code
d4f3574e 3898@kindex frame@r{, command}
41afff9a 3899@cindex current stack frame
c906108c 3900@item frame @var{args}
5d161b24 3901The @code{frame} command allows you to move from one stack frame to another,
c906108c 3902and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
3903address of the frame or the stack frame number. Without an argument,
3904@code{frame} prints the current stack frame.
c906108c
SS
3905
3906@kindex select-frame
41afff9a 3907@cindex selecting frame silently
c906108c
SS
3908@item select-frame
3909The @code{select-frame} command allows you to move from one stack frame
3910to another without printing the frame. This is the silent version of
3911@code{frame}.
3912@end table
3913
6d2ebf8b 3914@node Backtrace
c906108c
SS
3915@section Backtraces
3916
3917@cindex backtraces
3918@cindex tracebacks
3919@cindex stack traces
3920A backtrace is a summary of how your program got where it is. It shows one
3921line per frame, for many frames, starting with the currently executing
3922frame (frame zero), followed by its caller (frame one), and on up the
3923stack.
3924
3925@table @code
3926@kindex backtrace
41afff9a 3927@kindex bt @r{(@code{backtrace})}
c906108c
SS
3928@item backtrace
3929@itemx bt
3930Print a backtrace of the entire stack: one line per frame for all
3931frames in the stack.
3932
3933You can stop the backtrace at any time by typing the system interrupt
3934character, normally @kbd{C-c}.
3935
3936@item backtrace @var{n}
3937@itemx bt @var{n}
3938Similar, but print only the innermost @var{n} frames.
3939
3940@item backtrace -@var{n}
3941@itemx bt -@var{n}
3942Similar, but print only the outermost @var{n} frames.
3943@end table
3944
3945@kindex where
3946@kindex info stack
41afff9a 3947@kindex info s @r{(@code{info stack})}
c906108c
SS
3948The names @code{where} and @code{info stack} (abbreviated @code{info s})
3949are additional aliases for @code{backtrace}.
3950
3951Each line in the backtrace shows the frame number and the function name.
3952The program counter value is also shown---unless you use @code{set
3953print address off}. The backtrace also shows the source file name and
3954line number, as well as the arguments to the function. The program
3955counter value is omitted if it is at the beginning of the code for that
3956line number.
3957
3958Here is an example of a backtrace. It was made with the command
3959@samp{bt 3}, so it shows the innermost three frames.
3960
3961@smallexample
3962@group
5d161b24 3963#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c
SS
3964 at builtin.c:993
3965#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
3966#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
3967 at macro.c:71
3968(More stack frames follow...)
3969@end group
3970@end smallexample
3971
3972@noindent
3973The display for frame zero does not begin with a program counter
3974value, indicating that your program has stopped at the beginning of the
3975code for line @code{993} of @code{builtin.c}.
3976
25d29d70
AC
3977@kindex set backtrace past-main
3978@kindex show backtrace past-main
3979@kindex set backtrace limit
3980@kindex show backtrace limit
b4e9345d 3981
25d29d70
AC
3982Most programs have a standard user entry point---a place where system
3983libraries and startup code transition into user code. For C this is
3984@code{main}. When @value{GDBN} finds the entry function in a backtrace
3985it will terminate the backtrace, to avoid tracing into highly
3986system-specific (and generally uninteresting) code.
3987
3988If you need to examine the startup code, or limit the number of levels
3989in a backtrace, you can change this behavior:
95f90d25
DJ
3990
3991@table @code
25d29d70
AC
3992@item set backtrace past-main
3993@itemx set backtrace past-main on
3994Backtraces will continue past the user entry point.
3995
3996@item set backtrace past-main off
95f90d25
DJ
3997Backtraces will stop when they encounter the user entry point. This is the
3998default.
3999
25d29d70
AC
4000@item show backtrace past-main
4001Display the current user entry point backtrace policy.
4002
4003@item set backtrace limit @var{n}
4004@itemx set backtrace limit 0
4005@cindex backtrace limit
4006Limit the backtrace to @var{n} levels. A value of zero means
4007unlimited.
95f90d25 4008
25d29d70
AC
4009@item show backtrace limit
4010Display the current limit on backtrace levels.
95f90d25
DJ
4011@end table
4012
6d2ebf8b 4013@node Selection
c906108c
SS
4014@section Selecting a frame
4015
4016Most commands for examining the stack and other data in your program work on
4017whichever stack frame is selected at the moment. Here are the commands for
4018selecting a stack frame; all of them finish by printing a brief description
4019of the stack frame just selected.
4020
4021@table @code
d4f3574e 4022@kindex frame@r{, selecting}
41afff9a 4023@kindex f @r{(@code{frame})}
c906108c
SS
4024@item frame @var{n}
4025@itemx f @var{n}
4026Select frame number @var{n}. Recall that frame zero is the innermost
4027(currently executing) frame, frame one is the frame that called the
4028innermost one, and so on. The highest-numbered frame is the one for
4029@code{main}.
4030
4031@item frame @var{addr}
4032@itemx f @var{addr}
4033Select the frame at address @var{addr}. This is useful mainly if the
4034chaining of stack frames has been damaged by a bug, making it
4035impossible for @value{GDBN} to assign numbers properly to all frames. In
4036addition, this can be useful when your program has multiple stacks and
4037switches between them.
4038
c906108c
SS
4039On the SPARC architecture, @code{frame} needs two addresses to
4040select an arbitrary frame: a frame pointer and a stack pointer.
4041
4042On the MIPS and Alpha architecture, it needs two addresses: a stack
4043pointer and a program counter.
4044
4045On the 29k architecture, it needs three addresses: a register stack
4046pointer, a program counter, and a memory stack pointer.
4047@c note to future updaters: this is conditioned on a flag
4048@c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
4049@c as of 27 Jan 1994.
c906108c
SS
4050
4051@kindex up
4052@item up @var{n}
4053Move @var{n} frames up the stack. For positive numbers @var{n}, this
4054advances toward the outermost frame, to higher frame numbers, to frames
4055that have existed longer. @var{n} defaults to one.
4056
4057@kindex down
41afff9a 4058@kindex do @r{(@code{down})}
c906108c
SS
4059@item down @var{n}
4060Move @var{n} frames down the stack. For positive numbers @var{n}, this
4061advances toward the innermost frame, to lower frame numbers, to frames
4062that were created more recently. @var{n} defaults to one. You may
4063abbreviate @code{down} as @code{do}.
4064@end table
4065
4066All of these commands end by printing two lines of output describing the
4067frame. The first line shows the frame number, the function name, the
4068arguments, and the source file and line number of execution in that
5d161b24 4069frame. The second line shows the text of that source line.
c906108c
SS
4070
4071@need 1000
4072For example:
4073
4074@smallexample
4075@group
4076(@value{GDBP}) up
4077#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4078 at env.c:10
407910 read_input_file (argv[i]);
4080@end group
4081@end smallexample
4082
4083After such a printout, the @code{list} command with no arguments
4084prints ten lines centered on the point of execution in the frame.
87885426
FN
4085You can also edit the program at the point of execution with your favorite
4086editing program by typing @code{edit}.
4087@xref{List, ,Printing source lines},
4088for details.
c906108c
SS
4089
4090@table @code
4091@kindex down-silently
4092@kindex up-silently
4093@item up-silently @var{n}
4094@itemx down-silently @var{n}
4095These two commands are variants of @code{up} and @code{down},
4096respectively; they differ in that they do their work silently, without
4097causing display of the new frame. They are intended primarily for use
4098in @value{GDBN} command scripts, where the output might be unnecessary and
4099distracting.
4100@end table
4101
6d2ebf8b 4102@node Frame Info
c906108c
SS
4103@section Information about a frame
4104
4105There are several other commands to print information about the selected
4106stack frame.
4107
4108@table @code
4109@item frame
4110@itemx f
4111When used without any argument, this command does not change which
4112frame is selected, but prints a brief description of the currently
4113selected stack frame. It can be abbreviated @code{f}. With an
4114argument, this command is used to select a stack frame.
4115@xref{Selection, ,Selecting a frame}.
4116
4117@kindex info frame
41afff9a 4118@kindex info f @r{(@code{info frame})}
c906108c
SS
4119@item info frame
4120@itemx info f
4121This command prints a verbose description of the selected stack frame,
4122including:
4123
4124@itemize @bullet
5d161b24
DB
4125@item
4126the address of the frame
c906108c
SS
4127@item
4128the address of the next frame down (called by this frame)
4129@item
4130the address of the next frame up (caller of this frame)
4131@item
4132the language in which the source code corresponding to this frame is written
4133@item
4134the address of the frame's arguments
4135@item
d4f3574e
SS
4136the address of the frame's local variables
4137@item
c906108c
SS
4138the program counter saved in it (the address of execution in the caller frame)
4139@item
4140which registers were saved in the frame
4141@end itemize
4142
4143@noindent The verbose description is useful when
4144something has gone wrong that has made the stack format fail to fit
4145the usual conventions.
4146
4147@item info frame @var{addr}
4148@itemx info f @var{addr}
4149Print a verbose description of the frame at address @var{addr}, without
4150selecting that frame. The selected frame remains unchanged by this
4151command. This requires the same kind of address (more than one for some
4152architectures) that you specify in the @code{frame} command.
4153@xref{Selection, ,Selecting a frame}.
4154
4155@kindex info args
4156@item info args
4157Print the arguments of the selected frame, each on a separate line.
4158
4159@item info locals
4160@kindex info locals
4161Print the local variables of the selected frame, each on a separate
4162line. These are all variables (declared either static or automatic)
4163accessible at the point of execution of the selected frame.
4164
c906108c 4165@kindex info catch
d4f3574e
SS
4166@cindex catch exceptions, list active handlers
4167@cindex exception handlers, how to list
c906108c
SS
4168@item info catch
4169Print a list of all the exception handlers that are active in the
4170current stack frame at the current point of execution. To see other
4171exception handlers, visit the associated frame (using the @code{up},
4172@code{down}, or @code{frame} commands); then type @code{info catch}.
4173@xref{Set Catchpoints, , Setting catchpoints}.
53a5351d 4174
c906108c
SS
4175@end table
4176
c906108c 4177
6d2ebf8b 4178@node Source
c906108c
SS
4179@chapter Examining Source Files
4180
4181@value{GDBN} can print parts of your program's source, since the debugging
4182information recorded in the program tells @value{GDBN} what source files were
4183used to build it. When your program stops, @value{GDBN} spontaneously prints
4184the line where it stopped. Likewise, when you select a stack frame
4185(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4186execution in that frame has stopped. You can print other portions of
4187source files by explicit command.
4188
7a292a7a 4189If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 4190prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 4191@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
4192
4193@menu
4194* List:: Printing source lines
87885426 4195* Edit:: Editing source files
c906108c 4196* Search:: Searching source files
c906108c
SS
4197* Source Path:: Specifying source directories
4198* Machine Code:: Source and machine code
4199@end menu
4200
6d2ebf8b 4201@node List
c906108c
SS
4202@section Printing source lines
4203
4204@kindex list
41afff9a 4205@kindex l @r{(@code{list})}
c906108c 4206To print lines from a source file, use the @code{list} command
5d161b24 4207(abbreviated @code{l}). By default, ten lines are printed.
c906108c
SS
4208There are several ways to specify what part of the file you want to print.
4209
4210Here are the forms of the @code{list} command most commonly used:
4211
4212@table @code
4213@item list @var{linenum}
4214Print lines centered around line number @var{linenum} in the
4215current source file.
4216
4217@item list @var{function}
4218Print lines centered around the beginning of function
4219@var{function}.
4220
4221@item list
4222Print more lines. If the last lines printed were printed with a
4223@code{list} command, this prints lines following the last lines
4224printed; however, if the last line printed was a solitary line printed
4225as part of displaying a stack frame (@pxref{Stack, ,Examining the
4226Stack}), this prints lines centered around that line.
4227
4228@item list -
4229Print lines just before the lines last printed.
4230@end table
4231
4232By default, @value{GDBN} prints ten source lines with any of these forms of
4233the @code{list} command. You can change this using @code{set listsize}:
4234
4235@table @code
4236@kindex set listsize
4237@item set listsize @var{count}
4238Make the @code{list} command display @var{count} source lines (unless
4239the @code{list} argument explicitly specifies some other number).
4240
4241@kindex show listsize
4242@item show listsize
4243Display the number of lines that @code{list} prints.
4244@end table
4245
4246Repeating a @code{list} command with @key{RET} discards the argument,
4247so it is equivalent to typing just @code{list}. This is more useful
4248than listing the same lines again. An exception is made for an
4249argument of @samp{-}; that argument is preserved in repetition so that
4250each repetition moves up in the source file.
4251
4252@cindex linespec
4253In general, the @code{list} command expects you to supply zero, one or two
4254@dfn{linespecs}. Linespecs specify source lines; there are several ways
d4f3574e 4255of writing them, but the effect is always to specify some source line.
c906108c
SS
4256Here is a complete description of the possible arguments for @code{list}:
4257
4258@table @code
4259@item list @var{linespec}
4260Print lines centered around the line specified by @var{linespec}.
4261
4262@item list @var{first},@var{last}
4263Print lines from @var{first} to @var{last}. Both arguments are
4264linespecs.
4265
4266@item list ,@var{last}
4267Print lines ending with @var{last}.
4268
4269@item list @var{first},
4270Print lines starting with @var{first}.
4271
4272@item list +
4273Print lines just after the lines last printed.
4274
4275@item list -
4276Print lines just before the lines last printed.
4277
4278@item list
4279As described in the preceding table.
4280@end table
4281
4282Here are the ways of specifying a single source line---all the
4283kinds of linespec.
4284
4285@table @code
4286@item @var{number}
4287Specifies line @var{number} of the current source file.
4288When a @code{list} command has two linespecs, this refers to
4289the same source file as the first linespec.
4290
4291@item +@var{offset}
4292Specifies the line @var{offset} lines after the last line printed.
4293When used as the second linespec in a @code{list} command that has
4294two, this specifies the line @var{offset} lines down from the
4295first linespec.
4296
4297@item -@var{offset}
4298Specifies the line @var{offset} lines before the last line printed.
4299
4300@item @var{filename}:@var{number}
4301Specifies line @var{number} in the source file @var{filename}.
4302
4303@item @var{function}
4304Specifies the line that begins the body of the function @var{function}.
4305For example: in C, this is the line with the open brace.
4306
4307@item @var{filename}:@var{function}
4308Specifies the line of the open-brace that begins the body of the
4309function @var{function} in the file @var{filename}. You only need the
4310file name with a function name to avoid ambiguity when there are
4311identically named functions in different source files.
4312
4313@item *@var{address}
4314Specifies the line containing the program address @var{address}.
4315@var{address} may be any expression.
4316@end table
4317
87885426
FN
4318@node Edit
4319@section Editing source files
4320@cindex editing source files
4321
4322@kindex edit
4323@kindex e @r{(@code{edit})}
4324To edit the lines in a source file, use the @code{edit} command.
4325The editing program of your choice
4326is invoked with the current line set to
4327the active line in the program.
4328Alternatively, there are several ways to specify what part of the file you
4329want to print if you want to see other parts of the program.
4330
4331Here are the forms of the @code{edit} command most commonly used:
4332
4333@table @code
4334@item edit
4335Edit the current source file at the active line number in the program.
4336
4337@item edit @var{number}
4338Edit the current source file with @var{number} as the active line number.
4339
4340@item edit @var{function}
4341Edit the file containing @var{function} at the beginning of its definition.
4342
4343@item edit @var{filename}:@var{number}
4344Specifies line @var{number} in the source file @var{filename}.
4345
4346@item edit @var{filename}:@var{function}
4347Specifies the line that begins the body of the
4348function @var{function} in the file @var{filename}. You only need the
4349file name with a function name to avoid ambiguity when there are
4350identically named functions in different source files.
4351
4352@item edit *@var{address}
4353Specifies the line containing the program address @var{address}.
4354@var{address} may be any expression.
4355@end table
4356
4357@subsection Choosing your editor
4358You can customize @value{GDBN} to use any editor you want
4359@footnote{
4360The only restriction is that your editor (say @code{ex}), recognizes the
4361following command-line syntax:
10998722 4362@smallexample
87885426 4363ex +@var{number} file
10998722
AC
4364@end smallexample
4365The optional numeric value +@var{number} designates the active line in
4366the file.}. By default, it is @value{EDITOR}, but you can change this
4367by setting the environment variable @code{EDITOR} before using
4368@value{GDBN}. For example, to configure @value{GDBN} to use the
4369@code{vi} editor, you could use these commands with the @code{sh} shell:
4370@smallexample
87885426
FN
4371EDITOR=/usr/bin/vi
4372export EDITOR
4373gdb ...
10998722 4374@end smallexample
87885426 4375or in the @code{csh} shell,
10998722 4376@smallexample
87885426
FN
4377setenv EDITOR /usr/bin/vi
4378gdb ...
10998722 4379@end smallexample
87885426 4380
6d2ebf8b 4381@node Search
c906108c
SS
4382@section Searching source files
4383@cindex searching
4384@kindex reverse-search
4385
4386There are two commands for searching through the current source file for a
4387regular expression.
4388
4389@table @code
4390@kindex search
4391@kindex forward-search
4392@item forward-search @var{regexp}
4393@itemx search @var{regexp}
4394The command @samp{forward-search @var{regexp}} checks each line,
4395starting with the one following the last line listed, for a match for
5d161b24 4396@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
4397synonym @samp{search @var{regexp}} or abbreviate the command name as
4398@code{fo}.
4399
4400@item reverse-search @var{regexp}
4401The command @samp{reverse-search @var{regexp}} checks each line, starting
4402with the one before the last line listed and going backward, for a match
4403for @var{regexp}. It lists the line that is found. You can abbreviate
4404this command as @code{rev}.
4405@end table
c906108c 4406
6d2ebf8b 4407@node Source Path
c906108c
SS
4408@section Specifying source directories
4409
4410@cindex source path
4411@cindex directories for source files
4412Executable programs sometimes do not record the directories of the source
4413files from which they were compiled, just the names. Even when they do,
4414the directories could be moved between the compilation and your debugging
4415session. @value{GDBN} has a list of directories to search for source files;
4416this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4417it tries all the directories in the list, in the order they are present
4418in the list, until it finds a file with the desired name. Note that
4419the executable search path is @emph{not} used for this purpose. Neither is
4420the current working directory, unless it happens to be in the source
4421path.
4422
4423If @value{GDBN} cannot find a source file in the source path, and the
4424object program records a directory, @value{GDBN} tries that directory
4425too. If the source path is empty, and there is no record of the
4426compilation directory, @value{GDBN} looks in the current directory as a
4427last resort.
4428
4429Whenever you reset or rearrange the source path, @value{GDBN} clears out
4430any information it has cached about where source files are found and where
4431each line is in the file.
4432
4433@kindex directory
4434@kindex dir
d4f3574e
SS
4435When you start @value{GDBN}, its source path includes only @samp{cdir}
4436and @samp{cwd}, in that order.
c906108c
SS
4437To add other directories, use the @code{directory} command.
4438
4439@table @code
4440@item directory @var{dirname} @dots{}
4441@item dir @var{dirname} @dots{}
4442Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
4443directory names may be given to this command, separated by @samp{:}
4444(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4445part of absolute file names) or
c906108c
SS
4446whitespace. You may specify a directory that is already in the source
4447path; this moves it forward, so @value{GDBN} searches it sooner.
4448
4449@kindex cdir
4450@kindex cwd
41afff9a
EZ
4451@vindex $cdir@r{, convenience variable}
4452@vindex $cwdr@r{, convenience variable}
c906108c
SS
4453@cindex compilation directory
4454@cindex current directory
4455@cindex working directory
4456@cindex directory, current
4457@cindex directory, compilation
4458You can use the string @samp{$cdir} to refer to the compilation
4459directory (if one is recorded), and @samp{$cwd} to refer to the current
4460working directory. @samp{$cwd} is not the same as @samp{.}---the former
4461tracks the current working directory as it changes during your @value{GDBN}
4462session, while the latter is immediately expanded to the current
4463directory at the time you add an entry to the source path.
4464
4465@item directory
4466Reset the source path to empty again. This requires confirmation.
4467
4468@c RET-repeat for @code{directory} is explicitly disabled, but since
4469@c repeating it would be a no-op we do not say that. (thanks to RMS)
4470
4471@item show directories
4472@kindex show directories
4473Print the source path: show which directories it contains.
4474@end table
4475
4476If your source path is cluttered with directories that are no longer of
4477interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4478versions of source. You can correct the situation as follows:
4479
4480@enumerate
4481@item
4482Use @code{directory} with no argument to reset the source path to empty.
4483
4484@item
4485Use @code{directory} with suitable arguments to reinstall the
4486directories you want in the source path. You can add all the
4487directories in one command.
4488@end enumerate
4489
6d2ebf8b 4490@node Machine Code
c906108c
SS
4491@section Source and machine code
4492
4493You can use the command @code{info line} to map source lines to program
4494addresses (and vice versa), and the command @code{disassemble} to display
4495a range of addresses as machine instructions. When run under @sc{gnu} Emacs
d4f3574e 4496mode, the @code{info line} command causes the arrow to point to the
5d161b24 4497line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
4498well as hex.
4499
4500@table @code
4501@kindex info line
4502@item info line @var{linespec}
4503Print the starting and ending addresses of the compiled code for
4504source line @var{linespec}. You can specify source lines in any of
4505the ways understood by the @code{list} command (@pxref{List, ,Printing
4506source lines}).
4507@end table
4508
4509For example, we can use @code{info line} to discover the location of
4510the object code for the first line of function
4511@code{m4_changequote}:
4512
d4f3574e
SS
4513@c FIXME: I think this example should also show the addresses in
4514@c symbolic form, as they usually would be displayed.
c906108c 4515@smallexample
96a2c332 4516(@value{GDBP}) info line m4_changequote
c906108c
SS
4517Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4518@end smallexample
4519
4520@noindent
4521We can also inquire (using @code{*@var{addr}} as the form for
4522@var{linespec}) what source line covers a particular address:
4523@smallexample
4524(@value{GDBP}) info line *0x63ff
4525Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4526@end smallexample
4527
4528@cindex @code{$_} and @code{info line}
41afff9a 4529@kindex x@r{(examine), and} info line
c906108c
SS
4530After @code{info line}, the default address for the @code{x} command
4531is changed to the starting address of the line, so that @samp{x/i} is
4532sufficient to begin examining the machine code (@pxref{Memory,
4533,Examining memory}). Also, this address is saved as the value of the
4534convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4535variables}).
4536
4537@table @code
4538@kindex disassemble
4539@cindex assembly instructions
4540@cindex instructions, assembly
4541@cindex machine instructions
4542@cindex listing machine instructions
4543@item disassemble
4544This specialized command dumps a range of memory as machine
4545instructions. The default memory range is the function surrounding the
4546program counter of the selected frame. A single argument to this
4547command is a program counter value; @value{GDBN} dumps the function
4548surrounding this value. Two arguments specify a range of addresses
4549(first inclusive, second exclusive) to dump.
4550@end table
4551
c906108c
SS
4552The following example shows the disassembly of a range of addresses of
4553HP PA-RISC 2.0 code:
4554
4555@smallexample
4556(@value{GDBP}) disas 0x32c4 0x32e4
4557Dump of assembler code from 0x32c4 to 0x32e4:
45580x32c4 <main+204>: addil 0,dp
45590x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
45600x32cc <main+212>: ldil 0x3000,r31
45610x32d0 <main+216>: ble 0x3f8(sr4,r31)
45620x32d4 <main+220>: ldo 0(r31),rp
45630x32d8 <main+224>: addil -0x800,dp
45640x32dc <main+228>: ldo 0x588(r1),r26
45650x32e0 <main+232>: ldil 0x3000,r31
4566End of assembler dump.
4567@end smallexample
c906108c
SS
4568
4569Some architectures have more than one commonly-used set of instruction
4570mnemonics or other syntax.
4571
4572@table @code
d4f3574e 4573@kindex set disassembly-flavor
c906108c
SS
4574@cindex assembly instructions
4575@cindex instructions, assembly
4576@cindex machine instructions
4577@cindex listing machine instructions
d4f3574e
SS
4578@cindex Intel disassembly flavor
4579@cindex AT&T disassembly flavor
4580@item set disassembly-flavor @var{instruction-set}
c906108c
SS
4581Select the instruction set to use when disassembling the
4582program via the @code{disassemble} or @code{x/i} commands.
4583
4584Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
4585can set @var{instruction-set} to either @code{intel} or @code{att}.
4586The default is @code{att}, the AT&T flavor used by default by Unix
4587assemblers for x86-based targets.
c906108c
SS
4588@end table
4589
4590
6d2ebf8b 4591@node Data
c906108c
SS
4592@chapter Examining Data
4593
4594@cindex printing data
4595@cindex examining data
4596@kindex print
4597@kindex inspect
4598@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4599@c document because it is nonstandard... Under Epoch it displays in a
4600@c different window or something like that.
4601The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
4602command (abbreviated @code{p}), or its synonym @code{inspect}. It
4603evaluates and prints the value of an expression of the language your
4604program is written in (@pxref{Languages, ,Using @value{GDBN} with
4605Different Languages}).
c906108c
SS
4606
4607@table @code
d4f3574e
SS
4608@item print @var{expr}
4609@itemx print /@var{f} @var{expr}
4610@var{expr} is an expression (in the source language). By default the
4611value of @var{expr} is printed in a format appropriate to its data type;
c906108c 4612you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 4613@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
c906108c
SS
4614formats}.
4615
4616@item print
4617@itemx print /@var{f}
d4f3574e 4618If you omit @var{expr}, @value{GDBN} displays the last value again (from the
c906108c
SS
4619@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4620conveniently inspect the same value in an alternative format.
4621@end table
4622
4623A more low-level way of examining data is with the @code{x} command.
4624It examines data in memory at a specified address and prints it in a
4625specified format. @xref{Memory, ,Examining memory}.
4626
7a292a7a 4627If you are interested in information about types, or about how the
d4f3574e
SS
4628fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4629command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 4630Table}.
c906108c
SS
4631
4632@menu
4633* Expressions:: Expressions
4634* Variables:: Program variables
4635* Arrays:: Artificial arrays
4636* Output Formats:: Output formats
4637* Memory:: Examining memory
4638* Auto Display:: Automatic display
4639* Print Settings:: Print settings
4640* Value History:: Value history
4641* Convenience Vars:: Convenience variables
4642* Registers:: Registers
c906108c 4643* Floating Point Hardware:: Floating point hardware
53c69bd7 4644* Vector Unit:: Vector Unit
29e57380 4645* Memory Region Attributes:: Memory region attributes
16d9dec6 4646* Dump/Restore Files:: Copy between memory and a file
a0eb71c5
KB
4647* Character Sets:: Debugging programs that use a different
4648 character set than GDB does
c906108c
SS
4649@end menu
4650
6d2ebf8b 4651@node Expressions
c906108c
SS
4652@section Expressions
4653
4654@cindex expressions
4655@code{print} and many other @value{GDBN} commands accept an expression and
4656compute its value. Any kind of constant, variable or operator defined
4657by the programming language you are using is valid in an expression in
e2e0bcd1
JB
4658@value{GDBN}. This includes conditional expressions, function calls,
4659casts, and string constants. It also includes preprocessor macros, if
4660you compiled your program to include this information; see
4661@ref{Compilation}.
c906108c 4662
d4f3574e
SS
4663@value{GDBN} supports array constants in expressions input by
4664the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5d161b24 4665you can use the command @code{print @{1, 2, 3@}} to build up an array in
d4f3574e 4666memory that is @code{malloc}ed in the target program.
c906108c 4667
c906108c
SS
4668Because C is so widespread, most of the expressions shown in examples in
4669this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4670Languages}, for information on how to use expressions in other
4671languages.
4672
4673In this section, we discuss operators that you can use in @value{GDBN}
4674expressions regardless of your programming language.
4675
4676Casts are supported in all languages, not just in C, because it is so
4677useful to cast a number into a pointer in order to examine a structure
4678at that address in memory.
4679@c FIXME: casts supported---Mod2 true?
c906108c
SS
4680
4681@value{GDBN} supports these operators, in addition to those common
4682to programming languages:
4683
4684@table @code
4685@item @@
4686@samp{@@} is a binary operator for treating parts of memory as arrays.
4687@xref{Arrays, ,Artificial arrays}, for more information.
4688
4689@item ::
4690@samp{::} allows you to specify a variable in terms of the file or
4691function where it is defined. @xref{Variables, ,Program variables}.
4692
4693@cindex @{@var{type}@}
4694@cindex type casting memory
4695@cindex memory, viewing as typed object
4696@cindex casts, to view memory
4697@item @{@var{type}@} @var{addr}
4698Refers to an object of type @var{type} stored at address @var{addr} in
4699memory. @var{addr} may be any expression whose value is an integer or
4700pointer (but parentheses are required around binary operators, just as in
4701a cast). This construct is allowed regardless of what kind of data is
4702normally supposed to reside at @var{addr}.
4703@end table
4704
6d2ebf8b 4705@node Variables
c906108c
SS
4706@section Program variables
4707
4708The most common kind of expression to use is the name of a variable
4709in your program.
4710
4711Variables in expressions are understood in the selected stack frame
4712(@pxref{Selection, ,Selecting a frame}); they must be either:
4713
4714@itemize @bullet
4715@item
4716global (or file-static)
4717@end itemize
4718
5d161b24 4719@noindent or
c906108c
SS
4720
4721@itemize @bullet
4722@item
4723visible according to the scope rules of the
4724programming language from the point of execution in that frame
5d161b24 4725@end itemize
c906108c
SS
4726
4727@noindent This means that in the function
4728
474c8240 4729@smallexample
c906108c
SS
4730foo (a)
4731 int a;
4732@{
4733 bar (a);
4734 @{
4735 int b = test ();
4736 bar (b);
4737 @}
4738@}
474c8240 4739@end smallexample
c906108c
SS
4740
4741@noindent
4742you can examine and use the variable @code{a} whenever your program is
4743executing within the function @code{foo}, but you can only use or
4744examine the variable @code{b} while your program is executing inside
4745the block where @code{b} is declared.
4746
4747@cindex variable name conflict
4748There is an exception: you can refer to a variable or function whose
4749scope is a single source file even if the current execution point is not
4750in this file. But it is possible to have more than one such variable or
4751function with the same name (in different source files). If that
4752happens, referring to that name has unpredictable effects. If you wish,
4753you can specify a static variable in a particular function or file,
4754using the colon-colon notation:
4755
d4f3574e 4756@cindex colon-colon, context for variables/functions
c906108c
SS
4757@iftex
4758@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 4759@cindex @code{::}, context for variables/functions
c906108c 4760@end iftex
474c8240 4761@smallexample
c906108c
SS
4762@var{file}::@var{variable}
4763@var{function}::@var{variable}
474c8240 4764@end smallexample
c906108c
SS
4765
4766@noindent
4767Here @var{file} or @var{function} is the name of the context for the
4768static @var{variable}. In the case of file names, you can use quotes to
4769make sure @value{GDBN} parses the file name as a single word---for example,
4770to print a global value of @code{x} defined in @file{f2.c}:
4771
474c8240 4772@smallexample
c906108c 4773(@value{GDBP}) p 'f2.c'::x
474c8240 4774@end smallexample
c906108c 4775
b37052ae 4776@cindex C@t{++} scope resolution
c906108c 4777This use of @samp{::} is very rarely in conflict with the very similar
b37052ae 4778use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
4779scope resolution operator in @value{GDBN} expressions.
4780@c FIXME: Um, so what happens in one of those rare cases where it's in
4781@c conflict?? --mew
c906108c
SS
4782
4783@cindex wrong values
4784@cindex variable values, wrong
4785@quotation
4786@emph{Warning:} Occasionally, a local variable may appear to have the
4787wrong value at certain points in a function---just after entry to a new
4788scope, and just before exit.
4789@end quotation
4790You may see this problem when you are stepping by machine instructions.
4791This is because, on most machines, it takes more than one instruction to
4792set up a stack frame (including local variable definitions); if you are
4793stepping by machine instructions, variables may appear to have the wrong
4794values until the stack frame is completely built. On exit, it usually
4795also takes more than one machine instruction to destroy a stack frame;
4796after you begin stepping through that group of instructions, local
4797variable definitions may be gone.
4798
4799This may also happen when the compiler does significant optimizations.
4800To be sure of always seeing accurate values, turn off all optimization
4801when compiling.
4802
d4f3574e
SS
4803@cindex ``No symbol "foo" in current context''
4804Another possible effect of compiler optimizations is to optimize
4805unused variables out of existence, or assign variables to registers (as
4806opposed to memory addresses). Depending on the support for such cases
4807offered by the debug info format used by the compiler, @value{GDBN}
4808might not be able to display values for such local variables. If that
4809happens, @value{GDBN} will print a message like this:
4810
474c8240 4811@smallexample
d4f3574e 4812No symbol "foo" in current context.
474c8240 4813@end smallexample
d4f3574e
SS
4814
4815To solve such problems, either recompile without optimizations, or use a
4816different debug info format, if the compiler supports several such
0179ffac
DC
4817formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler
4818usually supports the @option{-gstabs+} option. @option{-gstabs+}
4819produces debug info in a format that is superior to formats such as
4820COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
4821an effective form for debug info. @xref{Debugging Options,,Options
4822for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
d4f3574e
SS
4823
4824
6d2ebf8b 4825@node Arrays
c906108c
SS
4826@section Artificial arrays
4827
4828@cindex artificial array
41afff9a 4829@kindex @@@r{, referencing memory as an array}
c906108c
SS
4830It is often useful to print out several successive objects of the
4831same type in memory; a section of an array, or an array of
4832dynamically determined size for which only a pointer exists in the
4833program.
4834
4835You can do this by referring to a contiguous span of memory as an
4836@dfn{artificial array}, using the binary operator @samp{@@}. The left
4837operand of @samp{@@} should be the first element of the desired array
4838and be an individual object. The right operand should be the desired length
4839of the array. The result is an array value whose elements are all of
4840the type of the left argument. The first element is actually the left
4841argument; the second element comes from bytes of memory immediately
4842following those that hold the first element, and so on. Here is an
4843example. If a program says
4844
474c8240 4845@smallexample
c906108c 4846int *array = (int *) malloc (len * sizeof (int));
474c8240 4847@end smallexample
c906108c
SS
4848
4849@noindent
4850you can print the contents of @code{array} with
4851
474c8240 4852@smallexample
c906108c 4853p *array@@len
474c8240 4854@end smallexample
c906108c
SS
4855
4856The left operand of @samp{@@} must reside in memory. Array values made
4857with @samp{@@} in this way behave just like other arrays in terms of
4858subscripting, and are coerced to pointers when used in expressions.
4859Artificial arrays most often appear in expressions via the value history
4860(@pxref{Value History, ,Value history}), after printing one out.
4861
4862Another way to create an artificial array is to use a cast.
4863This re-interprets a value as if it were an array.
4864The value need not be in memory:
474c8240 4865@smallexample
c906108c
SS
4866(@value{GDBP}) p/x (short[2])0x12345678
4867$1 = @{0x1234, 0x5678@}
474c8240 4868@end smallexample
c906108c
SS
4869
4870As a convenience, if you leave the array length out (as in
c3f6f71d 4871@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 4872the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 4873@smallexample
c906108c
SS
4874(@value{GDBP}) p/x (short[])0x12345678
4875$2 = @{0x1234, 0x5678@}
474c8240 4876@end smallexample
c906108c
SS
4877
4878Sometimes the artificial array mechanism is not quite enough; in
4879moderately complex data structures, the elements of interest may not
4880actually be adjacent---for example, if you are interested in the values
4881of pointers in an array. One useful work-around in this situation is
4882to use a convenience variable (@pxref{Convenience Vars, ,Convenience
4883variables}) as a counter in an expression that prints the first
4884interesting value, and then repeat that expression via @key{RET}. For
4885instance, suppose you have an array @code{dtab} of pointers to
4886structures, and you are interested in the values of a field @code{fv}
4887in each structure. Here is an example of what you might type:
4888
474c8240 4889@smallexample
c906108c
SS
4890set $i = 0
4891p dtab[$i++]->fv
4892@key{RET}
4893@key{RET}
4894@dots{}
474c8240 4895@end smallexample
c906108c 4896
6d2ebf8b 4897@node Output Formats
c906108c
SS
4898@section Output formats
4899
4900@cindex formatted output
4901@cindex output formats
4902By default, @value{GDBN} prints a value according to its data type. Sometimes
4903this is not what you want. For example, you might want to print a number
4904in hex, or a pointer in decimal. Or you might want to view data in memory
4905at a certain address as a character string or as an instruction. To do
4906these things, specify an @dfn{output format} when you print a value.
4907
4908The simplest use of output formats is to say how to print a value
4909already computed. This is done by starting the arguments of the
4910@code{print} command with a slash and a format letter. The format
4911letters supported are:
4912
4913@table @code
4914@item x
4915Regard the bits of the value as an integer, and print the integer in
4916hexadecimal.
4917
4918@item d
4919Print as integer in signed decimal.
4920
4921@item u
4922Print as integer in unsigned decimal.
4923
4924@item o
4925Print as integer in octal.
4926
4927@item t
4928Print as integer in binary. The letter @samp{t} stands for ``two''.
4929@footnote{@samp{b} cannot be used because these format letters are also
4930used with the @code{x} command, where @samp{b} stands for ``byte'';
d4f3574e 4931see @ref{Memory,,Examining memory}.}
c906108c
SS
4932
4933@item a
4934@cindex unknown address, locating
3d67e040 4935@cindex locate address
c906108c
SS
4936Print as an address, both absolute in hexadecimal and as an offset from
4937the nearest preceding symbol. You can use this format used to discover
4938where (in what function) an unknown address is located:
4939
474c8240 4940@smallexample
c906108c
SS
4941(@value{GDBP}) p/a 0x54320
4942$3 = 0x54320 <_initialize_vx+396>
474c8240 4943@end smallexample
c906108c 4944
3d67e040
EZ
4945@noindent
4946The command @code{info symbol 0x54320} yields similar results.
4947@xref{Symbols, info symbol}.
4948
c906108c
SS
4949@item c
4950Regard as an integer and print it as a character constant.
4951
4952@item f
4953Regard the bits of the value as a floating point number and print
4954using typical floating point syntax.
4955@end table
4956
4957For example, to print the program counter in hex (@pxref{Registers}), type
4958
474c8240 4959@smallexample
c906108c 4960p/x $pc
474c8240 4961@end smallexample
c906108c
SS
4962
4963@noindent
4964Note that no space is required before the slash; this is because command
4965names in @value{GDBN} cannot contain a slash.
4966
4967To reprint the last value in the value history with a different format,
4968you can use the @code{print} command with just a format and no
4969expression. For example, @samp{p/x} reprints the last value in hex.
4970
6d2ebf8b 4971@node Memory
c906108c
SS
4972@section Examining memory
4973
4974You can use the command @code{x} (for ``examine'') to examine memory in
4975any of several formats, independently of your program's data types.
4976
4977@cindex examining memory
4978@table @code
41afff9a 4979@kindex x @r{(examine memory)}
c906108c
SS
4980@item x/@var{nfu} @var{addr}
4981@itemx x @var{addr}
4982@itemx x
4983Use the @code{x} command to examine memory.
4984@end table
4985
4986@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
4987much memory to display and how to format it; @var{addr} is an
4988expression giving the address where you want to start displaying memory.
4989If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
4990Several commands set convenient defaults for @var{addr}.
4991
4992@table @r
4993@item @var{n}, the repeat count
4994The repeat count is a decimal integer; the default is 1. It specifies
4995how much memory (counting by units @var{u}) to display.
4996@c This really is **decimal**; unaffected by 'set radix' as of GDB
4997@c 4.1.2.
4998
4999@item @var{f}, the display format
5000The display format is one of the formats used by @code{print},
5001@samp{s} (null-terminated string), or @samp{i} (machine instruction).
5002The default is @samp{x} (hexadecimal) initially.
5003The default changes each time you use either @code{x} or @code{print}.
5004
5005@item @var{u}, the unit size
5006The unit size is any of
5007
5008@table @code
5009@item b
5010Bytes.
5011@item h
5012Halfwords (two bytes).
5013@item w
5014Words (four bytes). This is the initial default.
5015@item g
5016Giant words (eight bytes).
5017@end table
5018
5019Each time you specify a unit size with @code{x}, that size becomes the
5020default unit the next time you use @code{x}. (For the @samp{s} and
5021@samp{i} formats, the unit size is ignored and is normally not written.)
5022
5023@item @var{addr}, starting display address
5024@var{addr} is the address where you want @value{GDBN} to begin displaying
5025memory. The expression need not have a pointer value (though it may);
5026it is always interpreted as an integer address of a byte of memory.
5027@xref{Expressions, ,Expressions}, for more information on expressions. The default for
5028@var{addr} is usually just after the last address examined---but several
5029other commands also set the default address: @code{info breakpoints} (to
5030the address of the last breakpoint listed), @code{info line} (to the
5031starting address of a line), and @code{print} (if you use it to display
5032a value from memory).
5033@end table
5034
5035For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5036(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5037starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
5038words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 5039@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
5040
5041Since the letters indicating unit sizes are all distinct from the
5042letters specifying output formats, you do not have to remember whether
5043unit size or format comes first; either order works. The output
5044specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5045(However, the count @var{n} must come first; @samp{wx4} does not work.)
5046
5047Even though the unit size @var{u} is ignored for the formats @samp{s}
5048and @samp{i}, you might still want to use a count @var{n}; for example,
5049@samp{3i} specifies that you want to see three machine instructions,
5050including any operands. The command @code{disassemble} gives an
d4f3574e 5051alternative way of inspecting machine instructions; see @ref{Machine
c906108c
SS
5052Code,,Source and machine code}.
5053
5054All the defaults for the arguments to @code{x} are designed to make it
5055easy to continue scanning memory with minimal specifications each time
5056you use @code{x}. For example, after you have inspected three machine
5057instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5058with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
5059the repeat count @var{n} is used again; the other arguments default as
5060for successive uses of @code{x}.
5061
5062@cindex @code{$_}, @code{$__}, and value history
5063The addresses and contents printed by the @code{x} command are not saved
5064in the value history because there is often too much of them and they
5065would get in the way. Instead, @value{GDBN} makes these values available for
5066subsequent use in expressions as values of the convenience variables
5067@code{$_} and @code{$__}. After an @code{x} command, the last address
5068examined is available for use in expressions in the convenience variable
5069@code{$_}. The contents of that address, as examined, are available in
5070the convenience variable @code{$__}.
5071
5072If the @code{x} command has a repeat count, the address and contents saved
5073are from the last memory unit printed; this is not the same as the last
5074address printed if several units were printed on the last line of output.
5075
6d2ebf8b 5076@node Auto Display
c906108c
SS
5077@section Automatic display
5078@cindex automatic display
5079@cindex display of expressions
5080
5081If you find that you want to print the value of an expression frequently
5082(to see how it changes), you might want to add it to the @dfn{automatic
5083display list} so that @value{GDBN} prints its value each time your program stops.
5084Each expression added to the list is given a number to identify it;
5085to remove an expression from the list, you specify that number.
5086The automatic display looks like this:
5087
474c8240 5088@smallexample
c906108c
SS
50892: foo = 38
50903: bar[5] = (struct hack *) 0x3804
474c8240 5091@end smallexample
c906108c
SS
5092
5093@noindent
5094This display shows item numbers, expressions and their current values. As with
5095displays you request manually using @code{x} or @code{print}, you can
5096specify the output format you prefer; in fact, @code{display} decides
5097whether to use @code{print} or @code{x} depending on how elaborate your
5098format specification is---it uses @code{x} if you specify a unit size,
5099or one of the two formats (@samp{i} and @samp{s}) that are only
5100supported by @code{x}; otherwise it uses @code{print}.
5101
5102@table @code
5103@kindex display
d4f3574e
SS
5104@item display @var{expr}
5105Add the expression @var{expr} to the list of expressions to display
c906108c
SS
5106each time your program stops. @xref{Expressions, ,Expressions}.
5107
5108@code{display} does not repeat if you press @key{RET} again after using it.
5109
d4f3574e 5110@item display/@var{fmt} @var{expr}
c906108c 5111For @var{fmt} specifying only a display format and not a size or
d4f3574e 5112count, add the expression @var{expr} to the auto-display list but
c906108c
SS
5113arrange to display it each time in the specified format @var{fmt}.
5114@xref{Output Formats,,Output formats}.
5115
5116@item display/@var{fmt} @var{addr}
5117For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5118number of units, add the expression @var{addr} as a memory address to
5119be examined each time your program stops. Examining means in effect
5120doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5121@end table
5122
5123For example, @samp{display/i $pc} can be helpful, to see the machine
5124instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 5125is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
5126
5127@table @code
5128@kindex delete display
5129@kindex undisplay
5130@item undisplay @var{dnums}@dots{}
5131@itemx delete display @var{dnums}@dots{}
5132Remove item numbers @var{dnums} from the list of expressions to display.
5133
5134@code{undisplay} does not repeat if you press @key{RET} after using it.
5135(Otherwise you would just get the error @samp{No display number @dots{}}.)
5136
5137@kindex disable display
5138@item disable display @var{dnums}@dots{}
5139Disable the display of item numbers @var{dnums}. A disabled display
5140item is not printed automatically, but is not forgotten. It may be
5141enabled again later.
5142
5143@kindex enable display
5144@item enable display @var{dnums}@dots{}
5145Enable display of item numbers @var{dnums}. It becomes effective once
5146again in auto display of its expression, until you specify otherwise.
5147
5148@item display
5149Display the current values of the expressions on the list, just as is
5150done when your program stops.
5151
5152@kindex info display
5153@item info display
5154Print the list of expressions previously set up to display
5155automatically, each one with its item number, but without showing the
5156values. This includes disabled expressions, which are marked as such.
5157It also includes expressions which would not be displayed right now
5158because they refer to automatic variables not currently available.
5159@end table
5160
5161If a display expression refers to local variables, then it does not make
5162sense outside the lexical context for which it was set up. Such an
5163expression is disabled when execution enters a context where one of its
5164variables is not defined. For example, if you give the command
5165@code{display last_char} while inside a function with an argument
5166@code{last_char}, @value{GDBN} displays this argument while your program
5167continues to stop inside that function. When it stops elsewhere---where
5168there is no variable @code{last_char}---the display is disabled
5169automatically. The next time your program stops where @code{last_char}
5170is meaningful, you can enable the display expression once again.
5171
6d2ebf8b 5172@node Print Settings
c906108c
SS
5173@section Print settings
5174
5175@cindex format options
5176@cindex print settings
5177@value{GDBN} provides the following ways to control how arrays, structures,
5178and symbols are printed.
5179
5180@noindent
5181These settings are useful for debugging programs in any language:
5182
5183@table @code
5184@kindex set print address
5185@item set print address
5186@itemx set print address on
5187@value{GDBN} prints memory addresses showing the location of stack
5188traces, structure values, pointer values, breakpoints, and so forth,
5189even when it also displays the contents of those addresses. The default
5190is @code{on}. For example, this is what a stack frame display looks like with
5191@code{set print address on}:
5192
5193@smallexample
5194@group
5195(@value{GDBP}) f
5196#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5197 at input.c:530
5198530 if (lquote != def_lquote)
5199@end group
5200@end smallexample
5201
5202@item set print address off
5203Do not print addresses when displaying their contents. For example,
5204this is the same stack frame displayed with @code{set print address off}:
5205
5206@smallexample
5207@group
5208(@value{GDBP}) set print addr off
5209(@value{GDBP}) f
5210#0 set_quotes (lq="<<", rq=">>") at input.c:530
5211530 if (lquote != def_lquote)
5212@end group
5213@end smallexample
5214
5215You can use @samp{set print address off} to eliminate all machine
5216dependent displays from the @value{GDBN} interface. For example, with
5217@code{print address off}, you should get the same text for backtraces on
5218all machines---whether or not they involve pointer arguments.
5219
5220@kindex show print address
5221@item show print address
5222Show whether or not addresses are to be printed.
5223@end table
5224
5225When @value{GDBN} prints a symbolic address, it normally prints the
5226closest earlier symbol plus an offset. If that symbol does not uniquely
5227identify the address (for example, it is a name whose scope is a single
5228source file), you may need to clarify. One way to do this is with
5229@code{info line}, for example @samp{info line *0x4537}. Alternately,
5230you can set @value{GDBN} to print the source file and line number when
5231it prints a symbolic address:
5232
5233@table @code
5234@kindex set print symbol-filename
5235@item set print symbol-filename on
5236Tell @value{GDBN} to print the source file name and line number of a
5237symbol in the symbolic form of an address.
5238
5239@item set print symbol-filename off
5240Do not print source file name and line number of a symbol. This is the
5241default.
5242
5243@kindex show print symbol-filename
5244@item show print symbol-filename
5245Show whether or not @value{GDBN} will print the source file name and
5246line number of a symbol in the symbolic form of an address.
5247@end table
5248
5249Another situation where it is helpful to show symbol filenames and line
5250numbers is when disassembling code; @value{GDBN} shows you the line
5251number and source file that corresponds to each instruction.
5252
5253Also, you may wish to see the symbolic form only if the address being
5254printed is reasonably close to the closest earlier symbol:
5255
5256@table @code
5257@kindex set print max-symbolic-offset
5258@item set print max-symbolic-offset @var{max-offset}
5259Tell @value{GDBN} to only display the symbolic form of an address if the
5260offset between the closest earlier symbol and the address is less than
5d161b24 5261@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
5262to always print the symbolic form of an address if any symbol precedes it.
5263
5264@kindex show print max-symbolic-offset
5265@item show print max-symbolic-offset
5266Ask how large the maximum offset is that @value{GDBN} prints in a
5267symbolic address.
5268@end table
5269
5270@cindex wild pointer, interpreting
5271@cindex pointer, finding referent
5272If you have a pointer and you are not sure where it points, try
5273@samp{set print symbol-filename on}. Then you can determine the name
5274and source file location of the variable where it points, using
5275@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5276For example, here @value{GDBN} shows that a variable @code{ptt} points
5277at another variable @code{t}, defined in @file{hi2.c}:
5278
474c8240 5279@smallexample
c906108c
SS
5280(@value{GDBP}) set print symbol-filename on
5281(@value{GDBP}) p/a ptt
5282$4 = 0xe008 <t in hi2.c>
474c8240 5283@end smallexample
c906108c
SS
5284
5285@quotation
5286@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5287does not show the symbol name and filename of the referent, even with
5288the appropriate @code{set print} options turned on.
5289@end quotation
5290
5291Other settings control how different kinds of objects are printed:
5292
5293@table @code
5294@kindex set print array
5295@item set print array
5296@itemx set print array on
5297Pretty print arrays. This format is more convenient to read,
5298but uses more space. The default is off.
5299
5300@item set print array off
5301Return to compressed format for arrays.
5302
5303@kindex show print array
5304@item show print array
5305Show whether compressed or pretty format is selected for displaying
5306arrays.
5307
5308@kindex set print elements
5309@item set print elements @var{number-of-elements}
5310Set a limit on how many elements of an array @value{GDBN} will print.
5311If @value{GDBN} is printing a large array, it stops printing after it has
5312printed the number of elements set by the @code{set print elements} command.
5313This limit also applies to the display of strings.
d4f3574e 5314When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
5315Setting @var{number-of-elements} to zero means that the printing is unlimited.
5316
5317@kindex show print elements
5318@item show print elements
5319Display the number of elements of a large array that @value{GDBN} will print.
5320If the number is 0, then the printing is unlimited.
5321
5322@kindex set print null-stop
5323@item set print null-stop
5324Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 5325@sc{null} is encountered. This is useful when large arrays actually
c906108c 5326contain only short strings.
d4f3574e 5327The default is off.
c906108c
SS
5328
5329@kindex set print pretty
5330@item set print pretty on
5d161b24 5331Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
5332per line, like this:
5333
5334@smallexample
5335@group
5336$1 = @{
5337 next = 0x0,
5338 flags = @{
5339 sweet = 1,
5340 sour = 1
5341 @},
5342 meat = 0x54 "Pork"
5343@}
5344@end group
5345@end smallexample
5346
5347@item set print pretty off
5348Cause @value{GDBN} to print structures in a compact format, like this:
5349
5350@smallexample
5351@group
5352$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5353meat = 0x54 "Pork"@}
5354@end group
5355@end smallexample
5356
5357@noindent
5358This is the default format.
5359
5360@kindex show print pretty
5361@item show print pretty
5362Show which format @value{GDBN} is using to print structures.
5363
5364@kindex set print sevenbit-strings
5365@item set print sevenbit-strings on
5366Print using only seven-bit characters; if this option is set,
5367@value{GDBN} displays any eight-bit characters (in strings or
5368character values) using the notation @code{\}@var{nnn}. This setting is
5369best if you are working in English (@sc{ascii}) and you use the
5370high-order bit of characters as a marker or ``meta'' bit.
5371
5372@item set print sevenbit-strings off
5373Print full eight-bit characters. This allows the use of more
5374international character sets, and is the default.
5375
5376@kindex show print sevenbit-strings
5377@item show print sevenbit-strings
5378Show whether or not @value{GDBN} is printing only seven-bit characters.
5379
5380@kindex set print union
5381@item set print union on
5d161b24 5382Tell @value{GDBN} to print unions which are contained in structures. This
c906108c
SS
5383is the default setting.
5384
5385@item set print union off
5386Tell @value{GDBN} not to print unions which are contained in structures.
5387
5388@kindex show print union
5389@item show print union
5390Ask @value{GDBN} whether or not it will print unions which are contained in
5391structures.
5392
5393For example, given the declarations
5394
5395@smallexample
5396typedef enum @{Tree, Bug@} Species;
5397typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 5398typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
5399 Bug_forms;
5400
5401struct thing @{
5402 Species it;
5403 union @{
5404 Tree_forms tree;
5405 Bug_forms bug;
5406 @} form;
5407@};
5408
5409struct thing foo = @{Tree, @{Acorn@}@};
5410@end smallexample
5411
5412@noindent
5413with @code{set print union on} in effect @samp{p foo} would print
5414
5415@smallexample
5416$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5417@end smallexample
5418
5419@noindent
5420and with @code{set print union off} in effect it would print
5421
5422@smallexample
5423$1 = @{it = Tree, form = @{...@}@}
5424@end smallexample
5425@end table
5426
c906108c
SS
5427@need 1000
5428@noindent
b37052ae 5429These settings are of interest when debugging C@t{++} programs:
c906108c
SS
5430
5431@table @code
5432@cindex demangling
5433@kindex set print demangle
5434@item set print demangle
5435@itemx set print demangle on
b37052ae 5436Print C@t{++} names in their source form rather than in the encoded
c906108c 5437(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 5438linkage. The default is on.
c906108c
SS
5439
5440@kindex show print demangle
5441@item show print demangle
b37052ae 5442Show whether C@t{++} names are printed in mangled or demangled form.
c906108c
SS
5443
5444@kindex set print asm-demangle
5445@item set print asm-demangle
5446@itemx set print asm-demangle on
b37052ae 5447Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
5448in assembler code printouts such as instruction disassemblies.
5449The default is off.
5450
5451@kindex show print asm-demangle
5452@item show print asm-demangle
b37052ae 5453Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
5454or demangled form.
5455
5456@kindex set demangle-style
b37052ae
EZ
5457@cindex C@t{++} symbol decoding style
5458@cindex symbol decoding style, C@t{++}
c906108c
SS
5459@item set demangle-style @var{style}
5460Choose among several encoding schemes used by different compilers to
b37052ae 5461represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
5462
5463@table @code
5464@item auto
5465Allow @value{GDBN} to choose a decoding style by inspecting your program.
5466
5467@item gnu
b37052ae 5468Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c 5469This is the default.
c906108c
SS
5470
5471@item hp
b37052ae 5472Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
5473
5474@item lucid
b37052ae 5475Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
5476
5477@item arm
b37052ae 5478Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
5479@strong{Warning:} this setting alone is not sufficient to allow
5480debugging @code{cfront}-generated executables. @value{GDBN} would
5481require further enhancement to permit that.
5482
5483@end table
5484If you omit @var{style}, you will see a list of possible formats.
5485
5486@kindex show demangle-style
5487@item show demangle-style
b37052ae 5488Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c
SS
5489
5490@kindex set print object
5491@item set print object
5492@itemx set print object on
5493When displaying a pointer to an object, identify the @emph{actual}
5494(derived) type of the object rather than the @emph{declared} type, using
5495the virtual function table.
5496
5497@item set print object off
5498Display only the declared type of objects, without reference to the
5499virtual function table. This is the default setting.
5500
5501@kindex show print object
5502@item show print object
5503Show whether actual, or declared, object types are displayed.
5504
5505@kindex set print static-members
5506@item set print static-members
5507@itemx set print static-members on
b37052ae 5508Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
5509
5510@item set print static-members off
b37052ae 5511Do not print static members when displaying a C@t{++} object.
c906108c
SS
5512
5513@kindex show print static-members
5514@item show print static-members
b37052ae 5515Show whether C@t{++} static members are printed, or not.
c906108c
SS
5516
5517@c These don't work with HP ANSI C++ yet.
5518@kindex set print vtbl
5519@item set print vtbl
5520@itemx set print vtbl on
b37052ae 5521Pretty print C@t{++} virtual function tables. The default is off.
c906108c 5522(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 5523ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
5524
5525@item set print vtbl off
b37052ae 5526Do not pretty print C@t{++} virtual function tables.
c906108c
SS
5527
5528@kindex show print vtbl
5529@item show print vtbl
b37052ae 5530Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 5531@end table
c906108c 5532
6d2ebf8b 5533@node Value History
c906108c
SS
5534@section Value history
5535
5536@cindex value history
5d161b24
DB
5537Values printed by the @code{print} command are saved in the @value{GDBN}
5538@dfn{value history}. This allows you to refer to them in other expressions.
5539Values are kept until the symbol table is re-read or discarded
5540(for example with the @code{file} or @code{symbol-file} commands).
5541When the symbol table changes, the value history is discarded,
5542since the values may contain pointers back to the types defined in the
c906108c
SS
5543symbol table.
5544
5545@cindex @code{$}
5546@cindex @code{$$}
5547@cindex history number
5548The values printed are given @dfn{history numbers} by which you can
5549refer to them. These are successive integers starting with one.
5550@code{print} shows you the history number assigned to a value by
5551printing @samp{$@var{num} = } before the value; here @var{num} is the
5552history number.
5553
5554To refer to any previous value, use @samp{$} followed by the value's
5555history number. The way @code{print} labels its output is designed to
5556remind you of this. Just @code{$} refers to the most recent value in
5557the history, and @code{$$} refers to the value before that.
5558@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5559is the value just prior to @code{$$}, @code{$$1} is equivalent to
5560@code{$$}, and @code{$$0} is equivalent to @code{$}.
5561
5562For example, suppose you have just printed a pointer to a structure and
5563want to see the contents of the structure. It suffices to type
5564
474c8240 5565@smallexample
c906108c 5566p *$
474c8240 5567@end smallexample
c906108c
SS
5568
5569If you have a chain of structures where the component @code{next} points
5570to the next one, you can print the contents of the next one with this:
5571
474c8240 5572@smallexample
c906108c 5573p *$.next
474c8240 5574@end smallexample
c906108c
SS
5575
5576@noindent
5577You can print successive links in the chain by repeating this
5578command---which you can do by just typing @key{RET}.
5579
5580Note that the history records values, not expressions. If the value of
5581@code{x} is 4 and you type these commands:
5582
474c8240 5583@smallexample
c906108c
SS
5584print x
5585set x=5
474c8240 5586@end smallexample
c906108c
SS
5587
5588@noindent
5589then the value recorded in the value history by the @code{print} command
5590remains 4 even though the value of @code{x} has changed.
5591
5592@table @code
5593@kindex show values
5594@item show values
5595Print the last ten values in the value history, with their item numbers.
5596This is like @samp{p@ $$9} repeated ten times, except that @code{show
5597values} does not change the history.
5598
5599@item show values @var{n}
5600Print ten history values centered on history item number @var{n}.
5601
5602@item show values +
5603Print ten history values just after the values last printed. If no more
5604values are available, @code{show values +} produces no display.
5605@end table
5606
5607Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5608same effect as @samp{show values +}.
5609
6d2ebf8b 5610@node Convenience Vars
c906108c
SS
5611@section Convenience variables
5612
5613@cindex convenience variables
5614@value{GDBN} provides @dfn{convenience variables} that you can use within
5615@value{GDBN} to hold on to a value and refer to it later. These variables
5616exist entirely within @value{GDBN}; they are not part of your program, and
5617setting a convenience variable has no direct effect on further execution
5618of your program. That is why you can use them freely.
5619
5620Convenience variables are prefixed with @samp{$}. Any name preceded by
5621@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 5622the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c
SS
5623(Value history references, in contrast, are @emph{numbers} preceded
5624by @samp{$}. @xref{Value History, ,Value history}.)
5625
5626You can save a value in a convenience variable with an assignment
5627expression, just as you would set a variable in your program.
5628For example:
5629
474c8240 5630@smallexample
c906108c 5631set $foo = *object_ptr
474c8240 5632@end smallexample
c906108c
SS
5633
5634@noindent
5635would save in @code{$foo} the value contained in the object pointed to by
5636@code{object_ptr}.
5637
5638Using a convenience variable for the first time creates it, but its
5639value is @code{void} until you assign a new value. You can alter the
5640value with another assignment at any time.
5641
5642Convenience variables have no fixed types. You can assign a convenience
5643variable any type of value, including structures and arrays, even if
5644that variable already has a value of a different type. The convenience
5645variable, when used as an expression, has the type of its current value.
5646
5647@table @code
5648@kindex show convenience
5649@item show convenience
5650Print a list of convenience variables used so far, and their values.
d4f3574e 5651Abbreviated @code{show conv}.
c906108c
SS
5652@end table
5653
5654One of the ways to use a convenience variable is as a counter to be
5655incremented or a pointer to be advanced. For example, to print
5656a field from successive elements of an array of structures:
5657
474c8240 5658@smallexample
c906108c
SS
5659set $i = 0
5660print bar[$i++]->contents
474c8240 5661@end smallexample
c906108c 5662
d4f3574e
SS
5663@noindent
5664Repeat that command by typing @key{RET}.
c906108c
SS
5665
5666Some convenience variables are created automatically by @value{GDBN} and given
5667values likely to be useful.
5668
5669@table @code
41afff9a 5670@vindex $_@r{, convenience variable}
c906108c
SS
5671@item $_
5672The variable @code{$_} is automatically set by the @code{x} command to
5673the last address examined (@pxref{Memory, ,Examining memory}). Other
5674commands which provide a default address for @code{x} to examine also
5675set @code{$_} to that address; these commands include @code{info line}
5676and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5677except when set by the @code{x} command, in which case it is a pointer
5678to the type of @code{$__}.
5679
41afff9a 5680@vindex $__@r{, convenience variable}
c906108c
SS
5681@item $__
5682The variable @code{$__} is automatically set by the @code{x} command
5683to the value found in the last address examined. Its type is chosen
5684to match the format in which the data was printed.
5685
5686@item $_exitcode
41afff9a 5687@vindex $_exitcode@r{, convenience variable}
c906108c
SS
5688The variable @code{$_exitcode} is automatically set to the exit code when
5689the program being debugged terminates.
5690@end table
5691
53a5351d
JM
5692On HP-UX systems, if you refer to a function or variable name that
5693begins with a dollar sign, @value{GDBN} searches for a user or system
5694name first, before it searches for a convenience variable.
c906108c 5695
6d2ebf8b 5696@node Registers
c906108c
SS
5697@section Registers
5698
5699@cindex registers
5700You can refer to machine register contents, in expressions, as variables
5701with names starting with @samp{$}. The names of registers are different
5702for each machine; use @code{info registers} to see the names used on
5703your machine.
5704
5705@table @code
5706@kindex info registers
5707@item info registers
5708Print the names and values of all registers except floating-point
c85508ee 5709and vector registers (in the selected stack frame).
c906108c
SS
5710
5711@kindex info all-registers
5712@cindex floating point registers
5713@item info all-registers
5714Print the names and values of all registers, including floating-point
c85508ee 5715and vector registers (in the selected stack frame).
c906108c
SS
5716
5717@item info registers @var{regname} @dots{}
5718Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
5719As discussed in detail below, register values are normally relative to
5720the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
5721the machine you are using, with or without the initial @samp{$}.
5722@end table
5723
5724@value{GDBN} has four ``standard'' register names that are available (in
5725expressions) on most machines---whenever they do not conflict with an
5726architecture's canonical mnemonics for registers. The register names
5727@code{$pc} and @code{$sp} are used for the program counter register and
5728the stack pointer. @code{$fp} is used for a register that contains a
5729pointer to the current stack frame, and @code{$ps} is used for a
5730register that contains the processor status. For example,
5731you could print the program counter in hex with
5732
474c8240 5733@smallexample
c906108c 5734p/x $pc
474c8240 5735@end smallexample
c906108c
SS
5736
5737@noindent
5738or print the instruction to be executed next with
5739
474c8240 5740@smallexample
c906108c 5741x/i $pc
474c8240 5742@end smallexample
c906108c
SS
5743
5744@noindent
5745or add four to the stack pointer@footnote{This is a way of removing
5746one word from the stack, on machines where stacks grow downward in
5747memory (most machines, nowadays). This assumes that the innermost
5748stack frame is selected; setting @code{$sp} is not allowed when other
5749stack frames are selected. To pop entire frames off the stack,
5750regardless of machine architecture, use @code{return};
d4f3574e 5751see @ref{Returning, ,Returning from a function}.} with
c906108c 5752
474c8240 5753@smallexample
c906108c 5754set $sp += 4
474c8240 5755@end smallexample
c906108c
SS
5756
5757Whenever possible, these four standard register names are available on
5758your machine even though the machine has different canonical mnemonics,
5759so long as there is no conflict. The @code{info registers} command
5760shows the canonical names. For example, on the SPARC, @code{info
5761registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
5762can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
5763is an alias for the @sc{eflags} register.
c906108c
SS
5764
5765@value{GDBN} always considers the contents of an ordinary register as an
5766integer when the register is examined in this way. Some machines have
5767special registers which can hold nothing but floating point; these
5768registers are considered to have floating point values. There is no way
5769to refer to the contents of an ordinary register as floating point value
5770(although you can @emph{print} it as a floating point value with
5771@samp{print/f $@var{regname}}).
5772
5773Some registers have distinct ``raw'' and ``virtual'' data formats. This
5774means that the data format in which the register contents are saved by
5775the operating system is not the same one that your program normally
5776sees. For example, the registers of the 68881 floating point
5777coprocessor are always saved in ``extended'' (raw) format, but all C
5778programs expect to work with ``double'' (virtual) format. In such
5d161b24 5779cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
5780that makes sense for your program), but the @code{info registers} command
5781prints the data in both formats.
5782
5783Normally, register values are relative to the selected stack frame
5784(@pxref{Selection, ,Selecting a frame}). This means that you get the
5785value that the register would contain if all stack frames farther in
5786were exited and their saved registers restored. In order to see the
5787true contents of hardware registers, you must select the innermost
5788frame (with @samp{frame 0}).
5789
5790However, @value{GDBN} must deduce where registers are saved, from the machine
5791code generated by your compiler. If some registers are not saved, or if
5792@value{GDBN} is unable to locate the saved registers, the selected stack
5793frame makes no difference.
5794
6d2ebf8b 5795@node Floating Point Hardware
c906108c
SS
5796@section Floating point hardware
5797@cindex floating point
5798
5799Depending on the configuration, @value{GDBN} may be able to give
5800you more information about the status of the floating point hardware.
5801
5802@table @code
5803@kindex info float
5804@item info float
5805Display hardware-dependent information about the floating
5806point unit. The exact contents and layout vary depending on the
5807floating point chip. Currently, @samp{info float} is supported on
5808the ARM and x86 machines.
5809@end table
c906108c 5810
e76f1f2e
AC
5811@node Vector Unit
5812@section Vector Unit
5813@cindex vector unit
5814
5815Depending on the configuration, @value{GDBN} may be able to give you
5816more information about the status of the vector unit.
5817
5818@table @code
5819@kindex info vector
5820@item info vector
5821Display information about the vector unit. The exact contents and
5822layout vary depending on the hardware.
5823@end table
5824
29e57380 5825@node Memory Region Attributes
16d9dec6 5826@section Memory region attributes
29e57380
C
5827@cindex memory region attributes
5828
5829@dfn{Memory region attributes} allow you to describe special handling
5830required by regions of your target's memory. @value{GDBN} uses attributes
5831to determine whether to allow certain types of memory accesses; whether to
5832use specific width accesses; and whether to cache target memory.
5833
5834Defined memory regions can be individually enabled and disabled. When a
5835memory region is disabled, @value{GDBN} uses the default attributes when
5836accessing memory in that region. Similarly, if no memory regions have
5837been defined, @value{GDBN} uses the default attributes when accessing
5838all memory.
5839
5840When a memory region is defined, it is given a number to identify it;
5841to enable, disable, or remove a memory region, you specify that number.
5842
5843@table @code
5844@kindex mem
bfac230e
DH
5845@item mem @var{lower} @var{upper} @var{attributes}@dots{}
5846Define memory region bounded by @var{lower} and @var{upper} with
5847attributes @var{attributes}@dots{}. Note that @var{upper} == 0 is a
5848special case: it is treated as the the target's maximum memory address.
5849(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380
C
5850
5851@kindex delete mem
5852@item delete mem @var{nums}@dots{}
59649f2e 5853Remove memory regions @var{nums}@dots{}.
29e57380
C
5854
5855@kindex disable mem
5856@item disable mem @var{nums}@dots{}
59649f2e 5857Disable memory regions @var{nums}@dots{}.
29e57380
C
5858A disabled memory region is not forgotten.
5859It may be enabled again later.
5860
5861@kindex enable mem
5862@item enable mem @var{nums}@dots{}
59649f2e 5863Enable memory regions @var{nums}@dots{}.
29e57380
C
5864
5865@kindex info mem
5866@item info mem
5867Print a table of all defined memory regions, with the following columns
5868for each region.
5869
5870@table @emph
5871@item Memory Region Number
5872@item Enabled or Disabled.
5873Enabled memory regions are marked with @samp{y}.
5874Disabled memory regions are marked with @samp{n}.
5875
5876@item Lo Address
5877The address defining the inclusive lower bound of the memory region.
5878
5879@item Hi Address
5880The address defining the exclusive upper bound of the memory region.
5881
5882@item Attributes
5883The list of attributes set for this memory region.
5884@end table
5885@end table
5886
5887
5888@subsection Attributes
5889
5890@subsubsection Memory Access Mode
5891The access mode attributes set whether @value{GDBN} may make read or
5892write accesses to a memory region.
5893
5894While these attributes prevent @value{GDBN} from performing invalid
5895memory accesses, they do nothing to prevent the target system, I/O DMA,
5896etc. from accessing memory.
5897
5898@table @code
5899@item ro
5900Memory is read only.
5901@item wo
5902Memory is write only.
5903@item rw
6ca652b0 5904Memory is read/write. This is the default.
29e57380
C
5905@end table
5906
5907@subsubsection Memory Access Size
5908The acccess size attributes tells @value{GDBN} to use specific sized
5909accesses in the memory region. Often memory mapped device registers
5910require specific sized accesses. If no access size attribute is
5911specified, @value{GDBN} may use accesses of any size.
5912
5913@table @code
5914@item 8
5915Use 8 bit memory accesses.
5916@item 16
5917Use 16 bit memory accesses.
5918@item 32
5919Use 32 bit memory accesses.
5920@item 64
5921Use 64 bit memory accesses.
5922@end table
5923
5924@c @subsubsection Hardware/Software Breakpoints
5925@c The hardware/software breakpoint attributes set whether @value{GDBN}
5926@c will use hardware or software breakpoints for the internal breakpoints
5927@c used by the step, next, finish, until, etc. commands.
5928@c
5929@c @table @code
5930@c @item hwbreak
5931@c Always use hardware breakpoints
5932@c @item swbreak (default)
5933@c @end table
5934
5935@subsubsection Data Cache
5936The data cache attributes set whether @value{GDBN} will cache target
5937memory. While this generally improves performance by reducing debug
5938protocol overhead, it can lead to incorrect results because @value{GDBN}
5939does not know about volatile variables or memory mapped device
5940registers.
5941
5942@table @code
5943@item cache
5944Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
5945@item nocache
5946Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
5947@end table
5948
5949@c @subsubsection Memory Write Verification
5950@c The memory write verification attributes set whether @value{GDBN}
5951@c will re-reads data after each write to verify the write was successful.
5952@c
5953@c @table @code
5954@c @item verify
5955@c @item noverify (default)
5956@c @end table
5957
16d9dec6
MS
5958@node Dump/Restore Files
5959@section Copy between memory and a file
5960@cindex dump/restore files
5961@cindex append data to a file
5962@cindex dump data to a file
5963@cindex restore data from a file
16d9dec6 5964
df5215a6
JB
5965You can use the commands @code{dump}, @code{append}, and
5966@code{restore} to copy data between target memory and a file. The
5967@code{dump} and @code{append} commands write data to a file, and the
5968@code{restore} command reads data from a file back into the inferior's
5969memory. Files may be in binary, Motorola S-record, Intel hex, or
5970Tektronix Hex format; however, @value{GDBN} can only append to binary
5971files.
5972
5973@table @code
5974
5975@kindex dump
5976@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
5977@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
5978Dump the contents of memory from @var{start_addr} to @var{end_addr},
5979or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 5980
df5215a6 5981The @var{format} parameter may be any one of:
16d9dec6 5982@table @code
df5215a6
JB
5983@item binary
5984Raw binary form.
5985@item ihex
5986Intel hex format.
5987@item srec
5988Motorola S-record format.
5989@item tekhex
5990Tektronix Hex format.
5991@end table
5992
5993@value{GDBN} uses the same definitions of these formats as the
5994@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
5995@var{format} is omitted, @value{GDBN} dumps the data in raw binary
5996form.
5997
5998@kindex append
5999@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6000@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6001Append the contents of memory from @var{start_addr} to @var{end_addr},
6002or the value of @var{expr}, to @var{filename}, in raw binary form.
6003(@value{GDBN} can only append data to files in raw binary form.)
6004
6005@kindex restore
6006@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6007Restore the contents of file @var{filename} into memory. The
6008@code{restore} command can automatically recognize any known @sc{bfd}
6009file format, except for raw binary. To restore a raw binary file you
6010must specify the optional keyword @code{binary} after the filename.
16d9dec6
MS
6011
6012If @var{bias} is non-zero, its value will be added to the addresses
6013contained in the file. Binary files always start at address zero, so
6014they will be restored at address @var{bias}. Other bfd files have
6015a built-in location; they will be restored at offset @var{bias}
6016from that location.
6017
6018If @var{start} and/or @var{end} are non-zero, then only data between
6019file offset @var{start} and file offset @var{end} will be restored.
6020These offsets are relative to the addresses in the file, before
6021the @var{bias} argument is applied.
6022
6023@end table
6024
a0eb71c5
KB
6025@node Character Sets
6026@section Character Sets
6027@cindex character sets
6028@cindex charset
6029@cindex translating between character sets
6030@cindex host character set
6031@cindex target character set
6032
6033If the program you are debugging uses a different character set to
6034represent characters and strings than the one @value{GDBN} uses itself,
6035@value{GDBN} can automatically translate between the character sets for
6036you. The character set @value{GDBN} uses we call the @dfn{host
6037character set}; the one the inferior program uses we call the
6038@dfn{target character set}.
6039
6040For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6041uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6042remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6043running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6044then the host character set is Latin-1, and the target character set is
6045@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 6046target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
6047@sc{ebcdic} and Latin 1 as you print character or string values, or use
6048character and string literals in expressions.
6049
6050@value{GDBN} has no way to automatically recognize which character set
6051the inferior program uses; you must tell it, using the @code{set
6052target-charset} command, described below.
6053
6054Here are the commands for controlling @value{GDBN}'s character set
6055support:
6056
6057@table @code
6058@item set target-charset @var{charset}
6059@kindex set target-charset
6060Set the current target character set to @var{charset}. We list the
e33d66ec
EZ
6061character set names @value{GDBN} recognizes below, but if you type
6062@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6063list the target character sets it supports.
a0eb71c5
KB
6064@end table
6065
6066@table @code
6067@item set host-charset @var{charset}
6068@kindex set host-charset
6069Set the current host character set to @var{charset}.
6070
6071By default, @value{GDBN} uses a host character set appropriate to the
6072system it is running on; you can override that default using the
6073@code{set host-charset} command.
6074
6075@value{GDBN} can only use certain character sets as its host character
6076set. We list the character set names @value{GDBN} recognizes below, and
e33d66ec
EZ
6077indicate which can be host character sets, but if you type
6078@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6079list the host character sets it supports.
a0eb71c5
KB
6080
6081@item set charset @var{charset}
6082@kindex set charset
e33d66ec
EZ
6083Set the current host and target character sets to @var{charset}. As
6084above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6085@value{GDBN} will list the name of the character sets that can be used
6086for both host and target.
6087
a0eb71c5
KB
6088
6089@item show charset
a0eb71c5 6090@kindex show charset
e33d66ec
EZ
6091Show the names of the current host and target charsets.
6092
6093@itemx show host-charset
a0eb71c5 6094@kindex show host-charset
e33d66ec
EZ
6095Show the name of the current host charset.
6096
6097@itemx show target-charset
a0eb71c5 6098@kindex show target-charset
e33d66ec 6099Show the name of the current target charset.
a0eb71c5
KB
6100
6101@end table
6102
6103@value{GDBN} currently includes support for the following character
6104sets:
6105
6106@table @code
6107
6108@item ASCII
6109@cindex ASCII character set
6110Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6111character set.
6112
6113@item ISO-8859-1
6114@cindex ISO 8859-1 character set
6115@cindex ISO Latin 1 character set
e33d66ec 6116The ISO Latin 1 character set. This extends @sc{ascii} with accented
a0eb71c5
KB
6117characters needed for French, German, and Spanish. @value{GDBN} can use
6118this as its host character set.
6119
6120@item EBCDIC-US
6121@itemx IBM1047
6122@cindex EBCDIC character set
6123@cindex IBM1047 character set
6124Variants of the @sc{ebcdic} character set, used on some of IBM's
6125mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6126@value{GDBN} cannot use these as its host character set.
6127
6128@end table
6129
6130Note that these are all single-byte character sets. More work inside
6131GDB is needed to support multi-byte or variable-width character
6132encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6133
6134Here is an example of @value{GDBN}'s character set support in action.
6135Assume that the following source code has been placed in the file
6136@file{charset-test.c}:
6137
6138@smallexample
6139#include <stdio.h>
6140
6141char ascii_hello[]
6142 = @{72, 101, 108, 108, 111, 44, 32, 119,
6143 111, 114, 108, 100, 33, 10, 0@};
6144char ibm1047_hello[]
6145 = @{200, 133, 147, 147, 150, 107, 64, 166,
6146 150, 153, 147, 132, 90, 37, 0@};
6147
6148main ()
6149@{
6150 printf ("Hello, world!\n");
6151@}
10998722 6152@end smallexample
a0eb71c5
KB
6153
6154In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6155containing the string @samp{Hello, world!} followed by a newline,
6156encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6157
6158We compile the program, and invoke the debugger on it:
6159
6160@smallexample
6161$ gcc -g charset-test.c -o charset-test
6162$ gdb -nw charset-test
6163GNU gdb 2001-12-19-cvs
6164Copyright 2001 Free Software Foundation, Inc.
6165@dots{}
6166(gdb)
10998722 6167@end smallexample
a0eb71c5
KB
6168
6169We can use the @code{show charset} command to see what character sets
6170@value{GDBN} is currently using to interpret and display characters and
6171strings:
6172
6173@smallexample
6174(gdb) show charset
e33d66ec 6175The current host and target character set is `ISO-8859-1'.
a0eb71c5 6176(gdb)
10998722 6177@end smallexample
a0eb71c5
KB
6178
6179For the sake of printing this manual, let's use @sc{ascii} as our
6180initial character set:
6181@smallexample
e33d66ec 6182(gdb) set charset ASCII
a0eb71c5 6183(gdb) show charset
e33d66ec 6184The current host and target character set is `ASCII'.
a0eb71c5 6185(gdb)
10998722 6186@end smallexample
a0eb71c5
KB
6187
6188Let's assume that @sc{ascii} is indeed the correct character set for our
6189host system --- in other words, let's assume that if @value{GDBN} prints
6190characters using the @sc{ascii} character set, our terminal will display
6191them properly. Since our current target character set is also
6192@sc{ascii}, the contents of @code{ascii_hello} print legibly:
6193
6194@smallexample
6195(gdb) print ascii_hello
6196$1 = 0x401698 "Hello, world!\n"
6197(gdb) print ascii_hello[0]
6198$2 = 72 'H'
6199(gdb)
10998722 6200@end smallexample
a0eb71c5
KB
6201
6202@value{GDBN} uses the target character set for character and string
6203literals you use in expressions:
6204
6205@smallexample
6206(gdb) print '+'
6207$3 = 43 '+'
6208(gdb)
10998722 6209@end smallexample
a0eb71c5
KB
6210
6211The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6212character.
6213
6214@value{GDBN} relies on the user to tell it which character set the
6215target program uses. If we print @code{ibm1047_hello} while our target
6216character set is still @sc{ascii}, we get jibberish:
6217
6218@smallexample
6219(gdb) print ibm1047_hello
6220$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6221(gdb) print ibm1047_hello[0]
6222$5 = 200 '\310'
6223(gdb)
10998722 6224@end smallexample
a0eb71c5 6225
e33d66ec 6226If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
6227@value{GDBN} tells us the character sets it supports:
6228
6229@smallexample
6230(gdb) set target-charset
e33d66ec
EZ
6231ASCII EBCDIC-US IBM1047 ISO-8859-1
6232(gdb) set target-charset
10998722 6233@end smallexample
a0eb71c5
KB
6234
6235We can select @sc{ibm1047} as our target character set, and examine the
6236program's strings again. Now the @sc{ascii} string is wrong, but
6237@value{GDBN} translates the contents of @code{ibm1047_hello} from the
6238target character set, @sc{ibm1047}, to the host character set,
6239@sc{ascii}, and they display correctly:
6240
6241@smallexample
e33d66ec 6242(gdb) set target-charset IBM1047
a0eb71c5 6243(gdb) show charset
e33d66ec
EZ
6244The current host character set is `ASCII'.
6245The current target character set is `IBM1047'.
a0eb71c5
KB
6246(gdb) print ascii_hello
6247$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6248(gdb) print ascii_hello[0]
6249$7 = 72 '\110'
6250(gdb) print ibm1047_hello
6251$8 = 0x4016a8 "Hello, world!\n"
6252(gdb) print ibm1047_hello[0]
6253$9 = 200 'H'
6254(gdb)
10998722 6255@end smallexample
a0eb71c5
KB
6256
6257As above, @value{GDBN} uses the target character set for character and
6258string literals you use in expressions:
6259
6260@smallexample
6261(gdb) print '+'
6262$10 = 78 '+'
6263(gdb)
10998722 6264@end smallexample
a0eb71c5 6265
e33d66ec 6266The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
6267character.
6268
6269
e2e0bcd1
JB
6270@node Macros
6271@chapter C Preprocessor Macros
6272
6273Some languages, such as C and C++, provide a way to define and invoke
6274``preprocessor macros'' which expand into strings of tokens.
6275@value{GDBN} can evaluate expressions containing macro invocations, show
6276the result of macro expansion, and show a macro's definition, including
6277where it was defined.
6278
6279You may need to compile your program specially to provide @value{GDBN}
6280with information about preprocessor macros. Most compilers do not
6281include macros in their debugging information, even when you compile
6282with the @option{-g} flag. @xref{Compilation}.
6283
6284A program may define a macro at one point, remove that definition later,
6285and then provide a different definition after that. Thus, at different
6286points in the program, a macro may have different definitions, or have
6287no definition at all. If there is a current stack frame, @value{GDBN}
6288uses the macros in scope at that frame's source code line. Otherwise,
6289@value{GDBN} uses the macros in scope at the current listing location;
6290see @ref{List}.
6291
6292At the moment, @value{GDBN} does not support the @code{##}
6293token-splicing operator, the @code{#} stringification operator, or
6294variable-arity macros.
6295
6296Whenever @value{GDBN} evaluates an expression, it always expands any
6297macro invocations present in the expression. @value{GDBN} also provides
6298the following commands for working with macros explicitly.
6299
6300@table @code
6301
6302@kindex macro expand
6303@cindex macro expansion, showing the results of preprocessor
6304@cindex preprocessor macro expansion, showing the results of
6305@cindex expanding preprocessor macros
6306@item macro expand @var{expression}
6307@itemx macro exp @var{expression}
6308Show the results of expanding all preprocessor macro invocations in
6309@var{expression}. Since @value{GDBN} simply expands macros, but does
6310not parse the result, @var{expression} need not be a valid expression;
6311it can be any string of tokens.
6312
6313@kindex macro expand-once
6314@item macro expand-once @var{expression}
6315@itemx macro exp1 @var{expression}
6316@i{(This command is not yet implemented.)} Show the results of
6317expanding those preprocessor macro invocations that appear explicitly in
6318@var{expression}. Macro invocations appearing in that expansion are
6319left unchanged. This command allows you to see the effect of a
6320particular macro more clearly, without being confused by further
6321expansions. Since @value{GDBN} simply expands macros, but does not
6322parse the result, @var{expression} need not be a valid expression; it
6323can be any string of tokens.
6324
475b0867 6325@kindex info macro
e2e0bcd1
JB
6326@cindex macro definition, showing
6327@cindex definition, showing a macro's
475b0867 6328@item info macro @var{macro}
e2e0bcd1
JB
6329Show the definition of the macro named @var{macro}, and describe the
6330source location where that definition was established.
6331
6332@kindex macro define
6333@cindex user-defined macros
6334@cindex defining macros interactively
6335@cindex macros, user-defined
6336@item macro define @var{macro} @var{replacement-list}
6337@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6338@i{(This command is not yet implemented.)} Introduce a definition for a
6339preprocessor macro named @var{macro}, invocations of which are replaced
6340by the tokens given in @var{replacement-list}. The first form of this
6341command defines an ``object-like'' macro, which takes no arguments; the
6342second form defines a ``function-like'' macro, which takes the arguments
6343given in @var{arglist}.
6344
6345A definition introduced by this command is in scope in every expression
6346evaluated in @value{GDBN}, until it is removed with the @command{macro
6347undef} command, described below. The definition overrides all
6348definitions for @var{macro} present in the program being debugged, as
6349well as any previous user-supplied definition.
6350
6351@kindex macro undef
6352@item macro undef @var{macro}
6353@i{(This command is not yet implemented.)} Remove any user-supplied
6354definition for the macro named @var{macro}. This command only affects
6355definitions provided with the @command{macro define} command, described
6356above; it cannot remove definitions present in the program being
6357debugged.
6358
6359@end table
6360
6361@cindex macros, example of debugging with
6362Here is a transcript showing the above commands in action. First, we
6363show our source files:
6364
6365@smallexample
6366$ cat sample.c
6367#include <stdio.h>
6368#include "sample.h"
6369
6370#define M 42
6371#define ADD(x) (M + x)
6372
6373main ()
6374@{
6375#define N 28
6376 printf ("Hello, world!\n");
6377#undef N
6378 printf ("We're so creative.\n");
6379#define N 1729
6380 printf ("Goodbye, world!\n");
6381@}
6382$ cat sample.h
6383#define Q <
6384$
6385@end smallexample
6386
6387Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6388We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6389compiler includes information about preprocessor macros in the debugging
6390information.
6391
6392@smallexample
6393$ gcc -gdwarf-2 -g3 sample.c -o sample
6394$
6395@end smallexample
6396
6397Now, we start @value{GDBN} on our sample program:
6398
6399@smallexample
6400$ gdb -nw sample
6401GNU gdb 2002-05-06-cvs
6402Copyright 2002 Free Software Foundation, Inc.
6403GDB is free software, @dots{}
6404(gdb)
6405@end smallexample
6406
6407We can expand macros and examine their definitions, even when the
6408program is not running. @value{GDBN} uses the current listing position
6409to decide which macro definitions are in scope:
6410
6411@smallexample
6412(gdb) list main
64133
64144 #define M 42
64155 #define ADD(x) (M + x)
64166
64177 main ()
64188 @{
64199 #define N 28
642010 printf ("Hello, world!\n");
642111 #undef N
642212 printf ("We're so creative.\n");
475b0867 6423(gdb) info macro ADD
e2e0bcd1
JB
6424Defined at /home/jimb/gdb/macros/play/sample.c:5
6425#define ADD(x) (M + x)
475b0867 6426(gdb) info macro Q
e2e0bcd1
JB
6427Defined at /home/jimb/gdb/macros/play/sample.h:1
6428 included at /home/jimb/gdb/macros/play/sample.c:2
6429#define Q <
6430(gdb) macro expand ADD(1)
6431expands to: (42 + 1)
6432(gdb) macro expand-once ADD(1)
6433expands to: once (M + 1)
6434(gdb)
6435@end smallexample
6436
6437In the example above, note that @command{macro expand-once} expands only
6438the macro invocation explicit in the original text --- the invocation of
6439@code{ADD} --- but does not expand the invocation of the macro @code{M},
6440which was introduced by @code{ADD}.
6441
6442Once the program is running, GDB uses the macro definitions in force at
6443the source line of the current stack frame:
6444
6445@smallexample
6446(gdb) break main
6447Breakpoint 1 at 0x8048370: file sample.c, line 10.
6448(gdb) run
6449Starting program: /home/jimb/gdb/macros/play/sample
6450
6451Breakpoint 1, main () at sample.c:10
645210 printf ("Hello, world!\n");
6453(gdb)
6454@end smallexample
6455
6456At line 10, the definition of the macro @code{N} at line 9 is in force:
6457
6458@smallexample
475b0867 6459(gdb) info macro N
e2e0bcd1
JB
6460Defined at /home/jimb/gdb/macros/play/sample.c:9
6461#define N 28
6462(gdb) macro expand N Q M
6463expands to: 28 < 42
6464(gdb) print N Q M
6465$1 = 1
6466(gdb)
6467@end smallexample
6468
6469As we step over directives that remove @code{N}'s definition, and then
6470give it a new definition, @value{GDBN} finds the definition (or lack
6471thereof) in force at each point:
6472
6473@smallexample
6474(gdb) next
6475Hello, world!
647612 printf ("We're so creative.\n");
475b0867 6477(gdb) info macro N
e2e0bcd1
JB
6478The symbol `N' has no definition as a C/C++ preprocessor macro
6479at /home/jimb/gdb/macros/play/sample.c:12
6480(gdb) next
6481We're so creative.
648214 printf ("Goodbye, world!\n");
475b0867 6483(gdb) info macro N
e2e0bcd1
JB
6484Defined at /home/jimb/gdb/macros/play/sample.c:13
6485#define N 1729
6486(gdb) macro expand N Q M
6487expands to: 1729 < 42
6488(gdb) print N Q M
6489$2 = 0
6490(gdb)
6491@end smallexample
6492
6493
b37052ae
EZ
6494@node Tracepoints
6495@chapter Tracepoints
6496@c This chapter is based on the documentation written by Michael
6497@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6498
6499@cindex tracepoints
6500In some applications, it is not feasible for the debugger to interrupt
6501the program's execution long enough for the developer to learn
6502anything helpful about its behavior. If the program's correctness
6503depends on its real-time behavior, delays introduced by a debugger
6504might cause the program to change its behavior drastically, or perhaps
6505fail, even when the code itself is correct. It is useful to be able
6506to observe the program's behavior without interrupting it.
6507
6508Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6509specify locations in the program, called @dfn{tracepoints}, and
6510arbitrary expressions to evaluate when those tracepoints are reached.
6511Later, using the @code{tfind} command, you can examine the values
6512those expressions had when the program hit the tracepoints. The
6513expressions may also denote objects in memory---structures or arrays,
6514for example---whose values @value{GDBN} should record; while visiting
6515a particular tracepoint, you may inspect those objects as if they were
6516in memory at that moment. However, because @value{GDBN} records these
6517values without interacting with you, it can do so quickly and
6518unobtrusively, hopefully not disturbing the program's behavior.
6519
6520The tracepoint facility is currently available only for remote
2c0069bb
EZ
6521targets. @xref{Targets}. In addition, your remote target must know how
6522to collect trace data. This functionality is implemented in the remote
6523stub; however, none of the stubs distributed with @value{GDBN} support
6524tracepoints as of this writing.
b37052ae
EZ
6525
6526This chapter describes the tracepoint commands and features.
6527
6528@menu
6529* Set Tracepoints::
6530* Analyze Collected Data::
6531* Tracepoint Variables::
6532@end menu
6533
6534@node Set Tracepoints
6535@section Commands to Set Tracepoints
6536
6537Before running such a @dfn{trace experiment}, an arbitrary number of
6538tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
6539tracepoint has a number assigned to it by @value{GDBN}. Like with
6540breakpoints, tracepoint numbers are successive integers starting from
6541one. Many of the commands associated with tracepoints take the
6542tracepoint number as their argument, to identify which tracepoint to
6543work on.
6544
6545For each tracepoint, you can specify, in advance, some arbitrary set
6546of data that you want the target to collect in the trace buffer when
6547it hits that tracepoint. The collected data can include registers,
6548local variables, or global data. Later, you can use @value{GDBN}
6549commands to examine the values these data had at the time the
6550tracepoint was hit.
6551
6552This section describes commands to set tracepoints and associated
6553conditions and actions.
6554
6555@menu
6556* Create and Delete Tracepoints::
6557* Enable and Disable Tracepoints::
6558* Tracepoint Passcounts::
6559* Tracepoint Actions::
6560* Listing Tracepoints::
6561* Starting and Stopping Trace Experiment::
6562@end menu
6563
6564@node Create and Delete Tracepoints
6565@subsection Create and Delete Tracepoints
6566
6567@table @code
6568@cindex set tracepoint
6569@kindex trace
6570@item trace
6571The @code{trace} command is very similar to the @code{break} command.
6572Its argument can be a source line, a function name, or an address in
6573the target program. @xref{Set Breaks}. The @code{trace} command
6574defines a tracepoint, which is a point in the target program where the
6575debugger will briefly stop, collect some data, and then allow the
6576program to continue. Setting a tracepoint or changing its commands
6577doesn't take effect until the next @code{tstart} command; thus, you
6578cannot change the tracepoint attributes once a trace experiment is
6579running.
6580
6581Here are some examples of using the @code{trace} command:
6582
6583@smallexample
6584(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
6585
6586(@value{GDBP}) @b{trace +2} // 2 lines forward
6587
6588(@value{GDBP}) @b{trace my_function} // first source line of function
6589
6590(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
6591
6592(@value{GDBP}) @b{trace *0x2117c4} // an address
6593@end smallexample
6594
6595@noindent
6596You can abbreviate @code{trace} as @code{tr}.
6597
6598@vindex $tpnum
6599@cindex last tracepoint number
6600@cindex recent tracepoint number
6601@cindex tracepoint number
6602The convenience variable @code{$tpnum} records the tracepoint number
6603of the most recently set tracepoint.
6604
6605@kindex delete tracepoint
6606@cindex tracepoint deletion
6607@item delete tracepoint @r{[}@var{num}@r{]}
6608Permanently delete one or more tracepoints. With no argument, the
6609default is to delete all tracepoints.
6610
6611Examples:
6612
6613@smallexample
6614(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
6615
6616(@value{GDBP}) @b{delete trace} // remove all tracepoints
6617@end smallexample
6618
6619@noindent
6620You can abbreviate this command as @code{del tr}.
6621@end table
6622
6623@node Enable and Disable Tracepoints
6624@subsection Enable and Disable Tracepoints
6625
6626@table @code
6627@kindex disable tracepoint
6628@item disable tracepoint @r{[}@var{num}@r{]}
6629Disable tracepoint @var{num}, or all tracepoints if no argument
6630@var{num} is given. A disabled tracepoint will have no effect during
6631the next trace experiment, but it is not forgotten. You can re-enable
6632a disabled tracepoint using the @code{enable tracepoint} command.
6633
6634@kindex enable tracepoint
6635@item enable tracepoint @r{[}@var{num}@r{]}
6636Enable tracepoint @var{num}, or all tracepoints. The enabled
6637tracepoints will become effective the next time a trace experiment is
6638run.
6639@end table
6640
6641@node Tracepoint Passcounts
6642@subsection Tracepoint Passcounts
6643
6644@table @code
6645@kindex passcount
6646@cindex tracepoint pass count
6647@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
6648Set the @dfn{passcount} of a tracepoint. The passcount is a way to
6649automatically stop a trace experiment. If a tracepoint's passcount is
6650@var{n}, then the trace experiment will be automatically stopped on
6651the @var{n}'th time that tracepoint is hit. If the tracepoint number
6652@var{num} is not specified, the @code{passcount} command sets the
6653passcount of the most recently defined tracepoint. If no passcount is
6654given, the trace experiment will run until stopped explicitly by the
6655user.
6656
6657Examples:
6658
6659@smallexample
6826cf00
EZ
6660(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6661@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
6662
6663(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 6664@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
6665(@value{GDBP}) @b{trace foo}
6666(@value{GDBP}) @b{pass 3}
6667(@value{GDBP}) @b{trace bar}
6668(@value{GDBP}) @b{pass 2}
6669(@value{GDBP}) @b{trace baz}
6670(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
6671@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
6672@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
6673@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
6674@end smallexample
6675@end table
6676
6677@node Tracepoint Actions
6678@subsection Tracepoint Action Lists
6679
6680@table @code
6681@kindex actions
6682@cindex tracepoint actions
6683@item actions @r{[}@var{num}@r{]}
6684This command will prompt for a list of actions to be taken when the
6685tracepoint is hit. If the tracepoint number @var{num} is not
6686specified, this command sets the actions for the one that was most
6687recently defined (so that you can define a tracepoint and then say
6688@code{actions} without bothering about its number). You specify the
6689actions themselves on the following lines, one action at a time, and
6690terminate the actions list with a line containing just @code{end}. So
6691far, the only defined actions are @code{collect} and
6692@code{while-stepping}.
6693
6694@cindex remove actions from a tracepoint
6695To remove all actions from a tracepoint, type @samp{actions @var{num}}
6696and follow it immediately with @samp{end}.
6697
6698@smallexample
6699(@value{GDBP}) @b{collect @var{data}} // collect some data
6700
6826cf00 6701(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 6702
6826cf00 6703(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
6704@end smallexample
6705
6706In the following example, the action list begins with @code{collect}
6707commands indicating the things to be collected when the tracepoint is
6708hit. Then, in order to single-step and collect additional data
6709following the tracepoint, a @code{while-stepping} command is used,
6710followed by the list of things to be collected while stepping. The
6711@code{while-stepping} command is terminated by its own separate
6712@code{end} command. Lastly, the action list is terminated by an
6713@code{end} command.
6714
6715@smallexample
6716(@value{GDBP}) @b{trace foo}
6717(@value{GDBP}) @b{actions}
6718Enter actions for tracepoint 1, one per line:
6719> collect bar,baz
6720> collect $regs
6721> while-stepping 12
6722 > collect $fp, $sp
6723 > end
6724end
6725@end smallexample
6726
6727@kindex collect @r{(tracepoints)}
6728@item collect @var{expr1}, @var{expr2}, @dots{}
6729Collect values of the given expressions when the tracepoint is hit.
6730This command accepts a comma-separated list of any valid expressions.
6731In addition to global, static, or local variables, the following
6732special arguments are supported:
6733
6734@table @code
6735@item $regs
6736collect all registers
6737
6738@item $args
6739collect all function arguments
6740
6741@item $locals
6742collect all local variables.
6743@end table
6744
6745You can give several consecutive @code{collect} commands, each one
6746with a single argument, or one @code{collect} command with several
6747arguments separated by commas: the effect is the same.
6748
f5c37c66
EZ
6749The command @code{info scope} (@pxref{Symbols, info scope}) is
6750particularly useful for figuring out what data to collect.
6751
b37052ae
EZ
6752@kindex while-stepping @r{(tracepoints)}
6753@item while-stepping @var{n}
6754Perform @var{n} single-step traces after the tracepoint, collecting
6755new data at each step. The @code{while-stepping} command is
6756followed by the list of what to collect while stepping (followed by
6757its own @code{end} command):
6758
6759@smallexample
6760> while-stepping 12
6761 > collect $regs, myglobal
6762 > end
6763>
6764@end smallexample
6765
6766@noindent
6767You may abbreviate @code{while-stepping} as @code{ws} or
6768@code{stepping}.
6769@end table
6770
6771@node Listing Tracepoints
6772@subsection Listing Tracepoints
6773
6774@table @code
6775@kindex info tracepoints
6776@cindex information about tracepoints
6777@item info tracepoints @r{[}@var{num}@r{]}
8a037dd7 6778Display information about the tracepoint @var{num}. If you don't specify
798c8bc6 6779a tracepoint number, displays information about all the tracepoints
b37052ae
EZ
6780defined so far. For each tracepoint, the following information is
6781shown:
6782
6783@itemize @bullet
6784@item
6785its number
6786@item
6787whether it is enabled or disabled
6788@item
6789its address
6790@item
6791its passcount as given by the @code{passcount @var{n}} command
6792@item
6793its step count as given by the @code{while-stepping @var{n}} command
6794@item
6795where in the source files is the tracepoint set
6796@item
6797its action list as given by the @code{actions} command
6798@end itemize
6799
6800@smallexample
6801(@value{GDBP}) @b{info trace}
6802Num Enb Address PassC StepC What
68031 y 0x002117c4 0 0 <gdb_asm>
6826cf00
EZ
68042 y 0x0020dc64 0 0 in g_test at g_test.c:1375
68053 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
b37052ae
EZ
6806(@value{GDBP})
6807@end smallexample
6808
6809@noindent
6810This command can be abbreviated @code{info tp}.
6811@end table
6812
6813@node Starting and Stopping Trace Experiment
6814@subsection Starting and Stopping Trace Experiment
6815
6816@table @code
6817@kindex tstart
6818@cindex start a new trace experiment
6819@cindex collected data discarded
6820@item tstart
6821This command takes no arguments. It starts the trace experiment, and
6822begins collecting data. This has the side effect of discarding all
6823the data collected in the trace buffer during the previous trace
6824experiment.
6825
6826@kindex tstop
6827@cindex stop a running trace experiment
6828@item tstop
6829This command takes no arguments. It ends the trace experiment, and
6830stops collecting data.
6831
6832@strong{Note:} a trace experiment and data collection may stop
6833automatically if any tracepoint's passcount is reached
6834(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
6835
6836@kindex tstatus
6837@cindex status of trace data collection
6838@cindex trace experiment, status of
6839@item tstatus
6840This command displays the status of the current trace data
6841collection.
6842@end table
6843
6844Here is an example of the commands we described so far:
6845
6846@smallexample
6847(@value{GDBP}) @b{trace gdb_c_test}
6848(@value{GDBP}) @b{actions}
6849Enter actions for tracepoint #1, one per line.
6850> collect $regs,$locals,$args
6851> while-stepping 11
6852 > collect $regs
6853 > end
6854> end
6855(@value{GDBP}) @b{tstart}
6856 [time passes @dots{}]
6857(@value{GDBP}) @b{tstop}
6858@end smallexample
6859
6860
6861@node Analyze Collected Data
6862@section Using the collected data
6863
6864After the tracepoint experiment ends, you use @value{GDBN} commands
6865for examining the trace data. The basic idea is that each tracepoint
6866collects a trace @dfn{snapshot} every time it is hit and another
6867snapshot every time it single-steps. All these snapshots are
6868consecutively numbered from zero and go into a buffer, and you can
6869examine them later. The way you examine them is to @dfn{focus} on a
6870specific trace snapshot. When the remote stub is focused on a trace
6871snapshot, it will respond to all @value{GDBN} requests for memory and
6872registers by reading from the buffer which belongs to that snapshot,
6873rather than from @emph{real} memory or registers of the program being
6874debugged. This means that @strong{all} @value{GDBN} commands
6875(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
6876behave as if we were currently debugging the program state as it was
6877when the tracepoint occurred. Any requests for data that are not in
6878the buffer will fail.
6879
6880@menu
6881* tfind:: How to select a trace snapshot
6882* tdump:: How to display all data for a snapshot
6883* save-tracepoints:: How to save tracepoints for a future run
6884@end menu
6885
6886@node tfind
6887@subsection @code{tfind @var{n}}
6888
6889@kindex tfind
6890@cindex select trace snapshot
6891@cindex find trace snapshot
6892The basic command for selecting a trace snapshot from the buffer is
6893@code{tfind @var{n}}, which finds trace snapshot number @var{n},
6894counting from zero. If no argument @var{n} is given, the next
6895snapshot is selected.
6896
6897Here are the various forms of using the @code{tfind} command.
6898
6899@table @code
6900@item tfind start
6901Find the first snapshot in the buffer. This is a synonym for
6902@code{tfind 0} (since 0 is the number of the first snapshot).
6903
6904@item tfind none
6905Stop debugging trace snapshots, resume @emph{live} debugging.
6906
6907@item tfind end
6908Same as @samp{tfind none}.
6909
6910@item tfind
6911No argument means find the next trace snapshot.
6912
6913@item tfind -
6914Find the previous trace snapshot before the current one. This permits
6915retracing earlier steps.
6916
6917@item tfind tracepoint @var{num}
6918Find the next snapshot associated with tracepoint @var{num}. Search
6919proceeds forward from the last examined trace snapshot. If no
6920argument @var{num} is given, it means find the next snapshot collected
6921for the same tracepoint as the current snapshot.
6922
6923@item tfind pc @var{addr}
6924Find the next snapshot associated with the value @var{addr} of the
6925program counter. Search proceeds forward from the last examined trace
6926snapshot. If no argument @var{addr} is given, it means find the next
6927snapshot with the same value of PC as the current snapshot.
6928
6929@item tfind outside @var{addr1}, @var{addr2}
6930Find the next snapshot whose PC is outside the given range of
6931addresses.
6932
6933@item tfind range @var{addr1}, @var{addr2}
6934Find the next snapshot whose PC is between @var{addr1} and
6935@var{addr2}. @c FIXME: Is the range inclusive or exclusive?
6936
6937@item tfind line @r{[}@var{file}:@r{]}@var{n}
6938Find the next snapshot associated with the source line @var{n}. If
6939the optional argument @var{file} is given, refer to line @var{n} in
6940that source file. Search proceeds forward from the last examined
6941trace snapshot. If no argument @var{n} is given, it means find the
6942next line other than the one currently being examined; thus saying
6943@code{tfind line} repeatedly can appear to have the same effect as
6944stepping from line to line in a @emph{live} debugging session.
6945@end table
6946
6947The default arguments for the @code{tfind} commands are specifically
6948designed to make it easy to scan through the trace buffer. For
6949instance, @code{tfind} with no argument selects the next trace
6950snapshot, and @code{tfind -} with no argument selects the previous
6951trace snapshot. So, by giving one @code{tfind} command, and then
6952simply hitting @key{RET} repeatedly you can examine all the trace
6953snapshots in order. Or, by saying @code{tfind -} and then hitting
6954@key{RET} repeatedly you can examine the snapshots in reverse order.
6955The @code{tfind line} command with no argument selects the snapshot
6956for the next source line executed. The @code{tfind pc} command with
6957no argument selects the next snapshot with the same program counter
6958(PC) as the current frame. The @code{tfind tracepoint} command with
6959no argument selects the next trace snapshot collected by the same
6960tracepoint as the current one.
6961
6962In addition to letting you scan through the trace buffer manually,
6963these commands make it easy to construct @value{GDBN} scripts that
6964scan through the trace buffer and print out whatever collected data
6965you are interested in. Thus, if we want to examine the PC, FP, and SP
6966registers from each trace frame in the buffer, we can say this:
6967
6968@smallexample
6969(@value{GDBP}) @b{tfind start}
6970(@value{GDBP}) @b{while ($trace_frame != -1)}
6971> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
6972 $trace_frame, $pc, $sp, $fp
6973> tfind
6974> end
6975
6976Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
6977Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
6978Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
6979Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
6980Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
6981Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
6982Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
6983Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
6984Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
6985Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
6986Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
6987@end smallexample
6988
6989Or, if we want to examine the variable @code{X} at each source line in
6990the buffer:
6991
6992@smallexample
6993(@value{GDBP}) @b{tfind start}
6994(@value{GDBP}) @b{while ($trace_frame != -1)}
6995> printf "Frame %d, X == %d\n", $trace_frame, X
6996> tfind line
6997> end
6998
6999Frame 0, X = 1
7000Frame 7, X = 2
7001Frame 13, X = 255
7002@end smallexample
7003
7004@node tdump
7005@subsection @code{tdump}
7006@kindex tdump
7007@cindex dump all data collected at tracepoint
7008@cindex tracepoint data, display
7009
7010This command takes no arguments. It prints all the data collected at
7011the current trace snapshot.
7012
7013@smallexample
7014(@value{GDBP}) @b{trace 444}
7015(@value{GDBP}) @b{actions}
7016Enter actions for tracepoint #2, one per line:
7017> collect $regs, $locals, $args, gdb_long_test
7018> end
7019
7020(@value{GDBP}) @b{tstart}
7021
7022(@value{GDBP}) @b{tfind line 444}
7023#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7024at gdb_test.c:444
7025444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7026
7027(@value{GDBP}) @b{tdump}
7028Data collected at tracepoint 2, trace frame 1:
7029d0 0xc4aa0085 -995491707
7030d1 0x18 24
7031d2 0x80 128
7032d3 0x33 51
7033d4 0x71aea3d 119204413
7034d5 0x22 34
7035d6 0xe0 224
7036d7 0x380035 3670069
7037a0 0x19e24a 1696330
7038a1 0x3000668 50333288
7039a2 0x100 256
7040a3 0x322000 3284992
7041a4 0x3000698 50333336
7042a5 0x1ad3cc 1758156
7043fp 0x30bf3c 0x30bf3c
7044sp 0x30bf34 0x30bf34
7045ps 0x0 0
7046pc 0x20b2c8 0x20b2c8
7047fpcontrol 0x0 0
7048fpstatus 0x0 0
7049fpiaddr 0x0 0
7050p = 0x20e5b4 "gdb-test"
7051p1 = (void *) 0x11
7052p2 = (void *) 0x22
7053p3 = (void *) 0x33
7054p4 = (void *) 0x44
7055p5 = (void *) 0x55
7056p6 = (void *) 0x66
7057gdb_long_test = 17 '\021'
7058
7059(@value{GDBP})
7060@end smallexample
7061
7062@node save-tracepoints
7063@subsection @code{save-tracepoints @var{filename}}
7064@kindex save-tracepoints
7065@cindex save tracepoints for future sessions
7066
7067This command saves all current tracepoint definitions together with
7068their actions and passcounts, into a file @file{@var{filename}}
7069suitable for use in a later debugging session. To read the saved
7070tracepoint definitions, use the @code{source} command (@pxref{Command
7071Files}).
7072
7073@node Tracepoint Variables
7074@section Convenience Variables for Tracepoints
7075@cindex tracepoint variables
7076@cindex convenience variables for tracepoints
7077
7078@table @code
7079@vindex $trace_frame
7080@item (int) $trace_frame
7081The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7082snapshot is selected.
7083
7084@vindex $tracepoint
7085@item (int) $tracepoint
7086The tracepoint for the current trace snapshot.
7087
7088@vindex $trace_line
7089@item (int) $trace_line
7090The line number for the current trace snapshot.
7091
7092@vindex $trace_file
7093@item (char []) $trace_file
7094The source file for the current trace snapshot.
7095
7096@vindex $trace_func
7097@item (char []) $trace_func
7098The name of the function containing @code{$tracepoint}.
7099@end table
7100
7101Note: @code{$trace_file} is not suitable for use in @code{printf},
7102use @code{output} instead.
7103
7104Here's a simple example of using these convenience variables for
7105stepping through all the trace snapshots and printing some of their
7106data.
7107
7108@smallexample
7109(@value{GDBP}) @b{tfind start}
7110
7111(@value{GDBP}) @b{while $trace_frame != -1}
7112> output $trace_file
7113> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7114> tfind
7115> end
7116@end smallexample
7117
df0cd8c5
JB
7118@node Overlays
7119@chapter Debugging Programs That Use Overlays
7120@cindex overlays
7121
7122If your program is too large to fit completely in your target system's
7123memory, you can sometimes use @dfn{overlays} to work around this
7124problem. @value{GDBN} provides some support for debugging programs that
7125use overlays.
7126
7127@menu
7128* How Overlays Work:: A general explanation of overlays.
7129* Overlay Commands:: Managing overlays in @value{GDBN}.
7130* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7131 mapped by asking the inferior.
7132* Overlay Sample Program:: A sample program using overlays.
7133@end menu
7134
7135@node How Overlays Work
7136@section How Overlays Work
7137@cindex mapped overlays
7138@cindex unmapped overlays
7139@cindex load address, overlay's
7140@cindex mapped address
7141@cindex overlay area
7142
7143Suppose you have a computer whose instruction address space is only 64
7144kilobytes long, but which has much more memory which can be accessed by
7145other means: special instructions, segment registers, or memory
7146management hardware, for example. Suppose further that you want to
7147adapt a program which is larger than 64 kilobytes to run on this system.
7148
7149One solution is to identify modules of your program which are relatively
7150independent, and need not call each other directly; call these modules
7151@dfn{overlays}. Separate the overlays from the main program, and place
7152their machine code in the larger memory. Place your main program in
7153instruction memory, but leave at least enough space there to hold the
7154largest overlay as well.
7155
7156Now, to call a function located in an overlay, you must first copy that
7157overlay's machine code from the large memory into the space set aside
7158for it in the instruction memory, and then jump to its entry point
7159there.
7160
c928edc0
AC
7161@c NB: In the below the mapped area's size is greater or equal to the
7162@c size of all overlays. This is intentional to remind the developer
7163@c that overlays don't necessarily need to be the same size.
7164
474c8240 7165@smallexample
df0cd8c5 7166@group
c928edc0
AC
7167 Data Instruction Larger
7168Address Space Address Space Address Space
7169+-----------+ +-----------+ +-----------+
7170| | | | | |
7171+-----------+ +-----------+ +-----------+<-- overlay 1
7172| program | | main | .----| overlay 1 | load address
7173| variables | | program | | +-----------+
7174| and heap | | | | | |
7175+-----------+ | | | +-----------+<-- overlay 2
7176| | +-----------+ | | | load address
7177+-----------+ | | | .-| overlay 2 |
7178 | | | | | |
7179 mapped --->+-----------+ | | +-----------+
7180 address | | | | | |
7181 | overlay | <-' | | |
7182 | area | <---' +-----------+<-- overlay 3
7183 | | <---. | | load address
7184 +-----------+ `--| overlay 3 |
7185 | | | |
7186 +-----------+ | |
7187 +-----------+
7188 | |
7189 +-----------+
7190
7191 @anchor{A code overlay}A code overlay
df0cd8c5 7192@end group
474c8240 7193@end smallexample
df0cd8c5 7194
c928edc0
AC
7195The diagram (@pxref{A code overlay}) shows a system with separate data
7196and instruction address spaces. To map an overlay, the program copies
7197its code from the larger address space to the instruction address space.
7198Since the overlays shown here all use the same mapped address, only one
7199may be mapped at a time. For a system with a single address space for
7200data and instructions, the diagram would be similar, except that the
7201program variables and heap would share an address space with the main
7202program and the overlay area.
df0cd8c5
JB
7203
7204An overlay loaded into instruction memory and ready for use is called a
7205@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7206instruction memory. An overlay not present (or only partially present)
7207in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7208is its address in the larger memory. The mapped address is also called
7209the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7210called the @dfn{load memory address}, or @dfn{LMA}.
7211
7212Unfortunately, overlays are not a completely transparent way to adapt a
7213program to limited instruction memory. They introduce a new set of
7214global constraints you must keep in mind as you design your program:
7215
7216@itemize @bullet
7217
7218@item
7219Before calling or returning to a function in an overlay, your program
7220must make sure that overlay is actually mapped. Otherwise, the call or
7221return will transfer control to the right address, but in the wrong
7222overlay, and your program will probably crash.
7223
7224@item
7225If the process of mapping an overlay is expensive on your system, you
7226will need to choose your overlays carefully to minimize their effect on
7227your program's performance.
7228
7229@item
7230The executable file you load onto your system must contain each
7231overlay's instructions, appearing at the overlay's load address, not its
7232mapped address. However, each overlay's instructions must be relocated
7233and its symbols defined as if the overlay were at its mapped address.
7234You can use GNU linker scripts to specify different load and relocation
7235addresses for pieces of your program; see @ref{Overlay Description,,,
7236ld.info, Using ld: the GNU linker}.
7237
7238@item
7239The procedure for loading executable files onto your system must be able
7240to load their contents into the larger address space as well as the
7241instruction and data spaces.
7242
7243@end itemize
7244
7245The overlay system described above is rather simple, and could be
7246improved in many ways:
7247
7248@itemize @bullet
7249
7250@item
7251If your system has suitable bank switch registers or memory management
7252hardware, you could use those facilities to make an overlay's load area
7253contents simply appear at their mapped address in instruction space.
7254This would probably be faster than copying the overlay to its mapped
7255area in the usual way.
7256
7257@item
7258If your overlays are small enough, you could set aside more than one
7259overlay area, and have more than one overlay mapped at a time.
7260
7261@item
7262You can use overlays to manage data, as well as instructions. In
7263general, data overlays are even less transparent to your design than
7264code overlays: whereas code overlays only require care when you call or
7265return to functions, data overlays require care every time you access
7266the data. Also, if you change the contents of a data overlay, you
7267must copy its contents back out to its load address before you can copy a
7268different data overlay into the same mapped area.
7269
7270@end itemize
7271
7272
7273@node Overlay Commands
7274@section Overlay Commands
7275
7276To use @value{GDBN}'s overlay support, each overlay in your program must
7277correspond to a separate section of the executable file. The section's
7278virtual memory address and load memory address must be the overlay's
7279mapped and load addresses. Identifying overlays with sections allows
7280@value{GDBN} to determine the appropriate address of a function or
7281variable, depending on whether the overlay is mapped or not.
7282
7283@value{GDBN}'s overlay commands all start with the word @code{overlay};
7284you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7285
7286@table @code
7287@item overlay off
7288@kindex overlay off
7289Disable @value{GDBN}'s overlay support. When overlay support is
7290disabled, @value{GDBN} assumes that all functions and variables are
7291always present at their mapped addresses. By default, @value{GDBN}'s
7292overlay support is disabled.
7293
7294@item overlay manual
7295@kindex overlay manual
7296@cindex manual overlay debugging
7297Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7298relies on you to tell it which overlays are mapped, and which are not,
7299using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7300commands described below.
7301
7302@item overlay map-overlay @var{overlay}
7303@itemx overlay map @var{overlay}
7304@kindex overlay map-overlay
7305@cindex map an overlay
7306Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7307be the name of the object file section containing the overlay. When an
7308overlay is mapped, @value{GDBN} assumes it can find the overlay's
7309functions and variables at their mapped addresses. @value{GDBN} assumes
7310that any other overlays whose mapped ranges overlap that of
7311@var{overlay} are now unmapped.
7312
7313@item overlay unmap-overlay @var{overlay}
7314@itemx overlay unmap @var{overlay}
7315@kindex overlay unmap-overlay
7316@cindex unmap an overlay
7317Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7318must be the name of the object file section containing the overlay.
7319When an overlay is unmapped, @value{GDBN} assumes it can find the
7320overlay's functions and variables at their load addresses.
7321
7322@item overlay auto
7323@kindex overlay auto
7324Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7325consults a data structure the overlay manager maintains in the inferior
7326to see which overlays are mapped. For details, see @ref{Automatic
7327Overlay Debugging}.
7328
7329@item overlay load-target
7330@itemx overlay load
7331@kindex overlay load-target
7332@cindex reloading the overlay table
7333Re-read the overlay table from the inferior. Normally, @value{GDBN}
7334re-reads the table @value{GDBN} automatically each time the inferior
7335stops, so this command should only be necessary if you have changed the
7336overlay mapping yourself using @value{GDBN}. This command is only
7337useful when using automatic overlay debugging.
7338
7339@item overlay list-overlays
7340@itemx overlay list
7341@cindex listing mapped overlays
7342Display a list of the overlays currently mapped, along with their mapped
7343addresses, load addresses, and sizes.
7344
7345@end table
7346
7347Normally, when @value{GDBN} prints a code address, it includes the name
7348of the function the address falls in:
7349
474c8240 7350@smallexample
df0cd8c5
JB
7351(gdb) print main
7352$3 = @{int ()@} 0x11a0 <main>
474c8240 7353@end smallexample
df0cd8c5
JB
7354@noindent
7355When overlay debugging is enabled, @value{GDBN} recognizes code in
7356unmapped overlays, and prints the names of unmapped functions with
7357asterisks around them. For example, if @code{foo} is a function in an
7358unmapped overlay, @value{GDBN} prints it this way:
7359
474c8240 7360@smallexample
df0cd8c5
JB
7361(gdb) overlay list
7362No sections are mapped.
7363(gdb) print foo
7364$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 7365@end smallexample
df0cd8c5
JB
7366@noindent
7367When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7368name normally:
7369
474c8240 7370@smallexample
df0cd8c5
JB
7371(gdb) overlay list
7372Section .ov.foo.text, loaded at 0x100000 - 0x100034,
7373 mapped at 0x1016 - 0x104a
7374(gdb) print foo
7375$6 = @{int (int)@} 0x1016 <foo>
474c8240 7376@end smallexample
df0cd8c5
JB
7377
7378When overlay debugging is enabled, @value{GDBN} can find the correct
7379address for functions and variables in an overlay, whether or not the
7380overlay is mapped. This allows most @value{GDBN} commands, like
7381@code{break} and @code{disassemble}, to work normally, even on unmapped
7382code. However, @value{GDBN}'s breakpoint support has some limitations:
7383
7384@itemize @bullet
7385@item
7386@cindex breakpoints in overlays
7387@cindex overlays, setting breakpoints in
7388You can set breakpoints in functions in unmapped overlays, as long as
7389@value{GDBN} can write to the overlay at its load address.
7390@item
7391@value{GDBN} can not set hardware or simulator-based breakpoints in
7392unmapped overlays. However, if you set a breakpoint at the end of your
7393overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7394you are using manual overlay management), @value{GDBN} will re-set its
7395breakpoints properly.
7396@end itemize
7397
7398
7399@node Automatic Overlay Debugging
7400@section Automatic Overlay Debugging
7401@cindex automatic overlay debugging
7402
7403@value{GDBN} can automatically track which overlays are mapped and which
7404are not, given some simple co-operation from the overlay manager in the
7405inferior. If you enable automatic overlay debugging with the
7406@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7407looks in the inferior's memory for certain variables describing the
7408current state of the overlays.
7409
7410Here are the variables your overlay manager must define to support
7411@value{GDBN}'s automatic overlay debugging:
7412
7413@table @asis
7414
7415@item @code{_ovly_table}:
7416This variable must be an array of the following structures:
7417
474c8240 7418@smallexample
df0cd8c5
JB
7419struct
7420@{
7421 /* The overlay's mapped address. */
7422 unsigned long vma;
7423
7424 /* The size of the overlay, in bytes. */
7425 unsigned long size;
7426
7427 /* The overlay's load address. */
7428 unsigned long lma;
7429
7430 /* Non-zero if the overlay is currently mapped;
7431 zero otherwise. */
7432 unsigned long mapped;
7433@}
474c8240 7434@end smallexample
df0cd8c5
JB
7435
7436@item @code{_novlys}:
7437This variable must be a four-byte signed integer, holding the total
7438number of elements in @code{_ovly_table}.
7439
7440@end table
7441
7442To decide whether a particular overlay is mapped or not, @value{GDBN}
7443looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7444@code{lma} members equal the VMA and LMA of the overlay's section in the
7445executable file. When @value{GDBN} finds a matching entry, it consults
7446the entry's @code{mapped} member to determine whether the overlay is
7447currently mapped.
7448
81d46470 7449In addition, your overlay manager may define a function called
def71bfa 7450@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
7451will silently set a breakpoint there. If the overlay manager then
7452calls this function whenever it has changed the overlay table, this
7453will enable @value{GDBN} to accurately keep track of which overlays
7454are in program memory, and update any breakpoints that may be set
7455in overlays. This will allow breakpoints to work even if the
7456overlays are kept in ROM or other non-writable memory while they
7457are not being executed.
df0cd8c5
JB
7458
7459@node Overlay Sample Program
7460@section Overlay Sample Program
7461@cindex overlay example program
7462
7463When linking a program which uses overlays, you must place the overlays
7464at their load addresses, while relocating them to run at their mapped
7465addresses. To do this, you must write a linker script (@pxref{Overlay
7466Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7467since linker scripts are specific to a particular host system, target
7468architecture, and target memory layout, this manual cannot provide
7469portable sample code demonstrating @value{GDBN}'s overlay support.
7470
7471However, the @value{GDBN} source distribution does contain an overlaid
7472program, with linker scripts for a few systems, as part of its test
7473suite. The program consists of the following files from
7474@file{gdb/testsuite/gdb.base}:
7475
7476@table @file
7477@item overlays.c
7478The main program file.
7479@item ovlymgr.c
7480A simple overlay manager, used by @file{overlays.c}.
7481@item foo.c
7482@itemx bar.c
7483@itemx baz.c
7484@itemx grbx.c
7485Overlay modules, loaded and used by @file{overlays.c}.
7486@item d10v.ld
7487@itemx m32r.ld
7488Linker scripts for linking the test program on the @code{d10v-elf}
7489and @code{m32r-elf} targets.
7490@end table
7491
7492You can build the test program using the @code{d10v-elf} GCC
7493cross-compiler like this:
7494
474c8240 7495@smallexample
df0cd8c5
JB
7496$ d10v-elf-gcc -g -c overlays.c
7497$ d10v-elf-gcc -g -c ovlymgr.c
7498$ d10v-elf-gcc -g -c foo.c
7499$ d10v-elf-gcc -g -c bar.c
7500$ d10v-elf-gcc -g -c baz.c
7501$ d10v-elf-gcc -g -c grbx.c
7502$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7503 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 7504@end smallexample
df0cd8c5
JB
7505
7506The build process is identical for any other architecture, except that
7507you must substitute the appropriate compiler and linker script for the
7508target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7509
7510
6d2ebf8b 7511@node Languages
c906108c
SS
7512@chapter Using @value{GDBN} with Different Languages
7513@cindex languages
7514
c906108c
SS
7515Although programming languages generally have common aspects, they are
7516rarely expressed in the same manner. For instance, in ANSI C,
7517dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7518Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 7519represented (and displayed) differently. Hex numbers in C appear as
c906108c 7520@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
7521
7522@cindex working language
7523Language-specific information is built into @value{GDBN} for some languages,
7524allowing you to express operations like the above in your program's
7525native language, and allowing @value{GDBN} to output values in a manner
7526consistent with the syntax of your program's native language. The
7527language you use to build expressions is called the @dfn{working
7528language}.
7529
7530@menu
7531* Setting:: Switching between source languages
7532* Show:: Displaying the language
c906108c 7533* Checks:: Type and range checks
c906108c 7534* Support:: Supported languages
4e562065 7535* Unsupported languages:: Unsupported languages
c906108c
SS
7536@end menu
7537
6d2ebf8b 7538@node Setting
c906108c
SS
7539@section Switching between source languages
7540
7541There are two ways to control the working language---either have @value{GDBN}
7542set it automatically, or select it manually yourself. You can use the
7543@code{set language} command for either purpose. On startup, @value{GDBN}
7544defaults to setting the language automatically. The working language is
7545used to determine how expressions you type are interpreted, how values
7546are printed, etc.
7547
7548In addition to the working language, every source file that
7549@value{GDBN} knows about has its own working language. For some object
7550file formats, the compiler might indicate which language a particular
7551source file is in. However, most of the time @value{GDBN} infers the
7552language from the name of the file. The language of a source file
b37052ae 7553controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 7554show each frame appropriately for its own language. There is no way to
d4f3574e
SS
7555set the language of a source file from within @value{GDBN}, but you can
7556set the language associated with a filename extension. @xref{Show, ,
7557Displaying the language}.
c906108c
SS
7558
7559This is most commonly a problem when you use a program, such
5d161b24 7560as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
7561another language. In that case, make the
7562program use @code{#line} directives in its C output; that way
7563@value{GDBN} will know the correct language of the source code of the original
7564program, and will display that source code, not the generated C code.
7565
7566@menu
7567* Filenames:: Filename extensions and languages.
7568* Manually:: Setting the working language manually
7569* Automatically:: Having @value{GDBN} infer the source language
7570@end menu
7571
6d2ebf8b 7572@node Filenames
c906108c
SS
7573@subsection List of filename extensions and languages
7574
7575If a source file name ends in one of the following extensions, then
7576@value{GDBN} infers that its language is the one indicated.
7577
7578@table @file
7579
7580@item .c
7581C source file
7582
7583@item .C
7584@itemx .cc
7585@itemx .cp
7586@itemx .cpp
7587@itemx .cxx
7588@itemx .c++
b37052ae 7589C@t{++} source file
c906108c 7590
b37303ee
AF
7591@item .m
7592Objective-C source file
7593
c906108c
SS
7594@item .f
7595@itemx .F
7596Fortran source file
7597
c906108c
SS
7598@item .mod
7599Modula-2 source file
c906108c
SS
7600
7601@item .s
7602@itemx .S
7603Assembler source file. This actually behaves almost like C, but
7604@value{GDBN} does not skip over function prologues when stepping.
7605@end table
7606
7607In addition, you may set the language associated with a filename
7608extension. @xref{Show, , Displaying the language}.
7609
6d2ebf8b 7610@node Manually
c906108c
SS
7611@subsection Setting the working language
7612
7613If you allow @value{GDBN} to set the language automatically,
7614expressions are interpreted the same way in your debugging session and
7615your program.
7616
7617@kindex set language
7618If you wish, you may set the language manually. To do this, issue the
7619command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 7620a language, such as
c906108c 7621@code{c} or @code{modula-2}.
c906108c
SS
7622For a list of the supported languages, type @samp{set language}.
7623
c906108c
SS
7624Setting the language manually prevents @value{GDBN} from updating the working
7625language automatically. This can lead to confusion if you try
7626to debug a program when the working language is not the same as the
7627source language, when an expression is acceptable to both
7628languages---but means different things. For instance, if the current
7629source file were written in C, and @value{GDBN} was parsing Modula-2, a
7630command such as:
7631
474c8240 7632@smallexample
c906108c 7633print a = b + c
474c8240 7634@end smallexample
c906108c
SS
7635
7636@noindent
7637might not have the effect you intended. In C, this means to add
7638@code{b} and @code{c} and place the result in @code{a}. The result
7639printed would be the value of @code{a}. In Modula-2, this means to compare
7640@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 7641
6d2ebf8b 7642@node Automatically
c906108c
SS
7643@subsection Having @value{GDBN} infer the source language
7644
7645To have @value{GDBN} set the working language automatically, use
7646@samp{set language local} or @samp{set language auto}. @value{GDBN}
7647then infers the working language. That is, when your program stops in a
7648frame (usually by encountering a breakpoint), @value{GDBN} sets the
7649working language to the language recorded for the function in that
7650frame. If the language for a frame is unknown (that is, if the function
7651or block corresponding to the frame was defined in a source file that
7652does not have a recognized extension), the current working language is
7653not changed, and @value{GDBN} issues a warning.
7654
7655This may not seem necessary for most programs, which are written
7656entirely in one source language. However, program modules and libraries
7657written in one source language can be used by a main program written in
7658a different source language. Using @samp{set language auto} in this
7659case frees you from having to set the working language manually.
7660
6d2ebf8b 7661@node Show
c906108c 7662@section Displaying the language
c906108c
SS
7663
7664The following commands help you find out which language is the
7665working language, and also what language source files were written in.
7666
7667@kindex show language
d4f3574e
SS
7668@kindex info frame@r{, show the source language}
7669@kindex info source@r{, show the source language}
c906108c
SS
7670@table @code
7671@item show language
7672Display the current working language. This is the
7673language you can use with commands such as @code{print} to
7674build and compute expressions that may involve variables in your program.
7675
7676@item info frame
5d161b24 7677Display the source language for this frame. This language becomes the
c906108c 7678working language if you use an identifier from this frame.
5d161b24 7679@xref{Frame Info, ,Information about a frame}, to identify the other
c906108c
SS
7680information listed here.
7681
7682@item info source
7683Display the source language of this source file.
5d161b24 7684@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
7685information listed here.
7686@end table
7687
7688In unusual circumstances, you may have source files with extensions
7689not in the standard list. You can then set the extension associated
7690with a language explicitly:
7691
7692@kindex set extension-language
7693@kindex info extensions
7694@table @code
7695@item set extension-language @var{.ext} @var{language}
7696Set source files with extension @var{.ext} to be assumed to be in
7697the source language @var{language}.
7698
7699@item info extensions
7700List all the filename extensions and the associated languages.
7701@end table
7702
6d2ebf8b 7703@node Checks
c906108c
SS
7704@section Type and range checking
7705
7706@quotation
7707@emph{Warning:} In this release, the @value{GDBN} commands for type and range
7708checking are included, but they do not yet have any effect. This
7709section documents the intended facilities.
7710@end quotation
7711@c FIXME remove warning when type/range code added
7712
7713Some languages are designed to guard you against making seemingly common
7714errors through a series of compile- and run-time checks. These include
7715checking the type of arguments to functions and operators, and making
7716sure mathematical overflows are caught at run time. Checks such as
7717these help to ensure a program's correctness once it has been compiled
7718by eliminating type mismatches, and providing active checks for range
7719errors when your program is running.
7720
7721@value{GDBN} can check for conditions like the above if you wish.
7722Although @value{GDBN} does not check the statements in your program, it
7723can check expressions entered directly into @value{GDBN} for evaluation via
7724the @code{print} command, for example. As with the working language,
7725@value{GDBN} can also decide whether or not to check automatically based on
7726your program's source language. @xref{Support, ,Supported languages},
7727for the default settings of supported languages.
7728
7729@menu
7730* Type Checking:: An overview of type checking
7731* Range Checking:: An overview of range checking
7732@end menu
7733
7734@cindex type checking
7735@cindex checks, type
6d2ebf8b 7736@node Type Checking
c906108c
SS
7737@subsection An overview of type checking
7738
7739Some languages, such as Modula-2, are strongly typed, meaning that the
7740arguments to operators and functions have to be of the correct type,
7741otherwise an error occurs. These checks prevent type mismatch
7742errors from ever causing any run-time problems. For example,
7743
7744@smallexample
77451 + 2 @result{} 3
7746@exdent but
7747@error{} 1 + 2.3
7748@end smallexample
7749
7750The second example fails because the @code{CARDINAL} 1 is not
7751type-compatible with the @code{REAL} 2.3.
7752
5d161b24
DB
7753For the expressions you use in @value{GDBN} commands, you can tell the
7754@value{GDBN} type checker to skip checking;
7755to treat any mismatches as errors and abandon the expression;
7756or to only issue warnings when type mismatches occur,
c906108c
SS
7757but evaluate the expression anyway. When you choose the last of
7758these, @value{GDBN} evaluates expressions like the second example above, but
7759also issues a warning.
7760
5d161b24
DB
7761Even if you turn type checking off, there may be other reasons
7762related to type that prevent @value{GDBN} from evaluating an expression.
7763For instance, @value{GDBN} does not know how to add an @code{int} and
7764a @code{struct foo}. These particular type errors have nothing to do
7765with the language in use, and usually arise from expressions, such as
c906108c
SS
7766the one described above, which make little sense to evaluate anyway.
7767
7768Each language defines to what degree it is strict about type. For
7769instance, both Modula-2 and C require the arguments to arithmetical
7770operators to be numbers. In C, enumerated types and pointers can be
7771represented as numbers, so that they are valid arguments to mathematical
7772operators. @xref{Support, ,Supported languages}, for further
7773details on specific languages.
7774
7775@value{GDBN} provides some additional commands for controlling the type checker:
7776
d4f3574e 7777@kindex set check@r{, type}
c906108c
SS
7778@kindex set check type
7779@kindex show check type
7780@table @code
7781@item set check type auto
7782Set type checking on or off based on the current working language.
7783@xref{Support, ,Supported languages}, for the default settings for
7784each language.
7785
7786@item set check type on
7787@itemx set check type off
7788Set type checking on or off, overriding the default setting for the
7789current working language. Issue a warning if the setting does not
7790match the language default. If any type mismatches occur in
d4f3574e 7791evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
7792message and aborts evaluation of the expression.
7793
7794@item set check type warn
7795Cause the type checker to issue warnings, but to always attempt to
7796evaluate the expression. Evaluating the expression may still
7797be impossible for other reasons. For example, @value{GDBN} cannot add
7798numbers and structures.
7799
7800@item show type
5d161b24 7801Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
7802is setting it automatically.
7803@end table
7804
7805@cindex range checking
7806@cindex checks, range
6d2ebf8b 7807@node Range Checking
c906108c
SS
7808@subsection An overview of range checking
7809
7810In some languages (such as Modula-2), it is an error to exceed the
7811bounds of a type; this is enforced with run-time checks. Such range
7812checking is meant to ensure program correctness by making sure
7813computations do not overflow, or indices on an array element access do
7814not exceed the bounds of the array.
7815
7816For expressions you use in @value{GDBN} commands, you can tell
7817@value{GDBN} to treat range errors in one of three ways: ignore them,
7818always treat them as errors and abandon the expression, or issue
7819warnings but evaluate the expression anyway.
7820
7821A range error can result from numerical overflow, from exceeding an
7822array index bound, or when you type a constant that is not a member
7823of any type. Some languages, however, do not treat overflows as an
7824error. In many implementations of C, mathematical overflow causes the
7825result to ``wrap around'' to lower values---for example, if @var{m} is
7826the largest integer value, and @var{s} is the smallest, then
7827
474c8240 7828@smallexample
c906108c 7829@var{m} + 1 @result{} @var{s}
474c8240 7830@end smallexample
c906108c
SS
7831
7832This, too, is specific to individual languages, and in some cases
7833specific to individual compilers or machines. @xref{Support, ,
7834Supported languages}, for further details on specific languages.
7835
7836@value{GDBN} provides some additional commands for controlling the range checker:
7837
d4f3574e 7838@kindex set check@r{, range}
c906108c
SS
7839@kindex set check range
7840@kindex show check range
7841@table @code
7842@item set check range auto
7843Set range checking on or off based on the current working language.
7844@xref{Support, ,Supported languages}, for the default settings for
7845each language.
7846
7847@item set check range on
7848@itemx set check range off
7849Set range checking on or off, overriding the default setting for the
7850current working language. A warning is issued if the setting does not
c3f6f71d
JM
7851match the language default. If a range error occurs and range checking is on,
7852then a message is printed and evaluation of the expression is aborted.
c906108c
SS
7853
7854@item set check range warn
7855Output messages when the @value{GDBN} range checker detects a range error,
7856but attempt to evaluate the expression anyway. Evaluating the
7857expression may still be impossible for other reasons, such as accessing
7858memory that the process does not own (a typical example from many Unix
7859systems).
7860
7861@item show range
7862Show the current setting of the range checker, and whether or not it is
7863being set automatically by @value{GDBN}.
7864@end table
c906108c 7865
6d2ebf8b 7866@node Support
c906108c 7867@section Supported languages
c906108c 7868
b37303ee 7869@value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, assembly, and Modula-2.
cce74817 7870@c This is false ...
c906108c
SS
7871Some @value{GDBN} features may be used in expressions regardless of the
7872language you use: the @value{GDBN} @code{@@} and @code{::} operators,
7873and the @samp{@{type@}addr} construct (@pxref{Expressions,
7874,Expressions}) can be used with the constructs of any supported
7875language.
7876
7877The following sections detail to what degree each source language is
7878supported by @value{GDBN}. These sections are not meant to be language
7879tutorials or references, but serve only as a reference guide to what the
7880@value{GDBN} expression parser accepts, and what input and output
7881formats should look like for different languages. There are many good
7882books written on each of these languages; please look to these for a
7883language reference or tutorial.
7884
c906108c 7885@menu
b37303ee
AF
7886* C:: C and C@t{++}
7887* Objective-C:: Objective-C
7888* Modula-2:: Modula-2
c906108c
SS
7889@end menu
7890
6d2ebf8b 7891@node C
b37052ae 7892@subsection C and C@t{++}
7a292a7a 7893
b37052ae
EZ
7894@cindex C and C@t{++}
7895@cindex expressions in C or C@t{++}
c906108c 7896
b37052ae 7897Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
7898to both languages. Whenever this is the case, we discuss those languages
7899together.
7900
41afff9a
EZ
7901@cindex C@t{++}
7902@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
7903@cindex @sc{gnu} C@t{++}
7904The C@t{++} debugging facilities are jointly implemented by the C@t{++}
7905compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
7906effectively, you must compile your C@t{++} programs with a supported
7907C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
7908compiler (@code{aCC}).
7909
0179ffac
DC
7910For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
7911format; if it doesn't work on your system, try the stabs+ debugging
7912format. You can select those formats explicitly with the @code{g++}
7913command-line options @option{-gdwarf-2} and @option{-gstabs+}.
7914@xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
7915CC, gcc.info, Using @sc{gnu} CC}.
c906108c 7916
c906108c 7917@menu
b37052ae
EZ
7918* C Operators:: C and C@t{++} operators
7919* C Constants:: C and C@t{++} constants
7920* C plus plus expressions:: C@t{++} expressions
7921* C Defaults:: Default settings for C and C@t{++}
7922* C Checks:: C and C@t{++} type and range checks
c906108c 7923* Debugging C:: @value{GDBN} and C
b37052ae 7924* Debugging C plus plus:: @value{GDBN} features for C@t{++}
c906108c 7925@end menu
c906108c 7926
6d2ebf8b 7927@node C Operators
b37052ae 7928@subsubsection C and C@t{++} operators
7a292a7a 7929
b37052ae 7930@cindex C and C@t{++} operators
c906108c
SS
7931
7932Operators must be defined on values of specific types. For instance,
7933@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 7934often defined on groups of types.
c906108c 7935
b37052ae 7936For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
7937
7938@itemize @bullet
53a5351d 7939
c906108c 7940@item
c906108c 7941@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 7942specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
7943
7944@item
d4f3574e
SS
7945@emph{Floating-point types} include @code{float}, @code{double}, and
7946@code{long double} (if supported by the target platform).
c906108c
SS
7947
7948@item
53a5351d 7949@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
7950
7951@item
7952@emph{Scalar types} include all of the above.
53a5351d 7953
c906108c
SS
7954@end itemize
7955
7956@noindent
7957The following operators are supported. They are listed here
7958in order of increasing precedence:
7959
7960@table @code
7961@item ,
7962The comma or sequencing operator. Expressions in a comma-separated list
7963are evaluated from left to right, with the result of the entire
7964expression being the last expression evaluated.
7965
7966@item =
7967Assignment. The value of an assignment expression is the value
7968assigned. Defined on scalar types.
7969
7970@item @var{op}=
7971Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
7972and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 7973@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
7974@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
7975@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
7976
7977@item ?:
7978The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
7979of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
7980integral type.
7981
7982@item ||
7983Logical @sc{or}. Defined on integral types.
7984
7985@item &&
7986Logical @sc{and}. Defined on integral types.
7987
7988@item |
7989Bitwise @sc{or}. Defined on integral types.
7990
7991@item ^
7992Bitwise exclusive-@sc{or}. Defined on integral types.
7993
7994@item &
7995Bitwise @sc{and}. Defined on integral types.
7996
7997@item ==@r{, }!=
7998Equality and inequality. Defined on scalar types. The value of these
7999expressions is 0 for false and non-zero for true.
8000
8001@item <@r{, }>@r{, }<=@r{, }>=
8002Less than, greater than, less than or equal, greater than or equal.
8003Defined on scalar types. The value of these expressions is 0 for false
8004and non-zero for true.
8005
8006@item <<@r{, }>>
8007left shift, and right shift. Defined on integral types.
8008
8009@item @@
8010The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8011
8012@item +@r{, }-
8013Addition and subtraction. Defined on integral types, floating-point types and
8014pointer types.
8015
8016@item *@r{, }/@r{, }%
8017Multiplication, division, and modulus. Multiplication and division are
8018defined on integral and floating-point types. Modulus is defined on
8019integral types.
8020
8021@item ++@r{, }--
8022Increment and decrement. When appearing before a variable, the
8023operation is performed before the variable is used in an expression;
8024when appearing after it, the variable's value is used before the
8025operation takes place.
8026
8027@item *
8028Pointer dereferencing. Defined on pointer types. Same precedence as
8029@code{++}.
8030
8031@item &
8032Address operator. Defined on variables. Same precedence as @code{++}.
8033
b37052ae
EZ
8034For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8035allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
c906108c 8036(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
b37052ae 8037where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 8038stored.
c906108c
SS
8039
8040@item -
8041Negative. Defined on integral and floating-point types. Same
8042precedence as @code{++}.
8043
8044@item !
8045Logical negation. Defined on integral types. Same precedence as
8046@code{++}.
8047
8048@item ~
8049Bitwise complement operator. Defined on integral types. Same precedence as
8050@code{++}.
8051
8052
8053@item .@r{, }->
8054Structure member, and pointer-to-structure member. For convenience,
8055@value{GDBN} regards the two as equivalent, choosing whether to dereference a
8056pointer based on the stored type information.
8057Defined on @code{struct} and @code{union} data.
8058
c906108c
SS
8059@item .*@r{, }->*
8060Dereferences of pointers to members.
c906108c
SS
8061
8062@item []
8063Array indexing. @code{@var{a}[@var{i}]} is defined as
8064@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
8065
8066@item ()
8067Function parameter list. Same precedence as @code{->}.
8068
c906108c 8069@item ::
b37052ae 8070C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 8071and @code{class} types.
c906108c
SS
8072
8073@item ::
7a292a7a
SS
8074Doubled colons also represent the @value{GDBN} scope operator
8075(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
8076above.
c906108c
SS
8077@end table
8078
c906108c
SS
8079If an operator is redefined in the user code, @value{GDBN} usually
8080attempts to invoke the redefined version instead of using the operator's
8081predefined meaning.
c906108c 8082
c906108c 8083@menu
5d161b24 8084* C Constants::
c906108c
SS
8085@end menu
8086
6d2ebf8b 8087@node C Constants
b37052ae 8088@subsubsection C and C@t{++} constants
c906108c 8089
b37052ae 8090@cindex C and C@t{++} constants
c906108c 8091
b37052ae 8092@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 8093following ways:
c906108c
SS
8094
8095@itemize @bullet
8096@item
8097Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
8098specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8099by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
8100@samp{l}, specifying that the constant should be treated as a
8101@code{long} value.
8102
8103@item
8104Floating point constants are a sequence of digits, followed by a decimal
8105point, followed by a sequence of digits, and optionally followed by an
8106exponent. An exponent is of the form:
8107@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8108sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
8109A floating-point constant may also end with a letter @samp{f} or
8110@samp{F}, specifying that the constant should be treated as being of
8111the @code{float} (as opposed to the default @code{double}) type; or with
8112a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8113constant.
c906108c
SS
8114
8115@item
8116Enumerated constants consist of enumerated identifiers, or their
8117integral equivalents.
8118
8119@item
8120Character constants are a single character surrounded by single quotes
8121(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 8122(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
8123be represented by a letter or by @dfn{escape sequences}, which are of
8124the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8125of the character's ordinal value; or of the form @samp{\@var{x}}, where
8126@samp{@var{x}} is a predefined special character---for example,
8127@samp{\n} for newline.
8128
8129@item
96a2c332
SS
8130String constants are a sequence of character constants surrounded by
8131double quotes (@code{"}). Any valid character constant (as described
8132above) may appear. Double quotes within the string must be preceded by
8133a backslash, so for instance @samp{"a\"b'c"} is a string of five
8134characters.
c906108c
SS
8135
8136@item
8137Pointer constants are an integral value. You can also write pointers
8138to constants using the C operator @samp{&}.
8139
8140@item
8141Array constants are comma-separated lists surrounded by braces @samp{@{}
8142and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8143integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8144and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8145@end itemize
8146
c906108c 8147@menu
5d161b24
DB
8148* C plus plus expressions::
8149* C Defaults::
8150* C Checks::
c906108c 8151
5d161b24 8152* Debugging C::
c906108c
SS
8153@end menu
8154
6d2ebf8b 8155@node C plus plus expressions
b37052ae
EZ
8156@subsubsection C@t{++} expressions
8157
8158@cindex expressions in C@t{++}
8159@value{GDBN} expression handling can interpret most C@t{++} expressions.
8160
0179ffac
DC
8161@cindex debugging C@t{++} programs
8162@cindex C@t{++} compilers
8163@cindex debug formats and C@t{++}
8164@cindex @value{NGCC} and C@t{++}
c906108c 8165@quotation
b37052ae 8166@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
0179ffac
DC
8167proper compiler and the proper debug format. Currently, @value{GDBN}
8168works best when debugging C@t{++} code that is compiled with
8169@value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8170@option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8171stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8172stabs+ as their default debug format, so you usually don't need to
8173specify a debug format explicitly. Other compilers and/or debug formats
8174are likely to work badly or not at all when using @value{GDBN} to debug
8175C@t{++} code.
c906108c 8176@end quotation
c906108c
SS
8177
8178@enumerate
8179
8180@cindex member functions
8181@item
8182Member function calls are allowed; you can use expressions like
8183
474c8240 8184@smallexample
c906108c 8185count = aml->GetOriginal(x, y)
474c8240 8186@end smallexample
c906108c 8187
41afff9a 8188@vindex this@r{, inside C@t{++} member functions}
b37052ae 8189@cindex namespace in C@t{++}
c906108c
SS
8190@item
8191While a member function is active (in the selected stack frame), your
8192expressions have the same namespace available as the member function;
8193that is, @value{GDBN} allows implicit references to the class instance
b37052ae 8194pointer @code{this} following the same rules as C@t{++}.
c906108c 8195
c906108c 8196@cindex call overloaded functions
d4f3574e 8197@cindex overloaded functions, calling
b37052ae 8198@cindex type conversions in C@t{++}
c906108c
SS
8199@item
8200You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 8201call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
8202perform overload resolution involving user-defined type conversions,
8203calls to constructors, or instantiations of templates that do not exist
8204in the program. It also cannot handle ellipsis argument lists or
8205default arguments.
8206
8207It does perform integral conversions and promotions, floating-point
8208promotions, arithmetic conversions, pointer conversions, conversions of
8209class objects to base classes, and standard conversions such as those of
8210functions or arrays to pointers; it requires an exact match on the
8211number of function arguments.
8212
8213Overload resolution is always performed, unless you have specified
8214@code{set overload-resolution off}. @xref{Debugging C plus plus,
b37052ae 8215,@value{GDBN} features for C@t{++}}.
c906108c 8216
d4f3574e 8217You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
8218explicit function signature to call an overloaded function, as in
8219@smallexample
8220p 'foo(char,int)'('x', 13)
8221@end smallexample
d4f3574e 8222
c906108c 8223The @value{GDBN} command-completion facility can simplify this;
d4f3574e 8224see @ref{Completion, ,Command completion}.
c906108c 8225
c906108c
SS
8226@cindex reference declarations
8227@item
b37052ae
EZ
8228@value{GDBN} understands variables declared as C@t{++} references; you can use
8229them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
8230dereferenced.
8231
8232In the parameter list shown when @value{GDBN} displays a frame, the values of
8233reference variables are not displayed (unlike other variables); this
8234avoids clutter, since references are often used for large structures.
8235The @emph{address} of a reference variable is always shown, unless
8236you have specified @samp{set print address off}.
8237
8238@item
b37052ae 8239@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
8240expressions can use it just as expressions in your program do. Since
8241one scope may be defined in another, you can use @code{::} repeatedly if
8242necessary, for example in an expression like
8243@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 8244resolving name scope by reference to source files, in both C and C@t{++}
c906108c
SS
8245debugging (@pxref{Variables, ,Program variables}).
8246@end enumerate
8247
b37052ae 8248In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
53a5351d
JM
8249calling virtual functions correctly, printing out virtual bases of
8250objects, calling functions in a base subobject, casting objects, and
8251invoking user-defined operators.
c906108c 8252
6d2ebf8b 8253@node C Defaults
b37052ae 8254@subsubsection C and C@t{++} defaults
7a292a7a 8255
b37052ae 8256@cindex C and C@t{++} defaults
c906108c 8257
c906108c
SS
8258If you allow @value{GDBN} to set type and range checking automatically, they
8259both default to @code{off} whenever the working language changes to
b37052ae 8260C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 8261selects the working language.
c906108c
SS
8262
8263If you allow @value{GDBN} to set the language automatically, it
8264recognizes source files whose names end with @file{.c}, @file{.C}, or
8265@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 8266these files, it sets the working language to C or C@t{++}.
c906108c
SS
8267@xref{Automatically, ,Having @value{GDBN} infer the source language},
8268for further details.
8269
c906108c
SS
8270@c Type checking is (a) primarily motivated by Modula-2, and (b)
8271@c unimplemented. If (b) changes, it might make sense to let this node
8272@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 8273
6d2ebf8b 8274@node C Checks
b37052ae 8275@subsubsection C and C@t{++} type and range checks
7a292a7a 8276
b37052ae 8277@cindex C and C@t{++} checks
c906108c 8278
b37052ae 8279By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
c906108c
SS
8280is not used. However, if you turn type checking on, @value{GDBN}
8281considers two variables type equivalent if:
8282
8283@itemize @bullet
8284@item
8285The two variables are structured and have the same structure, union, or
8286enumerated tag.
8287
8288@item
8289The two variables have the same type name, or types that have been
8290declared equivalent through @code{typedef}.
8291
8292@ignore
8293@c leaving this out because neither J Gilmore nor R Pesch understand it.
8294@c FIXME--beers?
8295@item
8296The two @code{struct}, @code{union}, or @code{enum} variables are
8297declared in the same declaration. (Note: this may not be true for all C
8298compilers.)
8299@end ignore
8300@end itemize
8301
8302Range checking, if turned on, is done on mathematical operations. Array
8303indices are not checked, since they are often used to index a pointer
8304that is not itself an array.
c906108c 8305
6d2ebf8b 8306@node Debugging C
c906108c 8307@subsubsection @value{GDBN} and C
c906108c
SS
8308
8309The @code{set print union} and @code{show print union} commands apply to
8310the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
8311inside a @code{struct} or @code{class} is also printed. Otherwise, it
8312appears as @samp{@{...@}}.
c906108c
SS
8313
8314The @code{@@} operator aids in the debugging of dynamic arrays, formed
8315with pointers and a memory allocation function. @xref{Expressions,
8316,Expressions}.
8317
c906108c 8318@menu
5d161b24 8319* Debugging C plus plus::
c906108c
SS
8320@end menu
8321
6d2ebf8b 8322@node Debugging C plus plus
b37052ae 8323@subsubsection @value{GDBN} features for C@t{++}
c906108c 8324
b37052ae 8325@cindex commands for C@t{++}
7a292a7a 8326
b37052ae
EZ
8327Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8328designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
8329
8330@table @code
8331@cindex break in overloaded functions
8332@item @r{breakpoint menus}
8333When you want a breakpoint in a function whose name is overloaded,
8334@value{GDBN} breakpoint menus help you specify which function definition
8335you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8336
b37052ae 8337@cindex overloading in C@t{++}
c906108c
SS
8338@item rbreak @var{regex}
8339Setting breakpoints using regular expressions is helpful for setting
8340breakpoints on overloaded functions that are not members of any special
8341classes.
8342@xref{Set Breaks, ,Setting breakpoints}.
8343
b37052ae 8344@cindex C@t{++} exception handling
c906108c
SS
8345@item catch throw
8346@itemx catch catch
b37052ae 8347Debug C@t{++} exception handling using these commands. @xref{Set
c906108c
SS
8348Catchpoints, , Setting catchpoints}.
8349
8350@cindex inheritance
8351@item ptype @var{typename}
8352Print inheritance relationships as well as other information for type
8353@var{typename}.
8354@xref{Symbols, ,Examining the Symbol Table}.
8355
b37052ae 8356@cindex C@t{++} symbol display
c906108c
SS
8357@item set print demangle
8358@itemx show print demangle
8359@itemx set print asm-demangle
8360@itemx show print asm-demangle
b37052ae
EZ
8361Control whether C@t{++} symbols display in their source form, both when
8362displaying code as C@t{++} source and when displaying disassemblies.
c906108c
SS
8363@xref{Print Settings, ,Print settings}.
8364
8365@item set print object
8366@itemx show print object
8367Choose whether to print derived (actual) or declared types of objects.
8368@xref{Print Settings, ,Print settings}.
8369
8370@item set print vtbl
8371@itemx show print vtbl
8372Control the format for printing virtual function tables.
8373@xref{Print Settings, ,Print settings}.
c906108c 8374(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 8375ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
8376
8377@kindex set overload-resolution
d4f3574e 8378@cindex overloaded functions, overload resolution
c906108c 8379@item set overload-resolution on
b37052ae 8380Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
8381is on. For overloaded functions, @value{GDBN} evaluates the arguments
8382and searches for a function whose signature matches the argument types,
b37052ae 8383using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
d4f3574e 8384expressions}, for details). If it cannot find a match, it emits a
c906108c
SS
8385message.
8386
8387@item set overload-resolution off
b37052ae 8388Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
8389overloaded functions that are not class member functions, @value{GDBN}
8390chooses the first function of the specified name that it finds in the
8391symbol table, whether or not its arguments are of the correct type. For
8392overloaded functions that are class member functions, @value{GDBN}
8393searches for a function whose signature @emph{exactly} matches the
8394argument types.
c906108c
SS
8395
8396@item @r{Overloaded symbol names}
8397You can specify a particular definition of an overloaded symbol, using
b37052ae 8398the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
8399@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8400also use the @value{GDBN} command-line word completion facilities to list the
8401available choices, or to finish the type list for you.
8402@xref{Completion,, Command completion}, for details on how to do this.
8403@end table
c906108c 8404
b37303ee
AF
8405@node Objective-C
8406@subsection Objective-C
8407
8408@cindex Objective-C
8409This section provides information about some commands and command
8410options that are useful for debugging Objective-C code.
8411
8412@menu
8413* Method Names in Commands::
8414* The Print Command with Objective-C::
8415@end menu
8416
8417@node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8418@subsubsection Method Names in Commands
8419
8420The following commands have been extended to accept Objective-C method
8421names as line specifications:
8422
8423@kindex clear@r{, and Objective-C}
8424@kindex break@r{, and Objective-C}
8425@kindex info line@r{, and Objective-C}
8426@kindex jump@r{, and Objective-C}
8427@kindex list@r{, and Objective-C}
8428@itemize
8429@item @code{clear}
8430@item @code{break}
8431@item @code{info line}
8432@item @code{jump}
8433@item @code{list}
8434@end itemize
8435
8436A fully qualified Objective-C method name is specified as
8437
8438@smallexample
8439-[@var{Class} @var{methodName}]
8440@end smallexample
8441
8442where the minus sign is used to indicate an instance method and a plus
8443sign (not shown) is used to indicate a class method. The
8444class name @var{Class} and method name @var{methoName} are enclosed in
8445brackets, similar to the way messages are specified in Objective-C source
8446code. For example, to set a breakpoint at the @code{create} instance method of
8447class @code{Fruit} in the program currently being debugged, enter:
8448
8449@smallexample
8450break -[Fruit create]
8451@end smallexample
8452
8453To list ten program lines around the @code{initialize} class method,
8454enter:
8455
8456@smallexample
8457list +[NSText initialize]
8458@end smallexample
8459
8460In the current version of GDB, the plus or minus sign is required. In
8461future versions of GDB, the plus or minus sign will be optional, but you
8462can use it to narrow the search. It is also possible to specify just a
8463method name:
8464
8465@smallexample
8466break create
8467@end smallexample
8468
8469You must specify the complete method name, including any colons. If
8470your program's source files contain more than one @code{create} method,
8471you'll be presented with a numbered list of classes that implement that
8472method. Indicate your choice by number, or type @samp{0} to exit if
8473none apply.
8474
8475As another example, to clear a breakpoint established at the
8476@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
8477
8478@smallexample
8479clear -[NSWindow makeKeyAndOrderFront:]
8480@end smallexample
8481
8482@node The Print Command with Objective-C
8483@subsubsection The Print Command With Objective-C
8484
8485The print command has also been extended to accept methods. For example:
8486
8487@smallexample
8488print -[object hash]
8489@end smallexample
8490
8491@cindex print an Objective-C object description
8492will tell gdb to send the -hash message to object and print the
8493result. Also an additional command has been added, @code{print-object}
8494or @code{po} for short, which is meant to print the description of an
8495object. However, this command may only work with certain Objective-C
8496libraries that have a particular hook function, called
8497@code{_NSPrintForDebugger} defined.
8498
8499@node Modula-2, , Objective-C, Support
c906108c 8500@subsection Modula-2
7a292a7a 8501
d4f3574e 8502@cindex Modula-2, @value{GDBN} support
c906108c
SS
8503
8504The extensions made to @value{GDBN} to support Modula-2 only support
8505output from the @sc{gnu} Modula-2 compiler (which is currently being
8506developed). Other Modula-2 compilers are not currently supported, and
8507attempting to debug executables produced by them is most likely
8508to give an error as @value{GDBN} reads in the executable's symbol
8509table.
8510
8511@cindex expressions in Modula-2
8512@menu
8513* M2 Operators:: Built-in operators
8514* Built-In Func/Proc:: Built-in functions and procedures
8515* M2 Constants:: Modula-2 constants
8516* M2 Defaults:: Default settings for Modula-2
8517* Deviations:: Deviations from standard Modula-2
8518* M2 Checks:: Modula-2 type and range checks
8519* M2 Scope:: The scope operators @code{::} and @code{.}
8520* GDB/M2:: @value{GDBN} and Modula-2
8521@end menu
8522
6d2ebf8b 8523@node M2 Operators
c906108c
SS
8524@subsubsection Operators
8525@cindex Modula-2 operators
8526
8527Operators must be defined on values of specific types. For instance,
8528@code{+} is defined on numbers, but not on structures. Operators are
8529often defined on groups of types. For the purposes of Modula-2, the
8530following definitions hold:
8531
8532@itemize @bullet
8533
8534@item
8535@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
8536their subranges.
8537
8538@item
8539@emph{Character types} consist of @code{CHAR} and its subranges.
8540
8541@item
8542@emph{Floating-point types} consist of @code{REAL}.
8543
8544@item
8545@emph{Pointer types} consist of anything declared as @code{POINTER TO
8546@var{type}}.
8547
8548@item
8549@emph{Scalar types} consist of all of the above.
8550
8551@item
8552@emph{Set types} consist of @code{SET} and @code{BITSET} types.
8553
8554@item
8555@emph{Boolean types} consist of @code{BOOLEAN}.
8556@end itemize
8557
8558@noindent
8559The following operators are supported, and appear in order of
8560increasing precedence:
8561
8562@table @code
8563@item ,
8564Function argument or array index separator.
8565
8566@item :=
8567Assignment. The value of @var{var} @code{:=} @var{value} is
8568@var{value}.
8569
8570@item <@r{, }>
8571Less than, greater than on integral, floating-point, or enumerated
8572types.
8573
8574@item <=@r{, }>=
96a2c332 8575Less than or equal to, greater than or equal to
c906108c
SS
8576on integral, floating-point and enumerated types, or set inclusion on
8577set types. Same precedence as @code{<}.
8578
8579@item =@r{, }<>@r{, }#
8580Equality and two ways of expressing inequality, valid on scalar types.
8581Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
8582available for inequality, since @code{#} conflicts with the script
8583comment character.
8584
8585@item IN
8586Set membership. Defined on set types and the types of their members.
8587Same precedence as @code{<}.
8588
8589@item OR
8590Boolean disjunction. Defined on boolean types.
8591
8592@item AND@r{, }&
d4f3574e 8593Boolean conjunction. Defined on boolean types.
c906108c
SS
8594
8595@item @@
8596The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8597
8598@item +@r{, }-
8599Addition and subtraction on integral and floating-point types, or union
8600and difference on set types.
8601
8602@item *
8603Multiplication on integral and floating-point types, or set intersection
8604on set types.
8605
8606@item /
8607Division on floating-point types, or symmetric set difference on set
8608types. Same precedence as @code{*}.
8609
8610@item DIV@r{, }MOD
8611Integer division and remainder. Defined on integral types. Same
8612precedence as @code{*}.
8613
8614@item -
8615Negative. Defined on @code{INTEGER} and @code{REAL} data.
8616
8617@item ^
8618Pointer dereferencing. Defined on pointer types.
8619
8620@item NOT
8621Boolean negation. Defined on boolean types. Same precedence as
8622@code{^}.
8623
8624@item .
8625@code{RECORD} field selector. Defined on @code{RECORD} data. Same
8626precedence as @code{^}.
8627
8628@item []
8629Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
8630
8631@item ()
8632Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
8633as @code{^}.
8634
8635@item ::@r{, }.
8636@value{GDBN} and Modula-2 scope operators.
8637@end table
8638
8639@quotation
8640@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
8641treats the use of the operator @code{IN}, or the use of operators
8642@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
8643@code{<=}, and @code{>=} on sets as an error.
8644@end quotation
8645
cb51c4e0 8646
6d2ebf8b 8647@node Built-In Func/Proc
c906108c 8648@subsubsection Built-in functions and procedures
cb51c4e0 8649@cindex Modula-2 built-ins
c906108c
SS
8650
8651Modula-2 also makes available several built-in procedures and functions.
8652In describing these, the following metavariables are used:
8653
8654@table @var
8655
8656@item a
8657represents an @code{ARRAY} variable.
8658
8659@item c
8660represents a @code{CHAR} constant or variable.
8661
8662@item i
8663represents a variable or constant of integral type.
8664
8665@item m
8666represents an identifier that belongs to a set. Generally used in the
8667same function with the metavariable @var{s}. The type of @var{s} should
8668be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
8669
8670@item n
8671represents a variable or constant of integral or floating-point type.
8672
8673@item r
8674represents a variable or constant of floating-point type.
8675
8676@item t
8677represents a type.
8678
8679@item v
8680represents a variable.
8681
8682@item x
8683represents a variable or constant of one of many types. See the
8684explanation of the function for details.
8685@end table
8686
8687All Modula-2 built-in procedures also return a result, described below.
8688
8689@table @code
8690@item ABS(@var{n})
8691Returns the absolute value of @var{n}.
8692
8693@item CAP(@var{c})
8694If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 8695equivalent, otherwise it returns its argument.
c906108c
SS
8696
8697@item CHR(@var{i})
8698Returns the character whose ordinal value is @var{i}.
8699
8700@item DEC(@var{v})
c3f6f71d 8701Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8702
8703@item DEC(@var{v},@var{i})
8704Decrements the value in the variable @var{v} by @var{i}. Returns the
8705new value.
8706
8707@item EXCL(@var{m},@var{s})
8708Removes the element @var{m} from the set @var{s}. Returns the new
8709set.
8710
8711@item FLOAT(@var{i})
8712Returns the floating point equivalent of the integer @var{i}.
8713
8714@item HIGH(@var{a})
8715Returns the index of the last member of @var{a}.
8716
8717@item INC(@var{v})
c3f6f71d 8718Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8719
8720@item INC(@var{v},@var{i})
8721Increments the value in the variable @var{v} by @var{i}. Returns the
8722new value.
8723
8724@item INCL(@var{m},@var{s})
8725Adds the element @var{m} to the set @var{s} if it is not already
8726there. Returns the new set.
8727
8728@item MAX(@var{t})
8729Returns the maximum value of the type @var{t}.
8730
8731@item MIN(@var{t})
8732Returns the minimum value of the type @var{t}.
8733
8734@item ODD(@var{i})
8735Returns boolean TRUE if @var{i} is an odd number.
8736
8737@item ORD(@var{x})
8738Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
8739value of a character is its @sc{ascii} value (on machines supporting the
8740@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
8741integral, character and enumerated types.
8742
8743@item SIZE(@var{x})
8744Returns the size of its argument. @var{x} can be a variable or a type.
8745
8746@item TRUNC(@var{r})
8747Returns the integral part of @var{r}.
8748
8749@item VAL(@var{t},@var{i})
8750Returns the member of the type @var{t} whose ordinal value is @var{i}.
8751@end table
8752
8753@quotation
8754@emph{Warning:} Sets and their operations are not yet supported, so
8755@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
8756an error.
8757@end quotation
8758
8759@cindex Modula-2 constants
6d2ebf8b 8760@node M2 Constants
c906108c
SS
8761@subsubsection Constants
8762
8763@value{GDBN} allows you to express the constants of Modula-2 in the following
8764ways:
8765
8766@itemize @bullet
8767
8768@item
8769Integer constants are simply a sequence of digits. When used in an
8770expression, a constant is interpreted to be type-compatible with the
8771rest of the expression. Hexadecimal integers are specified by a
8772trailing @samp{H}, and octal integers by a trailing @samp{B}.
8773
8774@item
8775Floating point constants appear as a sequence of digits, followed by a
8776decimal point and another sequence of digits. An optional exponent can
8777then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
8778@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
8779digits of the floating point constant must be valid decimal (base 10)
8780digits.
8781
8782@item
8783Character constants consist of a single character enclosed by a pair of
8784like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 8785also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
8786followed by a @samp{C}.
8787
8788@item
8789String constants consist of a sequence of characters enclosed by a
8790pair of like quotes, either single (@code{'}) or double (@code{"}).
8791Escape sequences in the style of C are also allowed. @xref{C
b37052ae 8792Constants, ,C and C@t{++} constants}, for a brief explanation of escape
c906108c
SS
8793sequences.
8794
8795@item
8796Enumerated constants consist of an enumerated identifier.
8797
8798@item
8799Boolean constants consist of the identifiers @code{TRUE} and
8800@code{FALSE}.
8801
8802@item
8803Pointer constants consist of integral values only.
8804
8805@item
8806Set constants are not yet supported.
8807@end itemize
8808
6d2ebf8b 8809@node M2 Defaults
c906108c
SS
8810@subsubsection Modula-2 defaults
8811@cindex Modula-2 defaults
8812
8813If type and range checking are set automatically by @value{GDBN}, they
8814both default to @code{on} whenever the working language changes to
d4f3574e 8815Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
8816selected the working language.
8817
8818If you allow @value{GDBN} to set the language automatically, then entering
8819code compiled from a file whose name ends with @file{.mod} sets the
d4f3574e 8820working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c906108c
SS
8821the language automatically}, for further details.
8822
6d2ebf8b 8823@node Deviations
c906108c
SS
8824@subsubsection Deviations from standard Modula-2
8825@cindex Modula-2, deviations from
8826
8827A few changes have been made to make Modula-2 programs easier to debug.
8828This is done primarily via loosening its type strictness:
8829
8830@itemize @bullet
8831@item
8832Unlike in standard Modula-2, pointer constants can be formed by
8833integers. This allows you to modify pointer variables during
8834debugging. (In standard Modula-2, the actual address contained in a
8835pointer variable is hidden from you; it can only be modified
8836through direct assignment to another pointer variable or expression that
8837returned a pointer.)
8838
8839@item
8840C escape sequences can be used in strings and characters to represent
8841non-printable characters. @value{GDBN} prints out strings with these
8842escape sequences embedded. Single non-printable characters are
8843printed using the @samp{CHR(@var{nnn})} format.
8844
8845@item
8846The assignment operator (@code{:=}) returns the value of its right-hand
8847argument.
8848
8849@item
8850All built-in procedures both modify @emph{and} return their argument.
8851@end itemize
8852
6d2ebf8b 8853@node M2 Checks
c906108c
SS
8854@subsubsection Modula-2 type and range checks
8855@cindex Modula-2 checks
8856
8857@quotation
8858@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
8859range checking.
8860@end quotation
8861@c FIXME remove warning when type/range checks added
8862
8863@value{GDBN} considers two Modula-2 variables type equivalent if:
8864
8865@itemize @bullet
8866@item
8867They are of types that have been declared equivalent via a @code{TYPE
8868@var{t1} = @var{t2}} statement
8869
8870@item
8871They have been declared on the same line. (Note: This is true of the
8872@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
8873@end itemize
8874
8875As long as type checking is enabled, any attempt to combine variables
8876whose types are not equivalent is an error.
8877
8878Range checking is done on all mathematical operations, assignment, array
8879index bounds, and all built-in functions and procedures.
8880
6d2ebf8b 8881@node M2 Scope
c906108c
SS
8882@subsubsection The scope operators @code{::} and @code{.}
8883@cindex scope
41afff9a 8884@cindex @code{.}, Modula-2 scope operator
c906108c
SS
8885@cindex colon, doubled as scope operator
8886@ifinfo
41afff9a 8887@vindex colon-colon@r{, in Modula-2}
c906108c
SS
8888@c Info cannot handle :: but TeX can.
8889@end ifinfo
8890@iftex
41afff9a 8891@vindex ::@r{, in Modula-2}
c906108c
SS
8892@end iftex
8893
8894There are a few subtle differences between the Modula-2 scope operator
8895(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
8896similar syntax:
8897
474c8240 8898@smallexample
c906108c
SS
8899
8900@var{module} . @var{id}
8901@var{scope} :: @var{id}
474c8240 8902@end smallexample
c906108c
SS
8903
8904@noindent
8905where @var{scope} is the name of a module or a procedure,
8906@var{module} the name of a module, and @var{id} is any declared
8907identifier within your program, except another module.
8908
8909Using the @code{::} operator makes @value{GDBN} search the scope
8910specified by @var{scope} for the identifier @var{id}. If it is not
8911found in the specified scope, then @value{GDBN} searches all scopes
8912enclosing the one specified by @var{scope}.
8913
8914Using the @code{.} operator makes @value{GDBN} search the current scope for
8915the identifier specified by @var{id} that was imported from the
8916definition module specified by @var{module}. With this operator, it is
8917an error if the identifier @var{id} was not imported from definition
8918module @var{module}, or if @var{id} is not an identifier in
8919@var{module}.
8920
6d2ebf8b 8921@node GDB/M2
c906108c
SS
8922@subsubsection @value{GDBN} and Modula-2
8923
8924Some @value{GDBN} commands have little use when debugging Modula-2 programs.
8925Five subcommands of @code{set print} and @code{show print} apply
b37052ae 8926specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 8927@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 8928apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
8929analogue in Modula-2.
8930
8931The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 8932with any language, is not useful with Modula-2. Its
c906108c 8933intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 8934created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 8935address can be specified by an integral constant, the construct
d4f3574e 8936@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
8937
8938@cindex @code{#} in Modula-2
8939In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
8940interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 8941
4e562065
JB
8942@node Unsupported languages
8943@section Unsupported languages
8944
8945@cindex unsupported languages
8946@cindex minimal language
8947In addition to the other fully-supported programming languages,
8948@value{GDBN} also provides a pseudo-language, called @code{minimal}.
8949It does not represent a real programming language, but provides a set
8950of capabilities close to what the C or assembly languages provide.
8951This should allow most simple operations to be performed while debugging
8952an application that uses a language currently not supported by @value{GDBN}.
8953
8954If the language is set to @code{auto}, @value{GDBN} will automatically
8955select this language if the current frame corresponds to an unsupported
8956language.
8957
6d2ebf8b 8958@node Symbols
c906108c
SS
8959@chapter Examining the Symbol Table
8960
d4f3574e 8961The commands described in this chapter allow you to inquire about the
c906108c
SS
8962symbols (names of variables, functions and types) defined in your
8963program. This information is inherent in the text of your program and
8964does not change as your program executes. @value{GDBN} finds it in your
8965program's symbol table, in the file indicated when you started @value{GDBN}
8966(@pxref{File Options, ,Choosing files}), or by one of the
8967file-management commands (@pxref{Files, ,Commands to specify files}).
8968
8969@cindex symbol names
8970@cindex names of symbols
8971@cindex quoting names
8972Occasionally, you may need to refer to symbols that contain unusual
8973characters, which @value{GDBN} ordinarily treats as word delimiters. The
8974most frequent case is in referring to static variables in other
8975source files (@pxref{Variables,,Program variables}). File names
8976are recorded in object files as debugging symbols, but @value{GDBN} would
8977ordinarily parse a typical file name, like @file{foo.c}, as the three words
8978@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
8979@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
8980
474c8240 8981@smallexample
c906108c 8982p 'foo.c'::x
474c8240 8983@end smallexample
c906108c
SS
8984
8985@noindent
8986looks up the value of @code{x} in the scope of the file @file{foo.c}.
8987
8988@table @code
8989@kindex info address
b37052ae 8990@cindex address of a symbol
c906108c
SS
8991@item info address @var{symbol}
8992Describe where the data for @var{symbol} is stored. For a register
8993variable, this says which register it is kept in. For a non-register
8994local variable, this prints the stack-frame offset at which the variable
8995is always stored.
8996
8997Note the contrast with @samp{print &@var{symbol}}, which does not work
8998at all for a register variable, and for a stack local variable prints
8999the exact address of the current instantiation of the variable.
9000
3d67e040 9001@kindex info symbol
b37052ae 9002@cindex symbol from address
3d67e040
EZ
9003@item info symbol @var{addr}
9004Print the name of a symbol which is stored at the address @var{addr}.
9005If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9006nearest symbol and an offset from it:
9007
474c8240 9008@smallexample
3d67e040
EZ
9009(@value{GDBP}) info symbol 0x54320
9010_initialize_vx + 396 in section .text
474c8240 9011@end smallexample
3d67e040
EZ
9012
9013@noindent
9014This is the opposite of the @code{info address} command. You can use
9015it to find out the name of a variable or a function given its address.
9016
c906108c 9017@kindex whatis
d4f3574e
SS
9018@item whatis @var{expr}
9019Print the data type of expression @var{expr}. @var{expr} is not
c906108c
SS
9020actually evaluated, and any side-effecting operations (such as
9021assignments or function calls) inside it do not take place.
9022@xref{Expressions, ,Expressions}.
9023
9024@item whatis
9025Print the data type of @code{$}, the last value in the value history.
9026
9027@kindex ptype
9028@item ptype @var{typename}
9029Print a description of data type @var{typename}. @var{typename} may be
7a292a7a
SS
9030the name of a type, or for C code it may have the form @samp{class
9031@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9032@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 9033
d4f3574e 9034@item ptype @var{expr}
c906108c 9035@itemx ptype
d4f3574e 9036Print a description of the type of expression @var{expr}. @code{ptype}
c906108c
SS
9037differs from @code{whatis} by printing a detailed description, instead
9038of just the name of the type.
9039
9040For example, for this variable declaration:
9041
474c8240 9042@smallexample
c906108c 9043struct complex @{double real; double imag;@} v;
474c8240 9044@end smallexample
c906108c
SS
9045
9046@noindent
9047the two commands give this output:
9048
474c8240 9049@smallexample
c906108c
SS
9050@group
9051(@value{GDBP}) whatis v
9052type = struct complex
9053(@value{GDBP}) ptype v
9054type = struct complex @{
9055 double real;
9056 double imag;
9057@}
9058@end group
474c8240 9059@end smallexample
c906108c
SS
9060
9061@noindent
9062As with @code{whatis}, using @code{ptype} without an argument refers to
9063the type of @code{$}, the last value in the value history.
9064
9065@kindex info types
9066@item info types @var{regexp}
9067@itemx info types
d4f3574e 9068Print a brief description of all types whose names match @var{regexp}
c906108c
SS
9069(or all types in your program, if you supply no argument). Each
9070complete typename is matched as though it were a complete line; thus,
9071@samp{i type value} gives information on all types in your program whose
d4f3574e 9072names include the string @code{value}, but @samp{i type ^value$} gives
c906108c
SS
9073information only on types whose complete name is @code{value}.
9074
9075This command differs from @code{ptype} in two ways: first, like
9076@code{whatis}, it does not print a detailed description; second, it
9077lists all source files where a type is defined.
9078
b37052ae
EZ
9079@kindex info scope
9080@cindex local variables
9081@item info scope @var{addr}
9082List all the variables local to a particular scope. This command
9083accepts a location---a function name, a source line, or an address
9084preceded by a @samp{*}, and prints all the variables local to the
9085scope defined by that location. For example:
9086
9087@smallexample
9088(@value{GDBP}) @b{info scope command_line_handler}
9089Scope for command_line_handler:
9090Symbol rl is an argument at stack/frame offset 8, length 4.
9091Symbol linebuffer is in static storage at address 0x150a18, length 4.
9092Symbol linelength is in static storage at address 0x150a1c, length 4.
9093Symbol p is a local variable in register $esi, length 4.
9094Symbol p1 is a local variable in register $ebx, length 4.
9095Symbol nline is a local variable in register $edx, length 4.
9096Symbol repeat is a local variable at frame offset -8, length 4.
9097@end smallexample
9098
f5c37c66
EZ
9099@noindent
9100This command is especially useful for determining what data to collect
9101during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
9102collect}.
9103
c906108c
SS
9104@kindex info source
9105@item info source
919d772c
JB
9106Show information about the current source file---that is, the source file for
9107the function containing the current point of execution:
9108@itemize @bullet
9109@item
9110the name of the source file, and the directory containing it,
9111@item
9112the directory it was compiled in,
9113@item
9114its length, in lines,
9115@item
9116which programming language it is written in,
9117@item
9118whether the executable includes debugging information for that file, and
9119if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
9120@item
9121whether the debugging information includes information about
9122preprocessor macros.
9123@end itemize
9124
c906108c
SS
9125
9126@kindex info sources
9127@item info sources
9128Print the names of all source files in your program for which there is
9129debugging information, organized into two lists: files whose symbols
9130have already been read, and files whose symbols will be read when needed.
9131
9132@kindex info functions
9133@item info functions
9134Print the names and data types of all defined functions.
9135
9136@item info functions @var{regexp}
9137Print the names and data types of all defined functions
9138whose names contain a match for regular expression @var{regexp}.
9139Thus, @samp{info fun step} finds all functions whose names
9140include @code{step}; @samp{info fun ^step} finds those whose names
1c5dfdad
MS
9141start with @code{step}. If a function name contains characters
9142that conflict with the regular expression language (eg.
9143@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
9144
9145@kindex info variables
9146@item info variables
9147Print the names and data types of all variables that are declared
6ca652b0 9148outside of functions (i.e.@: excluding local variables).
c906108c
SS
9149
9150@item info variables @var{regexp}
9151Print the names and data types of all variables (except for local
9152variables) whose names contain a match for regular expression
9153@var{regexp}.
9154
b37303ee
AF
9155@kindex info classes
9156@item info classes
9157@itemx info classes @var{regexp}
9158Display all Objective-C classes in your program, or
9159(with the @var{regexp} argument) all those matching a particular regular
9160expression.
9161
9162@kindex info selectors
9163@item info selectors
9164@itemx info selectors @var{regexp}
9165Display all Objective-C selectors in your program, or
9166(with the @var{regexp} argument) all those matching a particular regular
9167expression.
9168
c906108c
SS
9169@ignore
9170This was never implemented.
9171@kindex info methods
9172@item info methods
9173@itemx info methods @var{regexp}
9174The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
9175methods within C@t{++} program, or (with the @var{regexp} argument) a
9176specific set of methods found in the various C@t{++} classes. Many
9177C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
9178from the @code{ptype} command can be overwhelming and hard to use. The
9179@code{info-methods} command filters the methods, printing only those
9180which match the regular-expression @var{regexp}.
9181@end ignore
9182
c906108c
SS
9183@cindex reloading symbols
9184Some systems allow individual object files that make up your program to
7a292a7a
SS
9185be replaced without stopping and restarting your program. For example,
9186in VxWorks you can simply recompile a defective object file and keep on
9187running. If you are running on one of these systems, you can allow
9188@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
9189
9190@table @code
9191@kindex set symbol-reloading
9192@item set symbol-reloading on
9193Replace symbol definitions for the corresponding source file when an
9194object file with a particular name is seen again.
9195
9196@item set symbol-reloading off
6d2ebf8b
SS
9197Do not replace symbol definitions when encountering object files of the
9198same name more than once. This is the default state; if you are not
9199running on a system that permits automatic relinking of modules, you
9200should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
9201may discard symbols when linking large programs, that may contain
9202several modules (from different directories or libraries) with the same
9203name.
c906108c
SS
9204
9205@kindex show symbol-reloading
9206@item show symbol-reloading
9207Show the current @code{on} or @code{off} setting.
9208@end table
c906108c 9209
c906108c
SS
9210@kindex set opaque-type-resolution
9211@item set opaque-type-resolution on
9212Tell @value{GDBN} to resolve opaque types. An opaque type is a type
9213declared as a pointer to a @code{struct}, @code{class}, or
9214@code{union}---for example, @code{struct MyType *}---that is used in one
9215source file although the full declaration of @code{struct MyType} is in
9216another source file. The default is on.
9217
9218A change in the setting of this subcommand will not take effect until
9219the next time symbols for a file are loaded.
9220
9221@item set opaque-type-resolution off
9222Tell @value{GDBN} not to resolve opaque types. In this case, the type
9223is printed as follows:
9224@smallexample
9225@{<no data fields>@}
9226@end smallexample
9227
9228@kindex show opaque-type-resolution
9229@item show opaque-type-resolution
9230Show whether opaque types are resolved or not.
c906108c
SS
9231
9232@kindex maint print symbols
9233@cindex symbol dump
9234@kindex maint print psymbols
9235@cindex partial symbol dump
9236@item maint print symbols @var{filename}
9237@itemx maint print psymbols @var{filename}
9238@itemx maint print msymbols @var{filename}
9239Write a dump of debugging symbol data into the file @var{filename}.
9240These commands are used to debug the @value{GDBN} symbol-reading code. Only
9241symbols with debugging data are included. If you use @samp{maint print
9242symbols}, @value{GDBN} includes all the symbols for which it has already
9243collected full details: that is, @var{filename} reflects symbols for
9244only those files whose symbols @value{GDBN} has read. You can use the
9245command @code{info sources} to find out which files these are. If you
9246use @samp{maint print psymbols} instead, the dump shows information about
9247symbols that @value{GDBN} only knows partially---that is, symbols defined in
9248files that @value{GDBN} has skimmed, but not yet read completely. Finally,
9249@samp{maint print msymbols} dumps just the minimal symbol information
9250required for each object file from which @value{GDBN} has read some symbols.
9251@xref{Files, ,Commands to specify files}, for a discussion of how
9252@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 9253
5e7b2f39
JB
9254@kindex maint info symtabs
9255@kindex maint info psymtabs
44ea7b70
JB
9256@cindex listing @value{GDBN}'s internal symbol tables
9257@cindex symbol tables, listing @value{GDBN}'s internal
9258@cindex full symbol tables, listing @value{GDBN}'s internal
9259@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
9260@item maint info symtabs @r{[} @var{regexp} @r{]}
9261@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
9262
9263List the @code{struct symtab} or @code{struct partial_symtab}
9264structures whose names match @var{regexp}. If @var{regexp} is not
9265given, list them all. The output includes expressions which you can
9266copy into a @value{GDBN} debugging this one to examine a particular
9267structure in more detail. For example:
9268
9269@smallexample
5e7b2f39 9270(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
9271@{ objfile /home/gnu/build/gdb/gdb
9272 ((struct objfile *) 0x82e69d0)
9273 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
9274 ((struct partial_symtab *) 0x8474b10)
9275 readin no
9276 fullname (null)
9277 text addresses 0x814d3c8 -- 0x8158074
9278 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
9279 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
9280 dependencies (none)
9281 @}
9282@}
5e7b2f39 9283(@value{GDBP}) maint info symtabs
44ea7b70
JB
9284(@value{GDBP})
9285@end smallexample
9286@noindent
9287We see that there is one partial symbol table whose filename contains
9288the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
9289and we see that @value{GDBN} has not read in any symtabs yet at all.
9290If we set a breakpoint on a function, that will cause @value{GDBN} to
9291read the symtab for the compilation unit containing that function:
9292
9293@smallexample
9294(@value{GDBP}) break dwarf2_psymtab_to_symtab
9295Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
9296line 1574.
5e7b2f39 9297(@value{GDBP}) maint info symtabs
44ea7b70
JB
9298@{ objfile /home/gnu/build/gdb/gdb
9299 ((struct objfile *) 0x82e69d0)
9300 @{ symtab /home/gnu/src/gdb/dwarf2read.c
9301 ((struct symtab *) 0x86c1f38)
9302 dirname (null)
9303 fullname (null)
9304 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
9305 debugformat DWARF 2
9306 @}
9307@}
9308(@value{GDBP})
9309@end smallexample
c906108c
SS
9310@end table
9311
44ea7b70 9312
6d2ebf8b 9313@node Altering
c906108c
SS
9314@chapter Altering Execution
9315
9316Once you think you have found an error in your program, you might want to
9317find out for certain whether correcting the apparent error would lead to
9318correct results in the rest of the run. You can find the answer by
9319experiment, using the @value{GDBN} features for altering execution of the
9320program.
9321
9322For example, you can store new values into variables or memory
7a292a7a
SS
9323locations, give your program a signal, restart it at a different
9324address, or even return prematurely from a function.
c906108c
SS
9325
9326@menu
9327* Assignment:: Assignment to variables
9328* Jumping:: Continuing at a different address
c906108c 9329* Signaling:: Giving your program a signal
c906108c
SS
9330* Returning:: Returning from a function
9331* Calling:: Calling your program's functions
9332* Patching:: Patching your program
9333@end menu
9334
6d2ebf8b 9335@node Assignment
c906108c
SS
9336@section Assignment to variables
9337
9338@cindex assignment
9339@cindex setting variables
9340To alter the value of a variable, evaluate an assignment expression.
9341@xref{Expressions, ,Expressions}. For example,
9342
474c8240 9343@smallexample
c906108c 9344print x=4
474c8240 9345@end smallexample
c906108c
SS
9346
9347@noindent
9348stores the value 4 into the variable @code{x}, and then prints the
5d161b24 9349value of the assignment expression (which is 4).
c906108c
SS
9350@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
9351information on operators in supported languages.
c906108c
SS
9352
9353@kindex set variable
9354@cindex variables, setting
9355If you are not interested in seeing the value of the assignment, use the
9356@code{set} command instead of the @code{print} command. @code{set} is
9357really the same as @code{print} except that the expression's value is
9358not printed and is not put in the value history (@pxref{Value History,
9359,Value history}). The expression is evaluated only for its effects.
9360
c906108c
SS
9361If the beginning of the argument string of the @code{set} command
9362appears identical to a @code{set} subcommand, use the @code{set
9363variable} command instead of just @code{set}. This command is identical
9364to @code{set} except for its lack of subcommands. For example, if your
9365program has a variable @code{width}, you get an error if you try to set
9366a new value with just @samp{set width=13}, because @value{GDBN} has the
9367command @code{set width}:
9368
474c8240 9369@smallexample
c906108c
SS
9370(@value{GDBP}) whatis width
9371type = double
9372(@value{GDBP}) p width
9373$4 = 13
9374(@value{GDBP}) set width=47
9375Invalid syntax in expression.
474c8240 9376@end smallexample
c906108c
SS
9377
9378@noindent
9379The invalid expression, of course, is @samp{=47}. In
9380order to actually set the program's variable @code{width}, use
9381
474c8240 9382@smallexample
c906108c 9383(@value{GDBP}) set var width=47
474c8240 9384@end smallexample
53a5351d 9385
c906108c
SS
9386Because the @code{set} command has many subcommands that can conflict
9387with the names of program variables, it is a good idea to use the
9388@code{set variable} command instead of just @code{set}. For example, if
9389your program has a variable @code{g}, you run into problems if you try
9390to set a new value with just @samp{set g=4}, because @value{GDBN} has
9391the command @code{set gnutarget}, abbreviated @code{set g}:
9392
474c8240 9393@smallexample
c906108c
SS
9394@group
9395(@value{GDBP}) whatis g
9396type = double
9397(@value{GDBP}) p g
9398$1 = 1
9399(@value{GDBP}) set g=4
2df3850c 9400(@value{GDBP}) p g
c906108c
SS
9401$2 = 1
9402(@value{GDBP}) r
9403The program being debugged has been started already.
9404Start it from the beginning? (y or n) y
9405Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
9406"/home/smith/cc_progs/a.out": can't open to read symbols:
9407 Invalid bfd target.
c906108c
SS
9408(@value{GDBP}) show g
9409The current BFD target is "=4".
9410@end group
474c8240 9411@end smallexample
c906108c
SS
9412
9413@noindent
9414The program variable @code{g} did not change, and you silently set the
9415@code{gnutarget} to an invalid value. In order to set the variable
9416@code{g}, use
9417
474c8240 9418@smallexample
c906108c 9419(@value{GDBP}) set var g=4
474c8240 9420@end smallexample
c906108c
SS
9421
9422@value{GDBN} allows more implicit conversions in assignments than C; you can
9423freely store an integer value into a pointer variable or vice versa,
9424and you can convert any structure to any other structure that is the
9425same length or shorter.
9426@comment FIXME: how do structs align/pad in these conversions?
9427@comment /doc@cygnus.com 18dec1990
9428
9429To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
9430construct to generate a value of specified type at a specified address
9431(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
9432to memory location @code{0x83040} as an integer (which implies a certain size
9433and representation in memory), and
9434
474c8240 9435@smallexample
c906108c 9436set @{int@}0x83040 = 4
474c8240 9437@end smallexample
c906108c
SS
9438
9439@noindent
9440stores the value 4 into that memory location.
9441
6d2ebf8b 9442@node Jumping
c906108c
SS
9443@section Continuing at a different address
9444
9445Ordinarily, when you continue your program, you do so at the place where
9446it stopped, with the @code{continue} command. You can instead continue at
9447an address of your own choosing, with the following commands:
9448
9449@table @code
9450@kindex jump
9451@item jump @var{linespec}
9452Resume execution at line @var{linespec}. Execution stops again
9453immediately if there is a breakpoint there. @xref{List, ,Printing
9454source lines}, for a description of the different forms of
9455@var{linespec}. It is common practice to use the @code{tbreak} command
9456in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
9457breakpoints}.
9458
9459The @code{jump} command does not change the current stack frame, or
9460the stack pointer, or the contents of any memory location or any
9461register other than the program counter. If line @var{linespec} is in
9462a different function from the one currently executing, the results may
9463be bizarre if the two functions expect different patterns of arguments or
9464of local variables. For this reason, the @code{jump} command requests
9465confirmation if the specified line is not in the function currently
9466executing. However, even bizarre results are predictable if you are
9467well acquainted with the machine-language code of your program.
9468
9469@item jump *@var{address}
9470Resume execution at the instruction at address @var{address}.
9471@end table
9472
c906108c 9473@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
9474On many systems, you can get much the same effect as the @code{jump}
9475command by storing a new value into the register @code{$pc}. The
9476difference is that this does not start your program running; it only
9477changes the address of where it @emph{will} run when you continue. For
9478example,
c906108c 9479
474c8240 9480@smallexample
c906108c 9481set $pc = 0x485
474c8240 9482@end smallexample
c906108c
SS
9483
9484@noindent
9485makes the next @code{continue} command or stepping command execute at
9486address @code{0x485}, rather than at the address where your program stopped.
9487@xref{Continuing and Stepping, ,Continuing and stepping}.
c906108c
SS
9488
9489The most common occasion to use the @code{jump} command is to back
9490up---perhaps with more breakpoints set---over a portion of a program
9491that has already executed, in order to examine its execution in more
9492detail.
9493
c906108c 9494@c @group
6d2ebf8b 9495@node Signaling
c906108c
SS
9496@section Giving your program a signal
9497
9498@table @code
9499@kindex signal
9500@item signal @var{signal}
9501Resume execution where your program stopped, but immediately give it the
9502signal @var{signal}. @var{signal} can be the name or the number of a
9503signal. For example, on many systems @code{signal 2} and @code{signal
9504SIGINT} are both ways of sending an interrupt signal.
9505
9506Alternatively, if @var{signal} is zero, continue execution without
9507giving a signal. This is useful when your program stopped on account of
9508a signal and would ordinary see the signal when resumed with the
9509@code{continue} command; @samp{signal 0} causes it to resume without a
9510signal.
9511
9512@code{signal} does not repeat when you press @key{RET} a second time
9513after executing the command.
9514@end table
9515@c @end group
9516
9517Invoking the @code{signal} command is not the same as invoking the
9518@code{kill} utility from the shell. Sending a signal with @code{kill}
9519causes @value{GDBN} to decide what to do with the signal depending on
9520the signal handling tables (@pxref{Signals}). The @code{signal} command
9521passes the signal directly to your program.
9522
c906108c 9523
6d2ebf8b 9524@node Returning
c906108c
SS
9525@section Returning from a function
9526
9527@table @code
9528@cindex returning from a function
9529@kindex return
9530@item return
9531@itemx return @var{expression}
9532You can cancel execution of a function call with the @code{return}
9533command. If you give an
9534@var{expression} argument, its value is used as the function's return
9535value.
9536@end table
9537
9538When you use @code{return}, @value{GDBN} discards the selected stack frame
9539(and all frames within it). You can think of this as making the
9540discarded frame return prematurely. If you wish to specify a value to
9541be returned, give that value as the argument to @code{return}.
9542
9543This pops the selected stack frame (@pxref{Selection, ,Selecting a
9544frame}), and any other frames inside of it, leaving its caller as the
9545innermost remaining frame. That frame becomes selected. The
9546specified value is stored in the registers used for returning values
9547of functions.
9548
9549The @code{return} command does not resume execution; it leaves the
9550program stopped in the state that would exist if the function had just
9551returned. In contrast, the @code{finish} command (@pxref{Continuing
9552and Stepping, ,Continuing and stepping}) resumes execution until the
9553selected stack frame returns naturally.
9554
6d2ebf8b 9555@node Calling
c906108c
SS
9556@section Calling program functions
9557
9558@cindex calling functions
9559@kindex call
9560@table @code
9561@item call @var{expr}
9562Evaluate the expression @var{expr} without displaying @code{void}
9563returned values.
9564@end table
9565
9566You can use this variant of the @code{print} command if you want to
9567execute a function from your program, but without cluttering the output
5d161b24
DB
9568with @code{void} returned values. If the result is not void, it
9569is printed and saved in the value history.
c906108c 9570
6d2ebf8b 9571@node Patching
c906108c 9572@section Patching programs
7a292a7a 9573
c906108c
SS
9574@cindex patching binaries
9575@cindex writing into executables
c906108c 9576@cindex writing into corefiles
c906108c 9577
7a292a7a
SS
9578By default, @value{GDBN} opens the file containing your program's
9579executable code (or the corefile) read-only. This prevents accidental
9580alterations to machine code; but it also prevents you from intentionally
9581patching your program's binary.
c906108c
SS
9582
9583If you'd like to be able to patch the binary, you can specify that
9584explicitly with the @code{set write} command. For example, you might
9585want to turn on internal debugging flags, or even to make emergency
9586repairs.
9587
9588@table @code
9589@kindex set write
9590@item set write on
9591@itemx set write off
7a292a7a
SS
9592If you specify @samp{set write on}, @value{GDBN} opens executable and
9593core files for both reading and writing; if you specify @samp{set write
c906108c
SS
9594off} (the default), @value{GDBN} opens them read-only.
9595
9596If you have already loaded a file, you must load it again (using the
7a292a7a
SS
9597@code{exec-file} or @code{core-file} command) after changing @code{set
9598write}, for your new setting to take effect.
c906108c
SS
9599
9600@item show write
9601@kindex show write
7a292a7a
SS
9602Display whether executable files and core files are opened for writing
9603as well as reading.
c906108c
SS
9604@end table
9605
6d2ebf8b 9606@node GDB Files
c906108c
SS
9607@chapter @value{GDBN} Files
9608
7a292a7a
SS
9609@value{GDBN} needs to know the file name of the program to be debugged,
9610both in order to read its symbol table and in order to start your
9611program. To debug a core dump of a previous run, you must also tell
9612@value{GDBN} the name of the core dump file.
c906108c
SS
9613
9614@menu
9615* Files:: Commands to specify files
5b5d99cf 9616* Separate Debug Files:: Debugging information in separate files
c906108c
SS
9617* Symbol Errors:: Errors reading symbol files
9618@end menu
9619
6d2ebf8b 9620@node Files
c906108c 9621@section Commands to specify files
c906108c 9622
7a292a7a 9623@cindex symbol table
c906108c 9624@cindex core dump file
7a292a7a
SS
9625
9626You may want to specify executable and core dump file names. The usual
9627way to do this is at start-up time, using the arguments to
9628@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
9629Out of @value{GDBN}}).
c906108c
SS
9630
9631Occasionally it is necessary to change to a different file during a
9632@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
9633a file you want to use. In these situations the @value{GDBN} commands
9634to specify new files are useful.
9635
9636@table @code
9637@cindex executable file
9638@kindex file
9639@item file @var{filename}
9640Use @var{filename} as the program to be debugged. It is read for its
9641symbols and for the contents of pure memory. It is also the program
9642executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
9643directory and the file is not found in the @value{GDBN} working directory,
9644@value{GDBN} uses the environment variable @code{PATH} as a list of
9645directories to search, just as the shell does when looking for a program
9646to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
9647and your program, using the @code{path} command.
9648
6d2ebf8b 9649On systems with memory-mapped files, an auxiliary file named
c906108c
SS
9650@file{@var{filename}.syms} may hold symbol table information for
9651@var{filename}. If so, @value{GDBN} maps in the symbol table from
9652@file{@var{filename}.syms}, starting up more quickly. See the
9653descriptions of the file options @samp{-mapped} and @samp{-readnow}
9654(available on the command line, and with the commands @code{file},
5d161b24 9655@code{symbol-file}, or @code{add-symbol-file}, described below),
c906108c 9656for more information.
c906108c
SS
9657
9658@item file
9659@code{file} with no argument makes @value{GDBN} discard any information it
9660has on both executable file and the symbol table.
9661
9662@kindex exec-file
9663@item exec-file @r{[} @var{filename} @r{]}
9664Specify that the program to be run (but not the symbol table) is found
9665in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
9666if necessary to locate your program. Omitting @var{filename} means to
9667discard information on the executable file.
9668
9669@kindex symbol-file
9670@item symbol-file @r{[} @var{filename} @r{]}
9671Read symbol table information from file @var{filename}. @code{PATH} is
9672searched when necessary. Use the @code{file} command to get both symbol
9673table and program to run from the same file.
9674
9675@code{symbol-file} with no argument clears out @value{GDBN} information on your
9676program's symbol table.
9677
5d161b24 9678The @code{symbol-file} command causes @value{GDBN} to forget the contents
c906108c
SS
9679of its convenience variables, the value history, and all breakpoints and
9680auto-display expressions. This is because they may contain pointers to
9681the internal data recording symbols and data types, which are part of
9682the old symbol table data being discarded inside @value{GDBN}.
9683
9684@code{symbol-file} does not repeat if you press @key{RET} again after
9685executing it once.
9686
9687When @value{GDBN} is configured for a particular environment, it
9688understands debugging information in whatever format is the standard
9689generated for that environment; you may use either a @sc{gnu} compiler, or
9690other compilers that adhere to the local conventions.
c906108c
SS
9691Best results are usually obtained from @sc{gnu} compilers; for example,
9692using @code{@value{GCC}} you can generate debugging information for
9693optimized code.
c906108c
SS
9694
9695For most kinds of object files, with the exception of old SVR3 systems
9696using COFF, the @code{symbol-file} command does not normally read the
9697symbol table in full right away. Instead, it scans the symbol table
9698quickly to find which source files and which symbols are present. The
9699details are read later, one source file at a time, as they are needed.
9700
9701The purpose of this two-stage reading strategy is to make @value{GDBN}
9702start up faster. For the most part, it is invisible except for
9703occasional pauses while the symbol table details for a particular source
9704file are being read. (The @code{set verbose} command can turn these
9705pauses into messages if desired. @xref{Messages/Warnings, ,Optional
9706warnings and messages}.)
9707
c906108c
SS
9708We have not implemented the two-stage strategy for COFF yet. When the
9709symbol table is stored in COFF format, @code{symbol-file} reads the
9710symbol table data in full right away. Note that ``stabs-in-COFF''
9711still does the two-stage strategy, since the debug info is actually
9712in stabs format.
9713
9714@kindex readnow
9715@cindex reading symbols immediately
9716@cindex symbols, reading immediately
9717@kindex mapped
9718@cindex memory-mapped symbol file
9719@cindex saving symbol table
9720@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9721@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9722You can override the @value{GDBN} two-stage strategy for reading symbol
9723tables by using the @samp{-readnow} option with any of the commands that
9724load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 9725entire symbol table available.
c906108c 9726
c906108c
SS
9727If memory-mapped files are available on your system through the
9728@code{mmap} system call, you can use another option, @samp{-mapped}, to
9729cause @value{GDBN} to write the symbols for your program into a reusable
9730file. Future @value{GDBN} debugging sessions map in symbol information
9731from this auxiliary symbol file (if the program has not changed), rather
9732than spending time reading the symbol table from the executable
9733program. Using the @samp{-mapped} option has the same effect as
9734starting @value{GDBN} with the @samp{-mapped} command-line option.
9735
9736You can use both options together, to make sure the auxiliary symbol
9737file has all the symbol information for your program.
9738
9739The auxiliary symbol file for a program called @var{myprog} is called
9740@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
9741than the corresponding executable), @value{GDBN} always attempts to use
9742it when you debug @var{myprog}; no special options or commands are
9743needed.
9744
9745The @file{.syms} file is specific to the host machine where you run
9746@value{GDBN}. It holds an exact image of the internal @value{GDBN}
9747symbol table. It cannot be shared across multiple host platforms.
c906108c
SS
9748
9749@c FIXME: for now no mention of directories, since this seems to be in
9750@c flux. 13mar1992 status is that in theory GDB would look either in
9751@c current dir or in same dir as myprog; but issues like competing
9752@c GDB's, or clutter in system dirs, mean that in practice right now
9753@c only current dir is used. FFish says maybe a special GDB hierarchy
9754@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
9755@c files.
9756
9757@kindex core
9758@kindex core-file
9759@item core-file @r{[} @var{filename} @r{]}
9760Specify the whereabouts of a core dump file to be used as the ``contents
9761of memory''. Traditionally, core files contain only some parts of the
9762address space of the process that generated them; @value{GDBN} can access the
9763executable file itself for other parts.
9764
9765@code{core-file} with no argument specifies that no core file is
9766to be used.
9767
9768Note that the core file is ignored when your program is actually running
7a292a7a
SS
9769under @value{GDBN}. So, if you have been running your program and you
9770wish to debug a core file instead, you must kill the subprocess in which
9771the program is running. To do this, use the @code{kill} command
c906108c 9772(@pxref{Kill Process, ,Killing the child process}).
c906108c 9773
c906108c
SS
9774@kindex add-symbol-file
9775@cindex dynamic linking
9776@item add-symbol-file @var{filename} @var{address}
9777@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
17d9d558 9778@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
96a2c332
SS
9779The @code{add-symbol-file} command reads additional symbol table
9780information from the file @var{filename}. You would use this command
9781when @var{filename} has been dynamically loaded (by some other means)
9782into the program that is running. @var{address} should be the memory
9783address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
9784this out for itself. You can additionally specify an arbitrary number
9785of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
9786section name and base address for that section. You can specify any
9787@var{address} as an expression.
c906108c
SS
9788
9789The symbol table of the file @var{filename} is added to the symbol table
9790originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
9791@code{add-symbol-file} command any number of times; the new symbol data
9792thus read keeps adding to the old. To discard all old symbol data
9793instead, use the @code{symbol-file} command without any arguments.
c906108c 9794
17d9d558
JB
9795@cindex relocatable object files, reading symbols from
9796@cindex object files, relocatable, reading symbols from
9797@cindex reading symbols from relocatable object files
9798@cindex symbols, reading from relocatable object files
9799@cindex @file{.o} files, reading symbols from
9800Although @var{filename} is typically a shared library file, an
9801executable file, or some other object file which has been fully
9802relocated for loading into a process, you can also load symbolic
9803information from relocatable @file{.o} files, as long as:
9804
9805@itemize @bullet
9806@item
9807the file's symbolic information refers only to linker symbols defined in
9808that file, not to symbols defined by other object files,
9809@item
9810every section the file's symbolic information refers to has actually
9811been loaded into the inferior, as it appears in the file, and
9812@item
9813you can determine the address at which every section was loaded, and
9814provide these to the @code{add-symbol-file} command.
9815@end itemize
9816
9817@noindent
9818Some embedded operating systems, like Sun Chorus and VxWorks, can load
9819relocatable files into an already running program; such systems
9820typically make the requirements above easy to meet. However, it's
9821important to recognize that many native systems use complex link
9822procedures (@code{.linkonce} section factoring and C++ constructor table
9823assembly, for example) that make the requirements difficult to meet. In
9824general, one cannot assume that using @code{add-symbol-file} to read a
9825relocatable object file's symbolic information will have the same effect
9826as linking the relocatable object file into the program in the normal
9827way.
9828
c906108c
SS
9829@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
9830
9831You can use the @samp{-mapped} and @samp{-readnow} options just as with
9832the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
9833table information for @var{filename}.
9834
9835@kindex add-shared-symbol-file
9836@item add-shared-symbol-file
9837The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
5d161b24
DB
9838operating system for the Motorola 88k. @value{GDBN} automatically looks for
9839shared libraries, however if @value{GDBN} does not find yours, you can run
c906108c 9840@code{add-shared-symbol-file}. It takes no arguments.
c906108c 9841
c906108c
SS
9842@kindex section
9843@item section
5d161b24
DB
9844The @code{section} command changes the base address of section SECTION of
9845the exec file to ADDR. This can be used if the exec file does not contain
9846section addresses, (such as in the a.out format), or when the addresses
9847specified in the file itself are wrong. Each section must be changed
d4f3574e
SS
9848separately. The @code{info files} command, described below, lists all
9849the sections and their addresses.
c906108c
SS
9850
9851@kindex info files
9852@kindex info target
9853@item info files
9854@itemx info target
7a292a7a
SS
9855@code{info files} and @code{info target} are synonymous; both print the
9856current target (@pxref{Targets, ,Specifying a Debugging Target}),
9857including the names of the executable and core dump files currently in
9858use by @value{GDBN}, and the files from which symbols were loaded. The
9859command @code{help target} lists all possible targets rather than
9860current ones.
9861
fe95c787
MS
9862@kindex maint info sections
9863@item maint info sections
9864Another command that can give you extra information about program sections
9865is @code{maint info sections}. In addition to the section information
9866displayed by @code{info files}, this command displays the flags and file
9867offset of each section in the executable and core dump files. In addition,
9868@code{maint info sections} provides the following command options (which
9869may be arbitrarily combined):
9870
9871@table @code
9872@item ALLOBJ
9873Display sections for all loaded object files, including shared libraries.
9874@item @var{sections}
6600abed 9875Display info only for named @var{sections}.
fe95c787
MS
9876@item @var{section-flags}
9877Display info only for sections for which @var{section-flags} are true.
9878The section flags that @value{GDBN} currently knows about are:
9879@table @code
9880@item ALLOC
9881Section will have space allocated in the process when loaded.
9882Set for all sections except those containing debug information.
9883@item LOAD
9884Section will be loaded from the file into the child process memory.
9885Set for pre-initialized code and data, clear for @code{.bss} sections.
9886@item RELOC
9887Section needs to be relocated before loading.
9888@item READONLY
9889Section cannot be modified by the child process.
9890@item CODE
9891Section contains executable code only.
6600abed 9892@item DATA
fe95c787
MS
9893Section contains data only (no executable code).
9894@item ROM
9895Section will reside in ROM.
9896@item CONSTRUCTOR
9897Section contains data for constructor/destructor lists.
9898@item HAS_CONTENTS
9899Section is not empty.
9900@item NEVER_LOAD
9901An instruction to the linker to not output the section.
9902@item COFF_SHARED_LIBRARY
9903A notification to the linker that the section contains
9904COFF shared library information.
9905@item IS_COMMON
9906Section contains common symbols.
9907@end table
9908@end table
6763aef9
MS
9909@kindex set trust-readonly-sections
9910@item set trust-readonly-sections on
9911Tell @value{GDBN} that readonly sections in your object file
6ca652b0 9912really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
9913In that case, @value{GDBN} can fetch values from these sections
9914out of the object file, rather than from the target program.
9915For some targets (notably embedded ones), this can be a significant
9916enhancement to debugging performance.
9917
9918The default is off.
9919
9920@item set trust-readonly-sections off
15110bc3 9921Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
9922the contents of the section might change while the program is running,
9923and must therefore be fetched from the target when needed.
c906108c
SS
9924@end table
9925
9926All file-specifying commands allow both absolute and relative file names
9927as arguments. @value{GDBN} always converts the file name to an absolute file
9928name and remembers it that way.
9929
c906108c 9930@cindex shared libraries
c906108c
SS
9931@value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared
9932libraries.
53a5351d 9933
c906108c
SS
9934@value{GDBN} automatically loads symbol definitions from shared libraries
9935when you use the @code{run} command, or when you examine a core file.
9936(Before you issue the @code{run} command, @value{GDBN} does not understand
9937references to a function in a shared library, however---unless you are
9938debugging a core file).
53a5351d
JM
9939
9940On HP-UX, if the program loads a library explicitly, @value{GDBN}
9941automatically loads the symbols at the time of the @code{shl_load} call.
9942
c906108c
SS
9943@c FIXME: some @value{GDBN} release may permit some refs to undef
9944@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
9945@c FIXME...lib; check this from time to time when updating manual
9946
b7209cb4
FF
9947There are times, however, when you may wish to not automatically load
9948symbol definitions from shared libraries, such as when they are
9949particularly large or there are many of them.
9950
9951To control the automatic loading of shared library symbols, use the
9952commands:
9953
9954@table @code
9955@kindex set auto-solib-add
9956@item set auto-solib-add @var{mode}
9957If @var{mode} is @code{on}, symbols from all shared object libraries
9958will be loaded automatically when the inferior begins execution, you
9959attach to an independently started inferior, or when the dynamic linker
9960informs @value{GDBN} that a new library has been loaded. If @var{mode}
9961is @code{off}, symbols must be loaded manually, using the
9962@code{sharedlibrary} command. The default value is @code{on}.
9963
9964@kindex show auto-solib-add
9965@item show auto-solib-add
9966Display the current autoloading mode.
9967@end table
9968
9969To explicitly load shared library symbols, use the @code{sharedlibrary}
9970command:
9971
c906108c
SS
9972@table @code
9973@kindex info sharedlibrary
9974@kindex info share
9975@item info share
9976@itemx info sharedlibrary
9977Print the names of the shared libraries which are currently loaded.
9978
9979@kindex sharedlibrary
9980@kindex share
9981@item sharedlibrary @var{regex}
9982@itemx share @var{regex}
c906108c
SS
9983Load shared object library symbols for files matching a
9984Unix regular expression.
9985As with files loaded automatically, it only loads shared libraries
9986required by your program for a core file or after typing @code{run}. If
9987@var{regex} is omitted all shared libraries required by your program are
9988loaded.
9989@end table
9990
b7209cb4
FF
9991On some systems, such as HP-UX systems, @value{GDBN} supports
9992autoloading shared library symbols until a limiting threshold size is
9993reached. This provides the benefit of allowing autoloading to remain on
9994by default, but avoids autoloading excessively large shared libraries,
9995up to a threshold that is initially set, but which you can modify if you
9996wish.
c906108c
SS
9997
9998Beyond that threshold, symbols from shared libraries must be explicitly
d4f3574e
SS
9999loaded. To load these symbols, use the command @code{sharedlibrary
10000@var{filename}}. The base address of the shared library is determined
c906108c
SS
10001automatically by @value{GDBN} and need not be specified.
10002
10003To display or set the threshold, use the commands:
10004
10005@table @code
b7209cb4
FF
10006@kindex set auto-solib-limit
10007@item set auto-solib-limit @var{threshold}
10008Set the autoloading size threshold, in an integral number of megabytes.
10009If @var{threshold} is nonzero and shared library autoloading is enabled,
10010symbols from all shared object libraries will be loaded until the total
10011size of the loaded shared library symbols exceeds this threshold.
c906108c 10012Otherwise, symbols must be loaded manually, using the
6ca652b0 10013@code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100
b7209cb4 10014Mb).
c906108c 10015
b7209cb4
FF
10016@kindex show auto-solib-limit
10017@item show auto-solib-limit
c906108c
SS
10018Display the current autoloading size threshold, in megabytes.
10019@end table
c906108c 10020
f5ebfba0
DJ
10021Shared libraries are also supported in many cross or remote debugging
10022configurations. A copy of the target's libraries need to be present on the
10023host system; they need to be the same as the target libraries, although the
10024copies on the target can be stripped as long as the copies on the host are
10025not.
10026
10027You need to tell @value{GDBN} where the target libraries are, so that it can
10028load the correct copies---otherwise, it may try to load the host's libraries.
10029@value{GDBN} has two variables to specify the search directories for target
10030libraries.
10031
10032@table @code
10033@kindex set solib-absolute-prefix
10034@item set solib-absolute-prefix @var{path}
10035If this variable is set, @var{path} will be used as a prefix for any
10036absolute shared library paths; many runtime loaders store the absolute
10037paths to the shared library in the target program's memory. If you use
10038@samp{solib-absolute-prefix} to find shared libraries, they need to be laid
10039out in the same way that they are on the target, with e.g.@: a
10040@file{/usr/lib} hierarchy under @var{path}.
10041
10042You can set the default value of @samp{solib-absolute-prefix} by using the
10043configure-time @samp{--with-sysroot} option.
10044
10045@kindex show solib-absolute-prefix
10046@item show solib-absolute-prefix
10047Display the current shared library prefix.
10048
10049@kindex set solib-search-path
10050@item set solib-search-path @var{path}
10051If this variable is set, @var{path} is a colon-separated list of directories
10052to search for shared libraries. @samp{solib-search-path} is used after
10053@samp{solib-absolute-prefix} fails to locate the library, or if the path to
10054the library is relative instead of absolute. If you want to use
10055@samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
10056set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
10057@value{GDBN} from finding your host's libraries.
10058
10059@kindex show solib-search-path
10060@item show solib-search-path
10061Display the current shared library search path.
10062@end table
10063
5b5d99cf
JB
10064
10065@node Separate Debug Files
10066@section Debugging Information in Separate Files
10067@cindex separate debugging information files
10068@cindex debugging information in separate files
10069@cindex @file{.debug} subdirectories
10070@cindex debugging information directory, global
10071@cindex global debugging information directory
10072
10073@value{GDBN} allows you to put a program's debugging information in a
10074file separate from the executable itself, in a way that allows
10075@value{GDBN} to find and load the debugging information automatically.
10076Since debugging information can be very large --- sometimes larger
10077than the executable code itself --- some systems distribute debugging
10078information for their executables in separate files, which users can
10079install only when they need to debug a problem.
10080
10081If an executable's debugging information has been extracted to a
10082separate file, the executable should contain a @dfn{debug link} giving
10083the name of the debugging information file (with no directory
10084components), and a checksum of its contents. (The exact form of a
10085debug link is described below.) If the full name of the directory
10086containing the executable is @var{execdir}, and the executable has a
10087debug link that specifies the name @var{debugfile}, then @value{GDBN}
10088will automatically search for the debugging information file in three
10089places:
10090
10091@itemize @bullet
10092@item
10093the directory containing the executable file (that is, it will look
10094for a file named @file{@var{execdir}/@var{debugfile}},
10095@item
10096a subdirectory of that directory named @file{.debug} (that is, the
10097file @file{@var{execdir}/.debug/@var{debugfile}}, and
10098@item
10099a subdirectory of the global debug file directory that includes the
10100executable's full path, and the name from the link (that is, the file
10101@file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
10102@var{globaldebugdir} is the global debug file directory, and
10103@var{execdir} has been turned into a relative path).
10104@end itemize
10105@noindent
10106@value{GDBN} checks under each of these names for a debugging
10107information file whose checksum matches that given in the link, and
10108reads the debugging information from the first one it finds.
10109
10110So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
10111which has a link containing the name @file{ls.debug}, and the global
10112debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
10113for debug information in @file{/usr/bin/ls.debug},
10114@file{/usr/bin/.debug/ls.debug}, and
10115@file{/usr/lib/debug/usr/bin/ls.debug}.
10116
10117You can set the global debugging info directory's name, and view the
10118name @value{GDBN} is currently using.
10119
10120@table @code
10121
10122@kindex set debug-file-directory
10123@item set debug-file-directory @var{directory}
10124Set the directory which @value{GDBN} searches for separate debugging
10125information files to @var{directory}.
10126
10127@kindex show debug-file-directory
10128@item show debug-file-directory
10129Show the directory @value{GDBN} searches for separate debugging
10130information files.
10131
10132@end table
10133
10134@cindex @code{.gnu_debuglink} sections
10135@cindex debug links
10136A debug link is a special section of the executable file named
10137@code{.gnu_debuglink}. The section must contain:
10138
10139@itemize
10140@item
10141A filename, with any leading directory components removed, followed by
10142a zero byte,
10143@item
10144zero to three bytes of padding, as needed to reach the next four-byte
10145boundary within the section, and
10146@item
10147a four-byte CRC checksum, stored in the same endianness used for the
10148executable file itself. The checksum is computed on the debugging
10149information file's full contents by the function given below, passing
10150zero as the @var{crc} argument.
10151@end itemize
10152
10153Any executable file format can carry a debug link, as long as it can
10154contain a section named @code{.gnu_debuglink} with the contents
10155described above.
10156
10157The debugging information file itself should be an ordinary
10158executable, containing a full set of linker symbols, sections, and
10159debugging information. The sections of the debugging information file
10160should have the same names, addresses and sizes as the original file,
10161but they need not contain any data --- much like a @code{.bss} section
10162in an ordinary executable.
10163
10164As of December 2002, there is no standard GNU utility to produce
10165separated executable / debugging information file pairs. Ulrich
10166Drepper's @file{elfutils} package, starting with version 0.53,
10167contains a version of the @code{strip} command such that the command
10168@kbd{strip foo -f foo.debug} removes the debugging information from
10169the executable file @file{foo}, places it in the file
10170@file{foo.debug}, and leaves behind a debug link in @file{foo}.
10171
10172Since there are many different ways to compute CRC's (different
10173polynomials, reversals, byte ordering, etc.), the simplest way to
10174describe the CRC used in @code{.gnu_debuglink} sections is to give the
10175complete code for a function that computes it:
10176
10177@kindex @code{gnu_debuglink_crc32}
10178@smallexample
10179unsigned long
10180gnu_debuglink_crc32 (unsigned long crc,
10181 unsigned char *buf, size_t len)
10182@{
10183 static const unsigned long crc32_table[256] =
10184 @{
10185 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
10186 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
10187 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
10188 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
10189 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
10190 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
10191 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
10192 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
10193 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
10194 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
10195 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
10196 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
10197 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
10198 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
10199 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
10200 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
10201 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
10202 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
10203 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
10204 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
10205 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
10206 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
10207 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
10208 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
10209 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
10210 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
10211 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
10212 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
10213 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
10214 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
10215 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
10216 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
10217 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
10218 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
10219 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
10220 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
10221 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
10222 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
10223 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
10224 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
10225 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
10226 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
10227 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
10228 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
10229 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
10230 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
10231 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
10232 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
10233 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
10234 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
10235 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
10236 0x2d02ef8d
10237 @};
10238 unsigned char *end;
10239
10240 crc = ~crc & 0xffffffff;
10241 for (end = buf + len; buf < end; ++buf)
10242 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
e7a3abfc 10243 return ~crc & 0xffffffff;
5b5d99cf
JB
10244@}
10245@end smallexample
10246
10247
6d2ebf8b 10248@node Symbol Errors
c906108c
SS
10249@section Errors reading symbol files
10250
10251While reading a symbol file, @value{GDBN} occasionally encounters problems,
10252such as symbol types it does not recognize, or known bugs in compiler
10253output. By default, @value{GDBN} does not notify you of such problems, since
10254they are relatively common and primarily of interest to people
10255debugging compilers. If you are interested in seeing information
10256about ill-constructed symbol tables, you can either ask @value{GDBN} to print
10257only one message about each such type of problem, no matter how many
10258times the problem occurs; or you can ask @value{GDBN} to print more messages,
10259to see how many times the problems occur, with the @code{set
10260complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
10261messages}).
10262
10263The messages currently printed, and their meanings, include:
10264
10265@table @code
10266@item inner block not inside outer block in @var{symbol}
10267
10268The symbol information shows where symbol scopes begin and end
10269(such as at the start of a function or a block of statements). This
10270error indicates that an inner scope block is not fully contained
10271in its outer scope blocks.
10272
10273@value{GDBN} circumvents the problem by treating the inner block as if it had
10274the same scope as the outer block. In the error message, @var{symbol}
10275may be shown as ``@code{(don't know)}'' if the outer block is not a
10276function.
10277
10278@item block at @var{address} out of order
10279
10280The symbol information for symbol scope blocks should occur in
10281order of increasing addresses. This error indicates that it does not
10282do so.
10283
10284@value{GDBN} does not circumvent this problem, and has trouble
10285locating symbols in the source file whose symbols it is reading. (You
10286can often determine what source file is affected by specifying
10287@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
10288messages}.)
10289
10290@item bad block start address patched
10291
10292The symbol information for a symbol scope block has a start address
10293smaller than the address of the preceding source line. This is known
10294to occur in the SunOS 4.1.1 (and earlier) C compiler.
10295
10296@value{GDBN} circumvents the problem by treating the symbol scope block as
10297starting on the previous source line.
10298
10299@item bad string table offset in symbol @var{n}
10300
10301@cindex foo
10302Symbol number @var{n} contains a pointer into the string table which is
10303larger than the size of the string table.
10304
10305@value{GDBN} circumvents the problem by considering the symbol to have the
10306name @code{foo}, which may cause other problems if many symbols end up
10307with this name.
10308
10309@item unknown symbol type @code{0x@var{nn}}
10310
7a292a7a
SS
10311The symbol information contains new data types that @value{GDBN} does
10312not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 10313uncomprehended information, in hexadecimal.
c906108c 10314
7a292a7a
SS
10315@value{GDBN} circumvents the error by ignoring this symbol information.
10316This usually allows you to debug your program, though certain symbols
c906108c 10317are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
10318debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
10319on @code{complain}, then go up to the function @code{read_dbx_symtab}
10320and examine @code{*bufp} to see the symbol.
c906108c
SS
10321
10322@item stub type has NULL name
c906108c 10323
7a292a7a 10324@value{GDBN} could not find the full definition for a struct or class.
c906108c 10325
7a292a7a 10326@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 10327The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
10328information that recent versions of the compiler should have output for
10329it.
c906108c
SS
10330
10331@item info mismatch between compiler and debugger
10332
10333@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 10334
c906108c
SS
10335@end table
10336
6d2ebf8b 10337@node Targets
c906108c 10338@chapter Specifying a Debugging Target
7a292a7a 10339
c906108c
SS
10340@cindex debugging target
10341@kindex target
10342
10343A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
10344
10345Often, @value{GDBN} runs in the same host environment as your program;
10346in that case, the debugging target is specified as a side effect when
10347you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
10348flexibility---for example, running @value{GDBN} on a physically separate
10349host, or controlling a standalone system over a serial port or a
53a5351d
JM
10350realtime system over a TCP/IP connection---you can use the @code{target}
10351command to specify one of the target types configured for @value{GDBN}
10352(@pxref{Target Commands, ,Commands for managing targets}).
c906108c
SS
10353
10354@menu
10355* Active Targets:: Active targets
10356* Target Commands:: Commands for managing targets
c906108c
SS
10357* Byte Order:: Choosing target byte order
10358* Remote:: Remote debugging
96baa820 10359* KOD:: Kernel Object Display
c906108c
SS
10360
10361@end menu
10362
6d2ebf8b 10363@node Active Targets
c906108c 10364@section Active targets
7a292a7a 10365
c906108c
SS
10366@cindex stacking targets
10367@cindex active targets
10368@cindex multiple targets
10369
c906108c 10370There are three classes of targets: processes, core files, and
7a292a7a
SS
10371executable files. @value{GDBN} can work concurrently on up to three
10372active targets, one in each class. This allows you to (for example)
10373start a process and inspect its activity without abandoning your work on
10374a core file.
c906108c
SS
10375
10376For example, if you execute @samp{gdb a.out}, then the executable file
10377@code{a.out} is the only active target. If you designate a core file as
10378well---presumably from a prior run that crashed and coredumped---then
10379@value{GDBN} has two active targets and uses them in tandem, looking
10380first in the corefile target, then in the executable file, to satisfy
10381requests for memory addresses. (Typically, these two classes of target
10382are complementary, since core files contain only a program's
10383read-write memory---variables and so on---plus machine status, while
10384executable files contain only the program text and initialized data.)
c906108c
SS
10385
10386When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
10387target as well. When a process target is active, all @value{GDBN}
10388commands requesting memory addresses refer to that target; addresses in
10389an active core file or executable file target are obscured while the
10390process target is active.
c906108c 10391
7a292a7a
SS
10392Use the @code{core-file} and @code{exec-file} commands to select a new
10393core file or executable target (@pxref{Files, ,Commands to specify
c906108c 10394files}). To specify as a target a process that is already running, use
7a292a7a
SS
10395the @code{attach} command (@pxref{Attach, ,Debugging an already-running
10396process}).
c906108c 10397
6d2ebf8b 10398@node Target Commands
c906108c
SS
10399@section Commands for managing targets
10400
10401@table @code
10402@item target @var{type} @var{parameters}
7a292a7a
SS
10403Connects the @value{GDBN} host environment to a target machine or
10404process. A target is typically a protocol for talking to debugging
10405facilities. You use the argument @var{type} to specify the type or
10406protocol of the target machine.
c906108c
SS
10407
10408Further @var{parameters} are interpreted by the target protocol, but
10409typically include things like device names or host names to connect
10410with, process numbers, and baud rates.
c906108c
SS
10411
10412The @code{target} command does not repeat if you press @key{RET} again
10413after executing the command.
10414
10415@kindex help target
10416@item help target
10417Displays the names of all targets available. To display targets
10418currently selected, use either @code{info target} or @code{info files}
10419(@pxref{Files, ,Commands to specify files}).
10420
10421@item help target @var{name}
10422Describe a particular target, including any parameters necessary to
10423select it.
10424
10425@kindex set gnutarget
10426@item set gnutarget @var{args}
5d161b24 10427@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 10428knows whether it is reading an @dfn{executable},
5d161b24
DB
10429a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
10430with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
10431with @code{gnutarget} the @code{target} refers to a program, not a machine.
10432
d4f3574e 10433@quotation
c906108c
SS
10434@emph{Warning:} To specify a file format with @code{set gnutarget},
10435you must know the actual BFD name.
d4f3574e 10436@end quotation
c906108c 10437
d4f3574e
SS
10438@noindent
10439@xref{Files, , Commands to specify files}.
c906108c 10440
5d161b24 10441@kindex show gnutarget
c906108c
SS
10442@item show gnutarget
10443Use the @code{show gnutarget} command to display what file format
10444@code{gnutarget} is set to read. If you have not set @code{gnutarget},
10445@value{GDBN} will determine the file format for each file automatically,
10446and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
10447@end table
10448
c906108c
SS
10449Here are some common targets (available, or not, depending on the GDB
10450configuration):
c906108c
SS
10451
10452@table @code
10453@kindex target exec
10454@item target exec @var{program}
10455An executable file. @samp{target exec @var{program}} is the same as
10456@samp{exec-file @var{program}}.
10457
c906108c
SS
10458@kindex target core
10459@item target core @var{filename}
10460A core dump file. @samp{target core @var{filename}} is the same as
10461@samp{core-file @var{filename}}.
c906108c
SS
10462
10463@kindex target remote
10464@item target remote @var{dev}
10465Remote serial target in GDB-specific protocol. The argument @var{dev}
10466specifies what serial device to use for the connection (e.g.
10467@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
d4f3574e 10468supports the @code{load} command. This is only useful if you have
c906108c
SS
10469some other way of getting the stub to the target system, and you can put
10470it somewhere in memory where it won't get clobbered by the download.
10471
c906108c
SS
10472@kindex target sim
10473@item target sim
2df3850c 10474Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 10475In general,
474c8240 10476@smallexample
104c1213
JM
10477 target sim
10478 load
10479 run
474c8240 10480@end smallexample
d4f3574e 10481@noindent
104c1213 10482works; however, you cannot assume that a specific memory map, device
d4f3574e 10483drivers, or even basic I/O is available, although some simulators do
104c1213
JM
10484provide these. For info about any processor-specific simulator details,
10485see the appropriate section in @ref{Embedded Processors, ,Embedded
10486Processors}.
10487
c906108c
SS
10488@end table
10489
104c1213 10490Some configurations may include these targets as well:
c906108c
SS
10491
10492@table @code
10493
c906108c
SS
10494@kindex target nrom
10495@item target nrom @var{dev}
10496NetROM ROM emulator. This target only supports downloading.
10497
c906108c
SS
10498@end table
10499
5d161b24 10500Different targets are available on different configurations of @value{GDBN};
c906108c 10501your configuration may have more or fewer targets.
c906108c
SS
10502
10503Many remote targets require you to download the executable's code
10504once you've successfully established a connection.
10505
10506@table @code
10507
10508@kindex load @var{filename}
10509@item load @var{filename}
c906108c
SS
10510Depending on what remote debugging facilities are configured into
10511@value{GDBN}, the @code{load} command may be available. Where it exists, it
10512is meant to make @var{filename} (an executable) available for debugging
10513on the remote system---by downloading, or dynamic linking, for example.
10514@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
10515the @code{add-symbol-file} command.
10516
10517If your @value{GDBN} does not have a @code{load} command, attempting to
10518execute it gets the error message ``@code{You can't do that when your
10519target is @dots{}}''
c906108c
SS
10520
10521The file is loaded at whatever address is specified in the executable.
10522For some object file formats, you can specify the load address when you
10523link the program; for other formats, like a.out, the object file format
10524specifies a fixed address.
10525@c FIXME! This would be a good place for an xref to the GNU linker doc.
10526
c906108c
SS
10527@code{load} does not repeat if you press @key{RET} again after using it.
10528@end table
10529
6d2ebf8b 10530@node Byte Order
c906108c 10531@section Choosing target byte order
7a292a7a 10532
c906108c
SS
10533@cindex choosing target byte order
10534@cindex target byte order
c906108c 10535
172c2a43 10536Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
c906108c
SS
10537offer the ability to run either big-endian or little-endian byte
10538orders. Usually the executable or symbol will include a bit to
10539designate the endian-ness, and you will not need to worry about
10540which to use. However, you may still find it useful to adjust
d4f3574e 10541@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
10542
10543@table @code
10544@kindex set endian big
10545@item set endian big
10546Instruct @value{GDBN} to assume the target is big-endian.
10547
10548@kindex set endian little
10549@item set endian little
10550Instruct @value{GDBN} to assume the target is little-endian.
10551
10552@kindex set endian auto
10553@item set endian auto
10554Instruct @value{GDBN} to use the byte order associated with the
10555executable.
10556
10557@item show endian
10558Display @value{GDBN}'s current idea of the target byte order.
10559
10560@end table
10561
10562Note that these commands merely adjust interpretation of symbolic
10563data on the host, and that they have absolutely no effect on the
10564target system.
10565
6d2ebf8b 10566@node Remote
c906108c
SS
10567@section Remote debugging
10568@cindex remote debugging
10569
10570If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
10571@value{GDBN} in the usual way, it is often useful to use remote debugging.
10572For example, you might use remote debugging on an operating system kernel,
c906108c
SS
10573or on a small system which does not have a general purpose operating system
10574powerful enough to run a full-featured debugger.
10575
10576Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
10577to make this work with particular debugging targets. In addition,
5d161b24 10578@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
10579but not specific to any particular target system) which you can use if you
10580write the remote stubs---the code that runs on the remote system to
10581communicate with @value{GDBN}.
10582
10583Other remote targets may be available in your
10584configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 10585
6f05cf9f
AC
10586@node KOD
10587@section Kernel Object Display
10588
10589@cindex kernel object display
10590@cindex kernel object
10591@cindex KOD
10592
10593Some targets support kernel object display. Using this facility,
10594@value{GDBN} communicates specially with the underlying operating system
10595and can display information about operating system-level objects such as
10596mutexes and other synchronization objects. Exactly which objects can be
10597displayed is determined on a per-OS basis.
10598
10599Use the @code{set os} command to set the operating system. This tells
10600@value{GDBN} which kernel object display module to initialize:
10601
474c8240 10602@smallexample
6f05cf9f 10603(@value{GDBP}) set os cisco
474c8240 10604@end smallexample
6f05cf9f
AC
10605
10606If @code{set os} succeeds, @value{GDBN} will display some information
10607about the operating system, and will create a new @code{info} command
10608which can be used to query the target. The @code{info} command is named
10609after the operating system:
c906108c 10610
474c8240 10611@smallexample
6f05cf9f
AC
10612(@value{GDBP}) info cisco
10613List of Cisco Kernel Objects
10614Object Description
10615any Any and all objects
474c8240 10616@end smallexample
6f05cf9f
AC
10617
10618Further subcommands can be used to query about particular objects known
10619by the kernel.
10620
10621There is currently no way to determine whether a given operating system
10622is supported other than to try it.
10623
10624
10625@node Remote Debugging
10626@chapter Debugging remote programs
10627
6b2f586d 10628@menu
07f31aa6 10629* Connecting:: Connecting to a remote target
6b2f586d
AC
10630* Server:: Using the gdbserver program
10631* NetWare:: Using the gdbserve.nlm program
501eef12 10632* Remote configuration:: Remote configuration
6b2f586d 10633* remote stub:: Implementing a remote stub
6b2f586d
AC
10634@end menu
10635
07f31aa6
DJ
10636@node Connecting
10637@section Connecting to a remote target
10638
10639On the @value{GDBN} host machine, you will need an unstripped copy of
10640your program, since @value{GDBN} needs symobl and debugging information.
10641Start up @value{GDBN} as usual, using the name of the local copy of your
10642program as the first argument.
10643
10644@cindex serial line, @code{target remote}
10645If you're using a serial line, you may want to give @value{GDBN} the
10646@w{@samp{--baud}} option, or use the @code{set remotebaud} command
10647before the @code{target} command.
10648
10649After that, use @code{target remote} to establish communications with
10650the target machine. Its argument specifies how to communicate---either
10651via a devicename attached to a direct serial line, or a TCP or UDP port
10652(possibly to a terminal server which in turn has a serial line to the
10653target). For example, to use a serial line connected to the device
10654named @file{/dev/ttyb}:
10655
10656@smallexample
10657target remote /dev/ttyb
10658@end smallexample
10659
10660@cindex TCP port, @code{target remote}
10661To use a TCP connection, use an argument of the form
10662@code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
10663For example, to connect to port 2828 on a
10664terminal server named @code{manyfarms}:
10665
10666@smallexample
10667target remote manyfarms:2828
10668@end smallexample
10669
10670If your remote target is actually running on the same machine as
10671your debugger session (e.g.@: a simulator of your target running on
10672the same host), you can omit the hostname. For example, to connect
10673to port 1234 on your local machine:
10674
10675@smallexample
10676target remote :1234
10677@end smallexample
10678@noindent
10679
10680Note that the colon is still required here.
10681
10682@cindex UDP port, @code{target remote}
10683To use a UDP connection, use an argument of the form
10684@code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
10685on a terminal server named @code{manyfarms}:
10686
10687@smallexample
10688target remote udp:manyfarms:2828
10689@end smallexample
10690
10691When using a UDP connection for remote debugging, you should keep in mind
10692that the `U' stands for ``Unreliable''. UDP can silently drop packets on
10693busy or unreliable networks, which will cause havoc with your debugging
10694session.
10695
10696Now you can use all the usual commands to examine and change data and to
10697step and continue the remote program.
10698
10699@cindex interrupting remote programs
10700@cindex remote programs, interrupting
10701Whenever @value{GDBN} is waiting for the remote program, if you type the
10702interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
10703program. This may or may not succeed, depending in part on the hardware
10704and the serial drivers the remote system uses. If you type the
10705interrupt character once again, @value{GDBN} displays this prompt:
10706
10707@smallexample
10708Interrupted while waiting for the program.
10709Give up (and stop debugging it)? (y or n)
10710@end smallexample
10711
10712If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
10713(If you decide you want to try again later, you can use @samp{target
10714remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
10715goes back to waiting.
10716
10717@table @code
10718@kindex detach (remote)
10719@item detach
10720When you have finished debugging the remote program, you can use the
10721@code{detach} command to release it from @value{GDBN} control.
10722Detaching from the target normally resumes its execution, but the results
10723will depend on your particular remote stub. After the @code{detach}
10724command, @value{GDBN} is free to connect to another target.
10725
10726@kindex disconnect
10727@item disconnect
10728The @code{disconnect} command behaves like @code{detach}, except that
10729the target is generally not resumed. It will wait for @value{GDBN}
10730(this instance or another one) to connect and continue debugging. After
10731the @code{disconnect} command, @value{GDBN} is again free to connect to
10732another target.
10733@end table
10734
6f05cf9f
AC
10735@node Server
10736@section Using the @code{gdbserver} program
10737
10738@kindex gdbserver
10739@cindex remote connection without stubs
10740@code{gdbserver} is a control program for Unix-like systems, which
10741allows you to connect your program with a remote @value{GDBN} via
10742@code{target remote}---but without linking in the usual debugging stub.
10743
10744@code{gdbserver} is not a complete replacement for the debugging stubs,
10745because it requires essentially the same operating-system facilities
10746that @value{GDBN} itself does. In fact, a system that can run
10747@code{gdbserver} to connect to a remote @value{GDBN} could also run
10748@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
10749because it is a much smaller program than @value{GDBN} itself. It is
10750also easier to port than all of @value{GDBN}, so you may be able to get
10751started more quickly on a new system by using @code{gdbserver}.
10752Finally, if you develop code for real-time systems, you may find that
10753the tradeoffs involved in real-time operation make it more convenient to
10754do as much development work as possible on another system, for example
10755by cross-compiling. You can use @code{gdbserver} to make a similar
10756choice for debugging.
10757
10758@value{GDBN} and @code{gdbserver} communicate via either a serial line
10759or a TCP connection, using the standard @value{GDBN} remote serial
10760protocol.
10761
10762@table @emph
10763@item On the target machine,
10764you need to have a copy of the program you want to debug.
10765@code{gdbserver} does not need your program's symbol table, so you can
10766strip the program if necessary to save space. @value{GDBN} on the host
10767system does all the symbol handling.
10768
10769To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 10770the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
10771syntax is:
10772
10773@smallexample
10774target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
10775@end smallexample
10776
10777@var{comm} is either a device name (to use a serial line) or a TCP
10778hostname and portnumber. For example, to debug Emacs with the argument
10779@samp{foo.txt} and communicate with @value{GDBN} over the serial port
10780@file{/dev/com1}:
10781
10782@smallexample
10783target> gdbserver /dev/com1 emacs foo.txt
10784@end smallexample
10785
10786@code{gdbserver} waits passively for the host @value{GDBN} to communicate
10787with it.
10788
10789To use a TCP connection instead of a serial line:
10790
10791@smallexample
10792target> gdbserver host:2345 emacs foo.txt
10793@end smallexample
10794
10795The only difference from the previous example is the first argument,
10796specifying that you are communicating with the host @value{GDBN} via
10797TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
10798expect a TCP connection from machine @samp{host} to local TCP port 2345.
10799(Currently, the @samp{host} part is ignored.) You can choose any number
10800you want for the port number as long as it does not conflict with any
10801TCP ports already in use on the target system (for example, @code{23} is
10802reserved for @code{telnet}).@footnote{If you choose a port number that
10803conflicts with another service, @code{gdbserver} prints an error message
10804and exits.} You must use the same port number with the host @value{GDBN}
10805@code{target remote} command.
10806
56460a61
DJ
10807On some targets, @code{gdbserver} can also attach to running programs.
10808This is accomplished via the @code{--attach} argument. The syntax is:
10809
10810@smallexample
10811target> gdbserver @var{comm} --attach @var{pid}
10812@end smallexample
10813
10814@var{pid} is the process ID of a currently running process. It isn't necessary
10815to point @code{gdbserver} at a binary for the running process.
10816
b1fe9455
DJ
10817@pindex pidof
10818@cindex attach to a program by name
10819You can debug processes by name instead of process ID if your target has the
10820@code{pidof} utility:
10821
10822@smallexample
10823target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
10824@end smallexample
10825
10826In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
10827has multiple threads, most versions of @code{pidof} support the
10828@code{-s} option to only return the first process ID.
10829
07f31aa6
DJ
10830@item On the host machine,
10831connect to your target (@pxref{Connecting,,Connecting to a remote target}).
6f05cf9f
AC
10832For TCP connections, you must start up @code{gdbserver} prior to using
10833the @code{target remote} command. Otherwise you may get an error whose
10834text depends on the host system, but which usually looks something like
07f31aa6
DJ
10835@samp{Connection refused}. You don't need to use the @code{load}
10836command in @value{GDBN} when using gdbserver, since the program is
10837already on the target.
10838
6f05cf9f
AC
10839@end table
10840
10841@node NetWare
10842@section Using the @code{gdbserve.nlm} program
10843
10844@kindex gdbserve.nlm
10845@code{gdbserve.nlm} is a control program for NetWare systems, which
10846allows you to connect your program with a remote @value{GDBN} via
10847@code{target remote}.
10848
10849@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
10850using the standard @value{GDBN} remote serial protocol.
10851
10852@table @emph
10853@item On the target machine,
10854you need to have a copy of the program you want to debug.
10855@code{gdbserve.nlm} does not need your program's symbol table, so you
10856can strip the program if necessary to save space. @value{GDBN} on the
10857host system does all the symbol handling.
10858
10859To use the server, you must tell it how to communicate with
10860@value{GDBN}; the name of your program; and the arguments for your
10861program. The syntax is:
10862
10863@smallexample
10864load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
10865 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
10866@end smallexample
10867
10868@var{board} and @var{port} specify the serial line; @var{baud} specifies
10869the baud rate used by the connection. @var{port} and @var{node} default
10870to 0, @var{baud} defaults to 9600@dmn{bps}.
10871
10872For example, to debug Emacs with the argument @samp{foo.txt}and
10873communicate with @value{GDBN} over serial port number 2 or board 1
10874using a 19200@dmn{bps} connection:
10875
10876@smallexample
10877load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
10878@end smallexample
10879
07f31aa6
DJ
10880@item
10881On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
10882Connecting to a remote target}).
6f05cf9f 10883
6f05cf9f
AC
10884@end table
10885
501eef12
AC
10886@node Remote configuration
10887@section Remote configuration
10888
10889The following configuration options are available when debugging remote
10890programs:
10891
10892@table @code
10893@kindex set remote hardware-watchpoint-limit
10894@kindex set remote hardware-breakpoint-limit
10895@anchor{set remote hardware-watchpoint-limit}
10896@anchor{set remote hardware-breakpoint-limit}
10897@item set remote hardware-watchpoint-limit @var{limit}
10898@itemx set remote hardware-breakpoint-limit @var{limit}
10899Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
10900watchpoints. A limit of -1, the default, is treated as unlimited.
10901@end table
10902
6f05cf9f
AC
10903@node remote stub
10904@section Implementing a remote stub
7a292a7a 10905
8e04817f
AC
10906@cindex debugging stub, example
10907@cindex remote stub, example
10908@cindex stub example, remote debugging
10909The stub files provided with @value{GDBN} implement the target side of the
10910communication protocol, and the @value{GDBN} side is implemented in the
10911@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
10912these subroutines to communicate, and ignore the details. (If you're
10913implementing your own stub file, you can still ignore the details: start
10914with one of the existing stub files. @file{sparc-stub.c} is the best
10915organized, and therefore the easiest to read.)
10916
104c1213
JM
10917@cindex remote serial debugging, overview
10918To debug a program running on another machine (the debugging
10919@dfn{target} machine), you must first arrange for all the usual
10920prerequisites for the program to run by itself. For example, for a C
10921program, you need:
c906108c 10922
104c1213
JM
10923@enumerate
10924@item
10925A startup routine to set up the C runtime environment; these usually
10926have a name like @file{crt0}. The startup routine may be supplied by
10927your hardware supplier, or you may have to write your own.
96baa820 10928
5d161b24 10929@item
d4f3574e 10930A C subroutine library to support your program's
104c1213 10931subroutine calls, notably managing input and output.
96baa820 10932
104c1213
JM
10933@item
10934A way of getting your program to the other machine---for example, a
10935download program. These are often supplied by the hardware
10936manufacturer, but you may have to write your own from hardware
10937documentation.
10938@end enumerate
96baa820 10939
104c1213
JM
10940The next step is to arrange for your program to use a serial port to
10941communicate with the machine where @value{GDBN} is running (the @dfn{host}
10942machine). In general terms, the scheme looks like this:
96baa820 10943
104c1213
JM
10944@table @emph
10945@item On the host,
10946@value{GDBN} already understands how to use this protocol; when everything
10947else is set up, you can simply use the @samp{target remote} command
10948(@pxref{Targets,,Specifying a Debugging Target}).
10949
10950@item On the target,
10951you must link with your program a few special-purpose subroutines that
10952implement the @value{GDBN} remote serial protocol. The file containing these
10953subroutines is called a @dfn{debugging stub}.
10954
10955On certain remote targets, you can use an auxiliary program
10956@code{gdbserver} instead of linking a stub into your program.
10957@xref{Server,,Using the @code{gdbserver} program}, for details.
10958@end table
96baa820 10959
104c1213
JM
10960The debugging stub is specific to the architecture of the remote
10961machine; for example, use @file{sparc-stub.c} to debug programs on
10962@sc{sparc} boards.
96baa820 10963
104c1213
JM
10964@cindex remote serial stub list
10965These working remote stubs are distributed with @value{GDBN}:
96baa820 10966
104c1213
JM
10967@table @code
10968
10969@item i386-stub.c
41afff9a 10970@cindex @file{i386-stub.c}
104c1213
JM
10971@cindex Intel
10972@cindex i386
10973For Intel 386 and compatible architectures.
10974
10975@item m68k-stub.c
41afff9a 10976@cindex @file{m68k-stub.c}
104c1213
JM
10977@cindex Motorola 680x0
10978@cindex m680x0
10979For Motorola 680x0 architectures.
10980
10981@item sh-stub.c
41afff9a 10982@cindex @file{sh-stub.c}
172c2a43 10983@cindex Renesas
104c1213 10984@cindex SH
172c2a43 10985For Renesas SH architectures.
104c1213
JM
10986
10987@item sparc-stub.c
41afff9a 10988@cindex @file{sparc-stub.c}
104c1213
JM
10989@cindex Sparc
10990For @sc{sparc} architectures.
10991
10992@item sparcl-stub.c
41afff9a 10993@cindex @file{sparcl-stub.c}
104c1213
JM
10994@cindex Fujitsu
10995@cindex SparcLite
10996For Fujitsu @sc{sparclite} architectures.
10997
10998@end table
10999
11000The @file{README} file in the @value{GDBN} distribution may list other
11001recently added stubs.
11002
11003@menu
11004* Stub Contents:: What the stub can do for you
11005* Bootstrapping:: What you must do for the stub
11006* Debug Session:: Putting it all together
104c1213
JM
11007@end menu
11008
6d2ebf8b 11009@node Stub Contents
6f05cf9f 11010@subsection What the stub can do for you
104c1213
JM
11011
11012@cindex remote serial stub
11013The debugging stub for your architecture supplies these three
11014subroutines:
11015
11016@table @code
11017@item set_debug_traps
11018@kindex set_debug_traps
11019@cindex remote serial stub, initialization
11020This routine arranges for @code{handle_exception} to run when your
11021program stops. You must call this subroutine explicitly near the
11022beginning of your program.
11023
11024@item handle_exception
11025@kindex handle_exception
11026@cindex remote serial stub, main routine
11027This is the central workhorse, but your program never calls it
11028explicitly---the setup code arranges for @code{handle_exception} to
11029run when a trap is triggered.
11030
11031@code{handle_exception} takes control when your program stops during
11032execution (for example, on a breakpoint), and mediates communications
11033with @value{GDBN} on the host machine. This is where the communications
11034protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 11035representative on the target machine. It begins by sending summary
104c1213
JM
11036information on the state of your program, then continues to execute,
11037retrieving and transmitting any information @value{GDBN} needs, until you
11038execute a @value{GDBN} command that makes your program resume; at that point,
11039@code{handle_exception} returns control to your own code on the target
5d161b24 11040machine.
104c1213
JM
11041
11042@item breakpoint
11043@cindex @code{breakpoint} subroutine, remote
11044Use this auxiliary subroutine to make your program contain a
11045breakpoint. Depending on the particular situation, this may be the only
11046way for @value{GDBN} to get control. For instance, if your target
11047machine has some sort of interrupt button, you won't need to call this;
11048pressing the interrupt button transfers control to
11049@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
11050simply receiving characters on the serial port may also trigger a trap;
11051again, in that situation, you don't need to call @code{breakpoint} from
11052your own program---simply running @samp{target remote} from the host
5d161b24 11053@value{GDBN} session gets control.
104c1213
JM
11054
11055Call @code{breakpoint} if none of these is true, or if you simply want
11056to make certain your program stops at a predetermined point for the
11057start of your debugging session.
11058@end table
11059
6d2ebf8b 11060@node Bootstrapping
6f05cf9f 11061@subsection What you must do for the stub
104c1213
JM
11062
11063@cindex remote stub, support routines
11064The debugging stubs that come with @value{GDBN} are set up for a particular
11065chip architecture, but they have no information about the rest of your
11066debugging target machine.
11067
11068First of all you need to tell the stub how to communicate with the
11069serial port.
11070
11071@table @code
11072@item int getDebugChar()
11073@kindex getDebugChar
11074Write this subroutine to read a single character from the serial port.
11075It may be identical to @code{getchar} for your target system; a
11076different name is used to allow you to distinguish the two if you wish.
11077
11078@item void putDebugChar(int)
11079@kindex putDebugChar
11080Write this subroutine to write a single character to the serial port.
5d161b24 11081It may be identical to @code{putchar} for your target system; a
104c1213
JM
11082different name is used to allow you to distinguish the two if you wish.
11083@end table
11084
11085@cindex control C, and remote debugging
11086@cindex interrupting remote targets
11087If you want @value{GDBN} to be able to stop your program while it is
11088running, you need to use an interrupt-driven serial driver, and arrange
11089for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
11090character). That is the character which @value{GDBN} uses to tell the
11091remote system to stop.
11092
11093Getting the debugging target to return the proper status to @value{GDBN}
11094probably requires changes to the standard stub; one quick and dirty way
11095is to just execute a breakpoint instruction (the ``dirty'' part is that
11096@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
11097
11098Other routines you need to supply are:
11099
11100@table @code
11101@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
11102@kindex exceptionHandler
11103Write this function to install @var{exception_address} in the exception
11104handling tables. You need to do this because the stub does not have any
11105way of knowing what the exception handling tables on your target system
11106are like (for example, the processor's table might be in @sc{rom},
11107containing entries which point to a table in @sc{ram}).
11108@var{exception_number} is the exception number which should be changed;
11109its meaning is architecture-dependent (for example, different numbers
11110might represent divide by zero, misaligned access, etc). When this
11111exception occurs, control should be transferred directly to
11112@var{exception_address}, and the processor state (stack, registers,
11113and so on) should be just as it is when a processor exception occurs. So if
11114you want to use a jump instruction to reach @var{exception_address}, it
11115should be a simple jump, not a jump to subroutine.
11116
11117For the 386, @var{exception_address} should be installed as an interrupt
11118gate so that interrupts are masked while the handler runs. The gate
11119should be at privilege level 0 (the most privileged level). The
11120@sc{sparc} and 68k stubs are able to mask interrupts themselves without
11121help from @code{exceptionHandler}.
11122
11123@item void flush_i_cache()
11124@kindex flush_i_cache
d4f3574e 11125On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
11126instruction cache, if any, on your target machine. If there is no
11127instruction cache, this subroutine may be a no-op.
11128
11129On target machines that have instruction caches, @value{GDBN} requires this
11130function to make certain that the state of your program is stable.
11131@end table
11132
11133@noindent
11134You must also make sure this library routine is available:
11135
11136@table @code
11137@item void *memset(void *, int, int)
11138@kindex memset
11139This is the standard library function @code{memset} that sets an area of
11140memory to a known value. If you have one of the free versions of
11141@code{libc.a}, @code{memset} can be found there; otherwise, you must
11142either obtain it from your hardware manufacturer, or write your own.
11143@end table
11144
11145If you do not use the GNU C compiler, you may need other standard
11146library subroutines as well; this varies from one stub to another,
11147but in general the stubs are likely to use any of the common library
d4f3574e 11148subroutines which @code{@value{GCC}} generates as inline code.
104c1213
JM
11149
11150
6d2ebf8b 11151@node Debug Session
6f05cf9f 11152@subsection Putting it all together
104c1213
JM
11153
11154@cindex remote serial debugging summary
11155In summary, when your program is ready to debug, you must follow these
11156steps.
11157
11158@enumerate
11159@item
6d2ebf8b 11160Make sure you have defined the supporting low-level routines
104c1213
JM
11161(@pxref{Bootstrapping,,What you must do for the stub}):
11162@display
11163@code{getDebugChar}, @code{putDebugChar},
11164@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
11165@end display
11166
11167@item
11168Insert these lines near the top of your program:
11169
474c8240 11170@smallexample
104c1213
JM
11171set_debug_traps();
11172breakpoint();
474c8240 11173@end smallexample
104c1213
JM
11174
11175@item
11176For the 680x0 stub only, you need to provide a variable called
11177@code{exceptionHook}. Normally you just use:
11178
474c8240 11179@smallexample
104c1213 11180void (*exceptionHook)() = 0;
474c8240 11181@end smallexample
104c1213 11182
d4f3574e 11183@noindent
104c1213 11184but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 11185function in your program, that function is called when
104c1213
JM
11186@code{@value{GDBN}} continues after stopping on a trap (for example, bus
11187error). The function indicated by @code{exceptionHook} is called with
11188one parameter: an @code{int} which is the exception number.
11189
11190@item
11191Compile and link together: your program, the @value{GDBN} debugging stub for
11192your target architecture, and the supporting subroutines.
11193
11194@item
11195Make sure you have a serial connection between your target machine and
11196the @value{GDBN} host, and identify the serial port on the host.
11197
11198@item
11199@c The "remote" target now provides a `load' command, so we should
11200@c document that. FIXME.
11201Download your program to your target machine (or get it there by
11202whatever means the manufacturer provides), and start it.
11203
11204@item
07f31aa6
DJ
11205Start @value{GDBN} on the host, and connect to the target
11206(@pxref{Connecting,,Connecting to a remote target}).
9db8d71f 11207
104c1213
JM
11208@end enumerate
11209
8e04817f
AC
11210@node Configurations
11211@chapter Configuration-Specific Information
104c1213 11212
8e04817f
AC
11213While nearly all @value{GDBN} commands are available for all native and
11214cross versions of the debugger, there are some exceptions. This chapter
11215describes things that are only available in certain configurations.
104c1213 11216
8e04817f
AC
11217There are three major categories of configurations: native
11218configurations, where the host and target are the same, embedded
11219operating system configurations, which are usually the same for several
11220different processor architectures, and bare embedded processors, which
11221are quite different from each other.
104c1213 11222
8e04817f
AC
11223@menu
11224* Native::
11225* Embedded OS::
11226* Embedded Processors::
11227* Architectures::
11228@end menu
104c1213 11229
8e04817f
AC
11230@node Native
11231@section Native
104c1213 11232
8e04817f
AC
11233This section describes details specific to particular native
11234configurations.
6cf7e474 11235
8e04817f
AC
11236@menu
11237* HP-UX:: HP-UX
11238* SVR4 Process Information:: SVR4 process information
11239* DJGPP Native:: Features specific to the DJGPP port
78c47bea 11240* Cygwin Native:: Features specific to the Cygwin port
8e04817f 11241@end menu
6cf7e474 11242
8e04817f
AC
11243@node HP-UX
11244@subsection HP-UX
104c1213 11245
8e04817f
AC
11246On HP-UX systems, if you refer to a function or variable name that
11247begins with a dollar sign, @value{GDBN} searches for a user or system
11248name first, before it searches for a convenience variable.
104c1213 11249
8e04817f
AC
11250@node SVR4 Process Information
11251@subsection SVR4 process information
104c1213 11252
8e04817f
AC
11253@kindex /proc
11254@cindex process image
104c1213 11255
8e04817f
AC
11256Many versions of SVR4 provide a facility called @samp{/proc} that can be
11257used to examine the image of a running process using file-system
11258subroutines. If @value{GDBN} is configured for an operating system with
11259this facility, the command @code{info proc} is available to report on
11260several kinds of information about the process running your program.
11261@code{info proc} works only on SVR4 systems that include the
11262@code{procfs} code. This includes OSF/1 (Digital Unix), Solaris, Irix,
1104b9e7 11263and Unixware, but not HP-UX or @sc{gnu}/Linux, for example.
104c1213 11264
8e04817f
AC
11265@table @code
11266@kindex info proc
11267@item info proc
11268Summarize available information about the process.
6cf7e474 11269
8e04817f
AC
11270@kindex info proc mappings
11271@item info proc mappings
11272Report on the address ranges accessible in the program, with information
11273on whether your program may read, write, or execute each range.
11274@ignore
11275@comment These sub-options of 'info proc' were not included when
11276@comment procfs.c was re-written. Keep their descriptions around
11277@comment against the day when someone finds the time to put them back in.
11278@kindex info proc times
11279@item info proc times
11280Starting time, user CPU time, and system CPU time for your program and
11281its children.
6cf7e474 11282
8e04817f
AC
11283@kindex info proc id
11284@item info proc id
11285Report on the process IDs related to your program: its own process ID,
11286the ID of its parent, the process group ID, and the session ID.
104c1213 11287
8e04817f
AC
11288@kindex info proc status
11289@item info proc status
11290General information on the state of the process. If the process is
11291stopped, this report includes the reason for stopping, and any signal
11292received.
d4f3574e 11293
8e04817f
AC
11294@item info proc all
11295Show all the above information about the process.
11296@end ignore
11297@end table
104c1213 11298
8e04817f
AC
11299@node DJGPP Native
11300@subsection Features for Debugging @sc{djgpp} Programs
11301@cindex @sc{djgpp} debugging
11302@cindex native @sc{djgpp} debugging
11303@cindex MS-DOS-specific commands
104c1213 11304
8e04817f
AC
11305@sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
11306MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
11307that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
11308top of real-mode DOS systems and their emulations.
104c1213 11309
8e04817f
AC
11310@value{GDBN} supports native debugging of @sc{djgpp} programs, and
11311defines a few commands specific to the @sc{djgpp} port. This
11312subsection describes those commands.
104c1213 11313
8e04817f
AC
11314@table @code
11315@kindex info dos
11316@item info dos
11317This is a prefix of @sc{djgpp}-specific commands which print
11318information about the target system and important OS structures.
f1251bdd 11319
8e04817f
AC
11320@kindex sysinfo
11321@cindex MS-DOS system info
11322@cindex free memory information (MS-DOS)
11323@item info dos sysinfo
11324This command displays assorted information about the underlying
11325platform: the CPU type and features, the OS version and flavor, the
11326DPMI version, and the available conventional and DPMI memory.
104c1213 11327
8e04817f
AC
11328@cindex GDT
11329@cindex LDT
11330@cindex IDT
11331@cindex segment descriptor tables
11332@cindex descriptor tables display
11333@item info dos gdt
11334@itemx info dos ldt
11335@itemx info dos idt
11336These 3 commands display entries from, respectively, Global, Local,
11337and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
11338tables are data structures which store a descriptor for each segment
11339that is currently in use. The segment's selector is an index into a
11340descriptor table; the table entry for that index holds the
11341descriptor's base address and limit, and its attributes and access
11342rights.
104c1213 11343
8e04817f
AC
11344A typical @sc{djgpp} program uses 3 segments: a code segment, a data
11345segment (used for both data and the stack), and a DOS segment (which
11346allows access to DOS/BIOS data structures and absolute addresses in
11347conventional memory). However, the DPMI host will usually define
11348additional segments in order to support the DPMI environment.
d4f3574e 11349
8e04817f
AC
11350@cindex garbled pointers
11351These commands allow to display entries from the descriptor tables.
11352Without an argument, all entries from the specified table are
11353displayed. An argument, which should be an integer expression, means
11354display a single entry whose index is given by the argument. For
11355example, here's a convenient way to display information about the
11356debugged program's data segment:
104c1213 11357
8e04817f
AC
11358@smallexample
11359@exdent @code{(@value{GDBP}) info dos ldt $ds}
11360@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
11361@end smallexample
104c1213 11362
8e04817f
AC
11363@noindent
11364This comes in handy when you want to see whether a pointer is outside
11365the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 11366
8e04817f
AC
11367@cindex page tables display (MS-DOS)
11368@item info dos pde
11369@itemx info dos pte
11370These two commands display entries from, respectively, the Page
11371Directory and the Page Tables. Page Directories and Page Tables are
11372data structures which control how virtual memory addresses are mapped
11373into physical addresses. A Page Table includes an entry for every
11374page of memory that is mapped into the program's address space; there
11375may be several Page Tables, each one holding up to 4096 entries. A
11376Page Directory has up to 4096 entries, one each for every Page Table
11377that is currently in use.
104c1213 11378
8e04817f
AC
11379Without an argument, @kbd{info dos pde} displays the entire Page
11380Directory, and @kbd{info dos pte} displays all the entries in all of
11381the Page Tables. An argument, an integer expression, given to the
11382@kbd{info dos pde} command means display only that entry from the Page
11383Directory table. An argument given to the @kbd{info dos pte} command
11384means display entries from a single Page Table, the one pointed to by
11385the specified entry in the Page Directory.
104c1213 11386
8e04817f
AC
11387@cindex direct memory access (DMA) on MS-DOS
11388These commands are useful when your program uses @dfn{DMA} (Direct
11389Memory Access), which needs physical addresses to program the DMA
11390controller.
104c1213 11391
8e04817f 11392These commands are supported only with some DPMI servers.
104c1213 11393
8e04817f
AC
11394@cindex physical address from linear address
11395@item info dos address-pte @var{addr}
11396This command displays the Page Table entry for a specified linear
11397address. The argument linear address @var{addr} should already have the
11398appropriate segment's base address added to it, because this command
11399accepts addresses which may belong to @emph{any} segment. For
11400example, here's how to display the Page Table entry for the page where
11401the variable @code{i} is stored:
104c1213 11402
8e04817f
AC
11403@smallexample
11404@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
11405@exdent @code{Page Table entry for address 0x11a00d30:}
11406@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
11407@end smallexample
104c1213 11408
8e04817f
AC
11409@noindent
11410This says that @code{i} is stored at offset @code{0xd30} from the page
11411whose physical base address is @code{0x02698000}, and prints all the
11412attributes of that page.
104c1213 11413
8e04817f
AC
11414Note that you must cast the addresses of variables to a @code{char *},
11415since otherwise the value of @code{__djgpp_base_address}, the base
11416address of all variables and functions in a @sc{djgpp} program, will
11417be added using the rules of C pointer arithmetics: if @code{i} is
11418declared an @code{int}, @value{GDBN} will add 4 times the value of
11419@code{__djgpp_base_address} to the address of @code{i}.
104c1213 11420
8e04817f
AC
11421Here's another example, it displays the Page Table entry for the
11422transfer buffer:
104c1213 11423
8e04817f
AC
11424@smallexample
11425@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
11426@exdent @code{Page Table entry for address 0x29110:}
11427@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
11428@end smallexample
104c1213 11429
8e04817f
AC
11430@noindent
11431(The @code{+ 3} offset is because the transfer buffer's address is the
114323rd member of the @code{_go32_info_block} structure.) The output of
11433this command clearly shows that addresses in conventional memory are
11434mapped 1:1, i.e.@: the physical and linear addresses are identical.
104c1213 11435
8e04817f
AC
11436This command is supported only with some DPMI servers.
11437@end table
104c1213 11438
78c47bea
PM
11439@node Cygwin Native
11440@subsection Features for Debugging MS Windows PE executables
11441@cindex MS Windows debugging
11442@cindex native Cygwin debugging
11443@cindex Cygwin-specific commands
11444
be448670
CF
11445@value{GDBN} supports native debugging of MS Windows programs, including
11446DLLs with and without symbolic debugging information. There are various
11447additional Cygwin-specific commands, described in this subsection. The
11448subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
11449that have no debugging symbols.
11450
78c47bea
PM
11451
11452@table @code
11453@kindex info w32
11454@item info w32
11455This is a prefix of MS Windows specific commands which print
11456information about the target system and important OS structures.
11457
11458@item info w32 selector
11459This command displays information returned by
11460the Win32 API @code{GetThreadSelectorEntry} function.
11461It takes an optional argument that is evaluated to
11462a long value to give the information about this given selector.
11463Without argument, this command displays information
11464about the the six segment registers.
11465
11466@kindex info dll
11467@item info dll
11468This is a Cygwin specific alias of info shared.
11469
11470@kindex dll-symbols
11471@item dll-symbols
11472This command loads symbols from a dll similarly to
11473add-sym command but without the need to specify a base address.
11474
11475@kindex set new-console
11476@item set new-console @var{mode}
11477If @var{mode} is @code{on} the debuggee will
11478be started in a new console on next start.
11479If @var{mode} is @code{off}i, the debuggee will
11480be started in the same console as the debugger.
11481
11482@kindex show new-console
11483@item show new-console
11484Displays whether a new console is used
11485when the debuggee is started.
11486
11487@kindex set new-group
11488@item set new-group @var{mode}
11489This boolean value controls whether the debuggee should
11490start a new group or stay in the same group as the debugger.
11491This affects the way the Windows OS handles
11492Ctrl-C.
11493
11494@kindex show new-group
11495@item show new-group
11496Displays current value of new-group boolean.
11497
11498@kindex set debugevents
11499@item set debugevents
11500This boolean value adds debug output concerning events seen by the debugger.
11501
11502@kindex set debugexec
11503@item set debugexec
11504This boolean value adds debug output concerning execute events
11505seen by the debugger.
11506
11507@kindex set debugexceptions
11508@item set debugexceptions
11509This boolean value adds debug ouptut concerning exception events
11510seen by the debugger.
11511
11512@kindex set debugmemory
11513@item set debugmemory
11514This boolean value adds debug ouptut concerning memory events
11515seen by the debugger.
11516
11517@kindex set shell
11518@item set shell
11519This boolean values specifies whether the debuggee is called
11520via a shell or directly (default value is on).
11521
11522@kindex show shell
11523@item show shell
11524Displays if the debuggee will be started with a shell.
11525
11526@end table
11527
be448670
CF
11528@menu
11529* Non-debug DLL symbols:: Support for DLLs without debugging symbols
11530@end menu
11531
11532@node Non-debug DLL symbols
11533@subsubsection Support for DLLs without debugging symbols
11534@cindex DLLs with no debugging symbols
11535@cindex Minimal symbols and DLLs
11536
11537Very often on windows, some of the DLLs that your program relies on do
11538not include symbolic debugging information (for example,
11539@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
11540symbols in a DLL, it relies on the minimal amount of symbolic
11541information contained in the DLL's export table. This subsubsection
11542describes working with such symbols, known internally to @value{GDBN} as
11543``minimal symbols''.
11544
11545Note that before the debugged program has started execution, no DLLs
11546will have been loaded. The easiest way around this problem is simply to
11547start the program --- either by setting a breakpoint or letting the
11548program run once to completion. It is also possible to force
11549@value{GDBN} to load a particular DLL before starting the executable ---
11550see the shared library information in @pxref{Files} or the
11551@code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
11552explicitly loading symbols from a DLL with no debugging information will
11553cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
11554which may adversely affect symbol lookup performance.
11555
11556@subsubsection DLL name prefixes
11557
11558In keeping with the naming conventions used by the Microsoft debugging
11559tools, DLL export symbols are made available with a prefix based on the
11560DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
11561also entered into the symbol table, so @code{CreateFileA} is often
11562sufficient. In some cases there will be name clashes within a program
11563(particularly if the executable itself includes full debugging symbols)
11564necessitating the use of the fully qualified name when referring to the
11565contents of the DLL. Use single-quotes around the name to avoid the
11566exclamation mark (``!'') being interpreted as a language operator.
11567
11568Note that the internal name of the DLL may be all upper-case, even
11569though the file name of the DLL is lower-case, or vice-versa. Since
11570symbols within @value{GDBN} are @emph{case-sensitive} this may cause
11571some confusion. If in doubt, try the @code{info functions} and
11572@code{info variables} commands or even @code{maint print msymbols} (see
11573@pxref{Symbols}). Here's an example:
11574
11575@smallexample
11576(gdb) info function CreateFileA
11577All functions matching regular expression "CreateFileA":
11578
11579Non-debugging symbols:
115800x77e885f4 CreateFileA
115810x77e885f4 KERNEL32!CreateFileA
11582@end smallexample
11583
11584@smallexample
11585(gdb) info function !
11586All functions matching regular expression "!":
11587
11588Non-debugging symbols:
115890x6100114c cygwin1!__assert
115900x61004034 cygwin1!_dll_crt0@@0
115910x61004240 cygwin1!dll_crt0(per_process *)
11592[etc...]
11593@end smallexample
11594
11595@subsubsection Working with minimal symbols
11596
11597Symbols extracted from a DLL's export table do not contain very much
11598type information. All that @value{GDBN} can do is guess whether a symbol
11599refers to a function or variable depending on the linker section that
11600contains the symbol. Also note that the actual contents of the memory
11601contained in a DLL are not available unless the program is running. This
11602means that you cannot examine the contents of a variable or disassemble
11603a function within a DLL without a running program.
11604
11605Variables are generally treated as pointers and dereferenced
11606automatically. For this reason, it is often necessary to prefix a
11607variable name with the address-of operator (``&'') and provide explicit
11608type information in the command. Here's an example of the type of
11609problem:
11610
11611@smallexample
11612(gdb) print 'cygwin1!__argv'
11613$1 = 268572168
11614@end smallexample
11615
11616@smallexample
11617(gdb) x 'cygwin1!__argv'
116180x10021610: "\230y\""
11619@end smallexample
11620
11621And two possible solutions:
11622
11623@smallexample
11624(gdb) print ((char **)'cygwin1!__argv')[0]
11625$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
11626@end smallexample
11627
11628@smallexample
11629(gdb) x/2x &'cygwin1!__argv'
116300x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
11631(gdb) x/x 0x10021608
116320x10021608: 0x0022fd98
11633(gdb) x/s 0x0022fd98
116340x22fd98: "/cygdrive/c/mydirectory/myprogram"
11635@end smallexample
11636
11637Setting a break point within a DLL is possible even before the program
11638starts execution. However, under these circumstances, @value{GDBN} can't
11639examine the initial instructions of the function in order to skip the
11640function's frame set-up code. You can work around this by using ``*&''
11641to set the breakpoint at a raw memory address:
11642
11643@smallexample
11644(gdb) break *&'python22!PyOS_Readline'
11645Breakpoint 1 at 0x1e04eff0
11646@end smallexample
11647
11648The author of these extensions is not entirely convinced that setting a
11649break point within a shared DLL like @file{kernel32.dll} is completely
11650safe.
11651
8e04817f
AC
11652@node Embedded OS
11653@section Embedded Operating Systems
104c1213 11654
8e04817f
AC
11655This section describes configurations involving the debugging of
11656embedded operating systems that are available for several different
11657architectures.
d4f3574e 11658
8e04817f
AC
11659@menu
11660* VxWorks:: Using @value{GDBN} with VxWorks
11661@end menu
104c1213 11662
8e04817f
AC
11663@value{GDBN} includes the ability to debug programs running on
11664various real-time operating systems.
104c1213 11665
8e04817f
AC
11666@node VxWorks
11667@subsection Using @value{GDBN} with VxWorks
104c1213 11668
8e04817f 11669@cindex VxWorks
104c1213 11670
8e04817f 11671@table @code
104c1213 11672
8e04817f
AC
11673@kindex target vxworks
11674@item target vxworks @var{machinename}
11675A VxWorks system, attached via TCP/IP. The argument @var{machinename}
11676is the target system's machine name or IP address.
104c1213 11677
8e04817f 11678@end table
104c1213 11679
8e04817f
AC
11680On VxWorks, @code{load} links @var{filename} dynamically on the
11681current target system as well as adding its symbols in @value{GDBN}.
104c1213 11682
8e04817f
AC
11683@value{GDBN} enables developers to spawn and debug tasks running on networked
11684VxWorks targets from a Unix host. Already-running tasks spawned from
11685the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
11686both the Unix host and on the VxWorks target. The program
11687@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
11688installed with the name @code{vxgdb}, to distinguish it from a
11689@value{GDBN} for debugging programs on the host itself.)
104c1213 11690
8e04817f
AC
11691@table @code
11692@item VxWorks-timeout @var{args}
11693@kindex vxworks-timeout
11694All VxWorks-based targets now support the option @code{vxworks-timeout}.
11695This option is set by the user, and @var{args} represents the number of
11696seconds @value{GDBN} waits for responses to rpc's. You might use this if
11697your VxWorks target is a slow software simulator or is on the far side
11698of a thin network line.
11699@end table
104c1213 11700
8e04817f
AC
11701The following information on connecting to VxWorks was current when
11702this manual was produced; newer releases of VxWorks may use revised
11703procedures.
104c1213 11704
8e04817f
AC
11705@kindex INCLUDE_RDB
11706To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
11707to include the remote debugging interface routines in the VxWorks
11708library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
11709VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
11710kernel. The resulting kernel contains @file{rdb.a}, and spawns the
11711source debugging task @code{tRdbTask} when VxWorks is booted. For more
11712information on configuring and remaking VxWorks, see the manufacturer's
11713manual.
11714@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 11715
8e04817f
AC
11716Once you have included @file{rdb.a} in your VxWorks system image and set
11717your Unix execution search path to find @value{GDBN}, you are ready to
11718run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
11719@code{vxgdb}, depending on your installation).
104c1213 11720
8e04817f 11721@value{GDBN} comes up showing the prompt:
104c1213 11722
474c8240 11723@smallexample
8e04817f 11724(vxgdb)
474c8240 11725@end smallexample
104c1213 11726
8e04817f
AC
11727@menu
11728* VxWorks Connection:: Connecting to VxWorks
11729* VxWorks Download:: VxWorks download
11730* VxWorks Attach:: Running tasks
11731@end menu
104c1213 11732
8e04817f
AC
11733@node VxWorks Connection
11734@subsubsection Connecting to VxWorks
104c1213 11735
8e04817f
AC
11736The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
11737network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 11738
474c8240 11739@smallexample
8e04817f 11740(vxgdb) target vxworks tt
474c8240 11741@end smallexample
104c1213 11742
8e04817f
AC
11743@need 750
11744@value{GDBN} displays messages like these:
104c1213 11745
8e04817f
AC
11746@smallexample
11747Attaching remote machine across net...
11748Connected to tt.
11749@end smallexample
104c1213 11750
8e04817f
AC
11751@need 1000
11752@value{GDBN} then attempts to read the symbol tables of any object modules
11753loaded into the VxWorks target since it was last booted. @value{GDBN} locates
11754these files by searching the directories listed in the command search
11755path (@pxref{Environment, ,Your program's environment}); if it fails
11756to find an object file, it displays a message such as:
5d161b24 11757
474c8240 11758@smallexample
8e04817f 11759prog.o: No such file or directory.
474c8240 11760@end smallexample
104c1213 11761
8e04817f
AC
11762When this happens, add the appropriate directory to the search path with
11763the @value{GDBN} command @code{path}, and execute the @code{target}
11764command again.
104c1213 11765
8e04817f
AC
11766@node VxWorks Download
11767@subsubsection VxWorks download
104c1213 11768
8e04817f
AC
11769@cindex download to VxWorks
11770If you have connected to the VxWorks target and you want to debug an
11771object that has not yet been loaded, you can use the @value{GDBN}
11772@code{load} command to download a file from Unix to VxWorks
11773incrementally. The object file given as an argument to the @code{load}
11774command is actually opened twice: first by the VxWorks target in order
11775to download the code, then by @value{GDBN} in order to read the symbol
11776table. This can lead to problems if the current working directories on
11777the two systems differ. If both systems have NFS mounted the same
11778filesystems, you can avoid these problems by using absolute paths.
11779Otherwise, it is simplest to set the working directory on both systems
11780to the directory in which the object file resides, and then to reference
11781the file by its name, without any path. For instance, a program
11782@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
11783and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
11784program, type this on VxWorks:
104c1213 11785
474c8240 11786@smallexample
8e04817f 11787-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 11788@end smallexample
104c1213 11789
8e04817f
AC
11790@noindent
11791Then, in @value{GDBN}, type:
104c1213 11792
474c8240 11793@smallexample
8e04817f
AC
11794(vxgdb) cd @var{hostpath}/vw/demo/rdb
11795(vxgdb) load prog.o
474c8240 11796@end smallexample
104c1213 11797
8e04817f 11798@value{GDBN} displays a response similar to this:
104c1213 11799
8e04817f
AC
11800@smallexample
11801Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
11802@end smallexample
104c1213 11803
8e04817f
AC
11804You can also use the @code{load} command to reload an object module
11805after editing and recompiling the corresponding source file. Note that
11806this makes @value{GDBN} delete all currently-defined breakpoints,
11807auto-displays, and convenience variables, and to clear the value
11808history. (This is necessary in order to preserve the integrity of
11809debugger's data structures that reference the target system's symbol
11810table.)
104c1213 11811
8e04817f
AC
11812@node VxWorks Attach
11813@subsubsection Running tasks
104c1213
JM
11814
11815@cindex running VxWorks tasks
11816You can also attach to an existing task using the @code{attach} command as
11817follows:
11818
474c8240 11819@smallexample
104c1213 11820(vxgdb) attach @var{task}
474c8240 11821@end smallexample
104c1213
JM
11822
11823@noindent
11824where @var{task} is the VxWorks hexadecimal task ID. The task can be running
11825or suspended when you attach to it. Running tasks are suspended at
11826the time of attachment.
11827
6d2ebf8b 11828@node Embedded Processors
104c1213
JM
11829@section Embedded Processors
11830
11831This section goes into details specific to particular embedded
11832configurations.
11833
7d86b5d5 11834
104c1213 11835@menu
104c1213 11836* ARM:: ARM
172c2a43
KI
11837* H8/300:: Renesas H8/300
11838* H8/500:: Renesas H8/500
11839* M32R/D:: Renesas M32R/D
104c1213 11840* M68K:: Motorola M68K
104c1213 11841* MIPS Embedded:: MIPS Embedded
a37295f9 11842* OpenRISC 1000:: OpenRisc 1000
104c1213
JM
11843* PA:: HP PA Embedded
11844* PowerPC: PowerPC
172c2a43 11845* SH:: Renesas SH
104c1213
JM
11846* Sparclet:: Tsqware Sparclet
11847* Sparclite:: Fujitsu Sparclite
11848* ST2000:: Tandem ST2000
11849* Z8000:: Zilog Z8000
11850@end menu
11851
6d2ebf8b 11852@node ARM
104c1213
JM
11853@subsection ARM
11854
11855@table @code
11856
8e04817f
AC
11857@kindex target rdi
11858@item target rdi @var{dev}
11859ARM Angel monitor, via RDI library interface to ADP protocol. You may
11860use this target to communicate with both boards running the Angel
11861monitor, or with the EmbeddedICE JTAG debug device.
11862
11863@kindex target rdp
11864@item target rdp @var{dev}
11865ARM Demon monitor.
11866
11867@end table
11868
11869@node H8/300
172c2a43 11870@subsection Renesas H8/300
8e04817f
AC
11871
11872@table @code
11873
11874@kindex target hms@r{, with H8/300}
11875@item target hms @var{dev}
172c2a43 11876A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
8e04817f
AC
11877Use special commands @code{device} and @code{speed} to control the serial
11878line and the communications speed used.
11879
11880@kindex target e7000@r{, with H8/300}
11881@item target e7000 @var{dev}
172c2a43 11882E7000 emulator for Renesas H8 and SH.
8e04817f
AC
11883
11884@kindex target sh3@r{, with H8/300}
11885@kindex target sh3e@r{, with H8/300}
11886@item target sh3 @var{dev}
11887@itemx target sh3e @var{dev}
172c2a43 11888Renesas SH-3 and SH-3E target systems.
8e04817f
AC
11889
11890@end table
11891
11892@cindex download to H8/300 or H8/500
11893@cindex H8/300 or H8/500 download
172c2a43
KI
11894@cindex download to Renesas SH
11895@cindex Renesas SH download
11896When you select remote debugging to a Renesas SH, H8/300, or H8/500
11897board, the @code{load} command downloads your program to the Renesas
8e04817f
AC
11898board and also opens it as the current executable target for
11899@value{GDBN} on your host (like the @code{file} command).
11900
11901@value{GDBN} needs to know these things to talk to your
172c2a43 11902Renesas SH, H8/300, or H8/500:
8e04817f
AC
11903
11904@enumerate
11905@item
11906that you want to use @samp{target hms}, the remote debugging interface
172c2a43
KI
11907for Renesas microprocessors, or @samp{target e7000}, the in-circuit
11908emulator for the Renesas SH and the Renesas 300H. (@samp{target hms} is
11909the default when @value{GDBN} is configured specifically for the Renesas SH,
8e04817f
AC
11910H8/300, or H8/500.)
11911
11912@item
172c2a43 11913what serial device connects your host to your Renesas board (the first
8e04817f
AC
11914serial device available on your host is the default).
11915
11916@item
11917what speed to use over the serial device.
11918@end enumerate
11919
11920@menu
172c2a43
KI
11921* Renesas Boards:: Connecting to Renesas boards.
11922* Renesas ICE:: Using the E7000 In-Circuit Emulator.
11923* Renesas Special:: Special @value{GDBN} commands for Renesas micros.
8e04817f
AC
11924@end menu
11925
172c2a43
KI
11926@node Renesas Boards
11927@subsubsection Connecting to Renesas boards
8e04817f
AC
11928
11929@c only for Unix hosts
11930@kindex device
172c2a43 11931@cindex serial device, Renesas micros
8e04817f
AC
11932Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
11933need to explicitly set the serial device. The default @var{port} is the
11934first available port on your host. This is only necessary on Unix
11935hosts, where it is typically something like @file{/dev/ttya}.
11936
11937@kindex speed
172c2a43 11938@cindex serial line speed, Renesas micros
8e04817f
AC
11939@code{@value{GDBN}} has another special command to set the communications
11940speed: @samp{speed @var{bps}}. This command also is only used from Unix
11941hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
11942the DOS @code{mode} command (for instance,
11943@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
11944
11945The @samp{device} and @samp{speed} commands are available only when you
172c2a43 11946use a Unix host to debug your Renesas microprocessor programs. If you
8e04817f
AC
11947use a DOS host,
11948@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
11949called @code{asynctsr} to communicate with the development board
11950through a PC serial port. You must also use the DOS @code{mode} command
11951to set up the serial port on the DOS side.
11952
11953The following sample session illustrates the steps needed to start a
11954program under @value{GDBN} control on an H8/300. The example uses a
11955sample H8/300 program called @file{t.x}. The procedure is the same for
172c2a43 11956the Renesas SH and the H8/500.
8e04817f
AC
11957
11958First hook up your development board. In this example, we use a
11959board attached to serial port @code{COM2}; if you use a different serial
11960port, substitute its name in the argument of the @code{mode} command.
11961When you call @code{asynctsr}, the auxiliary comms program used by the
11962debugger, you give it just the numeric part of the serial port's name;
11963for example, @samp{asyncstr 2} below runs @code{asyncstr} on
11964@code{COM2}.
11965
474c8240 11966@smallexample
8e04817f
AC
11967C:\H8300\TEST> asynctsr 2
11968C:\H8300\TEST> mode com2:9600,n,8,1,p
11969
11970Resident portion of MODE loaded
11971
11972COM2: 9600, n, 8, 1, p
11973
474c8240 11974@end smallexample
8e04817f
AC
11975
11976@quotation
11977@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
11978@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
11979disable it, or even boot without it, to use @code{asynctsr} to control
11980your development board.
11981@end quotation
11982
11983@kindex target hms@r{, and serial protocol}
11984Now that serial communications are set up, and the development board is
11985connected, you can start up @value{GDBN}. Call @code{@value{GDBP}} with
11986the name of your program as the argument. @code{@value{GDBN}} prompts
11987you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
11988commands to begin your debugging session: @samp{target hms} to specify
172c2a43 11989cross-debugging to the Renesas board, and the @code{load} command to
8e04817f
AC
11990download your program to the board. @code{load} displays the names of
11991the program's sections, and a @samp{*} for each 2K of data downloaded.
11992(If you want to refresh @value{GDBN} data on symbols or on the
11993executable file without downloading, use the @value{GDBN} commands
11994@code{file} or @code{symbol-file}. These commands, and @code{load}
11995itself, are described in @ref{Files,,Commands to specify files}.)
11996
11997@smallexample
11998(eg-C:\H8300\TEST) @value{GDBP} t.x
11999@value{GDBN} is free software and you are welcome to distribute copies
12000 of it under certain conditions; type "show copying" to see
12001 the conditions.
12002There is absolutely no warranty for @value{GDBN}; type "show warranty"
12003for details.
12004@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
12005(@value{GDBP}) target hms
12006Connected to remote H8/300 HMS system.
12007(@value{GDBP}) load t.x
12008.text : 0x8000 .. 0xabde ***********
12009.data : 0xabde .. 0xad30 *
12010.stack : 0xf000 .. 0xf014 *
12011@end smallexample
12012
12013At this point, you're ready to run or debug your program. From here on,
12014you can use all the usual @value{GDBN} commands. The @code{break} command
12015sets breakpoints; the @code{run} command starts your program;
12016@code{print} or @code{x} display data; the @code{continue} command
12017resumes execution after stopping at a breakpoint. You can use the
12018@code{help} command at any time to find out more about @value{GDBN} commands.
12019
12020Remember, however, that @emph{operating system} facilities aren't
12021available on your development board; for example, if your program hangs,
12022you can't send an interrupt---but you can press the @sc{reset} switch!
12023
12024Use the @sc{reset} button on the development board
12025@itemize @bullet
12026@item
12027to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
12028no way to pass an interrupt signal to the development board); and
12029
12030@item
12031to return to the @value{GDBN} command prompt after your program finishes
12032normally. The communications protocol provides no other way for @value{GDBN}
12033to detect program completion.
12034@end itemize
12035
12036In either case, @value{GDBN} sees the effect of a @sc{reset} on the
12037development board as a ``normal exit'' of your program.
12038
172c2a43 12039@node Renesas ICE
8e04817f
AC
12040@subsubsection Using the E7000 in-circuit emulator
12041
172c2a43 12042@kindex target e7000@r{, with Renesas ICE}
8e04817f 12043You can use the E7000 in-circuit emulator to develop code for either the
172c2a43 12044Renesas SH or the H8/300H. Use one of these forms of the @samp{target
8e04817f
AC
12045e7000} command to connect @value{GDBN} to your E7000:
12046
12047@table @code
12048@item target e7000 @var{port} @var{speed}
12049Use this form if your E7000 is connected to a serial port. The
12050@var{port} argument identifies what serial port to use (for example,
12051@samp{com2}). The third argument is the line speed in bits per second
12052(for example, @samp{9600}).
12053
12054@item target e7000 @var{hostname}
12055If your E7000 is installed as a host on a TCP/IP network, you can just
12056specify its hostname; @value{GDBN} uses @code{telnet} to connect.
12057@end table
12058
172c2a43
KI
12059@node Renesas Special
12060@subsubsection Special @value{GDBN} commands for Renesas micros
8e04817f
AC
12061
12062Some @value{GDBN} commands are available only for the H8/300:
12063
12064@table @code
12065
12066@kindex set machine
12067@kindex show machine
12068@item set machine h8300
12069@itemx set machine h8300h
12070Condition @value{GDBN} for one of the two variants of the H8/300
12071architecture with @samp{set machine}. You can use @samp{show machine}
12072to check which variant is currently in effect.
104c1213
JM
12073
12074@end table
12075
8e04817f
AC
12076@node H8/500
12077@subsection H8/500
104c1213
JM
12078
12079@table @code
12080
8e04817f
AC
12081@kindex set memory @var{mod}
12082@cindex memory models, H8/500
12083@item set memory @var{mod}
12084@itemx show memory
12085Specify which H8/500 memory model (@var{mod}) you are using with
12086@samp{set memory}; check which memory model is in effect with @samp{show
12087memory}. The accepted values for @var{mod} are @code{small},
12088@code{big}, @code{medium}, and @code{compact}.
104c1213 12089
8e04817f 12090@end table
104c1213 12091
8e04817f 12092@node M32R/D
172c2a43 12093@subsection Renesas M32R/D
8e04817f
AC
12094
12095@table @code
12096
12097@kindex target m32r
12098@item target m32r @var{dev}
172c2a43 12099Renesas M32R/D ROM monitor.
8e04817f
AC
12100
12101@end table
12102
12103@node M68K
12104@subsection M68k
12105
12106The Motorola m68k configuration includes ColdFire support, and
12107target command for the following ROM monitors.
12108
12109@table @code
12110
12111@kindex target abug
12112@item target abug @var{dev}
12113ABug ROM monitor for M68K.
12114
12115@kindex target cpu32bug
12116@item target cpu32bug @var{dev}
12117CPU32BUG monitor, running on a CPU32 (M68K) board.
12118
12119@kindex target dbug
12120@item target dbug @var{dev}
12121dBUG ROM monitor for Motorola ColdFire.
12122
12123@kindex target est
12124@item target est @var{dev}
12125EST-300 ICE monitor, running on a CPU32 (M68K) board.
12126
12127@kindex target rom68k
12128@item target rom68k @var{dev}
12129ROM 68K monitor, running on an M68K IDP board.
12130
12131@end table
12132
8e04817f
AC
12133@table @code
12134
12135@kindex target rombug
12136@item target rombug @var{dev}
12137ROMBUG ROM monitor for OS/9000.
12138
12139@end table
12140
8e04817f
AC
12141@node MIPS Embedded
12142@subsection MIPS Embedded
12143
12144@cindex MIPS boards
12145@value{GDBN} can use the MIPS remote debugging protocol to talk to a
12146MIPS board attached to a serial line. This is available when
12147you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
104c1213 12148
8e04817f
AC
12149@need 1000
12150Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 12151
8e04817f
AC
12152@table @code
12153@item target mips @var{port}
12154@kindex target mips @var{port}
12155To run a program on the board, start up @code{@value{GDBP}} with the
12156name of your program as the argument. To connect to the board, use the
12157command @samp{target mips @var{port}}, where @var{port} is the name of
12158the serial port connected to the board. If the program has not already
12159been downloaded to the board, you may use the @code{load} command to
12160download it. You can then use all the usual @value{GDBN} commands.
104c1213 12161
8e04817f
AC
12162For example, this sequence connects to the target board through a serial
12163port, and loads and runs a program called @var{prog} through the
12164debugger:
104c1213 12165
474c8240 12166@smallexample
8e04817f
AC
12167host$ @value{GDBP} @var{prog}
12168@value{GDBN} is free software and @dots{}
12169(@value{GDBP}) target mips /dev/ttyb
12170(@value{GDBP}) load @var{prog}
12171(@value{GDBP}) run
474c8240 12172@end smallexample
104c1213 12173
8e04817f
AC
12174@item target mips @var{hostname}:@var{portnumber}
12175On some @value{GDBN} host configurations, you can specify a TCP
12176connection (for instance, to a serial line managed by a terminal
12177concentrator) instead of a serial port, using the syntax
12178@samp{@var{hostname}:@var{portnumber}}.
104c1213 12179
8e04817f
AC
12180@item target pmon @var{port}
12181@kindex target pmon @var{port}
12182PMON ROM monitor.
104c1213 12183
8e04817f
AC
12184@item target ddb @var{port}
12185@kindex target ddb @var{port}
12186NEC's DDB variant of PMON for Vr4300.
104c1213 12187
8e04817f
AC
12188@item target lsi @var{port}
12189@kindex target lsi @var{port}
12190LSI variant of PMON.
104c1213 12191
8e04817f
AC
12192@kindex target r3900
12193@item target r3900 @var{dev}
12194Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 12195
8e04817f
AC
12196@kindex target array
12197@item target array @var{dev}
12198Array Tech LSI33K RAID controller board.
104c1213 12199
8e04817f 12200@end table
104c1213 12201
104c1213 12202
8e04817f
AC
12203@noindent
12204@value{GDBN} also supports these special commands for MIPS targets:
104c1213 12205
8e04817f
AC
12206@table @code
12207@item set processor @var{args}
12208@itemx show processor
12209@kindex set processor @var{args}
12210@kindex show processor
12211Use the @code{set processor} command to set the type of MIPS
12212processor when you want to access processor-type-specific registers.
12213For example, @code{set processor @var{r3041}} tells @value{GDBN}
12214to use the CPU registers appropriate for the 3041 chip.
12215Use the @code{show processor} command to see what MIPS processor @value{GDBN}
12216is using. Use the @code{info reg} command to see what registers
12217@value{GDBN} is using.
104c1213 12218
8e04817f
AC
12219@item set mipsfpu double
12220@itemx set mipsfpu single
12221@itemx set mipsfpu none
12222@itemx show mipsfpu
12223@kindex set mipsfpu
12224@kindex show mipsfpu
12225@cindex MIPS remote floating point
12226@cindex floating point, MIPS remote
12227If your target board does not support the MIPS floating point
12228coprocessor, you should use the command @samp{set mipsfpu none} (if you
12229need this, you may wish to put the command in your @value{GDBN} init
12230file). This tells @value{GDBN} how to find the return value of
12231functions which return floating point values. It also allows
12232@value{GDBN} to avoid saving the floating point registers when calling
12233functions on the board. If you are using a floating point coprocessor
12234with only single precision floating point support, as on the @sc{r4650}
12235processor, use the command @samp{set mipsfpu single}. The default
12236double precision floating point coprocessor may be selected using
12237@samp{set mipsfpu double}.
104c1213 12238
8e04817f
AC
12239In previous versions the only choices were double precision or no
12240floating point, so @samp{set mipsfpu on} will select double precision
12241and @samp{set mipsfpu off} will select no floating point.
104c1213 12242
8e04817f
AC
12243As usual, you can inquire about the @code{mipsfpu} variable with
12244@samp{show mipsfpu}.
104c1213 12245
8e04817f
AC
12246@item set remotedebug @var{n}
12247@itemx show remotedebug
12248@kindex set remotedebug@r{, MIPS protocol}
12249@kindex show remotedebug@r{, MIPS protocol}
12250@cindex @code{remotedebug}, MIPS protocol
12251@cindex MIPS @code{remotedebug} protocol
12252@c FIXME! For this to be useful, you must know something about the MIPS
12253@c FIXME...protocol. Where is it described?
12254You can see some debugging information about communications with the board
12255by setting the @code{remotedebug} variable. If you set it to @code{1} using
12256@samp{set remotedebug 1}, every packet is displayed. If you set it
12257to @code{2}, every character is displayed. You can check the current value
12258at any time with the command @samp{show remotedebug}.
104c1213 12259
8e04817f
AC
12260@item set timeout @var{seconds}
12261@itemx set retransmit-timeout @var{seconds}
12262@itemx show timeout
12263@itemx show retransmit-timeout
12264@cindex @code{timeout}, MIPS protocol
12265@cindex @code{retransmit-timeout}, MIPS protocol
12266@kindex set timeout
12267@kindex show timeout
12268@kindex set retransmit-timeout
12269@kindex show retransmit-timeout
12270You can control the timeout used while waiting for a packet, in the MIPS
12271remote protocol, with the @code{set timeout @var{seconds}} command. The
12272default is 5 seconds. Similarly, you can control the timeout used while
12273waiting for an acknowledgement of a packet with the @code{set
12274retransmit-timeout @var{seconds}} command. The default is 3 seconds.
12275You can inspect both values with @code{show timeout} and @code{show
12276retransmit-timeout}. (These commands are @emph{only} available when
12277@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
104c1213 12278
8e04817f
AC
12279The timeout set by @code{set timeout} does not apply when @value{GDBN}
12280is waiting for your program to stop. In that case, @value{GDBN} waits
12281forever because it has no way of knowing how long the program is going
12282to run before stopping.
12283@end table
104c1213 12284
a37295f9
MM
12285@node OpenRISC 1000
12286@subsection OpenRISC 1000
12287@cindex OpenRISC 1000
12288
12289@cindex or1k boards
12290See OR1k Architecture document (@uref{www.opencores.org}) for more information
12291about platform and commands.
12292
12293@table @code
12294
12295@kindex target jtag
12296@item target jtag jtag://@var{host}:@var{port}
12297
12298Connects to remote JTAG server.
12299JTAG remote server can be either an or1ksim or JTAG server,
12300connected via parallel port to the board.
12301
12302Example: @code{target jtag jtag://localhost:9999}
12303
12304@kindex or1ksim
12305@item or1ksim @var{command}
12306If connected to @code{or1ksim} OpenRISC 1000 Architectural
12307Simulator, proprietary commands can be executed.
12308
12309@kindex info or1k spr
12310@item info or1k spr
12311Displays spr groups.
12312
12313@item info or1k spr @var{group}
12314@itemx info or1k spr @var{groupno}
12315Displays register names in selected group.
12316
12317@item info or1k spr @var{group} @var{register}
12318@itemx info or1k spr @var{register}
12319@itemx info or1k spr @var{groupno} @var{registerno}
12320@itemx info or1k spr @var{registerno}
12321Shows information about specified spr register.
12322
12323@kindex spr
12324@item spr @var{group} @var{register} @var{value}
12325@itemx spr @var{register @var{value}}
12326@itemx spr @var{groupno} @var{registerno @var{value}}
12327@itemx spr @var{registerno @var{value}}
12328Writes @var{value} to specified spr register.
12329@end table
12330
12331Some implementations of OpenRISC 1000 Architecture also have hardware trace.
12332It is very similar to @value{GDBN} trace, except it does not interfere with normal
12333program execution and is thus much faster. Hardware breakpoints/watchpoint
12334triggers can be set using:
12335@table @code
12336@item $LEA/$LDATA
12337Load effective address/data
12338@item $SEA/$SDATA
12339Store effective address/data
12340@item $AEA/$ADATA
12341Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
12342@item $FETCH
12343Fetch data
12344@end table
12345
12346When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
12347@code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
12348
12349@code{htrace} commands:
12350@cindex OpenRISC 1000 htrace
12351@table @code
12352@kindex hwatch
12353@item hwatch @var{conditional}
12354Set hardware watchpoint on combination of Load/Store Effecive Address(es)
12355or Data. For example:
12356
12357@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12358
12359@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12360
12361@kindex htrace info
12362@item htrace info
12363Display information about current HW trace configuration.
12364
12365@kindex htrace trigger
12366@item htrace trigger @var{conditional}
12367Set starting criteria for HW trace.
12368
12369@kindex htrace qualifier
12370@item htrace qualifier @var{conditional}
12371Set acquisition qualifier for HW trace.
12372
12373@kindex htrace stop
12374@item htrace stop @var{conditional}
12375Set HW trace stopping criteria.
12376
12377@kindex htrace record
f153cc92 12378@item htrace record [@var{data}]*
a37295f9
MM
12379Selects the data to be recorded, when qualifier is met and HW trace was
12380triggered.
12381
12382@kindex htrace enable
12383@item htrace enable
12384@kindex htrace disable
12385@itemx htrace disable
12386Enables/disables the HW trace.
12387
12388@kindex htrace rewind
f153cc92 12389@item htrace rewind [@var{filename}]
a37295f9
MM
12390Clears currently recorded trace data.
12391
12392If filename is specified, new trace file is made and any newly collected data
12393will be written there.
12394
12395@kindex htrace print
f153cc92 12396@item htrace print [@var{start} [@var{len}]]
a37295f9
MM
12397Prints trace buffer, using current record configuration.
12398
12399@kindex htrace mode continuous
12400@item htrace mode continuous
12401Set continuous trace mode.
12402
12403@kindex htrace mode suspend
12404@item htrace mode suspend
12405Set suspend trace mode.
12406
12407@end table
12408
8e04817f
AC
12409@node PowerPC
12410@subsection PowerPC
104c1213
JM
12411
12412@table @code
104c1213 12413
8e04817f
AC
12414@kindex target dink32
12415@item target dink32 @var{dev}
12416DINK32 ROM monitor.
104c1213 12417
8e04817f
AC
12418@kindex target ppcbug
12419@item target ppcbug @var{dev}
12420@kindex target ppcbug1
12421@item target ppcbug1 @var{dev}
12422PPCBUG ROM monitor for PowerPC.
104c1213 12423
8e04817f
AC
12424@kindex target sds
12425@item target sds @var{dev}
12426SDS monitor, running on a PowerPC board (such as Motorola's ADS).
12427
12428@end table
12429
12430@node PA
12431@subsection HP PA Embedded
104c1213
JM
12432
12433@table @code
12434
8e04817f
AC
12435@kindex target op50n
12436@item target op50n @var{dev}
12437OP50N monitor, running on an OKI HPPA board.
12438
12439@kindex target w89k
12440@item target w89k @var{dev}
12441W89K monitor, running on a Winbond HPPA board.
104c1213
JM
12442
12443@end table
12444
8e04817f 12445@node SH
172c2a43 12446@subsection Renesas SH
104c1213
JM
12447
12448@table @code
12449
172c2a43 12450@kindex target hms@r{, with Renesas SH}
8e04817f 12451@item target hms @var{dev}
172c2a43 12452A Renesas SH board attached via serial line to your host. Use special
8e04817f
AC
12453commands @code{device} and @code{speed} to control the serial line and
12454the communications speed used.
104c1213 12455
172c2a43 12456@kindex target e7000@r{, with Renesas SH}
8e04817f 12457@item target e7000 @var{dev}
172c2a43 12458E7000 emulator for Renesas SH.
104c1213 12459
8e04817f
AC
12460@kindex target sh3@r{, with SH}
12461@kindex target sh3e@r{, with SH}
12462@item target sh3 @var{dev}
12463@item target sh3e @var{dev}
172c2a43 12464Renesas SH-3 and SH-3E target systems.
104c1213 12465
8e04817f 12466@end table
104c1213 12467
8e04817f
AC
12468@node Sparclet
12469@subsection Tsqware Sparclet
104c1213 12470
8e04817f
AC
12471@cindex Sparclet
12472
12473@value{GDBN} enables developers to debug tasks running on
12474Sparclet targets from a Unix host.
12475@value{GDBN} uses code that runs on
12476both the Unix host and on the Sparclet target. The program
12477@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 12478
8e04817f
AC
12479@table @code
12480@item remotetimeout @var{args}
12481@kindex remotetimeout
12482@value{GDBN} supports the option @code{remotetimeout}.
12483This option is set by the user, and @var{args} represents the number of
12484seconds @value{GDBN} waits for responses.
104c1213
JM
12485@end table
12486
8e04817f
AC
12487@cindex compiling, on Sparclet
12488When compiling for debugging, include the options @samp{-g} to get debug
12489information and @samp{-Ttext} to relocate the program to where you wish to
12490load it on the target. You may also want to add the options @samp{-n} or
12491@samp{-N} in order to reduce the size of the sections. Example:
104c1213 12492
474c8240 12493@smallexample
8e04817f 12494sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 12495@end smallexample
104c1213 12496
8e04817f 12497You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 12498
474c8240 12499@smallexample
8e04817f 12500sparclet-aout-objdump --headers --syms prog
474c8240 12501@end smallexample
104c1213 12502
8e04817f
AC
12503@cindex running, on Sparclet
12504Once you have set
12505your Unix execution search path to find @value{GDBN}, you are ready to
12506run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
12507(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 12508
8e04817f
AC
12509@value{GDBN} comes up showing the prompt:
12510
474c8240 12511@smallexample
8e04817f 12512(gdbslet)
474c8240 12513@end smallexample
104c1213
JM
12514
12515@menu
8e04817f
AC
12516* Sparclet File:: Setting the file to debug
12517* Sparclet Connection:: Connecting to Sparclet
12518* Sparclet Download:: Sparclet download
12519* Sparclet Execution:: Running and debugging
104c1213
JM
12520@end menu
12521
8e04817f
AC
12522@node Sparclet File
12523@subsubsection Setting file to debug
104c1213 12524
8e04817f 12525The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 12526
474c8240 12527@smallexample
8e04817f 12528(gdbslet) file prog
474c8240 12529@end smallexample
104c1213 12530
8e04817f
AC
12531@need 1000
12532@value{GDBN} then attempts to read the symbol table of @file{prog}.
12533@value{GDBN} locates
12534the file by searching the directories listed in the command search
12535path.
12536If the file was compiled with debug information (option "-g"), source
12537files will be searched as well.
12538@value{GDBN} locates
12539the source files by searching the directories listed in the directory search
12540path (@pxref{Environment, ,Your program's environment}).
12541If it fails
12542to find a file, it displays a message such as:
104c1213 12543
474c8240 12544@smallexample
8e04817f 12545prog: No such file or directory.
474c8240 12546@end smallexample
104c1213 12547
8e04817f
AC
12548When this happens, add the appropriate directories to the search paths with
12549the @value{GDBN} commands @code{path} and @code{dir}, and execute the
12550@code{target} command again.
104c1213 12551
8e04817f
AC
12552@node Sparclet Connection
12553@subsubsection Connecting to Sparclet
104c1213 12554
8e04817f
AC
12555The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
12556To connect to a target on serial port ``@code{ttya}'', type:
104c1213 12557
474c8240 12558@smallexample
8e04817f
AC
12559(gdbslet) target sparclet /dev/ttya
12560Remote target sparclet connected to /dev/ttya
12561main () at ../prog.c:3
474c8240 12562@end smallexample
104c1213 12563
8e04817f
AC
12564@need 750
12565@value{GDBN} displays messages like these:
104c1213 12566
474c8240 12567@smallexample
8e04817f 12568Connected to ttya.
474c8240 12569@end smallexample
104c1213 12570
8e04817f
AC
12571@node Sparclet Download
12572@subsubsection Sparclet download
104c1213 12573
8e04817f
AC
12574@cindex download to Sparclet
12575Once connected to the Sparclet target,
12576you can use the @value{GDBN}
12577@code{load} command to download the file from the host to the target.
12578The file name and load offset should be given as arguments to the @code{load}
12579command.
12580Since the file format is aout, the program must be loaded to the starting
12581address. You can use @code{objdump} to find out what this value is. The load
12582offset is an offset which is added to the VMA (virtual memory address)
12583of each of the file's sections.
12584For instance, if the program
12585@file{prog} was linked to text address 0x1201000, with data at 0x12010160
12586and bss at 0x12010170, in @value{GDBN}, type:
104c1213 12587
474c8240 12588@smallexample
8e04817f
AC
12589(gdbslet) load prog 0x12010000
12590Loading section .text, size 0xdb0 vma 0x12010000
474c8240 12591@end smallexample
104c1213 12592
8e04817f
AC
12593If the code is loaded at a different address then what the program was linked
12594to, you may need to use the @code{section} and @code{add-symbol-file} commands
12595to tell @value{GDBN} where to map the symbol table.
12596
12597@node Sparclet Execution
12598@subsubsection Running and debugging
12599
12600@cindex running and debugging Sparclet programs
12601You can now begin debugging the task using @value{GDBN}'s execution control
12602commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
12603manual for the list of commands.
12604
474c8240 12605@smallexample
8e04817f
AC
12606(gdbslet) b main
12607Breakpoint 1 at 0x12010000: file prog.c, line 3.
12608(gdbslet) run
12609Starting program: prog
12610Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
126113 char *symarg = 0;
12612(gdbslet) step
126134 char *execarg = "hello!";
12614(gdbslet)
474c8240 12615@end smallexample
8e04817f
AC
12616
12617@node Sparclite
12618@subsection Fujitsu Sparclite
104c1213
JM
12619
12620@table @code
12621
8e04817f
AC
12622@kindex target sparclite
12623@item target sparclite @var{dev}
12624Fujitsu sparclite boards, used only for the purpose of loading.
12625You must use an additional command to debug the program.
12626For example: target remote @var{dev} using @value{GDBN} standard
12627remote protocol.
104c1213
JM
12628
12629@end table
12630
8e04817f
AC
12631@node ST2000
12632@subsection Tandem ST2000
104c1213 12633
8e04817f
AC
12634@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
12635STDBUG protocol.
104c1213 12636
8e04817f
AC
12637To connect your ST2000 to the host system, see the manufacturer's
12638manual. Once the ST2000 is physically attached, you can run:
104c1213 12639
474c8240 12640@smallexample
8e04817f 12641target st2000 @var{dev} @var{speed}
474c8240 12642@end smallexample
104c1213 12643
8e04817f
AC
12644@noindent
12645to establish it as your debugging environment. @var{dev} is normally
12646the name of a serial device, such as @file{/dev/ttya}, connected to the
12647ST2000 via a serial line. You can instead specify @var{dev} as a TCP
12648connection (for example, to a serial line attached via a terminal
12649concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
104c1213 12650
8e04817f
AC
12651The @code{load} and @code{attach} commands are @emph{not} defined for
12652this target; you must load your program into the ST2000 as you normally
12653would for standalone operation. @value{GDBN} reads debugging information
12654(such as symbols) from a separate, debugging version of the program
12655available on your host computer.
12656@c FIXME!! This is terribly vague; what little content is here is
12657@c basically hearsay.
104c1213 12658
8e04817f
AC
12659@cindex ST2000 auxiliary commands
12660These auxiliary @value{GDBN} commands are available to help you with the ST2000
12661environment:
104c1213 12662
8e04817f
AC
12663@table @code
12664@item st2000 @var{command}
12665@kindex st2000 @var{cmd}
12666@cindex STDBUG commands (ST2000)
12667@cindex commands to STDBUG (ST2000)
12668Send a @var{command} to the STDBUG monitor. See the manufacturer's
12669manual for available commands.
104c1213 12670
8e04817f
AC
12671@item connect
12672@cindex connect (to STDBUG)
12673Connect the controlling terminal to the STDBUG command monitor. When
12674you are done interacting with STDBUG, typing either of two character
12675sequences gets you back to the @value{GDBN} command prompt:
12676@kbd{@key{RET}~.} (Return, followed by tilde and period) or
12677@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
104c1213
JM
12678@end table
12679
8e04817f
AC
12680@node Z8000
12681@subsection Zilog Z8000
104c1213 12682
8e04817f
AC
12683@cindex Z8000
12684@cindex simulator, Z8000
12685@cindex Zilog Z8000 simulator
104c1213 12686
8e04817f
AC
12687When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
12688a Z8000 simulator.
12689
12690For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
12691unsegmented variant of the Z8000 architecture) or the Z8001 (the
12692segmented variant). The simulator recognizes which architecture is
12693appropriate by inspecting the object code.
104c1213 12694
8e04817f
AC
12695@table @code
12696@item target sim @var{args}
12697@kindex sim
12698@kindex target sim@r{, with Z8000}
12699Debug programs on a simulated CPU. If the simulator supports setup
12700options, specify them via @var{args}.
104c1213
JM
12701@end table
12702
8e04817f
AC
12703@noindent
12704After specifying this target, you can debug programs for the simulated
12705CPU in the same style as programs for your host computer; use the
12706@code{file} command to load a new program image, the @code{run} command
12707to run your program, and so on.
12708
12709As well as making available all the usual machine registers
12710(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
12711additional items of information as specially named registers:
104c1213
JM
12712
12713@table @code
12714
8e04817f
AC
12715@item cycles
12716Counts clock-ticks in the simulator.
104c1213 12717
8e04817f
AC
12718@item insts
12719Counts instructions run in the simulator.
104c1213 12720
8e04817f
AC
12721@item time
12722Execution time in 60ths of a second.
104c1213 12723
8e04817f 12724@end table
104c1213 12725
8e04817f
AC
12726You can refer to these values in @value{GDBN} expressions with the usual
12727conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
12728conditional breakpoint that suspends only after at least 5000
12729simulated clock ticks.
104c1213 12730
8e04817f
AC
12731@node Architectures
12732@section Architectures
104c1213 12733
8e04817f
AC
12734This section describes characteristics of architectures that affect
12735all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 12736
8e04817f
AC
12737@menu
12738* A29K::
12739* Alpha::
12740* MIPS::
12741@end menu
104c1213 12742
8e04817f
AC
12743@node A29K
12744@subsection A29K
104c1213
JM
12745
12746@table @code
104c1213 12747
8e04817f
AC
12748@kindex set rstack_high_address
12749@cindex AMD 29K register stack
12750@cindex register stack, AMD29K
12751@item set rstack_high_address @var{address}
12752On AMD 29000 family processors, registers are saved in a separate
12753@dfn{register stack}. There is no way for @value{GDBN} to determine the
12754extent of this stack. Normally, @value{GDBN} just assumes that the
12755stack is ``large enough''. This may result in @value{GDBN} referencing
12756memory locations that do not exist. If necessary, you can get around
12757this problem by specifying the ending address of the register stack with
12758the @code{set rstack_high_address} command. The argument should be an
12759address, which you probably want to precede with @samp{0x} to specify in
12760hexadecimal.
104c1213 12761
8e04817f
AC
12762@kindex show rstack_high_address
12763@item show rstack_high_address
12764Display the current limit of the register stack, on AMD 29000 family
12765processors.
104c1213 12766
8e04817f 12767@end table
104c1213 12768
8e04817f
AC
12769@node Alpha
12770@subsection Alpha
104c1213 12771
8e04817f 12772See the following section.
104c1213 12773
8e04817f
AC
12774@node MIPS
12775@subsection MIPS
104c1213 12776
8e04817f
AC
12777@cindex stack on Alpha
12778@cindex stack on MIPS
12779@cindex Alpha stack
12780@cindex MIPS stack
12781Alpha- and MIPS-based computers use an unusual stack frame, which
12782sometimes requires @value{GDBN} to search backward in the object code to
12783find the beginning of a function.
104c1213 12784
8e04817f
AC
12785@cindex response time, MIPS debugging
12786To improve response time (especially for embedded applications, where
12787@value{GDBN} may be restricted to a slow serial line for this search)
12788you may want to limit the size of this search, using one of these
12789commands:
104c1213 12790
8e04817f
AC
12791@table @code
12792@cindex @code{heuristic-fence-post} (Alpha, MIPS)
12793@item set heuristic-fence-post @var{limit}
12794Restrict @value{GDBN} to examining at most @var{limit} bytes in its
12795search for the beginning of a function. A value of @var{0} (the
12796default) means there is no limit. However, except for @var{0}, the
12797larger the limit the more bytes @code{heuristic-fence-post} must search
12798and therefore the longer it takes to run.
104c1213 12799
8e04817f
AC
12800@item show heuristic-fence-post
12801Display the current limit.
12802@end table
104c1213
JM
12803
12804@noindent
8e04817f
AC
12805These commands are available @emph{only} when @value{GDBN} is configured
12806for debugging programs on Alpha or MIPS processors.
104c1213 12807
104c1213 12808
8e04817f
AC
12809@node Controlling GDB
12810@chapter Controlling @value{GDBN}
12811
12812You can alter the way @value{GDBN} interacts with you by using the
12813@code{set} command. For commands controlling how @value{GDBN} displays
12814data, see @ref{Print Settings, ,Print settings}. Other settings are
12815described here.
12816
12817@menu
12818* Prompt:: Prompt
12819* Editing:: Command editing
12820* History:: Command history
12821* Screen Size:: Screen size
12822* Numbers:: Numbers
1e698235 12823* ABI:: Configuring the current ABI
8e04817f
AC
12824* Messages/Warnings:: Optional warnings and messages
12825* Debugging Output:: Optional messages about internal happenings
12826@end menu
12827
12828@node Prompt
12829@section Prompt
104c1213 12830
8e04817f 12831@cindex prompt
104c1213 12832
8e04817f
AC
12833@value{GDBN} indicates its readiness to read a command by printing a string
12834called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
12835can change the prompt string with the @code{set prompt} command. For
12836instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
12837the prompt in one of the @value{GDBN} sessions so that you can always tell
12838which one you are talking to.
104c1213 12839
8e04817f
AC
12840@emph{Note:} @code{set prompt} does not add a space for you after the
12841prompt you set. This allows you to set a prompt which ends in a space
12842or a prompt that does not.
104c1213 12843
8e04817f
AC
12844@table @code
12845@kindex set prompt
12846@item set prompt @var{newprompt}
12847Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 12848
8e04817f
AC
12849@kindex show prompt
12850@item show prompt
12851Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
12852@end table
12853
8e04817f
AC
12854@node Editing
12855@section Command editing
12856@cindex readline
12857@cindex command line editing
104c1213 12858
8e04817f
AC
12859@value{GDBN} reads its input commands via the @dfn{readline} interface. This
12860@sc{gnu} library provides consistent behavior for programs which provide a
12861command line interface to the user. Advantages are @sc{gnu} Emacs-style
12862or @dfn{vi}-style inline editing of commands, @code{csh}-like history
12863substitution, and a storage and recall of command history across
12864debugging sessions.
104c1213 12865
8e04817f
AC
12866You may control the behavior of command line editing in @value{GDBN} with the
12867command @code{set}.
104c1213 12868
8e04817f
AC
12869@table @code
12870@kindex set editing
12871@cindex editing
12872@item set editing
12873@itemx set editing on
12874Enable command line editing (enabled by default).
104c1213 12875
8e04817f
AC
12876@item set editing off
12877Disable command line editing.
104c1213 12878
8e04817f
AC
12879@kindex show editing
12880@item show editing
12881Show whether command line editing is enabled.
104c1213
JM
12882@end table
12883
8e04817f
AC
12884@node History
12885@section Command history
12886
12887@value{GDBN} can keep track of the commands you type during your
12888debugging sessions, so that you can be certain of precisely what
12889happened. Use these commands to manage the @value{GDBN} command
12890history facility.
104c1213
JM
12891
12892@table @code
8e04817f
AC
12893@cindex history substitution
12894@cindex history file
12895@kindex set history filename
12896@kindex GDBHISTFILE
12897@item set history filename @var{fname}
12898Set the name of the @value{GDBN} command history file to @var{fname}.
12899This is the file where @value{GDBN} reads an initial command history
12900list, and where it writes the command history from this session when it
12901exits. You can access this list through history expansion or through
12902the history command editing characters listed below. This file defaults
12903to the value of the environment variable @code{GDBHISTFILE}, or to
12904@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
12905is not set.
104c1213 12906
8e04817f
AC
12907@cindex history save
12908@kindex set history save
12909@item set history save
12910@itemx set history save on
12911Record command history in a file, whose name may be specified with the
12912@code{set history filename} command. By default, this option is disabled.
104c1213 12913
8e04817f
AC
12914@item set history save off
12915Stop recording command history in a file.
104c1213 12916
8e04817f
AC
12917@cindex history size
12918@kindex set history size
12919@item set history size @var{size}
12920Set the number of commands which @value{GDBN} keeps in its history list.
12921This defaults to the value of the environment variable
12922@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
12923@end table
12924
8e04817f
AC
12925@cindex history expansion
12926History expansion assigns special meaning to the character @kbd{!}.
12927@ifset have-readline-appendices
12928@xref{Event Designators}.
12929@end ifset
12930
12931Since @kbd{!} is also the logical not operator in C, history expansion
12932is off by default. If you decide to enable history expansion with the
12933@code{set history expansion on} command, you may sometimes need to
12934follow @kbd{!} (when it is used as logical not, in an expression) with
12935a space or a tab to prevent it from being expanded. The readline
12936history facilities do not attempt substitution on the strings
12937@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
12938
12939The commands to control history expansion are:
104c1213
JM
12940
12941@table @code
8e04817f
AC
12942@kindex set history expansion
12943@item set history expansion on
12944@itemx set history expansion
12945Enable history expansion. History expansion is off by default.
104c1213 12946
8e04817f
AC
12947@item set history expansion off
12948Disable history expansion.
104c1213 12949
8e04817f
AC
12950The readline code comes with more complete documentation of
12951editing and history expansion features. Users unfamiliar with @sc{gnu} Emacs
12952or @code{vi} may wish to read it.
12953@ifset have-readline-appendices
12954@xref{Command Line Editing}.
12955@end ifset
104c1213 12956
8e04817f
AC
12957@c @group
12958@kindex show history
12959@item show history
12960@itemx show history filename
12961@itemx show history save
12962@itemx show history size
12963@itemx show history expansion
12964These commands display the state of the @value{GDBN} history parameters.
12965@code{show history} by itself displays all four states.
12966@c @end group
12967@end table
12968
12969@table @code
12970@kindex shows
12971@item show commands
12972Display the last ten commands in the command history.
104c1213 12973
8e04817f
AC
12974@item show commands @var{n}
12975Print ten commands centered on command number @var{n}.
12976
12977@item show commands +
12978Print ten commands just after the commands last printed.
104c1213
JM
12979@end table
12980
8e04817f
AC
12981@node Screen Size
12982@section Screen size
12983@cindex size of screen
12984@cindex pauses in output
104c1213 12985
8e04817f
AC
12986Certain commands to @value{GDBN} may produce large amounts of
12987information output to the screen. To help you read all of it,
12988@value{GDBN} pauses and asks you for input at the end of each page of
12989output. Type @key{RET} when you want to continue the output, or @kbd{q}
12990to discard the remaining output. Also, the screen width setting
12991determines when to wrap lines of output. Depending on what is being
12992printed, @value{GDBN} tries to break the line at a readable place,
12993rather than simply letting it overflow onto the following line.
12994
12995Normally @value{GDBN} knows the size of the screen from the terminal
12996driver software. For example, on Unix @value{GDBN} uses the termcap data base
12997together with the value of the @code{TERM} environment variable and the
12998@code{stty rows} and @code{stty cols} settings. If this is not correct,
12999you can override it with the @code{set height} and @code{set
13000width} commands:
13001
13002@table @code
13003@kindex set height
13004@kindex set width
13005@kindex show width
13006@kindex show height
13007@item set height @var{lpp}
13008@itemx show height
13009@itemx set width @var{cpl}
13010@itemx show width
13011These @code{set} commands specify a screen height of @var{lpp} lines and
13012a screen width of @var{cpl} characters. The associated @code{show}
13013commands display the current settings.
104c1213 13014
8e04817f
AC
13015If you specify a height of zero lines, @value{GDBN} does not pause during
13016output no matter how long the output is. This is useful if output is to a
13017file or to an editor buffer.
104c1213 13018
8e04817f
AC
13019Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
13020from wrapping its output.
104c1213
JM
13021@end table
13022
8e04817f
AC
13023@node Numbers
13024@section Numbers
13025@cindex number representation
13026@cindex entering numbers
104c1213 13027
8e04817f
AC
13028You can always enter numbers in octal, decimal, or hexadecimal in
13029@value{GDBN} by the usual conventions: octal numbers begin with
13030@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
13031begin with @samp{0x}. Numbers that begin with none of these are, by
13032default, entered in base 10; likewise, the default display for
13033numbers---when no particular format is specified---is base 10. You can
13034change the default base for both input and output with the @code{set
13035radix} command.
104c1213 13036
8e04817f
AC
13037@table @code
13038@kindex set input-radix
13039@item set input-radix @var{base}
13040Set the default base for numeric input. Supported choices
13041for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
13042specified either unambiguously or using the current default radix; for
13043example, any of
104c1213 13044
8e04817f
AC
13045@smallexample
13046set radix 012
13047set radix 10.
13048set radix 0xa
13049@end smallexample
104c1213 13050
8e04817f
AC
13051@noindent
13052sets the base to decimal. On the other hand, @samp{set radix 10}
13053leaves the radix unchanged no matter what it was.
104c1213 13054
8e04817f
AC
13055@kindex set output-radix
13056@item set output-radix @var{base}
13057Set the default base for numeric display. Supported choices
13058for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
13059specified either unambiguously or using the current default radix.
104c1213 13060
8e04817f
AC
13061@kindex show input-radix
13062@item show input-radix
13063Display the current default base for numeric input.
104c1213 13064
8e04817f
AC
13065@kindex show output-radix
13066@item show output-radix
13067Display the current default base for numeric display.
13068@end table
104c1213 13069
1e698235
DJ
13070@node ABI
13071@section Configuring the current ABI
13072
13073@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
13074application automatically. However, sometimes you need to override its
13075conclusions. Use these commands to manage @value{GDBN}'s view of the
13076current ABI.
13077
98b45e30
DJ
13078@cindex OS ABI
13079@kindex set osabi
b4e9345d 13080@kindex show osabi
98b45e30
DJ
13081
13082One @value{GDBN} configuration can debug binaries for multiple operating
13083system targets, either via remote debugging or native emulation.
13084@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
13085but you can override its conclusion using the @code{set osabi} command.
13086One example where this is useful is in debugging of binaries which use
13087an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
13088not have the same identifying marks that the standard C library for your
13089platform provides.
13090
13091@table @code
13092@item show osabi
13093Show the OS ABI currently in use.
13094
13095@item set osabi
13096With no argument, show the list of registered available OS ABI's.
13097
13098@item set osabi @var{abi}
13099Set the current OS ABI to @var{abi}.
13100@end table
13101
1e698235
DJ
13102@cindex float promotion
13103@kindex set coerce-float-to-double
13104
13105Generally, the way that an argument of type @code{float} is passed to a
13106function depends on whether the function is prototyped. For a prototyped
13107(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
13108according to the architecture's convention for @code{float}. For unprototyped
13109(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
13110@code{double} and then passed.
13111
13112Unfortunately, some forms of debug information do not reliably indicate whether
13113a function is prototyped. If @value{GDBN} calls a function that is not marked
13114as prototyped, it consults @kbd{set coerce-float-to-double}.
13115
13116@table @code
13117@item set coerce-float-to-double
13118@itemx set coerce-float-to-double on
13119Arguments of type @code{float} will be promoted to @code{double} when passed
13120to an unprototyped function. This is the default setting.
13121
13122@item set coerce-float-to-double off
13123Arguments of type @code{float} will be passed directly to unprototyped
13124functions.
13125@end table
13126
f1212245
DJ
13127@kindex set cp-abi
13128@kindex show cp-abi
13129@value{GDBN} needs to know the ABI used for your program's C@t{++}
13130objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
13131used to build your application. @value{GDBN} only fully supports
13132programs with a single C@t{++} ABI; if your program contains code using
13133multiple C@t{++} ABI's or if @value{GDBN} can not identify your
13134program's ABI correctly, you can tell @value{GDBN} which ABI to use.
13135Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
13136before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
13137``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
13138use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
13139``auto''.
13140
13141@table @code
13142@item show cp-abi
13143Show the C@t{++} ABI currently in use.
13144
13145@item set cp-abi
13146With no argument, show the list of supported C@t{++} ABI's.
13147
13148@item set cp-abi @var{abi}
13149@itemx set cp-abi auto
13150Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
13151@end table
13152
8e04817f
AC
13153@node Messages/Warnings
13154@section Optional warnings and messages
104c1213 13155
8e04817f
AC
13156By default, @value{GDBN} is silent about its inner workings. If you are
13157running on a slow machine, you may want to use the @code{set verbose}
13158command. This makes @value{GDBN} tell you when it does a lengthy
13159internal operation, so you will not think it has crashed.
104c1213 13160
8e04817f
AC
13161Currently, the messages controlled by @code{set verbose} are those
13162which announce that the symbol table for a source file is being read;
13163see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
104c1213 13164
8e04817f
AC
13165@table @code
13166@kindex set verbose
13167@item set verbose on
13168Enables @value{GDBN} output of certain informational messages.
104c1213 13169
8e04817f
AC
13170@item set verbose off
13171Disables @value{GDBN} output of certain informational messages.
104c1213 13172
8e04817f
AC
13173@kindex show verbose
13174@item show verbose
13175Displays whether @code{set verbose} is on or off.
13176@end table
104c1213 13177
8e04817f
AC
13178By default, if @value{GDBN} encounters bugs in the symbol table of an
13179object file, it is silent; but if you are debugging a compiler, you may
13180find this information useful (@pxref{Symbol Errors, ,Errors reading
13181symbol files}).
104c1213 13182
8e04817f 13183@table @code
104c1213 13184
8e04817f
AC
13185@kindex set complaints
13186@item set complaints @var{limit}
13187Permits @value{GDBN} to output @var{limit} complaints about each type of
13188unusual symbols before becoming silent about the problem. Set
13189@var{limit} to zero to suppress all complaints; set it to a large number
13190to prevent complaints from being suppressed.
104c1213 13191
8e04817f
AC
13192@kindex show complaints
13193@item show complaints
13194Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 13195
8e04817f 13196@end table
104c1213 13197
8e04817f
AC
13198By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
13199lot of stupid questions to confirm certain commands. For example, if
13200you try to run a program which is already running:
104c1213 13201
474c8240 13202@smallexample
8e04817f
AC
13203(@value{GDBP}) run
13204The program being debugged has been started already.
13205Start it from the beginning? (y or n)
474c8240 13206@end smallexample
104c1213 13207
8e04817f
AC
13208If you are willing to unflinchingly face the consequences of your own
13209commands, you can disable this ``feature'':
104c1213 13210
8e04817f 13211@table @code
104c1213 13212
8e04817f
AC
13213@kindex set confirm
13214@cindex flinching
13215@cindex confirmation
13216@cindex stupid questions
13217@item set confirm off
13218Disables confirmation requests.
104c1213 13219
8e04817f
AC
13220@item set confirm on
13221Enables confirmation requests (the default).
104c1213 13222
8e04817f
AC
13223@kindex show confirm
13224@item show confirm
13225Displays state of confirmation requests.
13226
13227@end table
104c1213 13228
8e04817f
AC
13229@node Debugging Output
13230@section Optional messages about internal happenings
104c1213 13231@table @code
8e04817f
AC
13232@kindex set debug arch
13233@item set debug arch
13234Turns on or off display of gdbarch debugging info. The default is off
13235@kindex show debug arch
13236@item show debug arch
13237Displays the current state of displaying gdbarch debugging info.
13238@kindex set debug event
13239@item set debug event
13240Turns on or off display of @value{GDBN} event debugging info. The
13241default is off.
13242@kindex show debug event
13243@item show debug event
13244Displays the current state of displaying @value{GDBN} event debugging
13245info.
13246@kindex set debug expression
13247@item set debug expression
13248Turns on or off display of @value{GDBN} expression debugging info. The
13249default is off.
13250@kindex show debug expression
13251@item show debug expression
13252Displays the current state of displaying @value{GDBN} expression
13253debugging info.
7453dc06
AC
13254@kindex set debug frame
13255@item set debug frame
13256Turns on or off display of @value{GDBN} frame debugging info. The
13257default is off.
13258@kindex show debug frame
13259@item show debug frame
13260Displays the current state of displaying @value{GDBN} frame debugging
13261info.
8e04817f
AC
13262@kindex set debug overload
13263@item set debug overload
13264Turns on or off display of @value{GDBN} C@t{++} overload debugging
13265info. This includes info such as ranking of functions, etc. The default
13266is off.
13267@kindex show debug overload
13268@item show debug overload
13269Displays the current state of displaying @value{GDBN} C@t{++} overload
13270debugging info.
13271@kindex set debug remote
13272@cindex packets, reporting on stdout
13273@cindex serial connections, debugging
13274@item set debug remote
13275Turns on or off display of reports on all packets sent back and forth across
13276the serial line to the remote machine. The info is printed on the
13277@value{GDBN} standard output stream. The default is off.
13278@kindex show debug remote
13279@item show debug remote
13280Displays the state of display of remote packets.
13281@kindex set debug serial
13282@item set debug serial
13283Turns on or off display of @value{GDBN} serial debugging info. The
13284default is off.
13285@kindex show debug serial
13286@item show debug serial
13287Displays the current state of displaying @value{GDBN} serial debugging
13288info.
13289@kindex set debug target
13290@item set debug target
13291Turns on or off display of @value{GDBN} target debugging info. This info
13292includes what is going on at the target level of GDB, as it happens. The
13293default is off.
13294@kindex show debug target
13295@item show debug target
13296Displays the current state of displaying @value{GDBN} target debugging
13297info.
13298@kindex set debug varobj
13299@item set debug varobj
13300Turns on or off display of @value{GDBN} variable object debugging
13301info. The default is off.
13302@kindex show debug varobj
13303@item show debug varobj
13304Displays the current state of displaying @value{GDBN} variable object
13305debugging info.
13306@end table
104c1213 13307
8e04817f
AC
13308@node Sequences
13309@chapter Canned Sequences of Commands
104c1213 13310
8e04817f
AC
13311Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
13312command lists}), @value{GDBN} provides two ways to store sequences of
13313commands for execution as a unit: user-defined commands and command
13314files.
104c1213 13315
8e04817f
AC
13316@menu
13317* Define:: User-defined commands
13318* Hooks:: User-defined command hooks
13319* Command Files:: Command files
13320* Output:: Commands for controlled output
13321@end menu
104c1213 13322
8e04817f
AC
13323@node Define
13324@section User-defined commands
104c1213 13325
8e04817f
AC
13326@cindex user-defined command
13327A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
13328which you assign a new name as a command. This is done with the
13329@code{define} command. User commands may accept up to 10 arguments
13330separated by whitespace. Arguments are accessed within the user command
13331via @var{$arg0@dots{}$arg9}. A trivial example:
104c1213 13332
8e04817f
AC
13333@smallexample
13334define adder
13335 print $arg0 + $arg1 + $arg2
13336@end smallexample
104c1213
JM
13337
13338@noindent
8e04817f 13339To execute the command use:
104c1213 13340
8e04817f
AC
13341@smallexample
13342adder 1 2 3
13343@end smallexample
104c1213 13344
8e04817f
AC
13345@noindent
13346This defines the command @code{adder}, which prints the sum of
13347its three arguments. Note the arguments are text substitutions, so they may
13348reference variables, use complex expressions, or even perform inferior
13349functions calls.
104c1213
JM
13350
13351@table @code
104c1213 13352
8e04817f
AC
13353@kindex define
13354@item define @var{commandname}
13355Define a command named @var{commandname}. If there is already a command
13356by that name, you are asked to confirm that you want to redefine it.
104c1213 13357
8e04817f
AC
13358The definition of the command is made up of other @value{GDBN} command lines,
13359which are given following the @code{define} command. The end of these
13360commands is marked by a line containing @code{end}.
104c1213 13361
8e04817f
AC
13362@kindex if
13363@kindex else
13364@item if
13365Takes a single argument, which is an expression to evaluate.
13366It is followed by a series of commands that are executed
13367only if the expression is true (nonzero).
13368There can then optionally be a line @code{else}, followed
13369by a series of commands that are only executed if the expression
13370was false. The end of the list is marked by a line containing @code{end}.
104c1213 13371
8e04817f
AC
13372@kindex while
13373@item while
13374The syntax is similar to @code{if}: the command takes a single argument,
13375which is an expression to evaluate, and must be followed by the commands to
13376execute, one per line, terminated by an @code{end}.
13377The commands are executed repeatedly as long as the expression
13378evaluates to true.
104c1213 13379
8e04817f
AC
13380@kindex document
13381@item document @var{commandname}
13382Document the user-defined command @var{commandname}, so that it can be
13383accessed by @code{help}. The command @var{commandname} must already be
13384defined. This command reads lines of documentation just as @code{define}
13385reads the lines of the command definition, ending with @code{end}.
13386After the @code{document} command is finished, @code{help} on command
13387@var{commandname} displays the documentation you have written.
104c1213 13388
8e04817f
AC
13389You may use the @code{document} command again to change the
13390documentation of a command. Redefining the command with @code{define}
13391does not change the documentation.
104c1213 13392
8e04817f
AC
13393@kindex help user-defined
13394@item help user-defined
13395List all user-defined commands, with the first line of the documentation
13396(if any) for each.
104c1213 13397
8e04817f
AC
13398@kindex show user
13399@item show user
13400@itemx show user @var{commandname}
13401Display the @value{GDBN} commands used to define @var{commandname} (but
13402not its documentation). If no @var{commandname} is given, display the
13403definitions for all user-defined commands.
104c1213 13404
20f01a46
DH
13405@kindex show max-user-call-depth
13406@kindex set max-user-call-depth
13407@item show max-user-call-depth
5ca0cb28
DH
13408@itemx set max-user-call-depth
13409The value of @code{max-user-call-depth} controls how many recursion
13410levels are allowed in user-defined commands before GDB suspects an
13411infinite recursion and aborts the command.
20f01a46 13412
104c1213
JM
13413@end table
13414
8e04817f
AC
13415When user-defined commands are executed, the
13416commands of the definition are not printed. An error in any command
13417stops execution of the user-defined command.
104c1213 13418
8e04817f
AC
13419If used interactively, commands that would ask for confirmation proceed
13420without asking when used inside a user-defined command. Many @value{GDBN}
13421commands that normally print messages to say what they are doing omit the
13422messages when used in a user-defined command.
104c1213 13423
8e04817f
AC
13424@node Hooks
13425@section User-defined command hooks
13426@cindex command hooks
13427@cindex hooks, for commands
13428@cindex hooks, pre-command
104c1213 13429
8e04817f
AC
13430@kindex hook
13431@kindex hook-
13432You may define @dfn{hooks}, which are a special kind of user-defined
13433command. Whenever you run the command @samp{foo}, if the user-defined
13434command @samp{hook-foo} exists, it is executed (with no arguments)
13435before that command.
104c1213 13436
8e04817f
AC
13437@cindex hooks, post-command
13438@kindex hookpost
13439@kindex hookpost-
13440A hook may also be defined which is run after the command you executed.
13441Whenever you run the command @samp{foo}, if the user-defined command
13442@samp{hookpost-foo} exists, it is executed (with no arguments) after
13443that command. Post-execution hooks may exist simultaneously with
13444pre-execution hooks, for the same command.
104c1213 13445
8e04817f
AC
13446It is valid for a hook to call the command which it hooks. If this
13447occurs, the hook is not re-executed, thereby avoiding infinte recursion.
104c1213 13448
8e04817f
AC
13449@c It would be nice if hookpost could be passed a parameter indicating
13450@c if the command it hooks executed properly or not. FIXME!
104c1213 13451
8e04817f
AC
13452@kindex stop@r{, a pseudo-command}
13453In addition, a pseudo-command, @samp{stop} exists. Defining
13454(@samp{hook-stop}) makes the associated commands execute every time
13455execution stops in your program: before breakpoint commands are run,
13456displays are printed, or the stack frame is printed.
104c1213 13457
8e04817f
AC
13458For example, to ignore @code{SIGALRM} signals while
13459single-stepping, but treat them normally during normal execution,
13460you could define:
104c1213 13461
474c8240 13462@smallexample
8e04817f
AC
13463define hook-stop
13464handle SIGALRM nopass
13465end
104c1213 13466
8e04817f
AC
13467define hook-run
13468handle SIGALRM pass
13469end
104c1213 13470
8e04817f
AC
13471define hook-continue
13472handle SIGLARM pass
13473end
474c8240 13474@end smallexample
104c1213 13475
8e04817f
AC
13476As a further example, to hook at the begining and end of the @code{echo}
13477command, and to add extra text to the beginning and end of the message,
13478you could define:
104c1213 13479
474c8240 13480@smallexample
8e04817f
AC
13481define hook-echo
13482echo <<<---
13483end
104c1213 13484
8e04817f
AC
13485define hookpost-echo
13486echo --->>>\n
13487end
104c1213 13488
8e04817f
AC
13489(@value{GDBP}) echo Hello World
13490<<<---Hello World--->>>
13491(@value{GDBP})
104c1213 13492
474c8240 13493@end smallexample
104c1213 13494
8e04817f
AC
13495You can define a hook for any single-word command in @value{GDBN}, but
13496not for command aliases; you should define a hook for the basic command
13497name, e.g. @code{backtrace} rather than @code{bt}.
13498@c FIXME! So how does Joe User discover whether a command is an alias
13499@c or not?
13500If an error occurs during the execution of your hook, execution of
13501@value{GDBN} commands stops and @value{GDBN} issues a prompt
13502(before the command that you actually typed had a chance to run).
104c1213 13503
8e04817f
AC
13504If you try to define a hook which does not match any known command, you
13505get a warning from the @code{define} command.
c906108c 13506
8e04817f
AC
13507@node Command Files
13508@section Command files
c906108c 13509
8e04817f
AC
13510@cindex command files
13511A command file for @value{GDBN} is a file of lines that are @value{GDBN}
13512commands. Comments (lines starting with @kbd{#}) may also be included.
13513An empty line in a command file does nothing; it does not mean to repeat
13514the last command, as it would from the terminal.
c906108c 13515
8e04817f
AC
13516@cindex init file
13517@cindex @file{.gdbinit}
13518@cindex @file{gdb.ini}
13519When you start @value{GDBN}, it automatically executes commands from its
13520@dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
13521port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
13522limitations of file names imposed by DOS filesystems.}.
13523During startup, @value{GDBN} does the following:
c906108c 13524
8e04817f
AC
13525@enumerate
13526@item
13527Reads the init file (if any) in your home directory@footnote{On
13528DOS/Windows systems, the home directory is the one pointed to by the
13529@code{HOME} environment variable.}.
c906108c 13530
8e04817f
AC
13531@item
13532Processes command line options and operands.
c906108c 13533
8e04817f
AC
13534@item
13535Reads the init file (if any) in the current working directory.
c906108c 13536
8e04817f
AC
13537@item
13538Reads command files specified by the @samp{-x} option.
13539@end enumerate
c906108c 13540
8e04817f
AC
13541The init file in your home directory can set options (such as @samp{set
13542complaints}) that affect subsequent processing of command line options
13543and operands. Init files are not executed if you use the @samp{-nx}
13544option (@pxref{Mode Options, ,Choosing modes}).
c906108c 13545
8e04817f
AC
13546@cindex init file name
13547On some configurations of @value{GDBN}, the init file is known by a
13548different name (these are typically environments where a specialized
13549form of @value{GDBN} may need to coexist with other forms, hence a
13550different name for the specialized version's init file). These are the
13551environments with special init file names:
c906108c 13552
8e04817f
AC
13553@cindex @file{.vxgdbinit}
13554@itemize @bullet
13555@item
13556VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
c906108c 13557
8e04817f
AC
13558@cindex @file{.os68gdbinit}
13559@item
13560OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
c906108c 13561
8e04817f
AC
13562@cindex @file{.esgdbinit}
13563@item
13564ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
13565@end itemize
c906108c 13566
8e04817f
AC
13567You can also request the execution of a command file with the
13568@code{source} command:
c906108c 13569
8e04817f
AC
13570@table @code
13571@kindex source
13572@item source @var{filename}
13573Execute the command file @var{filename}.
c906108c
SS
13574@end table
13575
8e04817f 13576The lines in a command file are executed sequentially. They are not
a71ec265
DH
13577printed as they are executed. An error in any command terminates
13578execution of the command file and control is returned to the console.
c906108c 13579
8e04817f
AC
13580Commands that would ask for confirmation if used interactively proceed
13581without asking when used in a command file. Many @value{GDBN} commands that
13582normally print messages to say what they are doing omit the messages
13583when called from command files.
c906108c 13584
8e04817f
AC
13585@value{GDBN} also accepts command input from standard input. In this
13586mode, normal output goes to standard output and error output goes to
13587standard error. Errors in a command file supplied on standard input do
13588not terminate execution of the command file --- execution continues with
13589the next command.
c906108c 13590
474c8240 13591@smallexample
8e04817f 13592gdb < cmds > log 2>&1
474c8240 13593@end smallexample
c906108c 13594
8e04817f
AC
13595(The syntax above will vary depending on the shell used.) This example
13596will execute commands from the file @file{cmds}. All output and errors
13597would be directed to @file{log}.
c906108c 13598
8e04817f
AC
13599@node Output
13600@section Commands for controlled output
c906108c 13601
8e04817f
AC
13602During the execution of a command file or a user-defined command, normal
13603@value{GDBN} output is suppressed; the only output that appears is what is
13604explicitly printed by the commands in the definition. This section
13605describes three commands useful for generating exactly the output you
13606want.
c906108c
SS
13607
13608@table @code
8e04817f
AC
13609@kindex echo
13610@item echo @var{text}
13611@c I do not consider backslash-space a standard C escape sequence
13612@c because it is not in ANSI.
13613Print @var{text}. Nonprinting characters can be included in
13614@var{text} using C escape sequences, such as @samp{\n} to print a
13615newline. @strong{No newline is printed unless you specify one.}
13616In addition to the standard C escape sequences, a backslash followed
13617by a space stands for a space. This is useful for displaying a
13618string with spaces at the beginning or the end, since leading and
13619trailing spaces are otherwise trimmed from all arguments.
13620To print @samp{@w{ }and foo =@w{ }}, use the command
13621@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 13622
8e04817f
AC
13623A backslash at the end of @var{text} can be used, as in C, to continue
13624the command onto subsequent lines. For example,
c906108c 13625
474c8240 13626@smallexample
8e04817f
AC
13627echo This is some text\n\
13628which is continued\n\
13629onto several lines.\n
474c8240 13630@end smallexample
c906108c 13631
8e04817f 13632produces the same output as
c906108c 13633
474c8240 13634@smallexample
8e04817f
AC
13635echo This is some text\n
13636echo which is continued\n
13637echo onto several lines.\n
474c8240 13638@end smallexample
c906108c 13639
8e04817f
AC
13640@kindex output
13641@item output @var{expression}
13642Print the value of @var{expression} and nothing but that value: no
13643newlines, no @samp{$@var{nn} = }. The value is not entered in the
13644value history either. @xref{Expressions, ,Expressions}, for more information
13645on expressions.
c906108c 13646
8e04817f
AC
13647@item output/@var{fmt} @var{expression}
13648Print the value of @var{expression} in format @var{fmt}. You can use
13649the same formats as for @code{print}. @xref{Output Formats,,Output
13650formats}, for more information.
c906108c 13651
8e04817f
AC
13652@kindex printf
13653@item printf @var{string}, @var{expressions}@dots{}
13654Print the values of the @var{expressions} under the control of
13655@var{string}. The @var{expressions} are separated by commas and may be
13656either numbers or pointers. Their values are printed as specified by
13657@var{string}, exactly as if your program were to execute the C
13658subroutine
13659@c FIXME: the above implies that at least all ANSI C formats are
13660@c supported, but it isn't true: %E and %G don't work (or so it seems).
13661@c Either this is a bug, or the manual should document what formats are
13662@c supported.
c906108c 13663
474c8240 13664@smallexample
8e04817f 13665printf (@var{string}, @var{expressions}@dots{});
474c8240 13666@end smallexample
c906108c 13667
8e04817f 13668For example, you can print two values in hex like this:
c906108c 13669
8e04817f
AC
13670@smallexample
13671printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
13672@end smallexample
c906108c 13673
8e04817f
AC
13674The only backslash-escape sequences that you can use in the format
13675string are the simple ones that consist of backslash followed by a
13676letter.
c906108c
SS
13677@end table
13678
21c294e6
AC
13679@node Interpreters
13680@chapter Command Interpreters
13681@cindex command interpreters
13682
13683@value{GDBN} supports multiple command interpreters, and some command
13684infrastructure to allow users or user interface writers to switch
13685between interpreters or run commands in other interpreters.
13686
13687@value{GDBN} currently supports two command interpreters, the console
13688interpreter (sometimes called the command-line interpreter or @sc{cli})
13689and the machine interface interpreter (or @sc{gdb/mi}). This manual
13690describes both of these interfaces in great detail.
13691
13692By default, @value{GDBN} will start with the console interpreter.
13693However, the user may choose to start @value{GDBN} with another
13694interpreter by specifying the @option{-i} or @option{--interpreter}
13695startup options. Defined interpreters include:
13696
13697@table @code
13698@item console
13699@cindex console interpreter
13700The traditional console or command-line interpreter. This is the most often
13701used interpreter with @value{GDBN}. With no interpreter specified at runtime,
13702@value{GDBN} will use this interpreter.
13703
13704@item mi
13705@cindex mi interpreter
13706The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
13707by programs wishing to use @value{GDBN} as a backend for a debugger GUI
13708or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
13709Interface}.
13710
13711@item mi2
13712@cindex mi2 interpreter
13713The current @sc{gdb/mi} interface.
13714
13715@item mi1
13716@cindex mi1 interpreter
13717The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
13718
13719@end table
13720
13721@cindex invoke another interpreter
13722The interpreter being used by @value{GDBN} may not be dynamically
13723switched at runtime. Although possible, this could lead to a very
13724precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
13725enters the command "interpreter-set console" in a console view,
13726@value{GDBN} would switch to using the console interpreter, rendering
13727the IDE inoperable!
13728
13729@kindex interpreter-exec
13730Although you may only choose a single interpreter at startup, you may execute
13731commands in any interpreter from the current interpreter using the appropriate
13732command. If you are running the console interpreter, simply use the
13733@code{interpreter-exec} command:
13734
13735@smallexample
13736interpreter-exec mi "-data-list-register-names"
13737@end smallexample
13738
13739@sc{gdb/mi} has a similar command, although it is only available in versions of
13740@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
13741
8e04817f
AC
13742@node TUI
13743@chapter @value{GDBN} Text User Interface
13744@cindex TUI
c906108c 13745
8e04817f
AC
13746@menu
13747* TUI Overview:: TUI overview
13748* TUI Keys:: TUI key bindings
7cf36c78 13749* TUI Single Key Mode:: TUI single key mode
8e04817f
AC
13750* TUI Commands:: TUI specific commands
13751* TUI Configuration:: TUI configuration variables
13752@end menu
c906108c 13753
8e04817f
AC
13754The @value{GDBN} Text User Interface, TUI in short,
13755is a terminal interface which uses the @code{curses} library
13756to show the source file, the assembly output, the program registers
13757and @value{GDBN} commands in separate text windows.
13758The TUI is available only when @value{GDBN} is configured
13759with the @code{--enable-tui} configure option (@pxref{Configure Options}).
c906108c 13760
8e04817f
AC
13761@node TUI Overview
13762@section TUI overview
c906108c 13763
8e04817f
AC
13764The TUI has two display modes that can be switched while
13765@value{GDBN} runs:
c906108c 13766
8e04817f
AC
13767@itemize @bullet
13768@item
13769A curses (or TUI) mode in which it displays several text
13770windows on the terminal.
c906108c 13771
8e04817f
AC
13772@item
13773A standard mode which corresponds to the @value{GDBN} configured without
13774the TUI.
13775@end itemize
c906108c 13776
8e04817f
AC
13777In the TUI mode, @value{GDBN} can display several text window
13778on the terminal:
c906108c 13779
8e04817f
AC
13780@table @emph
13781@item command
13782This window is the @value{GDBN} command window with the @value{GDBN}
13783prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
13784managed using readline but through the TUI. The @emph{command}
13785window is always visible.
c906108c 13786
8e04817f
AC
13787@item source
13788The source window shows the source file of the program. The current
13789line as well as active breakpoints are displayed in this window.
c906108c 13790
8e04817f
AC
13791@item assembly
13792The assembly window shows the disassembly output of the program.
c906108c 13793
8e04817f
AC
13794@item register
13795This window shows the processor registers. It detects when
13796a register is changed and when this is the case, registers that have
13797changed are highlighted.
c906108c 13798
c906108c
SS
13799@end table
13800
269c21fe
SC
13801The source and assembly windows show the current program position
13802by highlighting the current line and marking them with the @samp{>} marker.
13803Breakpoints are also indicated with two markers. A first one
13804indicates the breakpoint type:
13805
13806@table @code
13807@item B
13808Breakpoint which was hit at least once.
13809
13810@item b
13811Breakpoint which was never hit.
13812
13813@item H
13814Hardware breakpoint which was hit at least once.
13815
13816@item h
13817Hardware breakpoint which was never hit.
13818
13819@end table
13820
13821The second marker indicates whether the breakpoint is enabled or not:
13822
13823@table @code
13824@item +
13825Breakpoint is enabled.
13826
13827@item -
13828Breakpoint is disabled.
13829
13830@end table
13831
8e04817f
AC
13832The source, assembly and register windows are attached to the thread
13833and the frame position. They are updated when the current thread
13834changes, when the frame changes or when the program counter changes.
13835These three windows are arranged by the TUI according to several
13836layouts. The layout defines which of these three windows are visible.
13837The following layouts are available:
c906108c 13838
8e04817f
AC
13839@itemize @bullet
13840@item
13841source
2df3850c 13842
8e04817f
AC
13843@item
13844assembly
13845
13846@item
13847source and assembly
13848
13849@item
13850source and registers
c906108c 13851
8e04817f
AC
13852@item
13853assembly and registers
2df3850c 13854
8e04817f 13855@end itemize
c906108c 13856
b7bb15bc
SC
13857On top of the command window a status line gives various information
13858concerning the current process begin debugged. The status line is
13859updated when the information it shows changes. The following fields
13860are displayed:
13861
13862@table @emph
13863@item target
13864Indicates the current gdb target
13865(@pxref{Targets, ,Specifying a Debugging Target}).
13866
13867@item process
13868Gives information about the current process or thread number.
13869When no process is being debugged, this field is set to @code{No process}.
13870
13871@item function
13872Gives the current function name for the selected frame.
13873The name is demangled if demangling is turned on (@pxref{Print Settings}).
13874When there is no symbol corresponding to the current program counter
13875the string @code{??} is displayed.
13876
13877@item line
13878Indicates the current line number for the selected frame.
13879When the current line number is not known the string @code{??} is displayed.
13880
13881@item pc
13882Indicates the current program counter address.
13883
13884@end table
13885
8e04817f
AC
13886@node TUI Keys
13887@section TUI Key Bindings
13888@cindex TUI key bindings
c906108c 13889
8e04817f
AC
13890The TUI installs several key bindings in the readline keymaps
13891(@pxref{Command Line Editing}).
13892They allow to leave or enter in the TUI mode or they operate
7cf36c78
SC
13893directly on the TUI layout and windows. The TUI also provides
13894a @emph{SingleKey} keymap which binds several keys directly to
13895@value{GDBN} commands. The following key bindings
8e04817f 13896are installed for both TUI mode and the @value{GDBN} standard mode.
c906108c 13897
8e04817f
AC
13898@table @kbd
13899@kindex C-x C-a
13900@item C-x C-a
13901@kindex C-x a
13902@itemx C-x a
13903@kindex C-x A
13904@itemx C-x A
13905Enter or leave the TUI mode. When the TUI mode is left,
13906the curses window management is left and @value{GDBN} operates using
13907its standard mode writing on the terminal directly. When the TUI
13908mode is entered, the control is given back to the curses windows.
13909The screen is then refreshed.
c906108c 13910
8e04817f
AC
13911@kindex C-x 1
13912@item C-x 1
13913Use a TUI layout with only one window. The layout will
13914either be @samp{source} or @samp{assembly}. When the TUI mode
13915is not active, it will switch to the TUI mode.
2df3850c 13916
8e04817f 13917Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 13918
8e04817f
AC
13919@kindex C-x 2
13920@item C-x 2
13921Use a TUI layout with at least two windows. When the current
13922layout shows already two windows, a next layout with two windows is used.
13923When a new layout is chosen, one window will always be common to the
13924previous layout and the new one.
c906108c 13925
8e04817f 13926Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 13927
72ffddc9
SC
13928@kindex C-x o
13929@item C-x o
13930Change the active window. The TUI associates several key bindings
13931(like scrolling and arrow keys) to the active window. This command
13932gives the focus to the next TUI window.
13933
13934Think of it as the Emacs @kbd{C-x o} binding.
13935
7cf36c78
SC
13936@kindex C-x s
13937@item C-x s
13938Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
13939(@pxref{TUI Single Key Mode}).
13940
c906108c
SS
13941@end table
13942
8e04817f 13943The following key bindings are handled only by the TUI mode:
5d161b24 13944
8e04817f
AC
13945@table @key
13946@kindex PgUp
13947@item PgUp
13948Scroll the active window one page up.
c906108c 13949
8e04817f
AC
13950@kindex PgDn
13951@item PgDn
13952Scroll the active window one page down.
c906108c 13953
8e04817f
AC
13954@kindex Up
13955@item Up
13956Scroll the active window one line up.
c906108c 13957
8e04817f
AC
13958@kindex Down
13959@item Down
13960Scroll the active window one line down.
c906108c 13961
8e04817f
AC
13962@kindex Left
13963@item Left
13964Scroll the active window one column left.
c906108c 13965
8e04817f
AC
13966@kindex Right
13967@item Right
13968Scroll the active window one column right.
c906108c 13969
8e04817f
AC
13970@kindex C-L
13971@item C-L
13972Refresh the screen.
c906108c 13973
8e04817f 13974@end table
c906108c 13975
8e04817f 13976In the TUI mode, the arrow keys are used by the active window
72ffddc9
SC
13977for scrolling. This means they are available for readline when the
13978active window is the command window. When the command window
13979does not have the focus, it is necessary to use other readline
13980key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
8e04817f 13981
7cf36c78
SC
13982@node TUI Single Key Mode
13983@section TUI Single Key Mode
13984@cindex TUI single key mode
13985
13986The TUI provides a @emph{SingleKey} mode in which it installs a particular
13987key binding in the readline keymaps to connect single keys to
13988some gdb commands.
13989
13990@table @kbd
13991@kindex c @r{(SingleKey TUI key)}
13992@item c
13993continue
13994
13995@kindex d @r{(SingleKey TUI key)}
13996@item d
13997down
13998
13999@kindex f @r{(SingleKey TUI key)}
14000@item f
14001finish
14002
14003@kindex n @r{(SingleKey TUI key)}
14004@item n
14005next
14006
14007@kindex q @r{(SingleKey TUI key)}
14008@item q
14009exit the @emph{SingleKey} mode.
14010
14011@kindex r @r{(SingleKey TUI key)}
14012@item r
14013run
14014
14015@kindex s @r{(SingleKey TUI key)}
14016@item s
14017step
14018
14019@kindex u @r{(SingleKey TUI key)}
14020@item u
14021up
14022
14023@kindex v @r{(SingleKey TUI key)}
14024@item v
14025info locals
14026
14027@kindex w @r{(SingleKey TUI key)}
14028@item w
14029where
14030
14031@end table
14032
14033Other keys temporarily switch to the @value{GDBN} command prompt.
14034The key that was pressed is inserted in the editing buffer so that
14035it is possible to type most @value{GDBN} commands without interaction
14036with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
14037@emph{SingleKey} mode is restored. The only way to permanently leave
14038this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
14039
14040
8e04817f
AC
14041@node TUI Commands
14042@section TUI specific commands
14043@cindex TUI commands
14044
14045The TUI has specific commands to control the text windows.
14046These commands are always available, that is they do not depend on
14047the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
14048is in the standard mode, using these commands will automatically switch
14049in the TUI mode.
c906108c
SS
14050
14051@table @code
3d757584
SC
14052@item info win
14053@kindex info win
14054List and give the size of all displayed windows.
14055
8e04817f
AC
14056@item layout next
14057@kindex layout next
14058Display the next layout.
2df3850c 14059
8e04817f
AC
14060@item layout prev
14061@kindex layout prev
14062Display the previous layout.
c906108c 14063
8e04817f
AC
14064@item layout src
14065@kindex layout src
14066Display the source window only.
c906108c 14067
8e04817f
AC
14068@item layout asm
14069@kindex layout asm
14070Display the assembly window only.
c906108c 14071
8e04817f
AC
14072@item layout split
14073@kindex layout split
14074Display the source and assembly window.
c906108c 14075
8e04817f
AC
14076@item layout regs
14077@kindex layout regs
14078Display the register window together with the source or assembly window.
14079
14080@item focus next | prev | src | asm | regs | split
14081@kindex focus
14082Set the focus to the named window.
14083This command allows to change the active window so that scrolling keys
14084can be affected to another window.
c906108c 14085
8e04817f
AC
14086@item refresh
14087@kindex refresh
14088Refresh the screen. This is similar to using @key{C-L} key.
c906108c 14089
8e04817f
AC
14090@item update
14091@kindex update
14092Update the source window and the current execution point.
c906108c 14093
8e04817f
AC
14094@item winheight @var{name} +@var{count}
14095@itemx winheight @var{name} -@var{count}
14096@kindex winheight
14097Change the height of the window @var{name} by @var{count}
14098lines. Positive counts increase the height, while negative counts
14099decrease it.
2df3850c 14100
c906108c
SS
14101@end table
14102
8e04817f
AC
14103@node TUI Configuration
14104@section TUI configuration variables
14105@cindex TUI configuration variables
c906108c 14106
8e04817f
AC
14107The TUI has several configuration variables that control the
14108appearance of windows on the terminal.
c906108c 14109
8e04817f
AC
14110@table @code
14111@item set tui border-kind @var{kind}
14112@kindex set tui border-kind
14113Select the border appearance for the source, assembly and register windows.
14114The possible values are the following:
14115@table @code
14116@item space
14117Use a space character to draw the border.
c906108c 14118
8e04817f
AC
14119@item ascii
14120Use ascii characters + - and | to draw the border.
c906108c 14121
8e04817f
AC
14122@item acs
14123Use the Alternate Character Set to draw the border. The border is
14124drawn using character line graphics if the terminal supports them.
c78b4128 14125
8e04817f 14126@end table
c78b4128 14127
8e04817f
AC
14128@item set tui active-border-mode @var{mode}
14129@kindex set tui active-border-mode
14130Select the attributes to display the border of the active window.
14131The possible values are @code{normal}, @code{standout}, @code{reverse},
14132@code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
c78b4128 14133
8e04817f
AC
14134@item set tui border-mode @var{mode}
14135@kindex set tui border-mode
14136Select the attributes to display the border of other windows.
14137The @var{mode} can be one of the following:
14138@table @code
14139@item normal
14140Use normal attributes to display the border.
c906108c 14141
8e04817f
AC
14142@item standout
14143Use standout mode.
c906108c 14144
8e04817f
AC
14145@item reverse
14146Use reverse video mode.
c906108c 14147
8e04817f
AC
14148@item half
14149Use half bright mode.
c906108c 14150
8e04817f
AC
14151@item half-standout
14152Use half bright and standout mode.
c906108c 14153
8e04817f
AC
14154@item bold
14155Use extra bright or bold mode.
c78b4128 14156
8e04817f
AC
14157@item bold-standout
14158Use extra bright or bold and standout mode.
c78b4128 14159
8e04817f 14160@end table
c78b4128 14161
8e04817f 14162@end table
c78b4128 14163
8e04817f
AC
14164@node Emacs
14165@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 14166
8e04817f
AC
14167@cindex Emacs
14168@cindex @sc{gnu} Emacs
14169A special interface allows you to use @sc{gnu} Emacs to view (and
14170edit) the source files for the program you are debugging with
14171@value{GDBN}.
c906108c 14172
8e04817f
AC
14173To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
14174executable file you want to debug as an argument. This command starts
14175@value{GDBN} as a subprocess of Emacs, with input and output through a newly
14176created Emacs buffer.
14177@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 14178
8e04817f
AC
14179Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
14180things:
c906108c 14181
8e04817f
AC
14182@itemize @bullet
14183@item
14184All ``terminal'' input and output goes through the Emacs buffer.
14185@end itemize
c906108c 14186
8e04817f
AC
14187This applies both to @value{GDBN} commands and their output, and to the input
14188and output done by the program you are debugging.
bf0184be 14189
8e04817f
AC
14190This is useful because it means that you can copy the text of previous
14191commands and input them again; you can even use parts of the output
14192in this way.
bf0184be 14193
8e04817f
AC
14194All the facilities of Emacs' Shell mode are available for interacting
14195with your program. In particular, you can send signals the usual
14196way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
14197stop.
bf0184be 14198
8e04817f 14199@itemize @bullet
bf0184be 14200@item
8e04817f
AC
14201@value{GDBN} displays source code through Emacs.
14202@end itemize
bf0184be 14203
8e04817f
AC
14204Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
14205source file for that frame and puts an arrow (@samp{=>}) at the
14206left margin of the current line. Emacs uses a separate buffer for
14207source display, and splits the screen to show both your @value{GDBN} session
14208and the source.
bf0184be 14209
8e04817f
AC
14210Explicit @value{GDBN} @code{list} or search commands still produce output as
14211usual, but you probably have no reason to use them from Emacs.
c906108c 14212
64fabec2
AC
14213If you specify an absolute file name when prompted for the @kbd{M-x
14214gdb} argument, then Emacs sets your current working directory to where
14215your program resides. If you only specify the file name, then Emacs
14216sets your current working directory to to the directory associated
14217with the previous buffer. In this case, @value{GDBN} may find your
14218program by searching your environment's @code{PATH} variable, but on
14219some operating systems it might not find the source. So, although the
14220@value{GDBN} input and output session proceeds normally, the auxiliary
14221buffer does not display the current source and line of execution.
14222
14223The initial working directory of @value{GDBN} is printed on the top
14224line of the @value{GDBN} I/O buffer and this serves as a default for
14225the commands that specify files for @value{GDBN} to operate
14226on. @xref{Files, ,Commands to specify files}.
14227
14228By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
14229need to call @value{GDBN} by a different name (for example, if you
14230keep several configurations around, with different names) you can
14231customize the Emacs variable @code{gud-gdb-command-name} to run the
14232one you want.
8e04817f
AC
14233
14234In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
14235addition to the standard Shell mode commands:
c906108c 14236
8e04817f
AC
14237@table @kbd
14238@item C-h m
14239Describe the features of Emacs' @value{GDBN} Mode.
c906108c 14240
64fabec2 14241@item C-c C-s
8e04817f
AC
14242Execute to another source line, like the @value{GDBN} @code{step} command; also
14243update the display window to show the current file and location.
c906108c 14244
64fabec2 14245@item C-c C-n
8e04817f
AC
14246Execute to next source line in this function, skipping all function
14247calls, like the @value{GDBN} @code{next} command. Then update the display window
14248to show the current file and location.
c906108c 14249
64fabec2 14250@item C-c C-i
8e04817f
AC
14251Execute one instruction, like the @value{GDBN} @code{stepi} command; update
14252display window accordingly.
c906108c 14253
8e04817f
AC
14254@item C-c C-f
14255Execute until exit from the selected stack frame, like the @value{GDBN}
14256@code{finish} command.
c906108c 14257
64fabec2 14258@item C-c C-r
8e04817f
AC
14259Continue execution of your program, like the @value{GDBN} @code{continue}
14260command.
b433d00b 14261
64fabec2 14262@item C-c <
8e04817f
AC
14263Go up the number of frames indicated by the numeric argument
14264(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
14265like the @value{GDBN} @code{up} command.
b433d00b 14266
64fabec2 14267@item C-c >
8e04817f
AC
14268Go down the number of frames indicated by the numeric argument, like the
14269@value{GDBN} @code{down} command.
8e04817f 14270@end table
c906108c 14271
64fabec2 14272In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
8e04817f 14273tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 14274
64fabec2
AC
14275If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
14276shows a backtrace when the @value{GDBN} I/O buffer is current. Move
14277point to any frame in the stack and type @key{RET} to make it become the
14278current frame and display the associated source in the source buffer.
14279Alternatively, click @kbd{Mouse-2} to make the selected frame become the
14280current one.
14281
8e04817f
AC
14282If you accidentally delete the source-display buffer, an easy way to get
14283it back is to type the command @code{f} in the @value{GDBN} buffer, to
14284request a frame display; when you run under Emacs, this recreates
14285the source buffer if necessary to show you the context of the current
14286frame.
c906108c 14287
8e04817f
AC
14288The source files displayed in Emacs are in ordinary Emacs buffers
14289which are visiting the source files in the usual way. You can edit
14290the files with these buffers if you wish; but keep in mind that @value{GDBN}
14291communicates with Emacs in terms of line numbers. If you add or
14292delete lines from the text, the line numbers that @value{GDBN} knows cease
14293to correspond properly with the code.
64fabec2
AC
14294
14295The description given here is for GNU Emacs version 21.3 and a more
14296detailed description of its interaction with @value{GDBN} is given in
14297the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
c906108c 14298
8e04817f
AC
14299@c The following dropped because Epoch is nonstandard. Reactivate
14300@c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
14301@ignore
14302@kindex Emacs Epoch environment
14303@kindex Epoch
14304@kindex inspect
c906108c 14305
8e04817f
AC
14306Version 18 of @sc{gnu} Emacs has a built-in window system
14307called the @code{epoch}
14308environment. Users of this environment can use a new command,
14309@code{inspect} which performs identically to @code{print} except that
14310each value is printed in its own window.
14311@end ignore
c906108c 14312
922fbb7b
AC
14313
14314@node GDB/MI
14315@chapter The @sc{gdb/mi} Interface
14316
14317@unnumberedsec Function and Purpose
14318
14319@cindex @sc{gdb/mi}, its purpose
14320@sc{gdb/mi} is a line based machine oriented text interface to @value{GDBN}. It is
14321specifically intended to support the development of systems which use
14322the debugger as just one small component of a larger system.
14323
14324This chapter is a specification of the @sc{gdb/mi} interface. It is written
14325in the form of a reference manual.
14326
14327Note that @sc{gdb/mi} is still under construction, so some of the
14328features described below are incomplete and subject to change.
14329
14330@unnumberedsec Notation and Terminology
14331
14332@cindex notational conventions, for @sc{gdb/mi}
14333This chapter uses the following notation:
14334
14335@itemize @bullet
14336@item
14337@code{|} separates two alternatives.
14338
14339@item
14340@code{[ @var{something} ]} indicates that @var{something} is optional:
14341it may or may not be given.
14342
14343@item
14344@code{( @var{group} )*} means that @var{group} inside the parentheses
14345may repeat zero or more times.
14346
14347@item
14348@code{( @var{group} )+} means that @var{group} inside the parentheses
14349may repeat one or more times.
14350
14351@item
14352@code{"@var{string}"} means a literal @var{string}.
14353@end itemize
14354
14355@ignore
14356@heading Dependencies
14357@end ignore
14358
14359@heading Acknowledgments
14360
14361In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
14362Elena Zannoni.
14363
14364@menu
14365* GDB/MI Command Syntax::
14366* GDB/MI Compatibility with CLI::
14367* GDB/MI Output Records::
14368* GDB/MI Command Description Format::
14369* GDB/MI Breakpoint Table Commands::
14370* GDB/MI Data Manipulation::
14371* GDB/MI Program Control::
14372* GDB/MI Miscellaneous Commands::
14373@ignore
14374* GDB/MI Kod Commands::
14375* GDB/MI Memory Overlay Commands::
14376* GDB/MI Signal Handling Commands::
14377@end ignore
14378* GDB/MI Stack Manipulation::
14379* GDB/MI Symbol Query::
14380* GDB/MI Target Manipulation::
14381* GDB/MI Thread Commands::
14382* GDB/MI Tracepoint Commands::
14383* GDB/MI Variable Objects::
14384@end menu
14385
14386@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14387@node GDB/MI Command Syntax
14388@section @sc{gdb/mi} Command Syntax
14389
14390@menu
14391* GDB/MI Input Syntax::
14392* GDB/MI Output Syntax::
14393* GDB/MI Simple Examples::
14394@end menu
14395
14396@node GDB/MI Input Syntax
14397@subsection @sc{gdb/mi} Input Syntax
14398
14399@cindex input syntax for @sc{gdb/mi}
14400@cindex @sc{gdb/mi}, input syntax
14401@table @code
14402@item @var{command} @expansion{}
14403@code{@var{cli-command} | @var{mi-command}}
14404
14405@item @var{cli-command} @expansion{}
14406@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
14407@var{cli-command} is any existing @value{GDBN} CLI command.
14408
14409@item @var{mi-command} @expansion{}
14410@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
14411@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
14412
14413@item @var{token} @expansion{}
14414"any sequence of digits"
14415
14416@item @var{option} @expansion{}
14417@code{"-" @var{parameter} [ " " @var{parameter} ]}
14418
14419@item @var{parameter} @expansion{}
14420@code{@var{non-blank-sequence} | @var{c-string}}
14421
14422@item @var{operation} @expansion{}
14423@emph{any of the operations described in this chapter}
14424
14425@item @var{non-blank-sequence} @expansion{}
14426@emph{anything, provided it doesn't contain special characters such as
14427"-", @var{nl}, """ and of course " "}
14428
14429@item @var{c-string} @expansion{}
14430@code{""" @var{seven-bit-iso-c-string-content} """}
14431
14432@item @var{nl} @expansion{}
14433@code{CR | CR-LF}
14434@end table
14435
14436@noindent
14437Notes:
14438
14439@itemize @bullet
14440@item
14441The CLI commands are still handled by the @sc{mi} interpreter; their
14442output is described below.
14443
14444@item
14445The @code{@var{token}}, when present, is passed back when the command
14446finishes.
14447
14448@item
14449Some @sc{mi} commands accept optional arguments as part of the parameter
14450list. Each option is identified by a leading @samp{-} (dash) and may be
14451followed by an optional argument parameter. Options occur first in the
14452parameter list and can be delimited from normal parameters using
14453@samp{--} (this is useful when some parameters begin with a dash).
14454@end itemize
14455
14456Pragmatics:
14457
14458@itemize @bullet
14459@item
14460We want easy access to the existing CLI syntax (for debugging).
14461
14462@item
14463We want it to be easy to spot a @sc{mi} operation.
14464@end itemize
14465
14466@node GDB/MI Output Syntax
14467@subsection @sc{gdb/mi} Output Syntax
14468
14469@cindex output syntax of @sc{gdb/mi}
14470@cindex @sc{gdb/mi}, output syntax
14471The output from @sc{gdb/mi} consists of zero or more out-of-band records
14472followed, optionally, by a single result record. This result record
14473is for the most recent command. The sequence of output records is
14474terminated by @samp{(@value{GDBP})}.
14475
14476If an input command was prefixed with a @code{@var{token}} then the
14477corresponding output for that command will also be prefixed by that same
14478@var{token}.
14479
14480@table @code
14481@item @var{output} @expansion{}
14482@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
14483
14484@item @var{result-record} @expansion{}
14485@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
14486
14487@item @var{out-of-band-record} @expansion{}
14488@code{@var{async-record} | @var{stream-record}}
14489
14490@item @var{async-record} @expansion{}
14491@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
14492
14493@item @var{exec-async-output} @expansion{}
14494@code{[ @var{token} ] "*" @var{async-output}}
14495
14496@item @var{status-async-output} @expansion{}
14497@code{[ @var{token} ] "+" @var{async-output}}
14498
14499@item @var{notify-async-output} @expansion{}
14500@code{[ @var{token} ] "=" @var{async-output}}
14501
14502@item @var{async-output} @expansion{}
14503@code{@var{async-class} ( "," @var{result} )* @var{nl}}
14504
14505@item @var{result-class} @expansion{}
14506@code{"done" | "running" | "connected" | "error" | "exit"}
14507
14508@item @var{async-class} @expansion{}
14509@code{"stopped" | @var{others}} (where @var{others} will be added
14510depending on the needs---this is still in development).
14511
14512@item @var{result} @expansion{}
14513@code{ @var{variable} "=" @var{value}}
14514
14515@item @var{variable} @expansion{}
14516@code{ @var{string} }
14517
14518@item @var{value} @expansion{}
14519@code{ @var{const} | @var{tuple} | @var{list} }
14520
14521@item @var{const} @expansion{}
14522@code{@var{c-string}}
14523
14524@item @var{tuple} @expansion{}
14525@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
14526
14527@item @var{list} @expansion{}
14528@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
14529@var{result} ( "," @var{result} )* "]" }
14530
14531@item @var{stream-record} @expansion{}
14532@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
14533
14534@item @var{console-stream-output} @expansion{}
14535@code{"~" @var{c-string}}
14536
14537@item @var{target-stream-output} @expansion{}
14538@code{"@@" @var{c-string}}
14539
14540@item @var{log-stream-output} @expansion{}
14541@code{"&" @var{c-string}}
14542
14543@item @var{nl} @expansion{}
14544@code{CR | CR-LF}
14545
14546@item @var{token} @expansion{}
14547@emph{any sequence of digits}.
14548@end table
14549
14550@noindent
14551Notes:
14552
14553@itemize @bullet
14554@item
14555All output sequences end in a single line containing a period.
14556
14557@item
14558The @code{@var{token}} is from the corresponding request. If an execution
14559command is interrupted by the @samp{-exec-interrupt} command, the
14560@var{token} associated with the @samp{*stopped} message is the one of the
14561original execution command, not the one of the interrupt command.
14562
14563@item
14564@cindex status output in @sc{gdb/mi}
14565@var{status-async-output} contains on-going status information about the
14566progress of a slow operation. It can be discarded. All status output is
14567prefixed by @samp{+}.
14568
14569@item
14570@cindex async output in @sc{gdb/mi}
14571@var{exec-async-output} contains asynchronous state change on the target
14572(stopped, started, disappeared). All async output is prefixed by
14573@samp{*}.
14574
14575@item
14576@cindex notify output in @sc{gdb/mi}
14577@var{notify-async-output} contains supplementary information that the
14578client should handle (e.g., a new breakpoint information). All notify
14579output is prefixed by @samp{=}.
14580
14581@item
14582@cindex console output in @sc{gdb/mi}
14583@var{console-stream-output} is output that should be displayed as is in the
14584console. It is the textual response to a CLI command. All the console
14585output is prefixed by @samp{~}.
14586
14587@item
14588@cindex target output in @sc{gdb/mi}
14589@var{target-stream-output} is the output produced by the target program.
14590All the target output is prefixed by @samp{@@}.
14591
14592@item
14593@cindex log output in @sc{gdb/mi}
14594@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
14595instance messages that should be displayed as part of an error log. All
14596the log output is prefixed by @samp{&}.
14597
14598@item
14599@cindex list output in @sc{gdb/mi}
14600New @sc{gdb/mi} commands should only output @var{lists} containing
14601@var{values}.
14602
14603
14604@end itemize
14605
14606@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
14607details about the various output records.
14608
14609@node GDB/MI Simple Examples
14610@subsection Simple Examples of @sc{gdb/mi} Interaction
14611@cindex @sc{gdb/mi}, simple examples
14612
14613This subsection presents several simple examples of interaction using
14614the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
14615following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
14616the output received from @sc{gdb/mi}.
14617
14618@subsubheading Target Stop
14619@c Ummm... There is no "-stop" command. This assumes async, no?
14620Here's an example of stopping the inferior process:
14621
14622@smallexample
14623-> -stop
14624<- (@value{GDBP})
14625@end smallexample
14626
14627@noindent
14628and later:
14629
14630@smallexample
14631<- *stop,reason="stop",address="0x123",source="a.c:123"
14632<- (@value{GDBP})
14633@end smallexample
14634
14635@subsubheading Simple CLI Command
14636
14637Here's an example of a simple CLI command being passed through
14638@sc{gdb/mi} and on to the CLI.
14639
14640@smallexample
14641-> print 1+2
14642<- &"print 1+2\n"
14643<- ~"$1 = 3\n"
14644<- ^done
14645<- (@value{GDBP})
14646@end smallexample
14647
14648@subsubheading Command With Side Effects
14649
14650@smallexample
14651-> -symbol-file xyz.exe
14652<- *breakpoint,nr="3",address="0x123",source="a.c:123"
14653<- (@value{GDBP})
14654@end smallexample
14655
14656@subsubheading A Bad Command
14657
14658Here's what happens if you pass a non-existent command:
14659
14660@smallexample
14661-> -rubbish
14662<- ^error,msg="Undefined MI command: rubbish"
14663<- (@value{GDBP})
14664@end smallexample
14665
14666@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14667@node GDB/MI Compatibility with CLI
14668@section @sc{gdb/mi} Compatibility with CLI
14669
14670@cindex compatibility, @sc{gdb/mi} and CLI
14671@cindex @sc{gdb/mi}, compatibility with CLI
14672To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
14673accepts existing CLI commands. As specified by the syntax, such
14674commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
14675respond.
14676
14677This mechanism is provided as an aid to developers of @sc{gdb/mi}
14678clients and not as a reliable interface into the CLI. Since the command
14679is being interpreteted in an environment that assumes @sc{gdb/mi}
14680behaviour, the exact output of such commands is likely to end up being
14681an un-supported hybrid of @sc{gdb/mi} and CLI output.
14682
14683@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14684@node GDB/MI Output Records
14685@section @sc{gdb/mi} Output Records
14686
14687@menu
14688* GDB/MI Result Records::
14689* GDB/MI Stream Records::
14690* GDB/MI Out-of-band Records::
14691@end menu
14692
14693@node GDB/MI Result Records
14694@subsection @sc{gdb/mi} Result Records
14695
14696@cindex result records in @sc{gdb/mi}
14697@cindex @sc{gdb/mi}, result records
14698In addition to a number of out-of-band notifications, the response to a
14699@sc{gdb/mi} command includes one of the following result indications:
14700
14701@table @code
14702@findex ^done
14703@item "^done" [ "," @var{results} ]
14704The synchronous operation was successful, @code{@var{results}} are the return
14705values.
14706
14707@item "^running"
14708@findex ^running
14709@c Is this one correct? Should it be an out-of-band notification?
14710The asynchronous operation was successfully started. The target is
14711running.
14712
14713@item "^error" "," @var{c-string}
14714@findex ^error
14715The operation failed. The @code{@var{c-string}} contains the corresponding
14716error message.
14717@end table
14718
14719@node GDB/MI Stream Records
14720@subsection @sc{gdb/mi} Stream Records
14721
14722@cindex @sc{gdb/mi}, stream records
14723@cindex stream records in @sc{gdb/mi}
14724@value{GDBN} internally maintains a number of output streams: the console, the
14725target, and the log. The output intended for each of these streams is
14726funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
14727
14728Each stream record begins with a unique @dfn{prefix character} which
14729identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
14730Syntax}). In addition to the prefix, each stream record contains a
14731@code{@var{string-output}}. This is either raw text (with an implicit new
14732line) or a quoted C string (which does not contain an implicit newline).
14733
14734@table @code
14735@item "~" @var{string-output}
14736The console output stream contains text that should be displayed in the
14737CLI console window. It contains the textual responses to CLI commands.
14738
14739@item "@@" @var{string-output}
14740The target output stream contains any textual output from the running
14741target.
14742
14743@item "&" @var{string-output}
14744The log stream contains debugging messages being produced by @value{GDBN}'s
14745internals.
14746@end table
14747
14748@node GDB/MI Out-of-band Records
14749@subsection @sc{gdb/mi} Out-of-band Records
14750
14751@cindex out-of-band records in @sc{gdb/mi}
14752@cindex @sc{gdb/mi}, out-of-band records
14753@dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
14754additional changes that have occurred. Those changes can either be a
14755consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
14756target activity (e.g., target stopped).
14757
14758The following is a preliminary list of possible out-of-band records.
14759
14760@table @code
14761@item "*" "stop"
14762@end table
14763
14764
14765@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14766@node GDB/MI Command Description Format
14767@section @sc{gdb/mi} Command Description Format
14768
14769The remaining sections describe blocks of commands. Each block of
14770commands is laid out in a fashion similar to this section.
14771
14772Note the the line breaks shown in the examples are here only for
14773readability. They don't appear in the real output.
14774Also note that the commands with a non-available example (N.A.@:) are
14775not yet implemented.
14776
14777@subheading Motivation
14778
14779The motivation for this collection of commands.
14780
14781@subheading Introduction
14782
14783A brief introduction to this collection of commands as a whole.
14784
14785@subheading Commands
14786
14787For each command in the block, the following is described:
14788
14789@subsubheading Synopsis
14790
14791@smallexample
14792 -command @var{args}@dots{}
14793@end smallexample
14794
14795@subsubheading @value{GDBN} Command
14796
14797The corresponding @value{GDBN} CLI command.
14798
14799@subsubheading Result
14800
14801@subsubheading Out-of-band
14802
14803@subsubheading Notes
14804
14805@subsubheading Example
14806
14807
14808@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14809@node GDB/MI Breakpoint Table Commands
14810@section @sc{gdb/mi} Breakpoint table commands
14811
14812@cindex breakpoint commands for @sc{gdb/mi}
14813@cindex @sc{gdb/mi}, breakpoint commands
14814This section documents @sc{gdb/mi} commands for manipulating
14815breakpoints.
14816
14817@subheading The @code{-break-after} Command
14818@findex -break-after
14819
14820@subsubheading Synopsis
14821
14822@smallexample
14823 -break-after @var{number} @var{count}
14824@end smallexample
14825
14826The breakpoint number @var{number} is not in effect until it has been
14827hit @var{count} times. To see how this is reflected in the output of
14828the @samp{-break-list} command, see the description of the
14829@samp{-break-list} command below.
14830
14831@subsubheading @value{GDBN} Command
14832
14833The corresponding @value{GDBN} command is @samp{ignore}.
14834
14835@subsubheading Example
14836
14837@smallexample
14838(@value{GDBP})
14839-break-insert main
14840^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
14841(@value{GDBP})
14842-break-after 1 3
14843~
14844^done
14845(@value{GDBP})
14846-break-list
14847^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14848hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14849@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14850@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14851@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14852@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14853@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14854body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14855addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
14856ignore="3"@}]@}
14857(@value{GDBP})
14858@end smallexample
14859
14860@ignore
14861@subheading The @code{-break-catch} Command
14862@findex -break-catch
14863
14864@subheading The @code{-break-commands} Command
14865@findex -break-commands
14866@end ignore
14867
14868
14869@subheading The @code{-break-condition} Command
14870@findex -break-condition
14871
14872@subsubheading Synopsis
14873
14874@smallexample
14875 -break-condition @var{number} @var{expr}
14876@end smallexample
14877
14878Breakpoint @var{number} will stop the program only if the condition in
14879@var{expr} is true. The condition becomes part of the
14880@samp{-break-list} output (see the description of the @samp{-break-list}
14881command below).
14882
14883@subsubheading @value{GDBN} Command
14884
14885The corresponding @value{GDBN} command is @samp{condition}.
14886
14887@subsubheading Example
14888
14889@smallexample
14890(@value{GDBP})
14891-break-condition 1 1
14892^done
14893(@value{GDBP})
14894-break-list
14895^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14896hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14897@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14898@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14899@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14900@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14901@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14902body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14903addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
14904times="0",ignore="3"@}]@}
14905(@value{GDBP})
14906@end smallexample
14907
14908@subheading The @code{-break-delete} Command
14909@findex -break-delete
14910
14911@subsubheading Synopsis
14912
14913@smallexample
14914 -break-delete ( @var{breakpoint} )+
14915@end smallexample
14916
14917Delete the breakpoint(s) whose number(s) are specified in the argument
14918list. This is obviously reflected in the breakpoint list.
14919
14920@subsubheading @value{GDBN} command
14921
14922The corresponding @value{GDBN} command is @samp{delete}.
14923
14924@subsubheading Example
14925
14926@smallexample
14927(@value{GDBP})
14928-break-delete 1
14929^done
14930(@value{GDBP})
14931-break-list
14932^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
14933hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14934@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14935@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14936@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14937@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14938@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14939body=[]@}
14940(@value{GDBP})
14941@end smallexample
14942
14943@subheading The @code{-break-disable} Command
14944@findex -break-disable
14945
14946@subsubheading Synopsis
14947
14948@smallexample
14949 -break-disable ( @var{breakpoint} )+
14950@end smallexample
14951
14952Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
14953break list is now set to @samp{n} for the named @var{breakpoint}(s).
14954
14955@subsubheading @value{GDBN} Command
14956
14957The corresponding @value{GDBN} command is @samp{disable}.
14958
14959@subsubheading Example
14960
14961@smallexample
14962(@value{GDBP})
14963-break-disable 2
14964^done
14965(@value{GDBP})
14966-break-list
14967^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14968hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14969@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14970@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14971@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14972@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14973@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14974body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
14975addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
14976(@value{GDBP})
14977@end smallexample
14978
14979@subheading The @code{-break-enable} Command
14980@findex -break-enable
14981
14982@subsubheading Synopsis
14983
14984@smallexample
14985 -break-enable ( @var{breakpoint} )+
14986@end smallexample
14987
14988Enable (previously disabled) @var{breakpoint}(s).
14989
14990@subsubheading @value{GDBN} Command
14991
14992The corresponding @value{GDBN} command is @samp{enable}.
14993
14994@subsubheading Example
14995
14996@smallexample
14997(@value{GDBP})
14998-break-enable 2
14999^done
15000(@value{GDBP})
15001-break-list
15002^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15003hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15004@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15005@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15006@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15007@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15008@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15009body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15010addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
15011(@value{GDBP})
15012@end smallexample
15013
15014@subheading The @code{-break-info} Command
15015@findex -break-info
15016
15017@subsubheading Synopsis
15018
15019@smallexample
15020 -break-info @var{breakpoint}
15021@end smallexample
15022
15023@c REDUNDANT???
15024Get information about a single breakpoint.
15025
15026@subsubheading @value{GDBN} command
15027
15028The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
15029
15030@subsubheading Example
15031N.A.
15032
15033@subheading The @code{-break-insert} Command
15034@findex -break-insert
15035
15036@subsubheading Synopsis
15037
15038@smallexample
15039 -break-insert [ -t ] [ -h ] [ -r ]
15040 [ -c @var{condition} ] [ -i @var{ignore-count} ]
15041 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
15042@end smallexample
15043
15044@noindent
15045If specified, @var{line}, can be one of:
15046
15047@itemize @bullet
15048@item function
15049@c @item +offset
15050@c @item -offset
15051@c @item linenum
15052@item filename:linenum
15053@item filename:function
15054@item *address
15055@end itemize
15056
15057The possible optional parameters of this command are:
15058
15059@table @samp
15060@item -t
15061Insert a tempoary breakpoint.
15062@item -h
15063Insert a hardware breakpoint.
15064@item -c @var{condition}
15065Make the breakpoint conditional on @var{condition}.
15066@item -i @var{ignore-count}
15067Initialize the @var{ignore-count}.
15068@item -r
15069Insert a regular breakpoint in all the functions whose names match the
15070given regular expression. Other flags are not applicable to regular
15071expresson.
15072@end table
15073
15074@subsubheading Result
15075
15076The result is in the form:
15077
15078@smallexample
15079 ^done,bkptno="@var{number}",func="@var{funcname}",
15080 file="@var{filename}",line="@var{lineno}"
15081@end smallexample
15082
15083@noindent
15084where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
15085is the name of the function where the breakpoint was inserted,
15086@var{filename} is the name of the source file which contains this
15087function, and @var{lineno} is the source line number within that file.
15088
15089Note: this format is open to change.
15090@c An out-of-band breakpoint instead of part of the result?
15091
15092@subsubheading @value{GDBN} Command
15093
15094The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
15095@samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
15096
15097@subsubheading Example
15098
15099@smallexample
15100(@value{GDBP})
15101-break-insert main
15102^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
15103(@value{GDBP})
15104-break-insert -t foo
15105^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
15106(@value{GDBP})
15107-break-list
15108^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15109hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15110@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15111@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15112@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15113@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15114@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15115body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15116addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
15117bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
15118addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
15119(@value{GDBP})
15120-break-insert -r foo.*
15121~int foo(int, int);
15122^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
15123(@value{GDBP})
15124@end smallexample
15125
15126@subheading The @code{-break-list} Command
15127@findex -break-list
15128
15129@subsubheading Synopsis
15130
15131@smallexample
15132 -break-list
15133@end smallexample
15134
15135Displays the list of inserted breakpoints, showing the following fields:
15136
15137@table @samp
15138@item Number
15139number of the breakpoint
15140@item Type
15141type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
15142@item Disposition
15143should the breakpoint be deleted or disabled when it is hit: @samp{keep}
15144or @samp{nokeep}
15145@item Enabled
15146is the breakpoint enabled or no: @samp{y} or @samp{n}
15147@item Address
15148memory location at which the breakpoint is set
15149@item What
15150logical location of the breakpoint, expressed by function name, file
15151name, line number
15152@item Times
15153number of times the breakpoint has been hit
15154@end table
15155
15156If there are no breakpoints or watchpoints, the @code{BreakpointTable}
15157@code{body} field is an empty list.
15158
15159@subsubheading @value{GDBN} Command
15160
15161The corresponding @value{GDBN} command is @samp{info break}.
15162
15163@subsubheading Example
15164
15165@smallexample
15166(@value{GDBP})
15167-break-list
15168^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15169hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15170@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15171@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15172@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15173@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15174@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15175body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15176addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
15177bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15178addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
15179(@value{GDBP})
15180@end smallexample
15181
15182Here's an example of the result when there are no breakpoints:
15183
15184@smallexample
15185(@value{GDBP})
15186-break-list
15187^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15188hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15189@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15190@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15191@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15192@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15193@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15194body=[]@}
15195(@value{GDBP})
15196@end smallexample
15197
15198@subheading The @code{-break-watch} Command
15199@findex -break-watch
15200
15201@subsubheading Synopsis
15202
15203@smallexample
15204 -break-watch [ -a | -r ]
15205@end smallexample
15206
15207Create a watchpoint. With the @samp{-a} option it will create an
15208@dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
15209read from or on a write to the memory location. With the @samp{-r}
15210option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
15211trigger only when the memory location is accessed for reading. Without
15212either of the options, the watchpoint created is a regular watchpoint,
15213i.e. it will trigger when the memory location is accessed for writing.
15214@xref{Set Watchpoints, , Setting watchpoints}.
15215
15216Note that @samp{-break-list} will report a single list of watchpoints and
15217breakpoints inserted.
15218
15219@subsubheading @value{GDBN} Command
15220
15221The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
15222@samp{rwatch}.
15223
15224@subsubheading Example
15225
15226Setting a watchpoint on a variable in the @code{main} function:
15227
15228@smallexample
15229(@value{GDBP})
15230-break-watch x
15231^done,wpt=@{number="2",exp="x"@}
15232(@value{GDBP})
15233-exec-continue
15234^running
15235^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
15236value=@{old="-268439212",new="55"@},
15237frame=@{func="main",args=[],file="recursive2.c",line="5"@}
15238(@value{GDBP})
15239@end smallexample
15240
15241Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
15242the program execution twice: first for the variable changing value, then
15243for the watchpoint going out of scope.
15244
15245@smallexample
15246(@value{GDBP})
15247-break-watch C
15248^done,wpt=@{number="5",exp="C"@}
15249(@value{GDBP})
15250-exec-continue
15251^running
15252^done,reason="watchpoint-trigger",
15253wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
15254frame=@{func="callee4",args=[],
15255file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15256(@value{GDBP})
15257-exec-continue
15258^running
15259^done,reason="watchpoint-scope",wpnum="5",
15260frame=@{func="callee3",args=[@{name="strarg",
15261value="0x11940 \"A string argument.\""@}],
15262file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15263(@value{GDBP})
15264@end smallexample
15265
15266Listing breakpoints and watchpoints, at different points in the program
15267execution. Note that once the watchpoint goes out of scope, it is
15268deleted.
15269
15270@smallexample
15271(@value{GDBP})
15272-break-watch C
15273^done,wpt=@{number="2",exp="C"@}
15274(@value{GDBP})
15275-break-list
15276^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15277hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15278@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15279@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15280@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15281@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15282@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15283body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15284addr="0x00010734",func="callee4",
15285file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15286bkpt=@{number="2",type="watchpoint",disp="keep",
15287enabled="y",addr="",what="C",times="0"@}]@}
15288(@value{GDBP})
15289-exec-continue
15290^running
15291^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
15292value=@{old="-276895068",new="3"@},
15293frame=@{func="callee4",args=[],
15294file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15295(@value{GDBP})
15296-break-list
15297^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15298hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15299@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15300@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15301@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15302@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15303@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15304body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15305addr="0x00010734",func="callee4",
15306file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15307bkpt=@{number="2",type="watchpoint",disp="keep",
15308enabled="y",addr="",what="C",times="-5"@}]@}
15309(@value{GDBP})
15310-exec-continue
15311^running
15312^done,reason="watchpoint-scope",wpnum="2",
15313frame=@{func="callee3",args=[@{name="strarg",
15314value="0x11940 \"A string argument.\""@}],
15315file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15316(@value{GDBP})
15317-break-list
15318^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15319hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15320@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15321@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15322@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15323@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15324@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15325body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15326addr="0x00010734",func="callee4",
15327file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
15328(@value{GDBP})
15329@end smallexample
15330
15331@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15332@node GDB/MI Data Manipulation
15333@section @sc{gdb/mi} Data Manipulation
15334
15335@cindex data manipulation, in @sc{gdb/mi}
15336@cindex @sc{gdb/mi}, data manipulation
15337This section describes the @sc{gdb/mi} commands that manipulate data:
15338examine memory and registers, evaluate expressions, etc.
15339
15340@c REMOVED FROM THE INTERFACE.
15341@c @subheading -data-assign
15342@c Change the value of a program variable. Plenty of side effects.
15343@c @subsubheading GDB command
15344@c set variable
15345@c @subsubheading Example
15346@c N.A.
15347
15348@subheading The @code{-data-disassemble} Command
15349@findex -data-disassemble
15350
15351@subsubheading Synopsis
15352
15353@smallexample
15354 -data-disassemble
15355 [ -s @var{start-addr} -e @var{end-addr} ]
15356 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
15357 -- @var{mode}
15358@end smallexample
15359
15360@noindent
15361Where:
15362
15363@table @samp
15364@item @var{start-addr}
15365is the beginning address (or @code{$pc})
15366@item @var{end-addr}
15367is the end address
15368@item @var{filename}
15369is the name of the file to disassemble
15370@item @var{linenum}
15371is the line number to disassemble around
15372@item @var{lines}
15373is the the number of disassembly lines to be produced. If it is -1,
15374the whole function will be disassembled, in case no @var{end-addr} is
15375specified. If @var{end-addr} is specified as a non-zero value, and
15376@var{lines} is lower than the number of disassembly lines between
15377@var{start-addr} and @var{end-addr}, only @var{lines} lines are
15378displayed; if @var{lines} is higher than the number of lines between
15379@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
15380are displayed.
15381@item @var{mode}
15382is either 0 (meaning only disassembly) or 1 (meaning mixed source and
15383disassembly).
15384@end table
15385
15386@subsubheading Result
15387
15388The output for each instruction is composed of four fields:
15389
15390@itemize @bullet
15391@item Address
15392@item Func-name
15393@item Offset
15394@item Instruction
15395@end itemize
15396
15397Note that whatever included in the instruction field, is not manipulated
15398directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
15399
15400@subsubheading @value{GDBN} Command
15401
15402There's no direct mapping from this command to the CLI.
15403
15404@subsubheading Example
15405
15406Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
15407
15408@smallexample
15409(@value{GDBP})
15410-data-disassemble -s $pc -e "$pc + 20" -- 0
15411^done,
15412asm_insns=[
15413@{address="0x000107c0",func-name="main",offset="4",
15414inst="mov 2, %o0"@},
15415@{address="0x000107c4",func-name="main",offset="8",
15416inst="sethi %hi(0x11800), %o2"@},
15417@{address="0x000107c8",func-name="main",offset="12",
15418inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
15419@{address="0x000107cc",func-name="main",offset="16",
15420inst="sethi %hi(0x11800), %o2"@},
15421@{address="0x000107d0",func-name="main",offset="20",
15422inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
15423(@value{GDBP})
15424@end smallexample
15425
15426Disassemble the whole @code{main} function. Line 32 is part of
15427@code{main}.
15428
15429@smallexample
15430-data-disassemble -f basics.c -l 32 -- 0
15431^done,asm_insns=[
15432@{address="0x000107bc",func-name="main",offset="0",
15433inst="save %sp, -112, %sp"@},
15434@{address="0x000107c0",func-name="main",offset="4",
15435inst="mov 2, %o0"@},
15436@{address="0x000107c4",func-name="main",offset="8",
15437inst="sethi %hi(0x11800), %o2"@},
15438[@dots{}]
15439@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
15440@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
15441(@value{GDBP})
15442@end smallexample
15443
15444Disassemble 3 instructions from the start of @code{main}:
15445
15446@smallexample
15447(@value{GDBP})
15448-data-disassemble -f basics.c -l 32 -n 3 -- 0
15449^done,asm_insns=[
15450@{address="0x000107bc",func-name="main",offset="0",
15451inst="save %sp, -112, %sp"@},
15452@{address="0x000107c0",func-name="main",offset="4",
15453inst="mov 2, %o0"@},
15454@{address="0x000107c4",func-name="main",offset="8",
15455inst="sethi %hi(0x11800), %o2"@}]
15456(@value{GDBP})
15457@end smallexample
15458
15459Disassemble 3 instructions from the start of @code{main} in mixed mode:
15460
15461@smallexample
15462(@value{GDBP})
15463-data-disassemble -f basics.c -l 32 -n 3 -- 1
15464^done,asm_insns=[
15465src_and_asm_line=@{line="31",
15466file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15467 testsuite/gdb.mi/basics.c",line_asm_insn=[
15468@{address="0x000107bc",func-name="main",offset="0",
15469inst="save %sp, -112, %sp"@}]@},
15470src_and_asm_line=@{line="32",
15471file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15472 testsuite/gdb.mi/basics.c",line_asm_insn=[
15473@{address="0x000107c0",func-name="main",offset="4",
15474inst="mov 2, %o0"@},
15475@{address="0x000107c4",func-name="main",offset="8",
15476inst="sethi %hi(0x11800), %o2"@}]@}]
15477(@value{GDBP})
15478@end smallexample
15479
15480
15481@subheading The @code{-data-evaluate-expression} Command
15482@findex -data-evaluate-expression
15483
15484@subsubheading Synopsis
15485
15486@smallexample
15487 -data-evaluate-expression @var{expr}
15488@end smallexample
15489
15490Evaluate @var{expr} as an expression. The expression could contain an
15491inferior function call. The function call will execute synchronously.
15492If the expression contains spaces, it must be enclosed in double quotes.
15493
15494@subsubheading @value{GDBN} Command
15495
15496The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
15497@samp{call}. In @code{gdbtk} only, there's a corresponding
15498@samp{gdb_eval} command.
15499
15500@subsubheading Example
15501
15502In the following example, the numbers that precede the commands are the
15503@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
15504Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
15505output.
15506
15507@smallexample
15508211-data-evaluate-expression A
15509211^done,value="1"
15510(@value{GDBP})
15511311-data-evaluate-expression &A
15512311^done,value="0xefffeb7c"
15513(@value{GDBP})
15514411-data-evaluate-expression A+3
15515411^done,value="4"
15516(@value{GDBP})
15517511-data-evaluate-expression "A + 3"
15518511^done,value="4"
15519(@value{GDBP})
15520@end smallexample
15521
15522
15523@subheading The @code{-data-list-changed-registers} Command
15524@findex -data-list-changed-registers
15525
15526@subsubheading Synopsis
15527
15528@smallexample
15529 -data-list-changed-registers
15530@end smallexample
15531
15532Display a list of the registers that have changed.
15533
15534@subsubheading @value{GDBN} Command
15535
15536@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
15537has the corresponding command @samp{gdb_changed_register_list}.
15538
15539@subsubheading Example
15540
15541On a PPC MBX board:
15542
15543@smallexample
15544(@value{GDBP})
15545-exec-continue
15546^running
15547
15548(@value{GDBP})
15549*stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
15550args=[],file="try.c",line="5"@}
15551(@value{GDBP})
15552-data-list-changed-registers
15553^done,changed-registers=["0","1","2","4","5","6","7","8","9",
15554"10","11","13","14","15","16","17","18","19","20","21","22","23",
15555"24","25","26","27","28","30","31","64","65","66","67","69"]
15556(@value{GDBP})
15557@end smallexample
15558
15559
15560@subheading The @code{-data-list-register-names} Command
15561@findex -data-list-register-names
15562
15563@subsubheading Synopsis
15564
15565@smallexample
15566 -data-list-register-names [ ( @var{regno} )+ ]
15567@end smallexample
15568
15569Show a list of register names for the current target. If no arguments
15570are given, it shows a list of the names of all the registers. If
15571integer numbers are given as arguments, it will print a list of the
15572names of the registers corresponding to the arguments. To ensure
15573consistency between a register name and its number, the output list may
15574include empty register names.
15575
15576@subsubheading @value{GDBN} Command
15577
15578@value{GDBN} does not have a command which corresponds to
15579@samp{-data-list-register-names}. In @code{gdbtk} there is a
15580corresponding command @samp{gdb_regnames}.
15581
15582@subsubheading Example
15583
15584For the PPC MBX board:
15585@smallexample
15586(@value{GDBP})
15587-data-list-register-names
15588^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
15589"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
15590"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
15591"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
15592"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
15593"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
15594"", "pc","ps","cr","lr","ctr","xer"]
15595(@value{GDBP})
15596-data-list-register-names 1 2 3
15597^done,register-names=["r1","r2","r3"]
15598(@value{GDBP})
15599@end smallexample
15600
15601@subheading The @code{-data-list-register-values} Command
15602@findex -data-list-register-values
15603
15604@subsubheading Synopsis
15605
15606@smallexample
15607 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
15608@end smallexample
15609
15610Display the registers' contents. @var{fmt} is the format according to
15611which the registers' contents are to be returned, followed by an optional
15612list of numbers specifying the registers to display. A missing list of
15613numbers indicates that the contents of all the registers must be returned.
15614
15615Allowed formats for @var{fmt} are:
15616
15617@table @code
15618@item x
15619Hexadecimal
15620@item o
15621Octal
15622@item t
15623Binary
15624@item d
15625Decimal
15626@item r
15627Raw
15628@item N
15629Natural
15630@end table
15631
15632@subsubheading @value{GDBN} Command
15633
15634The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
15635all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
15636
15637@subsubheading Example
15638
15639For a PPC MBX board (note: line breaks are for readability only, they
15640don't appear in the actual output):
15641
15642@smallexample
15643(@value{GDBP})
15644-data-list-register-values r 64 65
15645^done,register-values=[@{number="64",value="0xfe00a300"@},
15646@{number="65",value="0x00029002"@}]
15647(@value{GDBP})
15648-data-list-register-values x
15649^done,register-values=[@{number="0",value="0xfe0043c8"@},
15650@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
15651@{number="3",value="0x0"@},@{number="4",value="0xa"@},
15652@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
15653@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
15654@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
15655@{number="11",value="0x1"@},@{number="12",value="0x0"@},
15656@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
15657@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
15658@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
15659@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
15660@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
15661@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
15662@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
15663@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
15664@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
15665@{number="31",value="0x0"@},@{number="32",value="0x0"@},
15666@{number="33",value="0x0"@},@{number="34",value="0x0"@},
15667@{number="35",value="0x0"@},@{number="36",value="0x0"@},
15668@{number="37",value="0x0"@},@{number="38",value="0x0"@},
15669@{number="39",value="0x0"@},@{number="40",value="0x0"@},
15670@{number="41",value="0x0"@},@{number="42",value="0x0"@},
15671@{number="43",value="0x0"@},@{number="44",value="0x0"@},
15672@{number="45",value="0x0"@},@{number="46",value="0x0"@},
15673@{number="47",value="0x0"@},@{number="48",value="0x0"@},
15674@{number="49",value="0x0"@},@{number="50",value="0x0"@},
15675@{number="51",value="0x0"@},@{number="52",value="0x0"@},
15676@{number="53",value="0x0"@},@{number="54",value="0x0"@},
15677@{number="55",value="0x0"@},@{number="56",value="0x0"@},
15678@{number="57",value="0x0"@},@{number="58",value="0x0"@},
15679@{number="59",value="0x0"@},@{number="60",value="0x0"@},
15680@{number="61",value="0x0"@},@{number="62",value="0x0"@},
15681@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
15682@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
15683@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
15684@{number="69",value="0x20002b03"@}]
15685(@value{GDBP})
15686@end smallexample
15687
15688
15689@subheading The @code{-data-read-memory} Command
15690@findex -data-read-memory
15691
15692@subsubheading Synopsis
15693
15694@smallexample
15695 -data-read-memory [ -o @var{byte-offset} ]
15696 @var{address} @var{word-format} @var{word-size}
15697 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
15698@end smallexample
15699
15700@noindent
15701where:
15702
15703@table @samp
15704@item @var{address}
15705An expression specifying the address of the first memory word to be
15706read. Complex expressions containing embedded white space should be
15707quoted using the C convention.
15708
15709@item @var{word-format}
15710The format to be used to print the memory words. The notation is the
15711same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
15712,Output formats}).
15713
15714@item @var{word-size}
15715The size of each memory word in bytes.
15716
15717@item @var{nr-rows}
15718The number of rows in the output table.
15719
15720@item @var{nr-cols}
15721The number of columns in the output table.
15722
15723@item @var{aschar}
15724If present, indicates that each row should include an @sc{ascii} dump. The
15725value of @var{aschar} is used as a padding character when a byte is not a
15726member of the printable @sc{ascii} character set (printable @sc{ascii}
15727characters are those whose code is between 32 and 126, inclusively).
15728
15729@item @var{byte-offset}
15730An offset to add to the @var{address} before fetching memory.
15731@end table
15732
15733This command displays memory contents as a table of @var{nr-rows} by
15734@var{nr-cols} words, each word being @var{word-size} bytes. In total,
15735@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
15736(returned as @samp{total-bytes}). Should less than the requested number
15737of bytes be returned by the target, the missing words are identified
15738using @samp{N/A}. The number of bytes read from the target is returned
15739in @samp{nr-bytes} and the starting address used to read memory in
15740@samp{addr}.
15741
15742The address of the next/previous row or page is available in
15743@samp{next-row} and @samp{prev-row}, @samp{next-page} and
15744@samp{prev-page}.
15745
15746@subsubheading @value{GDBN} Command
15747
15748The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
15749@samp{gdb_get_mem} memory read command.
15750
15751@subsubheading Example
15752
15753Read six bytes of memory starting at @code{bytes+6} but then offset by
15754@code{-6} bytes. Format as three rows of two columns. One byte per
15755word. Display each word in hex.
15756
15757@smallexample
15758(@value{GDBP})
157599-data-read-memory -o -6 -- bytes+6 x 1 3 2
157609^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
15761next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
15762prev-page="0x0000138a",memory=[
15763@{addr="0x00001390",data=["0x00","0x01"]@},
15764@{addr="0x00001392",data=["0x02","0x03"]@},
15765@{addr="0x00001394",data=["0x04","0x05"]@}]
15766(@value{GDBP})
15767@end smallexample
15768
15769Read two bytes of memory starting at address @code{shorts + 64} and
15770display as a single word formatted in decimal.
15771
15772@smallexample
15773(@value{GDBP})
157745-data-read-memory shorts+64 d 2 1 1
157755^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
15776next-row="0x00001512",prev-row="0x0000150e",
15777next-page="0x00001512",prev-page="0x0000150e",memory=[
15778@{addr="0x00001510",data=["128"]@}]
15779(@value{GDBP})
15780@end smallexample
15781
15782Read thirty two bytes of memory starting at @code{bytes+16} and format
15783as eight rows of four columns. Include a string encoding with @samp{x}
15784used as the non-printable character.
15785
15786@smallexample
15787(@value{GDBP})
157884-data-read-memory bytes+16 x 1 8 4 x
157894^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
15790next-row="0x000013c0",prev-row="0x0000139c",
15791next-page="0x000013c0",prev-page="0x00001380",memory=[
15792@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
15793@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
15794@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
15795@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
15796@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
15797@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
15798@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
15799@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
15800(@value{GDBP})
15801@end smallexample
15802
15803@subheading The @code{-display-delete} Command
15804@findex -display-delete
15805
15806@subsubheading Synopsis
15807
15808@smallexample
15809 -display-delete @var{number}
15810@end smallexample
15811
15812Delete the display @var{number}.
15813
15814@subsubheading @value{GDBN} Command
15815
15816The corresponding @value{GDBN} command is @samp{delete display}.
15817
15818@subsubheading Example
15819N.A.
15820
15821
15822@subheading The @code{-display-disable} Command
15823@findex -display-disable
15824
15825@subsubheading Synopsis
15826
15827@smallexample
15828 -display-disable @var{number}
15829@end smallexample
15830
15831Disable display @var{number}.
15832
15833@subsubheading @value{GDBN} Command
15834
15835The corresponding @value{GDBN} command is @samp{disable display}.
15836
15837@subsubheading Example
15838N.A.
15839
15840
15841@subheading The @code{-display-enable} Command
15842@findex -display-enable
15843
15844@subsubheading Synopsis
15845
15846@smallexample
15847 -display-enable @var{number}
15848@end smallexample
15849
15850Enable display @var{number}.
15851
15852@subsubheading @value{GDBN} Command
15853
15854The corresponding @value{GDBN} command is @samp{enable display}.
15855
15856@subsubheading Example
15857N.A.
15858
15859
15860@subheading The @code{-display-insert} Command
15861@findex -display-insert
15862
15863@subsubheading Synopsis
15864
15865@smallexample
15866 -display-insert @var{expression}
15867@end smallexample
15868
15869Display @var{expression} every time the program stops.
15870
15871@subsubheading @value{GDBN} Command
15872
15873The corresponding @value{GDBN} command is @samp{display}.
15874
15875@subsubheading Example
15876N.A.
15877
15878
15879@subheading The @code{-display-list} Command
15880@findex -display-list
15881
15882@subsubheading Synopsis
15883
15884@smallexample
15885 -display-list
15886@end smallexample
15887
15888List the displays. Do not show the current values.
15889
15890@subsubheading @value{GDBN} Command
15891
15892The corresponding @value{GDBN} command is @samp{info display}.
15893
15894@subsubheading Example
15895N.A.
15896
15897
15898@subheading The @code{-environment-cd} Command
15899@findex -environment-cd
15900
15901@subsubheading Synopsis
15902
15903@smallexample
15904 -environment-cd @var{pathdir}
15905@end smallexample
15906
15907Set @value{GDBN}'s working directory.
15908
15909@subsubheading @value{GDBN} Command
15910
15911The corresponding @value{GDBN} command is @samp{cd}.
15912
15913@subsubheading Example
15914
15915@smallexample
15916(@value{GDBP})
15917-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
15918^done
15919(@value{GDBP})
15920@end smallexample
15921
15922
15923@subheading The @code{-environment-directory} Command
15924@findex -environment-directory
15925
15926@subsubheading Synopsis
15927
15928@smallexample
15929 -environment-directory [ -r ] [ @var{pathdir} ]+
15930@end smallexample
15931
15932Add directories @var{pathdir} to beginning of search path for source files.
15933If the @samp{-r} option is used, the search path is reset to the default
15934search path. If directories @var{pathdir} are supplied in addition to the
15935@samp{-r} option, the search path is first reset and then addition
15936occurs as normal.
15937Multiple directories may be specified, separated by blanks. Specifying
15938multiple directories in a single command
15939results in the directories added to the beginning of the
15940search path in the same order they were presented in the command.
15941If blanks are needed as
15942part of a directory name, double-quotes should be used around
15943the name. In the command output, the path will show up separated
15944by the system directory-separator character. The directory-seperator
15945character must not be used
15946in any directory name.
15947If no directories are specified, the current search path is displayed.
15948
15949@subsubheading @value{GDBN} Command
15950
15951The corresponding @value{GDBN} command is @samp{dir}.
15952
15953@subsubheading Example
15954
15955@smallexample
15956(@value{GDBP})
15957-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
15958^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
15959(@value{GDBP})
15960-environment-directory ""
15961^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
15962(@value{GDBP})
15963-environment-directory -r /home/jjohnstn/src/gdb /usr/src
15964^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
15965(@value{GDBP})
15966-environment-directory -r
15967^done,source-path="$cdir:$cwd"
15968(@value{GDBP})
15969@end smallexample
15970
15971
15972@subheading The @code{-environment-path} Command
15973@findex -environment-path
15974
15975@subsubheading Synopsis
15976
15977@smallexample
15978 -environment-path [ -r ] [ @var{pathdir} ]+
15979@end smallexample
15980
15981Add directories @var{pathdir} to beginning of search path for object files.
15982If the @samp{-r} option is used, the search path is reset to the original
15983search path that existed at gdb start-up. If directories @var{pathdir} are
15984supplied in addition to the
15985@samp{-r} option, the search path is first reset and then addition
15986occurs as normal.
15987Multiple directories may be specified, separated by blanks. Specifying
15988multiple directories in a single command
15989results in the directories added to the beginning of the
15990search path in the same order they were presented in the command.
15991If blanks are needed as
15992part of a directory name, double-quotes should be used around
15993the name. In the command output, the path will show up separated
15994by the system directory-separator character. The directory-seperator
15995character must not be used
15996in any directory name.
15997If no directories are specified, the current path is displayed.
15998
15999
16000@subsubheading @value{GDBN} Command
16001
16002The corresponding @value{GDBN} command is @samp{path}.
16003
16004@subsubheading Example
16005
16006@smallexample
16007(@value{GDBP})
16008-environment-path
16009^done,path="/usr/bin"
16010(@value{GDBP})
16011-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
16012^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
16013(@value{GDBP})
16014-environment-path -r /usr/local/bin
16015^done,path="/usr/local/bin:/usr/bin"
16016(@value{GDBP})
16017@end smallexample
16018
16019
16020@subheading The @code{-environment-pwd} Command
16021@findex -environment-pwd
16022
16023@subsubheading Synopsis
16024
16025@smallexample
16026 -environment-pwd
16027@end smallexample
16028
16029Show the current working directory.
16030
16031@subsubheading @value{GDBN} command
16032
16033The corresponding @value{GDBN} command is @samp{pwd}.
16034
16035@subsubheading Example
16036
16037@smallexample
16038(@value{GDBP})
16039-environment-pwd
16040^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
16041(@value{GDBP})
16042@end smallexample
16043
16044@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16045@node GDB/MI Program Control
16046@section @sc{gdb/mi} Program control
16047
16048@subsubheading Program termination
16049
16050As a result of execution, the inferior program can run to completion, if
16051it doesn't encounter any breakpoints. In this case the output will
16052include an exit code, if the program has exited exceptionally.
16053
16054@subsubheading Examples
16055
16056@noindent
16057Program exited normally:
16058
16059@smallexample
16060(@value{GDBP})
16061-exec-run
16062^running
16063(@value{GDBP})
16064x = 55
16065*stopped,reason="exited-normally"
16066(@value{GDBP})
16067@end smallexample
16068
16069@noindent
16070Program exited exceptionally:
16071
16072@smallexample
16073(@value{GDBP})
16074-exec-run
16075^running
16076(@value{GDBP})
16077x = 55
16078*stopped,reason="exited",exit-code="01"
16079(@value{GDBP})
16080@end smallexample
16081
16082Another way the program can terminate is if it receives a signal such as
16083@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
16084
16085@smallexample
16086(@value{GDBP})
16087*stopped,reason="exited-signalled",signal-name="SIGINT",
16088signal-meaning="Interrupt"
16089@end smallexample
16090
16091
16092@subheading The @code{-exec-abort} Command
16093@findex -exec-abort
16094
16095@subsubheading Synopsis
16096
16097@smallexample
16098 -exec-abort
16099@end smallexample
16100
16101Kill the inferior running program.
16102
16103@subsubheading @value{GDBN} Command
16104
16105The corresponding @value{GDBN} command is @samp{kill}.
16106
16107@subsubheading Example
16108N.A.
16109
16110
16111@subheading The @code{-exec-arguments} Command
16112@findex -exec-arguments
16113
16114@subsubheading Synopsis
16115
16116@smallexample
16117 -exec-arguments @var{args}
16118@end smallexample
16119
16120Set the inferior program arguments, to be used in the next
16121@samp{-exec-run}.
16122
16123@subsubheading @value{GDBN} Command
16124
16125The corresponding @value{GDBN} command is @samp{set args}.
16126
16127@subsubheading Example
16128
16129@c FIXME!
16130Don't have one around.
16131
16132
16133@subheading The @code{-exec-continue} Command
16134@findex -exec-continue
16135
16136@subsubheading Synopsis
16137
16138@smallexample
16139 -exec-continue
16140@end smallexample
16141
16142Asynchronous command. Resumes the execution of the inferior program
16143until a breakpoint is encountered, or until the inferior exits.
16144
16145@subsubheading @value{GDBN} Command
16146
16147The corresponding @value{GDBN} corresponding is @samp{continue}.
16148
16149@subsubheading Example
16150
16151@smallexample
16152-exec-continue
16153^running
16154(@value{GDBP})
16155@@Hello world
16156*stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
16157file="hello.c",line="13"@}
16158(@value{GDBP})
16159@end smallexample
16160
16161
16162@subheading The @code{-exec-finish} Command
16163@findex -exec-finish
16164
16165@subsubheading Synopsis
16166
16167@smallexample
16168 -exec-finish
16169@end smallexample
16170
16171Asynchronous command. Resumes the execution of the inferior program
16172until the current function is exited. Displays the results returned by
16173the function.
16174
16175@subsubheading @value{GDBN} Command
16176
16177The corresponding @value{GDBN} command is @samp{finish}.
16178
16179@subsubheading Example
16180
16181Function returning @code{void}.
16182
16183@smallexample
16184-exec-finish
16185^running
16186(@value{GDBP})
16187@@hello from foo
16188*stopped,reason="function-finished",frame=@{func="main",args=[],
16189file="hello.c",line="7"@}
16190(@value{GDBP})
16191@end smallexample
16192
16193Function returning other than @code{void}. The name of the internal
16194@value{GDBN} variable storing the result is printed, together with the
16195value itself.
16196
16197@smallexample
16198-exec-finish
16199^running
16200(@value{GDBP})
16201*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
16202args=[@{name="a",value="1"],@{name="b",value="9"@}@},
16203file="recursive2.c",line="14"@},
16204gdb-result-var="$1",return-value="0"
16205(@value{GDBP})
16206@end smallexample
16207
16208
16209@subheading The @code{-exec-interrupt} Command
16210@findex -exec-interrupt
16211
16212@subsubheading Synopsis
16213
16214@smallexample
16215 -exec-interrupt
16216@end smallexample
16217
16218Asynchronous command. Interrupts the background execution of the target.
16219Note how the token associated with the stop message is the one for the
16220execution command that has been interrupted. The token for the interrupt
16221itself only appears in the @samp{^done} output. If the user is trying to
16222interrupt a non-running program, an error message will be printed.
16223
16224@subsubheading @value{GDBN} Command
16225
16226The corresponding @value{GDBN} command is @samp{interrupt}.
16227
16228@subsubheading Example
16229
16230@smallexample
16231(@value{GDBP})
16232111-exec-continue
16233111^running
16234
16235(@value{GDBP})
16236222-exec-interrupt
16237222^done
16238(@value{GDBP})
16239111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
16240frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@}
16241(@value{GDBP})
16242
16243(@value{GDBP})
16244-exec-interrupt
16245^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
16246(@value{GDBP})
16247@end smallexample
16248
16249
16250@subheading The @code{-exec-next} Command
16251@findex -exec-next
16252
16253@subsubheading Synopsis
16254
16255@smallexample
16256 -exec-next
16257@end smallexample
16258
16259Asynchronous command. Resumes execution of the inferior program, stopping
16260when the beginning of the next source line is reached.
16261
16262@subsubheading @value{GDBN} Command
16263
16264The corresponding @value{GDBN} command is @samp{next}.
16265
16266@subsubheading Example
16267
16268@smallexample
16269-exec-next
16270^running
16271(@value{GDBP})
16272*stopped,reason="end-stepping-range",line="8",file="hello.c"
16273(@value{GDBP})
16274@end smallexample
16275
16276
16277@subheading The @code{-exec-next-instruction} Command
16278@findex -exec-next-instruction
16279
16280@subsubheading Synopsis
16281
16282@smallexample
16283 -exec-next-instruction
16284@end smallexample
16285
16286Asynchronous command. Executes one machine instruction. If the
16287instruction is a function call continues until the function returns. If
16288the program stops at an instruction in the middle of a source line, the
16289address will be printed as well.
16290
16291@subsubheading @value{GDBN} Command
16292
16293The corresponding @value{GDBN} command is @samp{nexti}.
16294
16295@subsubheading Example
16296
16297@smallexample
16298(@value{GDBP})
16299-exec-next-instruction
16300^running
16301
16302(@value{GDBP})
16303*stopped,reason="end-stepping-range",
16304addr="0x000100d4",line="5",file="hello.c"
16305(@value{GDBP})
16306@end smallexample
16307
16308
16309@subheading The @code{-exec-return} Command
16310@findex -exec-return
16311
16312@subsubheading Synopsis
16313
16314@smallexample
16315 -exec-return
16316@end smallexample
16317
16318Makes current function return immediately. Doesn't execute the inferior.
16319Displays the new current frame.
16320
16321@subsubheading @value{GDBN} Command
16322
16323The corresponding @value{GDBN} command is @samp{return}.
16324
16325@subsubheading Example
16326
16327@smallexample
16328(@value{GDBP})
16329200-break-insert callee4
16330200^done,bkpt=@{number="1",addr="0x00010734",
16331file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16332(@value{GDBP})
16333000-exec-run
16334000^running
16335(@value{GDBP})
16336000*stopped,reason="breakpoint-hit",bkptno="1",
16337frame=@{func="callee4",args=[],
16338file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16339(@value{GDBP})
16340205-break-delete
16341205^done
16342(@value{GDBP})
16343111-exec-return
16344111^done,frame=@{level="0",func="callee3",
16345args=[@{name="strarg",
16346value="0x11940 \"A string argument.\""@}],
16347file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
16348(@value{GDBP})
16349@end smallexample
16350
16351
16352@subheading The @code{-exec-run} Command
16353@findex -exec-run
16354
16355@subsubheading Synopsis
16356
16357@smallexample
16358 -exec-run
16359@end smallexample
16360
16361Asynchronous command. Starts execution of the inferior from the
16362beginning. The inferior executes until either a breakpoint is
16363encountered or the program exits.
16364
16365@subsubheading @value{GDBN} Command
16366
16367The corresponding @value{GDBN} command is @samp{run}.
16368
16369@subsubheading Example
16370
16371@smallexample
16372(@value{GDBP})
16373-break-insert main
16374^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
16375(@value{GDBP})
16376-exec-run
16377^running
16378(@value{GDBP})
16379*stopped,reason="breakpoint-hit",bkptno="1",
16380frame=@{func="main",args=[],file="recursive2.c",line="4"@}
16381(@value{GDBP})
16382@end smallexample
16383
16384
16385@subheading The @code{-exec-show-arguments} Command
16386@findex -exec-show-arguments
16387
16388@subsubheading Synopsis
16389
16390@smallexample
16391 -exec-show-arguments
16392@end smallexample
16393
16394Print the arguments of the program.
16395
16396@subsubheading @value{GDBN} Command
16397
16398The corresponding @value{GDBN} command is @samp{show args}.
16399
16400@subsubheading Example
16401N.A.
16402
16403@c @subheading -exec-signal
16404
16405@subheading The @code{-exec-step} Command
16406@findex -exec-step
16407
16408@subsubheading Synopsis
16409
16410@smallexample
16411 -exec-step
16412@end smallexample
16413
16414Asynchronous command. Resumes execution of the inferior program, stopping
16415when the beginning of the next source line is reached, if the next
16416source line is not a function call. If it is, stop at the first
16417instruction of the called function.
16418
16419@subsubheading @value{GDBN} Command
16420
16421The corresponding @value{GDBN} command is @samp{step}.
16422
16423@subsubheading Example
16424
16425Stepping into a function:
16426
16427@smallexample
16428-exec-step
16429^running
16430(@value{GDBP})
16431*stopped,reason="end-stepping-range",
16432frame=@{func="foo",args=[@{name="a",value="10"@},
16433@{name="b",value="0"@}],file="recursive2.c",line="11"@}
16434(@value{GDBP})
16435@end smallexample
16436
16437Regular stepping:
16438
16439@smallexample
16440-exec-step
16441^running
16442(@value{GDBP})
16443*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
16444(@value{GDBP})
16445@end smallexample
16446
16447
16448@subheading The @code{-exec-step-instruction} Command
16449@findex -exec-step-instruction
16450
16451@subsubheading Synopsis
16452
16453@smallexample
16454 -exec-step-instruction
16455@end smallexample
16456
16457Asynchronous command. Resumes the inferior which executes one machine
16458instruction. The output, once @value{GDBN} has stopped, will vary depending on
16459whether we have stopped in the middle of a source line or not. In the
16460former case, the address at which the program stopped will be printed as
16461well.
16462
16463@subsubheading @value{GDBN} Command
16464
16465The corresponding @value{GDBN} command is @samp{stepi}.
16466
16467@subsubheading Example
16468
16469@smallexample
16470(@value{GDBP})
16471-exec-step-instruction
16472^running
16473
16474(@value{GDBP})
16475*stopped,reason="end-stepping-range",
16476frame=@{func="foo",args=[],file="try.c",line="10"@}
16477(@value{GDBP})
16478-exec-step-instruction
16479^running
16480
16481(@value{GDBP})
16482*stopped,reason="end-stepping-range",
16483frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@}
16484(@value{GDBP})
16485@end smallexample
16486
16487
16488@subheading The @code{-exec-until} Command
16489@findex -exec-until
16490
16491@subsubheading Synopsis
16492
16493@smallexample
16494 -exec-until [ @var{location} ]
16495@end smallexample
16496
16497Asynchronous command. Executes the inferior until the @var{location}
16498specified in the argument is reached. If there is no argument, the inferior
16499executes until a source line greater than the current one is reached.
16500The reason for stopping in this case will be @samp{location-reached}.
16501
16502@subsubheading @value{GDBN} Command
16503
16504The corresponding @value{GDBN} command is @samp{until}.
16505
16506@subsubheading Example
16507
16508@smallexample
16509(@value{GDBP})
16510-exec-until recursive2.c:6
16511^running
16512(@value{GDBP})
16513x = 55
16514*stopped,reason="location-reached",frame=@{func="main",args=[],
16515file="recursive2.c",line="6"@}
16516(@value{GDBP})
16517@end smallexample
16518
16519@ignore
16520@subheading -file-clear
16521Is this going away????
16522@end ignore
16523
16524
16525@subheading The @code{-file-exec-and-symbols} Command
16526@findex -file-exec-and-symbols
16527
16528@subsubheading Synopsis
16529
16530@smallexample
16531 -file-exec-and-symbols @var{file}
16532@end smallexample
16533
16534Specify the executable file to be debugged. This file is the one from
16535which the symbol table is also read. If no file is specified, the
16536command clears the executable and symbol information. If breakpoints
16537are set when using this command with no arguments, @value{GDBN} will produce
16538error messages. Otherwise, no output is produced, except a completion
16539notification.
16540
16541@subsubheading @value{GDBN} Command
16542
16543The corresponding @value{GDBN} command is @samp{file}.
16544
16545@subsubheading Example
16546
16547@smallexample
16548(@value{GDBP})
16549-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16550^done
16551(@value{GDBP})
16552@end smallexample
16553
16554
16555@subheading The @code{-file-exec-file} Command
16556@findex -file-exec-file
16557
16558@subsubheading Synopsis
16559
16560@smallexample
16561 -file-exec-file @var{file}
16562@end smallexample
16563
16564Specify the executable file to be debugged. Unlike
16565@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
16566from this file. If used without argument, @value{GDBN} clears the information
16567about the executable file. No output is produced, except a completion
16568notification.
16569
16570@subsubheading @value{GDBN} Command
16571
16572The corresponding @value{GDBN} command is @samp{exec-file}.
16573
16574@subsubheading Example
16575
16576@smallexample
16577(@value{GDBP})
16578-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16579^done
16580(@value{GDBP})
16581@end smallexample
16582
16583
16584@subheading The @code{-file-list-exec-sections} Command
16585@findex -file-list-exec-sections
16586
16587@subsubheading Synopsis
16588
16589@smallexample
16590 -file-list-exec-sections
16591@end smallexample
16592
16593List the sections of the current executable file.
16594
16595@subsubheading @value{GDBN} Command
16596
16597The @value{GDBN} command @samp{info file} shows, among the rest, the same
16598information as this command. @code{gdbtk} has a corresponding command
16599@samp{gdb_load_info}.
16600
16601@subsubheading Example
16602N.A.
16603
16604
1abaf70c
BR
16605@subheading The @code{-file-list-exec-source-file} Command
16606@findex -file-list-exec-source-file
16607
16608@subsubheading Synopsis
16609
16610@smallexample
16611 -file-list-exec-source-file
16612@end smallexample
16613
16614List the line number, the current source file, and the absolute path
16615to the current source file for the current executable.
16616
16617@subsubheading @value{GDBN} Command
16618
16619There's no @value{GDBN} command which directly corresponds to this one.
16620
16621@subsubheading Example
16622
16623@smallexample
16624(@value{GDBP})
16625123-file-list-exec-source-file
16626123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
16627(@value{GDBP})
16628@end smallexample
16629
16630
922fbb7b
AC
16631@subheading The @code{-file-list-exec-source-files} Command
16632@findex -file-list-exec-source-files
16633
16634@subsubheading Synopsis
16635
16636@smallexample
16637 -file-list-exec-source-files
16638@end smallexample
16639
16640List the source files for the current executable.
16641
16642@subsubheading @value{GDBN} Command
16643
16644There's no @value{GDBN} command which directly corresponds to this one.
16645@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
16646
16647@subsubheading Example
16648N.A.
16649
16650
16651@subheading The @code{-file-list-shared-libraries} Command
16652@findex -file-list-shared-libraries
16653
16654@subsubheading Synopsis
16655
16656@smallexample
16657 -file-list-shared-libraries
16658@end smallexample
16659
16660List the shared libraries in the program.
16661
16662@subsubheading @value{GDBN} Command
16663
16664The corresponding @value{GDBN} command is @samp{info shared}.
16665
16666@subsubheading Example
16667N.A.
16668
16669
16670@subheading The @code{-file-list-symbol-files} Command
16671@findex -file-list-symbol-files
16672
16673@subsubheading Synopsis
16674
16675@smallexample
16676 -file-list-symbol-files
16677@end smallexample
16678
16679List symbol files.
16680
16681@subsubheading @value{GDBN} Command
16682
16683The corresponding @value{GDBN} command is @samp{info file} (part of it).
16684
16685@subsubheading Example
16686N.A.
16687
16688
16689@subheading The @code{-file-symbol-file} Command
16690@findex -file-symbol-file
16691
16692@subsubheading Synopsis
16693
16694@smallexample
16695 -file-symbol-file @var{file}
16696@end smallexample
16697
16698Read symbol table info from the specified @var{file} argument. When
16699used without arguments, clears @value{GDBN}'s symbol table info. No output is
16700produced, except for a completion notification.
16701
16702@subsubheading @value{GDBN} Command
16703
16704The corresponding @value{GDBN} command is @samp{symbol-file}.
16705
16706@subsubheading Example
16707
16708@smallexample
16709(@value{GDBP})
16710-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16711^done
16712(@value{GDBP})
16713@end smallexample
16714
16715@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16716@node GDB/MI Miscellaneous Commands
16717@section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
16718
16719@c @subheading -gdb-complete
16720
16721@subheading The @code{-gdb-exit} Command
16722@findex -gdb-exit
16723
16724@subsubheading Synopsis
16725
16726@smallexample
16727 -gdb-exit
16728@end smallexample
16729
16730Exit @value{GDBN} immediately.
16731
16732@subsubheading @value{GDBN} Command
16733
16734Approximately corresponds to @samp{quit}.
16735
16736@subsubheading Example
16737
16738@smallexample
16739(@value{GDBP})
16740-gdb-exit
16741@end smallexample
16742
16743@subheading The @code{-gdb-set} Command
16744@findex -gdb-set
16745
16746@subsubheading Synopsis
16747
16748@smallexample
16749 -gdb-set
16750@end smallexample
16751
16752Set an internal @value{GDBN} variable.
16753@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
16754
16755@subsubheading @value{GDBN} Command
16756
16757The corresponding @value{GDBN} command is @samp{set}.
16758
16759@subsubheading Example
16760
16761@smallexample
16762(@value{GDBP})
16763-gdb-set $foo=3
16764^done
16765(@value{GDBP})
16766@end smallexample
16767
16768
16769@subheading The @code{-gdb-show} Command
16770@findex -gdb-show
16771
16772@subsubheading Synopsis
16773
16774@smallexample
16775 -gdb-show
16776@end smallexample
16777
16778Show the current value of a @value{GDBN} variable.
16779
16780@subsubheading @value{GDBN} command
16781
16782The corresponding @value{GDBN} command is @samp{show}.
16783
16784@subsubheading Example
16785
16786@smallexample
16787(@value{GDBP})
16788-gdb-show annotate
16789^done,value="0"
16790(@value{GDBP})
16791@end smallexample
16792
16793@c @subheading -gdb-source
16794
16795
16796@subheading The @code{-gdb-version} Command
16797@findex -gdb-version
16798
16799@subsubheading Synopsis
16800
16801@smallexample
16802 -gdb-version
16803@end smallexample
16804
16805Show version information for @value{GDBN}. Used mostly in testing.
16806
16807@subsubheading @value{GDBN} Command
16808
16809There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
16810information when you start an interactive session.
16811
16812@subsubheading Example
16813
16814@c This example modifies the actual output from GDB to avoid overfull
16815@c box in TeX.
16816@smallexample
16817(@value{GDBP})
16818-gdb-version
16819~GNU gdb 5.2.1
16820~Copyright 2000 Free Software Foundation, Inc.
16821~GDB is free software, covered by the GNU General Public License, and
16822~you are welcome to change it and/or distribute copies of it under
16823~ certain conditions.
16824~Type "show copying" to see the conditions.
16825~There is absolutely no warranty for GDB. Type "show warranty" for
16826~ details.
16827~This GDB was configured as
16828 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
16829^done
16830(@value{GDBP})
16831@end smallexample
16832
16833@subheading The @code{-interpreter-exec} Command
16834@findex -interpreter-exec
16835
16836@subheading Synopsis
16837
16838@smallexample
16839-interpreter-exec @var{interpreter} @var{command}
16840@end smallexample
16841
16842Execute the specified @var{command} in the given @var{interpreter}.
16843
16844@subheading @value{GDBN} Command
16845
16846The corresponding @value{GDBN} command is @samp{interpreter-exec}.
16847
16848@subheading Example
16849
16850@smallexample
16851(@value{GDBP})
16852-interpreter-exec console "break main"
16853&"During symbol reading, couldn't parse type; debugger out of date?.\n"
16854&"During symbol reading, bad structure-type format.\n"
16855~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
16856^done
16857(@value{GDBP})
16858@end smallexample
16859
16860@ignore
16861@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16862@node GDB/MI Kod Commands
16863@section @sc{gdb/mi} Kod Commands
16864
16865The Kod commands are not implemented.
16866
16867@c @subheading -kod-info
16868
16869@c @subheading -kod-list
16870
16871@c @subheading -kod-list-object-types
16872
16873@c @subheading -kod-show
16874
16875@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16876@node GDB/MI Memory Overlay Commands
16877@section @sc{gdb/mi} Memory Overlay Commands
16878
16879The memory overlay commands are not implemented.
16880
16881@c @subheading -overlay-auto
16882
16883@c @subheading -overlay-list-mapping-state
16884
16885@c @subheading -overlay-list-overlays
16886
16887@c @subheading -overlay-map
16888
16889@c @subheading -overlay-off
16890
16891@c @subheading -overlay-on
16892
16893@c @subheading -overlay-unmap
16894
16895@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16896@node GDB/MI Signal Handling Commands
16897@section @sc{gdb/mi} Signal Handling Commands
16898
16899Signal handling commands are not implemented.
16900
16901@c @subheading -signal-handle
16902
16903@c @subheading -signal-list-handle-actions
16904
16905@c @subheading -signal-list-signal-types
16906@end ignore
16907
16908
16909@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16910@node GDB/MI Stack Manipulation
16911@section @sc{gdb/mi} Stack Manipulation Commands
16912
16913
16914@subheading The @code{-stack-info-frame} Command
16915@findex -stack-info-frame
16916
16917@subsubheading Synopsis
16918
16919@smallexample
16920 -stack-info-frame
16921@end smallexample
16922
16923Get info on the current frame.
16924
16925@subsubheading @value{GDBN} Command
16926
16927The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
16928(without arguments).
16929
16930@subsubheading Example
16931N.A.
16932
16933@subheading The @code{-stack-info-depth} Command
16934@findex -stack-info-depth
16935
16936@subsubheading Synopsis
16937
16938@smallexample
16939 -stack-info-depth [ @var{max-depth} ]
16940@end smallexample
16941
16942Return the depth of the stack. If the integer argument @var{max-depth}
16943is specified, do not count beyond @var{max-depth} frames.
16944
16945@subsubheading @value{GDBN} Command
16946
16947There's no equivalent @value{GDBN} command.
16948
16949@subsubheading Example
16950
16951For a stack with frame levels 0 through 11:
16952
16953@smallexample
16954(@value{GDBP})
16955-stack-info-depth
16956^done,depth="12"
16957(@value{GDBP})
16958-stack-info-depth 4
16959^done,depth="4"
16960(@value{GDBP})
16961-stack-info-depth 12
16962^done,depth="12"
16963(@value{GDBP})
16964-stack-info-depth 11
16965^done,depth="11"
16966(@value{GDBP})
16967-stack-info-depth 13
16968^done,depth="12"
16969(@value{GDBP})
16970@end smallexample
16971
16972@subheading The @code{-stack-list-arguments} Command
16973@findex -stack-list-arguments
16974
16975@subsubheading Synopsis
16976
16977@smallexample
16978 -stack-list-arguments @var{show-values}
16979 [ @var{low-frame} @var{high-frame} ]
16980@end smallexample
16981
16982Display a list of the arguments for the frames between @var{low-frame}
16983and @var{high-frame} (inclusive). If @var{low-frame} and
16984@var{high-frame} are not provided, list the arguments for the whole call
16985stack.
16986
16987The @var{show-values} argument must have a value of 0 or 1. A value of
169880 means that only the names of the arguments are listed, a value of 1
16989means that both names and values of the arguments are printed.
16990
16991@subsubheading @value{GDBN} Command
16992
16993@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
16994@samp{gdb_get_args} command which partially overlaps with the
16995functionality of @samp{-stack-list-arguments}.
16996
16997@subsubheading Example
16998
16999@smallexample
17000(@value{GDBP})
17001-stack-list-frames
17002^done,
17003stack=[
17004frame=@{level="0",addr="0x00010734",func="callee4",
17005file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
17006frame=@{level="1",addr="0x0001076c",func="callee3",
17007file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
17008frame=@{level="2",addr="0x0001078c",func="callee2",
17009file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
17010frame=@{level="3",addr="0x000107b4",func="callee1",
17011file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
17012frame=@{level="4",addr="0x000107e0",func="main",
17013file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
17014(@value{GDBP})
17015-stack-list-arguments 0
17016^done,
17017stack-args=[
17018frame=@{level="0",args=[]@},
17019frame=@{level="1",args=[name="strarg"]@},
17020frame=@{level="2",args=[name="intarg",name="strarg"]@},
17021frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
17022frame=@{level="4",args=[]@}]
17023(@value{GDBP})
17024-stack-list-arguments 1
17025^done,
17026stack-args=[
17027frame=@{level="0",args=[]@},
17028frame=@{level="1",
17029 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
17030frame=@{level="2",args=[
17031@{name="intarg",value="2"@},
17032@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
17033@{frame=@{level="3",args=[
17034@{name="intarg",value="2"@},
17035@{name="strarg",value="0x11940 \"A string argument.\""@},
17036@{name="fltarg",value="3.5"@}]@},
17037frame=@{level="4",args=[]@}]
17038(@value{GDBP})
17039-stack-list-arguments 0 2 2
17040^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
17041(@value{GDBP})
17042-stack-list-arguments 1 2 2
17043^done,stack-args=[frame=@{level="2",
17044args=[@{name="intarg",value="2"@},
17045@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
17046(@value{GDBP})
17047@end smallexample
17048
17049@c @subheading -stack-list-exception-handlers
17050
17051
17052@subheading The @code{-stack-list-frames} Command
17053@findex -stack-list-frames
17054
17055@subsubheading Synopsis
17056
17057@smallexample
17058 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
17059@end smallexample
17060
17061List the frames currently on the stack. For each frame it displays the
17062following info:
17063
17064@table @samp
17065@item @var{level}
17066The frame number, 0 being the topmost frame, i.e. the innermost function.
17067@item @var{addr}
17068The @code{$pc} value for that frame.
17069@item @var{func}
17070Function name.
17071@item @var{file}
17072File name of the source file where the function lives.
17073@item @var{line}
17074Line number corresponding to the @code{$pc}.
17075@end table
17076
17077If invoked without arguments, this command prints a backtrace for the
17078whole stack. If given two integer arguments, it shows the frames whose
17079levels are between the two arguments (inclusive). If the two arguments
17080are equal, it shows the single frame at the corresponding level.
17081
17082@subsubheading @value{GDBN} Command
17083
17084The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
17085
17086@subsubheading Example
17087
17088Full stack backtrace:
17089
17090@smallexample
17091(@value{GDBP})
17092-stack-list-frames
17093^done,stack=
17094[frame=@{level="0",addr="0x0001076c",func="foo",
17095 file="recursive2.c",line="11"@},
17096frame=@{level="1",addr="0x000107a4",func="foo",
17097 file="recursive2.c",line="14"@},
17098frame=@{level="2",addr="0x000107a4",func="foo",
17099 file="recursive2.c",line="14"@},
17100frame=@{level="3",addr="0x000107a4",func="foo",
17101 file="recursive2.c",line="14"@},
17102frame=@{level="4",addr="0x000107a4",func="foo",
17103 file="recursive2.c",line="14"@},
17104frame=@{level="5",addr="0x000107a4",func="foo",
17105 file="recursive2.c",line="14"@},
17106frame=@{level="6",addr="0x000107a4",func="foo",
17107 file="recursive2.c",line="14"@},
17108frame=@{level="7",addr="0x000107a4",func="foo",
17109 file="recursive2.c",line="14"@},
17110frame=@{level="8",addr="0x000107a4",func="foo",
17111 file="recursive2.c",line="14"@},
17112frame=@{level="9",addr="0x000107a4",func="foo",
17113 file="recursive2.c",line="14"@},
17114frame=@{level="10",addr="0x000107a4",func="foo",
17115 file="recursive2.c",line="14"@},
17116frame=@{level="11",addr="0x00010738",func="main",
17117 file="recursive2.c",line="4"@}]
17118(@value{GDBP})
17119@end smallexample
17120
17121Show frames between @var{low_frame} and @var{high_frame}:
17122
17123@smallexample
17124(@value{GDBP})
17125-stack-list-frames 3 5
17126^done,stack=
17127[frame=@{level="3",addr="0x000107a4",func="foo",
17128 file="recursive2.c",line="14"@},
17129frame=@{level="4",addr="0x000107a4",func="foo",
17130 file="recursive2.c",line="14"@},
17131frame=@{level="5",addr="0x000107a4",func="foo",
17132 file="recursive2.c",line="14"@}]
17133(@value{GDBP})
17134@end smallexample
17135
17136Show a single frame:
17137
17138@smallexample
17139(@value{GDBP})
17140-stack-list-frames 3 3
17141^done,stack=
17142[frame=@{level="3",addr="0x000107a4",func="foo",
17143 file="recursive2.c",line="14"@}]
17144(@value{GDBP})
17145@end smallexample
17146
17147
17148@subheading The @code{-stack-list-locals} Command
17149@findex -stack-list-locals
17150
17151@subsubheading Synopsis
17152
17153@smallexample
17154 -stack-list-locals @var{print-values}
17155@end smallexample
17156
17157Display the local variable names for the current frame. With an
17158argument of 0 prints only the names of the variables, with argument of 1
17159prints also their values.
17160
17161@subsubheading @value{GDBN} Command
17162
17163@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
17164
17165@subsubheading Example
17166
17167@smallexample
17168(@value{GDBP})
17169-stack-list-locals 0
17170^done,locals=[name="A",name="B",name="C"]
17171(@value{GDBP})
17172-stack-list-locals 1
17173^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
17174 @{name="C",value="3"@}]
17175(@value{GDBP})
17176@end smallexample
17177
17178
17179@subheading The @code{-stack-select-frame} Command
17180@findex -stack-select-frame
17181
17182@subsubheading Synopsis
17183
17184@smallexample
17185 -stack-select-frame @var{framenum}
17186@end smallexample
17187
17188Change the current frame. Select a different frame @var{framenum} on
17189the stack.
17190
17191@subsubheading @value{GDBN} Command
17192
17193The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
17194@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
17195
17196@subsubheading Example
17197
17198@smallexample
17199(@value{GDBP})
17200-stack-select-frame 2
17201^done
17202(@value{GDBP})
17203@end smallexample
17204
17205@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17206@node GDB/MI Symbol Query
17207@section @sc{gdb/mi} Symbol Query Commands
17208
17209
17210@subheading The @code{-symbol-info-address} Command
17211@findex -symbol-info-address
17212
17213@subsubheading Synopsis
17214
17215@smallexample
17216 -symbol-info-address @var{symbol}
17217@end smallexample
17218
17219Describe where @var{symbol} is stored.
17220
17221@subsubheading @value{GDBN} Command
17222
17223The corresponding @value{GDBN} command is @samp{info address}.
17224
17225@subsubheading Example
17226N.A.
17227
17228
17229@subheading The @code{-symbol-info-file} Command
17230@findex -symbol-info-file
17231
17232@subsubheading Synopsis
17233
17234@smallexample
17235 -symbol-info-file
17236@end smallexample
17237
17238Show the file for the symbol.
17239
17240@subsubheading @value{GDBN} Command
17241
17242There's no equivalent @value{GDBN} command. @code{gdbtk} has
17243@samp{gdb_find_file}.
17244
17245@subsubheading Example
17246N.A.
17247
17248
17249@subheading The @code{-symbol-info-function} Command
17250@findex -symbol-info-function
17251
17252@subsubheading Synopsis
17253
17254@smallexample
17255 -symbol-info-function
17256@end smallexample
17257
17258Show which function the symbol lives in.
17259
17260@subsubheading @value{GDBN} Command
17261
17262@samp{gdb_get_function} in @code{gdbtk}.
17263
17264@subsubheading Example
17265N.A.
17266
17267
17268@subheading The @code{-symbol-info-line} Command
17269@findex -symbol-info-line
17270
17271@subsubheading Synopsis
17272
17273@smallexample
17274 -symbol-info-line
17275@end smallexample
17276
17277Show the core addresses of the code for a source line.
17278
17279@subsubheading @value{GDBN} Command
17280
71952f4c 17281The corresponding @value{GDBN} command is @samp{info line}.
922fbb7b
AC
17282@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
17283
17284@subsubheading Example
17285N.A.
17286
17287
17288@subheading The @code{-symbol-info-symbol} Command
17289@findex -symbol-info-symbol
17290
17291@subsubheading Synopsis
17292
17293@smallexample
17294 -symbol-info-symbol @var{addr}
17295@end smallexample
17296
17297Describe what symbol is at location @var{addr}.
17298
17299@subsubheading @value{GDBN} Command
17300
17301The corresponding @value{GDBN} command is @samp{info symbol}.
17302
17303@subsubheading Example
17304N.A.
17305
17306
17307@subheading The @code{-symbol-list-functions} Command
17308@findex -symbol-list-functions
17309
17310@subsubheading Synopsis
17311
17312@smallexample
17313 -symbol-list-functions
17314@end smallexample
17315
17316List the functions in the executable.
17317
17318@subsubheading @value{GDBN} Command
17319
17320@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
17321@samp{gdb_search} in @code{gdbtk}.
17322
17323@subsubheading Example
17324N.A.
17325
17326
32e7087d
JB
17327@subheading The @code{-symbol-list-lines} Command
17328@findex -symbol-list-lines
17329
17330@subsubheading Synopsis
17331
17332@smallexample
17333 -symbol-list-lines @var{filename}
17334@end smallexample
17335
17336Print the list of lines that contain code and their associated program
17337addresses for the given source filename. The entries are sorted in
17338ascending PC order.
17339
17340@subsubheading @value{GDBN} Command
17341
17342There is no corresponding @value{GDBN} command.
17343
17344@subsubheading Example
17345@smallexample
17346(@value{GDBP})
17347-symbol-list-lines basics.c
54ff5908 17348^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
32e7087d
JB
17349(@value{GDBP})
17350@end smallexample
17351
17352
922fbb7b
AC
17353@subheading The @code{-symbol-list-types} Command
17354@findex -symbol-list-types
17355
17356@subsubheading Synopsis
17357
17358@smallexample
17359 -symbol-list-types
17360@end smallexample
17361
17362List all the type names.
17363
17364@subsubheading @value{GDBN} Command
17365
17366The corresponding commands are @samp{info types} in @value{GDBN},
17367@samp{gdb_search} in @code{gdbtk}.
17368
17369@subsubheading Example
17370N.A.
17371
17372
17373@subheading The @code{-symbol-list-variables} Command
17374@findex -symbol-list-variables
17375
17376@subsubheading Synopsis
17377
17378@smallexample
17379 -symbol-list-variables
17380@end smallexample
17381
17382List all the global and static variable names.
17383
17384@subsubheading @value{GDBN} Command
17385
17386@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
17387
17388@subsubheading Example
17389N.A.
17390
17391
17392@subheading The @code{-symbol-locate} Command
17393@findex -symbol-locate
17394
17395@subsubheading Synopsis
17396
17397@smallexample
17398 -symbol-locate
17399@end smallexample
17400
17401@subsubheading @value{GDBN} Command
17402
17403@samp{gdb_loc} in @code{gdbtk}.
17404
17405@subsubheading Example
17406N.A.
17407
17408
17409@subheading The @code{-symbol-type} Command
17410@findex -symbol-type
17411
17412@subsubheading Synopsis
17413
17414@smallexample
17415 -symbol-type @var{variable}
17416@end smallexample
17417
17418Show type of @var{variable}.
17419
17420@subsubheading @value{GDBN} Command
17421
17422The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
17423@samp{gdb_obj_variable}.
17424
17425@subsubheading Example
17426N.A.
17427
17428
17429@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17430@node GDB/MI Target Manipulation
17431@section @sc{gdb/mi} Target Manipulation Commands
17432
17433
17434@subheading The @code{-target-attach} Command
17435@findex -target-attach
17436
17437@subsubheading Synopsis
17438
17439@smallexample
17440 -target-attach @var{pid} | @var{file}
17441@end smallexample
17442
17443Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
17444
17445@subsubheading @value{GDBN} command
17446
17447The corresponding @value{GDBN} command is @samp{attach}.
17448
17449@subsubheading Example
17450N.A.
17451
17452
17453@subheading The @code{-target-compare-sections} Command
17454@findex -target-compare-sections
17455
17456@subsubheading Synopsis
17457
17458@smallexample
17459 -target-compare-sections [ @var{section} ]
17460@end smallexample
17461
17462Compare data of section @var{section} on target to the exec file.
17463Without the argument, all sections are compared.
17464
17465@subsubheading @value{GDBN} Command
17466
17467The @value{GDBN} equivalent is @samp{compare-sections}.
17468
17469@subsubheading Example
17470N.A.
17471
17472
17473@subheading The @code{-target-detach} Command
17474@findex -target-detach
17475
17476@subsubheading Synopsis
17477
17478@smallexample
17479 -target-detach
17480@end smallexample
17481
17482Disconnect from the remote target. There's no output.
17483
17484@subsubheading @value{GDBN} command
17485
17486The corresponding @value{GDBN} command is @samp{detach}.
17487
17488@subsubheading Example
17489
17490@smallexample
17491(@value{GDBP})
17492-target-detach
17493^done
17494(@value{GDBP})
17495@end smallexample
17496
17497
07f31aa6
DJ
17498@subheading The @code{-target-disconnect} Command
17499@findex -target-disconnect
17500
17501@subsubheading Synopsis
17502
17503@example
17504 -target-disconnect
17505@end example
17506
17507Disconnect from the remote target. There's no output.
17508
17509@subsubheading @value{GDBN} command
17510
17511The corresponding @value{GDBN} command is @samp{disconnect}.
17512
17513@subsubheading Example
17514
17515@smallexample
17516(@value{GDBP})
17517-target-disconnect
17518^done
17519(@value{GDBP})
17520@end smallexample
17521
17522
922fbb7b
AC
17523@subheading The @code{-target-download} Command
17524@findex -target-download
17525
17526@subsubheading Synopsis
17527
17528@smallexample
17529 -target-download
17530@end smallexample
17531
17532Loads the executable onto the remote target.
17533It prints out an update message every half second, which includes the fields:
17534
17535@table @samp
17536@item section
17537The name of the section.
17538@item section-sent
17539The size of what has been sent so far for that section.
17540@item section-size
17541The size of the section.
17542@item total-sent
17543The total size of what was sent so far (the current and the previous sections).
17544@item total-size
17545The size of the overall executable to download.
17546@end table
17547
17548@noindent
17549Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
17550@sc{gdb/mi} Output Syntax}).
17551
17552In addition, it prints the name and size of the sections, as they are
17553downloaded. These messages include the following fields:
17554
17555@table @samp
17556@item section
17557The name of the section.
17558@item section-size
17559The size of the section.
17560@item total-size
17561The size of the overall executable to download.
17562@end table
17563
17564@noindent
17565At the end, a summary is printed.
17566
17567@subsubheading @value{GDBN} Command
17568
17569The corresponding @value{GDBN} command is @samp{load}.
17570
17571@subsubheading Example
17572
17573Note: each status message appears on a single line. Here the messages
17574have been broken down so that they can fit onto a page.
17575
17576@smallexample
17577(@value{GDBP})
17578-target-download
17579+download,@{section=".text",section-size="6668",total-size="9880"@}
17580+download,@{section=".text",section-sent="512",section-size="6668",
17581total-sent="512",total-size="9880"@}
17582+download,@{section=".text",section-sent="1024",section-size="6668",
17583total-sent="1024",total-size="9880"@}
17584+download,@{section=".text",section-sent="1536",section-size="6668",
17585total-sent="1536",total-size="9880"@}
17586+download,@{section=".text",section-sent="2048",section-size="6668",
17587total-sent="2048",total-size="9880"@}
17588+download,@{section=".text",section-sent="2560",section-size="6668",
17589total-sent="2560",total-size="9880"@}
17590+download,@{section=".text",section-sent="3072",section-size="6668",
17591total-sent="3072",total-size="9880"@}
17592+download,@{section=".text",section-sent="3584",section-size="6668",
17593total-sent="3584",total-size="9880"@}
17594+download,@{section=".text",section-sent="4096",section-size="6668",
17595total-sent="4096",total-size="9880"@}
17596+download,@{section=".text",section-sent="4608",section-size="6668",
17597total-sent="4608",total-size="9880"@}
17598+download,@{section=".text",section-sent="5120",section-size="6668",
17599total-sent="5120",total-size="9880"@}
17600+download,@{section=".text",section-sent="5632",section-size="6668",
17601total-sent="5632",total-size="9880"@}
17602+download,@{section=".text",section-sent="6144",section-size="6668",
17603total-sent="6144",total-size="9880"@}
17604+download,@{section=".text",section-sent="6656",section-size="6668",
17605total-sent="6656",total-size="9880"@}
17606+download,@{section=".init",section-size="28",total-size="9880"@}
17607+download,@{section=".fini",section-size="28",total-size="9880"@}
17608+download,@{section=".data",section-size="3156",total-size="9880"@}
17609+download,@{section=".data",section-sent="512",section-size="3156",
17610total-sent="7236",total-size="9880"@}
17611+download,@{section=".data",section-sent="1024",section-size="3156",
17612total-sent="7748",total-size="9880"@}
17613+download,@{section=".data",section-sent="1536",section-size="3156",
17614total-sent="8260",total-size="9880"@}
17615+download,@{section=".data",section-sent="2048",section-size="3156",
17616total-sent="8772",total-size="9880"@}
17617+download,@{section=".data",section-sent="2560",section-size="3156",
17618total-sent="9284",total-size="9880"@}
17619+download,@{section=".data",section-sent="3072",section-size="3156",
17620total-sent="9796",total-size="9880"@}
17621^done,address="0x10004",load-size="9880",transfer-rate="6586",
17622write-rate="429"
17623(@value{GDBP})
17624@end smallexample
17625
17626
17627@subheading The @code{-target-exec-status} Command
17628@findex -target-exec-status
17629
17630@subsubheading Synopsis
17631
17632@smallexample
17633 -target-exec-status
17634@end smallexample
17635
17636Provide information on the state of the target (whether it is running or
17637not, for instance).
17638
17639@subsubheading @value{GDBN} Command
17640
17641There's no equivalent @value{GDBN} command.
17642
17643@subsubheading Example
17644N.A.
17645
17646
17647@subheading The @code{-target-list-available-targets} Command
17648@findex -target-list-available-targets
17649
17650@subsubheading Synopsis
17651
17652@smallexample
17653 -target-list-available-targets
17654@end smallexample
17655
17656List the possible targets to connect to.
17657
17658@subsubheading @value{GDBN} Command
17659
17660The corresponding @value{GDBN} command is @samp{help target}.
17661
17662@subsubheading Example
17663N.A.
17664
17665
17666@subheading The @code{-target-list-current-targets} Command
17667@findex -target-list-current-targets
17668
17669@subsubheading Synopsis
17670
17671@smallexample
17672 -target-list-current-targets
17673@end smallexample
17674
17675Describe the current target.
17676
17677@subsubheading @value{GDBN} Command
17678
17679The corresponding information is printed by @samp{info file} (among
17680other things).
17681
17682@subsubheading Example
17683N.A.
17684
17685
17686@subheading The @code{-target-list-parameters} Command
17687@findex -target-list-parameters
17688
17689@subsubheading Synopsis
17690
17691@smallexample
17692 -target-list-parameters
17693@end smallexample
17694
17695@c ????
17696
17697@subsubheading @value{GDBN} Command
17698
17699No equivalent.
17700
17701@subsubheading Example
17702N.A.
17703
17704
17705@subheading The @code{-target-select} Command
17706@findex -target-select
17707
17708@subsubheading Synopsis
17709
17710@smallexample
17711 -target-select @var{type} @var{parameters @dots{}}
17712@end smallexample
17713
17714Connect @value{GDBN} to the remote target. This command takes two args:
17715
17716@table @samp
17717@item @var{type}
17718The type of target, for instance @samp{async}, @samp{remote}, etc.
17719@item @var{parameters}
17720Device names, host names and the like. @xref{Target Commands, ,
17721Commands for managing targets}, for more details.
17722@end table
17723
17724The output is a connection notification, followed by the address at
17725which the target program is, in the following form:
17726
17727@smallexample
17728^connected,addr="@var{address}",func="@var{function name}",
17729 args=[@var{arg list}]
17730@end smallexample
17731
17732@subsubheading @value{GDBN} Command
17733
17734The corresponding @value{GDBN} command is @samp{target}.
17735
17736@subsubheading Example
17737
17738@smallexample
17739(@value{GDBP})
17740-target-select async /dev/ttya
17741^connected,addr="0xfe00a300",func="??",args=[]
17742(@value{GDBP})
17743@end smallexample
17744
17745@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17746@node GDB/MI Thread Commands
17747@section @sc{gdb/mi} Thread Commands
17748
17749
17750@subheading The @code{-thread-info} Command
17751@findex -thread-info
17752
17753@subsubheading Synopsis
17754
17755@smallexample
17756 -thread-info
17757@end smallexample
17758
17759@subsubheading @value{GDBN} command
17760
17761No equivalent.
17762
17763@subsubheading Example
17764N.A.
17765
17766
17767@subheading The @code{-thread-list-all-threads} Command
17768@findex -thread-list-all-threads
17769
17770@subsubheading Synopsis
17771
17772@smallexample
17773 -thread-list-all-threads
17774@end smallexample
17775
17776@subsubheading @value{GDBN} Command
17777
17778The equivalent @value{GDBN} command is @samp{info threads}.
17779
17780@subsubheading Example
17781N.A.
17782
17783
17784@subheading The @code{-thread-list-ids} Command
17785@findex -thread-list-ids
17786
17787@subsubheading Synopsis
17788
17789@smallexample
17790 -thread-list-ids
17791@end smallexample
17792
17793Produces a list of the currently known @value{GDBN} thread ids. At the
17794end of the list it also prints the total number of such threads.
17795
17796@subsubheading @value{GDBN} Command
17797
17798Part of @samp{info threads} supplies the same information.
17799
17800@subsubheading Example
17801
17802No threads present, besides the main process:
17803
17804@smallexample
17805(@value{GDBP})
17806-thread-list-ids
17807^done,thread-ids=@{@},number-of-threads="0"
17808(@value{GDBP})
17809@end smallexample
17810
17811
17812Several threads:
17813
17814@smallexample
17815(@value{GDBP})
17816-thread-list-ids
17817^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
17818number-of-threads="3"
17819(@value{GDBP})
17820@end smallexample
17821
17822
17823@subheading The @code{-thread-select} Command
17824@findex -thread-select
17825
17826@subsubheading Synopsis
17827
17828@smallexample
17829 -thread-select @var{threadnum}
17830@end smallexample
17831
17832Make @var{threadnum} the current thread. It prints the number of the new
17833current thread, and the topmost frame for that thread.
17834
17835@subsubheading @value{GDBN} Command
17836
17837The corresponding @value{GDBN} command is @samp{thread}.
17838
17839@subsubheading Example
17840
17841@smallexample
17842(@value{GDBP})
17843-exec-next
17844^running
17845(@value{GDBP})
17846*stopped,reason="end-stepping-range",thread-id="2",line="187",
17847file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
17848(@value{GDBP})
17849-thread-list-ids
17850^done,
17851thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
17852number-of-threads="3"
17853(@value{GDBP})
17854-thread-select 3
17855^done,new-thread-id="3",
17856frame=@{level="0",func="vprintf",
17857args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
17858@{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
17859(@value{GDBP})
17860@end smallexample
17861
17862@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17863@node GDB/MI Tracepoint Commands
17864@section @sc{gdb/mi} Tracepoint Commands
17865
17866The tracepoint commands are not yet implemented.
17867
17868@c @subheading -trace-actions
17869
17870@c @subheading -trace-delete
17871
17872@c @subheading -trace-disable
17873
17874@c @subheading -trace-dump
17875
17876@c @subheading -trace-enable
17877
17878@c @subheading -trace-exists
17879
17880@c @subheading -trace-find
17881
17882@c @subheading -trace-frame-number
17883
17884@c @subheading -trace-info
17885
17886@c @subheading -trace-insert
17887
17888@c @subheading -trace-list
17889
17890@c @subheading -trace-pass-count
17891
17892@c @subheading -trace-save
17893
17894@c @subheading -trace-start
17895
17896@c @subheading -trace-stop
17897
17898
17899@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17900@node GDB/MI Variable Objects
17901@section @sc{gdb/mi} Variable Objects
17902
17903
17904@subheading Motivation for Variable Objects in @sc{gdb/mi}
17905
17906For the implementation of a variable debugger window (locals, watched
17907expressions, etc.), we are proposing the adaptation of the existing code
17908used by @code{Insight}.
17909
17910The two main reasons for that are:
17911
17912@enumerate 1
17913@item
17914It has been proven in practice (it is already on its second generation).
17915
17916@item
17917It will shorten development time (needless to say how important it is
17918now).
17919@end enumerate
17920
17921The original interface was designed to be used by Tcl code, so it was
17922slightly changed so it could be used through @sc{gdb/mi}. This section
17923describes the @sc{gdb/mi} operations that will be available and gives some
17924hints about their use.
17925
17926@emph{Note}: In addition to the set of operations described here, we
17927expect the @sc{gui} implementation of a variable window to require, at
17928least, the following operations:
17929
17930@itemize @bullet
17931@item @code{-gdb-show} @code{output-radix}
17932@item @code{-stack-list-arguments}
17933@item @code{-stack-list-locals}
17934@item @code{-stack-select-frame}
17935@end itemize
17936
17937@subheading Introduction to Variable Objects in @sc{gdb/mi}
17938
17939@cindex variable objects in @sc{gdb/mi}
17940The basic idea behind variable objects is the creation of a named object
17941to represent a variable, an expression, a memory location or even a CPU
17942register. For each object created, a set of operations is available for
17943examining or changing its properties.
17944
17945Furthermore, complex data types, such as C structures, are represented
17946in a tree format. For instance, the @code{struct} type variable is the
17947root and the children will represent the struct members. If a child
17948is itself of a complex type, it will also have children of its own.
17949Appropriate language differences are handled for C, C@t{++} and Java.
17950
17951When returning the actual values of the objects, this facility allows
17952for the individual selection of the display format used in the result
17953creation. It can be chosen among: binary, decimal, hexadecimal, octal
17954and natural. Natural refers to a default format automatically
17955chosen based on the variable type (like decimal for an @code{int}, hex
17956for pointers, etc.).
17957
17958The following is the complete set of @sc{gdb/mi} operations defined to
17959access this functionality:
17960
17961@multitable @columnfractions .4 .6
17962@item @strong{Operation}
17963@tab @strong{Description}
17964
17965@item @code{-var-create}
17966@tab create a variable object
17967@item @code{-var-delete}
17968@tab delete the variable object and its children
17969@item @code{-var-set-format}
17970@tab set the display format of this variable
17971@item @code{-var-show-format}
17972@tab show the display format of this variable
17973@item @code{-var-info-num-children}
17974@tab tells how many children this object has
17975@item @code{-var-list-children}
17976@tab return a list of the object's children
17977@item @code{-var-info-type}
17978@tab show the type of this variable object
17979@item @code{-var-info-expression}
17980@tab print what this variable object represents
17981@item @code{-var-show-attributes}
17982@tab is this variable editable? does it exist here?
17983@item @code{-var-evaluate-expression}
17984@tab get the value of this variable
17985@item @code{-var-assign}
17986@tab set the value of this variable
17987@item @code{-var-update}
17988@tab update the variable and its children
17989@end multitable
17990
17991In the next subsection we describe each operation in detail and suggest
17992how it can be used.
17993
17994@subheading Description And Use of Operations on Variable Objects
17995
17996@subheading The @code{-var-create} Command
17997@findex -var-create
17998
17999@subsubheading Synopsis
18000
18001@smallexample
18002 -var-create @{@var{name} | "-"@}
18003 @{@var{frame-addr} | "*"@} @var{expression}
18004@end smallexample
18005
18006This operation creates a variable object, which allows the monitoring of
18007a variable, the result of an expression, a memory cell or a CPU
18008register.
18009
18010The @var{name} parameter is the string by which the object can be
18011referenced. It must be unique. If @samp{-} is specified, the varobj
18012system will generate a string ``varNNNNNN'' automatically. It will be
18013unique provided that one does not specify @var{name} on that format.
18014The command fails if a duplicate name is found.
18015
18016The frame under which the expression should be evaluated can be
18017specified by @var{frame-addr}. A @samp{*} indicates that the current
18018frame should be used.
18019
18020@var{expression} is any expression valid on the current language set (must not
18021begin with a @samp{*}), or one of the following:
18022
18023@itemize @bullet
18024@item
18025@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
18026
18027@item
18028@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
18029
18030@item
18031@samp{$@var{regname}} --- a CPU register name
18032@end itemize
18033
18034@subsubheading Result
18035
18036This operation returns the name, number of children and the type of the
18037object created. Type is returned as a string as the ones generated by
18038the @value{GDBN} CLI:
18039
18040@smallexample
18041 name="@var{name}",numchild="N",type="@var{type}"
18042@end smallexample
18043
18044
18045@subheading The @code{-var-delete} Command
18046@findex -var-delete
18047
18048@subsubheading Synopsis
18049
18050@smallexample
18051 -var-delete @var{name}
18052@end smallexample
18053
18054Deletes a previously created variable object and all of its children.
18055
18056Returns an error if the object @var{name} is not found.
18057
18058
18059@subheading The @code{-var-set-format} Command
18060@findex -var-set-format
18061
18062@subsubheading Synopsis
18063
18064@smallexample
18065 -var-set-format @var{name} @var{format-spec}
18066@end smallexample
18067
18068Sets the output format for the value of the object @var{name} to be
18069@var{format-spec}.
18070
18071The syntax for the @var{format-spec} is as follows:
18072
18073@smallexample
18074 @var{format-spec} @expansion{}
18075 @{binary | decimal | hexadecimal | octal | natural@}
18076@end smallexample
18077
18078
18079@subheading The @code{-var-show-format} Command
18080@findex -var-show-format
18081
18082@subsubheading Synopsis
18083
18084@smallexample
18085 -var-show-format @var{name}
18086@end smallexample
18087
18088Returns the format used to display the value of the object @var{name}.
18089
18090@smallexample
18091 @var{format} @expansion{}
18092 @var{format-spec}
18093@end smallexample
18094
18095
18096@subheading The @code{-var-info-num-children} Command
18097@findex -var-info-num-children
18098
18099@subsubheading Synopsis
18100
18101@smallexample
18102 -var-info-num-children @var{name}
18103@end smallexample
18104
18105Returns the number of children of a variable object @var{name}:
18106
18107@smallexample
18108 numchild=@var{n}
18109@end smallexample
18110
18111
18112@subheading The @code{-var-list-children} Command
18113@findex -var-list-children
18114
18115@subsubheading Synopsis
18116
18117@smallexample
18118 -var-list-children @var{name}
18119@end smallexample
18120
18121Returns a list of the children of the specified variable object:
18122
18123@smallexample
18124 numchild=@var{n},children=[@{name=@var{name},
18125 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
18126@end smallexample
18127
18128
18129@subheading The @code{-var-info-type} Command
18130@findex -var-info-type
18131
18132@subsubheading Synopsis
18133
18134@smallexample
18135 -var-info-type @var{name}
18136@end smallexample
18137
18138Returns the type of the specified variable @var{name}. The type is
18139returned as a string in the same format as it is output by the
18140@value{GDBN} CLI:
18141
18142@smallexample
18143 type=@var{typename}
18144@end smallexample
18145
18146
18147@subheading The @code{-var-info-expression} Command
18148@findex -var-info-expression
18149
18150@subsubheading Synopsis
18151
18152@smallexample
18153 -var-info-expression @var{name}
18154@end smallexample
18155
18156Returns what is represented by the variable object @var{name}:
18157
18158@smallexample
18159 lang=@var{lang-spec},exp=@var{expression}
18160@end smallexample
18161
18162@noindent
18163where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
18164
18165@subheading The @code{-var-show-attributes} Command
18166@findex -var-show-attributes
18167
18168@subsubheading Synopsis
18169
18170@smallexample
18171 -var-show-attributes @var{name}
18172@end smallexample
18173
18174List attributes of the specified variable object @var{name}:
18175
18176@smallexample
18177 status=@var{attr} [ ( ,@var{attr} )* ]
18178@end smallexample
18179
18180@noindent
18181where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
18182
18183@subheading The @code{-var-evaluate-expression} Command
18184@findex -var-evaluate-expression
18185
18186@subsubheading Synopsis
18187
18188@smallexample
18189 -var-evaluate-expression @var{name}
18190@end smallexample
18191
18192Evaluates the expression that is represented by the specified variable
18193object and returns its value as a string in the current format specified
18194for the object:
18195
18196@smallexample
18197 value=@var{value}
18198@end smallexample
18199
18200Note that one must invoke @code{-var-list-children} for a variable
18201before the value of a child variable can be evaluated.
18202
18203@subheading The @code{-var-assign} Command
18204@findex -var-assign
18205
18206@subsubheading Synopsis
18207
18208@smallexample
18209 -var-assign @var{name} @var{expression}
18210@end smallexample
18211
18212Assigns the value of @var{expression} to the variable object specified
18213by @var{name}. The object must be @samp{editable}. If the variable's
18214value is altered by the assign, the variable will show up in any
18215subsequent @code{-var-update} list.
18216
18217@subsubheading Example
18218
18219@smallexample
18220(@value{GDBP})
18221-var-assign var1 3
18222^done,value="3"
18223(@value{GDBP})
18224-var-update *
18225^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
18226(@value{GDBP})
18227@end smallexample
18228
18229@subheading The @code{-var-update} Command
18230@findex -var-update
18231
18232@subsubheading Synopsis
18233
18234@smallexample
18235 -var-update @{@var{name} | "*"@}
18236@end smallexample
18237
18238Update the value of the variable object @var{name} by evaluating its
18239expression after fetching all the new values from memory or registers.
18240A @samp{*} causes all existing variable objects to be updated.
18241
18242
18243@node Annotations
18244@chapter @value{GDBN} Annotations
18245
086432e2
AC
18246This chapter describes annotations in @value{GDBN}. Annotations were
18247designed to interface @value{GDBN} to graphical user interfaces or other
18248similar programs which want to interact with @value{GDBN} at a
922fbb7b
AC
18249relatively high level.
18250
086432e2
AC
18251The annotation mechanism has largely been superseeded by @sc{gdb/mi}
18252(@pxref{GDB/MI}).
18253
922fbb7b
AC
18254@ignore
18255This is Edition @value{EDITION}, @value{DATE}.
18256@end ignore
18257
18258@menu
18259* Annotations Overview:: What annotations are; the general syntax.
18260* Server Prefix:: Issuing a command without affecting user state.
922fbb7b
AC
18261* Prompting:: Annotations marking @value{GDBN}'s need for input.
18262* Errors:: Annotations for error messages.
922fbb7b
AC
18263* Invalidation:: Some annotations describe things now invalid.
18264* Annotations for Running::
18265 Whether the program is running, how it stopped, etc.
18266* Source Annotations:: Annotations describing source code.
922fbb7b
AC
18267@end menu
18268
18269@node Annotations Overview
18270@section What is an Annotation?
18271@cindex annotations
18272
922fbb7b
AC
18273Annotations start with a newline character, two @samp{control-z}
18274characters, and the name of the annotation. If there is no additional
18275information associated with this annotation, the name of the annotation
18276is followed immediately by a newline. If there is additional
18277information, the name of the annotation is followed by a space, the
18278additional information, and a newline. The additional information
18279cannot contain newline characters.
18280
18281Any output not beginning with a newline and two @samp{control-z}
18282characters denotes literal output from @value{GDBN}. Currently there is
18283no need for @value{GDBN} to output a newline followed by two
18284@samp{control-z} characters, but if there was such a need, the
18285annotations could be extended with an @samp{escape} annotation which
18286means those three characters as output.
18287
086432e2
AC
18288The annotation @var{level}, which is specified using the
18289@option{--annotate} command line option (@pxref{Mode Options}), controls
18290how much information @value{GDBN} prints together with its prompt,
18291values of expressions, source lines, and other types of output. Level 0
18292is for no anntations, level 1 is for use when @value{GDBN} is run as a
18293subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
18294for programs that control @value{GDBN}, and level 2 annotations have
18295been made obsolete (@pxref{Limitations, , Limitations of the Annotation
18296Interface, annotate, GDB's Obsolete Annotations}). This chapter
18297describes level 3 annotations.
18298
922fbb7b
AC
18299A simple example of starting up @value{GDBN} with annotations is:
18300
18301@smallexample
086432e2
AC
18302$ @kbd{gdb --annotate=3}
18303GNU gdb 6.0
18304Copyright 2003 Free Software Foundation, Inc.
922fbb7b
AC
18305GDB is free software, covered by the GNU General Public License,
18306and you are welcome to change it and/or distribute copies of it
18307under certain conditions.
18308Type "show copying" to see the conditions.
18309There is absolutely no warranty for GDB. Type "show warranty"
18310for details.
086432e2 18311This GDB was configured as "i386-pc-linux-gnu"
922fbb7b
AC
18312
18313^Z^Zpre-prompt
18314(gdb)
18315^Z^Zprompt
086432e2 18316@kbd{quit}
922fbb7b
AC
18317
18318^Z^Zpost-prompt
18319$
18320@end smallexample
18321
18322Here @samp{quit} is input to @value{GDBN}; the rest is output from
18323@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
18324denotes a @samp{control-z} character) are annotations; the rest is
18325output from @value{GDBN}.
18326
18327@node Server Prefix
18328@section The Server Prefix
18329@cindex server prefix for annotations
18330
18331To issue a command to @value{GDBN} without affecting certain aspects of
18332the state which is seen by users, prefix it with @samp{server }. This
18333means that this command will not affect the command history, nor will it
18334affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
18335pressed on a line by itself.
18336
18337The server prefix does not affect the recording of values into the value
18338history; to print a value without recording it into the value history,
18339use the @code{output} command instead of the @code{print} command.
18340
922fbb7b
AC
18341@node Prompting
18342@section Annotation for @value{GDBN} Input
18343
18344@cindex annotations for prompts
18345When @value{GDBN} prompts for input, it annotates this fact so it is possible
18346to know when to send output, when the output from a given command is
18347over, etc.
18348
18349Different kinds of input each have a different @dfn{input type}. Each
18350input type has three annotations: a @code{pre-} annotation, which
18351denotes the beginning of any prompt which is being output, a plain
18352annotation, which denotes the end of the prompt, and then a @code{post-}
18353annotation which denotes the end of any echo which may (or may not) be
18354associated with the input. For example, the @code{prompt} input type
18355features the following annotations:
18356
18357@smallexample
18358^Z^Zpre-prompt
18359^Z^Zprompt
18360^Z^Zpost-prompt
18361@end smallexample
18362
18363The input types are
18364
18365@table @code
18366@findex pre-prompt
18367@findex prompt
18368@findex post-prompt
18369@item prompt
18370When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
18371
18372@findex pre-commands
18373@findex commands
18374@findex post-commands
18375@item commands
18376When @value{GDBN} prompts for a set of commands, like in the @code{commands}
18377command. The annotations are repeated for each command which is input.
18378
18379@findex pre-overload-choice
18380@findex overload-choice
18381@findex post-overload-choice
18382@item overload-choice
18383When @value{GDBN} wants the user to select between various overloaded functions.
18384
18385@findex pre-query
18386@findex query
18387@findex post-query
18388@item query
18389When @value{GDBN} wants the user to confirm a potentially dangerous operation.
18390
18391@findex pre-prompt-for-continue
18392@findex prompt-for-continue
18393@findex post-prompt-for-continue
18394@item prompt-for-continue
18395When @value{GDBN} is asking the user to press return to continue. Note: Don't
18396expect this to work well; instead use @code{set height 0} to disable
18397prompting. This is because the counting of lines is buggy in the
18398presence of annotations.
18399@end table
18400
18401@node Errors
18402@section Errors
18403@cindex annotations for errors, warnings and interrupts
18404
18405@findex quit
18406@smallexample
18407^Z^Zquit
18408@end smallexample
18409
18410This annotation occurs right before @value{GDBN} responds to an interrupt.
18411
18412@findex error
18413@smallexample
18414^Z^Zerror
18415@end smallexample
18416
18417This annotation occurs right before @value{GDBN} responds to an error.
18418
18419Quit and error annotations indicate that any annotations which @value{GDBN} was
18420in the middle of may end abruptly. For example, if a
18421@code{value-history-begin} annotation is followed by a @code{error}, one
18422cannot expect to receive the matching @code{value-history-end}. One
18423cannot expect not to receive it either, however; an error annotation
18424does not necessarily mean that @value{GDBN} is immediately returning all the way
18425to the top level.
18426
18427@findex error-begin
18428A quit or error annotation may be preceded by
18429
18430@smallexample
18431^Z^Zerror-begin
18432@end smallexample
18433
18434Any output between that and the quit or error annotation is the error
18435message.
18436
18437Warning messages are not yet annotated.
18438@c If we want to change that, need to fix warning(), type_error(),
18439@c range_error(), and possibly other places.
18440
922fbb7b
AC
18441@node Invalidation
18442@section Invalidation Notices
18443
18444@cindex annotations for invalidation messages
18445The following annotations say that certain pieces of state may have
18446changed.
18447
18448@table @code
18449@findex frames-invalid
18450@item ^Z^Zframes-invalid
18451
18452The frames (for example, output from the @code{backtrace} command) may
18453have changed.
18454
18455@findex breakpoints-invalid
18456@item ^Z^Zbreakpoints-invalid
18457
18458The breakpoints may have changed. For example, the user just added or
18459deleted a breakpoint.
18460@end table
18461
18462@node Annotations for Running
18463@section Running the Program
18464@cindex annotations for running programs
18465
18466@findex starting
18467@findex stopping
18468When the program starts executing due to a @value{GDBN} command such as
18469@code{step} or @code{continue},
18470
18471@smallexample
18472^Z^Zstarting
18473@end smallexample
18474
18475is output. When the program stops,
18476
18477@smallexample
18478^Z^Zstopped
18479@end smallexample
18480
18481is output. Before the @code{stopped} annotation, a variety of
18482annotations describe how the program stopped.
18483
18484@table @code
18485@findex exited
18486@item ^Z^Zexited @var{exit-status}
18487The program exited, and @var{exit-status} is the exit status (zero for
18488successful exit, otherwise nonzero).
18489
18490@findex signalled
18491@findex signal-name
18492@findex signal-name-end
18493@findex signal-string
18494@findex signal-string-end
18495@item ^Z^Zsignalled
18496The program exited with a signal. After the @code{^Z^Zsignalled}, the
18497annotation continues:
18498
18499@smallexample
18500@var{intro-text}
18501^Z^Zsignal-name
18502@var{name}
18503^Z^Zsignal-name-end
18504@var{middle-text}
18505^Z^Zsignal-string
18506@var{string}
18507^Z^Zsignal-string-end
18508@var{end-text}
18509@end smallexample
18510
18511@noindent
18512where @var{name} is the name of the signal, such as @code{SIGILL} or
18513@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
18514as @code{Illegal Instruction} or @code{Segmentation fault}.
18515@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
18516user's benefit and have no particular format.
18517
18518@findex signal
18519@item ^Z^Zsignal
18520The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
18521just saying that the program received the signal, not that it was
18522terminated with it.
18523
18524@findex breakpoint
18525@item ^Z^Zbreakpoint @var{number}
18526The program hit breakpoint number @var{number}.
18527
18528@findex watchpoint
18529@item ^Z^Zwatchpoint @var{number}
18530The program hit watchpoint number @var{number}.
18531@end table
18532
18533@node Source Annotations
18534@section Displaying Source
18535@cindex annotations for source display
18536
18537@findex source
18538The following annotation is used instead of displaying source code:
18539
18540@smallexample
18541^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
18542@end smallexample
18543
18544where @var{filename} is an absolute file name indicating which source
18545file, @var{line} is the line number within that file (where 1 is the
18546first line in the file), @var{character} is the character position
18547within the file (where 0 is the first character in the file) (for most
18548debug formats this will necessarily point to the beginning of a line),
18549@var{middle} is @samp{middle} if @var{addr} is in the middle of the
18550line, or @samp{beg} if @var{addr} is at the beginning of the line, and
18551@var{addr} is the address in the target program associated with the
18552source which is being displayed. @var{addr} is in the form @samp{0x}
18553followed by one or more lowercase hex digits (note that this does not
18554depend on the language).
18555
8e04817f
AC
18556@node GDB Bugs
18557@chapter Reporting Bugs in @value{GDBN}
18558@cindex bugs in @value{GDBN}
18559@cindex reporting bugs in @value{GDBN}
c906108c 18560
8e04817f 18561Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 18562
8e04817f
AC
18563Reporting a bug may help you by bringing a solution to your problem, or it
18564may not. But in any case the principal function of a bug report is to help
18565the entire community by making the next version of @value{GDBN} work better. Bug
18566reports are your contribution to the maintenance of @value{GDBN}.
c906108c 18567
8e04817f
AC
18568In order for a bug report to serve its purpose, you must include the
18569information that enables us to fix the bug.
c4555f82
SC
18570
18571@menu
8e04817f
AC
18572* Bug Criteria:: Have you found a bug?
18573* Bug Reporting:: How to report bugs
c4555f82
SC
18574@end menu
18575
8e04817f
AC
18576@node Bug Criteria
18577@section Have you found a bug?
18578@cindex bug criteria
c4555f82 18579
8e04817f 18580If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
18581
18582@itemize @bullet
8e04817f
AC
18583@cindex fatal signal
18584@cindex debugger crash
18585@cindex crash of debugger
c4555f82 18586@item
8e04817f
AC
18587If the debugger gets a fatal signal, for any input whatever, that is a
18588@value{GDBN} bug. Reliable debuggers never crash.
18589
18590@cindex error on valid input
18591@item
18592If @value{GDBN} produces an error message for valid input, that is a
18593bug. (Note that if you're cross debugging, the problem may also be
18594somewhere in the connection to the target.)
c4555f82 18595
8e04817f 18596@cindex invalid input
c4555f82 18597@item
8e04817f
AC
18598If @value{GDBN} does not produce an error message for invalid input,
18599that is a bug. However, you should note that your idea of
18600``invalid input'' might be our idea of ``an extension'' or ``support
18601for traditional practice''.
18602
18603@item
18604If you are an experienced user of debugging tools, your suggestions
18605for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
18606@end itemize
18607
8e04817f
AC
18608@node Bug Reporting
18609@section How to report bugs
18610@cindex bug reports
18611@cindex @value{GDBN} bugs, reporting
18612
18613A number of companies and individuals offer support for @sc{gnu} products.
18614If you obtained @value{GDBN} from a support organization, we recommend you
18615contact that organization first.
18616
18617You can find contact information for many support companies and
18618individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
18619distribution.
18620@c should add a web page ref...
18621
129188f6
AC
18622In any event, we also recommend that you submit bug reports for
18623@value{GDBN}. The prefered method is to submit them directly using
18624@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
18625page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
18626be used.
8e04817f
AC
18627
18628@strong{Do not send bug reports to @samp{info-gdb}, or to
18629@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
18630not want to receive bug reports. Those that do have arranged to receive
18631@samp{bug-gdb}.
18632
18633The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
18634serves as a repeater. The mailing list and the newsgroup carry exactly
18635the same messages. Often people think of posting bug reports to the
18636newsgroup instead of mailing them. This appears to work, but it has one
18637problem which can be crucial: a newsgroup posting often lacks a mail
18638path back to the sender. Thus, if we need to ask for more information,
18639we may be unable to reach you. For this reason, it is better to send
18640bug reports to the mailing list.
c4555f82 18641
8e04817f
AC
18642The fundamental principle of reporting bugs usefully is this:
18643@strong{report all the facts}. If you are not sure whether to state a
18644fact or leave it out, state it!
c4555f82 18645
8e04817f
AC
18646Often people omit facts because they think they know what causes the
18647problem and assume that some details do not matter. Thus, you might
18648assume that the name of the variable you use in an example does not matter.
18649Well, probably it does not, but one cannot be sure. Perhaps the bug is a
18650stray memory reference which happens to fetch from the location where that
18651name is stored in memory; perhaps, if the name were different, the contents
18652of that location would fool the debugger into doing the right thing despite
18653the bug. Play it safe and give a specific, complete example. That is the
18654easiest thing for you to do, and the most helpful.
c4555f82 18655
8e04817f
AC
18656Keep in mind that the purpose of a bug report is to enable us to fix the
18657bug. It may be that the bug has been reported previously, but neither
18658you nor we can know that unless your bug report is complete and
18659self-contained.
c4555f82 18660
8e04817f
AC
18661Sometimes people give a few sketchy facts and ask, ``Does this ring a
18662bell?'' Those bug reports are useless, and we urge everyone to
18663@emph{refuse to respond to them} except to chide the sender to report
18664bugs properly.
18665
18666To enable us to fix the bug, you should include all these things:
c4555f82
SC
18667
18668@itemize @bullet
18669@item
8e04817f
AC
18670The version of @value{GDBN}. @value{GDBN} announces it if you start
18671with no arguments; you can also print it at any time using @code{show
18672version}.
c4555f82 18673
8e04817f
AC
18674Without this, we will not know whether there is any point in looking for
18675the bug in the current version of @value{GDBN}.
c4555f82
SC
18676
18677@item
8e04817f
AC
18678The type of machine you are using, and the operating system name and
18679version number.
c4555f82
SC
18680
18681@item
8e04817f
AC
18682What compiler (and its version) was used to compile @value{GDBN}---e.g.
18683``@value{GCC}--2.8.1''.
c4555f82
SC
18684
18685@item
8e04817f
AC
18686What compiler (and its version) was used to compile the program you are
18687debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
18688C Compiler''. For GCC, you can say @code{gcc --version} to get this
18689information; for other compilers, see the documentation for those
18690compilers.
c4555f82 18691
8e04817f
AC
18692@item
18693The command arguments you gave the compiler to compile your example and
18694observe the bug. For example, did you use @samp{-O}? To guarantee
18695you will not omit something important, list them all. A copy of the
18696Makefile (or the output from make) is sufficient.
c4555f82 18697
8e04817f
AC
18698If we were to try to guess the arguments, we would probably guess wrong
18699and then we might not encounter the bug.
c4555f82 18700
8e04817f
AC
18701@item
18702A complete input script, and all necessary source files, that will
18703reproduce the bug.
c4555f82 18704
8e04817f
AC
18705@item
18706A description of what behavior you observe that you believe is
18707incorrect. For example, ``It gets a fatal signal.''
c4555f82 18708
8e04817f
AC
18709Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
18710will certainly notice it. But if the bug is incorrect output, we might
18711not notice unless it is glaringly wrong. You might as well not give us
18712a chance to make a mistake.
c4555f82 18713
8e04817f
AC
18714Even if the problem you experience is a fatal signal, you should still
18715say so explicitly. Suppose something strange is going on, such as, your
18716copy of @value{GDBN} is out of synch, or you have encountered a bug in
18717the C library on your system. (This has happened!) Your copy might
18718crash and ours would not. If you told us to expect a crash, then when
18719ours fails to crash, we would know that the bug was not happening for
18720us. If you had not told us to expect a crash, then we would not be able
18721to draw any conclusion from our observations.
c4555f82 18722
8e04817f
AC
18723@item
18724If you wish to suggest changes to the @value{GDBN} source, send us context
18725diffs. If you even discuss something in the @value{GDBN} source, refer to
18726it by context, not by line number.
c4555f82 18727
8e04817f
AC
18728The line numbers in our development sources will not match those in your
18729sources. Your line numbers would convey no useful information to us.
c4555f82 18730
8e04817f 18731@end itemize
c4555f82 18732
8e04817f 18733Here are some things that are not necessary:
c4555f82 18734
8e04817f
AC
18735@itemize @bullet
18736@item
18737A description of the envelope of the bug.
c4555f82 18738
8e04817f
AC
18739Often people who encounter a bug spend a lot of time investigating
18740which changes to the input file will make the bug go away and which
18741changes will not affect it.
c4555f82 18742
8e04817f
AC
18743This is often time consuming and not very useful, because the way we
18744will find the bug is by running a single example under the debugger
18745with breakpoints, not by pure deduction from a series of examples.
18746We recommend that you save your time for something else.
c4555f82 18747
8e04817f
AC
18748Of course, if you can find a simpler example to report @emph{instead}
18749of the original one, that is a convenience for us. Errors in the
18750output will be easier to spot, running under the debugger will take
18751less time, and so on.
c4555f82 18752
8e04817f
AC
18753However, simplification is not vital; if you do not want to do this,
18754report the bug anyway and send us the entire test case you used.
c4555f82 18755
8e04817f
AC
18756@item
18757A patch for the bug.
c4555f82 18758
8e04817f
AC
18759A patch for the bug does help us if it is a good one. But do not omit
18760the necessary information, such as the test case, on the assumption that
18761a patch is all we need. We might see problems with your patch and decide
18762to fix the problem another way, or we might not understand it at all.
c4555f82 18763
8e04817f
AC
18764Sometimes with a program as complicated as @value{GDBN} it is very hard to
18765construct an example that will make the program follow a certain path
18766through the code. If you do not send us the example, we will not be able
18767to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 18768
8e04817f
AC
18769And if we cannot understand what bug you are trying to fix, or why your
18770patch should be an improvement, we will not install it. A test case will
18771help us to understand.
c4555f82 18772
8e04817f
AC
18773@item
18774A guess about what the bug is or what it depends on.
c4555f82 18775
8e04817f
AC
18776Such guesses are usually wrong. Even we cannot guess right about such
18777things without first using the debugger to find the facts.
18778@end itemize
c4555f82 18779
8e04817f
AC
18780@c The readline documentation is distributed with the readline code
18781@c and consists of the two following files:
18782@c rluser.texinfo
18783@c inc-hist.texinfo
18784@c Use -I with makeinfo to point to the appropriate directory,
18785@c environment var TEXINPUTS with TeX.
18786@include rluser.texinfo
18787@include inc-hist.texinfo
c4555f82 18788
c4555f82 18789
8e04817f
AC
18790@node Formatting Documentation
18791@appendix Formatting Documentation
c4555f82 18792
8e04817f
AC
18793@cindex @value{GDBN} reference card
18794@cindex reference card
18795The @value{GDBN} 4 release includes an already-formatted reference card, ready
18796for printing with PostScript or Ghostscript, in the @file{gdb}
18797subdirectory of the main source directory@footnote{In
18798@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
18799release.}. If you can use PostScript or Ghostscript with your printer,
18800you can print the reference card immediately with @file{refcard.ps}.
c4555f82 18801
8e04817f
AC
18802The release also includes the source for the reference card. You
18803can format it, using @TeX{}, by typing:
c4555f82 18804
474c8240 18805@smallexample
8e04817f 18806make refcard.dvi
474c8240 18807@end smallexample
c4555f82 18808
8e04817f
AC
18809The @value{GDBN} reference card is designed to print in @dfn{landscape}
18810mode on US ``letter'' size paper;
18811that is, on a sheet 11 inches wide by 8.5 inches
18812high. You will need to specify this form of printing as an option to
18813your @sc{dvi} output program.
c4555f82 18814
8e04817f 18815@cindex documentation
c4555f82 18816
8e04817f
AC
18817All the documentation for @value{GDBN} comes as part of the machine-readable
18818distribution. The documentation is written in Texinfo format, which is
18819a documentation system that uses a single source file to produce both
18820on-line information and a printed manual. You can use one of the Info
18821formatting commands to create the on-line version of the documentation
18822and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 18823
8e04817f
AC
18824@value{GDBN} includes an already formatted copy of the on-line Info
18825version of this manual in the @file{gdb} subdirectory. The main Info
18826file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
18827subordinate files matching @samp{gdb.info*} in the same directory. If
18828necessary, you can print out these files, or read them with any editor;
18829but they are easier to read using the @code{info} subsystem in @sc{gnu}
18830Emacs or the standalone @code{info} program, available as part of the
18831@sc{gnu} Texinfo distribution.
c4555f82 18832
8e04817f
AC
18833If you want to format these Info files yourself, you need one of the
18834Info formatting programs, such as @code{texinfo-format-buffer} or
18835@code{makeinfo}.
c4555f82 18836
8e04817f
AC
18837If you have @code{makeinfo} installed, and are in the top level
18838@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
18839version @value{GDBVN}), you can make the Info file by typing:
c4555f82 18840
474c8240 18841@smallexample
8e04817f
AC
18842cd gdb
18843make gdb.info
474c8240 18844@end smallexample
c4555f82 18845
8e04817f
AC
18846If you want to typeset and print copies of this manual, you need @TeX{},
18847a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
18848Texinfo definitions file.
c4555f82 18849
8e04817f
AC
18850@TeX{} is a typesetting program; it does not print files directly, but
18851produces output files called @sc{dvi} files. To print a typeset
18852document, you need a program to print @sc{dvi} files. If your system
18853has @TeX{} installed, chances are it has such a program. The precise
18854command to use depends on your system; @kbd{lpr -d} is common; another
18855(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
18856require a file name without any extension or a @samp{.dvi} extension.
c4555f82 18857
8e04817f
AC
18858@TeX{} also requires a macro definitions file called
18859@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
18860written in Texinfo format. On its own, @TeX{} cannot either read or
18861typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
18862and is located in the @file{gdb-@var{version-number}/texinfo}
18863directory.
c4555f82 18864
8e04817f
AC
18865If you have @TeX{} and a @sc{dvi} printer program installed, you can
18866typeset and print this manual. First switch to the the @file{gdb}
18867subdirectory of the main source directory (for example, to
18868@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 18869
474c8240 18870@smallexample
8e04817f 18871make gdb.dvi
474c8240 18872@end smallexample
c4555f82 18873
8e04817f 18874Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 18875
8e04817f
AC
18876@node Installing GDB
18877@appendix Installing @value{GDBN}
18878@cindex configuring @value{GDBN}
18879@cindex installation
94e91d6d 18880@cindex configuring @value{GDBN}, and source tree subdirectories
c4555f82 18881
8e04817f
AC
18882@value{GDBN} comes with a @code{configure} script that automates the process
18883of preparing @value{GDBN} for installation; you can then use @code{make} to
18884build the @code{gdb} program.
18885@iftex
18886@c irrelevant in info file; it's as current as the code it lives with.
18887@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
18888look at the @file{README} file in the sources; we may have improved the
18889installation procedures since publishing this manual.}
18890@end iftex
c4555f82 18891
8e04817f
AC
18892The @value{GDBN} distribution includes all the source code you need for
18893@value{GDBN} in a single directory, whose name is usually composed by
18894appending the version number to @samp{gdb}.
c4555f82 18895
8e04817f
AC
18896For example, the @value{GDBN} version @value{GDBVN} distribution is in the
18897@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 18898
8e04817f
AC
18899@table @code
18900@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
18901script for configuring @value{GDBN} and all its supporting libraries
c4555f82 18902
8e04817f
AC
18903@item gdb-@value{GDBVN}/gdb
18904the source specific to @value{GDBN} itself
c4555f82 18905
8e04817f
AC
18906@item gdb-@value{GDBVN}/bfd
18907source for the Binary File Descriptor library
c906108c 18908
8e04817f
AC
18909@item gdb-@value{GDBVN}/include
18910@sc{gnu} include files
c906108c 18911
8e04817f
AC
18912@item gdb-@value{GDBVN}/libiberty
18913source for the @samp{-liberty} free software library
c906108c 18914
8e04817f
AC
18915@item gdb-@value{GDBVN}/opcodes
18916source for the library of opcode tables and disassemblers
c906108c 18917
8e04817f
AC
18918@item gdb-@value{GDBVN}/readline
18919source for the @sc{gnu} command-line interface
c906108c 18920
8e04817f
AC
18921@item gdb-@value{GDBVN}/glob
18922source for the @sc{gnu} filename pattern-matching subroutine
c906108c 18923
8e04817f
AC
18924@item gdb-@value{GDBVN}/mmalloc
18925source for the @sc{gnu} memory-mapped malloc package
18926@end table
c906108c 18927
8e04817f
AC
18928The simplest way to configure and build @value{GDBN} is to run @code{configure}
18929from the @file{gdb-@var{version-number}} source directory, which in
18930this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 18931
8e04817f
AC
18932First switch to the @file{gdb-@var{version-number}} source directory
18933if you are not already in it; then run @code{configure}. Pass the
18934identifier for the platform on which @value{GDBN} will run as an
18935argument.
c906108c 18936
8e04817f 18937For example:
c906108c 18938
474c8240 18939@smallexample
8e04817f
AC
18940cd gdb-@value{GDBVN}
18941./configure @var{host}
18942make
474c8240 18943@end smallexample
c906108c 18944
8e04817f
AC
18945@noindent
18946where @var{host} is an identifier such as @samp{sun4} or
18947@samp{decstation}, that identifies the platform where @value{GDBN} will run.
18948(You can often leave off @var{host}; @code{configure} tries to guess the
18949correct value by examining your system.)
c906108c 18950
8e04817f
AC
18951Running @samp{configure @var{host}} and then running @code{make} builds the
18952@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
18953libraries, then @code{gdb} itself. The configured source files, and the
18954binaries, are left in the corresponding source directories.
c906108c 18955
8e04817f
AC
18956@need 750
18957@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
18958system does not recognize this automatically when you run a different
18959shell, you may need to run @code{sh} on it explicitly:
c906108c 18960
474c8240 18961@smallexample
8e04817f 18962sh configure @var{host}
474c8240 18963@end smallexample
c906108c 18964
8e04817f
AC
18965If you run @code{configure} from a directory that contains source
18966directories for multiple libraries or programs, such as the
18967@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
18968creates configuration files for every directory level underneath (unless
18969you tell it not to, with the @samp{--norecursion} option).
18970
94e91d6d
MC
18971You should run the @code{configure} script from the top directory in the
18972source tree, the @file{gdb-@var{version-number}} directory. If you run
18973@code{configure} from one of the subdirectories, you will configure only
18974that subdirectory. That is usually not what you want. In particular,
18975if you run the first @code{configure} from the @file{gdb} subdirectory
18976of the @file{gdb-@var{version-number}} directory, you will omit the
18977configuration of @file{bfd}, @file{readline}, and other sibling
18978directories of the @file{gdb} subdirectory. This leads to build errors
18979about missing include files such as @file{bfd/bfd.h}.
c906108c 18980
8e04817f
AC
18981You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
18982However, you should make sure that the shell on your path (named by
18983the @samp{SHELL} environment variable) is publicly readable. Remember
18984that @value{GDBN} uses the shell to start your program---some systems refuse to
18985let @value{GDBN} debug child processes whose programs are not readable.
c906108c 18986
8e04817f
AC
18987@menu
18988* Separate Objdir:: Compiling @value{GDBN} in another directory
18989* Config Names:: Specifying names for hosts and targets
18990* Configure Options:: Summary of options for configure
18991@end menu
c906108c 18992
8e04817f
AC
18993@node Separate Objdir
18994@section Compiling @value{GDBN} in another directory
c906108c 18995
8e04817f
AC
18996If you want to run @value{GDBN} versions for several host or target machines,
18997you need a different @code{gdb} compiled for each combination of
18998host and target. @code{configure} is designed to make this easy by
18999allowing you to generate each configuration in a separate subdirectory,
19000rather than in the source directory. If your @code{make} program
19001handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
19002@code{make} in each of these directories builds the @code{gdb}
19003program specified there.
c906108c 19004
8e04817f
AC
19005To build @code{gdb} in a separate directory, run @code{configure}
19006with the @samp{--srcdir} option to specify where to find the source.
19007(You also need to specify a path to find @code{configure}
19008itself from your working directory. If the path to @code{configure}
19009would be the same as the argument to @samp{--srcdir}, you can leave out
19010the @samp{--srcdir} option; it is assumed.)
c906108c 19011
8e04817f
AC
19012For example, with version @value{GDBVN}, you can build @value{GDBN} in a
19013separate directory for a Sun 4 like this:
c906108c 19014
474c8240 19015@smallexample
8e04817f
AC
19016@group
19017cd gdb-@value{GDBVN}
19018mkdir ../gdb-sun4
19019cd ../gdb-sun4
19020../gdb-@value{GDBVN}/configure sun4
19021make
19022@end group
474c8240 19023@end smallexample
c906108c 19024
8e04817f
AC
19025When @code{configure} builds a configuration using a remote source
19026directory, it creates a tree for the binaries with the same structure
19027(and using the same names) as the tree under the source directory. In
19028the example, you'd find the Sun 4 library @file{libiberty.a} in the
19029directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
19030@file{gdb-sun4/gdb}.
c906108c 19031
94e91d6d
MC
19032Make sure that your path to the @file{configure} script has just one
19033instance of @file{gdb} in it. If your path to @file{configure} looks
19034like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
19035one subdirectory of @value{GDBN}, not the whole package. This leads to
19036build errors about missing include files such as @file{bfd/bfd.h}.
19037
8e04817f
AC
19038One popular reason to build several @value{GDBN} configurations in separate
19039directories is to configure @value{GDBN} for cross-compiling (where
19040@value{GDBN} runs on one machine---the @dfn{host}---while debugging
19041programs that run on another machine---the @dfn{target}).
19042You specify a cross-debugging target by
19043giving the @samp{--target=@var{target}} option to @code{configure}.
c906108c 19044
8e04817f
AC
19045When you run @code{make} to build a program or library, you must run
19046it in a configured directory---whatever directory you were in when you
19047called @code{configure} (or one of its subdirectories).
c906108c 19048
8e04817f
AC
19049The @code{Makefile} that @code{configure} generates in each source
19050directory also runs recursively. If you type @code{make} in a source
19051directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
19052directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
19053will build all the required libraries, and then build GDB.
c906108c 19054
8e04817f
AC
19055When you have multiple hosts or targets configured in separate
19056directories, you can run @code{make} on them in parallel (for example,
19057if they are NFS-mounted on each of the hosts); they will not interfere
19058with each other.
c906108c 19059
8e04817f
AC
19060@node Config Names
19061@section Specifying names for hosts and targets
c906108c 19062
8e04817f
AC
19063The specifications used for hosts and targets in the @code{configure}
19064script are based on a three-part naming scheme, but some short predefined
19065aliases are also supported. The full naming scheme encodes three pieces
19066of information in the following pattern:
c906108c 19067
474c8240 19068@smallexample
8e04817f 19069@var{architecture}-@var{vendor}-@var{os}
474c8240 19070@end smallexample
c906108c 19071
8e04817f
AC
19072For example, you can use the alias @code{sun4} as a @var{host} argument,
19073or as the value for @var{target} in a @code{--target=@var{target}}
19074option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 19075
8e04817f
AC
19076The @code{configure} script accompanying @value{GDBN} does not provide
19077any query facility to list all supported host and target names or
19078aliases. @code{configure} calls the Bourne shell script
19079@code{config.sub} to map abbreviations to full names; you can read the
19080script, if you wish, or you can use it to test your guesses on
19081abbreviations---for example:
c906108c 19082
8e04817f
AC
19083@smallexample
19084% sh config.sub i386-linux
19085i386-pc-linux-gnu
19086% sh config.sub alpha-linux
19087alpha-unknown-linux-gnu
19088% sh config.sub hp9k700
19089hppa1.1-hp-hpux
19090% sh config.sub sun4
19091sparc-sun-sunos4.1.1
19092% sh config.sub sun3
19093m68k-sun-sunos4.1.1
19094% sh config.sub i986v
19095Invalid configuration `i986v': machine `i986v' not recognized
19096@end smallexample
c906108c 19097
8e04817f
AC
19098@noindent
19099@code{config.sub} is also distributed in the @value{GDBN} source
19100directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 19101
8e04817f
AC
19102@node Configure Options
19103@section @code{configure} options
c906108c 19104
8e04817f
AC
19105Here is a summary of the @code{configure} options and arguments that
19106are most often useful for building @value{GDBN}. @code{configure} also has
19107several other options not listed here. @inforef{What Configure
19108Does,,configure.info}, for a full explanation of @code{configure}.
c906108c 19109
474c8240 19110@smallexample
8e04817f
AC
19111configure @r{[}--help@r{]}
19112 @r{[}--prefix=@var{dir}@r{]}
19113 @r{[}--exec-prefix=@var{dir}@r{]}
19114 @r{[}--srcdir=@var{dirname}@r{]}
19115 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
19116 @r{[}--target=@var{target}@r{]}
19117 @var{host}
474c8240 19118@end smallexample
c906108c 19119
8e04817f
AC
19120@noindent
19121You may introduce options with a single @samp{-} rather than
19122@samp{--} if you prefer; but you may abbreviate option names if you use
19123@samp{--}.
c906108c 19124
8e04817f
AC
19125@table @code
19126@item --help
19127Display a quick summary of how to invoke @code{configure}.
c906108c 19128
8e04817f
AC
19129@item --prefix=@var{dir}
19130Configure the source to install programs and files under directory
19131@file{@var{dir}}.
c906108c 19132
8e04817f
AC
19133@item --exec-prefix=@var{dir}
19134Configure the source to install programs under directory
19135@file{@var{dir}}.
c906108c 19136
8e04817f
AC
19137@c avoid splitting the warning from the explanation:
19138@need 2000
19139@item --srcdir=@var{dirname}
19140@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
19141@code{make} that implements the @code{VPATH} feature.}@*
19142Use this option to make configurations in directories separate from the
19143@value{GDBN} source directories. Among other things, you can use this to
19144build (or maintain) several configurations simultaneously, in separate
19145directories. @code{configure} writes configuration specific files in
19146the current directory, but arranges for them to use the source in the
19147directory @var{dirname}. @code{configure} creates directories under
19148the working directory in parallel to the source directories below
19149@var{dirname}.
c906108c 19150
8e04817f
AC
19151@item --norecursion
19152Configure only the directory level where @code{configure} is executed; do not
19153propagate configuration to subdirectories.
c906108c 19154
8e04817f
AC
19155@item --target=@var{target}
19156Configure @value{GDBN} for cross-debugging programs running on the specified
19157@var{target}. Without this option, @value{GDBN} is configured to debug
19158programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 19159
8e04817f 19160There is no convenient way to generate a list of all available targets.
c906108c 19161
8e04817f
AC
19162@item @var{host} @dots{}
19163Configure @value{GDBN} to run on the specified @var{host}.
c906108c 19164
8e04817f
AC
19165There is no convenient way to generate a list of all available hosts.
19166@end table
c906108c 19167
8e04817f
AC
19168There are many other options available as well, but they are generally
19169needed for special purposes only.
c906108c 19170
8e04817f
AC
19171@node Maintenance Commands
19172@appendix Maintenance Commands
19173@cindex maintenance commands
19174@cindex internal commands
c906108c 19175
8e04817f
AC
19176In addition to commands intended for @value{GDBN} users, @value{GDBN}
19177includes a number of commands intended for @value{GDBN} developers.
19178These commands are provided here for reference.
c906108c 19179
8e04817f
AC
19180@table @code
19181@kindex maint info breakpoints
19182@item @anchor{maint info breakpoints}maint info breakpoints
19183Using the same format as @samp{info breakpoints}, display both the
19184breakpoints you've set explicitly, and those @value{GDBN} is using for
19185internal purposes. Internal breakpoints are shown with negative
19186breakpoint numbers. The type column identifies what kind of breakpoint
19187is shown:
c906108c 19188
8e04817f
AC
19189@table @code
19190@item breakpoint
19191Normal, explicitly set breakpoint.
c906108c 19192
8e04817f
AC
19193@item watchpoint
19194Normal, explicitly set watchpoint.
c906108c 19195
8e04817f
AC
19196@item longjmp
19197Internal breakpoint, used to handle correctly stepping through
19198@code{longjmp} calls.
c906108c 19199
8e04817f
AC
19200@item longjmp resume
19201Internal breakpoint at the target of a @code{longjmp}.
c906108c 19202
8e04817f
AC
19203@item until
19204Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 19205
8e04817f
AC
19206@item finish
19207Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 19208
8e04817f
AC
19209@item shlib events
19210Shared library events.
c906108c 19211
8e04817f 19212@end table
c906108c 19213
8d30a00d
AC
19214@kindex maint internal-error
19215@kindex maint internal-warning
19216@item maint internal-error
19217@itemx maint internal-warning
19218Cause @value{GDBN} to call the internal function @code{internal_error}
19219or @code{internal_warning} and hence behave as though an internal error
19220or internal warning has been detected. In addition to reporting the
19221internal problem, these functions give the user the opportunity to
19222either quit @value{GDBN} or create a core file of the current
19223@value{GDBN} session.
19224
19225@smallexample
19226(gdb) @kbd{maint internal-error testing, 1, 2}
19227@dots{}/maint.c:121: internal-error: testing, 1, 2
19228A problem internal to GDB has been detected. Further
19229debugging may prove unreliable.
19230Quit this debugging session? (y or n) @kbd{n}
19231Create a core file? (y or n) @kbd{n}
19232(gdb)
19233@end smallexample
19234
19235Takes an optional parameter that is used as the text of the error or
19236warning message.
19237
00905d52
AC
19238@kindex maint print dummy-frames
19239@item maint print dummy-frames
19240
19241Prints the contents of @value{GDBN}'s internal dummy-frame stack.
19242
19243@smallexample
19244(gdb) @kbd{b add}
19245@dots{}
19246(gdb) @kbd{print add(2,3)}
19247Breakpoint 2, add (a=2, b=3) at @dots{}
1924858 return (a + b);
19249The program being debugged stopped while in a function called from GDB.
19250@dots{}
19251(gdb) @kbd{maint print dummy-frames}
192520x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
19253 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
19254 call_lo=0x01014000 call_hi=0x01014001
19255(gdb)
19256@end smallexample
19257
19258Takes an optional file parameter.
19259
0680b120
AC
19260@kindex maint print registers
19261@kindex maint print raw-registers
19262@kindex maint print cooked-registers
617073a9 19263@kindex maint print register-groups
0680b120
AC
19264@item maint print registers
19265@itemx maint print raw-registers
19266@itemx maint print cooked-registers
617073a9 19267@itemx maint print register-groups
0680b120
AC
19268Print @value{GDBN}'s internal register data structures.
19269
617073a9
AC
19270The command @code{maint print raw-registers} includes the contents of
19271the raw register cache; the command @code{maint print cooked-registers}
19272includes the (cooked) value of all registers; and the command
19273@code{maint print register-groups} includes the groups that each
19274register is a member of. @xref{Registers,, Registers, gdbint,
19275@value{GDBN} Internals}.
0680b120
AC
19276
19277Takes an optional file parameter.
19278
617073a9
AC
19279@kindex maint print reggroups
19280@item maint print reggroups
19281Print @value{GDBN}'s internal register group data structures.
19282
19283Takes an optional file parameter.
19284
19285@smallexample
19286(gdb) @kbd{maint print reggroups}
19287 Group Type
19288 general user
19289 float user
19290 all user
19291 vector user
19292 system user
19293 save internal
19294 restore internal
19295@end smallexample
19296
e7ba9c65
DJ
19297@kindex maint set profile
19298@kindex maint show profile
19299@cindex profiling GDB
19300@item maint set profile
19301@itemx maint show profile
19302Control profiling of @value{GDBN}.
19303
19304Profiling will be disabled until you use the @samp{maint set profile}
19305command to enable it. When you enable profiling, the system will begin
19306collecting timing and execution count data; when you disable profiling or
19307exit @value{GDBN}, the results will be written to a log file. Remember that
19308if you use profiling, @value{GDBN} will overwrite the profiling log file
19309(often called @file{gmon.out}). If you have a record of important profiling
19310data in a @file{gmon.out} file, be sure to move it to a safe location.
19311
19312Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
19313compiled with the @samp{-pg} compiler option.
19314
8e04817f 19315@end table
c906108c 19316
c906108c 19317
e0ce93ac 19318@node Remote Protocol
8e04817f 19319@appendix @value{GDBN} Remote Serial Protocol
c906108c 19320
ee2d5c50
AC
19321@menu
19322* Overview::
19323* Packets::
19324* Stop Reply Packets::
19325* General Query Packets::
19326* Register Packet Format::
19327* Examples::
0ce1b118 19328* File-I/O remote protocol extension::
ee2d5c50
AC
19329@end menu
19330
19331@node Overview
19332@section Overview
19333
8e04817f
AC
19334There may be occasions when you need to know something about the
19335protocol---for example, if there is only one serial port to your target
19336machine, you might want your program to do something special if it
19337recognizes a packet meant for @value{GDBN}.
c906108c 19338
d2c6833e 19339In the examples below, @samp{->} and @samp{<-} are used to indicate
8e04817f 19340transmitted and received data respectfully.
c906108c 19341
8e04817f
AC
19342@cindex protocol, @value{GDBN} remote serial
19343@cindex serial protocol, @value{GDBN} remote
19344@cindex remote serial protocol
19345All @value{GDBN} commands and responses (other than acknowledgments) are
19346sent as a @var{packet}. A @var{packet} is introduced with the character
19347@samp{$}, the actual @var{packet-data}, and the terminating character
19348@samp{#} followed by a two-digit @var{checksum}:
c906108c 19349
474c8240 19350@smallexample
8e04817f 19351@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 19352@end smallexample
8e04817f 19353@noindent
c906108c 19354
8e04817f
AC
19355@cindex checksum, for @value{GDBN} remote
19356@noindent
19357The two-digit @var{checksum} is computed as the modulo 256 sum of all
19358characters between the leading @samp{$} and the trailing @samp{#} (an
19359eight bit unsigned checksum).
c906108c 19360
8e04817f
AC
19361Implementors should note that prior to @value{GDBN} 5.0 the protocol
19362specification also included an optional two-digit @var{sequence-id}:
c906108c 19363
474c8240 19364@smallexample
8e04817f 19365@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 19366@end smallexample
c906108c 19367
8e04817f
AC
19368@cindex sequence-id, for @value{GDBN} remote
19369@noindent
19370That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
19371has never output @var{sequence-id}s. Stubs that handle packets added
19372since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 19373
8e04817f
AC
19374@cindex acknowledgment, for @value{GDBN} remote
19375When either the host or the target machine receives a packet, the first
19376response expected is an acknowledgment: either @samp{+} (to indicate
19377the package was received correctly) or @samp{-} (to request
19378retransmission):
c906108c 19379
474c8240 19380@smallexample
d2c6833e
AC
19381-> @code{$}@var{packet-data}@code{#}@var{checksum}
19382<- @code{+}
474c8240 19383@end smallexample
8e04817f 19384@noindent
53a5351d 19385
8e04817f
AC
19386The host (@value{GDBN}) sends @var{command}s, and the target (the
19387debugging stub incorporated in your program) sends a @var{response}. In
19388the case of step and continue @var{command}s, the response is only sent
19389when the operation has completed (the target has again stopped).
c906108c 19390
8e04817f
AC
19391@var{packet-data} consists of a sequence of characters with the
19392exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
19393exceptions).
c906108c 19394
8e04817f 19395Fields within the packet should be separated using @samp{,} @samp{;} or
ee2d5c50 19396@cindex remote protocol, field separator
8e04817f 19397@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 19398@sc{hex} with leading zeros suppressed.
c906108c 19399
8e04817f
AC
19400Implementors should note that prior to @value{GDBN} 5.0, the character
19401@samp{:} could not appear as the third character in a packet (as it
19402would potentially conflict with the @var{sequence-id}).
c906108c 19403
8e04817f
AC
19404Response @var{data} can be run-length encoded to save space. A @samp{*}
19405means that the next character is an @sc{ascii} encoding giving a repeat count
19406which stands for that many repetitions of the character preceding the
19407@samp{*}. The encoding is @code{n+29}, yielding a printable character
19408where @code{n >=3} (which is where rle starts to win). The printable
19409characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
19410value greater than 126 should not be used.
c906108c 19411
8e04817f
AC
19412Some remote systems have used a different run-length encoding mechanism
19413loosely refered to as the cisco encoding. Following the @samp{*}
19414character are two hex digits that indicate the size of the packet.
c906108c 19415
8e04817f 19416So:
474c8240 19417@smallexample
8e04817f 19418"@code{0* }"
474c8240 19419@end smallexample
8e04817f
AC
19420@noindent
19421means the same as "0000".
c906108c 19422
8e04817f
AC
19423The error response returned for some packets includes a two character
19424error number. That number is not well defined.
c906108c 19425
8e04817f
AC
19426For any @var{command} not supported by the stub, an empty response
19427(@samp{$#00}) should be returned. That way it is possible to extend the
19428protocol. A newer @value{GDBN} can tell if a packet is supported based
19429on that response.
c906108c 19430
8e04817f
AC
19431A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
19432@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
19433optional.
c906108c 19434
ee2d5c50
AC
19435@node Packets
19436@section Packets
19437
19438The following table provides a complete list of all currently defined
19439@var{command}s and their corresponding response @var{data}.
19440
19441@table @r
19442
19443@item @code{!} --- extended mode
19444@cindex @code{!} packet
19445
8e04817f
AC
19446Enable extended mode. In extended mode, the remote server is made
19447persistent. The @samp{R} packet is used to restart the program being
19448debugged.
ee2d5c50
AC
19449
19450Reply:
19451@table @samp
19452@item OK
8e04817f 19453The remote target both supports and has enabled extended mode.
ee2d5c50 19454@end table
c906108c 19455
ee2d5c50
AC
19456@item @code{?} --- last signal
19457@cindex @code{?} packet
c906108c 19458
ee2d5c50
AC
19459Indicate the reason the target halted. The reply is the same as for
19460step and continue.
c906108c 19461
ee2d5c50
AC
19462Reply:
19463@xref{Stop Reply Packets}, for the reply specifications.
19464
19465@item @code{a} --- reserved
19466
19467Reserved for future use.
19468
19469@item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
19470@cindex @code{A} packet
c906108c 19471
8e04817f
AC
19472Initialized @samp{argv[]} array passed into program. @var{arglen}
19473specifies the number of bytes in the hex encoded byte stream @var{arg}.
ee2d5c50
AC
19474See @code{gdbserver} for more details.
19475
19476Reply:
19477@table @samp
19478@item OK
19479@item E@var{NN}
19480@end table
19481
19482@item @code{b}@var{baud} --- set baud @strong{(deprecated)}
19483@cindex @code{b} packet
19484
19485Change the serial line speed to @var{baud}.
19486
19487JTC: @emph{When does the transport layer state change? When it's
19488received, or after the ACK is transmitted. In either case, there are
19489problems if the command or the acknowledgment packet is dropped.}
19490
19491Stan: @emph{If people really wanted to add something like this, and get
19492it working for the first time, they ought to modify ser-unix.c to send
19493some kind of out-of-band message to a specially-setup stub and have the
19494switch happen "in between" packets, so that from remote protocol's point
19495of view, nothing actually happened.}
19496
19497@item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
19498@cindex @code{B} packet
19499
8e04817f 19500Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
19501breakpoint at @var{addr}.
19502
19503This packet has been replaced by the @samp{Z} and @samp{z} packets
19504(@pxref{insert breakpoint or watchpoint packet}).
c906108c 19505
ee2d5c50
AC
19506@item @code{c}@var{addr} --- continue
19507@cindex @code{c} packet
19508
19509@var{addr} is address to resume. If @var{addr} is omitted, resume at
8e04817f 19510current address.
c906108c 19511
ee2d5c50
AC
19512Reply:
19513@xref{Stop Reply Packets}, for the reply specifications.
19514
19515@item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
19516@cindex @code{C} packet
19517
8e04817f
AC
19518Continue with signal @var{sig} (hex signal number). If
19519@code{;}@var{addr} is omitted, resume at same address.
c906108c 19520
ee2d5c50
AC
19521Reply:
19522@xref{Stop Reply Packets}, for the reply specifications.
c906108c 19523
ee2d5c50
AC
19524@item @code{d} --- toggle debug @strong{(deprecated)}
19525@cindex @code{d} packet
19526
19527Toggle debug flag.
19528
19529@item @code{D} --- detach
19530@cindex @code{D} packet
19531
19532Detach @value{GDBN} from the remote system. Sent to the remote target
07f31aa6 19533before @value{GDBN} disconnects via the @code{detach} command.
ee2d5c50
AC
19534
19535Reply:
19536@table @samp
19537@item @emph{no response}
8e04817f 19538@value{GDBN} does not check for any response after sending this packet.
ee2d5c50 19539@end table
c906108c 19540
ee2d5c50 19541@item @code{e} --- reserved
c906108c 19542
ee2d5c50 19543Reserved for future use.
c906108c 19544
ee2d5c50 19545@item @code{E} --- reserved
c906108c 19546
ee2d5c50 19547Reserved for future use.
c906108c 19548
ee2d5c50
AC
19549@item @code{f} --- reserved
19550
19551Reserved for future use.
19552
0ce1b118
CV
19553@item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
19554@cindex @code{F} packet
ee2d5c50 19555
0ce1b118
CV
19556This packet is send by @value{GDBN} as reply to a @code{F} request packet
19557sent by the target. This is part of the File-I/O protocol extension.
19558@xref{File-I/O remote protocol extension}, for the specification.
ee2d5c50
AC
19559
19560@item @code{g} --- read registers
19561@anchor{read registers packet}
19562@cindex @code{g} packet
19563
19564Read general registers.
19565
19566Reply:
19567@table @samp
19568@item @var{XX@dots{}}
8e04817f
AC
19569Each byte of register data is described by two hex digits. The bytes
19570with the register are transmitted in target byte order. The size of
19571each register and their position within the @samp{g} @var{packet} are
12c266ea
AC
19572determined by the @value{GDBN} internal macros
19573@var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros. The
19574specification of several standard @code{g} packets is specified below.
ee2d5c50
AC
19575@item E@var{NN}
19576for an error.
19577@end table
c906108c 19578
ee2d5c50
AC
19579@item @code{G}@var{XX@dots{}} --- write regs
19580@cindex @code{G} packet
c906108c 19581
ee2d5c50
AC
19582@xref{read registers packet}, for a description of the @var{XX@dots{}}
19583data.
19584
19585Reply:
19586@table @samp
19587@item OK
19588for success
19589@item E@var{NN}
19590for an error
19591@end table
19592
19593@item @code{h} --- reserved
19594
19595Reserved for future use.
19596
19597@item @code{H}@var{c}@var{t@dots{}} --- set thread
19598@cindex @code{H} packet
c906108c 19599
8e04817f 19600Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
ee2d5c50
AC
19601@samp{G}, et.al.). @var{c} depends on the operation to be performed: it
19602should be @samp{c} for step and continue operations, @samp{g} for other
19603operations. The thread designator @var{t@dots{}} may be -1, meaning all
19604the threads, a thread number, or zero which means pick any thread.
19605
19606Reply:
19607@table @samp
19608@item OK
19609for success
19610@item E@var{NN}
19611for an error
19612@end table
c906108c 19613
8e04817f
AC
19614@c FIXME: JTC:
19615@c 'H': How restrictive (or permissive) is the thread model. If a
19616@c thread is selected and stopped, are other threads allowed
19617@c to continue to execute? As I mentioned above, I think the
19618@c semantics of each command when a thread is selected must be
19619@c described. For example:
19620@c
19621@c 'g': If the stub supports threads and a specific thread is
19622@c selected, returns the register block from that thread;
19623@c otherwise returns current registers.
19624@c
19625@c 'G' If the stub supports threads and a specific thread is
19626@c selected, sets the registers of the register block of
19627@c that thread; otherwise sets current registers.
c906108c 19628
ee2d5c50
AC
19629@item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
19630@anchor{cycle step packet}
19631@cindex @code{i} packet
19632
8e04817f
AC
19633Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
19634present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
19635step starting at that address.
c906108c 19636
ee2d5c50
AC
19637@item @code{I} --- signal then cycle step @strong{(reserved)}
19638@cindex @code{I} packet
19639
19640@xref{step with signal packet}. @xref{cycle step packet}.
19641
19642@item @code{j} --- reserved
19643
19644Reserved for future use.
19645
19646@item @code{J} --- reserved
c906108c 19647
ee2d5c50 19648Reserved for future use.
c906108c 19649
ee2d5c50
AC
19650@item @code{k} --- kill request
19651@cindex @code{k} packet
c906108c 19652
ac282366 19653FIXME: @emph{There is no description of how to operate when a specific
ee2d5c50
AC
19654thread context has been selected (i.e.@: does 'k' kill only that
19655thread?)}.
c906108c 19656
ee2d5c50 19657@item @code{K} --- reserved
c906108c 19658
ee2d5c50
AC
19659Reserved for future use.
19660
19661@item @code{l} --- reserved
19662
19663Reserved for future use.
19664
19665@item @code{L} --- reserved
19666
19667Reserved for future use.
19668
19669@item @code{m}@var{addr}@code{,}@var{length} --- read memory
19670@cindex @code{m} packet
c906108c 19671
8e04817f 19672Read @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50 19673Neither @value{GDBN} nor the stub assume that sized memory transfers are
2e834e49 19674assumed using word aligned accesses. FIXME: @emph{A word aligned memory
8e04817f 19675transfer mechanism is needed.}
c906108c 19676
ee2d5c50
AC
19677Reply:
19678@table @samp
19679@item @var{XX@dots{}}
19680@var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
19681to read only part of the data. Neither @value{GDBN} nor the stub assume
2e834e49 19682that sized memory transfers are assumed using word aligned
ee2d5c50
AC
19683accesses. FIXME: @emph{A word aligned memory transfer mechanism is
19684needed.}
19685@item E@var{NN}
19686@var{NN} is errno
19687@end table
19688
19689@item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
19690@cindex @code{M} packet
19691
8e04817f 19692Write @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50
AC
19693@var{XX@dots{}} is the data.
19694
19695Reply:
19696@table @samp
19697@item OK
19698for success
19699@item E@var{NN}
8e04817f
AC
19700for an error (this includes the case where only part of the data was
19701written).
ee2d5c50 19702@end table
c906108c 19703
ee2d5c50 19704@item @code{n} --- reserved
c906108c 19705
ee2d5c50 19706Reserved for future use.
c906108c 19707
ee2d5c50 19708@item @code{N} --- reserved
c906108c 19709
ee2d5c50 19710Reserved for future use.
c906108c 19711
ee2d5c50
AC
19712@item @code{o} --- reserved
19713
19714Reserved for future use.
19715
19716@item @code{O} --- reserved
19717
19718Reserved for future use.
c906108c 19719
ee2d5c50
AC
19720@item @code{p}@var{n@dots{}} --- read reg @strong{(reserved)}
19721@cindex @code{p} packet
19722
19723@xref{write register packet}.
19724
19725Reply:
19726@table @samp
19727@item @var{r@dots{}.}
19728The hex encoded value of the register in target byte order.
19729@end table
19730
19731@item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
19732@anchor{write register packet}
19733@cindex @code{P} packet
19734
19735Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
8e04817f 19736digits for each byte in the register (target byte order).
c906108c 19737
ee2d5c50
AC
19738Reply:
19739@table @samp
19740@item OK
19741for success
19742@item E@var{NN}
19743for an error
19744@end table
19745
19746@item @code{q}@var{query} --- general query
19747@anchor{general query packet}
19748@cindex @code{q} packet
19749
19750Request info about @var{query}. In general @value{GDBN} queries have a
19751leading upper case letter. Custom vendor queries should use a company
19752prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
19753be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
19754that they match the full @var{query} name.
19755
19756Reply:
19757@table @samp
19758@item @var{XX@dots{}}
19759Hex encoded data from query. The reply can not be empty.
19760@item E@var{NN}
19761error reply
8e04817f 19762@item
ee2d5c50
AC
19763Indicating an unrecognized @var{query}.
19764@end table
19765
19766@item @code{Q}@var{var}@code{=}@var{val} --- general set
19767@cindex @code{Q} packet
19768
19769Set value of @var{var} to @var{val}.
19770
19771@xref{general query packet}, for a discussion of naming conventions.
c906108c 19772
ee2d5c50
AC
19773@item @code{r} --- reset @strong{(deprecated)}
19774@cindex @code{r} packet
c906108c 19775
8e04817f 19776Reset the entire system.
c906108c 19777
ee2d5c50
AC
19778@item @code{R}@var{XX} --- remote restart
19779@cindex @code{R} packet
19780
8e04817f
AC
19781Restart the program being debugged. @var{XX}, while needed, is ignored.
19782This packet is only available in extended mode.
ee2d5c50
AC
19783
19784Reply:
19785@table @samp
19786@item @emph{no reply}
8e04817f 19787The @samp{R} packet has no reply.
ee2d5c50
AC
19788@end table
19789
19790@item @code{s}@var{addr} --- step
19791@cindex @code{s} packet
c906108c 19792
8e04817f
AC
19793@var{addr} is address to resume. If @var{addr} is omitted, resume at
19794same address.
c906108c 19795
ee2d5c50
AC
19796Reply:
19797@xref{Stop Reply Packets}, for the reply specifications.
19798
19799@item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
19800@anchor{step with signal packet}
19801@cindex @code{S} packet
19802
8e04817f 19803Like @samp{C} but step not continue.
c906108c 19804
ee2d5c50
AC
19805Reply:
19806@xref{Stop Reply Packets}, for the reply specifications.
19807
19808@item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
19809@cindex @code{t} packet
19810
8e04817f 19811Search backwards starting at address @var{addr} for a match with pattern
ee2d5c50
AC
19812@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
19813@var{addr} must be at least 3 digits.
c906108c 19814
ee2d5c50
AC
19815@item @code{T}@var{XX} --- thread alive
19816@cindex @code{T} packet
c906108c 19817
ee2d5c50 19818Find out if the thread XX is alive.
c906108c 19819
ee2d5c50
AC
19820Reply:
19821@table @samp
19822@item OK
19823thread is still alive
19824@item E@var{NN}
19825thread is dead
19826@end table
19827
19828@item @code{u} --- reserved
19829
19830Reserved for future use.
19831
19832@item @code{U} --- reserved
19833
19834Reserved for future use.
19835
86d30acc 19836@item @code{v} --- verbose packet prefix
ee2d5c50 19837
86d30acc
DJ
19838Packets starting with @code{v} are identified by a multi-letter name,
19839up to the first @code{;} or @code{?} (or the end of the packet).
19840
19841@item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
19842@cindex @code{vCont} packet
19843
19844Resume the inferior. Different actions may be specified for each thread.
19845If an action is specified with no @var{tid}, then it is applied to any
19846threads that don't have a specific action specified; if no default action is
19847specified then other threads should remain stopped. Specifying multiple
19848default actions is an error; specifying no actions is also an error.
19849Thread IDs are specified in hexadecimal. Currently supported actions are:
19850
19851@table @code
19852@item c
19853Continue.
19854@item C@var{sig}
19855Continue with signal @var{sig}. @var{sig} should be two hex digits.
19856@item s
19857Step.
19858@item S@var{sig}
19859Step with signal @var{sig}. @var{sig} should be two hex digits.
19860@end table
19861
19862The optional @var{addr} argument normally associated with these packets is
19863not supported in @code{vCont}.
19864
19865Reply:
19866@xref{Stop Reply Packets}, for the reply specifications.
19867
19868@item @code{vCont?} --- extended resume query
19869@cindex @code{vCont?} packet
19870
19871Query support for the @code{vCont} packet.
19872
19873Reply:
19874@table @samp
19875@item @code{vCont}[;@var{action}]...
19876The @code{vCont} packet is supported. Each @var{action} is a supported
19877command in the @code{vCont} packet.
19878@item
19879The @code{vCont} packet is not supported.
19880@end table
ee2d5c50
AC
19881
19882@item @code{V} --- reserved
c906108c 19883
ee2d5c50 19884Reserved for future use.
c906108c 19885
ee2d5c50 19886@item @code{w} --- reserved
c906108c 19887
ee2d5c50 19888Reserved for future use.
c906108c 19889
ee2d5c50 19890@item @code{W} --- reserved
c906108c 19891
ee2d5c50 19892Reserved for future use.
c906108c 19893
ee2d5c50
AC
19894@item @code{x} --- reserved
19895
19896Reserved for future use.
19897
19898@item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
19899@cindex @code{X} packet
19900
19901@var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
19902is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
8e04817f 19903escaped using @code{0x7d}.
c906108c 19904
ee2d5c50
AC
19905Reply:
19906@table @samp
19907@item OK
19908for success
19909@item E@var{NN}
19910for an error
19911@end table
19912
19913@item @code{y} --- reserved
c906108c 19914
ee2d5c50 19915Reserved for future use.
c906108c 19916
ee2d5c50
AC
19917@item @code{Y} reserved
19918
19919Reserved for future use.
19920
2f870471
AC
19921@item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
19922@itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
19923@anchor{insert breakpoint or watchpoint packet}
ee2d5c50 19924@cindex @code{z} packet
2f870471 19925@cindex @code{Z} packets
ee2d5c50 19926
2f870471
AC
19927Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
19928watchpoint starting at address @var{address} and covering the next
19929@var{length} bytes.
ee2d5c50 19930
2f870471
AC
19931Each breakpoint and watchpoint packet @var{type} is documented
19932separately.
19933
512217c7
AC
19934@emph{Implementation notes: A remote target shall return an empty string
19935for an unrecognized breakpoint or watchpoint packet @var{type}. A
19936remote target shall support either both or neither of a given
2f870471
AC
19937@code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
19938avoid potential problems with duplicate packets, the operations should
19939be implemented in an idempotent way.}
19940
19941@item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
19942@item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
19943@cindex @code{z0} packet
19944@cindex @code{Z0} packet
19945
19946Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
19947@code{addr} of size @code{length}.
19948
19949A memory breakpoint is implemented by replacing the instruction at
19950@var{addr} with a software breakpoint or trap instruction. The
19951@code{length} is used by targets that indicates the size of the
19952breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
19953@sc{mips} can insert either a 2 or 4 byte breakpoint).
c906108c 19954
2f870471
AC
19955@emph{Implementation note: It is possible for a target to copy or move
19956code that contains memory breakpoints (e.g., when implementing
19957overlays). The behavior of this packet, in the presence of such a
19958target, is not defined.}
c906108c 19959
ee2d5c50
AC
19960Reply:
19961@table @samp
2f870471
AC
19962@item OK
19963success
19964@item
19965not supported
ee2d5c50
AC
19966@item E@var{NN}
19967for an error
2f870471
AC
19968@end table
19969
19970@item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
19971@item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
19972@cindex @code{z1} packet
19973@cindex @code{Z1} packet
19974
19975Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
19976address @code{addr} of size @code{length}.
19977
19978A hardware breakpoint is implemented using a mechanism that is not
19979dependant on being able to modify the target's memory.
19980
19981@emph{Implementation note: A hardware breakpoint is not affected by code
19982movement.}
19983
19984Reply:
19985@table @samp
ee2d5c50 19986@item OK
2f870471
AC
19987success
19988@item
19989not supported
19990@item E@var{NN}
19991for an error
19992@end table
19993
19994@item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
19995@item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
19996@cindex @code{z2} packet
19997@cindex @code{Z2} packet
19998
19999Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
20000
20001Reply:
20002@table @samp
20003@item OK
20004success
20005@item
20006not supported
20007@item E@var{NN}
20008for an error
20009@end table
20010
20011@item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
20012@item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
20013@cindex @code{z3} packet
20014@cindex @code{Z3} packet
20015
2e834e49 20016Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
2f870471
AC
20017
20018Reply:
20019@table @samp
20020@item OK
20021success
20022@item
20023not supported
20024@item E@var{NN}
20025for an error
20026@end table
20027
2e834e49
HPN
20028@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
20029@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
2f870471
AC
20030@cindex @code{z4} packet
20031@cindex @code{Z4} packet
20032
20033Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
20034
20035Reply:
20036@table @samp
20037@item OK
20038success
20039@item
20040not supported
20041@item E@var{NN}
20042for an error
ee2d5c50
AC
20043@end table
20044
20045@end table
c906108c 20046
ee2d5c50
AC
20047@node Stop Reply Packets
20048@section Stop Reply Packets
20049@cindex stop reply packets
c906108c 20050
8e04817f
AC
20051The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
20052receive any of the below as a reply. In the case of the @samp{C},
20053@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
20054when the target halts. In the below the exact meaning of @samp{signal
20055number} is poorly defined. In general one of the UNIX signal numbering
20056conventions is used.
c906108c 20057
ee2d5c50 20058@table @samp
c906108c 20059
ee2d5c50
AC
20060@item S@var{AA}
20061@var{AA} is the signal number
c906108c 20062
8e04817f 20063@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
20064@cindex @code{T} packet reply
20065
8e04817f
AC
20066@var{AA} = two hex digit signal number; @var{n...} = register number
20067(hex), @var{r...} = target byte ordered register contents, size defined
12c266ea
AC
20068by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
20069@var{r...} = thread process ID, this is a hex integer; @var{n...} =
20070(@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
20071address, this is a hex integer; @var{n...} = other string not starting
20072with valid hex digit. @value{GDBN} should ignore this @var{n...},
20073@var{r...} pair and go on to the next. This way we can extend the
20074protocol.
c906108c 20075
ee2d5c50
AC
20076@item W@var{AA}
20077
8e04817f 20078The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
20079applicable to certain targets.
20080
20081@item X@var{AA}
c906108c 20082
8e04817f 20083The process terminated with signal @var{AA}.
c906108c 20084
ee2d5c50
AC
20085@item N@var{AA};@var{t@dots{}};@var{d@dots{}};@var{b@dots{}} @strong{(obsolete)}
20086
20087@var{AA} = signal number; @var{t@dots{}} = address of symbol
20088@code{_start}; @var{d@dots{}} = base of data section; @var{b@dots{}} =
20089base of bss section. @emph{Note: only used by Cisco Systems targets.
20090The difference between this reply and the @samp{qOffsets} query is that
20091the @samp{N} packet may arrive spontaneously whereas the @samp{qOffsets}
20092is a query initiated by the host debugger.}
c906108c 20093
ee2d5c50 20094@item O@var{XX@dots{}}
c906108c 20095
ee2d5c50
AC
20096@var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
20097any time while the program is running and the debugger should continue
20098to wait for @samp{W}, @samp{T}, etc.
20099
0ce1b118
CV
20100@item F@var{call-id}@code{,}@var{parameter@dots{}}
20101
20102@var{call-id} is the identifier which says which host system call should
20103be called. This is just the name of the function. Translation into the
20104correct system call is only applicable as it's defined in @value{GDBN}.
20105@xref{File-I/O remote protocol extension}, for a list of implemented
20106system calls.
20107
20108@var{parameter@dots{}} is a list of parameters as defined for this very
20109system call.
20110
20111The target replies with this packet when it expects @value{GDBN} to call
20112a host system call on behalf of the target. @value{GDBN} replies with
20113an appropriate @code{F} packet and keeps up waiting for the next reply
20114packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
20115@samp{s} action is expected to be continued.
20116@xref{File-I/O remote protocol extension}, for more details.
20117
ee2d5c50
AC
20118@end table
20119
20120@node General Query Packets
20121@section General Query Packets
c906108c 20122
8e04817f 20123The following set and query packets have already been defined.
c906108c 20124
ee2d5c50 20125@table @r
c906108c 20126
ee2d5c50
AC
20127@item @code{q}@code{C} --- current thread
20128
20129Return the current thread id.
20130
20131Reply:
20132@table @samp
20133@item @code{QC}@var{pid}
8e04817f 20134Where @var{pid} is a HEX encoded 16 bit process id.
ee2d5c50
AC
20135@item *
20136Any other reply implies the old pid.
20137@end table
20138
20139@item @code{q}@code{fThreadInfo} -- all thread ids
20140
20141@code{q}@code{sThreadInfo}
c906108c 20142
8e04817f
AC
20143Obtain a list of active thread ids from the target (OS). Since there
20144may be too many active threads to fit into one reply packet, this query
20145works iteratively: it may require more than one query/reply sequence to
20146obtain the entire list of threads. The first query of the sequence will
20147be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
20148sequence will be the @code{qs}@code{ThreadInfo} query.
ee2d5c50
AC
20149
20150NOTE: replaces the @code{qL} query (see below).
20151
20152Reply:
20153@table @samp
20154@item @code{m}@var{id}
20155A single thread id
20156@item @code{m}@var{id},@var{id}@dots{}
20157a comma-separated list of thread ids
20158@item @code{l}
20159(lower case 'el') denotes end of list.
20160@end table
20161
20162In response to each query, the target will reply with a list of one or
20163more thread ids, in big-endian hex, separated by commas. @value{GDBN}
20164will respond to each reply with a request for more thread ids (using the
8e04817f
AC
20165@code{qs} form of the query), until the target responds with @code{l}
20166(lower-case el, for @code{'last'}).
c906108c 20167
ee2d5c50
AC
20168@item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
20169
20170Where @var{id} is a thread-id in big-endian hex. Obtain a printable
20171string description of a thread's attributes from the target OS. This
20172string may contain anything that the target OS thinks is interesting for
20173@value{GDBN} to tell the user about the thread. The string is displayed
20174in @value{GDBN}'s @samp{info threads} display. Some examples of
20175possible thread extra info strings are ``Runnable'', or ``Blocked on
20176Mutex''.
20177
20178Reply:
20179@table @samp
20180@item @var{XX@dots{}}
20181Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
20182the printable string containing the extra information about the thread's
8e04817f 20183attributes.
ee2d5c50
AC
20184@end table
20185
20186@item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
c906108c 20187
8e04817f
AC
20188Obtain thread information from RTOS. Where: @var{startflag} (one hex
20189digit) is one to indicate the first query and zero to indicate a
20190subsequent query; @var{threadcount} (two hex digits) is the maximum
20191number of threads the response packet can contain; and @var{nextthread}
20192(eight hex digits), for subsequent queries (@var{startflag} is zero), is
20193returned in the response as @var{argthread}.
ee2d5c50
AC
20194
20195NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
20196(see above).
20197
20198Reply:
20199@table @samp
20200@item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
8e04817f
AC
20201Where: @var{count} (two hex digits) is the number of threads being
20202returned; @var{done} (one hex digit) is zero to indicate more threads
20203and one indicates no further threads; @var{argthreadid} (eight hex
ee2d5c50
AC
20204digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
20205is a sequence of thread IDs from the target. @var{threadid} (eight hex
8e04817f 20206digits). See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 20207@end table
c906108c 20208
ee2d5c50
AC
20209@item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
20210
20211Reply:
20212@table @samp
20213@item @code{E}@var{NN}
20214An error (such as memory fault)
20215@item @code{C}@var{CRC32}
20216A 32 bit cyclic redundancy check of the specified memory region.
20217@end table
20218
20219@item @code{q}@code{Offsets} --- query sect offs
c906108c 20220
8e04817f
AC
20221Get section offsets that the target used when re-locating the downloaded
20222image. @emph{Note: while a @code{Bss} offset is included in the
20223response, @value{GDBN} ignores this and instead applies the @code{Data}
20224offset to the @code{Bss} section.}
c906108c 20225
ee2d5c50
AC
20226Reply:
20227@table @samp
20228@item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
20229@end table
20230
20231@item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
20232
8e04817f
AC
20233Returns information on @var{threadid}. Where: @var{mode} is a hex
20234encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
ee2d5c50
AC
20235
20236Reply:
20237@table @samp
20238@item *
20239@end table
20240
8e04817f 20241See @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 20242
ee2d5c50
AC
20243@item @code{q}@code{Rcmd,}@var{command} --- remote command
20244
20245@var{command} (hex encoded) is passed to the local interpreter for
8e04817f
AC
20246execution. Invalid commands should be reported using the output string.
20247Before the final result packet, the target may also respond with a
ee2d5c50
AC
20248number of intermediate @code{O}@var{output} console output packets.
20249@emph{Implementors should note that providing access to a stubs's
20250interpreter may have security implications}.
20251
20252Reply:
20253@table @samp
20254@item OK
8e04817f 20255A command response with no output.
ee2d5c50 20256@item @var{OUTPUT}
8e04817f 20257A command response with the hex encoded output string @var{OUTPUT}.
ee2d5c50 20258@item @code{E}@var{NN}
8e04817f 20259Indicate a badly formed request.
ee2d5c50 20260@item @samp{}
8e04817f 20261When @samp{q}@samp{Rcmd} is not recognized.
ee2d5c50
AC
20262@end table
20263
20264@item @code{qSymbol::} --- symbol lookup
c906108c 20265
8e04817f
AC
20266Notify the target that @value{GDBN} is prepared to serve symbol lookup
20267requests. Accept requests from the target for the values of symbols.
ee2d5c50
AC
20268
20269Reply:
20270@table @samp
20271@item @code{OK}
8e04817f 20272The target does not need to look up any (more) symbols.
ee2d5c50
AC
20273@item @code{qSymbol:}@var{sym_name}
20274The target requests the value of symbol @var{sym_name} (hex encoded).
20275@value{GDBN} may provide the value by using the
20276@code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
20277@end table
20278
20279@item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
20280
20281Set the value of @var{sym_name} to @var{sym_value}.
20282
20283@var{sym_name} (hex encoded) is the name of a symbol whose value the
20284target has previously requested.
20285
20286@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
20287@value{GDBN} cannot supply a value for @var{sym_name}, then this field
20288will be empty.
20289
20290Reply:
20291@table @samp
20292@item @code{OK}
8e04817f 20293The target does not need to look up any (more) symbols.
ee2d5c50
AC
20294@item @code{qSymbol:}@var{sym_name}
20295The target requests the value of a new symbol @var{sym_name} (hex
20296encoded). @value{GDBN} will continue to supply the values of symbols
20297(if available), until the target ceases to request them.
20298@end table
eb12ee30 20299
ee2d5c50
AC
20300@end table
20301
20302@node Register Packet Format
20303@section Register Packet Format
eb12ee30 20304
8e04817f 20305The following @samp{g}/@samp{G} packets have previously been defined.
ee2d5c50
AC
20306In the below, some thirty-two bit registers are transferred as
20307sixty-four bits. Those registers should be zero/sign extended (which?)
20308to fill the space allocated. Register bytes are transfered in target
20309byte order. The two nibbles within a register byte are transfered
20310most-significant - least-significant.
eb12ee30 20311
ee2d5c50 20312@table @r
eb12ee30 20313
8e04817f 20314@item MIPS32
ee2d5c50 20315
8e04817f
AC
20316All registers are transfered as thirty-two bit quantities in the order:
2031732 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
20318registers; fsr; fir; fp.
eb12ee30 20319
8e04817f 20320@item MIPS64
ee2d5c50 20321
8e04817f
AC
20322All registers are transfered as sixty-four bit quantities (including
20323thirty-two bit registers such as @code{sr}). The ordering is the same
20324as @code{MIPS32}.
eb12ee30 20325
ee2d5c50
AC
20326@end table
20327
20328@node Examples
20329@section Examples
eb12ee30 20330
8e04817f
AC
20331Example sequence of a target being re-started. Notice how the restart
20332does not get any direct output:
eb12ee30 20333
474c8240 20334@smallexample
d2c6833e
AC
20335-> @code{R00}
20336<- @code{+}
8e04817f 20337@emph{target restarts}
d2c6833e 20338-> @code{?}
8e04817f 20339<- @code{+}
d2c6833e
AC
20340<- @code{T001:1234123412341234}
20341-> @code{+}
474c8240 20342@end smallexample
eb12ee30 20343
8e04817f 20344Example sequence of a target being stepped by a single instruction:
eb12ee30 20345
474c8240 20346@smallexample
d2c6833e 20347-> @code{G1445@dots{}}
8e04817f 20348<- @code{+}
d2c6833e
AC
20349-> @code{s}
20350<- @code{+}
20351@emph{time passes}
20352<- @code{T001:1234123412341234}
8e04817f 20353-> @code{+}
d2c6833e 20354-> @code{g}
8e04817f 20355<- @code{+}
d2c6833e
AC
20356<- @code{1455@dots{}}
20357-> @code{+}
474c8240 20358@end smallexample
eb12ee30 20359
0ce1b118
CV
20360@node File-I/O remote protocol extension
20361@section File-I/O remote protocol extension
20362@cindex File-I/O remote protocol extension
20363
20364@menu
20365* File-I/O Overview::
20366* Protocol basics::
20367* The `F' request packet::
20368* The `F' reply packet::
20369* Memory transfer::
20370* The Ctrl-C message::
20371* Console I/O::
20372* The isatty call::
20373* The system call::
20374* List of supported calls::
20375* Protocol specific representation of datatypes::
20376* Constants::
20377* File-I/O Examples::
20378@end menu
20379
20380@node File-I/O Overview
20381@subsection File-I/O Overview
20382@cindex file-i/o overview
20383
20384The File I/O remote protocol extension (short: File-I/O) allows the
20385target to use the hosts file system and console I/O when calling various
20386system calls. System calls on the target system are translated into a
20387remote protocol packet to the host system which then performs the needed
20388actions and returns with an adequate response packet to the target system.
20389This simulates file system operations even on targets that lack file systems.
20390
20391The protocol is defined host- and target-system independent. It uses
20392it's own independent representation of datatypes and values. Both,
20393@value{GDBN} and the target's @value{GDBN} stub are responsible for
20394translating the system dependent values into the unified protocol values
20395when data is transmitted.
20396
20397The communication is synchronous. A system call is possible only
20398when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
20399packets. While @value{GDBN} handles the request for a system call,
20400the target is stopped to allow deterministic access to the target's
20401memory. Therefore File-I/O is not interuptible by target signals. It
20402is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
20403
20404The target's request to perform a host system call does not finish
20405the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
20406after finishing the system call, the target returns to continuing the
20407previous activity (continue, step). No additional continue or step
20408request from @value{GDBN} is required.
20409
20410@smallexample
20411(gdb) continue
20412 <- target requests 'system call X'
20413 target is stopped, @value{GDBN} executes system call
20414 -> GDB returns result
20415 ... target continues, GDB returns to wait for the target
20416 <- target hits breakpoint and sends a Txx packet
20417@end smallexample
20418
20419The protocol is only used for files on the host file system and
20420for I/O on the console. Character or block special devices, pipes,
20421named pipes or sockets or any other communication method on the host
20422system are not supported by this protocol.
20423
20424@node Protocol basics
20425@subsection Protocol basics
20426@cindex protocol basics, file-i/o
20427
20428The File-I/O protocol uses the @code{F} packet, as request as well
20429as as reply packet. Since a File-I/O system call can only occur when
20430@value{GDBN} is waiting for the continuing or stepping target, the
20431File-I/O request is a reply that @value{GDBN} has to expect as a result
20432of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
20433This @code{F} packet contains all information needed to allow @value{GDBN}
20434to call the appropriate host system call:
20435
20436@itemize @bullet
20437@item
20438A unique identifier for the requested system call.
20439
20440@item
20441All parameters to the system call. Pointers are given as addresses
20442in the target memory address space. Pointers to strings are given as
20443pointer/length pair. Numerical values are given as they are.
20444Numerical control values are given in a protocol specific representation.
20445
20446@end itemize
20447
20448At that point @value{GDBN} has to perform the following actions.
20449
20450@itemize @bullet
20451@item
20452If parameter pointer values are given, which point to data needed as input
20453to a system call, @value{GDBN} requests this data from the target with a
20454standard @code{m} packet request. This additional communication has to be
20455expected by the target implementation and is handled as any other @code{m}
20456packet.
20457
20458@item
20459@value{GDBN} translates all value from protocol representation to host
20460representation as needed. Datatypes are coerced into the host types.
20461
20462@item
20463@value{GDBN} calls the system call
20464
20465@item
20466It then coerces datatypes back to protocol representation.
20467
20468@item
20469If pointer parameters in the request packet point to buffer space in which
20470a system call is expected to copy data to, the data is transmitted to the
20471target using a @code{M} or @code{X} packet. This packet has to be expected
20472by the target implementation and is handled as any other @code{M} or @code{X}
20473packet.
20474
20475@end itemize
20476
20477Eventually @value{GDBN} replies with another @code{F} packet which contains all
20478necessary information for the target to continue. This at least contains
20479
20480@itemize @bullet
20481@item
20482Return value.
20483
20484@item
20485@code{errno}, if has been changed by the system call.
20486
20487@item
20488``Ctrl-C'' flag.
20489
20490@end itemize
20491
20492After having done the needed type and value coercion, the target continues
20493the latest continue or step action.
20494
20495@node The `F' request packet
20496@subsection The @code{F} request packet
20497@cindex file-i/o request packet
20498@cindex @code{F} request packet
20499
20500The @code{F} request packet has the following format:
20501
20502@table @samp
20503
20504@smallexample
20505@code{F}@var{call-id}@code{,}@var{parameter@dots{}}
20506@end smallexample
20507
20508@var{call-id} is the identifier to indicate the host system call to be called.
20509This is just the name of the function.
20510
20511@var{parameter@dots{}} are the parameters to the system call.
20512
20513@end table
20514
20515Parameters are hexadecimal integer values, either the real values in case
20516of scalar datatypes, as pointers to target buffer space in case of compound
20517datatypes and unspecified memory areas or as pointer/length pairs in case
20518of string parameters. These are appended to the call-id, each separated
20519from its predecessor by a comma. All values are transmitted in ASCII
20520string representation, pointer/length pairs separated by a slash.
20521
20522@node The `F' reply packet
20523@subsection The @code{F} reply packet
20524@cindex file-i/o reply packet
20525@cindex @code{F} reply packet
20526
20527The @code{F} reply packet has the following format:
20528
20529@table @samp
20530
20531@smallexample
20532@code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
20533@end smallexample
20534
20535@var{retcode} is the return code of the system call as hexadecimal value.
20536
20537@var{errno} is the errno set by the call, in protocol specific representation.
20538This parameter can be omitted if the call was successful.
20539
20540@var{Ctrl-C flag} is only send if the user requested a break. In this
20541case, @var{errno} must be send as well, even if the call was successful.
20542The @var{Ctrl-C flag} itself consists of the character 'C':
20543
20544@smallexample
20545F0,0,C
20546@end smallexample
20547
20548@noindent
20549or, if the call was interupted before the host call has been performed:
20550
20551@smallexample
20552F-1,4,C
20553@end smallexample
20554
20555@noindent
20556assuming 4 is the protocol specific representation of @code{EINTR}.
20557
20558@end table
20559
20560@node Memory transfer
20561@subsection Memory transfer
20562@cindex memory transfer, in file-i/o protocol
20563
20564Structured data which is transferred using a memory read or write as e.g.@:
20565a @code{struct stat} is expected to be in a protocol specific format with
20566all scalar multibyte datatypes being big endian. This should be done by
20567the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
20568it transfers memory to the target. Transferred pointers to structured
20569data should point to the already coerced data at any time.
20570
20571@node The Ctrl-C message
20572@subsection The Ctrl-C message
20573@cindex ctrl-c message, in file-i/o protocol
20574
20575A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
20576reply packet. In this case the target should behave, as if it had
20577gotten a break message. The meaning for the target is ``system call
20578interupted by @code{SIGINT}''. Consequentially, the target should actually stop
20579(as with a break message) and return to @value{GDBN} with a @code{T02}
20580packet. In this case, it's important for the target to know, in which
20581state the system call was interrupted. Since this action is by design
20582not an atomic operation, we have to differ between two cases:
20583
20584@itemize @bullet
20585@item
20586The system call hasn't been performed on the host yet.
20587
20588@item
20589The system call on the host has been finished.
20590
20591@end itemize
20592
20593These two states can be distinguished by the target by the value of the
20594returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
20595call hasn't been performed. This is equivalent to the @code{EINTR} handling
20596on POSIX systems. In any other case, the target may presume that the
20597system call has been finished --- successful or not --- and should behave
20598as if the break message arrived right after the system call.
20599
20600@value{GDBN} must behave reliable. If the system call has not been called
20601yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
20602@code{errno} in the packet. If the system call on the host has been finished
20603before the user requests a break, the full action must be finshed by
20604@value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
20605The @code{F} packet may only be send when either nothing has happened
20606or the full action has been completed.
20607
20608@node Console I/O
20609@subsection Console I/O
20610@cindex console i/o as part of file-i/o
20611
20612By default and if not explicitely closed by the target system, the file
20613descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
20614on the @value{GDBN} console is handled as any other file output operation
20615(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
20616by @value{GDBN} so that after the target read request from file descriptor
206170 all following typing is buffered until either one of the following
20618conditions is met:
20619
20620@itemize @bullet
20621@item
20622The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
20623@code{read}
20624system call is treated as finished.
20625
20626@item
20627The user presses @kbd{Enter}. This is treated as end of input with a trailing
20628line feed.
20629
20630@item
20631The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
20632character, especially no Ctrl-D is appended to the input.
20633
20634@end itemize
20635
20636If the user has typed more characters as fit in the buffer given to
20637the read call, the trailing characters are buffered in @value{GDBN} until
20638either another @code{read(0, @dots{})} is requested by the target or debugging
20639is stopped on users request.
20640
20641@node The isatty call
20642@subsection The isatty(3) call
20643@cindex isatty call, file-i/o protocol
20644
20645A special case in this protocol is the library call @code{isatty} which
20646is implemented as it's own call inside of this protocol. It returns
206471 to the target if the file descriptor given as parameter is attached
20648to the @value{GDBN} console, 0 otherwise. Implementing through system calls
20649would require implementing @code{ioctl} and would be more complex than
20650needed.
20651
20652@node The system call
20653@subsection The system(3) call
20654@cindex system call, file-i/o protocol
20655
20656The other special case in this protocol is the @code{system} call which
20657is implemented as it's own call, too. @value{GDBN} is taking over the full
20658task of calling the necessary host calls to perform the @code{system}
20659call. The return value of @code{system} is simplified before it's returned
20660to the target. Basically, the only signal transmitted back is @code{EINTR}
20661in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
20662entirely of the exit status of the called command.
20663
20664Due to security concerns, the @code{system} call is refused to be called
20665by @value{GDBN} by default. The user has to allow this call explicitly by
20666entering
20667
20668@table @samp
20669@kindex set remote system-call-allowed 1
20670@item @code{set remote system-call-allowed 1}
20671@end table
20672
20673Disabling the @code{system} call is done by
20674
20675@table @samp
20676@kindex set remote system-call-allowed 0
20677@item @code{set remote system-call-allowed 0}
20678@end table
20679
20680The current setting is shown by typing
20681
20682@table @samp
20683@kindex show remote system-call-allowed
20684@item @code{show remote system-call-allowed}
20685@end table
20686
20687@node List of supported calls
20688@subsection List of supported calls
20689@cindex list of supported file-i/o calls
20690
20691@menu
20692* open::
20693* close::
20694* read::
20695* write::
20696* lseek::
20697* rename::
20698* unlink::
20699* stat/fstat::
20700* gettimeofday::
20701* isatty::
20702* system::
20703@end menu
20704
20705@node open
20706@unnumberedsubsubsec open
20707@cindex open, file-i/o system call
20708
20709@smallexample
20710@exdent Synopsis:
20711int open(const char *pathname, int flags);
20712int open(const char *pathname, int flags, mode_t mode);
20713
20714@exdent Request:
20715Fopen,pathptr/len,flags,mode
20716@end smallexample
20717
20718@noindent
20719@code{flags} is the bitwise or of the following values:
20720
20721@table @code
20722@item O_CREAT
20723If the file does not exist it will be created. The host
20724rules apply as far as file ownership and time stamps
20725are concerned.
20726
20727@item O_EXCL
20728When used with O_CREAT, if the file already exists it is
20729an error and open() fails.
20730
20731@item O_TRUNC
20732If the file already exists and the open mode allows
20733writing (O_RDWR or O_WRONLY is given) it will be
20734truncated to length 0.
20735
20736@item O_APPEND
20737The file is opened in append mode.
20738
20739@item O_RDONLY
20740The file is opened for reading only.
20741
20742@item O_WRONLY
20743The file is opened for writing only.
20744
20745@item O_RDWR
20746The file is opened for reading and writing.
20747
20748@noindent
20749Each other bit is silently ignored.
20750
20751@end table
20752
20753@noindent
20754@code{mode} is the bitwise or of the following values:
20755
20756@table @code
20757@item S_IRUSR
20758User has read permission.
20759
20760@item S_IWUSR
20761User has write permission.
20762
20763@item S_IRGRP
20764Group has read permission.
20765
20766@item S_IWGRP
20767Group has write permission.
20768
20769@item S_IROTH
20770Others have read permission.
20771
20772@item S_IWOTH
20773Others have write permission.
20774
20775@noindent
20776Each other bit is silently ignored.
20777
20778@end table
20779
20780@smallexample
20781@exdent Return value:
20782open returns the new file descriptor or -1 if an error
20783occured.
20784
20785@exdent Errors:
20786@end smallexample
20787
20788@table @code
20789@item EEXIST
20790pathname already exists and O_CREAT and O_EXCL were used.
20791
20792@item EISDIR
20793pathname refers to a directory.
20794
20795@item EACCES
20796The requested access is not allowed.
20797
20798@item ENAMETOOLONG
20799pathname was too long.
20800
20801@item ENOENT
20802A directory component in pathname does not exist.
20803
20804@item ENODEV
20805pathname refers to a device, pipe, named pipe or socket.
20806
20807@item EROFS
20808pathname refers to a file on a read-only filesystem and
20809write access was requested.
20810
20811@item EFAULT
20812pathname is an invalid pointer value.
20813
20814@item ENOSPC
20815No space on device to create the file.
20816
20817@item EMFILE
20818The process already has the maximum number of files open.
20819
20820@item ENFILE
20821The limit on the total number of files open on the system
20822has been reached.
20823
20824@item EINTR
20825The call was interrupted by the user.
20826@end table
20827
20828@node close
20829@unnumberedsubsubsec close
20830@cindex close, file-i/o system call
20831
20832@smallexample
20833@exdent Synopsis:
20834int close(int fd);
20835
20836@exdent Request:
20837Fclose,fd
20838
20839@exdent Return value:
20840close returns zero on success, or -1 if an error occurred.
20841
20842@exdent Errors:
20843@end smallexample
20844
20845@table @code
20846@item EBADF
20847fd isn't a valid open file descriptor.
20848
20849@item EINTR
20850The call was interrupted by the user.
20851@end table
20852
20853@node read
20854@unnumberedsubsubsec read
20855@cindex read, file-i/o system call
20856
20857@smallexample
20858@exdent Synopsis:
20859int read(int fd, void *buf, unsigned int count);
20860
20861@exdent Request:
20862Fread,fd,bufptr,count
20863
20864@exdent Return value:
20865On success, the number of bytes read is returned.
20866Zero indicates end of file. If count is zero, read
20867returns zero as well. On error, -1 is returned.
20868
20869@exdent Errors:
20870@end smallexample
20871
20872@table @code
20873@item EBADF
20874fd is not a valid file descriptor or is not open for
20875reading.
20876
20877@item EFAULT
20878buf is an invalid pointer value.
20879
20880@item EINTR
20881The call was interrupted by the user.
20882@end table
20883
20884@node write
20885@unnumberedsubsubsec write
20886@cindex write, file-i/o system call
20887
20888@smallexample
20889@exdent Synopsis:
20890int write(int fd, const void *buf, unsigned int count);
20891
20892@exdent Request:
20893Fwrite,fd,bufptr,count
20894
20895@exdent Return value:
20896On success, the number of bytes written are returned.
20897Zero indicates nothing was written. On error, -1
20898is returned.
20899
20900@exdent Errors:
20901@end smallexample
20902
20903@table @code
20904@item EBADF
20905fd is not a valid file descriptor or is not open for
20906writing.
20907
20908@item EFAULT
20909buf is an invalid pointer value.
20910
20911@item EFBIG
20912An attempt was made to write a file that exceeds the
20913host specific maximum file size allowed.
20914
20915@item ENOSPC
20916No space on device to write the data.
20917
20918@item EINTR
20919The call was interrupted by the user.
20920@end table
20921
20922@node lseek
20923@unnumberedsubsubsec lseek
20924@cindex lseek, file-i/o system call
20925
20926@smallexample
20927@exdent Synopsis:
20928long lseek (int fd, long offset, int flag);
20929
20930@exdent Request:
20931Flseek,fd,offset,flag
20932@end smallexample
20933
20934@code{flag} is one of:
20935
20936@table @code
20937@item SEEK_SET
20938The offset is set to offset bytes.
20939
20940@item SEEK_CUR
20941The offset is set to its current location plus offset
20942bytes.
20943
20944@item SEEK_END
20945The offset is set to the size of the file plus offset
20946bytes.
20947@end table
20948
20949@smallexample
20950@exdent Return value:
20951On success, the resulting unsigned offset in bytes from
20952the beginning of the file is returned. Otherwise, a
20953value of -1 is returned.
20954
20955@exdent Errors:
20956@end smallexample
20957
20958@table @code
20959@item EBADF
20960fd is not a valid open file descriptor.
20961
20962@item ESPIPE
20963fd is associated with the @value{GDBN} console.
20964
20965@item EINVAL
20966flag is not a proper value.
20967
20968@item EINTR
20969The call was interrupted by the user.
20970@end table
20971
20972@node rename
20973@unnumberedsubsubsec rename
20974@cindex rename, file-i/o system call
20975
20976@smallexample
20977@exdent Synopsis:
20978int rename(const char *oldpath, const char *newpath);
20979
20980@exdent Request:
20981Frename,oldpathptr/len,newpathptr/len
20982
20983@exdent Return value:
20984On success, zero is returned. On error, -1 is returned.
20985
20986@exdent Errors:
20987@end smallexample
20988
20989@table @code
20990@item EISDIR
20991newpath is an existing directory, but oldpath is not a
20992directory.
20993
20994@item EEXIST
20995newpath is a non-empty directory.
20996
20997@item EBUSY
20998oldpath or newpath is a directory that is in use by some
20999process.
21000
21001@item EINVAL
21002An attempt was made to make a directory a subdirectory
21003of itself.
21004
21005@item ENOTDIR
21006A component used as a directory in oldpath or new
21007path is not a directory. Or oldpath is a directory
21008and newpath exists but is not a directory.
21009
21010@item EFAULT
21011oldpathptr or newpathptr are invalid pointer values.
21012
21013@item EACCES
21014No access to the file or the path of the file.
21015
21016@item ENAMETOOLONG
21017
21018oldpath or newpath was too long.
21019
21020@item ENOENT
21021A directory component in oldpath or newpath does not exist.
21022
21023@item EROFS
21024The file is on a read-only filesystem.
21025
21026@item ENOSPC
21027The device containing the file has no room for the new
21028directory entry.
21029
21030@item EINTR
21031The call was interrupted by the user.
21032@end table
21033
21034@node unlink
21035@unnumberedsubsubsec unlink
21036@cindex unlink, file-i/o system call
21037
21038@smallexample
21039@exdent Synopsis:
21040int unlink(const char *pathname);
21041
21042@exdent Request:
21043Funlink,pathnameptr/len
21044
21045@exdent Return value:
21046On success, zero is returned. On error, -1 is returned.
21047
21048@exdent Errors:
21049@end smallexample
21050
21051@table @code
21052@item EACCES
21053No access to the file or the path of the file.
21054
21055@item EPERM
21056The system does not allow unlinking of directories.
21057
21058@item EBUSY
21059The file pathname cannot be unlinked because it's
21060being used by another process.
21061
21062@item EFAULT
21063pathnameptr is an invalid pointer value.
21064
21065@item ENAMETOOLONG
21066pathname was too long.
21067
21068@item ENOENT
21069A directory component in pathname does not exist.
21070
21071@item ENOTDIR
21072A component of the path is not a directory.
21073
21074@item EROFS
21075The file is on a read-only filesystem.
21076
21077@item EINTR
21078The call was interrupted by the user.
21079@end table
21080
21081@node stat/fstat
21082@unnumberedsubsubsec stat/fstat
21083@cindex fstat, file-i/o system call
21084@cindex stat, file-i/o system call
21085
21086@smallexample
21087@exdent Synopsis:
21088int stat(const char *pathname, struct stat *buf);
21089int fstat(int fd, struct stat *buf);
21090
21091@exdent Request:
21092Fstat,pathnameptr/len,bufptr
21093Ffstat,fd,bufptr
21094
21095@exdent Return value:
21096On success, zero is returned. On error, -1 is returned.
21097
21098@exdent Errors:
21099@end smallexample
21100
21101@table @code
21102@item EBADF
21103fd is not a valid open file.
21104
21105@item ENOENT
21106A directory component in pathname does not exist or the
21107path is an empty string.
21108
21109@item ENOTDIR
21110A component of the path is not a directory.
21111
21112@item EFAULT
21113pathnameptr is an invalid pointer value.
21114
21115@item EACCES
21116No access to the file or the path of the file.
21117
21118@item ENAMETOOLONG
21119pathname was too long.
21120
21121@item EINTR
21122The call was interrupted by the user.
21123@end table
21124
21125@node gettimeofday
21126@unnumberedsubsubsec gettimeofday
21127@cindex gettimeofday, file-i/o system call
21128
21129@smallexample
21130@exdent Synopsis:
21131int gettimeofday(struct timeval *tv, void *tz);
21132
21133@exdent Request:
21134Fgettimeofday,tvptr,tzptr
21135
21136@exdent Return value:
21137On success, 0 is returned, -1 otherwise.
21138
21139@exdent Errors:
21140@end smallexample
21141
21142@table @code
21143@item EINVAL
21144tz is a non-NULL pointer.
21145
21146@item EFAULT
21147tvptr and/or tzptr is an invalid pointer value.
21148@end table
21149
21150@node isatty
21151@unnumberedsubsubsec isatty
21152@cindex isatty, file-i/o system call
21153
21154@smallexample
21155@exdent Synopsis:
21156int isatty(int fd);
21157
21158@exdent Request:
21159Fisatty,fd
21160
21161@exdent Return value:
21162Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
21163
21164@exdent Errors:
21165@end smallexample
21166
21167@table @code
21168@item EINTR
21169The call was interrupted by the user.
21170@end table
21171
21172@node system
21173@unnumberedsubsubsec system
21174@cindex system, file-i/o system call
21175
21176@smallexample
21177@exdent Synopsis:
21178int system(const char *command);
21179
21180@exdent Request:
21181Fsystem,commandptr/len
21182
21183@exdent Return value:
21184The value returned is -1 on error and the return status
21185of the command otherwise. Only the exit status of the
21186command is returned, which is extracted from the hosts
21187system return value by calling WEXITSTATUS(retval).
21188In case /bin/sh could not be executed, 127 is returned.
21189
21190@exdent Errors:
21191@end smallexample
21192
21193@table @code
21194@item EINTR
21195The call was interrupted by the user.
21196@end table
21197
21198@node Protocol specific representation of datatypes
21199@subsection Protocol specific representation of datatypes
21200@cindex protocol specific representation of datatypes, in file-i/o protocol
21201
21202@menu
21203* Integral datatypes::
21204* Pointer values::
21205* struct stat::
21206* struct timeval::
21207@end menu
21208
21209@node Integral datatypes
21210@unnumberedsubsubsec Integral datatypes
21211@cindex integral datatypes, in file-i/o protocol
21212
21213The integral datatypes used in the system calls are
21214
21215@smallexample
21216int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
21217@end smallexample
21218
21219@code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
21220implemented as 32 bit values in this protocol.
21221
21222@code{Long} and @code{unsigned long} are implemented as 64 bit types.
21223
21224@xref{Limits}, for corresponding MIN and MAX values (similar to those
21225in @file{limits.h}) to allow range checking on host and target.
21226
21227@code{time_t} datatypes are defined as seconds since the Epoch.
21228
21229All integral datatypes transferred as part of a memory read or write of a
21230structured datatype e.g.@: a @code{struct stat} have to be given in big endian
21231byte order.
21232
21233@node Pointer values
21234@unnumberedsubsubsec Pointer values
21235@cindex pointer values, in file-i/o protocol
21236
21237Pointers to target data are transmitted as they are. An exception
21238is made for pointers to buffers for which the length isn't
21239transmitted as part of the function call, namely strings. Strings
21240are transmitted as a pointer/length pair, both as hex values, e.g.@:
21241
21242@smallexample
21243@code{1aaf/12}
21244@end smallexample
21245
21246@noindent
21247which is a pointer to data of length 18 bytes at position 0x1aaf.
21248The length is defined as the full string length in bytes, including
21249the trailing null byte. Example:
21250
21251@smallexample
21252``hello, world'' at address 0x123456
21253@end smallexample
21254
21255@noindent
21256is transmitted as
21257
21258@smallexample
21259@code{123456/d}
21260@end smallexample
21261
21262@node struct stat
21263@unnumberedsubsubsec struct stat
21264@cindex struct stat, in file-i/o protocol
21265
21266The buffer of type struct stat used by the target and @value{GDBN} is defined
21267as follows:
21268
21269@smallexample
21270struct stat @{
21271 unsigned int st_dev; /* device */
21272 unsigned int st_ino; /* inode */
21273 mode_t st_mode; /* protection */
21274 unsigned int st_nlink; /* number of hard links */
21275 unsigned int st_uid; /* user ID of owner */
21276 unsigned int st_gid; /* group ID of owner */
21277 unsigned int st_rdev; /* device type (if inode device) */
21278 unsigned long st_size; /* total size, in bytes */
21279 unsigned long st_blksize; /* blocksize for filesystem I/O */
21280 unsigned long st_blocks; /* number of blocks allocated */
21281 time_t st_atime; /* time of last access */
21282 time_t st_mtime; /* time of last modification */
21283 time_t st_ctime; /* time of last change */
21284@};
21285@end smallexample
21286
21287The integral datatypes are conforming to the definitions given in the
21288approriate section (see @ref{Integral datatypes}, for details) so this
21289structure is of size 64 bytes.
21290
21291The values of several fields have a restricted meaning and/or
21292range of values.
21293
21294@smallexample
21295st_dev: 0 file
21296 1 console
21297
21298st_ino: No valid meaning for the target. Transmitted unchanged.
21299
21300st_mode: Valid mode bits are described in Appendix C. Any other
21301 bits have currently no meaning for the target.
21302
21303st_uid: No valid meaning for the target. Transmitted unchanged.
21304
21305st_gid: No valid meaning for the target. Transmitted unchanged.
21306
21307st_rdev: No valid meaning for the target. Transmitted unchanged.
21308
21309st_atime, st_mtime, st_ctime:
21310 These values have a host and file system dependent
21311 accuracy. Especially on Windows hosts the file systems
21312 don't support exact timing values.
21313@end smallexample
21314
21315The target gets a struct stat of the above representation and is
21316responsible to coerce it to the target representation before
21317continuing.
21318
21319Note that due to size differences between the host and target
21320representation of stat members, these members could eventually
21321get truncated on the target.
21322
21323@node struct timeval
21324@unnumberedsubsubsec struct timeval
21325@cindex struct timeval, in file-i/o protocol
21326
21327The buffer of type struct timeval used by the target and @value{GDBN}
21328is defined as follows:
21329
21330@smallexample
21331struct timeval @{
21332 time_t tv_sec; /* second */
21333 long tv_usec; /* microsecond */
21334@};
21335@end smallexample
21336
21337The integral datatypes are conforming to the definitions given in the
21338approriate section (see @ref{Integral datatypes}, for details) so this
21339structure is of size 8 bytes.
21340
21341@node Constants
21342@subsection Constants
21343@cindex constants, in file-i/o protocol
21344
21345The following values are used for the constants inside of the
21346protocol. @value{GDBN} and target are resposible to translate these
21347values before and after the call as needed.
21348
21349@menu
21350* Open flags::
21351* mode_t values::
21352* Errno values::
21353* Lseek flags::
21354* Limits::
21355@end menu
21356
21357@node Open flags
21358@unnumberedsubsubsec Open flags
21359@cindex open flags, in file-i/o protocol
21360
21361All values are given in hexadecimal representation.
21362
21363@smallexample
21364 O_RDONLY 0x0
21365 O_WRONLY 0x1
21366 O_RDWR 0x2
21367 O_APPEND 0x8
21368 O_CREAT 0x200
21369 O_TRUNC 0x400
21370 O_EXCL 0x800
21371@end smallexample
21372
21373@node mode_t values
21374@unnumberedsubsubsec mode_t values
21375@cindex mode_t values, in file-i/o protocol
21376
21377All values are given in octal representation.
21378
21379@smallexample
21380 S_IFREG 0100000
21381 S_IFDIR 040000
21382 S_IRUSR 0400
21383 S_IWUSR 0200
21384 S_IXUSR 0100
21385 S_IRGRP 040
21386 S_IWGRP 020
21387 S_IXGRP 010
21388 S_IROTH 04
21389 S_IWOTH 02
21390 S_IXOTH 01
21391@end smallexample
21392
21393@node Errno values
21394@unnumberedsubsubsec Errno values
21395@cindex errno values, in file-i/o protocol
21396
21397All values are given in decimal representation.
21398
21399@smallexample
21400 EPERM 1
21401 ENOENT 2
21402 EINTR 4
21403 EBADF 9
21404 EACCES 13
21405 EFAULT 14
21406 EBUSY 16
21407 EEXIST 17
21408 ENODEV 19
21409 ENOTDIR 20
21410 EISDIR 21
21411 EINVAL 22
21412 ENFILE 23
21413 EMFILE 24
21414 EFBIG 27
21415 ENOSPC 28
21416 ESPIPE 29
21417 EROFS 30
21418 ENAMETOOLONG 91
21419 EUNKNOWN 9999
21420@end smallexample
21421
21422 EUNKNOWN is used as a fallback error value if a host system returns
21423 any error value not in the list of supported error numbers.
21424
21425@node Lseek flags
21426@unnumberedsubsubsec Lseek flags
21427@cindex lseek flags, in file-i/o protocol
21428
21429@smallexample
21430 SEEK_SET 0
21431 SEEK_CUR 1
21432 SEEK_END 2
21433@end smallexample
21434
21435@node Limits
21436@unnumberedsubsubsec Limits
21437@cindex limits, in file-i/o protocol
21438
21439All values are given in decimal representation.
21440
21441@smallexample
21442 INT_MIN -2147483648
21443 INT_MAX 2147483647
21444 UINT_MAX 4294967295
21445 LONG_MIN -9223372036854775808
21446 LONG_MAX 9223372036854775807
21447 ULONG_MAX 18446744073709551615
21448@end smallexample
21449
21450@node File-I/O Examples
21451@subsection File-I/O Examples
21452@cindex file-i/o examples
21453
21454Example sequence of a write call, file descriptor 3, buffer is at target
21455address 0x1234, 6 bytes should be written:
21456
21457@smallexample
21458<- @code{Fwrite,3,1234,6}
21459@emph{request memory read from target}
21460-> @code{m1234,6}
21461<- XXXXXX
21462@emph{return "6 bytes written"}
21463-> @code{F6}
21464@end smallexample
21465
21466Example sequence of a read call, file descriptor 3, buffer is at target
21467address 0x1234, 6 bytes should be read:
21468
21469@smallexample
21470<- @code{Fread,3,1234,6}
21471@emph{request memory write to target}
21472-> @code{X1234,6:XXXXXX}
21473@emph{return "6 bytes read"}
21474-> @code{F6}
21475@end smallexample
21476
21477Example sequence of a read call, call fails on the host due to invalid
21478file descriptor (EBADF):
21479
21480@smallexample
21481<- @code{Fread,3,1234,6}
21482-> @code{F-1,9}
21483@end smallexample
21484
21485Example sequence of a read call, user presses Ctrl-C before syscall on
21486host is called:
21487
21488@smallexample
21489<- @code{Fread,3,1234,6}
21490-> @code{F-1,4,C}
21491<- @code{T02}
21492@end smallexample
21493
21494Example sequence of a read call, user presses Ctrl-C after syscall on
21495host is called:
21496
21497@smallexample
21498<- @code{Fread,3,1234,6}
21499-> @code{X1234,6:XXXXXX}
21500<- @code{T02}
21501@end smallexample
21502
f418dd93
DJ
21503@include agentexpr.texi
21504
aab4e0ec 21505@include gpl.texi
eb12ee30 21506
6826cf00
EZ
21507@include fdl.texi
21508
6d2ebf8b 21509@node Index
c906108c
SS
21510@unnumbered Index
21511
21512@printindex cp
21513
21514@tex
21515% I think something like @colophon should be in texinfo. In the
21516% meantime:
21517\long\def\colophon{\hbox to0pt{}\vfill
21518\centerline{The body of this manual is set in}
21519\centerline{\fontname\tenrm,}
21520\centerline{with headings in {\bf\fontname\tenbf}}
21521\centerline{and examples in {\tt\fontname\tentt}.}
21522\centerline{{\it\fontname\tenit\/},}
21523\centerline{{\bf\fontname\tenbf}, and}
21524\centerline{{\sl\fontname\tensl\/}}
21525\centerline{are used for emphasis.}\vfill}
21526\page\colophon
21527% Blame: doc@cygnus.com, 1991.
21528@end tex
21529
c906108c 21530@bye
This page took 1.648125 seconds and 4 git commands to generate.