* sh-tdep.c: Fix two copy/paste hangovers in comments.
[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
3312
6d2ebf8b 3313@node Continuing and Stepping
c906108c
SS
3314@section Continuing and stepping
3315
3316@cindex stepping
3317@cindex continuing
3318@cindex resuming execution
3319@dfn{Continuing} means resuming program execution until your program
3320completes normally. In contrast, @dfn{stepping} means executing just
3321one more ``step'' of your program, where ``step'' may mean either one
3322line of source code, or one machine instruction (depending on what
7a292a7a
SS
3323particular command you use). Either when continuing or when stepping,
3324your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
3325it stops due to a signal, you may want to use @code{handle}, or use
3326@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
3327
3328@table @code
3329@kindex continue
41afff9a
EZ
3330@kindex c @r{(@code{continue})}
3331@kindex fg @r{(resume foreground execution)}
c906108c
SS
3332@item continue @r{[}@var{ignore-count}@r{]}
3333@itemx c @r{[}@var{ignore-count}@r{]}
3334@itemx fg @r{[}@var{ignore-count}@r{]}
3335Resume program execution, at the address where your program last stopped;
3336any breakpoints set at that address are bypassed. The optional argument
3337@var{ignore-count} allows you to specify a further number of times to
3338ignore a breakpoint at this location; its effect is like that of
3339@code{ignore} (@pxref{Conditions, ,Break conditions}).
3340
3341The argument @var{ignore-count} is meaningful only when your program
3342stopped due to a breakpoint. At other times, the argument to
3343@code{continue} is ignored.
3344
d4f3574e
SS
3345The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3346debugged program is deemed to be the foreground program) are provided
3347purely for convenience, and have exactly the same behavior as
3348@code{continue}.
c906108c
SS
3349@end table
3350
3351To resume execution at a different place, you can use @code{return}
3352(@pxref{Returning, ,Returning from a function}) to go back to the
3353calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3354different address}) to go to an arbitrary location in your program.
3355
3356A typical technique for using stepping is to set a breakpoint
3357(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3358beginning of the function or the section of your program where a problem
3359is believed to lie, run your program until it stops at that breakpoint,
3360and then step through the suspect area, examining the variables that are
3361interesting, until you see the problem happen.
3362
3363@table @code
3364@kindex step
41afff9a 3365@kindex s @r{(@code{step})}
c906108c
SS
3366@item step
3367Continue running your program until control reaches a different source
3368line, then stop it and return control to @value{GDBN}. This command is
3369abbreviated @code{s}.
3370
3371@quotation
3372@c "without debugging information" is imprecise; actually "without line
3373@c numbers in the debugging information". (gcc -g1 has debugging info but
3374@c not line numbers). But it seems complex to try to make that
3375@c distinction here.
3376@emph{Warning:} If you use the @code{step} command while control is
3377within a function that was compiled without debugging information,
3378execution proceeds until control reaches a function that does have
3379debugging information. Likewise, it will not step into a function which
3380is compiled without debugging information. To step through functions
3381without debugging information, use the @code{stepi} command, described
3382below.
3383@end quotation
3384
4a92d011
EZ
3385The @code{step} command only stops at the first instruction of a source
3386line. This prevents the multiple stops that could otherwise occur in
3387@code{switch} statements, @code{for} loops, etc. @code{step} continues
3388to stop if a function that has debugging information is called within
3389the line. In other words, @code{step} @emph{steps inside} any functions
3390called within the line.
c906108c 3391
d4f3574e
SS
3392Also, the @code{step} command only enters a function if there is line
3393number information for the function. Otherwise it acts like the
5d161b24 3394@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 3395on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 3396was any debugging information about the routine.
c906108c
SS
3397
3398@item step @var{count}
3399Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
3400breakpoint is reached, or a signal not related to stepping occurs before
3401@var{count} steps, stepping stops right away.
c906108c
SS
3402
3403@kindex next
41afff9a 3404@kindex n @r{(@code{next})}
c906108c
SS
3405@item next @r{[}@var{count}@r{]}
3406Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
3407This is similar to @code{step}, but function calls that appear within
3408the line of code are executed without stopping. Execution stops when
3409control reaches a different line of code at the original stack level
3410that was executing when you gave the @code{next} command. This command
3411is abbreviated @code{n}.
c906108c
SS
3412
3413An argument @var{count} is a repeat count, as for @code{step}.
3414
3415
3416@c FIX ME!! Do we delete this, or is there a way it fits in with
3417@c the following paragraph? --- Vctoria
3418@c
3419@c @code{next} within a function that lacks debugging information acts like
3420@c @code{step}, but any function calls appearing within the code of the
3421@c function are executed without stopping.
3422
d4f3574e
SS
3423The @code{next} command only stops at the first instruction of a
3424source line. This prevents multiple stops that could otherwise occur in
4a92d011 3425@code{switch} statements, @code{for} loops, etc.
c906108c 3426
b90a5f51
CF
3427@kindex set step-mode
3428@item set step-mode
3429@cindex functions without line info, and stepping
3430@cindex stepping into functions with no line info
3431@itemx set step-mode on
4a92d011 3432The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
3433stop at the first instruction of a function which contains no debug line
3434information rather than stepping over it.
3435
4a92d011
EZ
3436This is useful in cases where you may be interested in inspecting the
3437machine instructions of a function which has no symbolic info and do not
3438want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
3439
3440@item set step-mode off
4a92d011 3441Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
3442debug information. This is the default.
3443
c906108c
SS
3444@kindex finish
3445@item finish
3446Continue running until just after function in the selected stack frame
3447returns. Print the returned value (if any).
3448
3449Contrast this with the @code{return} command (@pxref{Returning,
3450,Returning from a function}).
3451
3452@kindex until
41afff9a 3453@kindex u @r{(@code{until})}
c906108c
SS
3454@item until
3455@itemx u
3456Continue running until a source line past the current line, in the
3457current stack frame, is reached. This command is used to avoid single
3458stepping through a loop more than once. It is like the @code{next}
3459command, except that when @code{until} encounters a jump, it
3460automatically continues execution until the program counter is greater
3461than the address of the jump.
3462
3463This means that when you reach the end of a loop after single stepping
3464though it, @code{until} makes your program continue execution until it
3465exits the loop. In contrast, a @code{next} command at the end of a loop
3466simply steps back to the beginning of the loop, which forces you to step
3467through the next iteration.
3468
3469@code{until} always stops your program if it attempts to exit the current
3470stack frame.
3471
3472@code{until} may produce somewhat counterintuitive results if the order
3473of machine code does not match the order of the source lines. For
3474example, in the following excerpt from a debugging session, the @code{f}
3475(@code{frame}) command shows that execution is stopped at line
3476@code{206}; yet when we use @code{until}, we get to line @code{195}:
3477
474c8240 3478@smallexample
c906108c
SS
3479(@value{GDBP}) f
3480#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3481206 expand_input();
3482(@value{GDBP}) until
3483195 for ( ; argc > 0; NEXTARG) @{
474c8240 3484@end smallexample
c906108c
SS
3485
3486This happened because, for execution efficiency, the compiler had
3487generated code for the loop closure test at the end, rather than the
3488start, of the loop---even though the test in a C @code{for}-loop is
3489written before the body of the loop. The @code{until} command appeared
3490to step back to the beginning of the loop when it advanced to this
3491expression; however, it has not really gone to an earlier
3492statement---not in terms of the actual machine code.
3493
3494@code{until} with no argument works by means of single
3495instruction stepping, and hence is slower than @code{until} with an
3496argument.
3497
3498@item until @var{location}
3499@itemx u @var{location}
3500Continue running your program until either the specified location is
3501reached, or the current stack frame returns. @var{location} is any of
3502the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
c60eb6f1
EZ
3503,Setting breakpoints}). This form of the command uses breakpoints, and
3504hence is quicker than @code{until} without an argument. The specified
3505location is actually reached only if it is in the current frame. This
3506implies that @code{until} can be used to skip over recursive function
3507invocations. For instance in the code below, if the current location is
3508line @code{96}, issuing @code{until 99} will execute the program up to
3509line @code{99} in the same invocation of factorial, i.e. after the inner
3510invocations have returned.
3511
3512@smallexample
351394 int factorial (int value)
351495 @{
351596 if (value > 1) @{
351697 value *= factorial (value - 1);
351798 @}
351899 return (value);
3519100 @}
3520@end smallexample
3521
3522
3523@kindex advance @var{location}
3524@itemx advance @var{location}
3525Continue running the program up to the given location. An argument is
3526required, anything of the same form as arguments for the @code{break}
3527command. Execution will also stop upon exit from the current stack
3528frame. This command is similar to @code{until}, but @code{advance} will
3529not skip over recursive function calls, and the target location doesn't
3530have to be in the same frame as the current one.
3531
c906108c
SS
3532
3533@kindex stepi
41afff9a 3534@kindex si @r{(@code{stepi})}
c906108c 3535@item stepi
96a2c332 3536@itemx stepi @var{arg}
c906108c
SS
3537@itemx si
3538Execute one machine instruction, then stop and return to the debugger.
3539
3540It is often useful to do @samp{display/i $pc} when stepping by machine
3541instructions. This makes @value{GDBN} automatically display the next
3542instruction to be executed, each time your program stops. @xref{Auto
3543Display,, Automatic display}.
3544
3545An argument is a repeat count, as in @code{step}.
3546
3547@need 750
3548@kindex nexti
41afff9a 3549@kindex ni @r{(@code{nexti})}
c906108c 3550@item nexti
96a2c332 3551@itemx nexti @var{arg}
c906108c
SS
3552@itemx ni
3553Execute one machine instruction, but if it is a function call,
3554proceed until the function returns.
3555
3556An argument is a repeat count, as in @code{next}.
3557@end table
3558
6d2ebf8b 3559@node Signals
c906108c
SS
3560@section Signals
3561@cindex signals
3562
3563A signal is an asynchronous event that can happen in a program. The
3564operating system defines the possible kinds of signals, and gives each
3565kind a name and a number. For example, in Unix @code{SIGINT} is the
d4f3574e 3566signal a program gets when you type an interrupt character (often @kbd{C-c});
c906108c
SS
3567@code{SIGSEGV} is the signal a program gets from referencing a place in
3568memory far away from all the areas in use; @code{SIGALRM} occurs when
3569the alarm clock timer goes off (which happens only if your program has
3570requested an alarm).
3571
3572@cindex fatal signals
3573Some signals, including @code{SIGALRM}, are a normal part of the
3574functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 3575errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
3576program has not specified in advance some other way to handle the signal.
3577@code{SIGINT} does not indicate an error in your program, but it is normally
3578fatal so it can carry out the purpose of the interrupt: to kill the program.
3579
3580@value{GDBN} has the ability to detect any occurrence of a signal in your
3581program. You can tell @value{GDBN} in advance what to do for each kind of
3582signal.
3583
3584@cindex handling signals
24f93129
EZ
3585Normally, @value{GDBN} is set up to let the non-erroneous signals like
3586@code{SIGALRM} be silently passed to your program
3587(so as not to interfere with their role in the program's functioning)
c906108c
SS
3588but to stop your program immediately whenever an error signal happens.
3589You can change these settings with the @code{handle} command.
3590
3591@table @code
3592@kindex info signals
3593@item info signals
96a2c332 3594@itemx info handle
c906108c
SS
3595Print a table of all the kinds of signals and how @value{GDBN} has been told to
3596handle each one. You can use this to see the signal numbers of all
3597the defined types of signals.
3598
d4f3574e 3599@code{info handle} is an alias for @code{info signals}.
c906108c
SS
3600
3601@kindex handle
3602@item handle @var{signal} @var{keywords}@dots{}
5ece1a18
EZ
3603Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3604can be the number of a signal or its name (with or without the
24f93129 3605@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18
EZ
3606@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3607known signals. The @var{keywords} say what change to make.
c906108c
SS
3608@end table
3609
3610@c @group
3611The keywords allowed by the @code{handle} command can be abbreviated.
3612Their full names are:
3613
3614@table @code
3615@item nostop
3616@value{GDBN} should not stop your program when this signal happens. It may
3617still print a message telling you that the signal has come in.
3618
3619@item stop
3620@value{GDBN} should stop your program when this signal happens. This implies
3621the @code{print} keyword as well.
3622
3623@item print
3624@value{GDBN} should print a message when this signal happens.
3625
3626@item noprint
3627@value{GDBN} should not mention the occurrence of the signal at all. This
3628implies the @code{nostop} keyword as well.
3629
3630@item pass
5ece1a18 3631@itemx noignore
c906108c
SS
3632@value{GDBN} should allow your program to see this signal; your program
3633can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 3634and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
3635
3636@item nopass
5ece1a18 3637@itemx ignore
c906108c 3638@value{GDBN} should not allow your program to see this signal.
5ece1a18 3639@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
3640@end table
3641@c @end group
3642
d4f3574e
SS
3643When a signal stops your program, the signal is not visible to the
3644program until you
c906108c
SS
3645continue. Your program sees the signal then, if @code{pass} is in
3646effect for the signal in question @emph{at that time}. In other words,
3647after @value{GDBN} reports a signal, you can use the @code{handle}
3648command with @code{pass} or @code{nopass} to control whether your
3649program sees that signal when you continue.
3650
24f93129
EZ
3651The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3652non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3653@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3654erroneous signals.
3655
c906108c
SS
3656You can also use the @code{signal} command to prevent your program from
3657seeing a signal, or cause it to see a signal it normally would not see,
3658or to give it any signal at any time. For example, if your program stopped
3659due to some sort of memory reference error, you might store correct
3660values into the erroneous variables and continue, hoping to see more
3661execution; but your program would probably terminate immediately as
3662a result of the fatal signal once it saw the signal. To prevent this,
3663you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5d161b24 3664program a signal}.
c906108c 3665
6d2ebf8b 3666@node Thread Stops
c906108c
SS
3667@section Stopping and starting multi-thread programs
3668
3669When your program has multiple threads (@pxref{Threads,, Debugging
3670programs with multiple threads}), you can choose whether to set
3671breakpoints on all threads, or on a particular thread.
3672
3673@table @code
3674@cindex breakpoints and threads
3675@cindex thread breakpoints
3676@kindex break @dots{} thread @var{threadno}
3677@item break @var{linespec} thread @var{threadno}
3678@itemx break @var{linespec} thread @var{threadno} if @dots{}
3679@var{linespec} specifies source lines; there are several ways of
3680writing them, but the effect is always to specify some source line.
3681
3682Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3683to specify that you only want @value{GDBN} to stop the program when a
3684particular thread reaches this breakpoint. @var{threadno} is one of the
3685numeric thread identifiers assigned by @value{GDBN}, shown in the first
3686column of the @samp{info threads} display.
3687
3688If you do not specify @samp{thread @var{threadno}} when you set a
3689breakpoint, the breakpoint applies to @emph{all} threads of your
3690program.
3691
3692You can use the @code{thread} qualifier on conditional breakpoints as
3693well; in this case, place @samp{thread @var{threadno}} before the
3694breakpoint condition, like this:
3695
3696@smallexample
2df3850c 3697(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
3698@end smallexample
3699
3700@end table
3701
3702@cindex stopped threads
3703@cindex threads, stopped
3704Whenever your program stops under @value{GDBN} for any reason,
3705@emph{all} threads of execution stop, not just the current thread. This
3706allows you to examine the overall state of the program, including
3707switching between threads, without worrying that things may change
3708underfoot.
3709
3710@cindex continuing threads
3711@cindex threads, continuing
3712Conversely, whenever you restart the program, @emph{all} threads start
3713executing. @emph{This is true even when single-stepping} with commands
5d161b24 3714like @code{step} or @code{next}.
c906108c
SS
3715
3716In particular, @value{GDBN} cannot single-step all threads in lockstep.
3717Since thread scheduling is up to your debugging target's operating
3718system (not controlled by @value{GDBN}), other threads may
3719execute more than one statement while the current thread completes a
3720single step. Moreover, in general other threads stop in the middle of a
3721statement, rather than at a clean statement boundary, when the program
3722stops.
3723
3724You might even find your program stopped in another thread after
3725continuing or even single-stepping. This happens whenever some other
3726thread runs into a breakpoint, a signal, or an exception before the
3727first thread completes whatever you requested.
3728
3729On some OSes, you can lock the OS scheduler and thus allow only a single
3730thread to run.
3731
3732@table @code
3733@item set scheduler-locking @var{mode}
3734Set the scheduler locking mode. If it is @code{off}, then there is no
3735locking and any thread may run at any time. If @code{on}, then only the
3736current thread may run when the inferior is resumed. The @code{step}
3737mode optimizes for single-stepping. It stops other threads from
3738``seizing the prompt'' by preempting the current thread while you are
3739stepping. Other threads will only rarely (or never) get a chance to run
d4f3574e 3740when you step. They are more likely to run when you @samp{next} over a
c906108c 3741function call, and they are completely free to run when you use commands
d4f3574e 3742like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
c906108c 3743thread hits a breakpoint during its timeslice, they will never steal the
2df3850c 3744@value{GDBN} prompt away from the thread that you are debugging.
c906108c
SS
3745
3746@item show scheduler-locking
3747Display the current scheduler locking mode.
3748@end table
3749
c906108c 3750
6d2ebf8b 3751@node Stack
c906108c
SS
3752@chapter Examining the Stack
3753
3754When your program has stopped, the first thing you need to know is where it
3755stopped and how it got there.
3756
3757@cindex call stack
5d161b24
DB
3758Each time your program performs a function call, information about the call
3759is generated.
3760That information includes the location of the call in your program,
3761the arguments of the call,
c906108c 3762and the local variables of the function being called.
5d161b24 3763The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
3764The stack frames are allocated in a region of memory called the @dfn{call
3765stack}.
3766
3767When your program stops, the @value{GDBN} commands for examining the
3768stack allow you to see all of this information.
3769
3770@cindex selected frame
3771One of the stack frames is @dfn{selected} by @value{GDBN} and many
3772@value{GDBN} commands refer implicitly to the selected frame. In
3773particular, whenever you ask @value{GDBN} for the value of a variable in
3774your program, the value is found in the selected frame. There are
3775special @value{GDBN} commands to select whichever frame you are
3776interested in. @xref{Selection, ,Selecting a frame}.
3777
3778When your program stops, @value{GDBN} automatically selects the
5d161b24 3779currently executing frame and describes it briefly, similar to the
c906108c
SS
3780@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3781
3782@menu
3783* Frames:: Stack frames
3784* Backtrace:: Backtraces
3785* Selection:: Selecting a frame
3786* Frame Info:: Information on a frame
c906108c
SS
3787
3788@end menu
3789
6d2ebf8b 3790@node Frames
c906108c
SS
3791@section Stack frames
3792
d4f3574e 3793@cindex frame, definition
c906108c
SS
3794@cindex stack frame
3795The call stack is divided up into contiguous pieces called @dfn{stack
3796frames}, or @dfn{frames} for short; each frame is the data associated
3797with one call to one function. The frame contains the arguments given
3798to the function, the function's local variables, and the address at
3799which the function is executing.
3800
3801@cindex initial frame
3802@cindex outermost frame
3803@cindex innermost frame
3804When your program is started, the stack has only one frame, that of the
3805function @code{main}. This is called the @dfn{initial} frame or the
3806@dfn{outermost} frame. Each time a function is called, a new frame is
3807made. Each time a function returns, the frame for that function invocation
3808is eliminated. If a function is recursive, there can be many frames for
3809the same function. The frame for the function in which execution is
3810actually occurring is called the @dfn{innermost} frame. This is the most
3811recently created of all the stack frames that still exist.
3812
3813@cindex frame pointer
3814Inside your program, stack frames are identified by their addresses. A
3815stack frame consists of many bytes, each of which has its own address; each
3816kind of computer has a convention for choosing one byte whose
3817address serves as the address of the frame. Usually this address is kept
3818in a register called the @dfn{frame pointer register} while execution is
3819going on in that frame.
3820
3821@cindex frame number
3822@value{GDBN} assigns numbers to all existing stack frames, starting with
3823zero for the innermost frame, one for the frame that called it,
3824and so on upward. These numbers do not really exist in your program;
3825they are assigned by @value{GDBN} to give you a way of designating stack
3826frames in @value{GDBN} commands.
3827
6d2ebf8b
SS
3828@c The -fomit-frame-pointer below perennially causes hbox overflow
3829@c underflow problems.
c906108c
SS
3830@cindex frameless execution
3831Some compilers provide a way to compile functions so that they operate
6d2ebf8b 3832without stack frames. (For example, the @value{GCC} option
474c8240 3833@smallexample
6d2ebf8b 3834@samp{-fomit-frame-pointer}
474c8240 3835@end smallexample
6d2ebf8b 3836generates functions without a frame.)
c906108c
SS
3837This is occasionally done with heavily used library functions to save
3838the frame setup time. @value{GDBN} has limited facilities for dealing
3839with these function invocations. If the innermost function invocation
3840has no stack frame, @value{GDBN} nevertheless regards it as though
3841it had a separate frame, which is numbered zero as usual, allowing
3842correct tracing of the function call chain. However, @value{GDBN} has
3843no provision for frameless functions elsewhere in the stack.
3844
3845@table @code
d4f3574e 3846@kindex frame@r{, command}
41afff9a 3847@cindex current stack frame
c906108c 3848@item frame @var{args}
5d161b24 3849The @code{frame} command allows you to move from one stack frame to another,
c906108c 3850and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
3851address of the frame or the stack frame number. Without an argument,
3852@code{frame} prints the current stack frame.
c906108c
SS
3853
3854@kindex select-frame
41afff9a 3855@cindex selecting frame silently
c906108c
SS
3856@item select-frame
3857The @code{select-frame} command allows you to move from one stack frame
3858to another without printing the frame. This is the silent version of
3859@code{frame}.
3860@end table
3861
6d2ebf8b 3862@node Backtrace
c906108c
SS
3863@section Backtraces
3864
3865@cindex backtraces
3866@cindex tracebacks
3867@cindex stack traces
3868A backtrace is a summary of how your program got where it is. It shows one
3869line per frame, for many frames, starting with the currently executing
3870frame (frame zero), followed by its caller (frame one), and on up the
3871stack.
3872
3873@table @code
3874@kindex backtrace
41afff9a 3875@kindex bt @r{(@code{backtrace})}
c906108c
SS
3876@item backtrace
3877@itemx bt
3878Print a backtrace of the entire stack: one line per frame for all
3879frames in the stack.
3880
3881You can stop the backtrace at any time by typing the system interrupt
3882character, normally @kbd{C-c}.
3883
3884@item backtrace @var{n}
3885@itemx bt @var{n}
3886Similar, but print only the innermost @var{n} frames.
3887
3888@item backtrace -@var{n}
3889@itemx bt -@var{n}
3890Similar, but print only the outermost @var{n} frames.
3891@end table
3892
3893@kindex where
3894@kindex info stack
41afff9a 3895@kindex info s @r{(@code{info stack})}
c906108c
SS
3896The names @code{where} and @code{info stack} (abbreviated @code{info s})
3897are additional aliases for @code{backtrace}.
3898
3899Each line in the backtrace shows the frame number and the function name.
3900The program counter value is also shown---unless you use @code{set
3901print address off}. The backtrace also shows the source file name and
3902line number, as well as the arguments to the function. The program
3903counter value is omitted if it is at the beginning of the code for that
3904line number.
3905
3906Here is an example of a backtrace. It was made with the command
3907@samp{bt 3}, so it shows the innermost three frames.
3908
3909@smallexample
3910@group
5d161b24 3911#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c
SS
3912 at builtin.c:993
3913#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
3914#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
3915 at macro.c:71
3916(More stack frames follow...)
3917@end group
3918@end smallexample
3919
3920@noindent
3921The display for frame zero does not begin with a program counter
3922value, indicating that your program has stopped at the beginning of the
3923code for line @code{993} of @code{builtin.c}.
3924
25d29d70
AC
3925@kindex set backtrace past-main
3926@kindex show backtrace past-main
3927@kindex set backtrace limit
3928@kindex show backtrace limit
b4e9345d 3929
25d29d70
AC
3930Most programs have a standard user entry point---a place where system
3931libraries and startup code transition into user code. For C this is
3932@code{main}. When @value{GDBN} finds the entry function in a backtrace
3933it will terminate the backtrace, to avoid tracing into highly
3934system-specific (and generally uninteresting) code.
3935
3936If you need to examine the startup code, or limit the number of levels
3937in a backtrace, you can change this behavior:
95f90d25
DJ
3938
3939@table @code
25d29d70
AC
3940@item set backtrace past-main
3941@itemx set backtrace past-main on
3942Backtraces will continue past the user entry point.
3943
3944@item set backtrace past-main off
95f90d25
DJ
3945Backtraces will stop when they encounter the user entry point. This is the
3946default.
3947
25d29d70
AC
3948@item show backtrace past-main
3949Display the current user entry point backtrace policy.
3950
3951@item set backtrace limit @var{n}
3952@itemx set backtrace limit 0
3953@cindex backtrace limit
3954Limit the backtrace to @var{n} levels. A value of zero means
3955unlimited.
95f90d25 3956
25d29d70
AC
3957@item show backtrace limit
3958Display the current limit on backtrace levels.
95f90d25
DJ
3959@end table
3960
6d2ebf8b 3961@node Selection
c906108c
SS
3962@section Selecting a frame
3963
3964Most commands for examining the stack and other data in your program work on
3965whichever stack frame is selected at the moment. Here are the commands for
3966selecting a stack frame; all of them finish by printing a brief description
3967of the stack frame just selected.
3968
3969@table @code
d4f3574e 3970@kindex frame@r{, selecting}
41afff9a 3971@kindex f @r{(@code{frame})}
c906108c
SS
3972@item frame @var{n}
3973@itemx f @var{n}
3974Select frame number @var{n}. Recall that frame zero is the innermost
3975(currently executing) frame, frame one is the frame that called the
3976innermost one, and so on. The highest-numbered frame is the one for
3977@code{main}.
3978
3979@item frame @var{addr}
3980@itemx f @var{addr}
3981Select the frame at address @var{addr}. This is useful mainly if the
3982chaining of stack frames has been damaged by a bug, making it
3983impossible for @value{GDBN} to assign numbers properly to all frames. In
3984addition, this can be useful when your program has multiple stacks and
3985switches between them.
3986
c906108c
SS
3987On the SPARC architecture, @code{frame} needs two addresses to
3988select an arbitrary frame: a frame pointer and a stack pointer.
3989
3990On the MIPS and Alpha architecture, it needs two addresses: a stack
3991pointer and a program counter.
3992
3993On the 29k architecture, it needs three addresses: a register stack
3994pointer, a program counter, and a memory stack pointer.
3995@c note to future updaters: this is conditioned on a flag
3996@c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
3997@c as of 27 Jan 1994.
c906108c
SS
3998
3999@kindex up
4000@item up @var{n}
4001Move @var{n} frames up the stack. For positive numbers @var{n}, this
4002advances toward the outermost frame, to higher frame numbers, to frames
4003that have existed longer. @var{n} defaults to one.
4004
4005@kindex down
41afff9a 4006@kindex do @r{(@code{down})}
c906108c
SS
4007@item down @var{n}
4008Move @var{n} frames down the stack. For positive numbers @var{n}, this
4009advances toward the innermost frame, to lower frame numbers, to frames
4010that were created more recently. @var{n} defaults to one. You may
4011abbreviate @code{down} as @code{do}.
4012@end table
4013
4014All of these commands end by printing two lines of output describing the
4015frame. The first line shows the frame number, the function name, the
4016arguments, and the source file and line number of execution in that
5d161b24 4017frame. The second line shows the text of that source line.
c906108c
SS
4018
4019@need 1000
4020For example:
4021
4022@smallexample
4023@group
4024(@value{GDBP}) up
4025#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4026 at env.c:10
402710 read_input_file (argv[i]);
4028@end group
4029@end smallexample
4030
4031After such a printout, the @code{list} command with no arguments
4032prints ten lines centered on the point of execution in the frame.
87885426
FN
4033You can also edit the program at the point of execution with your favorite
4034editing program by typing @code{edit}.
4035@xref{List, ,Printing source lines},
4036for details.
c906108c
SS
4037
4038@table @code
4039@kindex down-silently
4040@kindex up-silently
4041@item up-silently @var{n}
4042@itemx down-silently @var{n}
4043These two commands are variants of @code{up} and @code{down},
4044respectively; they differ in that they do their work silently, without
4045causing display of the new frame. They are intended primarily for use
4046in @value{GDBN} command scripts, where the output might be unnecessary and
4047distracting.
4048@end table
4049
6d2ebf8b 4050@node Frame Info
c906108c
SS
4051@section Information about a frame
4052
4053There are several other commands to print information about the selected
4054stack frame.
4055
4056@table @code
4057@item frame
4058@itemx f
4059When used without any argument, this command does not change which
4060frame is selected, but prints a brief description of the currently
4061selected stack frame. It can be abbreviated @code{f}. With an
4062argument, this command is used to select a stack frame.
4063@xref{Selection, ,Selecting a frame}.
4064
4065@kindex info frame
41afff9a 4066@kindex info f @r{(@code{info frame})}
c906108c
SS
4067@item info frame
4068@itemx info f
4069This command prints a verbose description of the selected stack frame,
4070including:
4071
4072@itemize @bullet
5d161b24
DB
4073@item
4074the address of the frame
c906108c
SS
4075@item
4076the address of the next frame down (called by this frame)
4077@item
4078the address of the next frame up (caller of this frame)
4079@item
4080the language in which the source code corresponding to this frame is written
4081@item
4082the address of the frame's arguments
4083@item
d4f3574e
SS
4084the address of the frame's local variables
4085@item
c906108c
SS
4086the program counter saved in it (the address of execution in the caller frame)
4087@item
4088which registers were saved in the frame
4089@end itemize
4090
4091@noindent The verbose description is useful when
4092something has gone wrong that has made the stack format fail to fit
4093the usual conventions.
4094
4095@item info frame @var{addr}
4096@itemx info f @var{addr}
4097Print a verbose description of the frame at address @var{addr}, without
4098selecting that frame. The selected frame remains unchanged by this
4099command. This requires the same kind of address (more than one for some
4100architectures) that you specify in the @code{frame} command.
4101@xref{Selection, ,Selecting a frame}.
4102
4103@kindex info args
4104@item info args
4105Print the arguments of the selected frame, each on a separate line.
4106
4107@item info locals
4108@kindex info locals
4109Print the local variables of the selected frame, each on a separate
4110line. These are all variables (declared either static or automatic)
4111accessible at the point of execution of the selected frame.
4112
c906108c 4113@kindex info catch
d4f3574e
SS
4114@cindex catch exceptions, list active handlers
4115@cindex exception handlers, how to list
c906108c
SS
4116@item info catch
4117Print a list of all the exception handlers that are active in the
4118current stack frame at the current point of execution. To see other
4119exception handlers, visit the associated frame (using the @code{up},
4120@code{down}, or @code{frame} commands); then type @code{info catch}.
4121@xref{Set Catchpoints, , Setting catchpoints}.
53a5351d 4122
c906108c
SS
4123@end table
4124
c906108c 4125
6d2ebf8b 4126@node Source
c906108c
SS
4127@chapter Examining Source Files
4128
4129@value{GDBN} can print parts of your program's source, since the debugging
4130information recorded in the program tells @value{GDBN} what source files were
4131used to build it. When your program stops, @value{GDBN} spontaneously prints
4132the line where it stopped. Likewise, when you select a stack frame
4133(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4134execution in that frame has stopped. You can print other portions of
4135source files by explicit command.
4136
7a292a7a 4137If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 4138prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 4139@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
4140
4141@menu
4142* List:: Printing source lines
87885426 4143* Edit:: Editing source files
c906108c 4144* Search:: Searching source files
c906108c
SS
4145* Source Path:: Specifying source directories
4146* Machine Code:: Source and machine code
4147@end menu
4148
6d2ebf8b 4149@node List
c906108c
SS
4150@section Printing source lines
4151
4152@kindex list
41afff9a 4153@kindex l @r{(@code{list})}
c906108c 4154To print lines from a source file, use the @code{list} command
5d161b24 4155(abbreviated @code{l}). By default, ten lines are printed.
c906108c
SS
4156There are several ways to specify what part of the file you want to print.
4157
4158Here are the forms of the @code{list} command most commonly used:
4159
4160@table @code
4161@item list @var{linenum}
4162Print lines centered around line number @var{linenum} in the
4163current source file.
4164
4165@item list @var{function}
4166Print lines centered around the beginning of function
4167@var{function}.
4168
4169@item list
4170Print more lines. If the last lines printed were printed with a
4171@code{list} command, this prints lines following the last lines
4172printed; however, if the last line printed was a solitary line printed
4173as part of displaying a stack frame (@pxref{Stack, ,Examining the
4174Stack}), this prints lines centered around that line.
4175
4176@item list -
4177Print lines just before the lines last printed.
4178@end table
4179
4180By default, @value{GDBN} prints ten source lines with any of these forms of
4181the @code{list} command. You can change this using @code{set listsize}:
4182
4183@table @code
4184@kindex set listsize
4185@item set listsize @var{count}
4186Make the @code{list} command display @var{count} source lines (unless
4187the @code{list} argument explicitly specifies some other number).
4188
4189@kindex show listsize
4190@item show listsize
4191Display the number of lines that @code{list} prints.
4192@end table
4193
4194Repeating a @code{list} command with @key{RET} discards the argument,
4195so it is equivalent to typing just @code{list}. This is more useful
4196than listing the same lines again. An exception is made for an
4197argument of @samp{-}; that argument is preserved in repetition so that
4198each repetition moves up in the source file.
4199
4200@cindex linespec
4201In general, the @code{list} command expects you to supply zero, one or two
4202@dfn{linespecs}. Linespecs specify source lines; there are several ways
d4f3574e 4203of writing them, but the effect is always to specify some source line.
c906108c
SS
4204Here is a complete description of the possible arguments for @code{list}:
4205
4206@table @code
4207@item list @var{linespec}
4208Print lines centered around the line specified by @var{linespec}.
4209
4210@item list @var{first},@var{last}
4211Print lines from @var{first} to @var{last}. Both arguments are
4212linespecs.
4213
4214@item list ,@var{last}
4215Print lines ending with @var{last}.
4216
4217@item list @var{first},
4218Print lines starting with @var{first}.
4219
4220@item list +
4221Print lines just after the lines last printed.
4222
4223@item list -
4224Print lines just before the lines last printed.
4225
4226@item list
4227As described in the preceding table.
4228@end table
4229
4230Here are the ways of specifying a single source line---all the
4231kinds of linespec.
4232
4233@table @code
4234@item @var{number}
4235Specifies line @var{number} of the current source file.
4236When a @code{list} command has two linespecs, this refers to
4237the same source file as the first linespec.
4238
4239@item +@var{offset}
4240Specifies the line @var{offset} lines after the last line printed.
4241When used as the second linespec in a @code{list} command that has
4242two, this specifies the line @var{offset} lines down from the
4243first linespec.
4244
4245@item -@var{offset}
4246Specifies the line @var{offset} lines before the last line printed.
4247
4248@item @var{filename}:@var{number}
4249Specifies line @var{number} in the source file @var{filename}.
4250
4251@item @var{function}
4252Specifies the line that begins the body of the function @var{function}.
4253For example: in C, this is the line with the open brace.
4254
4255@item @var{filename}:@var{function}
4256Specifies the line of the open-brace that begins the body of the
4257function @var{function} in the file @var{filename}. You only need the
4258file name with a function name to avoid ambiguity when there are
4259identically named functions in different source files.
4260
4261@item *@var{address}
4262Specifies the line containing the program address @var{address}.
4263@var{address} may be any expression.
4264@end table
4265
87885426
FN
4266@node Edit
4267@section Editing source files
4268@cindex editing source files
4269
4270@kindex edit
4271@kindex e @r{(@code{edit})}
4272To edit the lines in a source file, use the @code{edit} command.
4273The editing program of your choice
4274is invoked with the current line set to
4275the active line in the program.
4276Alternatively, there are several ways to specify what part of the file you
4277want to print if you want to see other parts of the program.
4278
4279Here are the forms of the @code{edit} command most commonly used:
4280
4281@table @code
4282@item edit
4283Edit the current source file at the active line number in the program.
4284
4285@item edit @var{number}
4286Edit the current source file with @var{number} as the active line number.
4287
4288@item edit @var{function}
4289Edit the file containing @var{function} at the beginning of its definition.
4290
4291@item edit @var{filename}:@var{number}
4292Specifies line @var{number} in the source file @var{filename}.
4293
4294@item edit @var{filename}:@var{function}
4295Specifies the line that begins the body of the
4296function @var{function} in the file @var{filename}. You only need the
4297file name with a function name to avoid ambiguity when there are
4298identically named functions in different source files.
4299
4300@item edit *@var{address}
4301Specifies the line containing the program address @var{address}.
4302@var{address} may be any expression.
4303@end table
4304
4305@subsection Choosing your editor
4306You can customize @value{GDBN} to use any editor you want
4307@footnote{
4308The only restriction is that your editor (say @code{ex}), recognizes the
4309following command-line syntax:
10998722 4310@smallexample
87885426 4311ex +@var{number} file
10998722
AC
4312@end smallexample
4313The optional numeric value +@var{number} designates the active line in
4314the file.}. By default, it is @value{EDITOR}, but you can change this
4315by setting the environment variable @code{EDITOR} before using
4316@value{GDBN}. For example, to configure @value{GDBN} to use the
4317@code{vi} editor, you could use these commands with the @code{sh} shell:
4318@smallexample
87885426
FN
4319EDITOR=/usr/bin/vi
4320export EDITOR
4321gdb ...
10998722 4322@end smallexample
87885426 4323or in the @code{csh} shell,
10998722 4324@smallexample
87885426
FN
4325setenv EDITOR /usr/bin/vi
4326gdb ...
10998722 4327@end smallexample
87885426 4328
6d2ebf8b 4329@node Search
c906108c
SS
4330@section Searching source files
4331@cindex searching
4332@kindex reverse-search
4333
4334There are two commands for searching through the current source file for a
4335regular expression.
4336
4337@table @code
4338@kindex search
4339@kindex forward-search
4340@item forward-search @var{regexp}
4341@itemx search @var{regexp}
4342The command @samp{forward-search @var{regexp}} checks each line,
4343starting with the one following the last line listed, for a match for
5d161b24 4344@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
4345synonym @samp{search @var{regexp}} or abbreviate the command name as
4346@code{fo}.
4347
4348@item reverse-search @var{regexp}
4349The command @samp{reverse-search @var{regexp}} checks each line, starting
4350with the one before the last line listed and going backward, for a match
4351for @var{regexp}. It lists the line that is found. You can abbreviate
4352this command as @code{rev}.
4353@end table
c906108c 4354
6d2ebf8b 4355@node Source Path
c906108c
SS
4356@section Specifying source directories
4357
4358@cindex source path
4359@cindex directories for source files
4360Executable programs sometimes do not record the directories of the source
4361files from which they were compiled, just the names. Even when they do,
4362the directories could be moved between the compilation and your debugging
4363session. @value{GDBN} has a list of directories to search for source files;
4364this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4365it tries all the directories in the list, in the order they are present
4366in the list, until it finds a file with the desired name. Note that
4367the executable search path is @emph{not} used for this purpose. Neither is
4368the current working directory, unless it happens to be in the source
4369path.
4370
4371If @value{GDBN} cannot find a source file in the source path, and the
4372object program records a directory, @value{GDBN} tries that directory
4373too. If the source path is empty, and there is no record of the
4374compilation directory, @value{GDBN} looks in the current directory as a
4375last resort.
4376
4377Whenever you reset or rearrange the source path, @value{GDBN} clears out
4378any information it has cached about where source files are found and where
4379each line is in the file.
4380
4381@kindex directory
4382@kindex dir
d4f3574e
SS
4383When you start @value{GDBN}, its source path includes only @samp{cdir}
4384and @samp{cwd}, in that order.
c906108c
SS
4385To add other directories, use the @code{directory} command.
4386
4387@table @code
4388@item directory @var{dirname} @dots{}
4389@item dir @var{dirname} @dots{}
4390Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
4391directory names may be given to this command, separated by @samp{:}
4392(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4393part of absolute file names) or
c906108c
SS
4394whitespace. You may specify a directory that is already in the source
4395path; this moves it forward, so @value{GDBN} searches it sooner.
4396
4397@kindex cdir
4398@kindex cwd
41afff9a
EZ
4399@vindex $cdir@r{, convenience variable}
4400@vindex $cwdr@r{, convenience variable}
c906108c
SS
4401@cindex compilation directory
4402@cindex current directory
4403@cindex working directory
4404@cindex directory, current
4405@cindex directory, compilation
4406You can use the string @samp{$cdir} to refer to the compilation
4407directory (if one is recorded), and @samp{$cwd} to refer to the current
4408working directory. @samp{$cwd} is not the same as @samp{.}---the former
4409tracks the current working directory as it changes during your @value{GDBN}
4410session, while the latter is immediately expanded to the current
4411directory at the time you add an entry to the source path.
4412
4413@item directory
4414Reset the source path to empty again. This requires confirmation.
4415
4416@c RET-repeat for @code{directory} is explicitly disabled, but since
4417@c repeating it would be a no-op we do not say that. (thanks to RMS)
4418
4419@item show directories
4420@kindex show directories
4421Print the source path: show which directories it contains.
4422@end table
4423
4424If your source path is cluttered with directories that are no longer of
4425interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4426versions of source. You can correct the situation as follows:
4427
4428@enumerate
4429@item
4430Use @code{directory} with no argument to reset the source path to empty.
4431
4432@item
4433Use @code{directory} with suitable arguments to reinstall the
4434directories you want in the source path. You can add all the
4435directories in one command.
4436@end enumerate
4437
6d2ebf8b 4438@node Machine Code
c906108c
SS
4439@section Source and machine code
4440
4441You can use the command @code{info line} to map source lines to program
4442addresses (and vice versa), and the command @code{disassemble} to display
4443a range of addresses as machine instructions. When run under @sc{gnu} Emacs
d4f3574e 4444mode, the @code{info line} command causes the arrow to point to the
5d161b24 4445line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
4446well as hex.
4447
4448@table @code
4449@kindex info line
4450@item info line @var{linespec}
4451Print the starting and ending addresses of the compiled code for
4452source line @var{linespec}. You can specify source lines in any of
4453the ways understood by the @code{list} command (@pxref{List, ,Printing
4454source lines}).
4455@end table
4456
4457For example, we can use @code{info line} to discover the location of
4458the object code for the first line of function
4459@code{m4_changequote}:
4460
d4f3574e
SS
4461@c FIXME: I think this example should also show the addresses in
4462@c symbolic form, as they usually would be displayed.
c906108c 4463@smallexample
96a2c332 4464(@value{GDBP}) info line m4_changequote
c906108c
SS
4465Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4466@end smallexample
4467
4468@noindent
4469We can also inquire (using @code{*@var{addr}} as the form for
4470@var{linespec}) what source line covers a particular address:
4471@smallexample
4472(@value{GDBP}) info line *0x63ff
4473Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4474@end smallexample
4475
4476@cindex @code{$_} and @code{info line}
41afff9a 4477@kindex x@r{(examine), and} info line
c906108c
SS
4478After @code{info line}, the default address for the @code{x} command
4479is changed to the starting address of the line, so that @samp{x/i} is
4480sufficient to begin examining the machine code (@pxref{Memory,
4481,Examining memory}). Also, this address is saved as the value of the
4482convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4483variables}).
4484
4485@table @code
4486@kindex disassemble
4487@cindex assembly instructions
4488@cindex instructions, assembly
4489@cindex machine instructions
4490@cindex listing machine instructions
4491@item disassemble
4492This specialized command dumps a range of memory as machine
4493instructions. The default memory range is the function surrounding the
4494program counter of the selected frame. A single argument to this
4495command is a program counter value; @value{GDBN} dumps the function
4496surrounding this value. Two arguments specify a range of addresses
4497(first inclusive, second exclusive) to dump.
4498@end table
4499
c906108c
SS
4500The following example shows the disassembly of a range of addresses of
4501HP PA-RISC 2.0 code:
4502
4503@smallexample
4504(@value{GDBP}) disas 0x32c4 0x32e4
4505Dump of assembler code from 0x32c4 to 0x32e4:
45060x32c4 <main+204>: addil 0,dp
45070x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
45080x32cc <main+212>: ldil 0x3000,r31
45090x32d0 <main+216>: ble 0x3f8(sr4,r31)
45100x32d4 <main+220>: ldo 0(r31),rp
45110x32d8 <main+224>: addil -0x800,dp
45120x32dc <main+228>: ldo 0x588(r1),r26
45130x32e0 <main+232>: ldil 0x3000,r31
4514End of assembler dump.
4515@end smallexample
c906108c
SS
4516
4517Some architectures have more than one commonly-used set of instruction
4518mnemonics or other syntax.
4519
4520@table @code
d4f3574e 4521@kindex set disassembly-flavor
c906108c
SS
4522@cindex assembly instructions
4523@cindex instructions, assembly
4524@cindex machine instructions
4525@cindex listing machine instructions
d4f3574e
SS
4526@cindex Intel disassembly flavor
4527@cindex AT&T disassembly flavor
4528@item set disassembly-flavor @var{instruction-set}
c906108c
SS
4529Select the instruction set to use when disassembling the
4530program via the @code{disassemble} or @code{x/i} commands.
4531
4532Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
4533can set @var{instruction-set} to either @code{intel} or @code{att}.
4534The default is @code{att}, the AT&T flavor used by default by Unix
4535assemblers for x86-based targets.
c906108c
SS
4536@end table
4537
4538
6d2ebf8b 4539@node Data
c906108c
SS
4540@chapter Examining Data
4541
4542@cindex printing data
4543@cindex examining data
4544@kindex print
4545@kindex inspect
4546@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4547@c document because it is nonstandard... Under Epoch it displays in a
4548@c different window or something like that.
4549The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
4550command (abbreviated @code{p}), or its synonym @code{inspect}. It
4551evaluates and prints the value of an expression of the language your
4552program is written in (@pxref{Languages, ,Using @value{GDBN} with
4553Different Languages}).
c906108c
SS
4554
4555@table @code
d4f3574e
SS
4556@item print @var{expr}
4557@itemx print /@var{f} @var{expr}
4558@var{expr} is an expression (in the source language). By default the
4559value of @var{expr} is printed in a format appropriate to its data type;
c906108c 4560you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 4561@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
c906108c
SS
4562formats}.
4563
4564@item print
4565@itemx print /@var{f}
d4f3574e 4566If you omit @var{expr}, @value{GDBN} displays the last value again (from the
c906108c
SS
4567@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4568conveniently inspect the same value in an alternative format.
4569@end table
4570
4571A more low-level way of examining data is with the @code{x} command.
4572It examines data in memory at a specified address and prints it in a
4573specified format. @xref{Memory, ,Examining memory}.
4574
7a292a7a 4575If you are interested in information about types, or about how the
d4f3574e
SS
4576fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4577command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 4578Table}.
c906108c
SS
4579
4580@menu
4581* Expressions:: Expressions
4582* Variables:: Program variables
4583* Arrays:: Artificial arrays
4584* Output Formats:: Output formats
4585* Memory:: Examining memory
4586* Auto Display:: Automatic display
4587* Print Settings:: Print settings
4588* Value History:: Value history
4589* Convenience Vars:: Convenience variables
4590* Registers:: Registers
c906108c 4591* Floating Point Hardware:: Floating point hardware
53c69bd7 4592* Vector Unit:: Vector Unit
29e57380 4593* Memory Region Attributes:: Memory region attributes
16d9dec6 4594* Dump/Restore Files:: Copy between memory and a file
a0eb71c5
KB
4595* Character Sets:: Debugging programs that use a different
4596 character set than GDB does
c906108c
SS
4597@end menu
4598
6d2ebf8b 4599@node Expressions
c906108c
SS
4600@section Expressions
4601
4602@cindex expressions
4603@code{print} and many other @value{GDBN} commands accept an expression and
4604compute its value. Any kind of constant, variable or operator defined
4605by the programming language you are using is valid in an expression in
e2e0bcd1
JB
4606@value{GDBN}. This includes conditional expressions, function calls,
4607casts, and string constants. It also includes preprocessor macros, if
4608you compiled your program to include this information; see
4609@ref{Compilation}.
c906108c 4610
d4f3574e
SS
4611@value{GDBN} supports array constants in expressions input by
4612the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5d161b24 4613you can use the command @code{print @{1, 2, 3@}} to build up an array in
d4f3574e 4614memory that is @code{malloc}ed in the target program.
c906108c 4615
c906108c
SS
4616Because C is so widespread, most of the expressions shown in examples in
4617this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4618Languages}, for information on how to use expressions in other
4619languages.
4620
4621In this section, we discuss operators that you can use in @value{GDBN}
4622expressions regardless of your programming language.
4623
4624Casts are supported in all languages, not just in C, because it is so
4625useful to cast a number into a pointer in order to examine a structure
4626at that address in memory.
4627@c FIXME: casts supported---Mod2 true?
c906108c
SS
4628
4629@value{GDBN} supports these operators, in addition to those common
4630to programming languages:
4631
4632@table @code
4633@item @@
4634@samp{@@} is a binary operator for treating parts of memory as arrays.
4635@xref{Arrays, ,Artificial arrays}, for more information.
4636
4637@item ::
4638@samp{::} allows you to specify a variable in terms of the file or
4639function where it is defined. @xref{Variables, ,Program variables}.
4640
4641@cindex @{@var{type}@}
4642@cindex type casting memory
4643@cindex memory, viewing as typed object
4644@cindex casts, to view memory
4645@item @{@var{type}@} @var{addr}
4646Refers to an object of type @var{type} stored at address @var{addr} in
4647memory. @var{addr} may be any expression whose value is an integer or
4648pointer (but parentheses are required around binary operators, just as in
4649a cast). This construct is allowed regardless of what kind of data is
4650normally supposed to reside at @var{addr}.
4651@end table
4652
6d2ebf8b 4653@node Variables
c906108c
SS
4654@section Program variables
4655
4656The most common kind of expression to use is the name of a variable
4657in your program.
4658
4659Variables in expressions are understood in the selected stack frame
4660(@pxref{Selection, ,Selecting a frame}); they must be either:
4661
4662@itemize @bullet
4663@item
4664global (or file-static)
4665@end itemize
4666
5d161b24 4667@noindent or
c906108c
SS
4668
4669@itemize @bullet
4670@item
4671visible according to the scope rules of the
4672programming language from the point of execution in that frame
5d161b24 4673@end itemize
c906108c
SS
4674
4675@noindent This means that in the function
4676
474c8240 4677@smallexample
c906108c
SS
4678foo (a)
4679 int a;
4680@{
4681 bar (a);
4682 @{
4683 int b = test ();
4684 bar (b);
4685 @}
4686@}
474c8240 4687@end smallexample
c906108c
SS
4688
4689@noindent
4690you can examine and use the variable @code{a} whenever your program is
4691executing within the function @code{foo}, but you can only use or
4692examine the variable @code{b} while your program is executing inside
4693the block where @code{b} is declared.
4694
4695@cindex variable name conflict
4696There is an exception: you can refer to a variable or function whose
4697scope is a single source file even if the current execution point is not
4698in this file. But it is possible to have more than one such variable or
4699function with the same name (in different source files). If that
4700happens, referring to that name has unpredictable effects. If you wish,
4701you can specify a static variable in a particular function or file,
4702using the colon-colon notation:
4703
d4f3574e 4704@cindex colon-colon, context for variables/functions
c906108c
SS
4705@iftex
4706@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 4707@cindex @code{::}, context for variables/functions
c906108c 4708@end iftex
474c8240 4709@smallexample
c906108c
SS
4710@var{file}::@var{variable}
4711@var{function}::@var{variable}
474c8240 4712@end smallexample
c906108c
SS
4713
4714@noindent
4715Here @var{file} or @var{function} is the name of the context for the
4716static @var{variable}. In the case of file names, you can use quotes to
4717make sure @value{GDBN} parses the file name as a single word---for example,
4718to print a global value of @code{x} defined in @file{f2.c}:
4719
474c8240 4720@smallexample
c906108c 4721(@value{GDBP}) p 'f2.c'::x
474c8240 4722@end smallexample
c906108c 4723
b37052ae 4724@cindex C@t{++} scope resolution
c906108c 4725This use of @samp{::} is very rarely in conflict with the very similar
b37052ae 4726use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
4727scope resolution operator in @value{GDBN} expressions.
4728@c FIXME: Um, so what happens in one of those rare cases where it's in
4729@c conflict?? --mew
c906108c
SS
4730
4731@cindex wrong values
4732@cindex variable values, wrong
4733@quotation
4734@emph{Warning:} Occasionally, a local variable may appear to have the
4735wrong value at certain points in a function---just after entry to a new
4736scope, and just before exit.
4737@end quotation
4738You may see this problem when you are stepping by machine instructions.
4739This is because, on most machines, it takes more than one instruction to
4740set up a stack frame (including local variable definitions); if you are
4741stepping by machine instructions, variables may appear to have the wrong
4742values until the stack frame is completely built. On exit, it usually
4743also takes more than one machine instruction to destroy a stack frame;
4744after you begin stepping through that group of instructions, local
4745variable definitions may be gone.
4746
4747This may also happen when the compiler does significant optimizations.
4748To be sure of always seeing accurate values, turn off all optimization
4749when compiling.
4750
d4f3574e
SS
4751@cindex ``No symbol "foo" in current context''
4752Another possible effect of compiler optimizations is to optimize
4753unused variables out of existence, or assign variables to registers (as
4754opposed to memory addresses). Depending on the support for such cases
4755offered by the debug info format used by the compiler, @value{GDBN}
4756might not be able to display values for such local variables. If that
4757happens, @value{GDBN} will print a message like this:
4758
474c8240 4759@smallexample
d4f3574e 4760No symbol "foo" in current context.
474c8240 4761@end smallexample
d4f3574e
SS
4762
4763To solve such problems, either recompile without optimizations, or use a
4764different debug info format, if the compiler supports several such
0179ffac
DC
4765formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler
4766usually supports the @option{-gstabs+} option. @option{-gstabs+}
4767produces debug info in a format that is superior to formats such as
4768COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
4769an effective form for debug info. @xref{Debugging Options,,Options
4770for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
d4f3574e
SS
4771
4772
6d2ebf8b 4773@node Arrays
c906108c
SS
4774@section Artificial arrays
4775
4776@cindex artificial array
41afff9a 4777@kindex @@@r{, referencing memory as an array}
c906108c
SS
4778It is often useful to print out several successive objects of the
4779same type in memory; a section of an array, or an array of
4780dynamically determined size for which only a pointer exists in the
4781program.
4782
4783You can do this by referring to a contiguous span of memory as an
4784@dfn{artificial array}, using the binary operator @samp{@@}. The left
4785operand of @samp{@@} should be the first element of the desired array
4786and be an individual object. The right operand should be the desired length
4787of the array. The result is an array value whose elements are all of
4788the type of the left argument. The first element is actually the left
4789argument; the second element comes from bytes of memory immediately
4790following those that hold the first element, and so on. Here is an
4791example. If a program says
4792
474c8240 4793@smallexample
c906108c 4794int *array = (int *) malloc (len * sizeof (int));
474c8240 4795@end smallexample
c906108c
SS
4796
4797@noindent
4798you can print the contents of @code{array} with
4799
474c8240 4800@smallexample
c906108c 4801p *array@@len
474c8240 4802@end smallexample
c906108c
SS
4803
4804The left operand of @samp{@@} must reside in memory. Array values made
4805with @samp{@@} in this way behave just like other arrays in terms of
4806subscripting, and are coerced to pointers when used in expressions.
4807Artificial arrays most often appear in expressions via the value history
4808(@pxref{Value History, ,Value history}), after printing one out.
4809
4810Another way to create an artificial array is to use a cast.
4811This re-interprets a value as if it were an array.
4812The value need not be in memory:
474c8240 4813@smallexample
c906108c
SS
4814(@value{GDBP}) p/x (short[2])0x12345678
4815$1 = @{0x1234, 0x5678@}
474c8240 4816@end smallexample
c906108c
SS
4817
4818As a convenience, if you leave the array length out (as in
c3f6f71d 4819@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 4820the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 4821@smallexample
c906108c
SS
4822(@value{GDBP}) p/x (short[])0x12345678
4823$2 = @{0x1234, 0x5678@}
474c8240 4824@end smallexample
c906108c
SS
4825
4826Sometimes the artificial array mechanism is not quite enough; in
4827moderately complex data structures, the elements of interest may not
4828actually be adjacent---for example, if you are interested in the values
4829of pointers in an array. One useful work-around in this situation is
4830to use a convenience variable (@pxref{Convenience Vars, ,Convenience
4831variables}) as a counter in an expression that prints the first
4832interesting value, and then repeat that expression via @key{RET}. For
4833instance, suppose you have an array @code{dtab} of pointers to
4834structures, and you are interested in the values of a field @code{fv}
4835in each structure. Here is an example of what you might type:
4836
474c8240 4837@smallexample
c906108c
SS
4838set $i = 0
4839p dtab[$i++]->fv
4840@key{RET}
4841@key{RET}
4842@dots{}
474c8240 4843@end smallexample
c906108c 4844
6d2ebf8b 4845@node Output Formats
c906108c
SS
4846@section Output formats
4847
4848@cindex formatted output
4849@cindex output formats
4850By default, @value{GDBN} prints a value according to its data type. Sometimes
4851this is not what you want. For example, you might want to print a number
4852in hex, or a pointer in decimal. Or you might want to view data in memory
4853at a certain address as a character string or as an instruction. To do
4854these things, specify an @dfn{output format} when you print a value.
4855
4856The simplest use of output formats is to say how to print a value
4857already computed. This is done by starting the arguments of the
4858@code{print} command with a slash and a format letter. The format
4859letters supported are:
4860
4861@table @code
4862@item x
4863Regard the bits of the value as an integer, and print the integer in
4864hexadecimal.
4865
4866@item d
4867Print as integer in signed decimal.
4868
4869@item u
4870Print as integer in unsigned decimal.
4871
4872@item o
4873Print as integer in octal.
4874
4875@item t
4876Print as integer in binary. The letter @samp{t} stands for ``two''.
4877@footnote{@samp{b} cannot be used because these format letters are also
4878used with the @code{x} command, where @samp{b} stands for ``byte'';
d4f3574e 4879see @ref{Memory,,Examining memory}.}
c906108c
SS
4880
4881@item a
4882@cindex unknown address, locating
3d67e040 4883@cindex locate address
c906108c
SS
4884Print as an address, both absolute in hexadecimal and as an offset from
4885the nearest preceding symbol. You can use this format used to discover
4886where (in what function) an unknown address is located:
4887
474c8240 4888@smallexample
c906108c
SS
4889(@value{GDBP}) p/a 0x54320
4890$3 = 0x54320 <_initialize_vx+396>
474c8240 4891@end smallexample
c906108c 4892
3d67e040
EZ
4893@noindent
4894The command @code{info symbol 0x54320} yields similar results.
4895@xref{Symbols, info symbol}.
4896
c906108c
SS
4897@item c
4898Regard as an integer and print it as a character constant.
4899
4900@item f
4901Regard the bits of the value as a floating point number and print
4902using typical floating point syntax.
4903@end table
4904
4905For example, to print the program counter in hex (@pxref{Registers}), type
4906
474c8240 4907@smallexample
c906108c 4908p/x $pc
474c8240 4909@end smallexample
c906108c
SS
4910
4911@noindent
4912Note that no space is required before the slash; this is because command
4913names in @value{GDBN} cannot contain a slash.
4914
4915To reprint the last value in the value history with a different format,
4916you can use the @code{print} command with just a format and no
4917expression. For example, @samp{p/x} reprints the last value in hex.
4918
6d2ebf8b 4919@node Memory
c906108c
SS
4920@section Examining memory
4921
4922You can use the command @code{x} (for ``examine'') to examine memory in
4923any of several formats, independently of your program's data types.
4924
4925@cindex examining memory
4926@table @code
41afff9a 4927@kindex x @r{(examine memory)}
c906108c
SS
4928@item x/@var{nfu} @var{addr}
4929@itemx x @var{addr}
4930@itemx x
4931Use the @code{x} command to examine memory.
4932@end table
4933
4934@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
4935much memory to display and how to format it; @var{addr} is an
4936expression giving the address where you want to start displaying memory.
4937If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
4938Several commands set convenient defaults for @var{addr}.
4939
4940@table @r
4941@item @var{n}, the repeat count
4942The repeat count is a decimal integer; the default is 1. It specifies
4943how much memory (counting by units @var{u}) to display.
4944@c This really is **decimal**; unaffected by 'set radix' as of GDB
4945@c 4.1.2.
4946
4947@item @var{f}, the display format
4948The display format is one of the formats used by @code{print},
4949@samp{s} (null-terminated string), or @samp{i} (machine instruction).
4950The default is @samp{x} (hexadecimal) initially.
4951The default changes each time you use either @code{x} or @code{print}.
4952
4953@item @var{u}, the unit size
4954The unit size is any of
4955
4956@table @code
4957@item b
4958Bytes.
4959@item h
4960Halfwords (two bytes).
4961@item w
4962Words (four bytes). This is the initial default.
4963@item g
4964Giant words (eight bytes).
4965@end table
4966
4967Each time you specify a unit size with @code{x}, that size becomes the
4968default unit the next time you use @code{x}. (For the @samp{s} and
4969@samp{i} formats, the unit size is ignored and is normally not written.)
4970
4971@item @var{addr}, starting display address
4972@var{addr} is the address where you want @value{GDBN} to begin displaying
4973memory. The expression need not have a pointer value (though it may);
4974it is always interpreted as an integer address of a byte of memory.
4975@xref{Expressions, ,Expressions}, for more information on expressions. The default for
4976@var{addr} is usually just after the last address examined---but several
4977other commands also set the default address: @code{info breakpoints} (to
4978the address of the last breakpoint listed), @code{info line} (to the
4979starting address of a line), and @code{print} (if you use it to display
4980a value from memory).
4981@end table
4982
4983For example, @samp{x/3uh 0x54320} is a request to display three halfwords
4984(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
4985starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
4986words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 4987@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
4988
4989Since the letters indicating unit sizes are all distinct from the
4990letters specifying output formats, you do not have to remember whether
4991unit size or format comes first; either order works. The output
4992specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
4993(However, the count @var{n} must come first; @samp{wx4} does not work.)
4994
4995Even though the unit size @var{u} is ignored for the formats @samp{s}
4996and @samp{i}, you might still want to use a count @var{n}; for example,
4997@samp{3i} specifies that you want to see three machine instructions,
4998including any operands. The command @code{disassemble} gives an
d4f3574e 4999alternative way of inspecting machine instructions; see @ref{Machine
c906108c
SS
5000Code,,Source and machine code}.
5001
5002All the defaults for the arguments to @code{x} are designed to make it
5003easy to continue scanning memory with minimal specifications each time
5004you use @code{x}. For example, after you have inspected three machine
5005instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5006with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
5007the repeat count @var{n} is used again; the other arguments default as
5008for successive uses of @code{x}.
5009
5010@cindex @code{$_}, @code{$__}, and value history
5011The addresses and contents printed by the @code{x} command are not saved
5012in the value history because there is often too much of them and they
5013would get in the way. Instead, @value{GDBN} makes these values available for
5014subsequent use in expressions as values of the convenience variables
5015@code{$_} and @code{$__}. After an @code{x} command, the last address
5016examined is available for use in expressions in the convenience variable
5017@code{$_}. The contents of that address, as examined, are available in
5018the convenience variable @code{$__}.
5019
5020If the @code{x} command has a repeat count, the address and contents saved
5021are from the last memory unit printed; this is not the same as the last
5022address printed if several units were printed on the last line of output.
5023
6d2ebf8b 5024@node Auto Display
c906108c
SS
5025@section Automatic display
5026@cindex automatic display
5027@cindex display of expressions
5028
5029If you find that you want to print the value of an expression frequently
5030(to see how it changes), you might want to add it to the @dfn{automatic
5031display list} so that @value{GDBN} prints its value each time your program stops.
5032Each expression added to the list is given a number to identify it;
5033to remove an expression from the list, you specify that number.
5034The automatic display looks like this:
5035
474c8240 5036@smallexample
c906108c
SS
50372: foo = 38
50383: bar[5] = (struct hack *) 0x3804
474c8240 5039@end smallexample
c906108c
SS
5040
5041@noindent
5042This display shows item numbers, expressions and their current values. As with
5043displays you request manually using @code{x} or @code{print}, you can
5044specify the output format you prefer; in fact, @code{display} decides
5045whether to use @code{print} or @code{x} depending on how elaborate your
5046format specification is---it uses @code{x} if you specify a unit size,
5047or one of the two formats (@samp{i} and @samp{s}) that are only
5048supported by @code{x}; otherwise it uses @code{print}.
5049
5050@table @code
5051@kindex display
d4f3574e
SS
5052@item display @var{expr}
5053Add the expression @var{expr} to the list of expressions to display
c906108c
SS
5054each time your program stops. @xref{Expressions, ,Expressions}.
5055
5056@code{display} does not repeat if you press @key{RET} again after using it.
5057
d4f3574e 5058@item display/@var{fmt} @var{expr}
c906108c 5059For @var{fmt} specifying only a display format and not a size or
d4f3574e 5060count, add the expression @var{expr} to the auto-display list but
c906108c
SS
5061arrange to display it each time in the specified format @var{fmt}.
5062@xref{Output Formats,,Output formats}.
5063
5064@item display/@var{fmt} @var{addr}
5065For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5066number of units, add the expression @var{addr} as a memory address to
5067be examined each time your program stops. Examining means in effect
5068doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5069@end table
5070
5071For example, @samp{display/i $pc} can be helpful, to see the machine
5072instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 5073is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
5074
5075@table @code
5076@kindex delete display
5077@kindex undisplay
5078@item undisplay @var{dnums}@dots{}
5079@itemx delete display @var{dnums}@dots{}
5080Remove item numbers @var{dnums} from the list of expressions to display.
5081
5082@code{undisplay} does not repeat if you press @key{RET} after using it.
5083(Otherwise you would just get the error @samp{No display number @dots{}}.)
5084
5085@kindex disable display
5086@item disable display @var{dnums}@dots{}
5087Disable the display of item numbers @var{dnums}. A disabled display
5088item is not printed automatically, but is not forgotten. It may be
5089enabled again later.
5090
5091@kindex enable display
5092@item enable display @var{dnums}@dots{}
5093Enable display of item numbers @var{dnums}. It becomes effective once
5094again in auto display of its expression, until you specify otherwise.
5095
5096@item display
5097Display the current values of the expressions on the list, just as is
5098done when your program stops.
5099
5100@kindex info display
5101@item info display
5102Print the list of expressions previously set up to display
5103automatically, each one with its item number, but without showing the
5104values. This includes disabled expressions, which are marked as such.
5105It also includes expressions which would not be displayed right now
5106because they refer to automatic variables not currently available.
5107@end table
5108
5109If a display expression refers to local variables, then it does not make
5110sense outside the lexical context for which it was set up. Such an
5111expression is disabled when execution enters a context where one of its
5112variables is not defined. For example, if you give the command
5113@code{display last_char} while inside a function with an argument
5114@code{last_char}, @value{GDBN} displays this argument while your program
5115continues to stop inside that function. When it stops elsewhere---where
5116there is no variable @code{last_char}---the display is disabled
5117automatically. The next time your program stops where @code{last_char}
5118is meaningful, you can enable the display expression once again.
5119
6d2ebf8b 5120@node Print Settings
c906108c
SS
5121@section Print settings
5122
5123@cindex format options
5124@cindex print settings
5125@value{GDBN} provides the following ways to control how arrays, structures,
5126and symbols are printed.
5127
5128@noindent
5129These settings are useful for debugging programs in any language:
5130
5131@table @code
5132@kindex set print address
5133@item set print address
5134@itemx set print address on
5135@value{GDBN} prints memory addresses showing the location of stack
5136traces, structure values, pointer values, breakpoints, and so forth,
5137even when it also displays the contents of those addresses. The default
5138is @code{on}. For example, this is what a stack frame display looks like with
5139@code{set print address on}:
5140
5141@smallexample
5142@group
5143(@value{GDBP}) f
5144#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5145 at input.c:530
5146530 if (lquote != def_lquote)
5147@end group
5148@end smallexample
5149
5150@item set print address off
5151Do not print addresses when displaying their contents. For example,
5152this is the same stack frame displayed with @code{set print address off}:
5153
5154@smallexample
5155@group
5156(@value{GDBP}) set print addr off
5157(@value{GDBP}) f
5158#0 set_quotes (lq="<<", rq=">>") at input.c:530
5159530 if (lquote != def_lquote)
5160@end group
5161@end smallexample
5162
5163You can use @samp{set print address off} to eliminate all machine
5164dependent displays from the @value{GDBN} interface. For example, with
5165@code{print address off}, you should get the same text for backtraces on
5166all machines---whether or not they involve pointer arguments.
5167
5168@kindex show print address
5169@item show print address
5170Show whether or not addresses are to be printed.
5171@end table
5172
5173When @value{GDBN} prints a symbolic address, it normally prints the
5174closest earlier symbol plus an offset. If that symbol does not uniquely
5175identify the address (for example, it is a name whose scope is a single
5176source file), you may need to clarify. One way to do this is with
5177@code{info line}, for example @samp{info line *0x4537}. Alternately,
5178you can set @value{GDBN} to print the source file and line number when
5179it prints a symbolic address:
5180
5181@table @code
5182@kindex set print symbol-filename
5183@item set print symbol-filename on
5184Tell @value{GDBN} to print the source file name and line number of a
5185symbol in the symbolic form of an address.
5186
5187@item set print symbol-filename off
5188Do not print source file name and line number of a symbol. This is the
5189default.
5190
5191@kindex show print symbol-filename
5192@item show print symbol-filename
5193Show whether or not @value{GDBN} will print the source file name and
5194line number of a symbol in the symbolic form of an address.
5195@end table
5196
5197Another situation where it is helpful to show symbol filenames and line
5198numbers is when disassembling code; @value{GDBN} shows you the line
5199number and source file that corresponds to each instruction.
5200
5201Also, you may wish to see the symbolic form only if the address being
5202printed is reasonably close to the closest earlier symbol:
5203
5204@table @code
5205@kindex set print max-symbolic-offset
5206@item set print max-symbolic-offset @var{max-offset}
5207Tell @value{GDBN} to only display the symbolic form of an address if the
5208offset between the closest earlier symbol and the address is less than
5d161b24 5209@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
5210to always print the symbolic form of an address if any symbol precedes it.
5211
5212@kindex show print max-symbolic-offset
5213@item show print max-symbolic-offset
5214Ask how large the maximum offset is that @value{GDBN} prints in a
5215symbolic address.
5216@end table
5217
5218@cindex wild pointer, interpreting
5219@cindex pointer, finding referent
5220If you have a pointer and you are not sure where it points, try
5221@samp{set print symbol-filename on}. Then you can determine the name
5222and source file location of the variable where it points, using
5223@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5224For example, here @value{GDBN} shows that a variable @code{ptt} points
5225at another variable @code{t}, defined in @file{hi2.c}:
5226
474c8240 5227@smallexample
c906108c
SS
5228(@value{GDBP}) set print symbol-filename on
5229(@value{GDBP}) p/a ptt
5230$4 = 0xe008 <t in hi2.c>
474c8240 5231@end smallexample
c906108c
SS
5232
5233@quotation
5234@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5235does not show the symbol name and filename of the referent, even with
5236the appropriate @code{set print} options turned on.
5237@end quotation
5238
5239Other settings control how different kinds of objects are printed:
5240
5241@table @code
5242@kindex set print array
5243@item set print array
5244@itemx set print array on
5245Pretty print arrays. This format is more convenient to read,
5246but uses more space. The default is off.
5247
5248@item set print array off
5249Return to compressed format for arrays.
5250
5251@kindex show print array
5252@item show print array
5253Show whether compressed or pretty format is selected for displaying
5254arrays.
5255
5256@kindex set print elements
5257@item set print elements @var{number-of-elements}
5258Set a limit on how many elements of an array @value{GDBN} will print.
5259If @value{GDBN} is printing a large array, it stops printing after it has
5260printed the number of elements set by the @code{set print elements} command.
5261This limit also applies to the display of strings.
d4f3574e 5262When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
5263Setting @var{number-of-elements} to zero means that the printing is unlimited.
5264
5265@kindex show print elements
5266@item show print elements
5267Display the number of elements of a large array that @value{GDBN} will print.
5268If the number is 0, then the printing is unlimited.
5269
5270@kindex set print null-stop
5271@item set print null-stop
5272Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 5273@sc{null} is encountered. This is useful when large arrays actually
c906108c 5274contain only short strings.
d4f3574e 5275The default is off.
c906108c
SS
5276
5277@kindex set print pretty
5278@item set print pretty on
5d161b24 5279Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
5280per line, like this:
5281
5282@smallexample
5283@group
5284$1 = @{
5285 next = 0x0,
5286 flags = @{
5287 sweet = 1,
5288 sour = 1
5289 @},
5290 meat = 0x54 "Pork"
5291@}
5292@end group
5293@end smallexample
5294
5295@item set print pretty off
5296Cause @value{GDBN} to print structures in a compact format, like this:
5297
5298@smallexample
5299@group
5300$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5301meat = 0x54 "Pork"@}
5302@end group
5303@end smallexample
5304
5305@noindent
5306This is the default format.
5307
5308@kindex show print pretty
5309@item show print pretty
5310Show which format @value{GDBN} is using to print structures.
5311
5312@kindex set print sevenbit-strings
5313@item set print sevenbit-strings on
5314Print using only seven-bit characters; if this option is set,
5315@value{GDBN} displays any eight-bit characters (in strings or
5316character values) using the notation @code{\}@var{nnn}. This setting is
5317best if you are working in English (@sc{ascii}) and you use the
5318high-order bit of characters as a marker or ``meta'' bit.
5319
5320@item set print sevenbit-strings off
5321Print full eight-bit characters. This allows the use of more
5322international character sets, and is the default.
5323
5324@kindex show print sevenbit-strings
5325@item show print sevenbit-strings
5326Show whether or not @value{GDBN} is printing only seven-bit characters.
5327
5328@kindex set print union
5329@item set print union on
5d161b24 5330Tell @value{GDBN} to print unions which are contained in structures. This
c906108c
SS
5331is the default setting.
5332
5333@item set print union off
5334Tell @value{GDBN} not to print unions which are contained in structures.
5335
5336@kindex show print union
5337@item show print union
5338Ask @value{GDBN} whether or not it will print unions which are contained in
5339structures.
5340
5341For example, given the declarations
5342
5343@smallexample
5344typedef enum @{Tree, Bug@} Species;
5345typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 5346typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
5347 Bug_forms;
5348
5349struct thing @{
5350 Species it;
5351 union @{
5352 Tree_forms tree;
5353 Bug_forms bug;
5354 @} form;
5355@};
5356
5357struct thing foo = @{Tree, @{Acorn@}@};
5358@end smallexample
5359
5360@noindent
5361with @code{set print union on} in effect @samp{p foo} would print
5362
5363@smallexample
5364$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5365@end smallexample
5366
5367@noindent
5368and with @code{set print union off} in effect it would print
5369
5370@smallexample
5371$1 = @{it = Tree, form = @{...@}@}
5372@end smallexample
5373@end table
5374
c906108c
SS
5375@need 1000
5376@noindent
b37052ae 5377These settings are of interest when debugging C@t{++} programs:
c906108c
SS
5378
5379@table @code
5380@cindex demangling
5381@kindex set print demangle
5382@item set print demangle
5383@itemx set print demangle on
b37052ae 5384Print C@t{++} names in their source form rather than in the encoded
c906108c 5385(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 5386linkage. The default is on.
c906108c
SS
5387
5388@kindex show print demangle
5389@item show print demangle
b37052ae 5390Show whether C@t{++} names are printed in mangled or demangled form.
c906108c
SS
5391
5392@kindex set print asm-demangle
5393@item set print asm-demangle
5394@itemx set print asm-demangle on
b37052ae 5395Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
5396in assembler code printouts such as instruction disassemblies.
5397The default is off.
5398
5399@kindex show print asm-demangle
5400@item show print asm-demangle
b37052ae 5401Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
5402or demangled form.
5403
5404@kindex set demangle-style
b37052ae
EZ
5405@cindex C@t{++} symbol decoding style
5406@cindex symbol decoding style, C@t{++}
c906108c
SS
5407@item set demangle-style @var{style}
5408Choose among several encoding schemes used by different compilers to
b37052ae 5409represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
5410
5411@table @code
5412@item auto
5413Allow @value{GDBN} to choose a decoding style by inspecting your program.
5414
5415@item gnu
b37052ae 5416Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c 5417This is the default.
c906108c
SS
5418
5419@item hp
b37052ae 5420Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
5421
5422@item lucid
b37052ae 5423Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
5424
5425@item arm
b37052ae 5426Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
5427@strong{Warning:} this setting alone is not sufficient to allow
5428debugging @code{cfront}-generated executables. @value{GDBN} would
5429require further enhancement to permit that.
5430
5431@end table
5432If you omit @var{style}, you will see a list of possible formats.
5433
5434@kindex show demangle-style
5435@item show demangle-style
b37052ae 5436Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c
SS
5437
5438@kindex set print object
5439@item set print object
5440@itemx set print object on
5441When displaying a pointer to an object, identify the @emph{actual}
5442(derived) type of the object rather than the @emph{declared} type, using
5443the virtual function table.
5444
5445@item set print object off
5446Display only the declared type of objects, without reference to the
5447virtual function table. This is the default setting.
5448
5449@kindex show print object
5450@item show print object
5451Show whether actual, or declared, object types are displayed.
5452
5453@kindex set print static-members
5454@item set print static-members
5455@itemx set print static-members on
b37052ae 5456Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
5457
5458@item set print static-members off
b37052ae 5459Do not print static members when displaying a C@t{++} object.
c906108c
SS
5460
5461@kindex show print static-members
5462@item show print static-members
b37052ae 5463Show whether C@t{++} static members are printed, or not.
c906108c
SS
5464
5465@c These don't work with HP ANSI C++ yet.
5466@kindex set print vtbl
5467@item set print vtbl
5468@itemx set print vtbl on
b37052ae 5469Pretty print C@t{++} virtual function tables. The default is off.
c906108c 5470(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 5471ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
5472
5473@item set print vtbl off
b37052ae 5474Do not pretty print C@t{++} virtual function tables.
c906108c
SS
5475
5476@kindex show print vtbl
5477@item show print vtbl
b37052ae 5478Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 5479@end table
c906108c 5480
6d2ebf8b 5481@node Value History
c906108c
SS
5482@section Value history
5483
5484@cindex value history
5d161b24
DB
5485Values printed by the @code{print} command are saved in the @value{GDBN}
5486@dfn{value history}. This allows you to refer to them in other expressions.
5487Values are kept until the symbol table is re-read or discarded
5488(for example with the @code{file} or @code{symbol-file} commands).
5489When the symbol table changes, the value history is discarded,
5490since the values may contain pointers back to the types defined in the
c906108c
SS
5491symbol table.
5492
5493@cindex @code{$}
5494@cindex @code{$$}
5495@cindex history number
5496The values printed are given @dfn{history numbers} by which you can
5497refer to them. These are successive integers starting with one.
5498@code{print} shows you the history number assigned to a value by
5499printing @samp{$@var{num} = } before the value; here @var{num} is the
5500history number.
5501
5502To refer to any previous value, use @samp{$} followed by the value's
5503history number. The way @code{print} labels its output is designed to
5504remind you of this. Just @code{$} refers to the most recent value in
5505the history, and @code{$$} refers to the value before that.
5506@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5507is the value just prior to @code{$$}, @code{$$1} is equivalent to
5508@code{$$}, and @code{$$0} is equivalent to @code{$}.
5509
5510For example, suppose you have just printed a pointer to a structure and
5511want to see the contents of the structure. It suffices to type
5512
474c8240 5513@smallexample
c906108c 5514p *$
474c8240 5515@end smallexample
c906108c
SS
5516
5517If you have a chain of structures where the component @code{next} points
5518to the next one, you can print the contents of the next one with this:
5519
474c8240 5520@smallexample
c906108c 5521p *$.next
474c8240 5522@end smallexample
c906108c
SS
5523
5524@noindent
5525You can print successive links in the chain by repeating this
5526command---which you can do by just typing @key{RET}.
5527
5528Note that the history records values, not expressions. If the value of
5529@code{x} is 4 and you type these commands:
5530
474c8240 5531@smallexample
c906108c
SS
5532print x
5533set x=5
474c8240 5534@end smallexample
c906108c
SS
5535
5536@noindent
5537then the value recorded in the value history by the @code{print} command
5538remains 4 even though the value of @code{x} has changed.
5539
5540@table @code
5541@kindex show values
5542@item show values
5543Print the last ten values in the value history, with their item numbers.
5544This is like @samp{p@ $$9} repeated ten times, except that @code{show
5545values} does not change the history.
5546
5547@item show values @var{n}
5548Print ten history values centered on history item number @var{n}.
5549
5550@item show values +
5551Print ten history values just after the values last printed. If no more
5552values are available, @code{show values +} produces no display.
5553@end table
5554
5555Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5556same effect as @samp{show values +}.
5557
6d2ebf8b 5558@node Convenience Vars
c906108c
SS
5559@section Convenience variables
5560
5561@cindex convenience variables
5562@value{GDBN} provides @dfn{convenience variables} that you can use within
5563@value{GDBN} to hold on to a value and refer to it later. These variables
5564exist entirely within @value{GDBN}; they are not part of your program, and
5565setting a convenience variable has no direct effect on further execution
5566of your program. That is why you can use them freely.
5567
5568Convenience variables are prefixed with @samp{$}. Any name preceded by
5569@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 5570the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c
SS
5571(Value history references, in contrast, are @emph{numbers} preceded
5572by @samp{$}. @xref{Value History, ,Value history}.)
5573
5574You can save a value in a convenience variable with an assignment
5575expression, just as you would set a variable in your program.
5576For example:
5577
474c8240 5578@smallexample
c906108c 5579set $foo = *object_ptr
474c8240 5580@end smallexample
c906108c
SS
5581
5582@noindent
5583would save in @code{$foo} the value contained in the object pointed to by
5584@code{object_ptr}.
5585
5586Using a convenience variable for the first time creates it, but its
5587value is @code{void} until you assign a new value. You can alter the
5588value with another assignment at any time.
5589
5590Convenience variables have no fixed types. You can assign a convenience
5591variable any type of value, including structures and arrays, even if
5592that variable already has a value of a different type. The convenience
5593variable, when used as an expression, has the type of its current value.
5594
5595@table @code
5596@kindex show convenience
5597@item show convenience
5598Print a list of convenience variables used so far, and their values.
d4f3574e 5599Abbreviated @code{show conv}.
c906108c
SS
5600@end table
5601
5602One of the ways to use a convenience variable is as a counter to be
5603incremented or a pointer to be advanced. For example, to print
5604a field from successive elements of an array of structures:
5605
474c8240 5606@smallexample
c906108c
SS
5607set $i = 0
5608print bar[$i++]->contents
474c8240 5609@end smallexample
c906108c 5610
d4f3574e
SS
5611@noindent
5612Repeat that command by typing @key{RET}.
c906108c
SS
5613
5614Some convenience variables are created automatically by @value{GDBN} and given
5615values likely to be useful.
5616
5617@table @code
41afff9a 5618@vindex $_@r{, convenience variable}
c906108c
SS
5619@item $_
5620The variable @code{$_} is automatically set by the @code{x} command to
5621the last address examined (@pxref{Memory, ,Examining memory}). Other
5622commands which provide a default address for @code{x} to examine also
5623set @code{$_} to that address; these commands include @code{info line}
5624and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5625except when set by the @code{x} command, in which case it is a pointer
5626to the type of @code{$__}.
5627
41afff9a 5628@vindex $__@r{, convenience variable}
c906108c
SS
5629@item $__
5630The variable @code{$__} is automatically set by the @code{x} command
5631to the value found in the last address examined. Its type is chosen
5632to match the format in which the data was printed.
5633
5634@item $_exitcode
41afff9a 5635@vindex $_exitcode@r{, convenience variable}
c906108c
SS
5636The variable @code{$_exitcode} is automatically set to the exit code when
5637the program being debugged terminates.
5638@end table
5639
53a5351d
JM
5640On HP-UX systems, if you refer to a function or variable name that
5641begins with a dollar sign, @value{GDBN} searches for a user or system
5642name first, before it searches for a convenience variable.
c906108c 5643
6d2ebf8b 5644@node Registers
c906108c
SS
5645@section Registers
5646
5647@cindex registers
5648You can refer to machine register contents, in expressions, as variables
5649with names starting with @samp{$}. The names of registers are different
5650for each machine; use @code{info registers} to see the names used on
5651your machine.
5652
5653@table @code
5654@kindex info registers
5655@item info registers
5656Print the names and values of all registers except floating-point
c85508ee 5657and vector registers (in the selected stack frame).
c906108c
SS
5658
5659@kindex info all-registers
5660@cindex floating point registers
5661@item info all-registers
5662Print the names and values of all registers, including floating-point
c85508ee 5663and vector registers (in the selected stack frame).
c906108c
SS
5664
5665@item info registers @var{regname} @dots{}
5666Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
5667As discussed in detail below, register values are normally relative to
5668the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
5669the machine you are using, with or without the initial @samp{$}.
5670@end table
5671
5672@value{GDBN} has four ``standard'' register names that are available (in
5673expressions) on most machines---whenever they do not conflict with an
5674architecture's canonical mnemonics for registers. The register names
5675@code{$pc} and @code{$sp} are used for the program counter register and
5676the stack pointer. @code{$fp} is used for a register that contains a
5677pointer to the current stack frame, and @code{$ps} is used for a
5678register that contains the processor status. For example,
5679you could print the program counter in hex with
5680
474c8240 5681@smallexample
c906108c 5682p/x $pc
474c8240 5683@end smallexample
c906108c
SS
5684
5685@noindent
5686or print the instruction to be executed next with
5687
474c8240 5688@smallexample
c906108c 5689x/i $pc
474c8240 5690@end smallexample
c906108c
SS
5691
5692@noindent
5693or add four to the stack pointer@footnote{This is a way of removing
5694one word from the stack, on machines where stacks grow downward in
5695memory (most machines, nowadays). This assumes that the innermost
5696stack frame is selected; setting @code{$sp} is not allowed when other
5697stack frames are selected. To pop entire frames off the stack,
5698regardless of machine architecture, use @code{return};
d4f3574e 5699see @ref{Returning, ,Returning from a function}.} with
c906108c 5700
474c8240 5701@smallexample
c906108c 5702set $sp += 4
474c8240 5703@end smallexample
c906108c
SS
5704
5705Whenever possible, these four standard register names are available on
5706your machine even though the machine has different canonical mnemonics,
5707so long as there is no conflict. The @code{info registers} command
5708shows the canonical names. For example, on the SPARC, @code{info
5709registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
5710can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
5711is an alias for the @sc{eflags} register.
c906108c
SS
5712
5713@value{GDBN} always considers the contents of an ordinary register as an
5714integer when the register is examined in this way. Some machines have
5715special registers which can hold nothing but floating point; these
5716registers are considered to have floating point values. There is no way
5717to refer to the contents of an ordinary register as floating point value
5718(although you can @emph{print} it as a floating point value with
5719@samp{print/f $@var{regname}}).
5720
5721Some registers have distinct ``raw'' and ``virtual'' data formats. This
5722means that the data format in which the register contents are saved by
5723the operating system is not the same one that your program normally
5724sees. For example, the registers of the 68881 floating point
5725coprocessor are always saved in ``extended'' (raw) format, but all C
5726programs expect to work with ``double'' (virtual) format. In such
5d161b24 5727cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
5728that makes sense for your program), but the @code{info registers} command
5729prints the data in both formats.
5730
5731Normally, register values are relative to the selected stack frame
5732(@pxref{Selection, ,Selecting a frame}). This means that you get the
5733value that the register would contain if all stack frames farther in
5734were exited and their saved registers restored. In order to see the
5735true contents of hardware registers, you must select the innermost
5736frame (with @samp{frame 0}).
5737
5738However, @value{GDBN} must deduce where registers are saved, from the machine
5739code generated by your compiler. If some registers are not saved, or if
5740@value{GDBN} is unable to locate the saved registers, the selected stack
5741frame makes no difference.
5742
6d2ebf8b 5743@node Floating Point Hardware
c906108c
SS
5744@section Floating point hardware
5745@cindex floating point
5746
5747Depending on the configuration, @value{GDBN} may be able to give
5748you more information about the status of the floating point hardware.
5749
5750@table @code
5751@kindex info float
5752@item info float
5753Display hardware-dependent information about the floating
5754point unit. The exact contents and layout vary depending on the
5755floating point chip. Currently, @samp{info float} is supported on
5756the ARM and x86 machines.
5757@end table
c906108c 5758
e76f1f2e
AC
5759@node Vector Unit
5760@section Vector Unit
5761@cindex vector unit
5762
5763Depending on the configuration, @value{GDBN} may be able to give you
5764more information about the status of the vector unit.
5765
5766@table @code
5767@kindex info vector
5768@item info vector
5769Display information about the vector unit. The exact contents and
5770layout vary depending on the hardware.
5771@end table
5772
29e57380 5773@node Memory Region Attributes
16d9dec6 5774@section Memory region attributes
29e57380
C
5775@cindex memory region attributes
5776
5777@dfn{Memory region attributes} allow you to describe special handling
5778required by regions of your target's memory. @value{GDBN} uses attributes
5779to determine whether to allow certain types of memory accesses; whether to
5780use specific width accesses; and whether to cache target memory.
5781
5782Defined memory regions can be individually enabled and disabled. When a
5783memory region is disabled, @value{GDBN} uses the default attributes when
5784accessing memory in that region. Similarly, if no memory regions have
5785been defined, @value{GDBN} uses the default attributes when accessing
5786all memory.
5787
5788When a memory region is defined, it is given a number to identify it;
5789to enable, disable, or remove a memory region, you specify that number.
5790
5791@table @code
5792@kindex mem
bfac230e
DH
5793@item mem @var{lower} @var{upper} @var{attributes}@dots{}
5794Define memory region bounded by @var{lower} and @var{upper} with
5795attributes @var{attributes}@dots{}. Note that @var{upper} == 0 is a
5796special case: it is treated as the the target's maximum memory address.
5797(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380
C
5798
5799@kindex delete mem
5800@item delete mem @var{nums}@dots{}
59649f2e 5801Remove memory regions @var{nums}@dots{}.
29e57380
C
5802
5803@kindex disable mem
5804@item disable mem @var{nums}@dots{}
59649f2e 5805Disable memory regions @var{nums}@dots{}.
29e57380
C
5806A disabled memory region is not forgotten.
5807It may be enabled again later.
5808
5809@kindex enable mem
5810@item enable mem @var{nums}@dots{}
59649f2e 5811Enable memory regions @var{nums}@dots{}.
29e57380
C
5812
5813@kindex info mem
5814@item info mem
5815Print a table of all defined memory regions, with the following columns
5816for each region.
5817
5818@table @emph
5819@item Memory Region Number
5820@item Enabled or Disabled.
5821Enabled memory regions are marked with @samp{y}.
5822Disabled memory regions are marked with @samp{n}.
5823
5824@item Lo Address
5825The address defining the inclusive lower bound of the memory region.
5826
5827@item Hi Address
5828The address defining the exclusive upper bound of the memory region.
5829
5830@item Attributes
5831The list of attributes set for this memory region.
5832@end table
5833@end table
5834
5835
5836@subsection Attributes
5837
5838@subsubsection Memory Access Mode
5839The access mode attributes set whether @value{GDBN} may make read or
5840write accesses to a memory region.
5841
5842While these attributes prevent @value{GDBN} from performing invalid
5843memory accesses, they do nothing to prevent the target system, I/O DMA,
5844etc. from accessing memory.
5845
5846@table @code
5847@item ro
5848Memory is read only.
5849@item wo
5850Memory is write only.
5851@item rw
6ca652b0 5852Memory is read/write. This is the default.
29e57380
C
5853@end table
5854
5855@subsubsection Memory Access Size
5856The acccess size attributes tells @value{GDBN} to use specific sized
5857accesses in the memory region. Often memory mapped device registers
5858require specific sized accesses. If no access size attribute is
5859specified, @value{GDBN} may use accesses of any size.
5860
5861@table @code
5862@item 8
5863Use 8 bit memory accesses.
5864@item 16
5865Use 16 bit memory accesses.
5866@item 32
5867Use 32 bit memory accesses.
5868@item 64
5869Use 64 bit memory accesses.
5870@end table
5871
5872@c @subsubsection Hardware/Software Breakpoints
5873@c The hardware/software breakpoint attributes set whether @value{GDBN}
5874@c will use hardware or software breakpoints for the internal breakpoints
5875@c used by the step, next, finish, until, etc. commands.
5876@c
5877@c @table @code
5878@c @item hwbreak
5879@c Always use hardware breakpoints
5880@c @item swbreak (default)
5881@c @end table
5882
5883@subsubsection Data Cache
5884The data cache attributes set whether @value{GDBN} will cache target
5885memory. While this generally improves performance by reducing debug
5886protocol overhead, it can lead to incorrect results because @value{GDBN}
5887does not know about volatile variables or memory mapped device
5888registers.
5889
5890@table @code
5891@item cache
5892Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
5893@item nocache
5894Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
5895@end table
5896
5897@c @subsubsection Memory Write Verification
5898@c The memory write verification attributes set whether @value{GDBN}
5899@c will re-reads data after each write to verify the write was successful.
5900@c
5901@c @table @code
5902@c @item verify
5903@c @item noverify (default)
5904@c @end table
5905
16d9dec6
MS
5906@node Dump/Restore Files
5907@section Copy between memory and a file
5908@cindex dump/restore files
5909@cindex append data to a file
5910@cindex dump data to a file
5911@cindex restore data from a file
16d9dec6 5912
df5215a6
JB
5913You can use the commands @code{dump}, @code{append}, and
5914@code{restore} to copy data between target memory and a file. The
5915@code{dump} and @code{append} commands write data to a file, and the
5916@code{restore} command reads data from a file back into the inferior's
5917memory. Files may be in binary, Motorola S-record, Intel hex, or
5918Tektronix Hex format; however, @value{GDBN} can only append to binary
5919files.
5920
5921@table @code
5922
5923@kindex dump
5924@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
5925@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
5926Dump the contents of memory from @var{start_addr} to @var{end_addr},
5927or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 5928
df5215a6 5929The @var{format} parameter may be any one of:
16d9dec6 5930@table @code
df5215a6
JB
5931@item binary
5932Raw binary form.
5933@item ihex
5934Intel hex format.
5935@item srec
5936Motorola S-record format.
5937@item tekhex
5938Tektronix Hex format.
5939@end table
5940
5941@value{GDBN} uses the same definitions of these formats as the
5942@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
5943@var{format} is omitted, @value{GDBN} dumps the data in raw binary
5944form.
5945
5946@kindex append
5947@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
5948@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
5949Append the contents of memory from @var{start_addr} to @var{end_addr},
5950or the value of @var{expr}, to @var{filename}, in raw binary form.
5951(@value{GDBN} can only append data to files in raw binary form.)
5952
5953@kindex restore
5954@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
5955Restore the contents of file @var{filename} into memory. The
5956@code{restore} command can automatically recognize any known @sc{bfd}
5957file format, except for raw binary. To restore a raw binary file you
5958must specify the optional keyword @code{binary} after the filename.
16d9dec6
MS
5959
5960If @var{bias} is non-zero, its value will be added to the addresses
5961contained in the file. Binary files always start at address zero, so
5962they will be restored at address @var{bias}. Other bfd files have
5963a built-in location; they will be restored at offset @var{bias}
5964from that location.
5965
5966If @var{start} and/or @var{end} are non-zero, then only data between
5967file offset @var{start} and file offset @var{end} will be restored.
5968These offsets are relative to the addresses in the file, before
5969the @var{bias} argument is applied.
5970
5971@end table
5972
a0eb71c5
KB
5973@node Character Sets
5974@section Character Sets
5975@cindex character sets
5976@cindex charset
5977@cindex translating between character sets
5978@cindex host character set
5979@cindex target character set
5980
5981If the program you are debugging uses a different character set to
5982represent characters and strings than the one @value{GDBN} uses itself,
5983@value{GDBN} can automatically translate between the character sets for
5984you. The character set @value{GDBN} uses we call the @dfn{host
5985character set}; the one the inferior program uses we call the
5986@dfn{target character set}.
5987
5988For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
5989uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
5990remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
5991running on an IBM mainframe, which uses the @sc{ebcdic} character set,
5992then the host character set is Latin-1, and the target character set is
5993@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 5994target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
5995@sc{ebcdic} and Latin 1 as you print character or string values, or use
5996character and string literals in expressions.
5997
5998@value{GDBN} has no way to automatically recognize which character set
5999the inferior program uses; you must tell it, using the @code{set
6000target-charset} command, described below.
6001
6002Here are the commands for controlling @value{GDBN}'s character set
6003support:
6004
6005@table @code
6006@item set target-charset @var{charset}
6007@kindex set target-charset
6008Set the current target character set to @var{charset}. We list the
e33d66ec
EZ
6009character set names @value{GDBN} recognizes below, but if you type
6010@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6011list the target character sets it supports.
a0eb71c5
KB
6012@end table
6013
6014@table @code
6015@item set host-charset @var{charset}
6016@kindex set host-charset
6017Set the current host character set to @var{charset}.
6018
6019By default, @value{GDBN} uses a host character set appropriate to the
6020system it is running on; you can override that default using the
6021@code{set host-charset} command.
6022
6023@value{GDBN} can only use certain character sets as its host character
6024set. We list the character set names @value{GDBN} recognizes below, and
e33d66ec
EZ
6025indicate which can be host character sets, but if you type
6026@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6027list the host character sets it supports.
a0eb71c5
KB
6028
6029@item set charset @var{charset}
6030@kindex set charset
e33d66ec
EZ
6031Set the current host and target character sets to @var{charset}. As
6032above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6033@value{GDBN} will list the name of the character sets that can be used
6034for both host and target.
6035
a0eb71c5
KB
6036
6037@item show charset
a0eb71c5 6038@kindex show charset
e33d66ec
EZ
6039Show the names of the current host and target charsets.
6040
6041@itemx show host-charset
a0eb71c5 6042@kindex show host-charset
e33d66ec
EZ
6043Show the name of the current host charset.
6044
6045@itemx show target-charset
a0eb71c5 6046@kindex show target-charset
e33d66ec 6047Show the name of the current target charset.
a0eb71c5
KB
6048
6049@end table
6050
6051@value{GDBN} currently includes support for the following character
6052sets:
6053
6054@table @code
6055
6056@item ASCII
6057@cindex ASCII character set
6058Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6059character set.
6060
6061@item ISO-8859-1
6062@cindex ISO 8859-1 character set
6063@cindex ISO Latin 1 character set
e33d66ec 6064The ISO Latin 1 character set. This extends @sc{ascii} with accented
a0eb71c5
KB
6065characters needed for French, German, and Spanish. @value{GDBN} can use
6066this as its host character set.
6067
6068@item EBCDIC-US
6069@itemx IBM1047
6070@cindex EBCDIC character set
6071@cindex IBM1047 character set
6072Variants of the @sc{ebcdic} character set, used on some of IBM's
6073mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6074@value{GDBN} cannot use these as its host character set.
6075
6076@end table
6077
6078Note that these are all single-byte character sets. More work inside
6079GDB is needed to support multi-byte or variable-width character
6080encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6081
6082Here is an example of @value{GDBN}'s character set support in action.
6083Assume that the following source code has been placed in the file
6084@file{charset-test.c}:
6085
6086@smallexample
6087#include <stdio.h>
6088
6089char ascii_hello[]
6090 = @{72, 101, 108, 108, 111, 44, 32, 119,
6091 111, 114, 108, 100, 33, 10, 0@};
6092char ibm1047_hello[]
6093 = @{200, 133, 147, 147, 150, 107, 64, 166,
6094 150, 153, 147, 132, 90, 37, 0@};
6095
6096main ()
6097@{
6098 printf ("Hello, world!\n");
6099@}
10998722 6100@end smallexample
a0eb71c5
KB
6101
6102In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6103containing the string @samp{Hello, world!} followed by a newline,
6104encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6105
6106We compile the program, and invoke the debugger on it:
6107
6108@smallexample
6109$ gcc -g charset-test.c -o charset-test
6110$ gdb -nw charset-test
6111GNU gdb 2001-12-19-cvs
6112Copyright 2001 Free Software Foundation, Inc.
6113@dots{}
6114(gdb)
10998722 6115@end smallexample
a0eb71c5
KB
6116
6117We can use the @code{show charset} command to see what character sets
6118@value{GDBN} is currently using to interpret and display characters and
6119strings:
6120
6121@smallexample
6122(gdb) show charset
e33d66ec 6123The current host and target character set is `ISO-8859-1'.
a0eb71c5 6124(gdb)
10998722 6125@end smallexample
a0eb71c5
KB
6126
6127For the sake of printing this manual, let's use @sc{ascii} as our
6128initial character set:
6129@smallexample
e33d66ec 6130(gdb) set charset ASCII
a0eb71c5 6131(gdb) show charset
e33d66ec 6132The current host and target character set is `ASCII'.
a0eb71c5 6133(gdb)
10998722 6134@end smallexample
a0eb71c5
KB
6135
6136Let's assume that @sc{ascii} is indeed the correct character set for our
6137host system --- in other words, let's assume that if @value{GDBN} prints
6138characters using the @sc{ascii} character set, our terminal will display
6139them properly. Since our current target character set is also
6140@sc{ascii}, the contents of @code{ascii_hello} print legibly:
6141
6142@smallexample
6143(gdb) print ascii_hello
6144$1 = 0x401698 "Hello, world!\n"
6145(gdb) print ascii_hello[0]
6146$2 = 72 'H'
6147(gdb)
10998722 6148@end smallexample
a0eb71c5
KB
6149
6150@value{GDBN} uses the target character set for character and string
6151literals you use in expressions:
6152
6153@smallexample
6154(gdb) print '+'
6155$3 = 43 '+'
6156(gdb)
10998722 6157@end smallexample
a0eb71c5
KB
6158
6159The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6160character.
6161
6162@value{GDBN} relies on the user to tell it which character set the
6163target program uses. If we print @code{ibm1047_hello} while our target
6164character set is still @sc{ascii}, we get jibberish:
6165
6166@smallexample
6167(gdb) print ibm1047_hello
6168$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6169(gdb) print ibm1047_hello[0]
6170$5 = 200 '\310'
6171(gdb)
10998722 6172@end smallexample
a0eb71c5 6173
e33d66ec 6174If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
6175@value{GDBN} tells us the character sets it supports:
6176
6177@smallexample
6178(gdb) set target-charset
e33d66ec
EZ
6179ASCII EBCDIC-US IBM1047 ISO-8859-1
6180(gdb) set target-charset
10998722 6181@end smallexample
a0eb71c5
KB
6182
6183We can select @sc{ibm1047} as our target character set, and examine the
6184program's strings again. Now the @sc{ascii} string is wrong, but
6185@value{GDBN} translates the contents of @code{ibm1047_hello} from the
6186target character set, @sc{ibm1047}, to the host character set,
6187@sc{ascii}, and they display correctly:
6188
6189@smallexample
e33d66ec 6190(gdb) set target-charset IBM1047
a0eb71c5 6191(gdb) show charset
e33d66ec
EZ
6192The current host character set is `ASCII'.
6193The current target character set is `IBM1047'.
a0eb71c5
KB
6194(gdb) print ascii_hello
6195$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6196(gdb) print ascii_hello[0]
6197$7 = 72 '\110'
6198(gdb) print ibm1047_hello
6199$8 = 0x4016a8 "Hello, world!\n"
6200(gdb) print ibm1047_hello[0]
6201$9 = 200 'H'
6202(gdb)
10998722 6203@end smallexample
a0eb71c5
KB
6204
6205As above, @value{GDBN} uses the target character set for character and
6206string literals you use in expressions:
6207
6208@smallexample
6209(gdb) print '+'
6210$10 = 78 '+'
6211(gdb)
10998722 6212@end smallexample
a0eb71c5 6213
e33d66ec 6214The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
6215character.
6216
6217
e2e0bcd1
JB
6218@node Macros
6219@chapter C Preprocessor Macros
6220
6221Some languages, such as C and C++, provide a way to define and invoke
6222``preprocessor macros'' which expand into strings of tokens.
6223@value{GDBN} can evaluate expressions containing macro invocations, show
6224the result of macro expansion, and show a macro's definition, including
6225where it was defined.
6226
6227You may need to compile your program specially to provide @value{GDBN}
6228with information about preprocessor macros. Most compilers do not
6229include macros in their debugging information, even when you compile
6230with the @option{-g} flag. @xref{Compilation}.
6231
6232A program may define a macro at one point, remove that definition later,
6233and then provide a different definition after that. Thus, at different
6234points in the program, a macro may have different definitions, or have
6235no definition at all. If there is a current stack frame, @value{GDBN}
6236uses the macros in scope at that frame's source code line. Otherwise,
6237@value{GDBN} uses the macros in scope at the current listing location;
6238see @ref{List}.
6239
6240At the moment, @value{GDBN} does not support the @code{##}
6241token-splicing operator, the @code{#} stringification operator, or
6242variable-arity macros.
6243
6244Whenever @value{GDBN} evaluates an expression, it always expands any
6245macro invocations present in the expression. @value{GDBN} also provides
6246the following commands for working with macros explicitly.
6247
6248@table @code
6249
6250@kindex macro expand
6251@cindex macro expansion, showing the results of preprocessor
6252@cindex preprocessor macro expansion, showing the results of
6253@cindex expanding preprocessor macros
6254@item macro expand @var{expression}
6255@itemx macro exp @var{expression}
6256Show the results of expanding all preprocessor macro invocations in
6257@var{expression}. Since @value{GDBN} simply expands macros, but does
6258not parse the result, @var{expression} need not be a valid expression;
6259it can be any string of tokens.
6260
6261@kindex macro expand-once
6262@item macro expand-once @var{expression}
6263@itemx macro exp1 @var{expression}
6264@i{(This command is not yet implemented.)} Show the results of
6265expanding those preprocessor macro invocations that appear explicitly in
6266@var{expression}. Macro invocations appearing in that expansion are
6267left unchanged. This command allows you to see the effect of a
6268particular macro more clearly, without being confused by further
6269expansions. Since @value{GDBN} simply expands macros, but does not
6270parse the result, @var{expression} need not be a valid expression; it
6271can be any string of tokens.
6272
475b0867 6273@kindex info macro
e2e0bcd1
JB
6274@cindex macro definition, showing
6275@cindex definition, showing a macro's
475b0867 6276@item info macro @var{macro}
e2e0bcd1
JB
6277Show the definition of the macro named @var{macro}, and describe the
6278source location where that definition was established.
6279
6280@kindex macro define
6281@cindex user-defined macros
6282@cindex defining macros interactively
6283@cindex macros, user-defined
6284@item macro define @var{macro} @var{replacement-list}
6285@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6286@i{(This command is not yet implemented.)} Introduce a definition for a
6287preprocessor macro named @var{macro}, invocations of which are replaced
6288by the tokens given in @var{replacement-list}. The first form of this
6289command defines an ``object-like'' macro, which takes no arguments; the
6290second form defines a ``function-like'' macro, which takes the arguments
6291given in @var{arglist}.
6292
6293A definition introduced by this command is in scope in every expression
6294evaluated in @value{GDBN}, until it is removed with the @command{macro
6295undef} command, described below. The definition overrides all
6296definitions for @var{macro} present in the program being debugged, as
6297well as any previous user-supplied definition.
6298
6299@kindex macro undef
6300@item macro undef @var{macro}
6301@i{(This command is not yet implemented.)} Remove any user-supplied
6302definition for the macro named @var{macro}. This command only affects
6303definitions provided with the @command{macro define} command, described
6304above; it cannot remove definitions present in the program being
6305debugged.
6306
6307@end table
6308
6309@cindex macros, example of debugging with
6310Here is a transcript showing the above commands in action. First, we
6311show our source files:
6312
6313@smallexample
6314$ cat sample.c
6315#include <stdio.h>
6316#include "sample.h"
6317
6318#define M 42
6319#define ADD(x) (M + x)
6320
6321main ()
6322@{
6323#define N 28
6324 printf ("Hello, world!\n");
6325#undef N
6326 printf ("We're so creative.\n");
6327#define N 1729
6328 printf ("Goodbye, world!\n");
6329@}
6330$ cat sample.h
6331#define Q <
6332$
6333@end smallexample
6334
6335Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6336We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6337compiler includes information about preprocessor macros in the debugging
6338information.
6339
6340@smallexample
6341$ gcc -gdwarf-2 -g3 sample.c -o sample
6342$
6343@end smallexample
6344
6345Now, we start @value{GDBN} on our sample program:
6346
6347@smallexample
6348$ gdb -nw sample
6349GNU gdb 2002-05-06-cvs
6350Copyright 2002 Free Software Foundation, Inc.
6351GDB is free software, @dots{}
6352(gdb)
6353@end smallexample
6354
6355We can expand macros and examine their definitions, even when the
6356program is not running. @value{GDBN} uses the current listing position
6357to decide which macro definitions are in scope:
6358
6359@smallexample
6360(gdb) list main
63613
63624 #define M 42
63635 #define ADD(x) (M + x)
63646
63657 main ()
63668 @{
63679 #define N 28
636810 printf ("Hello, world!\n");
636911 #undef N
637012 printf ("We're so creative.\n");
475b0867 6371(gdb) info macro ADD
e2e0bcd1
JB
6372Defined at /home/jimb/gdb/macros/play/sample.c:5
6373#define ADD(x) (M + x)
475b0867 6374(gdb) info macro Q
e2e0bcd1
JB
6375Defined at /home/jimb/gdb/macros/play/sample.h:1
6376 included at /home/jimb/gdb/macros/play/sample.c:2
6377#define Q <
6378(gdb) macro expand ADD(1)
6379expands to: (42 + 1)
6380(gdb) macro expand-once ADD(1)
6381expands to: once (M + 1)
6382(gdb)
6383@end smallexample
6384
6385In the example above, note that @command{macro expand-once} expands only
6386the macro invocation explicit in the original text --- the invocation of
6387@code{ADD} --- but does not expand the invocation of the macro @code{M},
6388which was introduced by @code{ADD}.
6389
6390Once the program is running, GDB uses the macro definitions in force at
6391the source line of the current stack frame:
6392
6393@smallexample
6394(gdb) break main
6395Breakpoint 1 at 0x8048370: file sample.c, line 10.
6396(gdb) run
6397Starting program: /home/jimb/gdb/macros/play/sample
6398
6399Breakpoint 1, main () at sample.c:10
640010 printf ("Hello, world!\n");
6401(gdb)
6402@end smallexample
6403
6404At line 10, the definition of the macro @code{N} at line 9 is in force:
6405
6406@smallexample
475b0867 6407(gdb) info macro N
e2e0bcd1
JB
6408Defined at /home/jimb/gdb/macros/play/sample.c:9
6409#define N 28
6410(gdb) macro expand N Q M
6411expands to: 28 < 42
6412(gdb) print N Q M
6413$1 = 1
6414(gdb)
6415@end smallexample
6416
6417As we step over directives that remove @code{N}'s definition, and then
6418give it a new definition, @value{GDBN} finds the definition (or lack
6419thereof) in force at each point:
6420
6421@smallexample
6422(gdb) next
6423Hello, world!
642412 printf ("We're so creative.\n");
475b0867 6425(gdb) info macro N
e2e0bcd1
JB
6426The symbol `N' has no definition as a C/C++ preprocessor macro
6427at /home/jimb/gdb/macros/play/sample.c:12
6428(gdb) next
6429We're so creative.
643014 printf ("Goodbye, world!\n");
475b0867 6431(gdb) info macro N
e2e0bcd1
JB
6432Defined at /home/jimb/gdb/macros/play/sample.c:13
6433#define N 1729
6434(gdb) macro expand N Q M
6435expands to: 1729 < 42
6436(gdb) print N Q M
6437$2 = 0
6438(gdb)
6439@end smallexample
6440
6441
b37052ae
EZ
6442@node Tracepoints
6443@chapter Tracepoints
6444@c This chapter is based on the documentation written by Michael
6445@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6446
6447@cindex tracepoints
6448In some applications, it is not feasible for the debugger to interrupt
6449the program's execution long enough for the developer to learn
6450anything helpful about its behavior. If the program's correctness
6451depends on its real-time behavior, delays introduced by a debugger
6452might cause the program to change its behavior drastically, or perhaps
6453fail, even when the code itself is correct. It is useful to be able
6454to observe the program's behavior without interrupting it.
6455
6456Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6457specify locations in the program, called @dfn{tracepoints}, and
6458arbitrary expressions to evaluate when those tracepoints are reached.
6459Later, using the @code{tfind} command, you can examine the values
6460those expressions had when the program hit the tracepoints. The
6461expressions may also denote objects in memory---structures or arrays,
6462for example---whose values @value{GDBN} should record; while visiting
6463a particular tracepoint, you may inspect those objects as if they were
6464in memory at that moment. However, because @value{GDBN} records these
6465values without interacting with you, it can do so quickly and
6466unobtrusively, hopefully not disturbing the program's behavior.
6467
6468The tracepoint facility is currently available only for remote
2c0069bb
EZ
6469targets. @xref{Targets}. In addition, your remote target must know how
6470to collect trace data. This functionality is implemented in the remote
6471stub; however, none of the stubs distributed with @value{GDBN} support
6472tracepoints as of this writing.
b37052ae
EZ
6473
6474This chapter describes the tracepoint commands and features.
6475
6476@menu
6477* Set Tracepoints::
6478* Analyze Collected Data::
6479* Tracepoint Variables::
6480@end menu
6481
6482@node Set Tracepoints
6483@section Commands to Set Tracepoints
6484
6485Before running such a @dfn{trace experiment}, an arbitrary number of
6486tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
6487tracepoint has a number assigned to it by @value{GDBN}. Like with
6488breakpoints, tracepoint numbers are successive integers starting from
6489one. Many of the commands associated with tracepoints take the
6490tracepoint number as their argument, to identify which tracepoint to
6491work on.
6492
6493For each tracepoint, you can specify, in advance, some arbitrary set
6494of data that you want the target to collect in the trace buffer when
6495it hits that tracepoint. The collected data can include registers,
6496local variables, or global data. Later, you can use @value{GDBN}
6497commands to examine the values these data had at the time the
6498tracepoint was hit.
6499
6500This section describes commands to set tracepoints and associated
6501conditions and actions.
6502
6503@menu
6504* Create and Delete Tracepoints::
6505* Enable and Disable Tracepoints::
6506* Tracepoint Passcounts::
6507* Tracepoint Actions::
6508* Listing Tracepoints::
6509* Starting and Stopping Trace Experiment::
6510@end menu
6511
6512@node Create and Delete Tracepoints
6513@subsection Create and Delete Tracepoints
6514
6515@table @code
6516@cindex set tracepoint
6517@kindex trace
6518@item trace
6519The @code{trace} command is very similar to the @code{break} command.
6520Its argument can be a source line, a function name, or an address in
6521the target program. @xref{Set Breaks}. The @code{trace} command
6522defines a tracepoint, which is a point in the target program where the
6523debugger will briefly stop, collect some data, and then allow the
6524program to continue. Setting a tracepoint or changing its commands
6525doesn't take effect until the next @code{tstart} command; thus, you
6526cannot change the tracepoint attributes once a trace experiment is
6527running.
6528
6529Here are some examples of using the @code{trace} command:
6530
6531@smallexample
6532(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
6533
6534(@value{GDBP}) @b{trace +2} // 2 lines forward
6535
6536(@value{GDBP}) @b{trace my_function} // first source line of function
6537
6538(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
6539
6540(@value{GDBP}) @b{trace *0x2117c4} // an address
6541@end smallexample
6542
6543@noindent
6544You can abbreviate @code{trace} as @code{tr}.
6545
6546@vindex $tpnum
6547@cindex last tracepoint number
6548@cindex recent tracepoint number
6549@cindex tracepoint number
6550The convenience variable @code{$tpnum} records the tracepoint number
6551of the most recently set tracepoint.
6552
6553@kindex delete tracepoint
6554@cindex tracepoint deletion
6555@item delete tracepoint @r{[}@var{num}@r{]}
6556Permanently delete one or more tracepoints. With no argument, the
6557default is to delete all tracepoints.
6558
6559Examples:
6560
6561@smallexample
6562(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
6563
6564(@value{GDBP}) @b{delete trace} // remove all tracepoints
6565@end smallexample
6566
6567@noindent
6568You can abbreviate this command as @code{del tr}.
6569@end table
6570
6571@node Enable and Disable Tracepoints
6572@subsection Enable and Disable Tracepoints
6573
6574@table @code
6575@kindex disable tracepoint
6576@item disable tracepoint @r{[}@var{num}@r{]}
6577Disable tracepoint @var{num}, or all tracepoints if no argument
6578@var{num} is given. A disabled tracepoint will have no effect during
6579the next trace experiment, but it is not forgotten. You can re-enable
6580a disabled tracepoint using the @code{enable tracepoint} command.
6581
6582@kindex enable tracepoint
6583@item enable tracepoint @r{[}@var{num}@r{]}
6584Enable tracepoint @var{num}, or all tracepoints. The enabled
6585tracepoints will become effective the next time a trace experiment is
6586run.
6587@end table
6588
6589@node Tracepoint Passcounts
6590@subsection Tracepoint Passcounts
6591
6592@table @code
6593@kindex passcount
6594@cindex tracepoint pass count
6595@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
6596Set the @dfn{passcount} of a tracepoint. The passcount is a way to
6597automatically stop a trace experiment. If a tracepoint's passcount is
6598@var{n}, then the trace experiment will be automatically stopped on
6599the @var{n}'th time that tracepoint is hit. If the tracepoint number
6600@var{num} is not specified, the @code{passcount} command sets the
6601passcount of the most recently defined tracepoint. If no passcount is
6602given, the trace experiment will run until stopped explicitly by the
6603user.
6604
6605Examples:
6606
6607@smallexample
6826cf00
EZ
6608(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6609@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
6610
6611(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 6612@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
6613(@value{GDBP}) @b{trace foo}
6614(@value{GDBP}) @b{pass 3}
6615(@value{GDBP}) @b{trace bar}
6616(@value{GDBP}) @b{pass 2}
6617(@value{GDBP}) @b{trace baz}
6618(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
6619@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
6620@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
6621@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
6622@end smallexample
6623@end table
6624
6625@node Tracepoint Actions
6626@subsection Tracepoint Action Lists
6627
6628@table @code
6629@kindex actions
6630@cindex tracepoint actions
6631@item actions @r{[}@var{num}@r{]}
6632This command will prompt for a list of actions to be taken when the
6633tracepoint is hit. If the tracepoint number @var{num} is not
6634specified, this command sets the actions for the one that was most
6635recently defined (so that you can define a tracepoint and then say
6636@code{actions} without bothering about its number). You specify the
6637actions themselves on the following lines, one action at a time, and
6638terminate the actions list with a line containing just @code{end}. So
6639far, the only defined actions are @code{collect} and
6640@code{while-stepping}.
6641
6642@cindex remove actions from a tracepoint
6643To remove all actions from a tracepoint, type @samp{actions @var{num}}
6644and follow it immediately with @samp{end}.
6645
6646@smallexample
6647(@value{GDBP}) @b{collect @var{data}} // collect some data
6648
6826cf00 6649(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 6650
6826cf00 6651(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
6652@end smallexample
6653
6654In the following example, the action list begins with @code{collect}
6655commands indicating the things to be collected when the tracepoint is
6656hit. Then, in order to single-step and collect additional data
6657following the tracepoint, a @code{while-stepping} command is used,
6658followed by the list of things to be collected while stepping. The
6659@code{while-stepping} command is terminated by its own separate
6660@code{end} command. Lastly, the action list is terminated by an
6661@code{end} command.
6662
6663@smallexample
6664(@value{GDBP}) @b{trace foo}
6665(@value{GDBP}) @b{actions}
6666Enter actions for tracepoint 1, one per line:
6667> collect bar,baz
6668> collect $regs
6669> while-stepping 12
6670 > collect $fp, $sp
6671 > end
6672end
6673@end smallexample
6674
6675@kindex collect @r{(tracepoints)}
6676@item collect @var{expr1}, @var{expr2}, @dots{}
6677Collect values of the given expressions when the tracepoint is hit.
6678This command accepts a comma-separated list of any valid expressions.
6679In addition to global, static, or local variables, the following
6680special arguments are supported:
6681
6682@table @code
6683@item $regs
6684collect all registers
6685
6686@item $args
6687collect all function arguments
6688
6689@item $locals
6690collect all local variables.
6691@end table
6692
6693You can give several consecutive @code{collect} commands, each one
6694with a single argument, or one @code{collect} command with several
6695arguments separated by commas: the effect is the same.
6696
f5c37c66
EZ
6697The command @code{info scope} (@pxref{Symbols, info scope}) is
6698particularly useful for figuring out what data to collect.
6699
b37052ae
EZ
6700@kindex while-stepping @r{(tracepoints)}
6701@item while-stepping @var{n}
6702Perform @var{n} single-step traces after the tracepoint, collecting
6703new data at each step. The @code{while-stepping} command is
6704followed by the list of what to collect while stepping (followed by
6705its own @code{end} command):
6706
6707@smallexample
6708> while-stepping 12
6709 > collect $regs, myglobal
6710 > end
6711>
6712@end smallexample
6713
6714@noindent
6715You may abbreviate @code{while-stepping} as @code{ws} or
6716@code{stepping}.
6717@end table
6718
6719@node Listing Tracepoints
6720@subsection Listing Tracepoints
6721
6722@table @code
6723@kindex info tracepoints
6724@cindex information about tracepoints
6725@item info tracepoints @r{[}@var{num}@r{]}
8a037dd7 6726Display information about the tracepoint @var{num}. If you don't specify
798c8bc6 6727a tracepoint number, displays information about all the tracepoints
b37052ae
EZ
6728defined so far. For each tracepoint, the following information is
6729shown:
6730
6731@itemize @bullet
6732@item
6733its number
6734@item
6735whether it is enabled or disabled
6736@item
6737its address
6738@item
6739its passcount as given by the @code{passcount @var{n}} command
6740@item
6741its step count as given by the @code{while-stepping @var{n}} command
6742@item
6743where in the source files is the tracepoint set
6744@item
6745its action list as given by the @code{actions} command
6746@end itemize
6747
6748@smallexample
6749(@value{GDBP}) @b{info trace}
6750Num Enb Address PassC StepC What
67511 y 0x002117c4 0 0 <gdb_asm>
6826cf00
EZ
67522 y 0x0020dc64 0 0 in g_test at g_test.c:1375
67533 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
b37052ae
EZ
6754(@value{GDBP})
6755@end smallexample
6756
6757@noindent
6758This command can be abbreviated @code{info tp}.
6759@end table
6760
6761@node Starting and Stopping Trace Experiment
6762@subsection Starting and Stopping Trace Experiment
6763
6764@table @code
6765@kindex tstart
6766@cindex start a new trace experiment
6767@cindex collected data discarded
6768@item tstart
6769This command takes no arguments. It starts the trace experiment, and
6770begins collecting data. This has the side effect of discarding all
6771the data collected in the trace buffer during the previous trace
6772experiment.
6773
6774@kindex tstop
6775@cindex stop a running trace experiment
6776@item tstop
6777This command takes no arguments. It ends the trace experiment, and
6778stops collecting data.
6779
6780@strong{Note:} a trace experiment and data collection may stop
6781automatically if any tracepoint's passcount is reached
6782(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
6783
6784@kindex tstatus
6785@cindex status of trace data collection
6786@cindex trace experiment, status of
6787@item tstatus
6788This command displays the status of the current trace data
6789collection.
6790@end table
6791
6792Here is an example of the commands we described so far:
6793
6794@smallexample
6795(@value{GDBP}) @b{trace gdb_c_test}
6796(@value{GDBP}) @b{actions}
6797Enter actions for tracepoint #1, one per line.
6798> collect $regs,$locals,$args
6799> while-stepping 11
6800 > collect $regs
6801 > end
6802> end
6803(@value{GDBP}) @b{tstart}
6804 [time passes @dots{}]
6805(@value{GDBP}) @b{tstop}
6806@end smallexample
6807
6808
6809@node Analyze Collected Data
6810@section Using the collected data
6811
6812After the tracepoint experiment ends, you use @value{GDBN} commands
6813for examining the trace data. The basic idea is that each tracepoint
6814collects a trace @dfn{snapshot} every time it is hit and another
6815snapshot every time it single-steps. All these snapshots are
6816consecutively numbered from zero and go into a buffer, and you can
6817examine them later. The way you examine them is to @dfn{focus} on a
6818specific trace snapshot. When the remote stub is focused on a trace
6819snapshot, it will respond to all @value{GDBN} requests for memory and
6820registers by reading from the buffer which belongs to that snapshot,
6821rather than from @emph{real} memory or registers of the program being
6822debugged. This means that @strong{all} @value{GDBN} commands
6823(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
6824behave as if we were currently debugging the program state as it was
6825when the tracepoint occurred. Any requests for data that are not in
6826the buffer will fail.
6827
6828@menu
6829* tfind:: How to select a trace snapshot
6830* tdump:: How to display all data for a snapshot
6831* save-tracepoints:: How to save tracepoints for a future run
6832@end menu
6833
6834@node tfind
6835@subsection @code{tfind @var{n}}
6836
6837@kindex tfind
6838@cindex select trace snapshot
6839@cindex find trace snapshot
6840The basic command for selecting a trace snapshot from the buffer is
6841@code{tfind @var{n}}, which finds trace snapshot number @var{n},
6842counting from zero. If no argument @var{n} is given, the next
6843snapshot is selected.
6844
6845Here are the various forms of using the @code{tfind} command.
6846
6847@table @code
6848@item tfind start
6849Find the first snapshot in the buffer. This is a synonym for
6850@code{tfind 0} (since 0 is the number of the first snapshot).
6851
6852@item tfind none
6853Stop debugging trace snapshots, resume @emph{live} debugging.
6854
6855@item tfind end
6856Same as @samp{tfind none}.
6857
6858@item tfind
6859No argument means find the next trace snapshot.
6860
6861@item tfind -
6862Find the previous trace snapshot before the current one. This permits
6863retracing earlier steps.
6864
6865@item tfind tracepoint @var{num}
6866Find the next snapshot associated with tracepoint @var{num}. Search
6867proceeds forward from the last examined trace snapshot. If no
6868argument @var{num} is given, it means find the next snapshot collected
6869for the same tracepoint as the current snapshot.
6870
6871@item tfind pc @var{addr}
6872Find the next snapshot associated with the value @var{addr} of the
6873program counter. Search proceeds forward from the last examined trace
6874snapshot. If no argument @var{addr} is given, it means find the next
6875snapshot with the same value of PC as the current snapshot.
6876
6877@item tfind outside @var{addr1}, @var{addr2}
6878Find the next snapshot whose PC is outside the given range of
6879addresses.
6880
6881@item tfind range @var{addr1}, @var{addr2}
6882Find the next snapshot whose PC is between @var{addr1} and
6883@var{addr2}. @c FIXME: Is the range inclusive or exclusive?
6884
6885@item tfind line @r{[}@var{file}:@r{]}@var{n}
6886Find the next snapshot associated with the source line @var{n}. If
6887the optional argument @var{file} is given, refer to line @var{n} in
6888that source file. Search proceeds forward from the last examined
6889trace snapshot. If no argument @var{n} is given, it means find the
6890next line other than the one currently being examined; thus saying
6891@code{tfind line} repeatedly can appear to have the same effect as
6892stepping from line to line in a @emph{live} debugging session.
6893@end table
6894
6895The default arguments for the @code{tfind} commands are specifically
6896designed to make it easy to scan through the trace buffer. For
6897instance, @code{tfind} with no argument selects the next trace
6898snapshot, and @code{tfind -} with no argument selects the previous
6899trace snapshot. So, by giving one @code{tfind} command, and then
6900simply hitting @key{RET} repeatedly you can examine all the trace
6901snapshots in order. Or, by saying @code{tfind -} and then hitting
6902@key{RET} repeatedly you can examine the snapshots in reverse order.
6903The @code{tfind line} command with no argument selects the snapshot
6904for the next source line executed. The @code{tfind pc} command with
6905no argument selects the next snapshot with the same program counter
6906(PC) as the current frame. The @code{tfind tracepoint} command with
6907no argument selects the next trace snapshot collected by the same
6908tracepoint as the current one.
6909
6910In addition to letting you scan through the trace buffer manually,
6911these commands make it easy to construct @value{GDBN} scripts that
6912scan through the trace buffer and print out whatever collected data
6913you are interested in. Thus, if we want to examine the PC, FP, and SP
6914registers from each trace frame in the buffer, we can say this:
6915
6916@smallexample
6917(@value{GDBP}) @b{tfind start}
6918(@value{GDBP}) @b{while ($trace_frame != -1)}
6919> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
6920 $trace_frame, $pc, $sp, $fp
6921> tfind
6922> end
6923
6924Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
6925Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
6926Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
6927Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
6928Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
6929Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
6930Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
6931Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
6932Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
6933Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
6934Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
6935@end smallexample
6936
6937Or, if we want to examine the variable @code{X} at each source line in
6938the buffer:
6939
6940@smallexample
6941(@value{GDBP}) @b{tfind start}
6942(@value{GDBP}) @b{while ($trace_frame != -1)}
6943> printf "Frame %d, X == %d\n", $trace_frame, X
6944> tfind line
6945> end
6946
6947Frame 0, X = 1
6948Frame 7, X = 2
6949Frame 13, X = 255
6950@end smallexample
6951
6952@node tdump
6953@subsection @code{tdump}
6954@kindex tdump
6955@cindex dump all data collected at tracepoint
6956@cindex tracepoint data, display
6957
6958This command takes no arguments. It prints all the data collected at
6959the current trace snapshot.
6960
6961@smallexample
6962(@value{GDBP}) @b{trace 444}
6963(@value{GDBP}) @b{actions}
6964Enter actions for tracepoint #2, one per line:
6965> collect $regs, $locals, $args, gdb_long_test
6966> end
6967
6968(@value{GDBP}) @b{tstart}
6969
6970(@value{GDBP}) @b{tfind line 444}
6971#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
6972at gdb_test.c:444
6973444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
6974
6975(@value{GDBP}) @b{tdump}
6976Data collected at tracepoint 2, trace frame 1:
6977d0 0xc4aa0085 -995491707
6978d1 0x18 24
6979d2 0x80 128
6980d3 0x33 51
6981d4 0x71aea3d 119204413
6982d5 0x22 34
6983d6 0xe0 224
6984d7 0x380035 3670069
6985a0 0x19e24a 1696330
6986a1 0x3000668 50333288
6987a2 0x100 256
6988a3 0x322000 3284992
6989a4 0x3000698 50333336
6990a5 0x1ad3cc 1758156
6991fp 0x30bf3c 0x30bf3c
6992sp 0x30bf34 0x30bf34
6993ps 0x0 0
6994pc 0x20b2c8 0x20b2c8
6995fpcontrol 0x0 0
6996fpstatus 0x0 0
6997fpiaddr 0x0 0
6998p = 0x20e5b4 "gdb-test"
6999p1 = (void *) 0x11
7000p2 = (void *) 0x22
7001p3 = (void *) 0x33
7002p4 = (void *) 0x44
7003p5 = (void *) 0x55
7004p6 = (void *) 0x66
7005gdb_long_test = 17 '\021'
7006
7007(@value{GDBP})
7008@end smallexample
7009
7010@node save-tracepoints
7011@subsection @code{save-tracepoints @var{filename}}
7012@kindex save-tracepoints
7013@cindex save tracepoints for future sessions
7014
7015This command saves all current tracepoint definitions together with
7016their actions and passcounts, into a file @file{@var{filename}}
7017suitable for use in a later debugging session. To read the saved
7018tracepoint definitions, use the @code{source} command (@pxref{Command
7019Files}).
7020
7021@node Tracepoint Variables
7022@section Convenience Variables for Tracepoints
7023@cindex tracepoint variables
7024@cindex convenience variables for tracepoints
7025
7026@table @code
7027@vindex $trace_frame
7028@item (int) $trace_frame
7029The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7030snapshot is selected.
7031
7032@vindex $tracepoint
7033@item (int) $tracepoint
7034The tracepoint for the current trace snapshot.
7035
7036@vindex $trace_line
7037@item (int) $trace_line
7038The line number for the current trace snapshot.
7039
7040@vindex $trace_file
7041@item (char []) $trace_file
7042The source file for the current trace snapshot.
7043
7044@vindex $trace_func
7045@item (char []) $trace_func
7046The name of the function containing @code{$tracepoint}.
7047@end table
7048
7049Note: @code{$trace_file} is not suitable for use in @code{printf},
7050use @code{output} instead.
7051
7052Here's a simple example of using these convenience variables for
7053stepping through all the trace snapshots and printing some of their
7054data.
7055
7056@smallexample
7057(@value{GDBP}) @b{tfind start}
7058
7059(@value{GDBP}) @b{while $trace_frame != -1}
7060> output $trace_file
7061> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7062> tfind
7063> end
7064@end smallexample
7065
df0cd8c5
JB
7066@node Overlays
7067@chapter Debugging Programs That Use Overlays
7068@cindex overlays
7069
7070If your program is too large to fit completely in your target system's
7071memory, you can sometimes use @dfn{overlays} to work around this
7072problem. @value{GDBN} provides some support for debugging programs that
7073use overlays.
7074
7075@menu
7076* How Overlays Work:: A general explanation of overlays.
7077* Overlay Commands:: Managing overlays in @value{GDBN}.
7078* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7079 mapped by asking the inferior.
7080* Overlay Sample Program:: A sample program using overlays.
7081@end menu
7082
7083@node How Overlays Work
7084@section How Overlays Work
7085@cindex mapped overlays
7086@cindex unmapped overlays
7087@cindex load address, overlay's
7088@cindex mapped address
7089@cindex overlay area
7090
7091Suppose you have a computer whose instruction address space is only 64
7092kilobytes long, but which has much more memory which can be accessed by
7093other means: special instructions, segment registers, or memory
7094management hardware, for example. Suppose further that you want to
7095adapt a program which is larger than 64 kilobytes to run on this system.
7096
7097One solution is to identify modules of your program which are relatively
7098independent, and need not call each other directly; call these modules
7099@dfn{overlays}. Separate the overlays from the main program, and place
7100their machine code in the larger memory. Place your main program in
7101instruction memory, but leave at least enough space there to hold the
7102largest overlay as well.
7103
7104Now, to call a function located in an overlay, you must first copy that
7105overlay's machine code from the large memory into the space set aside
7106for it in the instruction memory, and then jump to its entry point
7107there.
7108
c928edc0
AC
7109@c NB: In the below the mapped area's size is greater or equal to the
7110@c size of all overlays. This is intentional to remind the developer
7111@c that overlays don't necessarily need to be the same size.
7112
474c8240 7113@smallexample
df0cd8c5 7114@group
c928edc0
AC
7115 Data Instruction Larger
7116Address Space Address Space Address Space
7117+-----------+ +-----------+ +-----------+
7118| | | | | |
7119+-----------+ +-----------+ +-----------+<-- overlay 1
7120| program | | main | .----| overlay 1 | load address
7121| variables | | program | | +-----------+
7122| and heap | | | | | |
7123+-----------+ | | | +-----------+<-- overlay 2
7124| | +-----------+ | | | load address
7125+-----------+ | | | .-| overlay 2 |
7126 | | | | | |
7127 mapped --->+-----------+ | | +-----------+
7128 address | | | | | |
7129 | overlay | <-' | | |
7130 | area | <---' +-----------+<-- overlay 3
7131 | | <---. | | load address
7132 +-----------+ `--| overlay 3 |
7133 | | | |
7134 +-----------+ | |
7135 +-----------+
7136 | |
7137 +-----------+
7138
7139 @anchor{A code overlay}A code overlay
df0cd8c5 7140@end group
474c8240 7141@end smallexample
df0cd8c5 7142
c928edc0
AC
7143The diagram (@pxref{A code overlay}) shows a system with separate data
7144and instruction address spaces. To map an overlay, the program copies
7145its code from the larger address space to the instruction address space.
7146Since the overlays shown here all use the same mapped address, only one
7147may be mapped at a time. For a system with a single address space for
7148data and instructions, the diagram would be similar, except that the
7149program variables and heap would share an address space with the main
7150program and the overlay area.
df0cd8c5
JB
7151
7152An overlay loaded into instruction memory and ready for use is called a
7153@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7154instruction memory. An overlay not present (or only partially present)
7155in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7156is its address in the larger memory. The mapped address is also called
7157the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7158called the @dfn{load memory address}, or @dfn{LMA}.
7159
7160Unfortunately, overlays are not a completely transparent way to adapt a
7161program to limited instruction memory. They introduce a new set of
7162global constraints you must keep in mind as you design your program:
7163
7164@itemize @bullet
7165
7166@item
7167Before calling or returning to a function in an overlay, your program
7168must make sure that overlay is actually mapped. Otherwise, the call or
7169return will transfer control to the right address, but in the wrong
7170overlay, and your program will probably crash.
7171
7172@item
7173If the process of mapping an overlay is expensive on your system, you
7174will need to choose your overlays carefully to minimize their effect on
7175your program's performance.
7176
7177@item
7178The executable file you load onto your system must contain each
7179overlay's instructions, appearing at the overlay's load address, not its
7180mapped address. However, each overlay's instructions must be relocated
7181and its symbols defined as if the overlay were at its mapped address.
7182You can use GNU linker scripts to specify different load and relocation
7183addresses for pieces of your program; see @ref{Overlay Description,,,
7184ld.info, Using ld: the GNU linker}.
7185
7186@item
7187The procedure for loading executable files onto your system must be able
7188to load their contents into the larger address space as well as the
7189instruction and data spaces.
7190
7191@end itemize
7192
7193The overlay system described above is rather simple, and could be
7194improved in many ways:
7195
7196@itemize @bullet
7197
7198@item
7199If your system has suitable bank switch registers or memory management
7200hardware, you could use those facilities to make an overlay's load area
7201contents simply appear at their mapped address in instruction space.
7202This would probably be faster than copying the overlay to its mapped
7203area in the usual way.
7204
7205@item
7206If your overlays are small enough, you could set aside more than one
7207overlay area, and have more than one overlay mapped at a time.
7208
7209@item
7210You can use overlays to manage data, as well as instructions. In
7211general, data overlays are even less transparent to your design than
7212code overlays: whereas code overlays only require care when you call or
7213return to functions, data overlays require care every time you access
7214the data. Also, if you change the contents of a data overlay, you
7215must copy its contents back out to its load address before you can copy a
7216different data overlay into the same mapped area.
7217
7218@end itemize
7219
7220
7221@node Overlay Commands
7222@section Overlay Commands
7223
7224To use @value{GDBN}'s overlay support, each overlay in your program must
7225correspond to a separate section of the executable file. The section's
7226virtual memory address and load memory address must be the overlay's
7227mapped and load addresses. Identifying overlays with sections allows
7228@value{GDBN} to determine the appropriate address of a function or
7229variable, depending on whether the overlay is mapped or not.
7230
7231@value{GDBN}'s overlay commands all start with the word @code{overlay};
7232you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7233
7234@table @code
7235@item overlay off
7236@kindex overlay off
7237Disable @value{GDBN}'s overlay support. When overlay support is
7238disabled, @value{GDBN} assumes that all functions and variables are
7239always present at their mapped addresses. By default, @value{GDBN}'s
7240overlay support is disabled.
7241
7242@item overlay manual
7243@kindex overlay manual
7244@cindex manual overlay debugging
7245Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7246relies on you to tell it which overlays are mapped, and which are not,
7247using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7248commands described below.
7249
7250@item overlay map-overlay @var{overlay}
7251@itemx overlay map @var{overlay}
7252@kindex overlay map-overlay
7253@cindex map an overlay
7254Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7255be the name of the object file section containing the overlay. When an
7256overlay is mapped, @value{GDBN} assumes it can find the overlay's
7257functions and variables at their mapped addresses. @value{GDBN} assumes
7258that any other overlays whose mapped ranges overlap that of
7259@var{overlay} are now unmapped.
7260
7261@item overlay unmap-overlay @var{overlay}
7262@itemx overlay unmap @var{overlay}
7263@kindex overlay unmap-overlay
7264@cindex unmap an overlay
7265Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7266must be the name of the object file section containing the overlay.
7267When an overlay is unmapped, @value{GDBN} assumes it can find the
7268overlay's functions and variables at their load addresses.
7269
7270@item overlay auto
7271@kindex overlay auto
7272Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7273consults a data structure the overlay manager maintains in the inferior
7274to see which overlays are mapped. For details, see @ref{Automatic
7275Overlay Debugging}.
7276
7277@item overlay load-target
7278@itemx overlay load
7279@kindex overlay load-target
7280@cindex reloading the overlay table
7281Re-read the overlay table from the inferior. Normally, @value{GDBN}
7282re-reads the table @value{GDBN} automatically each time the inferior
7283stops, so this command should only be necessary if you have changed the
7284overlay mapping yourself using @value{GDBN}. This command is only
7285useful when using automatic overlay debugging.
7286
7287@item overlay list-overlays
7288@itemx overlay list
7289@cindex listing mapped overlays
7290Display a list of the overlays currently mapped, along with their mapped
7291addresses, load addresses, and sizes.
7292
7293@end table
7294
7295Normally, when @value{GDBN} prints a code address, it includes the name
7296of the function the address falls in:
7297
474c8240 7298@smallexample
df0cd8c5
JB
7299(gdb) print main
7300$3 = @{int ()@} 0x11a0 <main>
474c8240 7301@end smallexample
df0cd8c5
JB
7302@noindent
7303When overlay debugging is enabled, @value{GDBN} recognizes code in
7304unmapped overlays, and prints the names of unmapped functions with
7305asterisks around them. For example, if @code{foo} is a function in an
7306unmapped overlay, @value{GDBN} prints it this way:
7307
474c8240 7308@smallexample
df0cd8c5
JB
7309(gdb) overlay list
7310No sections are mapped.
7311(gdb) print foo
7312$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 7313@end smallexample
df0cd8c5
JB
7314@noindent
7315When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7316name normally:
7317
474c8240 7318@smallexample
df0cd8c5
JB
7319(gdb) overlay list
7320Section .ov.foo.text, loaded at 0x100000 - 0x100034,
7321 mapped at 0x1016 - 0x104a
7322(gdb) print foo
7323$6 = @{int (int)@} 0x1016 <foo>
474c8240 7324@end smallexample
df0cd8c5
JB
7325
7326When overlay debugging is enabled, @value{GDBN} can find the correct
7327address for functions and variables in an overlay, whether or not the
7328overlay is mapped. This allows most @value{GDBN} commands, like
7329@code{break} and @code{disassemble}, to work normally, even on unmapped
7330code. However, @value{GDBN}'s breakpoint support has some limitations:
7331
7332@itemize @bullet
7333@item
7334@cindex breakpoints in overlays
7335@cindex overlays, setting breakpoints in
7336You can set breakpoints in functions in unmapped overlays, as long as
7337@value{GDBN} can write to the overlay at its load address.
7338@item
7339@value{GDBN} can not set hardware or simulator-based breakpoints in
7340unmapped overlays. However, if you set a breakpoint at the end of your
7341overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7342you are using manual overlay management), @value{GDBN} will re-set its
7343breakpoints properly.
7344@end itemize
7345
7346
7347@node Automatic Overlay Debugging
7348@section Automatic Overlay Debugging
7349@cindex automatic overlay debugging
7350
7351@value{GDBN} can automatically track which overlays are mapped and which
7352are not, given some simple co-operation from the overlay manager in the
7353inferior. If you enable automatic overlay debugging with the
7354@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7355looks in the inferior's memory for certain variables describing the
7356current state of the overlays.
7357
7358Here are the variables your overlay manager must define to support
7359@value{GDBN}'s automatic overlay debugging:
7360
7361@table @asis
7362
7363@item @code{_ovly_table}:
7364This variable must be an array of the following structures:
7365
474c8240 7366@smallexample
df0cd8c5
JB
7367struct
7368@{
7369 /* The overlay's mapped address. */
7370 unsigned long vma;
7371
7372 /* The size of the overlay, in bytes. */
7373 unsigned long size;
7374
7375 /* The overlay's load address. */
7376 unsigned long lma;
7377
7378 /* Non-zero if the overlay is currently mapped;
7379 zero otherwise. */
7380 unsigned long mapped;
7381@}
474c8240 7382@end smallexample
df0cd8c5
JB
7383
7384@item @code{_novlys}:
7385This variable must be a four-byte signed integer, holding the total
7386number of elements in @code{_ovly_table}.
7387
7388@end table
7389
7390To decide whether a particular overlay is mapped or not, @value{GDBN}
7391looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7392@code{lma} members equal the VMA and LMA of the overlay's section in the
7393executable file. When @value{GDBN} finds a matching entry, it consults
7394the entry's @code{mapped} member to determine whether the overlay is
7395currently mapped.
7396
81d46470 7397In addition, your overlay manager may define a function called
def71bfa 7398@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
7399will silently set a breakpoint there. If the overlay manager then
7400calls this function whenever it has changed the overlay table, this
7401will enable @value{GDBN} to accurately keep track of which overlays
7402are in program memory, and update any breakpoints that may be set
7403in overlays. This will allow breakpoints to work even if the
7404overlays are kept in ROM or other non-writable memory while they
7405are not being executed.
df0cd8c5
JB
7406
7407@node Overlay Sample Program
7408@section Overlay Sample Program
7409@cindex overlay example program
7410
7411When linking a program which uses overlays, you must place the overlays
7412at their load addresses, while relocating them to run at their mapped
7413addresses. To do this, you must write a linker script (@pxref{Overlay
7414Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7415since linker scripts are specific to a particular host system, target
7416architecture, and target memory layout, this manual cannot provide
7417portable sample code demonstrating @value{GDBN}'s overlay support.
7418
7419However, the @value{GDBN} source distribution does contain an overlaid
7420program, with linker scripts for a few systems, as part of its test
7421suite. The program consists of the following files from
7422@file{gdb/testsuite/gdb.base}:
7423
7424@table @file
7425@item overlays.c
7426The main program file.
7427@item ovlymgr.c
7428A simple overlay manager, used by @file{overlays.c}.
7429@item foo.c
7430@itemx bar.c
7431@itemx baz.c
7432@itemx grbx.c
7433Overlay modules, loaded and used by @file{overlays.c}.
7434@item d10v.ld
7435@itemx m32r.ld
7436Linker scripts for linking the test program on the @code{d10v-elf}
7437and @code{m32r-elf} targets.
7438@end table
7439
7440You can build the test program using the @code{d10v-elf} GCC
7441cross-compiler like this:
7442
474c8240 7443@smallexample
df0cd8c5
JB
7444$ d10v-elf-gcc -g -c overlays.c
7445$ d10v-elf-gcc -g -c ovlymgr.c
7446$ d10v-elf-gcc -g -c foo.c
7447$ d10v-elf-gcc -g -c bar.c
7448$ d10v-elf-gcc -g -c baz.c
7449$ d10v-elf-gcc -g -c grbx.c
7450$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7451 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 7452@end smallexample
df0cd8c5
JB
7453
7454The build process is identical for any other architecture, except that
7455you must substitute the appropriate compiler and linker script for the
7456target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7457
7458
6d2ebf8b 7459@node Languages
c906108c
SS
7460@chapter Using @value{GDBN} with Different Languages
7461@cindex languages
7462
c906108c
SS
7463Although programming languages generally have common aspects, they are
7464rarely expressed in the same manner. For instance, in ANSI C,
7465dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7466Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 7467represented (and displayed) differently. Hex numbers in C appear as
c906108c 7468@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
7469
7470@cindex working language
7471Language-specific information is built into @value{GDBN} for some languages,
7472allowing you to express operations like the above in your program's
7473native language, and allowing @value{GDBN} to output values in a manner
7474consistent with the syntax of your program's native language. The
7475language you use to build expressions is called the @dfn{working
7476language}.
7477
7478@menu
7479* Setting:: Switching between source languages
7480* Show:: Displaying the language
c906108c 7481* Checks:: Type and range checks
c906108c 7482* Support:: Supported languages
4e562065 7483* Unsupported languages:: Unsupported languages
c906108c
SS
7484@end menu
7485
6d2ebf8b 7486@node Setting
c906108c
SS
7487@section Switching between source languages
7488
7489There are two ways to control the working language---either have @value{GDBN}
7490set it automatically, or select it manually yourself. You can use the
7491@code{set language} command for either purpose. On startup, @value{GDBN}
7492defaults to setting the language automatically. The working language is
7493used to determine how expressions you type are interpreted, how values
7494are printed, etc.
7495
7496In addition to the working language, every source file that
7497@value{GDBN} knows about has its own working language. For some object
7498file formats, the compiler might indicate which language a particular
7499source file is in. However, most of the time @value{GDBN} infers the
7500language from the name of the file. The language of a source file
b37052ae 7501controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 7502show each frame appropriately for its own language. There is no way to
d4f3574e
SS
7503set the language of a source file from within @value{GDBN}, but you can
7504set the language associated with a filename extension. @xref{Show, ,
7505Displaying the language}.
c906108c
SS
7506
7507This is most commonly a problem when you use a program, such
5d161b24 7508as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
7509another language. In that case, make the
7510program use @code{#line} directives in its C output; that way
7511@value{GDBN} will know the correct language of the source code of the original
7512program, and will display that source code, not the generated C code.
7513
7514@menu
7515* Filenames:: Filename extensions and languages.
7516* Manually:: Setting the working language manually
7517* Automatically:: Having @value{GDBN} infer the source language
7518@end menu
7519
6d2ebf8b 7520@node Filenames
c906108c
SS
7521@subsection List of filename extensions and languages
7522
7523If a source file name ends in one of the following extensions, then
7524@value{GDBN} infers that its language is the one indicated.
7525
7526@table @file
7527
7528@item .c
7529C source file
7530
7531@item .C
7532@itemx .cc
7533@itemx .cp
7534@itemx .cpp
7535@itemx .cxx
7536@itemx .c++
b37052ae 7537C@t{++} source file
c906108c 7538
b37303ee
AF
7539@item .m
7540Objective-C source file
7541
c906108c
SS
7542@item .f
7543@itemx .F
7544Fortran source file
7545
c906108c
SS
7546@item .mod
7547Modula-2 source file
c906108c
SS
7548
7549@item .s
7550@itemx .S
7551Assembler source file. This actually behaves almost like C, but
7552@value{GDBN} does not skip over function prologues when stepping.
7553@end table
7554
7555In addition, you may set the language associated with a filename
7556extension. @xref{Show, , Displaying the language}.
7557
6d2ebf8b 7558@node Manually
c906108c
SS
7559@subsection Setting the working language
7560
7561If you allow @value{GDBN} to set the language automatically,
7562expressions are interpreted the same way in your debugging session and
7563your program.
7564
7565@kindex set language
7566If you wish, you may set the language manually. To do this, issue the
7567command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 7568a language, such as
c906108c 7569@code{c} or @code{modula-2}.
c906108c
SS
7570For a list of the supported languages, type @samp{set language}.
7571
c906108c
SS
7572Setting the language manually prevents @value{GDBN} from updating the working
7573language automatically. This can lead to confusion if you try
7574to debug a program when the working language is not the same as the
7575source language, when an expression is acceptable to both
7576languages---but means different things. For instance, if the current
7577source file were written in C, and @value{GDBN} was parsing Modula-2, a
7578command such as:
7579
474c8240 7580@smallexample
c906108c 7581print a = b + c
474c8240 7582@end smallexample
c906108c
SS
7583
7584@noindent
7585might not have the effect you intended. In C, this means to add
7586@code{b} and @code{c} and place the result in @code{a}. The result
7587printed would be the value of @code{a}. In Modula-2, this means to compare
7588@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 7589
6d2ebf8b 7590@node Automatically
c906108c
SS
7591@subsection Having @value{GDBN} infer the source language
7592
7593To have @value{GDBN} set the working language automatically, use
7594@samp{set language local} or @samp{set language auto}. @value{GDBN}
7595then infers the working language. That is, when your program stops in a
7596frame (usually by encountering a breakpoint), @value{GDBN} sets the
7597working language to the language recorded for the function in that
7598frame. If the language for a frame is unknown (that is, if the function
7599or block corresponding to the frame was defined in a source file that
7600does not have a recognized extension), the current working language is
7601not changed, and @value{GDBN} issues a warning.
7602
7603This may not seem necessary for most programs, which are written
7604entirely in one source language. However, program modules and libraries
7605written in one source language can be used by a main program written in
7606a different source language. Using @samp{set language auto} in this
7607case frees you from having to set the working language manually.
7608
6d2ebf8b 7609@node Show
c906108c 7610@section Displaying the language
c906108c
SS
7611
7612The following commands help you find out which language is the
7613working language, and also what language source files were written in.
7614
7615@kindex show language
d4f3574e
SS
7616@kindex info frame@r{, show the source language}
7617@kindex info source@r{, show the source language}
c906108c
SS
7618@table @code
7619@item show language
7620Display the current working language. This is the
7621language you can use with commands such as @code{print} to
7622build and compute expressions that may involve variables in your program.
7623
7624@item info frame
5d161b24 7625Display the source language for this frame. This language becomes the
c906108c 7626working language if you use an identifier from this frame.
5d161b24 7627@xref{Frame Info, ,Information about a frame}, to identify the other
c906108c
SS
7628information listed here.
7629
7630@item info source
7631Display the source language of this source file.
5d161b24 7632@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
7633information listed here.
7634@end table
7635
7636In unusual circumstances, you may have source files with extensions
7637not in the standard list. You can then set the extension associated
7638with a language explicitly:
7639
7640@kindex set extension-language
7641@kindex info extensions
7642@table @code
7643@item set extension-language @var{.ext} @var{language}
7644Set source files with extension @var{.ext} to be assumed to be in
7645the source language @var{language}.
7646
7647@item info extensions
7648List all the filename extensions and the associated languages.
7649@end table
7650
6d2ebf8b 7651@node Checks
c906108c
SS
7652@section Type and range checking
7653
7654@quotation
7655@emph{Warning:} In this release, the @value{GDBN} commands for type and range
7656checking are included, but they do not yet have any effect. This
7657section documents the intended facilities.
7658@end quotation
7659@c FIXME remove warning when type/range code added
7660
7661Some languages are designed to guard you against making seemingly common
7662errors through a series of compile- and run-time checks. These include
7663checking the type of arguments to functions and operators, and making
7664sure mathematical overflows are caught at run time. Checks such as
7665these help to ensure a program's correctness once it has been compiled
7666by eliminating type mismatches, and providing active checks for range
7667errors when your program is running.
7668
7669@value{GDBN} can check for conditions like the above if you wish.
7670Although @value{GDBN} does not check the statements in your program, it
7671can check expressions entered directly into @value{GDBN} for evaluation via
7672the @code{print} command, for example. As with the working language,
7673@value{GDBN} can also decide whether or not to check automatically based on
7674your program's source language. @xref{Support, ,Supported languages},
7675for the default settings of supported languages.
7676
7677@menu
7678* Type Checking:: An overview of type checking
7679* Range Checking:: An overview of range checking
7680@end menu
7681
7682@cindex type checking
7683@cindex checks, type
6d2ebf8b 7684@node Type Checking
c906108c
SS
7685@subsection An overview of type checking
7686
7687Some languages, such as Modula-2, are strongly typed, meaning that the
7688arguments to operators and functions have to be of the correct type,
7689otherwise an error occurs. These checks prevent type mismatch
7690errors from ever causing any run-time problems. For example,
7691
7692@smallexample
76931 + 2 @result{} 3
7694@exdent but
7695@error{} 1 + 2.3
7696@end smallexample
7697
7698The second example fails because the @code{CARDINAL} 1 is not
7699type-compatible with the @code{REAL} 2.3.
7700
5d161b24
DB
7701For the expressions you use in @value{GDBN} commands, you can tell the
7702@value{GDBN} type checker to skip checking;
7703to treat any mismatches as errors and abandon the expression;
7704or to only issue warnings when type mismatches occur,
c906108c
SS
7705but evaluate the expression anyway. When you choose the last of
7706these, @value{GDBN} evaluates expressions like the second example above, but
7707also issues a warning.
7708
5d161b24
DB
7709Even if you turn type checking off, there may be other reasons
7710related to type that prevent @value{GDBN} from evaluating an expression.
7711For instance, @value{GDBN} does not know how to add an @code{int} and
7712a @code{struct foo}. These particular type errors have nothing to do
7713with the language in use, and usually arise from expressions, such as
c906108c
SS
7714the one described above, which make little sense to evaluate anyway.
7715
7716Each language defines to what degree it is strict about type. For
7717instance, both Modula-2 and C require the arguments to arithmetical
7718operators to be numbers. In C, enumerated types and pointers can be
7719represented as numbers, so that they are valid arguments to mathematical
7720operators. @xref{Support, ,Supported languages}, for further
7721details on specific languages.
7722
7723@value{GDBN} provides some additional commands for controlling the type checker:
7724
d4f3574e 7725@kindex set check@r{, type}
c906108c
SS
7726@kindex set check type
7727@kindex show check type
7728@table @code
7729@item set check type auto
7730Set type checking on or off based on the current working language.
7731@xref{Support, ,Supported languages}, for the default settings for
7732each language.
7733
7734@item set check type on
7735@itemx set check type off
7736Set type checking on or off, overriding the default setting for the
7737current working language. Issue a warning if the setting does not
7738match the language default. If any type mismatches occur in
d4f3574e 7739evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
7740message and aborts evaluation of the expression.
7741
7742@item set check type warn
7743Cause the type checker to issue warnings, but to always attempt to
7744evaluate the expression. Evaluating the expression may still
7745be impossible for other reasons. For example, @value{GDBN} cannot add
7746numbers and structures.
7747
7748@item show type
5d161b24 7749Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
7750is setting it automatically.
7751@end table
7752
7753@cindex range checking
7754@cindex checks, range
6d2ebf8b 7755@node Range Checking
c906108c
SS
7756@subsection An overview of range checking
7757
7758In some languages (such as Modula-2), it is an error to exceed the
7759bounds of a type; this is enforced with run-time checks. Such range
7760checking is meant to ensure program correctness by making sure
7761computations do not overflow, or indices on an array element access do
7762not exceed the bounds of the array.
7763
7764For expressions you use in @value{GDBN} commands, you can tell
7765@value{GDBN} to treat range errors in one of three ways: ignore them,
7766always treat them as errors and abandon the expression, or issue
7767warnings but evaluate the expression anyway.
7768
7769A range error can result from numerical overflow, from exceeding an
7770array index bound, or when you type a constant that is not a member
7771of any type. Some languages, however, do not treat overflows as an
7772error. In many implementations of C, mathematical overflow causes the
7773result to ``wrap around'' to lower values---for example, if @var{m} is
7774the largest integer value, and @var{s} is the smallest, then
7775
474c8240 7776@smallexample
c906108c 7777@var{m} + 1 @result{} @var{s}
474c8240 7778@end smallexample
c906108c
SS
7779
7780This, too, is specific to individual languages, and in some cases
7781specific to individual compilers or machines. @xref{Support, ,
7782Supported languages}, for further details on specific languages.
7783
7784@value{GDBN} provides some additional commands for controlling the range checker:
7785
d4f3574e 7786@kindex set check@r{, range}
c906108c
SS
7787@kindex set check range
7788@kindex show check range
7789@table @code
7790@item set check range auto
7791Set range checking on or off based on the current working language.
7792@xref{Support, ,Supported languages}, for the default settings for
7793each language.
7794
7795@item set check range on
7796@itemx set check range off
7797Set range checking on or off, overriding the default setting for the
7798current working language. A warning is issued if the setting does not
c3f6f71d
JM
7799match the language default. If a range error occurs and range checking is on,
7800then a message is printed and evaluation of the expression is aborted.
c906108c
SS
7801
7802@item set check range warn
7803Output messages when the @value{GDBN} range checker detects a range error,
7804but attempt to evaluate the expression anyway. Evaluating the
7805expression may still be impossible for other reasons, such as accessing
7806memory that the process does not own (a typical example from many Unix
7807systems).
7808
7809@item show range
7810Show the current setting of the range checker, and whether or not it is
7811being set automatically by @value{GDBN}.
7812@end table
c906108c 7813
6d2ebf8b 7814@node Support
c906108c 7815@section Supported languages
c906108c 7816
b37303ee 7817@value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, assembly, and Modula-2.
cce74817 7818@c This is false ...
c906108c
SS
7819Some @value{GDBN} features may be used in expressions regardless of the
7820language you use: the @value{GDBN} @code{@@} and @code{::} operators,
7821and the @samp{@{type@}addr} construct (@pxref{Expressions,
7822,Expressions}) can be used with the constructs of any supported
7823language.
7824
7825The following sections detail to what degree each source language is
7826supported by @value{GDBN}. These sections are not meant to be language
7827tutorials or references, but serve only as a reference guide to what the
7828@value{GDBN} expression parser accepts, and what input and output
7829formats should look like for different languages. There are many good
7830books written on each of these languages; please look to these for a
7831language reference or tutorial.
7832
c906108c 7833@menu
b37303ee
AF
7834* C:: C and C@t{++}
7835* Objective-C:: Objective-C
7836* Modula-2:: Modula-2
c906108c
SS
7837@end menu
7838
6d2ebf8b 7839@node C
b37052ae 7840@subsection C and C@t{++}
7a292a7a 7841
b37052ae
EZ
7842@cindex C and C@t{++}
7843@cindex expressions in C or C@t{++}
c906108c 7844
b37052ae 7845Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
7846to both languages. Whenever this is the case, we discuss those languages
7847together.
7848
41afff9a
EZ
7849@cindex C@t{++}
7850@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
7851@cindex @sc{gnu} C@t{++}
7852The C@t{++} debugging facilities are jointly implemented by the C@t{++}
7853compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
7854effectively, you must compile your C@t{++} programs with a supported
7855C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
7856compiler (@code{aCC}).
7857
0179ffac
DC
7858For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
7859format; if it doesn't work on your system, try the stabs+ debugging
7860format. You can select those formats explicitly with the @code{g++}
7861command-line options @option{-gdwarf-2} and @option{-gstabs+}.
7862@xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
7863CC, gcc.info, Using @sc{gnu} CC}.
c906108c 7864
c906108c 7865@menu
b37052ae
EZ
7866* C Operators:: C and C@t{++} operators
7867* C Constants:: C and C@t{++} constants
7868* C plus plus expressions:: C@t{++} expressions
7869* C Defaults:: Default settings for C and C@t{++}
7870* C Checks:: C and C@t{++} type and range checks
c906108c 7871* Debugging C:: @value{GDBN} and C
b37052ae 7872* Debugging C plus plus:: @value{GDBN} features for C@t{++}
c906108c 7873@end menu
c906108c 7874
6d2ebf8b 7875@node C Operators
b37052ae 7876@subsubsection C and C@t{++} operators
7a292a7a 7877
b37052ae 7878@cindex C and C@t{++} operators
c906108c
SS
7879
7880Operators must be defined on values of specific types. For instance,
7881@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 7882often defined on groups of types.
c906108c 7883
b37052ae 7884For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
7885
7886@itemize @bullet
53a5351d 7887
c906108c 7888@item
c906108c 7889@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 7890specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
7891
7892@item
d4f3574e
SS
7893@emph{Floating-point types} include @code{float}, @code{double}, and
7894@code{long double} (if supported by the target platform).
c906108c
SS
7895
7896@item
53a5351d 7897@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
7898
7899@item
7900@emph{Scalar types} include all of the above.
53a5351d 7901
c906108c
SS
7902@end itemize
7903
7904@noindent
7905The following operators are supported. They are listed here
7906in order of increasing precedence:
7907
7908@table @code
7909@item ,
7910The comma or sequencing operator. Expressions in a comma-separated list
7911are evaluated from left to right, with the result of the entire
7912expression being the last expression evaluated.
7913
7914@item =
7915Assignment. The value of an assignment expression is the value
7916assigned. Defined on scalar types.
7917
7918@item @var{op}=
7919Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
7920and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 7921@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
7922@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
7923@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
7924
7925@item ?:
7926The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
7927of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
7928integral type.
7929
7930@item ||
7931Logical @sc{or}. Defined on integral types.
7932
7933@item &&
7934Logical @sc{and}. Defined on integral types.
7935
7936@item |
7937Bitwise @sc{or}. Defined on integral types.
7938
7939@item ^
7940Bitwise exclusive-@sc{or}. Defined on integral types.
7941
7942@item &
7943Bitwise @sc{and}. Defined on integral types.
7944
7945@item ==@r{, }!=
7946Equality and inequality. Defined on scalar types. The value of these
7947expressions is 0 for false and non-zero for true.
7948
7949@item <@r{, }>@r{, }<=@r{, }>=
7950Less than, greater than, less than or equal, greater than or equal.
7951Defined on scalar types. The value of these expressions is 0 for false
7952and non-zero for true.
7953
7954@item <<@r{, }>>
7955left shift, and right shift. Defined on integral types.
7956
7957@item @@
7958The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
7959
7960@item +@r{, }-
7961Addition and subtraction. Defined on integral types, floating-point types and
7962pointer types.
7963
7964@item *@r{, }/@r{, }%
7965Multiplication, division, and modulus. Multiplication and division are
7966defined on integral and floating-point types. Modulus is defined on
7967integral types.
7968
7969@item ++@r{, }--
7970Increment and decrement. When appearing before a variable, the
7971operation is performed before the variable is used in an expression;
7972when appearing after it, the variable's value is used before the
7973operation takes place.
7974
7975@item *
7976Pointer dereferencing. Defined on pointer types. Same precedence as
7977@code{++}.
7978
7979@item &
7980Address operator. Defined on variables. Same precedence as @code{++}.
7981
b37052ae
EZ
7982For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
7983allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
c906108c 7984(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
b37052ae 7985where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 7986stored.
c906108c
SS
7987
7988@item -
7989Negative. Defined on integral and floating-point types. Same
7990precedence as @code{++}.
7991
7992@item !
7993Logical negation. Defined on integral types. Same precedence as
7994@code{++}.
7995
7996@item ~
7997Bitwise complement operator. Defined on integral types. Same precedence as
7998@code{++}.
7999
8000
8001@item .@r{, }->
8002Structure member, and pointer-to-structure member. For convenience,
8003@value{GDBN} regards the two as equivalent, choosing whether to dereference a
8004pointer based on the stored type information.
8005Defined on @code{struct} and @code{union} data.
8006
c906108c
SS
8007@item .*@r{, }->*
8008Dereferences of pointers to members.
c906108c
SS
8009
8010@item []
8011Array indexing. @code{@var{a}[@var{i}]} is defined as
8012@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
8013
8014@item ()
8015Function parameter list. Same precedence as @code{->}.
8016
c906108c 8017@item ::
b37052ae 8018C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 8019and @code{class} types.
c906108c
SS
8020
8021@item ::
7a292a7a
SS
8022Doubled colons also represent the @value{GDBN} scope operator
8023(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
8024above.
c906108c
SS
8025@end table
8026
c906108c
SS
8027If an operator is redefined in the user code, @value{GDBN} usually
8028attempts to invoke the redefined version instead of using the operator's
8029predefined meaning.
c906108c 8030
c906108c 8031@menu
5d161b24 8032* C Constants::
c906108c
SS
8033@end menu
8034
6d2ebf8b 8035@node C Constants
b37052ae 8036@subsubsection C and C@t{++} constants
c906108c 8037
b37052ae 8038@cindex C and C@t{++} constants
c906108c 8039
b37052ae 8040@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 8041following ways:
c906108c
SS
8042
8043@itemize @bullet
8044@item
8045Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
8046specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8047by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
8048@samp{l}, specifying that the constant should be treated as a
8049@code{long} value.
8050
8051@item
8052Floating point constants are a sequence of digits, followed by a decimal
8053point, followed by a sequence of digits, and optionally followed by an
8054exponent. An exponent is of the form:
8055@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8056sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
8057A floating-point constant may also end with a letter @samp{f} or
8058@samp{F}, specifying that the constant should be treated as being of
8059the @code{float} (as opposed to the default @code{double}) type; or with
8060a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8061constant.
c906108c
SS
8062
8063@item
8064Enumerated constants consist of enumerated identifiers, or their
8065integral equivalents.
8066
8067@item
8068Character constants are a single character surrounded by single quotes
8069(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 8070(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
8071be represented by a letter or by @dfn{escape sequences}, which are of
8072the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8073of the character's ordinal value; or of the form @samp{\@var{x}}, where
8074@samp{@var{x}} is a predefined special character---for example,
8075@samp{\n} for newline.
8076
8077@item
96a2c332
SS
8078String constants are a sequence of character constants surrounded by
8079double quotes (@code{"}). Any valid character constant (as described
8080above) may appear. Double quotes within the string must be preceded by
8081a backslash, so for instance @samp{"a\"b'c"} is a string of five
8082characters.
c906108c
SS
8083
8084@item
8085Pointer constants are an integral value. You can also write pointers
8086to constants using the C operator @samp{&}.
8087
8088@item
8089Array constants are comma-separated lists surrounded by braces @samp{@{}
8090and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8091integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8092and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8093@end itemize
8094
c906108c 8095@menu
5d161b24
DB
8096* C plus plus expressions::
8097* C Defaults::
8098* C Checks::
c906108c 8099
5d161b24 8100* Debugging C::
c906108c
SS
8101@end menu
8102
6d2ebf8b 8103@node C plus plus expressions
b37052ae
EZ
8104@subsubsection C@t{++} expressions
8105
8106@cindex expressions in C@t{++}
8107@value{GDBN} expression handling can interpret most C@t{++} expressions.
8108
0179ffac
DC
8109@cindex debugging C@t{++} programs
8110@cindex C@t{++} compilers
8111@cindex debug formats and C@t{++}
8112@cindex @value{NGCC} and C@t{++}
c906108c 8113@quotation
b37052ae 8114@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
0179ffac
DC
8115proper compiler and the proper debug format. Currently, @value{GDBN}
8116works best when debugging C@t{++} code that is compiled with
8117@value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8118@option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8119stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8120stabs+ as their default debug format, so you usually don't need to
8121specify a debug format explicitly. Other compilers and/or debug formats
8122are likely to work badly or not at all when using @value{GDBN} to debug
8123C@t{++} code.
c906108c 8124@end quotation
c906108c
SS
8125
8126@enumerate
8127
8128@cindex member functions
8129@item
8130Member function calls are allowed; you can use expressions like
8131
474c8240 8132@smallexample
c906108c 8133count = aml->GetOriginal(x, y)
474c8240 8134@end smallexample
c906108c 8135
41afff9a 8136@vindex this@r{, inside C@t{++} member functions}
b37052ae 8137@cindex namespace in C@t{++}
c906108c
SS
8138@item
8139While a member function is active (in the selected stack frame), your
8140expressions have the same namespace available as the member function;
8141that is, @value{GDBN} allows implicit references to the class instance
b37052ae 8142pointer @code{this} following the same rules as C@t{++}.
c906108c 8143
c906108c 8144@cindex call overloaded functions
d4f3574e 8145@cindex overloaded functions, calling
b37052ae 8146@cindex type conversions in C@t{++}
c906108c
SS
8147@item
8148You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 8149call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
8150perform overload resolution involving user-defined type conversions,
8151calls to constructors, or instantiations of templates that do not exist
8152in the program. It also cannot handle ellipsis argument lists or
8153default arguments.
8154
8155It does perform integral conversions and promotions, floating-point
8156promotions, arithmetic conversions, pointer conversions, conversions of
8157class objects to base classes, and standard conversions such as those of
8158functions or arrays to pointers; it requires an exact match on the
8159number of function arguments.
8160
8161Overload resolution is always performed, unless you have specified
8162@code{set overload-resolution off}. @xref{Debugging C plus plus,
b37052ae 8163,@value{GDBN} features for C@t{++}}.
c906108c 8164
d4f3574e 8165You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
8166explicit function signature to call an overloaded function, as in
8167@smallexample
8168p 'foo(char,int)'('x', 13)
8169@end smallexample
d4f3574e 8170
c906108c 8171The @value{GDBN} command-completion facility can simplify this;
d4f3574e 8172see @ref{Completion, ,Command completion}.
c906108c 8173
c906108c
SS
8174@cindex reference declarations
8175@item
b37052ae
EZ
8176@value{GDBN} understands variables declared as C@t{++} references; you can use
8177them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
8178dereferenced.
8179
8180In the parameter list shown when @value{GDBN} displays a frame, the values of
8181reference variables are not displayed (unlike other variables); this
8182avoids clutter, since references are often used for large structures.
8183The @emph{address} of a reference variable is always shown, unless
8184you have specified @samp{set print address off}.
8185
8186@item
b37052ae 8187@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
8188expressions can use it just as expressions in your program do. Since
8189one scope may be defined in another, you can use @code{::} repeatedly if
8190necessary, for example in an expression like
8191@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 8192resolving name scope by reference to source files, in both C and C@t{++}
c906108c
SS
8193debugging (@pxref{Variables, ,Program variables}).
8194@end enumerate
8195
b37052ae 8196In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
53a5351d
JM
8197calling virtual functions correctly, printing out virtual bases of
8198objects, calling functions in a base subobject, casting objects, and
8199invoking user-defined operators.
c906108c 8200
6d2ebf8b 8201@node C Defaults
b37052ae 8202@subsubsection C and C@t{++} defaults
7a292a7a 8203
b37052ae 8204@cindex C and C@t{++} defaults
c906108c 8205
c906108c
SS
8206If you allow @value{GDBN} to set type and range checking automatically, they
8207both default to @code{off} whenever the working language changes to
b37052ae 8208C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 8209selects the working language.
c906108c
SS
8210
8211If you allow @value{GDBN} to set the language automatically, it
8212recognizes source files whose names end with @file{.c}, @file{.C}, or
8213@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 8214these files, it sets the working language to C or C@t{++}.
c906108c
SS
8215@xref{Automatically, ,Having @value{GDBN} infer the source language},
8216for further details.
8217
c906108c
SS
8218@c Type checking is (a) primarily motivated by Modula-2, and (b)
8219@c unimplemented. If (b) changes, it might make sense to let this node
8220@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 8221
6d2ebf8b 8222@node C Checks
b37052ae 8223@subsubsection C and C@t{++} type and range checks
7a292a7a 8224
b37052ae 8225@cindex C and C@t{++} checks
c906108c 8226
b37052ae 8227By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
c906108c
SS
8228is not used. However, if you turn type checking on, @value{GDBN}
8229considers two variables type equivalent if:
8230
8231@itemize @bullet
8232@item
8233The two variables are structured and have the same structure, union, or
8234enumerated tag.
8235
8236@item
8237The two variables have the same type name, or types that have been
8238declared equivalent through @code{typedef}.
8239
8240@ignore
8241@c leaving this out because neither J Gilmore nor R Pesch understand it.
8242@c FIXME--beers?
8243@item
8244The two @code{struct}, @code{union}, or @code{enum} variables are
8245declared in the same declaration. (Note: this may not be true for all C
8246compilers.)
8247@end ignore
8248@end itemize
8249
8250Range checking, if turned on, is done on mathematical operations. Array
8251indices are not checked, since they are often used to index a pointer
8252that is not itself an array.
c906108c 8253
6d2ebf8b 8254@node Debugging C
c906108c 8255@subsubsection @value{GDBN} and C
c906108c
SS
8256
8257The @code{set print union} and @code{show print union} commands apply to
8258the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
8259inside a @code{struct} or @code{class} is also printed. Otherwise, it
8260appears as @samp{@{...@}}.
c906108c
SS
8261
8262The @code{@@} operator aids in the debugging of dynamic arrays, formed
8263with pointers and a memory allocation function. @xref{Expressions,
8264,Expressions}.
8265
c906108c 8266@menu
5d161b24 8267* Debugging C plus plus::
c906108c
SS
8268@end menu
8269
6d2ebf8b 8270@node Debugging C plus plus
b37052ae 8271@subsubsection @value{GDBN} features for C@t{++}
c906108c 8272
b37052ae 8273@cindex commands for C@t{++}
7a292a7a 8274
b37052ae
EZ
8275Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8276designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
8277
8278@table @code
8279@cindex break in overloaded functions
8280@item @r{breakpoint menus}
8281When you want a breakpoint in a function whose name is overloaded,
8282@value{GDBN} breakpoint menus help you specify which function definition
8283you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8284
b37052ae 8285@cindex overloading in C@t{++}
c906108c
SS
8286@item rbreak @var{regex}
8287Setting breakpoints using regular expressions is helpful for setting
8288breakpoints on overloaded functions that are not members of any special
8289classes.
8290@xref{Set Breaks, ,Setting breakpoints}.
8291
b37052ae 8292@cindex C@t{++} exception handling
c906108c
SS
8293@item catch throw
8294@itemx catch catch
b37052ae 8295Debug C@t{++} exception handling using these commands. @xref{Set
c906108c
SS
8296Catchpoints, , Setting catchpoints}.
8297
8298@cindex inheritance
8299@item ptype @var{typename}
8300Print inheritance relationships as well as other information for type
8301@var{typename}.
8302@xref{Symbols, ,Examining the Symbol Table}.
8303
b37052ae 8304@cindex C@t{++} symbol display
c906108c
SS
8305@item set print demangle
8306@itemx show print demangle
8307@itemx set print asm-demangle
8308@itemx show print asm-demangle
b37052ae
EZ
8309Control whether C@t{++} symbols display in their source form, both when
8310displaying code as C@t{++} source and when displaying disassemblies.
c906108c
SS
8311@xref{Print Settings, ,Print settings}.
8312
8313@item set print object
8314@itemx show print object
8315Choose whether to print derived (actual) or declared types of objects.
8316@xref{Print Settings, ,Print settings}.
8317
8318@item set print vtbl
8319@itemx show print vtbl
8320Control the format for printing virtual function tables.
8321@xref{Print Settings, ,Print settings}.
c906108c 8322(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 8323ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
8324
8325@kindex set overload-resolution
d4f3574e 8326@cindex overloaded functions, overload resolution
c906108c 8327@item set overload-resolution on
b37052ae 8328Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
8329is on. For overloaded functions, @value{GDBN} evaluates the arguments
8330and searches for a function whose signature matches the argument types,
b37052ae 8331using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
d4f3574e 8332expressions}, for details). If it cannot find a match, it emits a
c906108c
SS
8333message.
8334
8335@item set overload-resolution off
b37052ae 8336Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
8337overloaded functions that are not class member functions, @value{GDBN}
8338chooses the first function of the specified name that it finds in the
8339symbol table, whether or not its arguments are of the correct type. For
8340overloaded functions that are class member functions, @value{GDBN}
8341searches for a function whose signature @emph{exactly} matches the
8342argument types.
c906108c
SS
8343
8344@item @r{Overloaded symbol names}
8345You can specify a particular definition of an overloaded symbol, using
b37052ae 8346the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
8347@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8348also use the @value{GDBN} command-line word completion facilities to list the
8349available choices, or to finish the type list for you.
8350@xref{Completion,, Command completion}, for details on how to do this.
8351@end table
c906108c 8352
b37303ee
AF
8353@node Objective-C
8354@subsection Objective-C
8355
8356@cindex Objective-C
8357This section provides information about some commands and command
8358options that are useful for debugging Objective-C code.
8359
8360@menu
8361* Method Names in Commands::
8362* The Print Command with Objective-C::
8363@end menu
8364
8365@node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8366@subsubsection Method Names in Commands
8367
8368The following commands have been extended to accept Objective-C method
8369names as line specifications:
8370
8371@kindex clear@r{, and Objective-C}
8372@kindex break@r{, and Objective-C}
8373@kindex info line@r{, and Objective-C}
8374@kindex jump@r{, and Objective-C}
8375@kindex list@r{, and Objective-C}
8376@itemize
8377@item @code{clear}
8378@item @code{break}
8379@item @code{info line}
8380@item @code{jump}
8381@item @code{list}
8382@end itemize
8383
8384A fully qualified Objective-C method name is specified as
8385
8386@smallexample
8387-[@var{Class} @var{methodName}]
8388@end smallexample
8389
8390where the minus sign is used to indicate an instance method and a plus
8391sign (not shown) is used to indicate a class method. The
8392class name @var{Class} and method name @var{methoName} are enclosed in
8393brackets, similar to the way messages are specified in Objective-C source
8394code. For example, to set a breakpoint at the @code{create} instance method of
8395class @code{Fruit} in the program currently being debugged, enter:
8396
8397@smallexample
8398break -[Fruit create]
8399@end smallexample
8400
8401To list ten program lines around the @code{initialize} class method,
8402enter:
8403
8404@smallexample
8405list +[NSText initialize]
8406@end smallexample
8407
8408In the current version of GDB, the plus or minus sign is required. In
8409future versions of GDB, the plus or minus sign will be optional, but you
8410can use it to narrow the search. It is also possible to specify just a
8411method name:
8412
8413@smallexample
8414break create
8415@end smallexample
8416
8417You must specify the complete method name, including any colons. If
8418your program's source files contain more than one @code{create} method,
8419you'll be presented with a numbered list of classes that implement that
8420method. Indicate your choice by number, or type @samp{0} to exit if
8421none apply.
8422
8423As another example, to clear a breakpoint established at the
8424@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
8425
8426@smallexample
8427clear -[NSWindow makeKeyAndOrderFront:]
8428@end smallexample
8429
8430@node The Print Command with Objective-C
8431@subsubsection The Print Command With Objective-C
8432
8433The print command has also been extended to accept methods. For example:
8434
8435@smallexample
8436print -[object hash]
8437@end smallexample
8438
8439@cindex print an Objective-C object description
8440will tell gdb to send the -hash message to object and print the
8441result. Also an additional command has been added, @code{print-object}
8442or @code{po} for short, which is meant to print the description of an
8443object. However, this command may only work with certain Objective-C
8444libraries that have a particular hook function, called
8445@code{_NSPrintForDebugger} defined.
8446
8447@node Modula-2, , Objective-C, Support
c906108c 8448@subsection Modula-2
7a292a7a 8449
d4f3574e 8450@cindex Modula-2, @value{GDBN} support
c906108c
SS
8451
8452The extensions made to @value{GDBN} to support Modula-2 only support
8453output from the @sc{gnu} Modula-2 compiler (which is currently being
8454developed). Other Modula-2 compilers are not currently supported, and
8455attempting to debug executables produced by them is most likely
8456to give an error as @value{GDBN} reads in the executable's symbol
8457table.
8458
8459@cindex expressions in Modula-2
8460@menu
8461* M2 Operators:: Built-in operators
8462* Built-In Func/Proc:: Built-in functions and procedures
8463* M2 Constants:: Modula-2 constants
8464* M2 Defaults:: Default settings for Modula-2
8465* Deviations:: Deviations from standard Modula-2
8466* M2 Checks:: Modula-2 type and range checks
8467* M2 Scope:: The scope operators @code{::} and @code{.}
8468* GDB/M2:: @value{GDBN} and Modula-2
8469@end menu
8470
6d2ebf8b 8471@node M2 Operators
c906108c
SS
8472@subsubsection Operators
8473@cindex Modula-2 operators
8474
8475Operators must be defined on values of specific types. For instance,
8476@code{+} is defined on numbers, but not on structures. Operators are
8477often defined on groups of types. For the purposes of Modula-2, the
8478following definitions hold:
8479
8480@itemize @bullet
8481
8482@item
8483@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
8484their subranges.
8485
8486@item
8487@emph{Character types} consist of @code{CHAR} and its subranges.
8488
8489@item
8490@emph{Floating-point types} consist of @code{REAL}.
8491
8492@item
8493@emph{Pointer types} consist of anything declared as @code{POINTER TO
8494@var{type}}.
8495
8496@item
8497@emph{Scalar types} consist of all of the above.
8498
8499@item
8500@emph{Set types} consist of @code{SET} and @code{BITSET} types.
8501
8502@item
8503@emph{Boolean types} consist of @code{BOOLEAN}.
8504@end itemize
8505
8506@noindent
8507The following operators are supported, and appear in order of
8508increasing precedence:
8509
8510@table @code
8511@item ,
8512Function argument or array index separator.
8513
8514@item :=
8515Assignment. The value of @var{var} @code{:=} @var{value} is
8516@var{value}.
8517
8518@item <@r{, }>
8519Less than, greater than on integral, floating-point, or enumerated
8520types.
8521
8522@item <=@r{, }>=
96a2c332 8523Less than or equal to, greater than or equal to
c906108c
SS
8524on integral, floating-point and enumerated types, or set inclusion on
8525set types. Same precedence as @code{<}.
8526
8527@item =@r{, }<>@r{, }#
8528Equality and two ways of expressing inequality, valid on scalar types.
8529Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
8530available for inequality, since @code{#} conflicts with the script
8531comment character.
8532
8533@item IN
8534Set membership. Defined on set types and the types of their members.
8535Same precedence as @code{<}.
8536
8537@item OR
8538Boolean disjunction. Defined on boolean types.
8539
8540@item AND@r{, }&
d4f3574e 8541Boolean conjunction. Defined on boolean types.
c906108c
SS
8542
8543@item @@
8544The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8545
8546@item +@r{, }-
8547Addition and subtraction on integral and floating-point types, or union
8548and difference on set types.
8549
8550@item *
8551Multiplication on integral and floating-point types, or set intersection
8552on set types.
8553
8554@item /
8555Division on floating-point types, or symmetric set difference on set
8556types. Same precedence as @code{*}.
8557
8558@item DIV@r{, }MOD
8559Integer division and remainder. Defined on integral types. Same
8560precedence as @code{*}.
8561
8562@item -
8563Negative. Defined on @code{INTEGER} and @code{REAL} data.
8564
8565@item ^
8566Pointer dereferencing. Defined on pointer types.
8567
8568@item NOT
8569Boolean negation. Defined on boolean types. Same precedence as
8570@code{^}.
8571
8572@item .
8573@code{RECORD} field selector. Defined on @code{RECORD} data. Same
8574precedence as @code{^}.
8575
8576@item []
8577Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
8578
8579@item ()
8580Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
8581as @code{^}.
8582
8583@item ::@r{, }.
8584@value{GDBN} and Modula-2 scope operators.
8585@end table
8586
8587@quotation
8588@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
8589treats the use of the operator @code{IN}, or the use of operators
8590@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
8591@code{<=}, and @code{>=} on sets as an error.
8592@end quotation
8593
cb51c4e0 8594
6d2ebf8b 8595@node Built-In Func/Proc
c906108c 8596@subsubsection Built-in functions and procedures
cb51c4e0 8597@cindex Modula-2 built-ins
c906108c
SS
8598
8599Modula-2 also makes available several built-in procedures and functions.
8600In describing these, the following metavariables are used:
8601
8602@table @var
8603
8604@item a
8605represents an @code{ARRAY} variable.
8606
8607@item c
8608represents a @code{CHAR} constant or variable.
8609
8610@item i
8611represents a variable or constant of integral type.
8612
8613@item m
8614represents an identifier that belongs to a set. Generally used in the
8615same function with the metavariable @var{s}. The type of @var{s} should
8616be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
8617
8618@item n
8619represents a variable or constant of integral or floating-point type.
8620
8621@item r
8622represents a variable or constant of floating-point type.
8623
8624@item t
8625represents a type.
8626
8627@item v
8628represents a variable.
8629
8630@item x
8631represents a variable or constant of one of many types. See the
8632explanation of the function for details.
8633@end table
8634
8635All Modula-2 built-in procedures also return a result, described below.
8636
8637@table @code
8638@item ABS(@var{n})
8639Returns the absolute value of @var{n}.
8640
8641@item CAP(@var{c})
8642If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 8643equivalent, otherwise it returns its argument.
c906108c
SS
8644
8645@item CHR(@var{i})
8646Returns the character whose ordinal value is @var{i}.
8647
8648@item DEC(@var{v})
c3f6f71d 8649Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8650
8651@item DEC(@var{v},@var{i})
8652Decrements the value in the variable @var{v} by @var{i}. Returns the
8653new value.
8654
8655@item EXCL(@var{m},@var{s})
8656Removes the element @var{m} from the set @var{s}. Returns the new
8657set.
8658
8659@item FLOAT(@var{i})
8660Returns the floating point equivalent of the integer @var{i}.
8661
8662@item HIGH(@var{a})
8663Returns the index of the last member of @var{a}.
8664
8665@item INC(@var{v})
c3f6f71d 8666Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8667
8668@item INC(@var{v},@var{i})
8669Increments the value in the variable @var{v} by @var{i}. Returns the
8670new value.
8671
8672@item INCL(@var{m},@var{s})
8673Adds the element @var{m} to the set @var{s} if it is not already
8674there. Returns the new set.
8675
8676@item MAX(@var{t})
8677Returns the maximum value of the type @var{t}.
8678
8679@item MIN(@var{t})
8680Returns the minimum value of the type @var{t}.
8681
8682@item ODD(@var{i})
8683Returns boolean TRUE if @var{i} is an odd number.
8684
8685@item ORD(@var{x})
8686Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
8687value of a character is its @sc{ascii} value (on machines supporting the
8688@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
8689integral, character and enumerated types.
8690
8691@item SIZE(@var{x})
8692Returns the size of its argument. @var{x} can be a variable or a type.
8693
8694@item TRUNC(@var{r})
8695Returns the integral part of @var{r}.
8696
8697@item VAL(@var{t},@var{i})
8698Returns the member of the type @var{t} whose ordinal value is @var{i}.
8699@end table
8700
8701@quotation
8702@emph{Warning:} Sets and their operations are not yet supported, so
8703@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
8704an error.
8705@end quotation
8706
8707@cindex Modula-2 constants
6d2ebf8b 8708@node M2 Constants
c906108c
SS
8709@subsubsection Constants
8710
8711@value{GDBN} allows you to express the constants of Modula-2 in the following
8712ways:
8713
8714@itemize @bullet
8715
8716@item
8717Integer constants are simply a sequence of digits. When used in an
8718expression, a constant is interpreted to be type-compatible with the
8719rest of the expression. Hexadecimal integers are specified by a
8720trailing @samp{H}, and octal integers by a trailing @samp{B}.
8721
8722@item
8723Floating point constants appear as a sequence of digits, followed by a
8724decimal point and another sequence of digits. An optional exponent can
8725then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
8726@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
8727digits of the floating point constant must be valid decimal (base 10)
8728digits.
8729
8730@item
8731Character constants consist of a single character enclosed by a pair of
8732like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 8733also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
8734followed by a @samp{C}.
8735
8736@item
8737String constants consist of a sequence of characters enclosed by a
8738pair of like quotes, either single (@code{'}) or double (@code{"}).
8739Escape sequences in the style of C are also allowed. @xref{C
b37052ae 8740Constants, ,C and C@t{++} constants}, for a brief explanation of escape
c906108c
SS
8741sequences.
8742
8743@item
8744Enumerated constants consist of an enumerated identifier.
8745
8746@item
8747Boolean constants consist of the identifiers @code{TRUE} and
8748@code{FALSE}.
8749
8750@item
8751Pointer constants consist of integral values only.
8752
8753@item
8754Set constants are not yet supported.
8755@end itemize
8756
6d2ebf8b 8757@node M2 Defaults
c906108c
SS
8758@subsubsection Modula-2 defaults
8759@cindex Modula-2 defaults
8760
8761If type and range checking are set automatically by @value{GDBN}, they
8762both default to @code{on} whenever the working language changes to
d4f3574e 8763Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
8764selected the working language.
8765
8766If you allow @value{GDBN} to set the language automatically, then entering
8767code compiled from a file whose name ends with @file{.mod} sets the
d4f3574e 8768working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c906108c
SS
8769the language automatically}, for further details.
8770
6d2ebf8b 8771@node Deviations
c906108c
SS
8772@subsubsection Deviations from standard Modula-2
8773@cindex Modula-2, deviations from
8774
8775A few changes have been made to make Modula-2 programs easier to debug.
8776This is done primarily via loosening its type strictness:
8777
8778@itemize @bullet
8779@item
8780Unlike in standard Modula-2, pointer constants can be formed by
8781integers. This allows you to modify pointer variables during
8782debugging. (In standard Modula-2, the actual address contained in a
8783pointer variable is hidden from you; it can only be modified
8784through direct assignment to another pointer variable or expression that
8785returned a pointer.)
8786
8787@item
8788C escape sequences can be used in strings and characters to represent
8789non-printable characters. @value{GDBN} prints out strings with these
8790escape sequences embedded. Single non-printable characters are
8791printed using the @samp{CHR(@var{nnn})} format.
8792
8793@item
8794The assignment operator (@code{:=}) returns the value of its right-hand
8795argument.
8796
8797@item
8798All built-in procedures both modify @emph{and} return their argument.
8799@end itemize
8800
6d2ebf8b 8801@node M2 Checks
c906108c
SS
8802@subsubsection Modula-2 type and range checks
8803@cindex Modula-2 checks
8804
8805@quotation
8806@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
8807range checking.
8808@end quotation
8809@c FIXME remove warning when type/range checks added
8810
8811@value{GDBN} considers two Modula-2 variables type equivalent if:
8812
8813@itemize @bullet
8814@item
8815They are of types that have been declared equivalent via a @code{TYPE
8816@var{t1} = @var{t2}} statement
8817
8818@item
8819They have been declared on the same line. (Note: This is true of the
8820@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
8821@end itemize
8822
8823As long as type checking is enabled, any attempt to combine variables
8824whose types are not equivalent is an error.
8825
8826Range checking is done on all mathematical operations, assignment, array
8827index bounds, and all built-in functions and procedures.
8828
6d2ebf8b 8829@node M2 Scope
c906108c
SS
8830@subsubsection The scope operators @code{::} and @code{.}
8831@cindex scope
41afff9a 8832@cindex @code{.}, Modula-2 scope operator
c906108c
SS
8833@cindex colon, doubled as scope operator
8834@ifinfo
41afff9a 8835@vindex colon-colon@r{, in Modula-2}
c906108c
SS
8836@c Info cannot handle :: but TeX can.
8837@end ifinfo
8838@iftex
41afff9a 8839@vindex ::@r{, in Modula-2}
c906108c
SS
8840@end iftex
8841
8842There are a few subtle differences between the Modula-2 scope operator
8843(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
8844similar syntax:
8845
474c8240 8846@smallexample
c906108c
SS
8847
8848@var{module} . @var{id}
8849@var{scope} :: @var{id}
474c8240 8850@end smallexample
c906108c
SS
8851
8852@noindent
8853where @var{scope} is the name of a module or a procedure,
8854@var{module} the name of a module, and @var{id} is any declared
8855identifier within your program, except another module.
8856
8857Using the @code{::} operator makes @value{GDBN} search the scope
8858specified by @var{scope} for the identifier @var{id}. If it is not
8859found in the specified scope, then @value{GDBN} searches all scopes
8860enclosing the one specified by @var{scope}.
8861
8862Using the @code{.} operator makes @value{GDBN} search the current scope for
8863the identifier specified by @var{id} that was imported from the
8864definition module specified by @var{module}. With this operator, it is
8865an error if the identifier @var{id} was not imported from definition
8866module @var{module}, or if @var{id} is not an identifier in
8867@var{module}.
8868
6d2ebf8b 8869@node GDB/M2
c906108c
SS
8870@subsubsection @value{GDBN} and Modula-2
8871
8872Some @value{GDBN} commands have little use when debugging Modula-2 programs.
8873Five subcommands of @code{set print} and @code{show print} apply
b37052ae 8874specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 8875@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 8876apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
8877analogue in Modula-2.
8878
8879The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 8880with any language, is not useful with Modula-2. Its
c906108c 8881intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 8882created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 8883address can be specified by an integral constant, the construct
d4f3574e 8884@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
8885
8886@cindex @code{#} in Modula-2
8887In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
8888interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 8889
4e562065
JB
8890@node Unsupported languages
8891@section Unsupported languages
8892
8893@cindex unsupported languages
8894@cindex minimal language
8895In addition to the other fully-supported programming languages,
8896@value{GDBN} also provides a pseudo-language, called @code{minimal}.
8897It does not represent a real programming language, but provides a set
8898of capabilities close to what the C or assembly languages provide.
8899This should allow most simple operations to be performed while debugging
8900an application that uses a language currently not supported by @value{GDBN}.
8901
8902If the language is set to @code{auto}, @value{GDBN} will automatically
8903select this language if the current frame corresponds to an unsupported
8904language.
8905
6d2ebf8b 8906@node Symbols
c906108c
SS
8907@chapter Examining the Symbol Table
8908
d4f3574e 8909The commands described in this chapter allow you to inquire about the
c906108c
SS
8910symbols (names of variables, functions and types) defined in your
8911program. This information is inherent in the text of your program and
8912does not change as your program executes. @value{GDBN} finds it in your
8913program's symbol table, in the file indicated when you started @value{GDBN}
8914(@pxref{File Options, ,Choosing files}), or by one of the
8915file-management commands (@pxref{Files, ,Commands to specify files}).
8916
8917@cindex symbol names
8918@cindex names of symbols
8919@cindex quoting names
8920Occasionally, you may need to refer to symbols that contain unusual
8921characters, which @value{GDBN} ordinarily treats as word delimiters. The
8922most frequent case is in referring to static variables in other
8923source files (@pxref{Variables,,Program variables}). File names
8924are recorded in object files as debugging symbols, but @value{GDBN} would
8925ordinarily parse a typical file name, like @file{foo.c}, as the three words
8926@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
8927@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
8928
474c8240 8929@smallexample
c906108c 8930p 'foo.c'::x
474c8240 8931@end smallexample
c906108c
SS
8932
8933@noindent
8934looks up the value of @code{x} in the scope of the file @file{foo.c}.
8935
8936@table @code
8937@kindex info address
b37052ae 8938@cindex address of a symbol
c906108c
SS
8939@item info address @var{symbol}
8940Describe where the data for @var{symbol} is stored. For a register
8941variable, this says which register it is kept in. For a non-register
8942local variable, this prints the stack-frame offset at which the variable
8943is always stored.
8944
8945Note the contrast with @samp{print &@var{symbol}}, which does not work
8946at all for a register variable, and for a stack local variable prints
8947the exact address of the current instantiation of the variable.
8948
3d67e040 8949@kindex info symbol
b37052ae 8950@cindex symbol from address
3d67e040
EZ
8951@item info symbol @var{addr}
8952Print the name of a symbol which is stored at the address @var{addr}.
8953If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
8954nearest symbol and an offset from it:
8955
474c8240 8956@smallexample
3d67e040
EZ
8957(@value{GDBP}) info symbol 0x54320
8958_initialize_vx + 396 in section .text
474c8240 8959@end smallexample
3d67e040
EZ
8960
8961@noindent
8962This is the opposite of the @code{info address} command. You can use
8963it to find out the name of a variable or a function given its address.
8964
c906108c 8965@kindex whatis
d4f3574e
SS
8966@item whatis @var{expr}
8967Print the data type of expression @var{expr}. @var{expr} is not
c906108c
SS
8968actually evaluated, and any side-effecting operations (such as
8969assignments or function calls) inside it do not take place.
8970@xref{Expressions, ,Expressions}.
8971
8972@item whatis
8973Print the data type of @code{$}, the last value in the value history.
8974
8975@kindex ptype
8976@item ptype @var{typename}
8977Print a description of data type @var{typename}. @var{typename} may be
7a292a7a
SS
8978the name of a type, or for C code it may have the form @samp{class
8979@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
8980@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 8981
d4f3574e 8982@item ptype @var{expr}
c906108c 8983@itemx ptype
d4f3574e 8984Print a description of the type of expression @var{expr}. @code{ptype}
c906108c
SS
8985differs from @code{whatis} by printing a detailed description, instead
8986of just the name of the type.
8987
8988For example, for this variable declaration:
8989
474c8240 8990@smallexample
c906108c 8991struct complex @{double real; double imag;@} v;
474c8240 8992@end smallexample
c906108c
SS
8993
8994@noindent
8995the two commands give this output:
8996
474c8240 8997@smallexample
c906108c
SS
8998@group
8999(@value{GDBP}) whatis v
9000type = struct complex
9001(@value{GDBP}) ptype v
9002type = struct complex @{
9003 double real;
9004 double imag;
9005@}
9006@end group
474c8240 9007@end smallexample
c906108c
SS
9008
9009@noindent
9010As with @code{whatis}, using @code{ptype} without an argument refers to
9011the type of @code{$}, the last value in the value history.
9012
9013@kindex info types
9014@item info types @var{regexp}
9015@itemx info types
d4f3574e 9016Print a brief description of all types whose names match @var{regexp}
c906108c
SS
9017(or all types in your program, if you supply no argument). Each
9018complete typename is matched as though it were a complete line; thus,
9019@samp{i type value} gives information on all types in your program whose
d4f3574e 9020names include the string @code{value}, but @samp{i type ^value$} gives
c906108c
SS
9021information only on types whose complete name is @code{value}.
9022
9023This command differs from @code{ptype} in two ways: first, like
9024@code{whatis}, it does not print a detailed description; second, it
9025lists all source files where a type is defined.
9026
b37052ae
EZ
9027@kindex info scope
9028@cindex local variables
9029@item info scope @var{addr}
9030List all the variables local to a particular scope. This command
9031accepts a location---a function name, a source line, or an address
9032preceded by a @samp{*}, and prints all the variables local to the
9033scope defined by that location. For example:
9034
9035@smallexample
9036(@value{GDBP}) @b{info scope command_line_handler}
9037Scope for command_line_handler:
9038Symbol rl is an argument at stack/frame offset 8, length 4.
9039Symbol linebuffer is in static storage at address 0x150a18, length 4.
9040Symbol linelength is in static storage at address 0x150a1c, length 4.
9041Symbol p is a local variable in register $esi, length 4.
9042Symbol p1 is a local variable in register $ebx, length 4.
9043Symbol nline is a local variable in register $edx, length 4.
9044Symbol repeat is a local variable at frame offset -8, length 4.
9045@end smallexample
9046
f5c37c66
EZ
9047@noindent
9048This command is especially useful for determining what data to collect
9049during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
9050collect}.
9051
c906108c
SS
9052@kindex info source
9053@item info source
919d772c
JB
9054Show information about the current source file---that is, the source file for
9055the function containing the current point of execution:
9056@itemize @bullet
9057@item
9058the name of the source file, and the directory containing it,
9059@item
9060the directory it was compiled in,
9061@item
9062its length, in lines,
9063@item
9064which programming language it is written in,
9065@item
9066whether the executable includes debugging information for that file, and
9067if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
9068@item
9069whether the debugging information includes information about
9070preprocessor macros.
9071@end itemize
9072
c906108c
SS
9073
9074@kindex info sources
9075@item info sources
9076Print the names of all source files in your program for which there is
9077debugging information, organized into two lists: files whose symbols
9078have already been read, and files whose symbols will be read when needed.
9079
9080@kindex info functions
9081@item info functions
9082Print the names and data types of all defined functions.
9083
9084@item info functions @var{regexp}
9085Print the names and data types of all defined functions
9086whose names contain a match for regular expression @var{regexp}.
9087Thus, @samp{info fun step} finds all functions whose names
9088include @code{step}; @samp{info fun ^step} finds those whose names
1c5dfdad
MS
9089start with @code{step}. If a function name contains characters
9090that conflict with the regular expression language (eg.
9091@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
9092
9093@kindex info variables
9094@item info variables
9095Print the names and data types of all variables that are declared
6ca652b0 9096outside of functions (i.e.@: excluding local variables).
c906108c
SS
9097
9098@item info variables @var{regexp}
9099Print the names and data types of all variables (except for local
9100variables) whose names contain a match for regular expression
9101@var{regexp}.
9102
b37303ee
AF
9103@kindex info classes
9104@item info classes
9105@itemx info classes @var{regexp}
9106Display all Objective-C classes in your program, or
9107(with the @var{regexp} argument) all those matching a particular regular
9108expression.
9109
9110@kindex info selectors
9111@item info selectors
9112@itemx info selectors @var{regexp}
9113Display all Objective-C selectors in your program, or
9114(with the @var{regexp} argument) all those matching a particular regular
9115expression.
9116
c906108c
SS
9117@ignore
9118This was never implemented.
9119@kindex info methods
9120@item info methods
9121@itemx info methods @var{regexp}
9122The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
9123methods within C@t{++} program, or (with the @var{regexp} argument) a
9124specific set of methods found in the various C@t{++} classes. Many
9125C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
9126from the @code{ptype} command can be overwhelming and hard to use. The
9127@code{info-methods} command filters the methods, printing only those
9128which match the regular-expression @var{regexp}.
9129@end ignore
9130
c906108c
SS
9131@cindex reloading symbols
9132Some systems allow individual object files that make up your program to
7a292a7a
SS
9133be replaced without stopping and restarting your program. For example,
9134in VxWorks you can simply recompile a defective object file and keep on
9135running. If you are running on one of these systems, you can allow
9136@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
9137
9138@table @code
9139@kindex set symbol-reloading
9140@item set symbol-reloading on
9141Replace symbol definitions for the corresponding source file when an
9142object file with a particular name is seen again.
9143
9144@item set symbol-reloading off
6d2ebf8b
SS
9145Do not replace symbol definitions when encountering object files of the
9146same name more than once. This is the default state; if you are not
9147running on a system that permits automatic relinking of modules, you
9148should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
9149may discard symbols when linking large programs, that may contain
9150several modules (from different directories or libraries) with the same
9151name.
c906108c
SS
9152
9153@kindex show symbol-reloading
9154@item show symbol-reloading
9155Show the current @code{on} or @code{off} setting.
9156@end table
c906108c 9157
c906108c
SS
9158@kindex set opaque-type-resolution
9159@item set opaque-type-resolution on
9160Tell @value{GDBN} to resolve opaque types. An opaque type is a type
9161declared as a pointer to a @code{struct}, @code{class}, or
9162@code{union}---for example, @code{struct MyType *}---that is used in one
9163source file although the full declaration of @code{struct MyType} is in
9164another source file. The default is on.
9165
9166A change in the setting of this subcommand will not take effect until
9167the next time symbols for a file are loaded.
9168
9169@item set opaque-type-resolution off
9170Tell @value{GDBN} not to resolve opaque types. In this case, the type
9171is printed as follows:
9172@smallexample
9173@{<no data fields>@}
9174@end smallexample
9175
9176@kindex show opaque-type-resolution
9177@item show opaque-type-resolution
9178Show whether opaque types are resolved or not.
c906108c
SS
9179
9180@kindex maint print symbols
9181@cindex symbol dump
9182@kindex maint print psymbols
9183@cindex partial symbol dump
9184@item maint print symbols @var{filename}
9185@itemx maint print psymbols @var{filename}
9186@itemx maint print msymbols @var{filename}
9187Write a dump of debugging symbol data into the file @var{filename}.
9188These commands are used to debug the @value{GDBN} symbol-reading code. Only
9189symbols with debugging data are included. If you use @samp{maint print
9190symbols}, @value{GDBN} includes all the symbols for which it has already
9191collected full details: that is, @var{filename} reflects symbols for
9192only those files whose symbols @value{GDBN} has read. You can use the
9193command @code{info sources} to find out which files these are. If you
9194use @samp{maint print psymbols} instead, the dump shows information about
9195symbols that @value{GDBN} only knows partially---that is, symbols defined in
9196files that @value{GDBN} has skimmed, but not yet read completely. Finally,
9197@samp{maint print msymbols} dumps just the minimal symbol information
9198required for each object file from which @value{GDBN} has read some symbols.
9199@xref{Files, ,Commands to specify files}, for a discussion of how
9200@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 9201
5e7b2f39
JB
9202@kindex maint info symtabs
9203@kindex maint info psymtabs
44ea7b70
JB
9204@cindex listing @value{GDBN}'s internal symbol tables
9205@cindex symbol tables, listing @value{GDBN}'s internal
9206@cindex full symbol tables, listing @value{GDBN}'s internal
9207@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
9208@item maint info symtabs @r{[} @var{regexp} @r{]}
9209@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
9210
9211List the @code{struct symtab} or @code{struct partial_symtab}
9212structures whose names match @var{regexp}. If @var{regexp} is not
9213given, list them all. The output includes expressions which you can
9214copy into a @value{GDBN} debugging this one to examine a particular
9215structure in more detail. For example:
9216
9217@smallexample
5e7b2f39 9218(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
9219@{ objfile /home/gnu/build/gdb/gdb
9220 ((struct objfile *) 0x82e69d0)
9221 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
9222 ((struct partial_symtab *) 0x8474b10)
9223 readin no
9224 fullname (null)
9225 text addresses 0x814d3c8 -- 0x8158074
9226 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
9227 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
9228 dependencies (none)
9229 @}
9230@}
5e7b2f39 9231(@value{GDBP}) maint info symtabs
44ea7b70
JB
9232(@value{GDBP})
9233@end smallexample
9234@noindent
9235We see that there is one partial symbol table whose filename contains
9236the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
9237and we see that @value{GDBN} has not read in any symtabs yet at all.
9238If we set a breakpoint on a function, that will cause @value{GDBN} to
9239read the symtab for the compilation unit containing that function:
9240
9241@smallexample
9242(@value{GDBP}) break dwarf2_psymtab_to_symtab
9243Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
9244line 1574.
5e7b2f39 9245(@value{GDBP}) maint info symtabs
44ea7b70
JB
9246@{ objfile /home/gnu/build/gdb/gdb
9247 ((struct objfile *) 0x82e69d0)
9248 @{ symtab /home/gnu/src/gdb/dwarf2read.c
9249 ((struct symtab *) 0x86c1f38)
9250 dirname (null)
9251 fullname (null)
9252 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
9253 debugformat DWARF 2
9254 @}
9255@}
9256(@value{GDBP})
9257@end smallexample
c906108c
SS
9258@end table
9259
44ea7b70 9260
6d2ebf8b 9261@node Altering
c906108c
SS
9262@chapter Altering Execution
9263
9264Once you think you have found an error in your program, you might want to
9265find out for certain whether correcting the apparent error would lead to
9266correct results in the rest of the run. You can find the answer by
9267experiment, using the @value{GDBN} features for altering execution of the
9268program.
9269
9270For example, you can store new values into variables or memory
7a292a7a
SS
9271locations, give your program a signal, restart it at a different
9272address, or even return prematurely from a function.
c906108c
SS
9273
9274@menu
9275* Assignment:: Assignment to variables
9276* Jumping:: Continuing at a different address
c906108c 9277* Signaling:: Giving your program a signal
c906108c
SS
9278* Returning:: Returning from a function
9279* Calling:: Calling your program's functions
9280* Patching:: Patching your program
9281@end menu
9282
6d2ebf8b 9283@node Assignment
c906108c
SS
9284@section Assignment to variables
9285
9286@cindex assignment
9287@cindex setting variables
9288To alter the value of a variable, evaluate an assignment expression.
9289@xref{Expressions, ,Expressions}. For example,
9290
474c8240 9291@smallexample
c906108c 9292print x=4
474c8240 9293@end smallexample
c906108c
SS
9294
9295@noindent
9296stores the value 4 into the variable @code{x}, and then prints the
5d161b24 9297value of the assignment expression (which is 4).
c906108c
SS
9298@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
9299information on operators in supported languages.
c906108c
SS
9300
9301@kindex set variable
9302@cindex variables, setting
9303If you are not interested in seeing the value of the assignment, use the
9304@code{set} command instead of the @code{print} command. @code{set} is
9305really the same as @code{print} except that the expression's value is
9306not printed and is not put in the value history (@pxref{Value History,
9307,Value history}). The expression is evaluated only for its effects.
9308
c906108c
SS
9309If the beginning of the argument string of the @code{set} command
9310appears identical to a @code{set} subcommand, use the @code{set
9311variable} command instead of just @code{set}. This command is identical
9312to @code{set} except for its lack of subcommands. For example, if your
9313program has a variable @code{width}, you get an error if you try to set
9314a new value with just @samp{set width=13}, because @value{GDBN} has the
9315command @code{set width}:
9316
474c8240 9317@smallexample
c906108c
SS
9318(@value{GDBP}) whatis width
9319type = double
9320(@value{GDBP}) p width
9321$4 = 13
9322(@value{GDBP}) set width=47
9323Invalid syntax in expression.
474c8240 9324@end smallexample
c906108c
SS
9325
9326@noindent
9327The invalid expression, of course, is @samp{=47}. In
9328order to actually set the program's variable @code{width}, use
9329
474c8240 9330@smallexample
c906108c 9331(@value{GDBP}) set var width=47
474c8240 9332@end smallexample
53a5351d 9333
c906108c
SS
9334Because the @code{set} command has many subcommands that can conflict
9335with the names of program variables, it is a good idea to use the
9336@code{set variable} command instead of just @code{set}. For example, if
9337your program has a variable @code{g}, you run into problems if you try
9338to set a new value with just @samp{set g=4}, because @value{GDBN} has
9339the command @code{set gnutarget}, abbreviated @code{set g}:
9340
474c8240 9341@smallexample
c906108c
SS
9342@group
9343(@value{GDBP}) whatis g
9344type = double
9345(@value{GDBP}) p g
9346$1 = 1
9347(@value{GDBP}) set g=4
2df3850c 9348(@value{GDBP}) p g
c906108c
SS
9349$2 = 1
9350(@value{GDBP}) r
9351The program being debugged has been started already.
9352Start it from the beginning? (y or n) y
9353Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
9354"/home/smith/cc_progs/a.out": can't open to read symbols:
9355 Invalid bfd target.
c906108c
SS
9356(@value{GDBP}) show g
9357The current BFD target is "=4".
9358@end group
474c8240 9359@end smallexample
c906108c
SS
9360
9361@noindent
9362The program variable @code{g} did not change, and you silently set the
9363@code{gnutarget} to an invalid value. In order to set the variable
9364@code{g}, use
9365
474c8240 9366@smallexample
c906108c 9367(@value{GDBP}) set var g=4
474c8240 9368@end smallexample
c906108c
SS
9369
9370@value{GDBN} allows more implicit conversions in assignments than C; you can
9371freely store an integer value into a pointer variable or vice versa,
9372and you can convert any structure to any other structure that is the
9373same length or shorter.
9374@comment FIXME: how do structs align/pad in these conversions?
9375@comment /doc@cygnus.com 18dec1990
9376
9377To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
9378construct to generate a value of specified type at a specified address
9379(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
9380to memory location @code{0x83040} as an integer (which implies a certain size
9381and representation in memory), and
9382
474c8240 9383@smallexample
c906108c 9384set @{int@}0x83040 = 4
474c8240 9385@end smallexample
c906108c
SS
9386
9387@noindent
9388stores the value 4 into that memory location.
9389
6d2ebf8b 9390@node Jumping
c906108c
SS
9391@section Continuing at a different address
9392
9393Ordinarily, when you continue your program, you do so at the place where
9394it stopped, with the @code{continue} command. You can instead continue at
9395an address of your own choosing, with the following commands:
9396
9397@table @code
9398@kindex jump
9399@item jump @var{linespec}
9400Resume execution at line @var{linespec}. Execution stops again
9401immediately if there is a breakpoint there. @xref{List, ,Printing
9402source lines}, for a description of the different forms of
9403@var{linespec}. It is common practice to use the @code{tbreak} command
9404in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
9405breakpoints}.
9406
9407The @code{jump} command does not change the current stack frame, or
9408the stack pointer, or the contents of any memory location or any
9409register other than the program counter. If line @var{linespec} is in
9410a different function from the one currently executing, the results may
9411be bizarre if the two functions expect different patterns of arguments or
9412of local variables. For this reason, the @code{jump} command requests
9413confirmation if the specified line is not in the function currently
9414executing. However, even bizarre results are predictable if you are
9415well acquainted with the machine-language code of your program.
9416
9417@item jump *@var{address}
9418Resume execution at the instruction at address @var{address}.
9419@end table
9420
c906108c 9421@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
9422On many systems, you can get much the same effect as the @code{jump}
9423command by storing a new value into the register @code{$pc}. The
9424difference is that this does not start your program running; it only
9425changes the address of where it @emph{will} run when you continue. For
9426example,
c906108c 9427
474c8240 9428@smallexample
c906108c 9429set $pc = 0x485
474c8240 9430@end smallexample
c906108c
SS
9431
9432@noindent
9433makes the next @code{continue} command or stepping command execute at
9434address @code{0x485}, rather than at the address where your program stopped.
9435@xref{Continuing and Stepping, ,Continuing and stepping}.
c906108c
SS
9436
9437The most common occasion to use the @code{jump} command is to back
9438up---perhaps with more breakpoints set---over a portion of a program
9439that has already executed, in order to examine its execution in more
9440detail.
9441
c906108c 9442@c @group
6d2ebf8b 9443@node Signaling
c906108c
SS
9444@section Giving your program a signal
9445
9446@table @code
9447@kindex signal
9448@item signal @var{signal}
9449Resume execution where your program stopped, but immediately give it the
9450signal @var{signal}. @var{signal} can be the name or the number of a
9451signal. For example, on many systems @code{signal 2} and @code{signal
9452SIGINT} are both ways of sending an interrupt signal.
9453
9454Alternatively, if @var{signal} is zero, continue execution without
9455giving a signal. This is useful when your program stopped on account of
9456a signal and would ordinary see the signal when resumed with the
9457@code{continue} command; @samp{signal 0} causes it to resume without a
9458signal.
9459
9460@code{signal} does not repeat when you press @key{RET} a second time
9461after executing the command.
9462@end table
9463@c @end group
9464
9465Invoking the @code{signal} command is not the same as invoking the
9466@code{kill} utility from the shell. Sending a signal with @code{kill}
9467causes @value{GDBN} to decide what to do with the signal depending on
9468the signal handling tables (@pxref{Signals}). The @code{signal} command
9469passes the signal directly to your program.
9470
c906108c 9471
6d2ebf8b 9472@node Returning
c906108c
SS
9473@section Returning from a function
9474
9475@table @code
9476@cindex returning from a function
9477@kindex return
9478@item return
9479@itemx return @var{expression}
9480You can cancel execution of a function call with the @code{return}
9481command. If you give an
9482@var{expression} argument, its value is used as the function's return
9483value.
9484@end table
9485
9486When you use @code{return}, @value{GDBN} discards the selected stack frame
9487(and all frames within it). You can think of this as making the
9488discarded frame return prematurely. If you wish to specify a value to
9489be returned, give that value as the argument to @code{return}.
9490
9491This pops the selected stack frame (@pxref{Selection, ,Selecting a
9492frame}), and any other frames inside of it, leaving its caller as the
9493innermost remaining frame. That frame becomes selected. The
9494specified value is stored in the registers used for returning values
9495of functions.
9496
9497The @code{return} command does not resume execution; it leaves the
9498program stopped in the state that would exist if the function had just
9499returned. In contrast, the @code{finish} command (@pxref{Continuing
9500and Stepping, ,Continuing and stepping}) resumes execution until the
9501selected stack frame returns naturally.
9502
6d2ebf8b 9503@node Calling
c906108c
SS
9504@section Calling program functions
9505
9506@cindex calling functions
9507@kindex call
9508@table @code
9509@item call @var{expr}
9510Evaluate the expression @var{expr} without displaying @code{void}
9511returned values.
9512@end table
9513
9514You can use this variant of the @code{print} command if you want to
9515execute a function from your program, but without cluttering the output
5d161b24
DB
9516with @code{void} returned values. If the result is not void, it
9517is printed and saved in the value history.
c906108c 9518
6d2ebf8b 9519@node Patching
c906108c 9520@section Patching programs
7a292a7a 9521
c906108c
SS
9522@cindex patching binaries
9523@cindex writing into executables
c906108c 9524@cindex writing into corefiles
c906108c 9525
7a292a7a
SS
9526By default, @value{GDBN} opens the file containing your program's
9527executable code (or the corefile) read-only. This prevents accidental
9528alterations to machine code; but it also prevents you from intentionally
9529patching your program's binary.
c906108c
SS
9530
9531If you'd like to be able to patch the binary, you can specify that
9532explicitly with the @code{set write} command. For example, you might
9533want to turn on internal debugging flags, or even to make emergency
9534repairs.
9535
9536@table @code
9537@kindex set write
9538@item set write on
9539@itemx set write off
7a292a7a
SS
9540If you specify @samp{set write on}, @value{GDBN} opens executable and
9541core files for both reading and writing; if you specify @samp{set write
c906108c
SS
9542off} (the default), @value{GDBN} opens them read-only.
9543
9544If you have already loaded a file, you must load it again (using the
7a292a7a
SS
9545@code{exec-file} or @code{core-file} command) after changing @code{set
9546write}, for your new setting to take effect.
c906108c
SS
9547
9548@item show write
9549@kindex show write
7a292a7a
SS
9550Display whether executable files and core files are opened for writing
9551as well as reading.
c906108c
SS
9552@end table
9553
6d2ebf8b 9554@node GDB Files
c906108c
SS
9555@chapter @value{GDBN} Files
9556
7a292a7a
SS
9557@value{GDBN} needs to know the file name of the program to be debugged,
9558both in order to read its symbol table and in order to start your
9559program. To debug a core dump of a previous run, you must also tell
9560@value{GDBN} the name of the core dump file.
c906108c
SS
9561
9562@menu
9563* Files:: Commands to specify files
5b5d99cf 9564* Separate Debug Files:: Debugging information in separate files
c906108c
SS
9565* Symbol Errors:: Errors reading symbol files
9566@end menu
9567
6d2ebf8b 9568@node Files
c906108c 9569@section Commands to specify files
c906108c 9570
7a292a7a 9571@cindex symbol table
c906108c 9572@cindex core dump file
7a292a7a
SS
9573
9574You may want to specify executable and core dump file names. The usual
9575way to do this is at start-up time, using the arguments to
9576@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
9577Out of @value{GDBN}}).
c906108c
SS
9578
9579Occasionally it is necessary to change to a different file during a
9580@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
9581a file you want to use. In these situations the @value{GDBN} commands
9582to specify new files are useful.
9583
9584@table @code
9585@cindex executable file
9586@kindex file
9587@item file @var{filename}
9588Use @var{filename} as the program to be debugged. It is read for its
9589symbols and for the contents of pure memory. It is also the program
9590executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
9591directory and the file is not found in the @value{GDBN} working directory,
9592@value{GDBN} uses the environment variable @code{PATH} as a list of
9593directories to search, just as the shell does when looking for a program
9594to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
9595and your program, using the @code{path} command.
9596
6d2ebf8b 9597On systems with memory-mapped files, an auxiliary file named
c906108c
SS
9598@file{@var{filename}.syms} may hold symbol table information for
9599@var{filename}. If so, @value{GDBN} maps in the symbol table from
9600@file{@var{filename}.syms}, starting up more quickly. See the
9601descriptions of the file options @samp{-mapped} and @samp{-readnow}
9602(available on the command line, and with the commands @code{file},
5d161b24 9603@code{symbol-file}, or @code{add-symbol-file}, described below),
c906108c 9604for more information.
c906108c
SS
9605
9606@item file
9607@code{file} with no argument makes @value{GDBN} discard any information it
9608has on both executable file and the symbol table.
9609
9610@kindex exec-file
9611@item exec-file @r{[} @var{filename} @r{]}
9612Specify that the program to be run (but not the symbol table) is found
9613in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
9614if necessary to locate your program. Omitting @var{filename} means to
9615discard information on the executable file.
9616
9617@kindex symbol-file
9618@item symbol-file @r{[} @var{filename} @r{]}
9619Read symbol table information from file @var{filename}. @code{PATH} is
9620searched when necessary. Use the @code{file} command to get both symbol
9621table and program to run from the same file.
9622
9623@code{symbol-file} with no argument clears out @value{GDBN} information on your
9624program's symbol table.
9625
5d161b24 9626The @code{symbol-file} command causes @value{GDBN} to forget the contents
c906108c
SS
9627of its convenience variables, the value history, and all breakpoints and
9628auto-display expressions. This is because they may contain pointers to
9629the internal data recording symbols and data types, which are part of
9630the old symbol table data being discarded inside @value{GDBN}.
9631
9632@code{symbol-file} does not repeat if you press @key{RET} again after
9633executing it once.
9634
9635When @value{GDBN} is configured for a particular environment, it
9636understands debugging information in whatever format is the standard
9637generated for that environment; you may use either a @sc{gnu} compiler, or
9638other compilers that adhere to the local conventions.
c906108c
SS
9639Best results are usually obtained from @sc{gnu} compilers; for example,
9640using @code{@value{GCC}} you can generate debugging information for
9641optimized code.
c906108c
SS
9642
9643For most kinds of object files, with the exception of old SVR3 systems
9644using COFF, the @code{symbol-file} command does not normally read the
9645symbol table in full right away. Instead, it scans the symbol table
9646quickly to find which source files and which symbols are present. The
9647details are read later, one source file at a time, as they are needed.
9648
9649The purpose of this two-stage reading strategy is to make @value{GDBN}
9650start up faster. For the most part, it is invisible except for
9651occasional pauses while the symbol table details for a particular source
9652file are being read. (The @code{set verbose} command can turn these
9653pauses into messages if desired. @xref{Messages/Warnings, ,Optional
9654warnings and messages}.)
9655
c906108c
SS
9656We have not implemented the two-stage strategy for COFF yet. When the
9657symbol table is stored in COFF format, @code{symbol-file} reads the
9658symbol table data in full right away. Note that ``stabs-in-COFF''
9659still does the two-stage strategy, since the debug info is actually
9660in stabs format.
9661
9662@kindex readnow
9663@cindex reading symbols immediately
9664@cindex symbols, reading immediately
9665@kindex mapped
9666@cindex memory-mapped symbol file
9667@cindex saving symbol table
9668@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9669@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9670You can override the @value{GDBN} two-stage strategy for reading symbol
9671tables by using the @samp{-readnow} option with any of the commands that
9672load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 9673entire symbol table available.
c906108c 9674
c906108c
SS
9675If memory-mapped files are available on your system through the
9676@code{mmap} system call, you can use another option, @samp{-mapped}, to
9677cause @value{GDBN} to write the symbols for your program into a reusable
9678file. Future @value{GDBN} debugging sessions map in symbol information
9679from this auxiliary symbol file (if the program has not changed), rather
9680than spending time reading the symbol table from the executable
9681program. Using the @samp{-mapped} option has the same effect as
9682starting @value{GDBN} with the @samp{-mapped} command-line option.
9683
9684You can use both options together, to make sure the auxiliary symbol
9685file has all the symbol information for your program.
9686
9687The auxiliary symbol file for a program called @var{myprog} is called
9688@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
9689than the corresponding executable), @value{GDBN} always attempts to use
9690it when you debug @var{myprog}; no special options or commands are
9691needed.
9692
9693The @file{.syms} file is specific to the host machine where you run
9694@value{GDBN}. It holds an exact image of the internal @value{GDBN}
9695symbol table. It cannot be shared across multiple host platforms.
c906108c
SS
9696
9697@c FIXME: for now no mention of directories, since this seems to be in
9698@c flux. 13mar1992 status is that in theory GDB would look either in
9699@c current dir or in same dir as myprog; but issues like competing
9700@c GDB's, or clutter in system dirs, mean that in practice right now
9701@c only current dir is used. FFish says maybe a special GDB hierarchy
9702@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
9703@c files.
9704
9705@kindex core
9706@kindex core-file
9707@item core-file @r{[} @var{filename} @r{]}
9708Specify the whereabouts of a core dump file to be used as the ``contents
9709of memory''. Traditionally, core files contain only some parts of the
9710address space of the process that generated them; @value{GDBN} can access the
9711executable file itself for other parts.
9712
9713@code{core-file} with no argument specifies that no core file is
9714to be used.
9715
9716Note that the core file is ignored when your program is actually running
7a292a7a
SS
9717under @value{GDBN}. So, if you have been running your program and you
9718wish to debug a core file instead, you must kill the subprocess in which
9719the program is running. To do this, use the @code{kill} command
c906108c 9720(@pxref{Kill Process, ,Killing the child process}).
c906108c 9721
c906108c
SS
9722@kindex add-symbol-file
9723@cindex dynamic linking
9724@item add-symbol-file @var{filename} @var{address}
9725@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
17d9d558 9726@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
96a2c332
SS
9727The @code{add-symbol-file} command reads additional symbol table
9728information from the file @var{filename}. You would use this command
9729when @var{filename} has been dynamically loaded (by some other means)
9730into the program that is running. @var{address} should be the memory
9731address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
9732this out for itself. You can additionally specify an arbitrary number
9733of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
9734section name and base address for that section. You can specify any
9735@var{address} as an expression.
c906108c
SS
9736
9737The symbol table of the file @var{filename} is added to the symbol table
9738originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
9739@code{add-symbol-file} command any number of times; the new symbol data
9740thus read keeps adding to the old. To discard all old symbol data
9741instead, use the @code{symbol-file} command without any arguments.
c906108c 9742
17d9d558
JB
9743@cindex relocatable object files, reading symbols from
9744@cindex object files, relocatable, reading symbols from
9745@cindex reading symbols from relocatable object files
9746@cindex symbols, reading from relocatable object files
9747@cindex @file{.o} files, reading symbols from
9748Although @var{filename} is typically a shared library file, an
9749executable file, or some other object file which has been fully
9750relocated for loading into a process, you can also load symbolic
9751information from relocatable @file{.o} files, as long as:
9752
9753@itemize @bullet
9754@item
9755the file's symbolic information refers only to linker symbols defined in
9756that file, not to symbols defined by other object files,
9757@item
9758every section the file's symbolic information refers to has actually
9759been loaded into the inferior, as it appears in the file, and
9760@item
9761you can determine the address at which every section was loaded, and
9762provide these to the @code{add-symbol-file} command.
9763@end itemize
9764
9765@noindent
9766Some embedded operating systems, like Sun Chorus and VxWorks, can load
9767relocatable files into an already running program; such systems
9768typically make the requirements above easy to meet. However, it's
9769important to recognize that many native systems use complex link
9770procedures (@code{.linkonce} section factoring and C++ constructor table
9771assembly, for example) that make the requirements difficult to meet. In
9772general, one cannot assume that using @code{add-symbol-file} to read a
9773relocatable object file's symbolic information will have the same effect
9774as linking the relocatable object file into the program in the normal
9775way.
9776
c906108c
SS
9777@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
9778
9779You can use the @samp{-mapped} and @samp{-readnow} options just as with
9780the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
9781table information for @var{filename}.
9782
9783@kindex add-shared-symbol-file
9784@item add-shared-symbol-file
9785The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
5d161b24
DB
9786operating system for the Motorola 88k. @value{GDBN} automatically looks for
9787shared libraries, however if @value{GDBN} does not find yours, you can run
c906108c 9788@code{add-shared-symbol-file}. It takes no arguments.
c906108c 9789
c906108c
SS
9790@kindex section
9791@item section
5d161b24
DB
9792The @code{section} command changes the base address of section SECTION of
9793the exec file to ADDR. This can be used if the exec file does not contain
9794section addresses, (such as in the a.out format), or when the addresses
9795specified in the file itself are wrong. Each section must be changed
d4f3574e
SS
9796separately. The @code{info files} command, described below, lists all
9797the sections and their addresses.
c906108c
SS
9798
9799@kindex info files
9800@kindex info target
9801@item info files
9802@itemx info target
7a292a7a
SS
9803@code{info files} and @code{info target} are synonymous; both print the
9804current target (@pxref{Targets, ,Specifying a Debugging Target}),
9805including the names of the executable and core dump files currently in
9806use by @value{GDBN}, and the files from which symbols were loaded. The
9807command @code{help target} lists all possible targets rather than
9808current ones.
9809
fe95c787
MS
9810@kindex maint info sections
9811@item maint info sections
9812Another command that can give you extra information about program sections
9813is @code{maint info sections}. In addition to the section information
9814displayed by @code{info files}, this command displays the flags and file
9815offset of each section in the executable and core dump files. In addition,
9816@code{maint info sections} provides the following command options (which
9817may be arbitrarily combined):
9818
9819@table @code
9820@item ALLOBJ
9821Display sections for all loaded object files, including shared libraries.
9822@item @var{sections}
6600abed 9823Display info only for named @var{sections}.
fe95c787
MS
9824@item @var{section-flags}
9825Display info only for sections for which @var{section-flags} are true.
9826The section flags that @value{GDBN} currently knows about are:
9827@table @code
9828@item ALLOC
9829Section will have space allocated in the process when loaded.
9830Set for all sections except those containing debug information.
9831@item LOAD
9832Section will be loaded from the file into the child process memory.
9833Set for pre-initialized code and data, clear for @code{.bss} sections.
9834@item RELOC
9835Section needs to be relocated before loading.
9836@item READONLY
9837Section cannot be modified by the child process.
9838@item CODE
9839Section contains executable code only.
6600abed 9840@item DATA
fe95c787
MS
9841Section contains data only (no executable code).
9842@item ROM
9843Section will reside in ROM.
9844@item CONSTRUCTOR
9845Section contains data for constructor/destructor lists.
9846@item HAS_CONTENTS
9847Section is not empty.
9848@item NEVER_LOAD
9849An instruction to the linker to not output the section.
9850@item COFF_SHARED_LIBRARY
9851A notification to the linker that the section contains
9852COFF shared library information.
9853@item IS_COMMON
9854Section contains common symbols.
9855@end table
9856@end table
6763aef9
MS
9857@kindex set trust-readonly-sections
9858@item set trust-readonly-sections on
9859Tell @value{GDBN} that readonly sections in your object file
6ca652b0 9860really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
9861In that case, @value{GDBN} can fetch values from these sections
9862out of the object file, rather than from the target program.
9863For some targets (notably embedded ones), this can be a significant
9864enhancement to debugging performance.
9865
9866The default is off.
9867
9868@item set trust-readonly-sections off
15110bc3 9869Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
9870the contents of the section might change while the program is running,
9871and must therefore be fetched from the target when needed.
c906108c
SS
9872@end table
9873
9874All file-specifying commands allow both absolute and relative file names
9875as arguments. @value{GDBN} always converts the file name to an absolute file
9876name and remembers it that way.
9877
c906108c 9878@cindex shared libraries
c906108c
SS
9879@value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared
9880libraries.
53a5351d 9881
c906108c
SS
9882@value{GDBN} automatically loads symbol definitions from shared libraries
9883when you use the @code{run} command, or when you examine a core file.
9884(Before you issue the @code{run} command, @value{GDBN} does not understand
9885references to a function in a shared library, however---unless you are
9886debugging a core file).
53a5351d
JM
9887
9888On HP-UX, if the program loads a library explicitly, @value{GDBN}
9889automatically loads the symbols at the time of the @code{shl_load} call.
9890
c906108c
SS
9891@c FIXME: some @value{GDBN} release may permit some refs to undef
9892@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
9893@c FIXME...lib; check this from time to time when updating manual
9894
b7209cb4
FF
9895There are times, however, when you may wish to not automatically load
9896symbol definitions from shared libraries, such as when they are
9897particularly large or there are many of them.
9898
9899To control the automatic loading of shared library symbols, use the
9900commands:
9901
9902@table @code
9903@kindex set auto-solib-add
9904@item set auto-solib-add @var{mode}
9905If @var{mode} is @code{on}, symbols from all shared object libraries
9906will be loaded automatically when the inferior begins execution, you
9907attach to an independently started inferior, or when the dynamic linker
9908informs @value{GDBN} that a new library has been loaded. If @var{mode}
9909is @code{off}, symbols must be loaded manually, using the
9910@code{sharedlibrary} command. The default value is @code{on}.
9911
9912@kindex show auto-solib-add
9913@item show auto-solib-add
9914Display the current autoloading mode.
9915@end table
9916
9917To explicitly load shared library symbols, use the @code{sharedlibrary}
9918command:
9919
c906108c
SS
9920@table @code
9921@kindex info sharedlibrary
9922@kindex info share
9923@item info share
9924@itemx info sharedlibrary
9925Print the names of the shared libraries which are currently loaded.
9926
9927@kindex sharedlibrary
9928@kindex share
9929@item sharedlibrary @var{regex}
9930@itemx share @var{regex}
c906108c
SS
9931Load shared object library symbols for files matching a
9932Unix regular expression.
9933As with files loaded automatically, it only loads shared libraries
9934required by your program for a core file or after typing @code{run}. If
9935@var{regex} is omitted all shared libraries required by your program are
9936loaded.
9937@end table
9938
b7209cb4
FF
9939On some systems, such as HP-UX systems, @value{GDBN} supports
9940autoloading shared library symbols until a limiting threshold size is
9941reached. This provides the benefit of allowing autoloading to remain on
9942by default, but avoids autoloading excessively large shared libraries,
9943up to a threshold that is initially set, but which you can modify if you
9944wish.
c906108c
SS
9945
9946Beyond that threshold, symbols from shared libraries must be explicitly
d4f3574e
SS
9947loaded. To load these symbols, use the command @code{sharedlibrary
9948@var{filename}}. The base address of the shared library is determined
c906108c
SS
9949automatically by @value{GDBN} and need not be specified.
9950
9951To display or set the threshold, use the commands:
9952
9953@table @code
b7209cb4
FF
9954@kindex set auto-solib-limit
9955@item set auto-solib-limit @var{threshold}
9956Set the autoloading size threshold, in an integral number of megabytes.
9957If @var{threshold} is nonzero and shared library autoloading is enabled,
9958symbols from all shared object libraries will be loaded until the total
9959size of the loaded shared library symbols exceeds this threshold.
c906108c 9960Otherwise, symbols must be loaded manually, using the
6ca652b0 9961@code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100
b7209cb4 9962Mb).
c906108c 9963
b7209cb4
FF
9964@kindex show auto-solib-limit
9965@item show auto-solib-limit
c906108c
SS
9966Display the current autoloading size threshold, in megabytes.
9967@end table
c906108c 9968
f5ebfba0
DJ
9969Shared libraries are also supported in many cross or remote debugging
9970configurations. A copy of the target's libraries need to be present on the
9971host system; they need to be the same as the target libraries, although the
9972copies on the target can be stripped as long as the copies on the host are
9973not.
9974
9975You need to tell @value{GDBN} where the target libraries are, so that it can
9976load the correct copies---otherwise, it may try to load the host's libraries.
9977@value{GDBN} has two variables to specify the search directories for target
9978libraries.
9979
9980@table @code
9981@kindex set solib-absolute-prefix
9982@item set solib-absolute-prefix @var{path}
9983If this variable is set, @var{path} will be used as a prefix for any
9984absolute shared library paths; many runtime loaders store the absolute
9985paths to the shared library in the target program's memory. If you use
9986@samp{solib-absolute-prefix} to find shared libraries, they need to be laid
9987out in the same way that they are on the target, with e.g.@: a
9988@file{/usr/lib} hierarchy under @var{path}.
9989
9990You can set the default value of @samp{solib-absolute-prefix} by using the
9991configure-time @samp{--with-sysroot} option.
9992
9993@kindex show solib-absolute-prefix
9994@item show solib-absolute-prefix
9995Display the current shared library prefix.
9996
9997@kindex set solib-search-path
9998@item set solib-search-path @var{path}
9999If this variable is set, @var{path} is a colon-separated list of directories
10000to search for shared libraries. @samp{solib-search-path} is used after
10001@samp{solib-absolute-prefix} fails to locate the library, or if the path to
10002the library is relative instead of absolute. If you want to use
10003@samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
10004set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
10005@value{GDBN} from finding your host's libraries.
10006
10007@kindex show solib-search-path
10008@item show solib-search-path
10009Display the current shared library search path.
10010@end table
10011
5b5d99cf
JB
10012
10013@node Separate Debug Files
10014@section Debugging Information in Separate Files
10015@cindex separate debugging information files
10016@cindex debugging information in separate files
10017@cindex @file{.debug} subdirectories
10018@cindex debugging information directory, global
10019@cindex global debugging information directory
10020
10021@value{GDBN} allows you to put a program's debugging information in a
10022file separate from the executable itself, in a way that allows
10023@value{GDBN} to find and load the debugging information automatically.
10024Since debugging information can be very large --- sometimes larger
10025than the executable code itself --- some systems distribute debugging
10026information for their executables in separate files, which users can
10027install only when they need to debug a problem.
10028
10029If an executable's debugging information has been extracted to a
10030separate file, the executable should contain a @dfn{debug link} giving
10031the name of the debugging information file (with no directory
10032components), and a checksum of its contents. (The exact form of a
10033debug link is described below.) If the full name of the directory
10034containing the executable is @var{execdir}, and the executable has a
10035debug link that specifies the name @var{debugfile}, then @value{GDBN}
10036will automatically search for the debugging information file in three
10037places:
10038
10039@itemize @bullet
10040@item
10041the directory containing the executable file (that is, it will look
10042for a file named @file{@var{execdir}/@var{debugfile}},
10043@item
10044a subdirectory of that directory named @file{.debug} (that is, the
10045file @file{@var{execdir}/.debug/@var{debugfile}}, and
10046@item
10047a subdirectory of the global debug file directory that includes the
10048executable's full path, and the name from the link (that is, the file
10049@file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
10050@var{globaldebugdir} is the global debug file directory, and
10051@var{execdir} has been turned into a relative path).
10052@end itemize
10053@noindent
10054@value{GDBN} checks under each of these names for a debugging
10055information file whose checksum matches that given in the link, and
10056reads the debugging information from the first one it finds.
10057
10058So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
10059which has a link containing the name @file{ls.debug}, and the global
10060debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
10061for debug information in @file{/usr/bin/ls.debug},
10062@file{/usr/bin/.debug/ls.debug}, and
10063@file{/usr/lib/debug/usr/bin/ls.debug}.
10064
10065You can set the global debugging info directory's name, and view the
10066name @value{GDBN} is currently using.
10067
10068@table @code
10069
10070@kindex set debug-file-directory
10071@item set debug-file-directory @var{directory}
10072Set the directory which @value{GDBN} searches for separate debugging
10073information files to @var{directory}.
10074
10075@kindex show debug-file-directory
10076@item show debug-file-directory
10077Show the directory @value{GDBN} searches for separate debugging
10078information files.
10079
10080@end table
10081
10082@cindex @code{.gnu_debuglink} sections
10083@cindex debug links
10084A debug link is a special section of the executable file named
10085@code{.gnu_debuglink}. The section must contain:
10086
10087@itemize
10088@item
10089A filename, with any leading directory components removed, followed by
10090a zero byte,
10091@item
10092zero to three bytes of padding, as needed to reach the next four-byte
10093boundary within the section, and
10094@item
10095a four-byte CRC checksum, stored in the same endianness used for the
10096executable file itself. The checksum is computed on the debugging
10097information file's full contents by the function given below, passing
10098zero as the @var{crc} argument.
10099@end itemize
10100
10101Any executable file format can carry a debug link, as long as it can
10102contain a section named @code{.gnu_debuglink} with the contents
10103described above.
10104
10105The debugging information file itself should be an ordinary
10106executable, containing a full set of linker symbols, sections, and
10107debugging information. The sections of the debugging information file
10108should have the same names, addresses and sizes as the original file,
10109but they need not contain any data --- much like a @code{.bss} section
10110in an ordinary executable.
10111
10112As of December 2002, there is no standard GNU utility to produce
10113separated executable / debugging information file pairs. Ulrich
10114Drepper's @file{elfutils} package, starting with version 0.53,
10115contains a version of the @code{strip} command such that the command
10116@kbd{strip foo -f foo.debug} removes the debugging information from
10117the executable file @file{foo}, places it in the file
10118@file{foo.debug}, and leaves behind a debug link in @file{foo}.
10119
10120Since there are many different ways to compute CRC's (different
10121polynomials, reversals, byte ordering, etc.), the simplest way to
10122describe the CRC used in @code{.gnu_debuglink} sections is to give the
10123complete code for a function that computes it:
10124
10125@kindex @code{gnu_debuglink_crc32}
10126@smallexample
10127unsigned long
10128gnu_debuglink_crc32 (unsigned long crc,
10129 unsigned char *buf, size_t len)
10130@{
10131 static const unsigned long crc32_table[256] =
10132 @{
10133 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
10134 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
10135 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
10136 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
10137 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
10138 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
10139 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
10140 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
10141 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
10142 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
10143 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
10144 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
10145 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
10146 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
10147 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
10148 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
10149 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
10150 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
10151 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
10152 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
10153 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
10154 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
10155 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
10156 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
10157 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
10158 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
10159 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
10160 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
10161 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
10162 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
10163 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
10164 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
10165 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
10166 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
10167 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
10168 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
10169 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
10170 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
10171 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
10172 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
10173 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
10174 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
10175 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
10176 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
10177 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
10178 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
10179 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
10180 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
10181 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
10182 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
10183 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
10184 0x2d02ef8d
10185 @};
10186 unsigned char *end;
10187
10188 crc = ~crc & 0xffffffff;
10189 for (end = buf + len; buf < end; ++buf)
10190 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
e7a3abfc 10191 return ~crc & 0xffffffff;
5b5d99cf
JB
10192@}
10193@end smallexample
10194
10195
6d2ebf8b 10196@node Symbol Errors
c906108c
SS
10197@section Errors reading symbol files
10198
10199While reading a symbol file, @value{GDBN} occasionally encounters problems,
10200such as symbol types it does not recognize, or known bugs in compiler
10201output. By default, @value{GDBN} does not notify you of such problems, since
10202they are relatively common and primarily of interest to people
10203debugging compilers. If you are interested in seeing information
10204about ill-constructed symbol tables, you can either ask @value{GDBN} to print
10205only one message about each such type of problem, no matter how many
10206times the problem occurs; or you can ask @value{GDBN} to print more messages,
10207to see how many times the problems occur, with the @code{set
10208complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
10209messages}).
10210
10211The messages currently printed, and their meanings, include:
10212
10213@table @code
10214@item inner block not inside outer block in @var{symbol}
10215
10216The symbol information shows where symbol scopes begin and end
10217(such as at the start of a function or a block of statements). This
10218error indicates that an inner scope block is not fully contained
10219in its outer scope blocks.
10220
10221@value{GDBN} circumvents the problem by treating the inner block as if it had
10222the same scope as the outer block. In the error message, @var{symbol}
10223may be shown as ``@code{(don't know)}'' if the outer block is not a
10224function.
10225
10226@item block at @var{address} out of order
10227
10228The symbol information for symbol scope blocks should occur in
10229order of increasing addresses. This error indicates that it does not
10230do so.
10231
10232@value{GDBN} does not circumvent this problem, and has trouble
10233locating symbols in the source file whose symbols it is reading. (You
10234can often determine what source file is affected by specifying
10235@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
10236messages}.)
10237
10238@item bad block start address patched
10239
10240The symbol information for a symbol scope block has a start address
10241smaller than the address of the preceding source line. This is known
10242to occur in the SunOS 4.1.1 (and earlier) C compiler.
10243
10244@value{GDBN} circumvents the problem by treating the symbol scope block as
10245starting on the previous source line.
10246
10247@item bad string table offset in symbol @var{n}
10248
10249@cindex foo
10250Symbol number @var{n} contains a pointer into the string table which is
10251larger than the size of the string table.
10252
10253@value{GDBN} circumvents the problem by considering the symbol to have the
10254name @code{foo}, which may cause other problems if many symbols end up
10255with this name.
10256
10257@item unknown symbol type @code{0x@var{nn}}
10258
7a292a7a
SS
10259The symbol information contains new data types that @value{GDBN} does
10260not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 10261uncomprehended information, in hexadecimal.
c906108c 10262
7a292a7a
SS
10263@value{GDBN} circumvents the error by ignoring this symbol information.
10264This usually allows you to debug your program, though certain symbols
c906108c 10265are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
10266debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
10267on @code{complain}, then go up to the function @code{read_dbx_symtab}
10268and examine @code{*bufp} to see the symbol.
c906108c
SS
10269
10270@item stub type has NULL name
c906108c 10271
7a292a7a 10272@value{GDBN} could not find the full definition for a struct or class.
c906108c 10273
7a292a7a 10274@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 10275The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
10276information that recent versions of the compiler should have output for
10277it.
c906108c
SS
10278
10279@item info mismatch between compiler and debugger
10280
10281@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 10282
c906108c
SS
10283@end table
10284
6d2ebf8b 10285@node Targets
c906108c 10286@chapter Specifying a Debugging Target
7a292a7a 10287
c906108c
SS
10288@cindex debugging target
10289@kindex target
10290
10291A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
10292
10293Often, @value{GDBN} runs in the same host environment as your program;
10294in that case, the debugging target is specified as a side effect when
10295you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
10296flexibility---for example, running @value{GDBN} on a physically separate
10297host, or controlling a standalone system over a serial port or a
53a5351d
JM
10298realtime system over a TCP/IP connection---you can use the @code{target}
10299command to specify one of the target types configured for @value{GDBN}
10300(@pxref{Target Commands, ,Commands for managing targets}).
c906108c
SS
10301
10302@menu
10303* Active Targets:: Active targets
10304* Target Commands:: Commands for managing targets
c906108c
SS
10305* Byte Order:: Choosing target byte order
10306* Remote:: Remote debugging
96baa820 10307* KOD:: Kernel Object Display
c906108c
SS
10308
10309@end menu
10310
6d2ebf8b 10311@node Active Targets
c906108c 10312@section Active targets
7a292a7a 10313
c906108c
SS
10314@cindex stacking targets
10315@cindex active targets
10316@cindex multiple targets
10317
c906108c 10318There are three classes of targets: processes, core files, and
7a292a7a
SS
10319executable files. @value{GDBN} can work concurrently on up to three
10320active targets, one in each class. This allows you to (for example)
10321start a process and inspect its activity without abandoning your work on
10322a core file.
c906108c
SS
10323
10324For example, if you execute @samp{gdb a.out}, then the executable file
10325@code{a.out} is the only active target. If you designate a core file as
10326well---presumably from a prior run that crashed and coredumped---then
10327@value{GDBN} has two active targets and uses them in tandem, looking
10328first in the corefile target, then in the executable file, to satisfy
10329requests for memory addresses. (Typically, these two classes of target
10330are complementary, since core files contain only a program's
10331read-write memory---variables and so on---plus machine status, while
10332executable files contain only the program text and initialized data.)
c906108c
SS
10333
10334When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
10335target as well. When a process target is active, all @value{GDBN}
10336commands requesting memory addresses refer to that target; addresses in
10337an active core file or executable file target are obscured while the
10338process target is active.
c906108c 10339
7a292a7a
SS
10340Use the @code{core-file} and @code{exec-file} commands to select a new
10341core file or executable target (@pxref{Files, ,Commands to specify
c906108c 10342files}). To specify as a target a process that is already running, use
7a292a7a
SS
10343the @code{attach} command (@pxref{Attach, ,Debugging an already-running
10344process}).
c906108c 10345
6d2ebf8b 10346@node Target Commands
c906108c
SS
10347@section Commands for managing targets
10348
10349@table @code
10350@item target @var{type} @var{parameters}
7a292a7a
SS
10351Connects the @value{GDBN} host environment to a target machine or
10352process. A target is typically a protocol for talking to debugging
10353facilities. You use the argument @var{type} to specify the type or
10354protocol of the target machine.
c906108c
SS
10355
10356Further @var{parameters} are interpreted by the target protocol, but
10357typically include things like device names or host names to connect
10358with, process numbers, and baud rates.
c906108c
SS
10359
10360The @code{target} command does not repeat if you press @key{RET} again
10361after executing the command.
10362
10363@kindex help target
10364@item help target
10365Displays the names of all targets available. To display targets
10366currently selected, use either @code{info target} or @code{info files}
10367(@pxref{Files, ,Commands to specify files}).
10368
10369@item help target @var{name}
10370Describe a particular target, including any parameters necessary to
10371select it.
10372
10373@kindex set gnutarget
10374@item set gnutarget @var{args}
5d161b24 10375@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 10376knows whether it is reading an @dfn{executable},
5d161b24
DB
10377a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
10378with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
10379with @code{gnutarget} the @code{target} refers to a program, not a machine.
10380
d4f3574e 10381@quotation
c906108c
SS
10382@emph{Warning:} To specify a file format with @code{set gnutarget},
10383you must know the actual BFD name.
d4f3574e 10384@end quotation
c906108c 10385
d4f3574e
SS
10386@noindent
10387@xref{Files, , Commands to specify files}.
c906108c 10388
5d161b24 10389@kindex show gnutarget
c906108c
SS
10390@item show gnutarget
10391Use the @code{show gnutarget} command to display what file format
10392@code{gnutarget} is set to read. If you have not set @code{gnutarget},
10393@value{GDBN} will determine the file format for each file automatically,
10394and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
10395@end table
10396
c906108c
SS
10397Here are some common targets (available, or not, depending on the GDB
10398configuration):
c906108c
SS
10399
10400@table @code
10401@kindex target exec
10402@item target exec @var{program}
10403An executable file. @samp{target exec @var{program}} is the same as
10404@samp{exec-file @var{program}}.
10405
c906108c
SS
10406@kindex target core
10407@item target core @var{filename}
10408A core dump file. @samp{target core @var{filename}} is the same as
10409@samp{core-file @var{filename}}.
c906108c
SS
10410
10411@kindex target remote
10412@item target remote @var{dev}
10413Remote serial target in GDB-specific protocol. The argument @var{dev}
10414specifies what serial device to use for the connection (e.g.
10415@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
d4f3574e 10416supports the @code{load} command. This is only useful if you have
c906108c
SS
10417some other way of getting the stub to the target system, and you can put
10418it somewhere in memory where it won't get clobbered by the download.
10419
c906108c
SS
10420@kindex target sim
10421@item target sim
2df3850c 10422Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 10423In general,
474c8240 10424@smallexample
104c1213
JM
10425 target sim
10426 load
10427 run
474c8240 10428@end smallexample
d4f3574e 10429@noindent
104c1213 10430works; however, you cannot assume that a specific memory map, device
d4f3574e 10431drivers, or even basic I/O is available, although some simulators do
104c1213
JM
10432provide these. For info about any processor-specific simulator details,
10433see the appropriate section in @ref{Embedded Processors, ,Embedded
10434Processors}.
10435
c906108c
SS
10436@end table
10437
104c1213 10438Some configurations may include these targets as well:
c906108c
SS
10439
10440@table @code
10441
c906108c
SS
10442@kindex target nrom
10443@item target nrom @var{dev}
10444NetROM ROM emulator. This target only supports downloading.
10445
c906108c
SS
10446@end table
10447
5d161b24 10448Different targets are available on different configurations of @value{GDBN};
c906108c 10449your configuration may have more or fewer targets.
c906108c
SS
10450
10451Many remote targets require you to download the executable's code
10452once you've successfully established a connection.
10453
10454@table @code
10455
10456@kindex load @var{filename}
10457@item load @var{filename}
c906108c
SS
10458Depending on what remote debugging facilities are configured into
10459@value{GDBN}, the @code{load} command may be available. Where it exists, it
10460is meant to make @var{filename} (an executable) available for debugging
10461on the remote system---by downloading, or dynamic linking, for example.
10462@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
10463the @code{add-symbol-file} command.
10464
10465If your @value{GDBN} does not have a @code{load} command, attempting to
10466execute it gets the error message ``@code{You can't do that when your
10467target is @dots{}}''
c906108c
SS
10468
10469The file is loaded at whatever address is specified in the executable.
10470For some object file formats, you can specify the load address when you
10471link the program; for other formats, like a.out, the object file format
10472specifies a fixed address.
10473@c FIXME! This would be a good place for an xref to the GNU linker doc.
10474
c906108c
SS
10475@code{load} does not repeat if you press @key{RET} again after using it.
10476@end table
10477
6d2ebf8b 10478@node Byte Order
c906108c 10479@section Choosing target byte order
7a292a7a 10480
c906108c
SS
10481@cindex choosing target byte order
10482@cindex target byte order
c906108c 10483
172c2a43 10484Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
c906108c
SS
10485offer the ability to run either big-endian or little-endian byte
10486orders. Usually the executable or symbol will include a bit to
10487designate the endian-ness, and you will not need to worry about
10488which to use. However, you may still find it useful to adjust
d4f3574e 10489@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
10490
10491@table @code
10492@kindex set endian big
10493@item set endian big
10494Instruct @value{GDBN} to assume the target is big-endian.
10495
10496@kindex set endian little
10497@item set endian little
10498Instruct @value{GDBN} to assume the target is little-endian.
10499
10500@kindex set endian auto
10501@item set endian auto
10502Instruct @value{GDBN} to use the byte order associated with the
10503executable.
10504
10505@item show endian
10506Display @value{GDBN}'s current idea of the target byte order.
10507
10508@end table
10509
10510Note that these commands merely adjust interpretation of symbolic
10511data on the host, and that they have absolutely no effect on the
10512target system.
10513
6d2ebf8b 10514@node Remote
c906108c
SS
10515@section Remote debugging
10516@cindex remote debugging
10517
10518If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
10519@value{GDBN} in the usual way, it is often useful to use remote debugging.
10520For example, you might use remote debugging on an operating system kernel,
c906108c
SS
10521or on a small system which does not have a general purpose operating system
10522powerful enough to run a full-featured debugger.
10523
10524Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
10525to make this work with particular debugging targets. In addition,
5d161b24 10526@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
10527but not specific to any particular target system) which you can use if you
10528write the remote stubs---the code that runs on the remote system to
10529communicate with @value{GDBN}.
10530
10531Other remote targets may be available in your
10532configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 10533
6f05cf9f
AC
10534@node KOD
10535@section Kernel Object Display
10536
10537@cindex kernel object display
10538@cindex kernel object
10539@cindex KOD
10540
10541Some targets support kernel object display. Using this facility,
10542@value{GDBN} communicates specially with the underlying operating system
10543and can display information about operating system-level objects such as
10544mutexes and other synchronization objects. Exactly which objects can be
10545displayed is determined on a per-OS basis.
10546
10547Use the @code{set os} command to set the operating system. This tells
10548@value{GDBN} which kernel object display module to initialize:
10549
474c8240 10550@smallexample
6f05cf9f 10551(@value{GDBP}) set os cisco
474c8240 10552@end smallexample
6f05cf9f
AC
10553
10554If @code{set os} succeeds, @value{GDBN} will display some information
10555about the operating system, and will create a new @code{info} command
10556which can be used to query the target. The @code{info} command is named
10557after the operating system:
c906108c 10558
474c8240 10559@smallexample
6f05cf9f
AC
10560(@value{GDBP}) info cisco
10561List of Cisco Kernel Objects
10562Object Description
10563any Any and all objects
474c8240 10564@end smallexample
6f05cf9f
AC
10565
10566Further subcommands can be used to query about particular objects known
10567by the kernel.
10568
10569There is currently no way to determine whether a given operating system
10570is supported other than to try it.
10571
10572
10573@node Remote Debugging
10574@chapter Debugging remote programs
10575
6b2f586d 10576@menu
07f31aa6 10577* Connecting:: Connecting to a remote target
6b2f586d
AC
10578* Server:: Using the gdbserver program
10579* NetWare:: Using the gdbserve.nlm program
501eef12 10580* Remote configuration:: Remote configuration
6b2f586d 10581* remote stub:: Implementing a remote stub
6b2f586d
AC
10582@end menu
10583
07f31aa6
DJ
10584@node Connecting
10585@section Connecting to a remote target
10586
10587On the @value{GDBN} host machine, you will need an unstripped copy of
10588your program, since @value{GDBN} needs symobl and debugging information.
10589Start up @value{GDBN} as usual, using the name of the local copy of your
10590program as the first argument.
10591
10592@cindex serial line, @code{target remote}
10593If you're using a serial line, you may want to give @value{GDBN} the
10594@w{@samp{--baud}} option, or use the @code{set remotebaud} command
10595before the @code{target} command.
10596
10597After that, use @code{target remote} to establish communications with
10598the target machine. Its argument specifies how to communicate---either
10599via a devicename attached to a direct serial line, or a TCP or UDP port
10600(possibly to a terminal server which in turn has a serial line to the
10601target). For example, to use a serial line connected to the device
10602named @file{/dev/ttyb}:
10603
10604@smallexample
10605target remote /dev/ttyb
10606@end smallexample
10607
10608@cindex TCP port, @code{target remote}
10609To use a TCP connection, use an argument of the form
10610@code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
10611For example, to connect to port 2828 on a
10612terminal server named @code{manyfarms}:
10613
10614@smallexample
10615target remote manyfarms:2828
10616@end smallexample
10617
10618If your remote target is actually running on the same machine as
10619your debugger session (e.g.@: a simulator of your target running on
10620the same host), you can omit the hostname. For example, to connect
10621to port 1234 on your local machine:
10622
10623@smallexample
10624target remote :1234
10625@end smallexample
10626@noindent
10627
10628Note that the colon is still required here.
10629
10630@cindex UDP port, @code{target remote}
10631To use a UDP connection, use an argument of the form
10632@code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
10633on a terminal server named @code{manyfarms}:
10634
10635@smallexample
10636target remote udp:manyfarms:2828
10637@end smallexample
10638
10639When using a UDP connection for remote debugging, you should keep in mind
10640that the `U' stands for ``Unreliable''. UDP can silently drop packets on
10641busy or unreliable networks, which will cause havoc with your debugging
10642session.
10643
10644Now you can use all the usual commands to examine and change data and to
10645step and continue the remote program.
10646
10647@cindex interrupting remote programs
10648@cindex remote programs, interrupting
10649Whenever @value{GDBN} is waiting for the remote program, if you type the
10650interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
10651program. This may or may not succeed, depending in part on the hardware
10652and the serial drivers the remote system uses. If you type the
10653interrupt character once again, @value{GDBN} displays this prompt:
10654
10655@smallexample
10656Interrupted while waiting for the program.
10657Give up (and stop debugging it)? (y or n)
10658@end smallexample
10659
10660If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
10661(If you decide you want to try again later, you can use @samp{target
10662remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
10663goes back to waiting.
10664
10665@table @code
10666@kindex detach (remote)
10667@item detach
10668When you have finished debugging the remote program, you can use the
10669@code{detach} command to release it from @value{GDBN} control.
10670Detaching from the target normally resumes its execution, but the results
10671will depend on your particular remote stub. After the @code{detach}
10672command, @value{GDBN} is free to connect to another target.
10673
10674@kindex disconnect
10675@item disconnect
10676The @code{disconnect} command behaves like @code{detach}, except that
10677the target is generally not resumed. It will wait for @value{GDBN}
10678(this instance or another one) to connect and continue debugging. After
10679the @code{disconnect} command, @value{GDBN} is again free to connect to
10680another target.
10681@end table
10682
6f05cf9f
AC
10683@node Server
10684@section Using the @code{gdbserver} program
10685
10686@kindex gdbserver
10687@cindex remote connection without stubs
10688@code{gdbserver} is a control program for Unix-like systems, which
10689allows you to connect your program with a remote @value{GDBN} via
10690@code{target remote}---but without linking in the usual debugging stub.
10691
10692@code{gdbserver} is not a complete replacement for the debugging stubs,
10693because it requires essentially the same operating-system facilities
10694that @value{GDBN} itself does. In fact, a system that can run
10695@code{gdbserver} to connect to a remote @value{GDBN} could also run
10696@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
10697because it is a much smaller program than @value{GDBN} itself. It is
10698also easier to port than all of @value{GDBN}, so you may be able to get
10699started more quickly on a new system by using @code{gdbserver}.
10700Finally, if you develop code for real-time systems, you may find that
10701the tradeoffs involved in real-time operation make it more convenient to
10702do as much development work as possible on another system, for example
10703by cross-compiling. You can use @code{gdbserver} to make a similar
10704choice for debugging.
10705
10706@value{GDBN} and @code{gdbserver} communicate via either a serial line
10707or a TCP connection, using the standard @value{GDBN} remote serial
10708protocol.
10709
10710@table @emph
10711@item On the target machine,
10712you need to have a copy of the program you want to debug.
10713@code{gdbserver} does not need your program's symbol table, so you can
10714strip the program if necessary to save space. @value{GDBN} on the host
10715system does all the symbol handling.
10716
10717To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 10718the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
10719syntax is:
10720
10721@smallexample
10722target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
10723@end smallexample
10724
10725@var{comm} is either a device name (to use a serial line) or a TCP
10726hostname and portnumber. For example, to debug Emacs with the argument
10727@samp{foo.txt} and communicate with @value{GDBN} over the serial port
10728@file{/dev/com1}:
10729
10730@smallexample
10731target> gdbserver /dev/com1 emacs foo.txt
10732@end smallexample
10733
10734@code{gdbserver} waits passively for the host @value{GDBN} to communicate
10735with it.
10736
10737To use a TCP connection instead of a serial line:
10738
10739@smallexample
10740target> gdbserver host:2345 emacs foo.txt
10741@end smallexample
10742
10743The only difference from the previous example is the first argument,
10744specifying that you are communicating with the host @value{GDBN} via
10745TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
10746expect a TCP connection from machine @samp{host} to local TCP port 2345.
10747(Currently, the @samp{host} part is ignored.) You can choose any number
10748you want for the port number as long as it does not conflict with any
10749TCP ports already in use on the target system (for example, @code{23} is
10750reserved for @code{telnet}).@footnote{If you choose a port number that
10751conflicts with another service, @code{gdbserver} prints an error message
10752and exits.} You must use the same port number with the host @value{GDBN}
10753@code{target remote} command.
10754
56460a61
DJ
10755On some targets, @code{gdbserver} can also attach to running programs.
10756This is accomplished via the @code{--attach} argument. The syntax is:
10757
10758@smallexample
10759target> gdbserver @var{comm} --attach @var{pid}
10760@end smallexample
10761
10762@var{pid} is the process ID of a currently running process. It isn't necessary
10763to point @code{gdbserver} at a binary for the running process.
10764
b1fe9455
DJ
10765@pindex pidof
10766@cindex attach to a program by name
10767You can debug processes by name instead of process ID if your target has the
10768@code{pidof} utility:
10769
10770@smallexample
10771target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
10772@end smallexample
10773
10774In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
10775has multiple threads, most versions of @code{pidof} support the
10776@code{-s} option to only return the first process ID.
10777
07f31aa6
DJ
10778@item On the host machine,
10779connect to your target (@pxref{Connecting,,Connecting to a remote target}).
6f05cf9f
AC
10780For TCP connections, you must start up @code{gdbserver} prior to using
10781the @code{target remote} command. Otherwise you may get an error whose
10782text depends on the host system, but which usually looks something like
07f31aa6
DJ
10783@samp{Connection refused}. You don't need to use the @code{load}
10784command in @value{GDBN} when using gdbserver, since the program is
10785already on the target.
10786
6f05cf9f
AC
10787@end table
10788
10789@node NetWare
10790@section Using the @code{gdbserve.nlm} program
10791
10792@kindex gdbserve.nlm
10793@code{gdbserve.nlm} is a control program for NetWare systems, which
10794allows you to connect your program with a remote @value{GDBN} via
10795@code{target remote}.
10796
10797@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
10798using the standard @value{GDBN} remote serial protocol.
10799
10800@table @emph
10801@item On the target machine,
10802you need to have a copy of the program you want to debug.
10803@code{gdbserve.nlm} does not need your program's symbol table, so you
10804can strip the program if necessary to save space. @value{GDBN} on the
10805host system does all the symbol handling.
10806
10807To use the server, you must tell it how to communicate with
10808@value{GDBN}; the name of your program; and the arguments for your
10809program. The syntax is:
10810
10811@smallexample
10812load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
10813 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
10814@end smallexample
10815
10816@var{board} and @var{port} specify the serial line; @var{baud} specifies
10817the baud rate used by the connection. @var{port} and @var{node} default
10818to 0, @var{baud} defaults to 9600@dmn{bps}.
10819
10820For example, to debug Emacs with the argument @samp{foo.txt}and
10821communicate with @value{GDBN} over serial port number 2 or board 1
10822using a 19200@dmn{bps} connection:
10823
10824@smallexample
10825load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
10826@end smallexample
10827
07f31aa6
DJ
10828@item
10829On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
10830Connecting to a remote target}).
6f05cf9f 10831
6f05cf9f
AC
10832@end table
10833
501eef12
AC
10834@node Remote configuration
10835@section Remote configuration
10836
10837The following configuration options are available when debugging remote
10838programs:
10839
10840@table @code
10841@kindex set remote hardware-watchpoint-limit
10842@kindex set remote hardware-breakpoint-limit
10843@anchor{set remote hardware-watchpoint-limit}
10844@anchor{set remote hardware-breakpoint-limit}
10845@item set remote hardware-watchpoint-limit @var{limit}
10846@itemx set remote hardware-breakpoint-limit @var{limit}
10847Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
10848watchpoints. A limit of -1, the default, is treated as unlimited.
10849@end table
10850
6f05cf9f
AC
10851@node remote stub
10852@section Implementing a remote stub
7a292a7a 10853
8e04817f
AC
10854@cindex debugging stub, example
10855@cindex remote stub, example
10856@cindex stub example, remote debugging
10857The stub files provided with @value{GDBN} implement the target side of the
10858communication protocol, and the @value{GDBN} side is implemented in the
10859@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
10860these subroutines to communicate, and ignore the details. (If you're
10861implementing your own stub file, you can still ignore the details: start
10862with one of the existing stub files. @file{sparc-stub.c} is the best
10863organized, and therefore the easiest to read.)
10864
104c1213
JM
10865@cindex remote serial debugging, overview
10866To debug a program running on another machine (the debugging
10867@dfn{target} machine), you must first arrange for all the usual
10868prerequisites for the program to run by itself. For example, for a C
10869program, you need:
c906108c 10870
104c1213
JM
10871@enumerate
10872@item
10873A startup routine to set up the C runtime environment; these usually
10874have a name like @file{crt0}. The startup routine may be supplied by
10875your hardware supplier, or you may have to write your own.
96baa820 10876
5d161b24 10877@item
d4f3574e 10878A C subroutine library to support your program's
104c1213 10879subroutine calls, notably managing input and output.
96baa820 10880
104c1213
JM
10881@item
10882A way of getting your program to the other machine---for example, a
10883download program. These are often supplied by the hardware
10884manufacturer, but you may have to write your own from hardware
10885documentation.
10886@end enumerate
96baa820 10887
104c1213
JM
10888The next step is to arrange for your program to use a serial port to
10889communicate with the machine where @value{GDBN} is running (the @dfn{host}
10890machine). In general terms, the scheme looks like this:
96baa820 10891
104c1213
JM
10892@table @emph
10893@item On the host,
10894@value{GDBN} already understands how to use this protocol; when everything
10895else is set up, you can simply use the @samp{target remote} command
10896(@pxref{Targets,,Specifying a Debugging Target}).
10897
10898@item On the target,
10899you must link with your program a few special-purpose subroutines that
10900implement the @value{GDBN} remote serial protocol. The file containing these
10901subroutines is called a @dfn{debugging stub}.
10902
10903On certain remote targets, you can use an auxiliary program
10904@code{gdbserver} instead of linking a stub into your program.
10905@xref{Server,,Using the @code{gdbserver} program}, for details.
10906@end table
96baa820 10907
104c1213
JM
10908The debugging stub is specific to the architecture of the remote
10909machine; for example, use @file{sparc-stub.c} to debug programs on
10910@sc{sparc} boards.
96baa820 10911
104c1213
JM
10912@cindex remote serial stub list
10913These working remote stubs are distributed with @value{GDBN}:
96baa820 10914
104c1213
JM
10915@table @code
10916
10917@item i386-stub.c
41afff9a 10918@cindex @file{i386-stub.c}
104c1213
JM
10919@cindex Intel
10920@cindex i386
10921For Intel 386 and compatible architectures.
10922
10923@item m68k-stub.c
41afff9a 10924@cindex @file{m68k-stub.c}
104c1213
JM
10925@cindex Motorola 680x0
10926@cindex m680x0
10927For Motorola 680x0 architectures.
10928
10929@item sh-stub.c
41afff9a 10930@cindex @file{sh-stub.c}
172c2a43 10931@cindex Renesas
104c1213 10932@cindex SH
172c2a43 10933For Renesas SH architectures.
104c1213
JM
10934
10935@item sparc-stub.c
41afff9a 10936@cindex @file{sparc-stub.c}
104c1213
JM
10937@cindex Sparc
10938For @sc{sparc} architectures.
10939
10940@item sparcl-stub.c
41afff9a 10941@cindex @file{sparcl-stub.c}
104c1213
JM
10942@cindex Fujitsu
10943@cindex SparcLite
10944For Fujitsu @sc{sparclite} architectures.
10945
10946@end table
10947
10948The @file{README} file in the @value{GDBN} distribution may list other
10949recently added stubs.
10950
10951@menu
10952* Stub Contents:: What the stub can do for you
10953* Bootstrapping:: What you must do for the stub
10954* Debug Session:: Putting it all together
104c1213
JM
10955@end menu
10956
6d2ebf8b 10957@node Stub Contents
6f05cf9f 10958@subsection What the stub can do for you
104c1213
JM
10959
10960@cindex remote serial stub
10961The debugging stub for your architecture supplies these three
10962subroutines:
10963
10964@table @code
10965@item set_debug_traps
10966@kindex set_debug_traps
10967@cindex remote serial stub, initialization
10968This routine arranges for @code{handle_exception} to run when your
10969program stops. You must call this subroutine explicitly near the
10970beginning of your program.
10971
10972@item handle_exception
10973@kindex handle_exception
10974@cindex remote serial stub, main routine
10975This is the central workhorse, but your program never calls it
10976explicitly---the setup code arranges for @code{handle_exception} to
10977run when a trap is triggered.
10978
10979@code{handle_exception} takes control when your program stops during
10980execution (for example, on a breakpoint), and mediates communications
10981with @value{GDBN} on the host machine. This is where the communications
10982protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 10983representative on the target machine. It begins by sending summary
104c1213
JM
10984information on the state of your program, then continues to execute,
10985retrieving and transmitting any information @value{GDBN} needs, until you
10986execute a @value{GDBN} command that makes your program resume; at that point,
10987@code{handle_exception} returns control to your own code on the target
5d161b24 10988machine.
104c1213
JM
10989
10990@item breakpoint
10991@cindex @code{breakpoint} subroutine, remote
10992Use this auxiliary subroutine to make your program contain a
10993breakpoint. Depending on the particular situation, this may be the only
10994way for @value{GDBN} to get control. For instance, if your target
10995machine has some sort of interrupt button, you won't need to call this;
10996pressing the interrupt button transfers control to
10997@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
10998simply receiving characters on the serial port may also trigger a trap;
10999again, in that situation, you don't need to call @code{breakpoint} from
11000your own program---simply running @samp{target remote} from the host
5d161b24 11001@value{GDBN} session gets control.
104c1213
JM
11002
11003Call @code{breakpoint} if none of these is true, or if you simply want
11004to make certain your program stops at a predetermined point for the
11005start of your debugging session.
11006@end table
11007
6d2ebf8b 11008@node Bootstrapping
6f05cf9f 11009@subsection What you must do for the stub
104c1213
JM
11010
11011@cindex remote stub, support routines
11012The debugging stubs that come with @value{GDBN} are set up for a particular
11013chip architecture, but they have no information about the rest of your
11014debugging target machine.
11015
11016First of all you need to tell the stub how to communicate with the
11017serial port.
11018
11019@table @code
11020@item int getDebugChar()
11021@kindex getDebugChar
11022Write this subroutine to read a single character from the serial port.
11023It may be identical to @code{getchar} for your target system; a
11024different name is used to allow you to distinguish the two if you wish.
11025
11026@item void putDebugChar(int)
11027@kindex putDebugChar
11028Write this subroutine to write a single character to the serial port.
5d161b24 11029It may be identical to @code{putchar} for your target system; a
104c1213
JM
11030different name is used to allow you to distinguish the two if you wish.
11031@end table
11032
11033@cindex control C, and remote debugging
11034@cindex interrupting remote targets
11035If you want @value{GDBN} to be able to stop your program while it is
11036running, you need to use an interrupt-driven serial driver, and arrange
11037for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
11038character). That is the character which @value{GDBN} uses to tell the
11039remote system to stop.
11040
11041Getting the debugging target to return the proper status to @value{GDBN}
11042probably requires changes to the standard stub; one quick and dirty way
11043is to just execute a breakpoint instruction (the ``dirty'' part is that
11044@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
11045
11046Other routines you need to supply are:
11047
11048@table @code
11049@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
11050@kindex exceptionHandler
11051Write this function to install @var{exception_address} in the exception
11052handling tables. You need to do this because the stub does not have any
11053way of knowing what the exception handling tables on your target system
11054are like (for example, the processor's table might be in @sc{rom},
11055containing entries which point to a table in @sc{ram}).
11056@var{exception_number} is the exception number which should be changed;
11057its meaning is architecture-dependent (for example, different numbers
11058might represent divide by zero, misaligned access, etc). When this
11059exception occurs, control should be transferred directly to
11060@var{exception_address}, and the processor state (stack, registers,
11061and so on) should be just as it is when a processor exception occurs. So if
11062you want to use a jump instruction to reach @var{exception_address}, it
11063should be a simple jump, not a jump to subroutine.
11064
11065For the 386, @var{exception_address} should be installed as an interrupt
11066gate so that interrupts are masked while the handler runs. The gate
11067should be at privilege level 0 (the most privileged level). The
11068@sc{sparc} and 68k stubs are able to mask interrupts themselves without
11069help from @code{exceptionHandler}.
11070
11071@item void flush_i_cache()
11072@kindex flush_i_cache
d4f3574e 11073On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
11074instruction cache, if any, on your target machine. If there is no
11075instruction cache, this subroutine may be a no-op.
11076
11077On target machines that have instruction caches, @value{GDBN} requires this
11078function to make certain that the state of your program is stable.
11079@end table
11080
11081@noindent
11082You must also make sure this library routine is available:
11083
11084@table @code
11085@item void *memset(void *, int, int)
11086@kindex memset
11087This is the standard library function @code{memset} that sets an area of
11088memory to a known value. If you have one of the free versions of
11089@code{libc.a}, @code{memset} can be found there; otherwise, you must
11090either obtain it from your hardware manufacturer, or write your own.
11091@end table
11092
11093If you do not use the GNU C compiler, you may need other standard
11094library subroutines as well; this varies from one stub to another,
11095but in general the stubs are likely to use any of the common library
d4f3574e 11096subroutines which @code{@value{GCC}} generates as inline code.
104c1213
JM
11097
11098
6d2ebf8b 11099@node Debug Session
6f05cf9f 11100@subsection Putting it all together
104c1213
JM
11101
11102@cindex remote serial debugging summary
11103In summary, when your program is ready to debug, you must follow these
11104steps.
11105
11106@enumerate
11107@item
6d2ebf8b 11108Make sure you have defined the supporting low-level routines
104c1213
JM
11109(@pxref{Bootstrapping,,What you must do for the stub}):
11110@display
11111@code{getDebugChar}, @code{putDebugChar},
11112@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
11113@end display
11114
11115@item
11116Insert these lines near the top of your program:
11117
474c8240 11118@smallexample
104c1213
JM
11119set_debug_traps();
11120breakpoint();
474c8240 11121@end smallexample
104c1213
JM
11122
11123@item
11124For the 680x0 stub only, you need to provide a variable called
11125@code{exceptionHook}. Normally you just use:
11126
474c8240 11127@smallexample
104c1213 11128void (*exceptionHook)() = 0;
474c8240 11129@end smallexample
104c1213 11130
d4f3574e 11131@noindent
104c1213 11132but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 11133function in your program, that function is called when
104c1213
JM
11134@code{@value{GDBN}} continues after stopping on a trap (for example, bus
11135error). The function indicated by @code{exceptionHook} is called with
11136one parameter: an @code{int} which is the exception number.
11137
11138@item
11139Compile and link together: your program, the @value{GDBN} debugging stub for
11140your target architecture, and the supporting subroutines.
11141
11142@item
11143Make sure you have a serial connection between your target machine and
11144the @value{GDBN} host, and identify the serial port on the host.
11145
11146@item
11147@c The "remote" target now provides a `load' command, so we should
11148@c document that. FIXME.
11149Download your program to your target machine (or get it there by
11150whatever means the manufacturer provides), and start it.
11151
11152@item
07f31aa6
DJ
11153Start @value{GDBN} on the host, and connect to the target
11154(@pxref{Connecting,,Connecting to a remote target}).
9db8d71f 11155
104c1213
JM
11156@end enumerate
11157
8e04817f
AC
11158@node Configurations
11159@chapter Configuration-Specific Information
104c1213 11160
8e04817f
AC
11161While nearly all @value{GDBN} commands are available for all native and
11162cross versions of the debugger, there are some exceptions. This chapter
11163describes things that are only available in certain configurations.
104c1213 11164
8e04817f
AC
11165There are three major categories of configurations: native
11166configurations, where the host and target are the same, embedded
11167operating system configurations, which are usually the same for several
11168different processor architectures, and bare embedded processors, which
11169are quite different from each other.
104c1213 11170
8e04817f
AC
11171@menu
11172* Native::
11173* Embedded OS::
11174* Embedded Processors::
11175* Architectures::
11176@end menu
104c1213 11177
8e04817f
AC
11178@node Native
11179@section Native
104c1213 11180
8e04817f
AC
11181This section describes details specific to particular native
11182configurations.
6cf7e474 11183
8e04817f
AC
11184@menu
11185* HP-UX:: HP-UX
11186* SVR4 Process Information:: SVR4 process information
11187* DJGPP Native:: Features specific to the DJGPP port
78c47bea 11188* Cygwin Native:: Features specific to the Cygwin port
8e04817f 11189@end menu
6cf7e474 11190
8e04817f
AC
11191@node HP-UX
11192@subsection HP-UX
104c1213 11193
8e04817f
AC
11194On HP-UX systems, if you refer to a function or variable name that
11195begins with a dollar sign, @value{GDBN} searches for a user or system
11196name first, before it searches for a convenience variable.
104c1213 11197
8e04817f
AC
11198@node SVR4 Process Information
11199@subsection SVR4 process information
104c1213 11200
8e04817f
AC
11201@kindex /proc
11202@cindex process image
104c1213 11203
8e04817f
AC
11204Many versions of SVR4 provide a facility called @samp{/proc} that can be
11205used to examine the image of a running process using file-system
11206subroutines. If @value{GDBN} is configured for an operating system with
11207this facility, the command @code{info proc} is available to report on
11208several kinds of information about the process running your program.
11209@code{info proc} works only on SVR4 systems that include the
11210@code{procfs} code. This includes OSF/1 (Digital Unix), Solaris, Irix,
1104b9e7 11211and Unixware, but not HP-UX or @sc{gnu}/Linux, for example.
104c1213 11212
8e04817f
AC
11213@table @code
11214@kindex info proc
11215@item info proc
11216Summarize available information about the process.
6cf7e474 11217
8e04817f
AC
11218@kindex info proc mappings
11219@item info proc mappings
11220Report on the address ranges accessible in the program, with information
11221on whether your program may read, write, or execute each range.
11222@ignore
11223@comment These sub-options of 'info proc' were not included when
11224@comment procfs.c was re-written. Keep their descriptions around
11225@comment against the day when someone finds the time to put them back in.
11226@kindex info proc times
11227@item info proc times
11228Starting time, user CPU time, and system CPU time for your program and
11229its children.
6cf7e474 11230
8e04817f
AC
11231@kindex info proc id
11232@item info proc id
11233Report on the process IDs related to your program: its own process ID,
11234the ID of its parent, the process group ID, and the session ID.
104c1213 11235
8e04817f
AC
11236@kindex info proc status
11237@item info proc status
11238General information on the state of the process. If the process is
11239stopped, this report includes the reason for stopping, and any signal
11240received.
d4f3574e 11241
8e04817f
AC
11242@item info proc all
11243Show all the above information about the process.
11244@end ignore
11245@end table
104c1213 11246
8e04817f
AC
11247@node DJGPP Native
11248@subsection Features for Debugging @sc{djgpp} Programs
11249@cindex @sc{djgpp} debugging
11250@cindex native @sc{djgpp} debugging
11251@cindex MS-DOS-specific commands
104c1213 11252
8e04817f
AC
11253@sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
11254MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
11255that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
11256top of real-mode DOS systems and their emulations.
104c1213 11257
8e04817f
AC
11258@value{GDBN} supports native debugging of @sc{djgpp} programs, and
11259defines a few commands specific to the @sc{djgpp} port. This
11260subsection describes those commands.
104c1213 11261
8e04817f
AC
11262@table @code
11263@kindex info dos
11264@item info dos
11265This is a prefix of @sc{djgpp}-specific commands which print
11266information about the target system and important OS structures.
f1251bdd 11267
8e04817f
AC
11268@kindex sysinfo
11269@cindex MS-DOS system info
11270@cindex free memory information (MS-DOS)
11271@item info dos sysinfo
11272This command displays assorted information about the underlying
11273platform: the CPU type and features, the OS version and flavor, the
11274DPMI version, and the available conventional and DPMI memory.
104c1213 11275
8e04817f
AC
11276@cindex GDT
11277@cindex LDT
11278@cindex IDT
11279@cindex segment descriptor tables
11280@cindex descriptor tables display
11281@item info dos gdt
11282@itemx info dos ldt
11283@itemx info dos idt
11284These 3 commands display entries from, respectively, Global, Local,
11285and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
11286tables are data structures which store a descriptor for each segment
11287that is currently in use. The segment's selector is an index into a
11288descriptor table; the table entry for that index holds the
11289descriptor's base address and limit, and its attributes and access
11290rights.
104c1213 11291
8e04817f
AC
11292A typical @sc{djgpp} program uses 3 segments: a code segment, a data
11293segment (used for both data and the stack), and a DOS segment (which
11294allows access to DOS/BIOS data structures and absolute addresses in
11295conventional memory). However, the DPMI host will usually define
11296additional segments in order to support the DPMI environment.
d4f3574e 11297
8e04817f
AC
11298@cindex garbled pointers
11299These commands allow to display entries from the descriptor tables.
11300Without an argument, all entries from the specified table are
11301displayed. An argument, which should be an integer expression, means
11302display a single entry whose index is given by the argument. For
11303example, here's a convenient way to display information about the
11304debugged program's data segment:
104c1213 11305
8e04817f
AC
11306@smallexample
11307@exdent @code{(@value{GDBP}) info dos ldt $ds}
11308@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
11309@end smallexample
104c1213 11310
8e04817f
AC
11311@noindent
11312This comes in handy when you want to see whether a pointer is outside
11313the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 11314
8e04817f
AC
11315@cindex page tables display (MS-DOS)
11316@item info dos pde
11317@itemx info dos pte
11318These two commands display entries from, respectively, the Page
11319Directory and the Page Tables. Page Directories and Page Tables are
11320data structures which control how virtual memory addresses are mapped
11321into physical addresses. A Page Table includes an entry for every
11322page of memory that is mapped into the program's address space; there
11323may be several Page Tables, each one holding up to 4096 entries. A
11324Page Directory has up to 4096 entries, one each for every Page Table
11325that is currently in use.
104c1213 11326
8e04817f
AC
11327Without an argument, @kbd{info dos pde} displays the entire Page
11328Directory, and @kbd{info dos pte} displays all the entries in all of
11329the Page Tables. An argument, an integer expression, given to the
11330@kbd{info dos pde} command means display only that entry from the Page
11331Directory table. An argument given to the @kbd{info dos pte} command
11332means display entries from a single Page Table, the one pointed to by
11333the specified entry in the Page Directory.
104c1213 11334
8e04817f
AC
11335@cindex direct memory access (DMA) on MS-DOS
11336These commands are useful when your program uses @dfn{DMA} (Direct
11337Memory Access), which needs physical addresses to program the DMA
11338controller.
104c1213 11339
8e04817f 11340These commands are supported only with some DPMI servers.
104c1213 11341
8e04817f
AC
11342@cindex physical address from linear address
11343@item info dos address-pte @var{addr}
11344This command displays the Page Table entry for a specified linear
11345address. The argument linear address @var{addr} should already have the
11346appropriate segment's base address added to it, because this command
11347accepts addresses which may belong to @emph{any} segment. For
11348example, here's how to display the Page Table entry for the page where
11349the variable @code{i} is stored:
104c1213 11350
8e04817f
AC
11351@smallexample
11352@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
11353@exdent @code{Page Table entry for address 0x11a00d30:}
11354@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
11355@end smallexample
104c1213 11356
8e04817f
AC
11357@noindent
11358This says that @code{i} is stored at offset @code{0xd30} from the page
11359whose physical base address is @code{0x02698000}, and prints all the
11360attributes of that page.
104c1213 11361
8e04817f
AC
11362Note that you must cast the addresses of variables to a @code{char *},
11363since otherwise the value of @code{__djgpp_base_address}, the base
11364address of all variables and functions in a @sc{djgpp} program, will
11365be added using the rules of C pointer arithmetics: if @code{i} is
11366declared an @code{int}, @value{GDBN} will add 4 times the value of
11367@code{__djgpp_base_address} to the address of @code{i}.
104c1213 11368
8e04817f
AC
11369Here's another example, it displays the Page Table entry for the
11370transfer buffer:
104c1213 11371
8e04817f
AC
11372@smallexample
11373@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
11374@exdent @code{Page Table entry for address 0x29110:}
11375@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
11376@end smallexample
104c1213 11377
8e04817f
AC
11378@noindent
11379(The @code{+ 3} offset is because the transfer buffer's address is the
113803rd member of the @code{_go32_info_block} structure.) The output of
11381this command clearly shows that addresses in conventional memory are
11382mapped 1:1, i.e.@: the physical and linear addresses are identical.
104c1213 11383
8e04817f
AC
11384This command is supported only with some DPMI servers.
11385@end table
104c1213 11386
78c47bea
PM
11387@node Cygwin Native
11388@subsection Features for Debugging MS Windows PE executables
11389@cindex MS Windows debugging
11390@cindex native Cygwin debugging
11391@cindex Cygwin-specific commands
11392
be448670
CF
11393@value{GDBN} supports native debugging of MS Windows programs, including
11394DLLs with and without symbolic debugging information. There are various
11395additional Cygwin-specific commands, described in this subsection. The
11396subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
11397that have no debugging symbols.
11398
78c47bea
PM
11399
11400@table @code
11401@kindex info w32
11402@item info w32
11403This is a prefix of MS Windows specific commands which print
11404information about the target system and important OS structures.
11405
11406@item info w32 selector
11407This command displays information returned by
11408the Win32 API @code{GetThreadSelectorEntry} function.
11409It takes an optional argument that is evaluated to
11410a long value to give the information about this given selector.
11411Without argument, this command displays information
11412about the the six segment registers.
11413
11414@kindex info dll
11415@item info dll
11416This is a Cygwin specific alias of info shared.
11417
11418@kindex dll-symbols
11419@item dll-symbols
11420This command loads symbols from a dll similarly to
11421add-sym command but without the need to specify a base address.
11422
11423@kindex set new-console
11424@item set new-console @var{mode}
11425If @var{mode} is @code{on} the debuggee will
11426be started in a new console on next start.
11427If @var{mode} is @code{off}i, the debuggee will
11428be started in the same console as the debugger.
11429
11430@kindex show new-console
11431@item show new-console
11432Displays whether a new console is used
11433when the debuggee is started.
11434
11435@kindex set new-group
11436@item set new-group @var{mode}
11437This boolean value controls whether the debuggee should
11438start a new group or stay in the same group as the debugger.
11439This affects the way the Windows OS handles
11440Ctrl-C.
11441
11442@kindex show new-group
11443@item show new-group
11444Displays current value of new-group boolean.
11445
11446@kindex set debugevents
11447@item set debugevents
11448This boolean value adds debug output concerning events seen by the debugger.
11449
11450@kindex set debugexec
11451@item set debugexec
11452This boolean value adds debug output concerning execute events
11453seen by the debugger.
11454
11455@kindex set debugexceptions
11456@item set debugexceptions
11457This boolean value adds debug ouptut concerning exception events
11458seen by the debugger.
11459
11460@kindex set debugmemory
11461@item set debugmemory
11462This boolean value adds debug ouptut concerning memory events
11463seen by the debugger.
11464
11465@kindex set shell
11466@item set shell
11467This boolean values specifies whether the debuggee is called
11468via a shell or directly (default value is on).
11469
11470@kindex show shell
11471@item show shell
11472Displays if the debuggee will be started with a shell.
11473
11474@end table
11475
be448670
CF
11476@menu
11477* Non-debug DLL symbols:: Support for DLLs without debugging symbols
11478@end menu
11479
11480@node Non-debug DLL symbols
11481@subsubsection Support for DLLs without debugging symbols
11482@cindex DLLs with no debugging symbols
11483@cindex Minimal symbols and DLLs
11484
11485Very often on windows, some of the DLLs that your program relies on do
11486not include symbolic debugging information (for example,
11487@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
11488symbols in a DLL, it relies on the minimal amount of symbolic
11489information contained in the DLL's export table. This subsubsection
11490describes working with such symbols, known internally to @value{GDBN} as
11491``minimal symbols''.
11492
11493Note that before the debugged program has started execution, no DLLs
11494will have been loaded. The easiest way around this problem is simply to
11495start the program --- either by setting a breakpoint or letting the
11496program run once to completion. It is also possible to force
11497@value{GDBN} to load a particular DLL before starting the executable ---
11498see the shared library information in @pxref{Files} or the
11499@code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
11500explicitly loading symbols from a DLL with no debugging information will
11501cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
11502which may adversely affect symbol lookup performance.
11503
11504@subsubsection DLL name prefixes
11505
11506In keeping with the naming conventions used by the Microsoft debugging
11507tools, DLL export symbols are made available with a prefix based on the
11508DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
11509also entered into the symbol table, so @code{CreateFileA} is often
11510sufficient. In some cases there will be name clashes within a program
11511(particularly if the executable itself includes full debugging symbols)
11512necessitating the use of the fully qualified name when referring to the
11513contents of the DLL. Use single-quotes around the name to avoid the
11514exclamation mark (``!'') being interpreted as a language operator.
11515
11516Note that the internal name of the DLL may be all upper-case, even
11517though the file name of the DLL is lower-case, or vice-versa. Since
11518symbols within @value{GDBN} are @emph{case-sensitive} this may cause
11519some confusion. If in doubt, try the @code{info functions} and
11520@code{info variables} commands or even @code{maint print msymbols} (see
11521@pxref{Symbols}). Here's an example:
11522
11523@smallexample
11524(gdb) info function CreateFileA
11525All functions matching regular expression "CreateFileA":
11526
11527Non-debugging symbols:
115280x77e885f4 CreateFileA
115290x77e885f4 KERNEL32!CreateFileA
11530@end smallexample
11531
11532@smallexample
11533(gdb) info function !
11534All functions matching regular expression "!":
11535
11536Non-debugging symbols:
115370x6100114c cygwin1!__assert
115380x61004034 cygwin1!_dll_crt0@@0
115390x61004240 cygwin1!dll_crt0(per_process *)
11540[etc...]
11541@end smallexample
11542
11543@subsubsection Working with minimal symbols
11544
11545Symbols extracted from a DLL's export table do not contain very much
11546type information. All that @value{GDBN} can do is guess whether a symbol
11547refers to a function or variable depending on the linker section that
11548contains the symbol. Also note that the actual contents of the memory
11549contained in a DLL are not available unless the program is running. This
11550means that you cannot examine the contents of a variable or disassemble
11551a function within a DLL without a running program.
11552
11553Variables are generally treated as pointers and dereferenced
11554automatically. For this reason, it is often necessary to prefix a
11555variable name with the address-of operator (``&'') and provide explicit
11556type information in the command. Here's an example of the type of
11557problem:
11558
11559@smallexample
11560(gdb) print 'cygwin1!__argv'
11561$1 = 268572168
11562@end smallexample
11563
11564@smallexample
11565(gdb) x 'cygwin1!__argv'
115660x10021610: "\230y\""
11567@end smallexample
11568
11569And two possible solutions:
11570
11571@smallexample
11572(gdb) print ((char **)'cygwin1!__argv')[0]
11573$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
11574@end smallexample
11575
11576@smallexample
11577(gdb) x/2x &'cygwin1!__argv'
115780x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
11579(gdb) x/x 0x10021608
115800x10021608: 0x0022fd98
11581(gdb) x/s 0x0022fd98
115820x22fd98: "/cygdrive/c/mydirectory/myprogram"
11583@end smallexample
11584
11585Setting a break point within a DLL is possible even before the program
11586starts execution. However, under these circumstances, @value{GDBN} can't
11587examine the initial instructions of the function in order to skip the
11588function's frame set-up code. You can work around this by using ``*&''
11589to set the breakpoint at a raw memory address:
11590
11591@smallexample
11592(gdb) break *&'python22!PyOS_Readline'
11593Breakpoint 1 at 0x1e04eff0
11594@end smallexample
11595
11596The author of these extensions is not entirely convinced that setting a
11597break point within a shared DLL like @file{kernel32.dll} is completely
11598safe.
11599
8e04817f
AC
11600@node Embedded OS
11601@section Embedded Operating Systems
104c1213 11602
8e04817f
AC
11603This section describes configurations involving the debugging of
11604embedded operating systems that are available for several different
11605architectures.
d4f3574e 11606
8e04817f
AC
11607@menu
11608* VxWorks:: Using @value{GDBN} with VxWorks
11609@end menu
104c1213 11610
8e04817f
AC
11611@value{GDBN} includes the ability to debug programs running on
11612various real-time operating systems.
104c1213 11613
8e04817f
AC
11614@node VxWorks
11615@subsection Using @value{GDBN} with VxWorks
104c1213 11616
8e04817f 11617@cindex VxWorks
104c1213 11618
8e04817f 11619@table @code
104c1213 11620
8e04817f
AC
11621@kindex target vxworks
11622@item target vxworks @var{machinename}
11623A VxWorks system, attached via TCP/IP. The argument @var{machinename}
11624is the target system's machine name or IP address.
104c1213 11625
8e04817f 11626@end table
104c1213 11627
8e04817f
AC
11628On VxWorks, @code{load} links @var{filename} dynamically on the
11629current target system as well as adding its symbols in @value{GDBN}.
104c1213 11630
8e04817f
AC
11631@value{GDBN} enables developers to spawn and debug tasks running on networked
11632VxWorks targets from a Unix host. Already-running tasks spawned from
11633the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
11634both the Unix host and on the VxWorks target. The program
11635@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
11636installed with the name @code{vxgdb}, to distinguish it from a
11637@value{GDBN} for debugging programs on the host itself.)
104c1213 11638
8e04817f
AC
11639@table @code
11640@item VxWorks-timeout @var{args}
11641@kindex vxworks-timeout
11642All VxWorks-based targets now support the option @code{vxworks-timeout}.
11643This option is set by the user, and @var{args} represents the number of
11644seconds @value{GDBN} waits for responses to rpc's. You might use this if
11645your VxWorks target is a slow software simulator or is on the far side
11646of a thin network line.
11647@end table
104c1213 11648
8e04817f
AC
11649The following information on connecting to VxWorks was current when
11650this manual was produced; newer releases of VxWorks may use revised
11651procedures.
104c1213 11652
8e04817f
AC
11653@kindex INCLUDE_RDB
11654To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
11655to include the remote debugging interface routines in the VxWorks
11656library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
11657VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
11658kernel. The resulting kernel contains @file{rdb.a}, and spawns the
11659source debugging task @code{tRdbTask} when VxWorks is booted. For more
11660information on configuring and remaking VxWorks, see the manufacturer's
11661manual.
11662@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 11663
8e04817f
AC
11664Once you have included @file{rdb.a} in your VxWorks system image and set
11665your Unix execution search path to find @value{GDBN}, you are ready to
11666run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
11667@code{vxgdb}, depending on your installation).
104c1213 11668
8e04817f 11669@value{GDBN} comes up showing the prompt:
104c1213 11670
474c8240 11671@smallexample
8e04817f 11672(vxgdb)
474c8240 11673@end smallexample
104c1213 11674
8e04817f
AC
11675@menu
11676* VxWorks Connection:: Connecting to VxWorks
11677* VxWorks Download:: VxWorks download
11678* VxWorks Attach:: Running tasks
11679@end menu
104c1213 11680
8e04817f
AC
11681@node VxWorks Connection
11682@subsubsection Connecting to VxWorks
104c1213 11683
8e04817f
AC
11684The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
11685network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 11686
474c8240 11687@smallexample
8e04817f 11688(vxgdb) target vxworks tt
474c8240 11689@end smallexample
104c1213 11690
8e04817f
AC
11691@need 750
11692@value{GDBN} displays messages like these:
104c1213 11693
8e04817f
AC
11694@smallexample
11695Attaching remote machine across net...
11696Connected to tt.
11697@end smallexample
104c1213 11698
8e04817f
AC
11699@need 1000
11700@value{GDBN} then attempts to read the symbol tables of any object modules
11701loaded into the VxWorks target since it was last booted. @value{GDBN} locates
11702these files by searching the directories listed in the command search
11703path (@pxref{Environment, ,Your program's environment}); if it fails
11704to find an object file, it displays a message such as:
5d161b24 11705
474c8240 11706@smallexample
8e04817f 11707prog.o: No such file or directory.
474c8240 11708@end smallexample
104c1213 11709
8e04817f
AC
11710When this happens, add the appropriate directory to the search path with
11711the @value{GDBN} command @code{path}, and execute the @code{target}
11712command again.
104c1213 11713
8e04817f
AC
11714@node VxWorks Download
11715@subsubsection VxWorks download
104c1213 11716
8e04817f
AC
11717@cindex download to VxWorks
11718If you have connected to the VxWorks target and you want to debug an
11719object that has not yet been loaded, you can use the @value{GDBN}
11720@code{load} command to download a file from Unix to VxWorks
11721incrementally. The object file given as an argument to the @code{load}
11722command is actually opened twice: first by the VxWorks target in order
11723to download the code, then by @value{GDBN} in order to read the symbol
11724table. This can lead to problems if the current working directories on
11725the two systems differ. If both systems have NFS mounted the same
11726filesystems, you can avoid these problems by using absolute paths.
11727Otherwise, it is simplest to set the working directory on both systems
11728to the directory in which the object file resides, and then to reference
11729the file by its name, without any path. For instance, a program
11730@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
11731and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
11732program, type this on VxWorks:
104c1213 11733
474c8240 11734@smallexample
8e04817f 11735-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 11736@end smallexample
104c1213 11737
8e04817f
AC
11738@noindent
11739Then, in @value{GDBN}, type:
104c1213 11740
474c8240 11741@smallexample
8e04817f
AC
11742(vxgdb) cd @var{hostpath}/vw/demo/rdb
11743(vxgdb) load prog.o
474c8240 11744@end smallexample
104c1213 11745
8e04817f 11746@value{GDBN} displays a response similar to this:
104c1213 11747
8e04817f
AC
11748@smallexample
11749Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
11750@end smallexample
104c1213 11751
8e04817f
AC
11752You can also use the @code{load} command to reload an object module
11753after editing and recompiling the corresponding source file. Note that
11754this makes @value{GDBN} delete all currently-defined breakpoints,
11755auto-displays, and convenience variables, and to clear the value
11756history. (This is necessary in order to preserve the integrity of
11757debugger's data structures that reference the target system's symbol
11758table.)
104c1213 11759
8e04817f
AC
11760@node VxWorks Attach
11761@subsubsection Running tasks
104c1213
JM
11762
11763@cindex running VxWorks tasks
11764You can also attach to an existing task using the @code{attach} command as
11765follows:
11766
474c8240 11767@smallexample
104c1213 11768(vxgdb) attach @var{task}
474c8240 11769@end smallexample
104c1213
JM
11770
11771@noindent
11772where @var{task} is the VxWorks hexadecimal task ID. The task can be running
11773or suspended when you attach to it. Running tasks are suspended at
11774the time of attachment.
11775
6d2ebf8b 11776@node Embedded Processors
104c1213
JM
11777@section Embedded Processors
11778
11779This section goes into details specific to particular embedded
11780configurations.
11781
7d86b5d5 11782
104c1213 11783@menu
104c1213 11784* ARM:: ARM
172c2a43
KI
11785* H8/300:: Renesas H8/300
11786* H8/500:: Renesas H8/500
11787* M32R/D:: Renesas M32R/D
104c1213 11788* M68K:: Motorola M68K
104c1213 11789* MIPS Embedded:: MIPS Embedded
a37295f9 11790* OpenRISC 1000:: OpenRisc 1000
104c1213
JM
11791* PA:: HP PA Embedded
11792* PowerPC: PowerPC
172c2a43 11793* SH:: Renesas SH
104c1213
JM
11794* Sparclet:: Tsqware Sparclet
11795* Sparclite:: Fujitsu Sparclite
11796* ST2000:: Tandem ST2000
11797* Z8000:: Zilog Z8000
11798@end menu
11799
6d2ebf8b 11800@node ARM
104c1213
JM
11801@subsection ARM
11802
11803@table @code
11804
8e04817f
AC
11805@kindex target rdi
11806@item target rdi @var{dev}
11807ARM Angel monitor, via RDI library interface to ADP protocol. You may
11808use this target to communicate with both boards running the Angel
11809monitor, or with the EmbeddedICE JTAG debug device.
11810
11811@kindex target rdp
11812@item target rdp @var{dev}
11813ARM Demon monitor.
11814
11815@end table
11816
11817@node H8/300
172c2a43 11818@subsection Renesas H8/300
8e04817f
AC
11819
11820@table @code
11821
11822@kindex target hms@r{, with H8/300}
11823@item target hms @var{dev}
172c2a43 11824A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
8e04817f
AC
11825Use special commands @code{device} and @code{speed} to control the serial
11826line and the communications speed used.
11827
11828@kindex target e7000@r{, with H8/300}
11829@item target e7000 @var{dev}
172c2a43 11830E7000 emulator for Renesas H8 and SH.
8e04817f
AC
11831
11832@kindex target sh3@r{, with H8/300}
11833@kindex target sh3e@r{, with H8/300}
11834@item target sh3 @var{dev}
11835@itemx target sh3e @var{dev}
172c2a43 11836Renesas SH-3 and SH-3E target systems.
8e04817f
AC
11837
11838@end table
11839
11840@cindex download to H8/300 or H8/500
11841@cindex H8/300 or H8/500 download
172c2a43
KI
11842@cindex download to Renesas SH
11843@cindex Renesas SH download
11844When you select remote debugging to a Renesas SH, H8/300, or H8/500
11845board, the @code{load} command downloads your program to the Renesas
8e04817f
AC
11846board and also opens it as the current executable target for
11847@value{GDBN} on your host (like the @code{file} command).
11848
11849@value{GDBN} needs to know these things to talk to your
172c2a43 11850Renesas SH, H8/300, or H8/500:
8e04817f
AC
11851
11852@enumerate
11853@item
11854that you want to use @samp{target hms}, the remote debugging interface
172c2a43
KI
11855for Renesas microprocessors, or @samp{target e7000}, the in-circuit
11856emulator for the Renesas SH and the Renesas 300H. (@samp{target hms} is
11857the default when @value{GDBN} is configured specifically for the Renesas SH,
8e04817f
AC
11858H8/300, or H8/500.)
11859
11860@item
172c2a43 11861what serial device connects your host to your Renesas board (the first
8e04817f
AC
11862serial device available on your host is the default).
11863
11864@item
11865what speed to use over the serial device.
11866@end enumerate
11867
11868@menu
172c2a43
KI
11869* Renesas Boards:: Connecting to Renesas boards.
11870* Renesas ICE:: Using the E7000 In-Circuit Emulator.
11871* Renesas Special:: Special @value{GDBN} commands for Renesas micros.
8e04817f
AC
11872@end menu
11873
172c2a43
KI
11874@node Renesas Boards
11875@subsubsection Connecting to Renesas boards
8e04817f
AC
11876
11877@c only for Unix hosts
11878@kindex device
172c2a43 11879@cindex serial device, Renesas micros
8e04817f
AC
11880Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
11881need to explicitly set the serial device. The default @var{port} is the
11882first available port on your host. This is only necessary on Unix
11883hosts, where it is typically something like @file{/dev/ttya}.
11884
11885@kindex speed
172c2a43 11886@cindex serial line speed, Renesas micros
8e04817f
AC
11887@code{@value{GDBN}} has another special command to set the communications
11888speed: @samp{speed @var{bps}}. This command also is only used from Unix
11889hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
11890the DOS @code{mode} command (for instance,
11891@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
11892
11893The @samp{device} and @samp{speed} commands are available only when you
172c2a43 11894use a Unix host to debug your Renesas microprocessor programs. If you
8e04817f
AC
11895use a DOS host,
11896@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
11897called @code{asynctsr} to communicate with the development board
11898through a PC serial port. You must also use the DOS @code{mode} command
11899to set up the serial port on the DOS side.
11900
11901The following sample session illustrates the steps needed to start a
11902program under @value{GDBN} control on an H8/300. The example uses a
11903sample H8/300 program called @file{t.x}. The procedure is the same for
172c2a43 11904the Renesas SH and the H8/500.
8e04817f
AC
11905
11906First hook up your development board. In this example, we use a
11907board attached to serial port @code{COM2}; if you use a different serial
11908port, substitute its name in the argument of the @code{mode} command.
11909When you call @code{asynctsr}, the auxiliary comms program used by the
11910debugger, you give it just the numeric part of the serial port's name;
11911for example, @samp{asyncstr 2} below runs @code{asyncstr} on
11912@code{COM2}.
11913
474c8240 11914@smallexample
8e04817f
AC
11915C:\H8300\TEST> asynctsr 2
11916C:\H8300\TEST> mode com2:9600,n,8,1,p
11917
11918Resident portion of MODE loaded
11919
11920COM2: 9600, n, 8, 1, p
11921
474c8240 11922@end smallexample
8e04817f
AC
11923
11924@quotation
11925@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
11926@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
11927disable it, or even boot without it, to use @code{asynctsr} to control
11928your development board.
11929@end quotation
11930
11931@kindex target hms@r{, and serial protocol}
11932Now that serial communications are set up, and the development board is
11933connected, you can start up @value{GDBN}. Call @code{@value{GDBP}} with
11934the name of your program as the argument. @code{@value{GDBN}} prompts
11935you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
11936commands to begin your debugging session: @samp{target hms} to specify
172c2a43 11937cross-debugging to the Renesas board, and the @code{load} command to
8e04817f
AC
11938download your program to the board. @code{load} displays the names of
11939the program's sections, and a @samp{*} for each 2K of data downloaded.
11940(If you want to refresh @value{GDBN} data on symbols or on the
11941executable file without downloading, use the @value{GDBN} commands
11942@code{file} or @code{symbol-file}. These commands, and @code{load}
11943itself, are described in @ref{Files,,Commands to specify files}.)
11944
11945@smallexample
11946(eg-C:\H8300\TEST) @value{GDBP} t.x
11947@value{GDBN} is free software and you are welcome to distribute copies
11948 of it under certain conditions; type "show copying" to see
11949 the conditions.
11950There is absolutely no warranty for @value{GDBN}; type "show warranty"
11951for details.
11952@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
11953(@value{GDBP}) target hms
11954Connected to remote H8/300 HMS system.
11955(@value{GDBP}) load t.x
11956.text : 0x8000 .. 0xabde ***********
11957.data : 0xabde .. 0xad30 *
11958.stack : 0xf000 .. 0xf014 *
11959@end smallexample
11960
11961At this point, you're ready to run or debug your program. From here on,
11962you can use all the usual @value{GDBN} commands. The @code{break} command
11963sets breakpoints; the @code{run} command starts your program;
11964@code{print} or @code{x} display data; the @code{continue} command
11965resumes execution after stopping at a breakpoint. You can use the
11966@code{help} command at any time to find out more about @value{GDBN} commands.
11967
11968Remember, however, that @emph{operating system} facilities aren't
11969available on your development board; for example, if your program hangs,
11970you can't send an interrupt---but you can press the @sc{reset} switch!
11971
11972Use the @sc{reset} button on the development board
11973@itemize @bullet
11974@item
11975to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
11976no way to pass an interrupt signal to the development board); and
11977
11978@item
11979to return to the @value{GDBN} command prompt after your program finishes
11980normally. The communications protocol provides no other way for @value{GDBN}
11981to detect program completion.
11982@end itemize
11983
11984In either case, @value{GDBN} sees the effect of a @sc{reset} on the
11985development board as a ``normal exit'' of your program.
11986
172c2a43 11987@node Renesas ICE
8e04817f
AC
11988@subsubsection Using the E7000 in-circuit emulator
11989
172c2a43 11990@kindex target e7000@r{, with Renesas ICE}
8e04817f 11991You can use the E7000 in-circuit emulator to develop code for either the
172c2a43 11992Renesas SH or the H8/300H. Use one of these forms of the @samp{target
8e04817f
AC
11993e7000} command to connect @value{GDBN} to your E7000:
11994
11995@table @code
11996@item target e7000 @var{port} @var{speed}
11997Use this form if your E7000 is connected to a serial port. The
11998@var{port} argument identifies what serial port to use (for example,
11999@samp{com2}). The third argument is the line speed in bits per second
12000(for example, @samp{9600}).
12001
12002@item target e7000 @var{hostname}
12003If your E7000 is installed as a host on a TCP/IP network, you can just
12004specify its hostname; @value{GDBN} uses @code{telnet} to connect.
12005@end table
12006
172c2a43
KI
12007@node Renesas Special
12008@subsubsection Special @value{GDBN} commands for Renesas micros
8e04817f
AC
12009
12010Some @value{GDBN} commands are available only for the H8/300:
12011
12012@table @code
12013
12014@kindex set machine
12015@kindex show machine
12016@item set machine h8300
12017@itemx set machine h8300h
12018Condition @value{GDBN} for one of the two variants of the H8/300
12019architecture with @samp{set machine}. You can use @samp{show machine}
12020to check which variant is currently in effect.
104c1213
JM
12021
12022@end table
12023
8e04817f
AC
12024@node H8/500
12025@subsection H8/500
104c1213
JM
12026
12027@table @code
12028
8e04817f
AC
12029@kindex set memory @var{mod}
12030@cindex memory models, H8/500
12031@item set memory @var{mod}
12032@itemx show memory
12033Specify which H8/500 memory model (@var{mod}) you are using with
12034@samp{set memory}; check which memory model is in effect with @samp{show
12035memory}. The accepted values for @var{mod} are @code{small},
12036@code{big}, @code{medium}, and @code{compact}.
104c1213 12037
8e04817f 12038@end table
104c1213 12039
8e04817f 12040@node M32R/D
172c2a43 12041@subsection Renesas M32R/D
8e04817f
AC
12042
12043@table @code
12044
12045@kindex target m32r
12046@item target m32r @var{dev}
172c2a43 12047Renesas M32R/D ROM monitor.
8e04817f
AC
12048
12049@end table
12050
12051@node M68K
12052@subsection M68k
12053
12054The Motorola m68k configuration includes ColdFire support, and
12055target command for the following ROM monitors.
12056
12057@table @code
12058
12059@kindex target abug
12060@item target abug @var{dev}
12061ABug ROM monitor for M68K.
12062
12063@kindex target cpu32bug
12064@item target cpu32bug @var{dev}
12065CPU32BUG monitor, running on a CPU32 (M68K) board.
12066
12067@kindex target dbug
12068@item target dbug @var{dev}
12069dBUG ROM monitor for Motorola ColdFire.
12070
12071@kindex target est
12072@item target est @var{dev}
12073EST-300 ICE monitor, running on a CPU32 (M68K) board.
12074
12075@kindex target rom68k
12076@item target rom68k @var{dev}
12077ROM 68K monitor, running on an M68K IDP board.
12078
12079@end table
12080
8e04817f
AC
12081@table @code
12082
12083@kindex target rombug
12084@item target rombug @var{dev}
12085ROMBUG ROM monitor for OS/9000.
12086
12087@end table
12088
8e04817f
AC
12089@node MIPS Embedded
12090@subsection MIPS Embedded
12091
12092@cindex MIPS boards
12093@value{GDBN} can use the MIPS remote debugging protocol to talk to a
12094MIPS board attached to a serial line. This is available when
12095you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
104c1213 12096
8e04817f
AC
12097@need 1000
12098Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 12099
8e04817f
AC
12100@table @code
12101@item target mips @var{port}
12102@kindex target mips @var{port}
12103To run a program on the board, start up @code{@value{GDBP}} with the
12104name of your program as the argument. To connect to the board, use the
12105command @samp{target mips @var{port}}, where @var{port} is the name of
12106the serial port connected to the board. If the program has not already
12107been downloaded to the board, you may use the @code{load} command to
12108download it. You can then use all the usual @value{GDBN} commands.
104c1213 12109
8e04817f
AC
12110For example, this sequence connects to the target board through a serial
12111port, and loads and runs a program called @var{prog} through the
12112debugger:
104c1213 12113
474c8240 12114@smallexample
8e04817f
AC
12115host$ @value{GDBP} @var{prog}
12116@value{GDBN} is free software and @dots{}
12117(@value{GDBP}) target mips /dev/ttyb
12118(@value{GDBP}) load @var{prog}
12119(@value{GDBP}) run
474c8240 12120@end smallexample
104c1213 12121
8e04817f
AC
12122@item target mips @var{hostname}:@var{portnumber}
12123On some @value{GDBN} host configurations, you can specify a TCP
12124connection (for instance, to a serial line managed by a terminal
12125concentrator) instead of a serial port, using the syntax
12126@samp{@var{hostname}:@var{portnumber}}.
104c1213 12127
8e04817f
AC
12128@item target pmon @var{port}
12129@kindex target pmon @var{port}
12130PMON ROM monitor.
104c1213 12131
8e04817f
AC
12132@item target ddb @var{port}
12133@kindex target ddb @var{port}
12134NEC's DDB variant of PMON for Vr4300.
104c1213 12135
8e04817f
AC
12136@item target lsi @var{port}
12137@kindex target lsi @var{port}
12138LSI variant of PMON.
104c1213 12139
8e04817f
AC
12140@kindex target r3900
12141@item target r3900 @var{dev}
12142Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 12143
8e04817f
AC
12144@kindex target array
12145@item target array @var{dev}
12146Array Tech LSI33K RAID controller board.
104c1213 12147
8e04817f 12148@end table
104c1213 12149
104c1213 12150
8e04817f
AC
12151@noindent
12152@value{GDBN} also supports these special commands for MIPS targets:
104c1213 12153
8e04817f
AC
12154@table @code
12155@item set processor @var{args}
12156@itemx show processor
12157@kindex set processor @var{args}
12158@kindex show processor
12159Use the @code{set processor} command to set the type of MIPS
12160processor when you want to access processor-type-specific registers.
12161For example, @code{set processor @var{r3041}} tells @value{GDBN}
12162to use the CPU registers appropriate for the 3041 chip.
12163Use the @code{show processor} command to see what MIPS processor @value{GDBN}
12164is using. Use the @code{info reg} command to see what registers
12165@value{GDBN} is using.
104c1213 12166
8e04817f
AC
12167@item set mipsfpu double
12168@itemx set mipsfpu single
12169@itemx set mipsfpu none
12170@itemx show mipsfpu
12171@kindex set mipsfpu
12172@kindex show mipsfpu
12173@cindex MIPS remote floating point
12174@cindex floating point, MIPS remote
12175If your target board does not support the MIPS floating point
12176coprocessor, you should use the command @samp{set mipsfpu none} (if you
12177need this, you may wish to put the command in your @value{GDBN} init
12178file). This tells @value{GDBN} how to find the return value of
12179functions which return floating point values. It also allows
12180@value{GDBN} to avoid saving the floating point registers when calling
12181functions on the board. If you are using a floating point coprocessor
12182with only single precision floating point support, as on the @sc{r4650}
12183processor, use the command @samp{set mipsfpu single}. The default
12184double precision floating point coprocessor may be selected using
12185@samp{set mipsfpu double}.
104c1213 12186
8e04817f
AC
12187In previous versions the only choices were double precision or no
12188floating point, so @samp{set mipsfpu on} will select double precision
12189and @samp{set mipsfpu off} will select no floating point.
104c1213 12190
8e04817f
AC
12191As usual, you can inquire about the @code{mipsfpu} variable with
12192@samp{show mipsfpu}.
104c1213 12193
8e04817f
AC
12194@item set remotedebug @var{n}
12195@itemx show remotedebug
12196@kindex set remotedebug@r{, MIPS protocol}
12197@kindex show remotedebug@r{, MIPS protocol}
12198@cindex @code{remotedebug}, MIPS protocol
12199@cindex MIPS @code{remotedebug} protocol
12200@c FIXME! For this to be useful, you must know something about the MIPS
12201@c FIXME...protocol. Where is it described?
12202You can see some debugging information about communications with the board
12203by setting the @code{remotedebug} variable. If you set it to @code{1} using
12204@samp{set remotedebug 1}, every packet is displayed. If you set it
12205to @code{2}, every character is displayed. You can check the current value
12206at any time with the command @samp{show remotedebug}.
104c1213 12207
8e04817f
AC
12208@item set timeout @var{seconds}
12209@itemx set retransmit-timeout @var{seconds}
12210@itemx show timeout
12211@itemx show retransmit-timeout
12212@cindex @code{timeout}, MIPS protocol
12213@cindex @code{retransmit-timeout}, MIPS protocol
12214@kindex set timeout
12215@kindex show timeout
12216@kindex set retransmit-timeout
12217@kindex show retransmit-timeout
12218You can control the timeout used while waiting for a packet, in the MIPS
12219remote protocol, with the @code{set timeout @var{seconds}} command. The
12220default is 5 seconds. Similarly, you can control the timeout used while
12221waiting for an acknowledgement of a packet with the @code{set
12222retransmit-timeout @var{seconds}} command. The default is 3 seconds.
12223You can inspect both values with @code{show timeout} and @code{show
12224retransmit-timeout}. (These commands are @emph{only} available when
12225@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
104c1213 12226
8e04817f
AC
12227The timeout set by @code{set timeout} does not apply when @value{GDBN}
12228is waiting for your program to stop. In that case, @value{GDBN} waits
12229forever because it has no way of knowing how long the program is going
12230to run before stopping.
12231@end table
104c1213 12232
a37295f9
MM
12233@node OpenRISC 1000
12234@subsection OpenRISC 1000
12235@cindex OpenRISC 1000
12236
12237@cindex or1k boards
12238See OR1k Architecture document (@uref{www.opencores.org}) for more information
12239about platform and commands.
12240
12241@table @code
12242
12243@kindex target jtag
12244@item target jtag jtag://@var{host}:@var{port}
12245
12246Connects to remote JTAG server.
12247JTAG remote server can be either an or1ksim or JTAG server,
12248connected via parallel port to the board.
12249
12250Example: @code{target jtag jtag://localhost:9999}
12251
12252@kindex or1ksim
12253@item or1ksim @var{command}
12254If connected to @code{or1ksim} OpenRISC 1000 Architectural
12255Simulator, proprietary commands can be executed.
12256
12257@kindex info or1k spr
12258@item info or1k spr
12259Displays spr groups.
12260
12261@item info or1k spr @var{group}
12262@itemx info or1k spr @var{groupno}
12263Displays register names in selected group.
12264
12265@item info or1k spr @var{group} @var{register}
12266@itemx info or1k spr @var{register}
12267@itemx info or1k spr @var{groupno} @var{registerno}
12268@itemx info or1k spr @var{registerno}
12269Shows information about specified spr register.
12270
12271@kindex spr
12272@item spr @var{group} @var{register} @var{value}
12273@itemx spr @var{register @var{value}}
12274@itemx spr @var{groupno} @var{registerno @var{value}}
12275@itemx spr @var{registerno @var{value}}
12276Writes @var{value} to specified spr register.
12277@end table
12278
12279Some implementations of OpenRISC 1000 Architecture also have hardware trace.
12280It is very similar to @value{GDBN} trace, except it does not interfere with normal
12281program execution and is thus much faster. Hardware breakpoints/watchpoint
12282triggers can be set using:
12283@table @code
12284@item $LEA/$LDATA
12285Load effective address/data
12286@item $SEA/$SDATA
12287Store effective address/data
12288@item $AEA/$ADATA
12289Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
12290@item $FETCH
12291Fetch data
12292@end table
12293
12294When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
12295@code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
12296
12297@code{htrace} commands:
12298@cindex OpenRISC 1000 htrace
12299@table @code
12300@kindex hwatch
12301@item hwatch @var{conditional}
12302Set hardware watchpoint on combination of Load/Store Effecive Address(es)
12303or Data. For example:
12304
12305@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12306
12307@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12308
12309@kindex htrace info
12310@item htrace info
12311Display information about current HW trace configuration.
12312
12313@kindex htrace trigger
12314@item htrace trigger @var{conditional}
12315Set starting criteria for HW trace.
12316
12317@kindex htrace qualifier
12318@item htrace qualifier @var{conditional}
12319Set acquisition qualifier for HW trace.
12320
12321@kindex htrace stop
12322@item htrace stop @var{conditional}
12323Set HW trace stopping criteria.
12324
12325@kindex htrace record
f153cc92 12326@item htrace record [@var{data}]*
a37295f9
MM
12327Selects the data to be recorded, when qualifier is met and HW trace was
12328triggered.
12329
12330@kindex htrace enable
12331@item htrace enable
12332@kindex htrace disable
12333@itemx htrace disable
12334Enables/disables the HW trace.
12335
12336@kindex htrace rewind
f153cc92 12337@item htrace rewind [@var{filename}]
a37295f9
MM
12338Clears currently recorded trace data.
12339
12340If filename is specified, new trace file is made and any newly collected data
12341will be written there.
12342
12343@kindex htrace print
f153cc92 12344@item htrace print [@var{start} [@var{len}]]
a37295f9
MM
12345Prints trace buffer, using current record configuration.
12346
12347@kindex htrace mode continuous
12348@item htrace mode continuous
12349Set continuous trace mode.
12350
12351@kindex htrace mode suspend
12352@item htrace mode suspend
12353Set suspend trace mode.
12354
12355@end table
12356
8e04817f
AC
12357@node PowerPC
12358@subsection PowerPC
104c1213
JM
12359
12360@table @code
104c1213 12361
8e04817f
AC
12362@kindex target dink32
12363@item target dink32 @var{dev}
12364DINK32 ROM monitor.
104c1213 12365
8e04817f
AC
12366@kindex target ppcbug
12367@item target ppcbug @var{dev}
12368@kindex target ppcbug1
12369@item target ppcbug1 @var{dev}
12370PPCBUG ROM monitor for PowerPC.
104c1213 12371
8e04817f
AC
12372@kindex target sds
12373@item target sds @var{dev}
12374SDS monitor, running on a PowerPC board (such as Motorola's ADS).
12375
12376@end table
12377
12378@node PA
12379@subsection HP PA Embedded
104c1213
JM
12380
12381@table @code
12382
8e04817f
AC
12383@kindex target op50n
12384@item target op50n @var{dev}
12385OP50N monitor, running on an OKI HPPA board.
12386
12387@kindex target w89k
12388@item target w89k @var{dev}
12389W89K monitor, running on a Winbond HPPA board.
104c1213
JM
12390
12391@end table
12392
8e04817f 12393@node SH
172c2a43 12394@subsection Renesas SH
104c1213
JM
12395
12396@table @code
12397
172c2a43 12398@kindex target hms@r{, with Renesas SH}
8e04817f 12399@item target hms @var{dev}
172c2a43 12400A Renesas SH board attached via serial line to your host. Use special
8e04817f
AC
12401commands @code{device} and @code{speed} to control the serial line and
12402the communications speed used.
104c1213 12403
172c2a43 12404@kindex target e7000@r{, with Renesas SH}
8e04817f 12405@item target e7000 @var{dev}
172c2a43 12406E7000 emulator for Renesas SH.
104c1213 12407
8e04817f
AC
12408@kindex target sh3@r{, with SH}
12409@kindex target sh3e@r{, with SH}
12410@item target sh3 @var{dev}
12411@item target sh3e @var{dev}
172c2a43 12412Renesas SH-3 and SH-3E target systems.
104c1213 12413
8e04817f 12414@end table
104c1213 12415
8e04817f
AC
12416@node Sparclet
12417@subsection Tsqware Sparclet
104c1213 12418
8e04817f
AC
12419@cindex Sparclet
12420
12421@value{GDBN} enables developers to debug tasks running on
12422Sparclet targets from a Unix host.
12423@value{GDBN} uses code that runs on
12424both the Unix host and on the Sparclet target. The program
12425@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 12426
8e04817f
AC
12427@table @code
12428@item remotetimeout @var{args}
12429@kindex remotetimeout
12430@value{GDBN} supports the option @code{remotetimeout}.
12431This option is set by the user, and @var{args} represents the number of
12432seconds @value{GDBN} waits for responses.
104c1213
JM
12433@end table
12434
8e04817f
AC
12435@cindex compiling, on Sparclet
12436When compiling for debugging, include the options @samp{-g} to get debug
12437information and @samp{-Ttext} to relocate the program to where you wish to
12438load it on the target. You may also want to add the options @samp{-n} or
12439@samp{-N} in order to reduce the size of the sections. Example:
104c1213 12440
474c8240 12441@smallexample
8e04817f 12442sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 12443@end smallexample
104c1213 12444
8e04817f 12445You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 12446
474c8240 12447@smallexample
8e04817f 12448sparclet-aout-objdump --headers --syms prog
474c8240 12449@end smallexample
104c1213 12450
8e04817f
AC
12451@cindex running, on Sparclet
12452Once you have set
12453your Unix execution search path to find @value{GDBN}, you are ready to
12454run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
12455(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 12456
8e04817f
AC
12457@value{GDBN} comes up showing the prompt:
12458
474c8240 12459@smallexample
8e04817f 12460(gdbslet)
474c8240 12461@end smallexample
104c1213
JM
12462
12463@menu
8e04817f
AC
12464* Sparclet File:: Setting the file to debug
12465* Sparclet Connection:: Connecting to Sparclet
12466* Sparclet Download:: Sparclet download
12467* Sparclet Execution:: Running and debugging
104c1213
JM
12468@end menu
12469
8e04817f
AC
12470@node Sparclet File
12471@subsubsection Setting file to debug
104c1213 12472
8e04817f 12473The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 12474
474c8240 12475@smallexample
8e04817f 12476(gdbslet) file prog
474c8240 12477@end smallexample
104c1213 12478
8e04817f
AC
12479@need 1000
12480@value{GDBN} then attempts to read the symbol table of @file{prog}.
12481@value{GDBN} locates
12482the file by searching the directories listed in the command search
12483path.
12484If the file was compiled with debug information (option "-g"), source
12485files will be searched as well.
12486@value{GDBN} locates
12487the source files by searching the directories listed in the directory search
12488path (@pxref{Environment, ,Your program's environment}).
12489If it fails
12490to find a file, it displays a message such as:
104c1213 12491
474c8240 12492@smallexample
8e04817f 12493prog: No such file or directory.
474c8240 12494@end smallexample
104c1213 12495
8e04817f
AC
12496When this happens, add the appropriate directories to the search paths with
12497the @value{GDBN} commands @code{path} and @code{dir}, and execute the
12498@code{target} command again.
104c1213 12499
8e04817f
AC
12500@node Sparclet Connection
12501@subsubsection Connecting to Sparclet
104c1213 12502
8e04817f
AC
12503The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
12504To connect to a target on serial port ``@code{ttya}'', type:
104c1213 12505
474c8240 12506@smallexample
8e04817f
AC
12507(gdbslet) target sparclet /dev/ttya
12508Remote target sparclet connected to /dev/ttya
12509main () at ../prog.c:3
474c8240 12510@end smallexample
104c1213 12511
8e04817f
AC
12512@need 750
12513@value{GDBN} displays messages like these:
104c1213 12514
474c8240 12515@smallexample
8e04817f 12516Connected to ttya.
474c8240 12517@end smallexample
104c1213 12518
8e04817f
AC
12519@node Sparclet Download
12520@subsubsection Sparclet download
104c1213 12521
8e04817f
AC
12522@cindex download to Sparclet
12523Once connected to the Sparclet target,
12524you can use the @value{GDBN}
12525@code{load} command to download the file from the host to the target.
12526The file name and load offset should be given as arguments to the @code{load}
12527command.
12528Since the file format is aout, the program must be loaded to the starting
12529address. You can use @code{objdump} to find out what this value is. The load
12530offset is an offset which is added to the VMA (virtual memory address)
12531of each of the file's sections.
12532For instance, if the program
12533@file{prog} was linked to text address 0x1201000, with data at 0x12010160
12534and bss at 0x12010170, in @value{GDBN}, type:
104c1213 12535
474c8240 12536@smallexample
8e04817f
AC
12537(gdbslet) load prog 0x12010000
12538Loading section .text, size 0xdb0 vma 0x12010000
474c8240 12539@end smallexample
104c1213 12540
8e04817f
AC
12541If the code is loaded at a different address then what the program was linked
12542to, you may need to use the @code{section} and @code{add-symbol-file} commands
12543to tell @value{GDBN} where to map the symbol table.
12544
12545@node Sparclet Execution
12546@subsubsection Running and debugging
12547
12548@cindex running and debugging Sparclet programs
12549You can now begin debugging the task using @value{GDBN}'s execution control
12550commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
12551manual for the list of commands.
12552
474c8240 12553@smallexample
8e04817f
AC
12554(gdbslet) b main
12555Breakpoint 1 at 0x12010000: file prog.c, line 3.
12556(gdbslet) run
12557Starting program: prog
12558Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
125593 char *symarg = 0;
12560(gdbslet) step
125614 char *execarg = "hello!";
12562(gdbslet)
474c8240 12563@end smallexample
8e04817f
AC
12564
12565@node Sparclite
12566@subsection Fujitsu Sparclite
104c1213
JM
12567
12568@table @code
12569
8e04817f
AC
12570@kindex target sparclite
12571@item target sparclite @var{dev}
12572Fujitsu sparclite boards, used only for the purpose of loading.
12573You must use an additional command to debug the program.
12574For example: target remote @var{dev} using @value{GDBN} standard
12575remote protocol.
104c1213
JM
12576
12577@end table
12578
8e04817f
AC
12579@node ST2000
12580@subsection Tandem ST2000
104c1213 12581
8e04817f
AC
12582@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
12583STDBUG protocol.
104c1213 12584
8e04817f
AC
12585To connect your ST2000 to the host system, see the manufacturer's
12586manual. Once the ST2000 is physically attached, you can run:
104c1213 12587
474c8240 12588@smallexample
8e04817f 12589target st2000 @var{dev} @var{speed}
474c8240 12590@end smallexample
104c1213 12591
8e04817f
AC
12592@noindent
12593to establish it as your debugging environment. @var{dev} is normally
12594the name of a serial device, such as @file{/dev/ttya}, connected to the
12595ST2000 via a serial line. You can instead specify @var{dev} as a TCP
12596connection (for example, to a serial line attached via a terminal
12597concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
104c1213 12598
8e04817f
AC
12599The @code{load} and @code{attach} commands are @emph{not} defined for
12600this target; you must load your program into the ST2000 as you normally
12601would for standalone operation. @value{GDBN} reads debugging information
12602(such as symbols) from a separate, debugging version of the program
12603available on your host computer.
12604@c FIXME!! This is terribly vague; what little content is here is
12605@c basically hearsay.
104c1213 12606
8e04817f
AC
12607@cindex ST2000 auxiliary commands
12608These auxiliary @value{GDBN} commands are available to help you with the ST2000
12609environment:
104c1213 12610
8e04817f
AC
12611@table @code
12612@item st2000 @var{command}
12613@kindex st2000 @var{cmd}
12614@cindex STDBUG commands (ST2000)
12615@cindex commands to STDBUG (ST2000)
12616Send a @var{command} to the STDBUG monitor. See the manufacturer's
12617manual for available commands.
104c1213 12618
8e04817f
AC
12619@item connect
12620@cindex connect (to STDBUG)
12621Connect the controlling terminal to the STDBUG command monitor. When
12622you are done interacting with STDBUG, typing either of two character
12623sequences gets you back to the @value{GDBN} command prompt:
12624@kbd{@key{RET}~.} (Return, followed by tilde and period) or
12625@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
104c1213
JM
12626@end table
12627
8e04817f
AC
12628@node Z8000
12629@subsection Zilog Z8000
104c1213 12630
8e04817f
AC
12631@cindex Z8000
12632@cindex simulator, Z8000
12633@cindex Zilog Z8000 simulator
104c1213 12634
8e04817f
AC
12635When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
12636a Z8000 simulator.
12637
12638For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
12639unsegmented variant of the Z8000 architecture) or the Z8001 (the
12640segmented variant). The simulator recognizes which architecture is
12641appropriate by inspecting the object code.
104c1213 12642
8e04817f
AC
12643@table @code
12644@item target sim @var{args}
12645@kindex sim
12646@kindex target sim@r{, with Z8000}
12647Debug programs on a simulated CPU. If the simulator supports setup
12648options, specify them via @var{args}.
104c1213
JM
12649@end table
12650
8e04817f
AC
12651@noindent
12652After specifying this target, you can debug programs for the simulated
12653CPU in the same style as programs for your host computer; use the
12654@code{file} command to load a new program image, the @code{run} command
12655to run your program, and so on.
12656
12657As well as making available all the usual machine registers
12658(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
12659additional items of information as specially named registers:
104c1213
JM
12660
12661@table @code
12662
8e04817f
AC
12663@item cycles
12664Counts clock-ticks in the simulator.
104c1213 12665
8e04817f
AC
12666@item insts
12667Counts instructions run in the simulator.
104c1213 12668
8e04817f
AC
12669@item time
12670Execution time in 60ths of a second.
104c1213 12671
8e04817f 12672@end table
104c1213 12673
8e04817f
AC
12674You can refer to these values in @value{GDBN} expressions with the usual
12675conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
12676conditional breakpoint that suspends only after at least 5000
12677simulated clock ticks.
104c1213 12678
8e04817f
AC
12679@node Architectures
12680@section Architectures
104c1213 12681
8e04817f
AC
12682This section describes characteristics of architectures that affect
12683all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 12684
8e04817f
AC
12685@menu
12686* A29K::
12687* Alpha::
12688* MIPS::
12689@end menu
104c1213 12690
8e04817f
AC
12691@node A29K
12692@subsection A29K
104c1213
JM
12693
12694@table @code
104c1213 12695
8e04817f
AC
12696@kindex set rstack_high_address
12697@cindex AMD 29K register stack
12698@cindex register stack, AMD29K
12699@item set rstack_high_address @var{address}
12700On AMD 29000 family processors, registers are saved in a separate
12701@dfn{register stack}. There is no way for @value{GDBN} to determine the
12702extent of this stack. Normally, @value{GDBN} just assumes that the
12703stack is ``large enough''. This may result in @value{GDBN} referencing
12704memory locations that do not exist. If necessary, you can get around
12705this problem by specifying the ending address of the register stack with
12706the @code{set rstack_high_address} command. The argument should be an
12707address, which you probably want to precede with @samp{0x} to specify in
12708hexadecimal.
104c1213 12709
8e04817f
AC
12710@kindex show rstack_high_address
12711@item show rstack_high_address
12712Display the current limit of the register stack, on AMD 29000 family
12713processors.
104c1213 12714
8e04817f 12715@end table
104c1213 12716
8e04817f
AC
12717@node Alpha
12718@subsection Alpha
104c1213 12719
8e04817f 12720See the following section.
104c1213 12721
8e04817f
AC
12722@node MIPS
12723@subsection MIPS
104c1213 12724
8e04817f
AC
12725@cindex stack on Alpha
12726@cindex stack on MIPS
12727@cindex Alpha stack
12728@cindex MIPS stack
12729Alpha- and MIPS-based computers use an unusual stack frame, which
12730sometimes requires @value{GDBN} to search backward in the object code to
12731find the beginning of a function.
104c1213 12732
8e04817f
AC
12733@cindex response time, MIPS debugging
12734To improve response time (especially for embedded applications, where
12735@value{GDBN} may be restricted to a slow serial line for this search)
12736you may want to limit the size of this search, using one of these
12737commands:
104c1213 12738
8e04817f
AC
12739@table @code
12740@cindex @code{heuristic-fence-post} (Alpha, MIPS)
12741@item set heuristic-fence-post @var{limit}
12742Restrict @value{GDBN} to examining at most @var{limit} bytes in its
12743search for the beginning of a function. A value of @var{0} (the
12744default) means there is no limit. However, except for @var{0}, the
12745larger the limit the more bytes @code{heuristic-fence-post} must search
12746and therefore the longer it takes to run.
104c1213 12747
8e04817f
AC
12748@item show heuristic-fence-post
12749Display the current limit.
12750@end table
104c1213
JM
12751
12752@noindent
8e04817f
AC
12753These commands are available @emph{only} when @value{GDBN} is configured
12754for debugging programs on Alpha or MIPS processors.
104c1213 12755
104c1213 12756
8e04817f
AC
12757@node Controlling GDB
12758@chapter Controlling @value{GDBN}
12759
12760You can alter the way @value{GDBN} interacts with you by using the
12761@code{set} command. For commands controlling how @value{GDBN} displays
12762data, see @ref{Print Settings, ,Print settings}. Other settings are
12763described here.
12764
12765@menu
12766* Prompt:: Prompt
12767* Editing:: Command editing
12768* History:: Command history
12769* Screen Size:: Screen size
12770* Numbers:: Numbers
1e698235 12771* ABI:: Configuring the current ABI
8e04817f
AC
12772* Messages/Warnings:: Optional warnings and messages
12773* Debugging Output:: Optional messages about internal happenings
12774@end menu
12775
12776@node Prompt
12777@section Prompt
104c1213 12778
8e04817f 12779@cindex prompt
104c1213 12780
8e04817f
AC
12781@value{GDBN} indicates its readiness to read a command by printing a string
12782called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
12783can change the prompt string with the @code{set prompt} command. For
12784instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
12785the prompt in one of the @value{GDBN} sessions so that you can always tell
12786which one you are talking to.
104c1213 12787
8e04817f
AC
12788@emph{Note:} @code{set prompt} does not add a space for you after the
12789prompt you set. This allows you to set a prompt which ends in a space
12790or a prompt that does not.
104c1213 12791
8e04817f
AC
12792@table @code
12793@kindex set prompt
12794@item set prompt @var{newprompt}
12795Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 12796
8e04817f
AC
12797@kindex show prompt
12798@item show prompt
12799Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
12800@end table
12801
8e04817f
AC
12802@node Editing
12803@section Command editing
12804@cindex readline
12805@cindex command line editing
104c1213 12806
8e04817f
AC
12807@value{GDBN} reads its input commands via the @dfn{readline} interface. This
12808@sc{gnu} library provides consistent behavior for programs which provide a
12809command line interface to the user. Advantages are @sc{gnu} Emacs-style
12810or @dfn{vi}-style inline editing of commands, @code{csh}-like history
12811substitution, and a storage and recall of command history across
12812debugging sessions.
104c1213 12813
8e04817f
AC
12814You may control the behavior of command line editing in @value{GDBN} with the
12815command @code{set}.
104c1213 12816
8e04817f
AC
12817@table @code
12818@kindex set editing
12819@cindex editing
12820@item set editing
12821@itemx set editing on
12822Enable command line editing (enabled by default).
104c1213 12823
8e04817f
AC
12824@item set editing off
12825Disable command line editing.
104c1213 12826
8e04817f
AC
12827@kindex show editing
12828@item show editing
12829Show whether command line editing is enabled.
104c1213
JM
12830@end table
12831
8e04817f
AC
12832@node History
12833@section Command history
12834
12835@value{GDBN} can keep track of the commands you type during your
12836debugging sessions, so that you can be certain of precisely what
12837happened. Use these commands to manage the @value{GDBN} command
12838history facility.
104c1213
JM
12839
12840@table @code
8e04817f
AC
12841@cindex history substitution
12842@cindex history file
12843@kindex set history filename
12844@kindex GDBHISTFILE
12845@item set history filename @var{fname}
12846Set the name of the @value{GDBN} command history file to @var{fname}.
12847This is the file where @value{GDBN} reads an initial command history
12848list, and where it writes the command history from this session when it
12849exits. You can access this list through history expansion or through
12850the history command editing characters listed below. This file defaults
12851to the value of the environment variable @code{GDBHISTFILE}, or to
12852@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
12853is not set.
104c1213 12854
8e04817f
AC
12855@cindex history save
12856@kindex set history save
12857@item set history save
12858@itemx set history save on
12859Record command history in a file, whose name may be specified with the
12860@code{set history filename} command. By default, this option is disabled.
104c1213 12861
8e04817f
AC
12862@item set history save off
12863Stop recording command history in a file.
104c1213 12864
8e04817f
AC
12865@cindex history size
12866@kindex set history size
12867@item set history size @var{size}
12868Set the number of commands which @value{GDBN} keeps in its history list.
12869This defaults to the value of the environment variable
12870@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
12871@end table
12872
8e04817f
AC
12873@cindex history expansion
12874History expansion assigns special meaning to the character @kbd{!}.
12875@ifset have-readline-appendices
12876@xref{Event Designators}.
12877@end ifset
12878
12879Since @kbd{!} is also the logical not operator in C, history expansion
12880is off by default. If you decide to enable history expansion with the
12881@code{set history expansion on} command, you may sometimes need to
12882follow @kbd{!} (when it is used as logical not, in an expression) with
12883a space or a tab to prevent it from being expanded. The readline
12884history facilities do not attempt substitution on the strings
12885@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
12886
12887The commands to control history expansion are:
104c1213
JM
12888
12889@table @code
8e04817f
AC
12890@kindex set history expansion
12891@item set history expansion on
12892@itemx set history expansion
12893Enable history expansion. History expansion is off by default.
104c1213 12894
8e04817f
AC
12895@item set history expansion off
12896Disable history expansion.
104c1213 12897
8e04817f
AC
12898The readline code comes with more complete documentation of
12899editing and history expansion features. Users unfamiliar with @sc{gnu} Emacs
12900or @code{vi} may wish to read it.
12901@ifset have-readline-appendices
12902@xref{Command Line Editing}.
12903@end ifset
104c1213 12904
8e04817f
AC
12905@c @group
12906@kindex show history
12907@item show history
12908@itemx show history filename
12909@itemx show history save
12910@itemx show history size
12911@itemx show history expansion
12912These commands display the state of the @value{GDBN} history parameters.
12913@code{show history} by itself displays all four states.
12914@c @end group
12915@end table
12916
12917@table @code
12918@kindex shows
12919@item show commands
12920Display the last ten commands in the command history.
104c1213 12921
8e04817f
AC
12922@item show commands @var{n}
12923Print ten commands centered on command number @var{n}.
12924
12925@item show commands +
12926Print ten commands just after the commands last printed.
104c1213
JM
12927@end table
12928
8e04817f
AC
12929@node Screen Size
12930@section Screen size
12931@cindex size of screen
12932@cindex pauses in output
104c1213 12933
8e04817f
AC
12934Certain commands to @value{GDBN} may produce large amounts of
12935information output to the screen. To help you read all of it,
12936@value{GDBN} pauses and asks you for input at the end of each page of
12937output. Type @key{RET} when you want to continue the output, or @kbd{q}
12938to discard the remaining output. Also, the screen width setting
12939determines when to wrap lines of output. Depending on what is being
12940printed, @value{GDBN} tries to break the line at a readable place,
12941rather than simply letting it overflow onto the following line.
12942
12943Normally @value{GDBN} knows the size of the screen from the terminal
12944driver software. For example, on Unix @value{GDBN} uses the termcap data base
12945together with the value of the @code{TERM} environment variable and the
12946@code{stty rows} and @code{stty cols} settings. If this is not correct,
12947you can override it with the @code{set height} and @code{set
12948width} commands:
12949
12950@table @code
12951@kindex set height
12952@kindex set width
12953@kindex show width
12954@kindex show height
12955@item set height @var{lpp}
12956@itemx show height
12957@itemx set width @var{cpl}
12958@itemx show width
12959These @code{set} commands specify a screen height of @var{lpp} lines and
12960a screen width of @var{cpl} characters. The associated @code{show}
12961commands display the current settings.
104c1213 12962
8e04817f
AC
12963If you specify a height of zero lines, @value{GDBN} does not pause during
12964output no matter how long the output is. This is useful if output is to a
12965file or to an editor buffer.
104c1213 12966
8e04817f
AC
12967Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
12968from wrapping its output.
104c1213
JM
12969@end table
12970
8e04817f
AC
12971@node Numbers
12972@section Numbers
12973@cindex number representation
12974@cindex entering numbers
104c1213 12975
8e04817f
AC
12976You can always enter numbers in octal, decimal, or hexadecimal in
12977@value{GDBN} by the usual conventions: octal numbers begin with
12978@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
12979begin with @samp{0x}. Numbers that begin with none of these are, by
12980default, entered in base 10; likewise, the default display for
12981numbers---when no particular format is specified---is base 10. You can
12982change the default base for both input and output with the @code{set
12983radix} command.
104c1213 12984
8e04817f
AC
12985@table @code
12986@kindex set input-radix
12987@item set input-radix @var{base}
12988Set the default base for numeric input. Supported choices
12989for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
12990specified either unambiguously or using the current default radix; for
12991example, any of
104c1213 12992
8e04817f
AC
12993@smallexample
12994set radix 012
12995set radix 10.
12996set radix 0xa
12997@end smallexample
104c1213 12998
8e04817f
AC
12999@noindent
13000sets the base to decimal. On the other hand, @samp{set radix 10}
13001leaves the radix unchanged no matter what it was.
104c1213 13002
8e04817f
AC
13003@kindex set output-radix
13004@item set output-radix @var{base}
13005Set the default base for numeric display. Supported choices
13006for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
13007specified either unambiguously or using the current default radix.
104c1213 13008
8e04817f
AC
13009@kindex show input-radix
13010@item show input-radix
13011Display the current default base for numeric input.
104c1213 13012
8e04817f
AC
13013@kindex show output-radix
13014@item show output-radix
13015Display the current default base for numeric display.
13016@end table
104c1213 13017
1e698235
DJ
13018@node ABI
13019@section Configuring the current ABI
13020
13021@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
13022application automatically. However, sometimes you need to override its
13023conclusions. Use these commands to manage @value{GDBN}'s view of the
13024current ABI.
13025
98b45e30
DJ
13026@cindex OS ABI
13027@kindex set osabi
b4e9345d 13028@kindex show osabi
98b45e30
DJ
13029
13030One @value{GDBN} configuration can debug binaries for multiple operating
13031system targets, either via remote debugging or native emulation.
13032@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
13033but you can override its conclusion using the @code{set osabi} command.
13034One example where this is useful is in debugging of binaries which use
13035an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
13036not have the same identifying marks that the standard C library for your
13037platform provides.
13038
13039@table @code
13040@item show osabi
13041Show the OS ABI currently in use.
13042
13043@item set osabi
13044With no argument, show the list of registered available OS ABI's.
13045
13046@item set osabi @var{abi}
13047Set the current OS ABI to @var{abi}.
13048@end table
13049
1e698235
DJ
13050@cindex float promotion
13051@kindex set coerce-float-to-double
13052
13053Generally, the way that an argument of type @code{float} is passed to a
13054function depends on whether the function is prototyped. For a prototyped
13055(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
13056according to the architecture's convention for @code{float}. For unprototyped
13057(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
13058@code{double} and then passed.
13059
13060Unfortunately, some forms of debug information do not reliably indicate whether
13061a function is prototyped. If @value{GDBN} calls a function that is not marked
13062as prototyped, it consults @kbd{set coerce-float-to-double}.
13063
13064@table @code
13065@item set coerce-float-to-double
13066@itemx set coerce-float-to-double on
13067Arguments of type @code{float} will be promoted to @code{double} when passed
13068to an unprototyped function. This is the default setting.
13069
13070@item set coerce-float-to-double off
13071Arguments of type @code{float} will be passed directly to unprototyped
13072functions.
13073@end table
13074
f1212245
DJ
13075@kindex set cp-abi
13076@kindex show cp-abi
13077@value{GDBN} needs to know the ABI used for your program's C@t{++}
13078objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
13079used to build your application. @value{GDBN} only fully supports
13080programs with a single C@t{++} ABI; if your program contains code using
13081multiple C@t{++} ABI's or if @value{GDBN} can not identify your
13082program's ABI correctly, you can tell @value{GDBN} which ABI to use.
13083Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
13084before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
13085``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
13086use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
13087``auto''.
13088
13089@table @code
13090@item show cp-abi
13091Show the C@t{++} ABI currently in use.
13092
13093@item set cp-abi
13094With no argument, show the list of supported C@t{++} ABI's.
13095
13096@item set cp-abi @var{abi}
13097@itemx set cp-abi auto
13098Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
13099@end table
13100
8e04817f
AC
13101@node Messages/Warnings
13102@section Optional warnings and messages
104c1213 13103
8e04817f
AC
13104By default, @value{GDBN} is silent about its inner workings. If you are
13105running on a slow machine, you may want to use the @code{set verbose}
13106command. This makes @value{GDBN} tell you when it does a lengthy
13107internal operation, so you will not think it has crashed.
104c1213 13108
8e04817f
AC
13109Currently, the messages controlled by @code{set verbose} are those
13110which announce that the symbol table for a source file is being read;
13111see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
104c1213 13112
8e04817f
AC
13113@table @code
13114@kindex set verbose
13115@item set verbose on
13116Enables @value{GDBN} output of certain informational messages.
104c1213 13117
8e04817f
AC
13118@item set verbose off
13119Disables @value{GDBN} output of certain informational messages.
104c1213 13120
8e04817f
AC
13121@kindex show verbose
13122@item show verbose
13123Displays whether @code{set verbose} is on or off.
13124@end table
104c1213 13125
8e04817f
AC
13126By default, if @value{GDBN} encounters bugs in the symbol table of an
13127object file, it is silent; but if you are debugging a compiler, you may
13128find this information useful (@pxref{Symbol Errors, ,Errors reading
13129symbol files}).
104c1213 13130
8e04817f 13131@table @code
104c1213 13132
8e04817f
AC
13133@kindex set complaints
13134@item set complaints @var{limit}
13135Permits @value{GDBN} to output @var{limit} complaints about each type of
13136unusual symbols before becoming silent about the problem. Set
13137@var{limit} to zero to suppress all complaints; set it to a large number
13138to prevent complaints from being suppressed.
104c1213 13139
8e04817f
AC
13140@kindex show complaints
13141@item show complaints
13142Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 13143
8e04817f 13144@end table
104c1213 13145
8e04817f
AC
13146By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
13147lot of stupid questions to confirm certain commands. For example, if
13148you try to run a program which is already running:
104c1213 13149
474c8240 13150@smallexample
8e04817f
AC
13151(@value{GDBP}) run
13152The program being debugged has been started already.
13153Start it from the beginning? (y or n)
474c8240 13154@end smallexample
104c1213 13155
8e04817f
AC
13156If you are willing to unflinchingly face the consequences of your own
13157commands, you can disable this ``feature'':
104c1213 13158
8e04817f 13159@table @code
104c1213 13160
8e04817f
AC
13161@kindex set confirm
13162@cindex flinching
13163@cindex confirmation
13164@cindex stupid questions
13165@item set confirm off
13166Disables confirmation requests.
104c1213 13167
8e04817f
AC
13168@item set confirm on
13169Enables confirmation requests (the default).
104c1213 13170
8e04817f
AC
13171@kindex show confirm
13172@item show confirm
13173Displays state of confirmation requests.
13174
13175@end table
104c1213 13176
8e04817f
AC
13177@node Debugging Output
13178@section Optional messages about internal happenings
104c1213 13179@table @code
8e04817f
AC
13180@kindex set debug arch
13181@item set debug arch
13182Turns on or off display of gdbarch debugging info. The default is off
13183@kindex show debug arch
13184@item show debug arch
13185Displays the current state of displaying gdbarch debugging info.
13186@kindex set debug event
13187@item set debug event
13188Turns on or off display of @value{GDBN} event debugging info. The
13189default is off.
13190@kindex show debug event
13191@item show debug event
13192Displays the current state of displaying @value{GDBN} event debugging
13193info.
13194@kindex set debug expression
13195@item set debug expression
13196Turns on or off display of @value{GDBN} expression debugging info. The
13197default is off.
13198@kindex show debug expression
13199@item show debug expression
13200Displays the current state of displaying @value{GDBN} expression
13201debugging info.
7453dc06
AC
13202@kindex set debug frame
13203@item set debug frame
13204Turns on or off display of @value{GDBN} frame debugging info. The
13205default is off.
13206@kindex show debug frame
13207@item show debug frame
13208Displays the current state of displaying @value{GDBN} frame debugging
13209info.
8e04817f
AC
13210@kindex set debug overload
13211@item set debug overload
13212Turns on or off display of @value{GDBN} C@t{++} overload debugging
13213info. This includes info such as ranking of functions, etc. The default
13214is off.
13215@kindex show debug overload
13216@item show debug overload
13217Displays the current state of displaying @value{GDBN} C@t{++} overload
13218debugging info.
13219@kindex set debug remote
13220@cindex packets, reporting on stdout
13221@cindex serial connections, debugging
13222@item set debug remote
13223Turns on or off display of reports on all packets sent back and forth across
13224the serial line to the remote machine. The info is printed on the
13225@value{GDBN} standard output stream. The default is off.
13226@kindex show debug remote
13227@item show debug remote
13228Displays the state of display of remote packets.
13229@kindex set debug serial
13230@item set debug serial
13231Turns on or off display of @value{GDBN} serial debugging info. The
13232default is off.
13233@kindex show debug serial
13234@item show debug serial
13235Displays the current state of displaying @value{GDBN} serial debugging
13236info.
13237@kindex set debug target
13238@item set debug target
13239Turns on or off display of @value{GDBN} target debugging info. This info
13240includes what is going on at the target level of GDB, as it happens. The
13241default is off.
13242@kindex show debug target
13243@item show debug target
13244Displays the current state of displaying @value{GDBN} target debugging
13245info.
13246@kindex set debug varobj
13247@item set debug varobj
13248Turns on or off display of @value{GDBN} variable object debugging
13249info. The default is off.
13250@kindex show debug varobj
13251@item show debug varobj
13252Displays the current state of displaying @value{GDBN} variable object
13253debugging info.
13254@end table
104c1213 13255
8e04817f
AC
13256@node Sequences
13257@chapter Canned Sequences of Commands
104c1213 13258
8e04817f
AC
13259Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
13260command lists}), @value{GDBN} provides two ways to store sequences of
13261commands for execution as a unit: user-defined commands and command
13262files.
104c1213 13263
8e04817f
AC
13264@menu
13265* Define:: User-defined commands
13266* Hooks:: User-defined command hooks
13267* Command Files:: Command files
13268* Output:: Commands for controlled output
13269@end menu
104c1213 13270
8e04817f
AC
13271@node Define
13272@section User-defined commands
104c1213 13273
8e04817f
AC
13274@cindex user-defined command
13275A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
13276which you assign a new name as a command. This is done with the
13277@code{define} command. User commands may accept up to 10 arguments
13278separated by whitespace. Arguments are accessed within the user command
13279via @var{$arg0@dots{}$arg9}. A trivial example:
104c1213 13280
8e04817f
AC
13281@smallexample
13282define adder
13283 print $arg0 + $arg1 + $arg2
13284@end smallexample
104c1213
JM
13285
13286@noindent
8e04817f 13287To execute the command use:
104c1213 13288
8e04817f
AC
13289@smallexample
13290adder 1 2 3
13291@end smallexample
104c1213 13292
8e04817f
AC
13293@noindent
13294This defines the command @code{adder}, which prints the sum of
13295its three arguments. Note the arguments are text substitutions, so they may
13296reference variables, use complex expressions, or even perform inferior
13297functions calls.
104c1213
JM
13298
13299@table @code
104c1213 13300
8e04817f
AC
13301@kindex define
13302@item define @var{commandname}
13303Define a command named @var{commandname}. If there is already a command
13304by that name, you are asked to confirm that you want to redefine it.
104c1213 13305
8e04817f
AC
13306The definition of the command is made up of other @value{GDBN} command lines,
13307which are given following the @code{define} command. The end of these
13308commands is marked by a line containing @code{end}.
104c1213 13309
8e04817f
AC
13310@kindex if
13311@kindex else
13312@item if
13313Takes a single argument, which is an expression to evaluate.
13314It is followed by a series of commands that are executed
13315only if the expression is true (nonzero).
13316There can then optionally be a line @code{else}, followed
13317by a series of commands that are only executed if the expression
13318was false. The end of the list is marked by a line containing @code{end}.
104c1213 13319
8e04817f
AC
13320@kindex while
13321@item while
13322The syntax is similar to @code{if}: the command takes a single argument,
13323which is an expression to evaluate, and must be followed by the commands to
13324execute, one per line, terminated by an @code{end}.
13325The commands are executed repeatedly as long as the expression
13326evaluates to true.
104c1213 13327
8e04817f
AC
13328@kindex document
13329@item document @var{commandname}
13330Document the user-defined command @var{commandname}, so that it can be
13331accessed by @code{help}. The command @var{commandname} must already be
13332defined. This command reads lines of documentation just as @code{define}
13333reads the lines of the command definition, ending with @code{end}.
13334After the @code{document} command is finished, @code{help} on command
13335@var{commandname} displays the documentation you have written.
104c1213 13336
8e04817f
AC
13337You may use the @code{document} command again to change the
13338documentation of a command. Redefining the command with @code{define}
13339does not change the documentation.
104c1213 13340
8e04817f
AC
13341@kindex help user-defined
13342@item help user-defined
13343List all user-defined commands, with the first line of the documentation
13344(if any) for each.
104c1213 13345
8e04817f
AC
13346@kindex show user
13347@item show user
13348@itemx show user @var{commandname}
13349Display the @value{GDBN} commands used to define @var{commandname} (but
13350not its documentation). If no @var{commandname} is given, display the
13351definitions for all user-defined commands.
104c1213 13352
20f01a46
DH
13353@kindex show max-user-call-depth
13354@kindex set max-user-call-depth
13355@item show max-user-call-depth
5ca0cb28
DH
13356@itemx set max-user-call-depth
13357The value of @code{max-user-call-depth} controls how many recursion
13358levels are allowed in user-defined commands before GDB suspects an
13359infinite recursion and aborts the command.
20f01a46 13360
104c1213
JM
13361@end table
13362
8e04817f
AC
13363When user-defined commands are executed, the
13364commands of the definition are not printed. An error in any command
13365stops execution of the user-defined command.
104c1213 13366
8e04817f
AC
13367If used interactively, commands that would ask for confirmation proceed
13368without asking when used inside a user-defined command. Many @value{GDBN}
13369commands that normally print messages to say what they are doing omit the
13370messages when used in a user-defined command.
104c1213 13371
8e04817f
AC
13372@node Hooks
13373@section User-defined command hooks
13374@cindex command hooks
13375@cindex hooks, for commands
13376@cindex hooks, pre-command
104c1213 13377
8e04817f
AC
13378@kindex hook
13379@kindex hook-
13380You may define @dfn{hooks}, which are a special kind of user-defined
13381command. Whenever you run the command @samp{foo}, if the user-defined
13382command @samp{hook-foo} exists, it is executed (with no arguments)
13383before that command.
104c1213 13384
8e04817f
AC
13385@cindex hooks, post-command
13386@kindex hookpost
13387@kindex hookpost-
13388A hook may also be defined which is run after the command you executed.
13389Whenever you run the command @samp{foo}, if the user-defined command
13390@samp{hookpost-foo} exists, it is executed (with no arguments) after
13391that command. Post-execution hooks may exist simultaneously with
13392pre-execution hooks, for the same command.
104c1213 13393
8e04817f
AC
13394It is valid for a hook to call the command which it hooks. If this
13395occurs, the hook is not re-executed, thereby avoiding infinte recursion.
104c1213 13396
8e04817f
AC
13397@c It would be nice if hookpost could be passed a parameter indicating
13398@c if the command it hooks executed properly or not. FIXME!
104c1213 13399
8e04817f
AC
13400@kindex stop@r{, a pseudo-command}
13401In addition, a pseudo-command, @samp{stop} exists. Defining
13402(@samp{hook-stop}) makes the associated commands execute every time
13403execution stops in your program: before breakpoint commands are run,
13404displays are printed, or the stack frame is printed.
104c1213 13405
8e04817f
AC
13406For example, to ignore @code{SIGALRM} signals while
13407single-stepping, but treat them normally during normal execution,
13408you could define:
104c1213 13409
474c8240 13410@smallexample
8e04817f
AC
13411define hook-stop
13412handle SIGALRM nopass
13413end
104c1213 13414
8e04817f
AC
13415define hook-run
13416handle SIGALRM pass
13417end
104c1213 13418
8e04817f
AC
13419define hook-continue
13420handle SIGLARM pass
13421end
474c8240 13422@end smallexample
104c1213 13423
8e04817f
AC
13424As a further example, to hook at the begining and end of the @code{echo}
13425command, and to add extra text to the beginning and end of the message,
13426you could define:
104c1213 13427
474c8240 13428@smallexample
8e04817f
AC
13429define hook-echo
13430echo <<<---
13431end
104c1213 13432
8e04817f
AC
13433define hookpost-echo
13434echo --->>>\n
13435end
104c1213 13436
8e04817f
AC
13437(@value{GDBP}) echo Hello World
13438<<<---Hello World--->>>
13439(@value{GDBP})
104c1213 13440
474c8240 13441@end smallexample
104c1213 13442
8e04817f
AC
13443You can define a hook for any single-word command in @value{GDBN}, but
13444not for command aliases; you should define a hook for the basic command
13445name, e.g. @code{backtrace} rather than @code{bt}.
13446@c FIXME! So how does Joe User discover whether a command is an alias
13447@c or not?
13448If an error occurs during the execution of your hook, execution of
13449@value{GDBN} commands stops and @value{GDBN} issues a prompt
13450(before the command that you actually typed had a chance to run).
104c1213 13451
8e04817f
AC
13452If you try to define a hook which does not match any known command, you
13453get a warning from the @code{define} command.
c906108c 13454
8e04817f
AC
13455@node Command Files
13456@section Command files
c906108c 13457
8e04817f
AC
13458@cindex command files
13459A command file for @value{GDBN} is a file of lines that are @value{GDBN}
13460commands. Comments (lines starting with @kbd{#}) may also be included.
13461An empty line in a command file does nothing; it does not mean to repeat
13462the last command, as it would from the terminal.
c906108c 13463
8e04817f
AC
13464@cindex init file
13465@cindex @file{.gdbinit}
13466@cindex @file{gdb.ini}
13467When you start @value{GDBN}, it automatically executes commands from its
13468@dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
13469port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
13470limitations of file names imposed by DOS filesystems.}.
13471During startup, @value{GDBN} does the following:
c906108c 13472
8e04817f
AC
13473@enumerate
13474@item
13475Reads the init file (if any) in your home directory@footnote{On
13476DOS/Windows systems, the home directory is the one pointed to by the
13477@code{HOME} environment variable.}.
c906108c 13478
8e04817f
AC
13479@item
13480Processes command line options and operands.
c906108c 13481
8e04817f
AC
13482@item
13483Reads the init file (if any) in the current working directory.
c906108c 13484
8e04817f
AC
13485@item
13486Reads command files specified by the @samp{-x} option.
13487@end enumerate
c906108c 13488
8e04817f
AC
13489The init file in your home directory can set options (such as @samp{set
13490complaints}) that affect subsequent processing of command line options
13491and operands. Init files are not executed if you use the @samp{-nx}
13492option (@pxref{Mode Options, ,Choosing modes}).
c906108c 13493
8e04817f
AC
13494@cindex init file name
13495On some configurations of @value{GDBN}, the init file is known by a
13496different name (these are typically environments where a specialized
13497form of @value{GDBN} may need to coexist with other forms, hence a
13498different name for the specialized version's init file). These are the
13499environments with special init file names:
c906108c 13500
8e04817f
AC
13501@cindex @file{.vxgdbinit}
13502@itemize @bullet
13503@item
13504VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
c906108c 13505
8e04817f
AC
13506@cindex @file{.os68gdbinit}
13507@item
13508OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
c906108c 13509
8e04817f
AC
13510@cindex @file{.esgdbinit}
13511@item
13512ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
13513@end itemize
c906108c 13514
8e04817f
AC
13515You can also request the execution of a command file with the
13516@code{source} command:
c906108c 13517
8e04817f
AC
13518@table @code
13519@kindex source
13520@item source @var{filename}
13521Execute the command file @var{filename}.
c906108c
SS
13522@end table
13523
8e04817f 13524The lines in a command file are executed sequentially. They are not
a71ec265
DH
13525printed as they are executed. An error in any command terminates
13526execution of the command file and control is returned to the console.
c906108c 13527
8e04817f
AC
13528Commands that would ask for confirmation if used interactively proceed
13529without asking when used in a command file. Many @value{GDBN} commands that
13530normally print messages to say what they are doing omit the messages
13531when called from command files.
c906108c 13532
8e04817f
AC
13533@value{GDBN} also accepts command input from standard input. In this
13534mode, normal output goes to standard output and error output goes to
13535standard error. Errors in a command file supplied on standard input do
13536not terminate execution of the command file --- execution continues with
13537the next command.
c906108c 13538
474c8240 13539@smallexample
8e04817f 13540gdb < cmds > log 2>&1
474c8240 13541@end smallexample
c906108c 13542
8e04817f
AC
13543(The syntax above will vary depending on the shell used.) This example
13544will execute commands from the file @file{cmds}. All output and errors
13545would be directed to @file{log}.
c906108c 13546
8e04817f
AC
13547@node Output
13548@section Commands for controlled output
c906108c 13549
8e04817f
AC
13550During the execution of a command file or a user-defined command, normal
13551@value{GDBN} output is suppressed; the only output that appears is what is
13552explicitly printed by the commands in the definition. This section
13553describes three commands useful for generating exactly the output you
13554want.
c906108c
SS
13555
13556@table @code
8e04817f
AC
13557@kindex echo
13558@item echo @var{text}
13559@c I do not consider backslash-space a standard C escape sequence
13560@c because it is not in ANSI.
13561Print @var{text}. Nonprinting characters can be included in
13562@var{text} using C escape sequences, such as @samp{\n} to print a
13563newline. @strong{No newline is printed unless you specify one.}
13564In addition to the standard C escape sequences, a backslash followed
13565by a space stands for a space. This is useful for displaying a
13566string with spaces at the beginning or the end, since leading and
13567trailing spaces are otherwise trimmed from all arguments.
13568To print @samp{@w{ }and foo =@w{ }}, use the command
13569@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 13570
8e04817f
AC
13571A backslash at the end of @var{text} can be used, as in C, to continue
13572the command onto subsequent lines. For example,
c906108c 13573
474c8240 13574@smallexample
8e04817f
AC
13575echo This is some text\n\
13576which is continued\n\
13577onto several lines.\n
474c8240 13578@end smallexample
c906108c 13579
8e04817f 13580produces the same output as
c906108c 13581
474c8240 13582@smallexample
8e04817f
AC
13583echo This is some text\n
13584echo which is continued\n
13585echo onto several lines.\n
474c8240 13586@end smallexample
c906108c 13587
8e04817f
AC
13588@kindex output
13589@item output @var{expression}
13590Print the value of @var{expression} and nothing but that value: no
13591newlines, no @samp{$@var{nn} = }. The value is not entered in the
13592value history either. @xref{Expressions, ,Expressions}, for more information
13593on expressions.
c906108c 13594
8e04817f
AC
13595@item output/@var{fmt} @var{expression}
13596Print the value of @var{expression} in format @var{fmt}. You can use
13597the same formats as for @code{print}. @xref{Output Formats,,Output
13598formats}, for more information.
c906108c 13599
8e04817f
AC
13600@kindex printf
13601@item printf @var{string}, @var{expressions}@dots{}
13602Print the values of the @var{expressions} under the control of
13603@var{string}. The @var{expressions} are separated by commas and may be
13604either numbers or pointers. Their values are printed as specified by
13605@var{string}, exactly as if your program were to execute the C
13606subroutine
13607@c FIXME: the above implies that at least all ANSI C formats are
13608@c supported, but it isn't true: %E and %G don't work (or so it seems).
13609@c Either this is a bug, or the manual should document what formats are
13610@c supported.
c906108c 13611
474c8240 13612@smallexample
8e04817f 13613printf (@var{string}, @var{expressions}@dots{});
474c8240 13614@end smallexample
c906108c 13615
8e04817f 13616For example, you can print two values in hex like this:
c906108c 13617
8e04817f
AC
13618@smallexample
13619printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
13620@end smallexample
c906108c 13621
8e04817f
AC
13622The only backslash-escape sequences that you can use in the format
13623string are the simple ones that consist of backslash followed by a
13624letter.
c906108c
SS
13625@end table
13626
21c294e6
AC
13627@node Interpreters
13628@chapter Command Interpreters
13629@cindex command interpreters
13630
13631@value{GDBN} supports multiple command interpreters, and some command
13632infrastructure to allow users or user interface writers to switch
13633between interpreters or run commands in other interpreters.
13634
13635@value{GDBN} currently supports two command interpreters, the console
13636interpreter (sometimes called the command-line interpreter or @sc{cli})
13637and the machine interface interpreter (or @sc{gdb/mi}). This manual
13638describes both of these interfaces in great detail.
13639
13640By default, @value{GDBN} will start with the console interpreter.
13641However, the user may choose to start @value{GDBN} with another
13642interpreter by specifying the @option{-i} or @option{--interpreter}
13643startup options. Defined interpreters include:
13644
13645@table @code
13646@item console
13647@cindex console interpreter
13648The traditional console or command-line interpreter. This is the most often
13649used interpreter with @value{GDBN}. With no interpreter specified at runtime,
13650@value{GDBN} will use this interpreter.
13651
13652@item mi
13653@cindex mi interpreter
13654The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
13655by programs wishing to use @value{GDBN} as a backend for a debugger GUI
13656or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
13657Interface}.
13658
13659@item mi2
13660@cindex mi2 interpreter
13661The current @sc{gdb/mi} interface.
13662
13663@item mi1
13664@cindex mi1 interpreter
13665The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
13666
13667@end table
13668
13669@cindex invoke another interpreter
13670The interpreter being used by @value{GDBN} may not be dynamically
13671switched at runtime. Although possible, this could lead to a very
13672precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
13673enters the command "interpreter-set console" in a console view,
13674@value{GDBN} would switch to using the console interpreter, rendering
13675the IDE inoperable!
13676
13677@kindex interpreter-exec
13678Although you may only choose a single interpreter at startup, you may execute
13679commands in any interpreter from the current interpreter using the appropriate
13680command. If you are running the console interpreter, simply use the
13681@code{interpreter-exec} command:
13682
13683@smallexample
13684interpreter-exec mi "-data-list-register-names"
13685@end smallexample
13686
13687@sc{gdb/mi} has a similar command, although it is only available in versions of
13688@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
13689
8e04817f
AC
13690@node TUI
13691@chapter @value{GDBN} Text User Interface
13692@cindex TUI
c906108c 13693
8e04817f
AC
13694@menu
13695* TUI Overview:: TUI overview
13696* TUI Keys:: TUI key bindings
7cf36c78 13697* TUI Single Key Mode:: TUI single key mode
8e04817f
AC
13698* TUI Commands:: TUI specific commands
13699* TUI Configuration:: TUI configuration variables
13700@end menu
c906108c 13701
8e04817f
AC
13702The @value{GDBN} Text User Interface, TUI in short,
13703is a terminal interface which uses the @code{curses} library
13704to show the source file, the assembly output, the program registers
13705and @value{GDBN} commands in separate text windows.
13706The TUI is available only when @value{GDBN} is configured
13707with the @code{--enable-tui} configure option (@pxref{Configure Options}).
c906108c 13708
8e04817f
AC
13709@node TUI Overview
13710@section TUI overview
c906108c 13711
8e04817f
AC
13712The TUI has two display modes that can be switched while
13713@value{GDBN} runs:
c906108c 13714
8e04817f
AC
13715@itemize @bullet
13716@item
13717A curses (or TUI) mode in which it displays several text
13718windows on the terminal.
c906108c 13719
8e04817f
AC
13720@item
13721A standard mode which corresponds to the @value{GDBN} configured without
13722the TUI.
13723@end itemize
c906108c 13724
8e04817f
AC
13725In the TUI mode, @value{GDBN} can display several text window
13726on the terminal:
c906108c 13727
8e04817f
AC
13728@table @emph
13729@item command
13730This window is the @value{GDBN} command window with the @value{GDBN}
13731prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
13732managed using readline but through the TUI. The @emph{command}
13733window is always visible.
c906108c 13734
8e04817f
AC
13735@item source
13736The source window shows the source file of the program. The current
13737line as well as active breakpoints are displayed in this window.
c906108c 13738
8e04817f
AC
13739@item assembly
13740The assembly window shows the disassembly output of the program.
c906108c 13741
8e04817f
AC
13742@item register
13743This window shows the processor registers. It detects when
13744a register is changed and when this is the case, registers that have
13745changed are highlighted.
c906108c 13746
c906108c
SS
13747@end table
13748
269c21fe
SC
13749The source and assembly windows show the current program position
13750by highlighting the current line and marking them with the @samp{>} marker.
13751Breakpoints are also indicated with two markers. A first one
13752indicates the breakpoint type:
13753
13754@table @code
13755@item B
13756Breakpoint which was hit at least once.
13757
13758@item b
13759Breakpoint which was never hit.
13760
13761@item H
13762Hardware breakpoint which was hit at least once.
13763
13764@item h
13765Hardware breakpoint which was never hit.
13766
13767@end table
13768
13769The second marker indicates whether the breakpoint is enabled or not:
13770
13771@table @code
13772@item +
13773Breakpoint is enabled.
13774
13775@item -
13776Breakpoint is disabled.
13777
13778@end table
13779
8e04817f
AC
13780The source, assembly and register windows are attached to the thread
13781and the frame position. They are updated when the current thread
13782changes, when the frame changes or when the program counter changes.
13783These three windows are arranged by the TUI according to several
13784layouts. The layout defines which of these three windows are visible.
13785The following layouts are available:
c906108c 13786
8e04817f
AC
13787@itemize @bullet
13788@item
13789source
2df3850c 13790
8e04817f
AC
13791@item
13792assembly
13793
13794@item
13795source and assembly
13796
13797@item
13798source and registers
c906108c 13799
8e04817f
AC
13800@item
13801assembly and registers
2df3850c 13802
8e04817f 13803@end itemize
c906108c 13804
b7bb15bc
SC
13805On top of the command window a status line gives various information
13806concerning the current process begin debugged. The status line is
13807updated when the information it shows changes. The following fields
13808are displayed:
13809
13810@table @emph
13811@item target
13812Indicates the current gdb target
13813(@pxref{Targets, ,Specifying a Debugging Target}).
13814
13815@item process
13816Gives information about the current process or thread number.
13817When no process is being debugged, this field is set to @code{No process}.
13818
13819@item function
13820Gives the current function name for the selected frame.
13821The name is demangled if demangling is turned on (@pxref{Print Settings}).
13822When there is no symbol corresponding to the current program counter
13823the string @code{??} is displayed.
13824
13825@item line
13826Indicates the current line number for the selected frame.
13827When the current line number is not known the string @code{??} is displayed.
13828
13829@item pc
13830Indicates the current program counter address.
13831
13832@end table
13833
8e04817f
AC
13834@node TUI Keys
13835@section TUI Key Bindings
13836@cindex TUI key bindings
c906108c 13837
8e04817f
AC
13838The TUI installs several key bindings in the readline keymaps
13839(@pxref{Command Line Editing}).
13840They allow to leave or enter in the TUI mode or they operate
7cf36c78
SC
13841directly on the TUI layout and windows. The TUI also provides
13842a @emph{SingleKey} keymap which binds several keys directly to
13843@value{GDBN} commands. The following key bindings
8e04817f 13844are installed for both TUI mode and the @value{GDBN} standard mode.
c906108c 13845
8e04817f
AC
13846@table @kbd
13847@kindex C-x C-a
13848@item C-x C-a
13849@kindex C-x a
13850@itemx C-x a
13851@kindex C-x A
13852@itemx C-x A
13853Enter or leave the TUI mode. When the TUI mode is left,
13854the curses window management is left and @value{GDBN} operates using
13855its standard mode writing on the terminal directly. When the TUI
13856mode is entered, the control is given back to the curses windows.
13857The screen is then refreshed.
c906108c 13858
8e04817f
AC
13859@kindex C-x 1
13860@item C-x 1
13861Use a TUI layout with only one window. The layout will
13862either be @samp{source} or @samp{assembly}. When the TUI mode
13863is not active, it will switch to the TUI mode.
2df3850c 13864
8e04817f 13865Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 13866
8e04817f
AC
13867@kindex C-x 2
13868@item C-x 2
13869Use a TUI layout with at least two windows. When the current
13870layout shows already two windows, a next layout with two windows is used.
13871When a new layout is chosen, one window will always be common to the
13872previous layout and the new one.
c906108c 13873
8e04817f 13874Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 13875
72ffddc9
SC
13876@kindex C-x o
13877@item C-x o
13878Change the active window. The TUI associates several key bindings
13879(like scrolling and arrow keys) to the active window. This command
13880gives the focus to the next TUI window.
13881
13882Think of it as the Emacs @kbd{C-x o} binding.
13883
7cf36c78
SC
13884@kindex C-x s
13885@item C-x s
13886Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
13887(@pxref{TUI Single Key Mode}).
13888
c906108c
SS
13889@end table
13890
8e04817f 13891The following key bindings are handled only by the TUI mode:
5d161b24 13892
8e04817f
AC
13893@table @key
13894@kindex PgUp
13895@item PgUp
13896Scroll the active window one page up.
c906108c 13897
8e04817f
AC
13898@kindex PgDn
13899@item PgDn
13900Scroll the active window one page down.
c906108c 13901
8e04817f
AC
13902@kindex Up
13903@item Up
13904Scroll the active window one line up.
c906108c 13905
8e04817f
AC
13906@kindex Down
13907@item Down
13908Scroll the active window one line down.
c906108c 13909
8e04817f
AC
13910@kindex Left
13911@item Left
13912Scroll the active window one column left.
c906108c 13913
8e04817f
AC
13914@kindex Right
13915@item Right
13916Scroll the active window one column right.
c906108c 13917
8e04817f
AC
13918@kindex C-L
13919@item C-L
13920Refresh the screen.
c906108c 13921
8e04817f 13922@end table
c906108c 13923
8e04817f 13924In the TUI mode, the arrow keys are used by the active window
72ffddc9
SC
13925for scrolling. This means they are available for readline when the
13926active window is the command window. When the command window
13927does not have the focus, it is necessary to use other readline
13928key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
8e04817f 13929
7cf36c78
SC
13930@node TUI Single Key Mode
13931@section TUI Single Key Mode
13932@cindex TUI single key mode
13933
13934The TUI provides a @emph{SingleKey} mode in which it installs a particular
13935key binding in the readline keymaps to connect single keys to
13936some gdb commands.
13937
13938@table @kbd
13939@kindex c @r{(SingleKey TUI key)}
13940@item c
13941continue
13942
13943@kindex d @r{(SingleKey TUI key)}
13944@item d
13945down
13946
13947@kindex f @r{(SingleKey TUI key)}
13948@item f
13949finish
13950
13951@kindex n @r{(SingleKey TUI key)}
13952@item n
13953next
13954
13955@kindex q @r{(SingleKey TUI key)}
13956@item q
13957exit the @emph{SingleKey} mode.
13958
13959@kindex r @r{(SingleKey TUI key)}
13960@item r
13961run
13962
13963@kindex s @r{(SingleKey TUI key)}
13964@item s
13965step
13966
13967@kindex u @r{(SingleKey TUI key)}
13968@item u
13969up
13970
13971@kindex v @r{(SingleKey TUI key)}
13972@item v
13973info locals
13974
13975@kindex w @r{(SingleKey TUI key)}
13976@item w
13977where
13978
13979@end table
13980
13981Other keys temporarily switch to the @value{GDBN} command prompt.
13982The key that was pressed is inserted in the editing buffer so that
13983it is possible to type most @value{GDBN} commands without interaction
13984with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
13985@emph{SingleKey} mode is restored. The only way to permanently leave
13986this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
13987
13988
8e04817f
AC
13989@node TUI Commands
13990@section TUI specific commands
13991@cindex TUI commands
13992
13993The TUI has specific commands to control the text windows.
13994These commands are always available, that is they do not depend on
13995the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
13996is in the standard mode, using these commands will automatically switch
13997in the TUI mode.
c906108c
SS
13998
13999@table @code
3d757584
SC
14000@item info win
14001@kindex info win
14002List and give the size of all displayed windows.
14003
8e04817f
AC
14004@item layout next
14005@kindex layout next
14006Display the next layout.
2df3850c 14007
8e04817f
AC
14008@item layout prev
14009@kindex layout prev
14010Display the previous layout.
c906108c 14011
8e04817f
AC
14012@item layout src
14013@kindex layout src
14014Display the source window only.
c906108c 14015
8e04817f
AC
14016@item layout asm
14017@kindex layout asm
14018Display the assembly window only.
c906108c 14019
8e04817f
AC
14020@item layout split
14021@kindex layout split
14022Display the source and assembly window.
c906108c 14023
8e04817f
AC
14024@item layout regs
14025@kindex layout regs
14026Display the register window together with the source or assembly window.
14027
14028@item focus next | prev | src | asm | regs | split
14029@kindex focus
14030Set the focus to the named window.
14031This command allows to change the active window so that scrolling keys
14032can be affected to another window.
c906108c 14033
8e04817f
AC
14034@item refresh
14035@kindex refresh
14036Refresh the screen. This is similar to using @key{C-L} key.
c906108c 14037
8e04817f
AC
14038@item update
14039@kindex update
14040Update the source window and the current execution point.
c906108c 14041
8e04817f
AC
14042@item winheight @var{name} +@var{count}
14043@itemx winheight @var{name} -@var{count}
14044@kindex winheight
14045Change the height of the window @var{name} by @var{count}
14046lines. Positive counts increase the height, while negative counts
14047decrease it.
2df3850c 14048
c906108c
SS
14049@end table
14050
8e04817f
AC
14051@node TUI Configuration
14052@section TUI configuration variables
14053@cindex TUI configuration variables
c906108c 14054
8e04817f
AC
14055The TUI has several configuration variables that control the
14056appearance of windows on the terminal.
c906108c 14057
8e04817f
AC
14058@table @code
14059@item set tui border-kind @var{kind}
14060@kindex set tui border-kind
14061Select the border appearance for the source, assembly and register windows.
14062The possible values are the following:
14063@table @code
14064@item space
14065Use a space character to draw the border.
c906108c 14066
8e04817f
AC
14067@item ascii
14068Use ascii characters + - and | to draw the border.
c906108c 14069
8e04817f
AC
14070@item acs
14071Use the Alternate Character Set to draw the border. The border is
14072drawn using character line graphics if the terminal supports them.
c78b4128 14073
8e04817f 14074@end table
c78b4128 14075
8e04817f
AC
14076@item set tui active-border-mode @var{mode}
14077@kindex set tui active-border-mode
14078Select the attributes to display the border of the active window.
14079The possible values are @code{normal}, @code{standout}, @code{reverse},
14080@code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
c78b4128 14081
8e04817f
AC
14082@item set tui border-mode @var{mode}
14083@kindex set tui border-mode
14084Select the attributes to display the border of other windows.
14085The @var{mode} can be one of the following:
14086@table @code
14087@item normal
14088Use normal attributes to display the border.
c906108c 14089
8e04817f
AC
14090@item standout
14091Use standout mode.
c906108c 14092
8e04817f
AC
14093@item reverse
14094Use reverse video mode.
c906108c 14095
8e04817f
AC
14096@item half
14097Use half bright mode.
c906108c 14098
8e04817f
AC
14099@item half-standout
14100Use half bright and standout mode.
c906108c 14101
8e04817f
AC
14102@item bold
14103Use extra bright or bold mode.
c78b4128 14104
8e04817f
AC
14105@item bold-standout
14106Use extra bright or bold and standout mode.
c78b4128 14107
8e04817f 14108@end table
c78b4128 14109
8e04817f 14110@end table
c78b4128 14111
8e04817f
AC
14112@node Emacs
14113@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 14114
8e04817f
AC
14115@cindex Emacs
14116@cindex @sc{gnu} Emacs
14117A special interface allows you to use @sc{gnu} Emacs to view (and
14118edit) the source files for the program you are debugging with
14119@value{GDBN}.
c906108c 14120
8e04817f
AC
14121To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
14122executable file you want to debug as an argument. This command starts
14123@value{GDBN} as a subprocess of Emacs, with input and output through a newly
14124created Emacs buffer.
14125@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 14126
8e04817f
AC
14127Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
14128things:
c906108c 14129
8e04817f
AC
14130@itemize @bullet
14131@item
14132All ``terminal'' input and output goes through the Emacs buffer.
14133@end itemize
c906108c 14134
8e04817f
AC
14135This applies both to @value{GDBN} commands and their output, and to the input
14136and output done by the program you are debugging.
bf0184be 14137
8e04817f
AC
14138This is useful because it means that you can copy the text of previous
14139commands and input them again; you can even use parts of the output
14140in this way.
bf0184be 14141
8e04817f
AC
14142All the facilities of Emacs' Shell mode are available for interacting
14143with your program. In particular, you can send signals the usual
14144way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
14145stop.
bf0184be 14146
8e04817f 14147@itemize @bullet
bf0184be 14148@item
8e04817f
AC
14149@value{GDBN} displays source code through Emacs.
14150@end itemize
bf0184be 14151
8e04817f
AC
14152Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
14153source file for that frame and puts an arrow (@samp{=>}) at the
14154left margin of the current line. Emacs uses a separate buffer for
14155source display, and splits the screen to show both your @value{GDBN} session
14156and the source.
bf0184be 14157
8e04817f
AC
14158Explicit @value{GDBN} @code{list} or search commands still produce output as
14159usual, but you probably have no reason to use them from Emacs.
c906108c 14160
64fabec2
AC
14161If you specify an absolute file name when prompted for the @kbd{M-x
14162gdb} argument, then Emacs sets your current working directory to where
14163your program resides. If you only specify the file name, then Emacs
14164sets your current working directory to to the directory associated
14165with the previous buffer. In this case, @value{GDBN} may find your
14166program by searching your environment's @code{PATH} variable, but on
14167some operating systems it might not find the source. So, although the
14168@value{GDBN} input and output session proceeds normally, the auxiliary
14169buffer does not display the current source and line of execution.
14170
14171The initial working directory of @value{GDBN} is printed on the top
14172line of the @value{GDBN} I/O buffer and this serves as a default for
14173the commands that specify files for @value{GDBN} to operate
14174on. @xref{Files, ,Commands to specify files}.
14175
14176By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
14177need to call @value{GDBN} by a different name (for example, if you
14178keep several configurations around, with different names) you can
14179customize the Emacs variable @code{gud-gdb-command-name} to run the
14180one you want.
8e04817f
AC
14181
14182In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
14183addition to the standard Shell mode commands:
c906108c 14184
8e04817f
AC
14185@table @kbd
14186@item C-h m
14187Describe the features of Emacs' @value{GDBN} Mode.
c906108c 14188
64fabec2 14189@item C-c C-s
8e04817f
AC
14190Execute to another source line, like the @value{GDBN} @code{step} command; also
14191update the display window to show the current file and location.
c906108c 14192
64fabec2 14193@item C-c C-n
8e04817f
AC
14194Execute to next source line in this function, skipping all function
14195calls, like the @value{GDBN} @code{next} command. Then update the display window
14196to show the current file and location.
c906108c 14197
64fabec2 14198@item C-c C-i
8e04817f
AC
14199Execute one instruction, like the @value{GDBN} @code{stepi} command; update
14200display window accordingly.
c906108c 14201
8e04817f
AC
14202@item C-c C-f
14203Execute until exit from the selected stack frame, like the @value{GDBN}
14204@code{finish} command.
c906108c 14205
64fabec2 14206@item C-c C-r
8e04817f
AC
14207Continue execution of your program, like the @value{GDBN} @code{continue}
14208command.
b433d00b 14209
64fabec2 14210@item C-c <
8e04817f
AC
14211Go up the number of frames indicated by the numeric argument
14212(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
14213like the @value{GDBN} @code{up} command.
b433d00b 14214
64fabec2 14215@item C-c >
8e04817f
AC
14216Go down the number of frames indicated by the numeric argument, like the
14217@value{GDBN} @code{down} command.
8e04817f 14218@end table
c906108c 14219
64fabec2 14220In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
8e04817f 14221tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 14222
64fabec2
AC
14223If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
14224shows a backtrace when the @value{GDBN} I/O buffer is current. Move
14225point to any frame in the stack and type @key{RET} to make it become the
14226current frame and display the associated source in the source buffer.
14227Alternatively, click @kbd{Mouse-2} to make the selected frame become the
14228current one.
14229
8e04817f
AC
14230If you accidentally delete the source-display buffer, an easy way to get
14231it back is to type the command @code{f} in the @value{GDBN} buffer, to
14232request a frame display; when you run under Emacs, this recreates
14233the source buffer if necessary to show you the context of the current
14234frame.
c906108c 14235
8e04817f
AC
14236The source files displayed in Emacs are in ordinary Emacs buffers
14237which are visiting the source files in the usual way. You can edit
14238the files with these buffers if you wish; but keep in mind that @value{GDBN}
14239communicates with Emacs in terms of line numbers. If you add or
14240delete lines from the text, the line numbers that @value{GDBN} knows cease
14241to correspond properly with the code.
64fabec2
AC
14242
14243The description given here is for GNU Emacs version 21.3 and a more
14244detailed description of its interaction with @value{GDBN} is given in
14245the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
c906108c 14246
8e04817f
AC
14247@c The following dropped because Epoch is nonstandard. Reactivate
14248@c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
14249@ignore
14250@kindex Emacs Epoch environment
14251@kindex Epoch
14252@kindex inspect
c906108c 14253
8e04817f
AC
14254Version 18 of @sc{gnu} Emacs has a built-in window system
14255called the @code{epoch}
14256environment. Users of this environment can use a new command,
14257@code{inspect} which performs identically to @code{print} except that
14258each value is printed in its own window.
14259@end ignore
c906108c 14260
922fbb7b
AC
14261
14262@node GDB/MI
14263@chapter The @sc{gdb/mi} Interface
14264
14265@unnumberedsec Function and Purpose
14266
14267@cindex @sc{gdb/mi}, its purpose
14268@sc{gdb/mi} is a line based machine oriented text interface to @value{GDBN}. It is
14269specifically intended to support the development of systems which use
14270the debugger as just one small component of a larger system.
14271
14272This chapter is a specification of the @sc{gdb/mi} interface. It is written
14273in the form of a reference manual.
14274
14275Note that @sc{gdb/mi} is still under construction, so some of the
14276features described below are incomplete and subject to change.
14277
14278@unnumberedsec Notation and Terminology
14279
14280@cindex notational conventions, for @sc{gdb/mi}
14281This chapter uses the following notation:
14282
14283@itemize @bullet
14284@item
14285@code{|} separates two alternatives.
14286
14287@item
14288@code{[ @var{something} ]} indicates that @var{something} is optional:
14289it may or may not be given.
14290
14291@item
14292@code{( @var{group} )*} means that @var{group} inside the parentheses
14293may repeat zero or more times.
14294
14295@item
14296@code{( @var{group} )+} means that @var{group} inside the parentheses
14297may repeat one or more times.
14298
14299@item
14300@code{"@var{string}"} means a literal @var{string}.
14301@end itemize
14302
14303@ignore
14304@heading Dependencies
14305@end ignore
14306
14307@heading Acknowledgments
14308
14309In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
14310Elena Zannoni.
14311
14312@menu
14313* GDB/MI Command Syntax::
14314* GDB/MI Compatibility with CLI::
14315* GDB/MI Output Records::
14316* GDB/MI Command Description Format::
14317* GDB/MI Breakpoint Table Commands::
14318* GDB/MI Data Manipulation::
14319* GDB/MI Program Control::
14320* GDB/MI Miscellaneous Commands::
14321@ignore
14322* GDB/MI Kod Commands::
14323* GDB/MI Memory Overlay Commands::
14324* GDB/MI Signal Handling Commands::
14325@end ignore
14326* GDB/MI Stack Manipulation::
14327* GDB/MI Symbol Query::
14328* GDB/MI Target Manipulation::
14329* GDB/MI Thread Commands::
14330* GDB/MI Tracepoint Commands::
14331* GDB/MI Variable Objects::
14332@end menu
14333
14334@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14335@node GDB/MI Command Syntax
14336@section @sc{gdb/mi} Command Syntax
14337
14338@menu
14339* GDB/MI Input Syntax::
14340* GDB/MI Output Syntax::
14341* GDB/MI Simple Examples::
14342@end menu
14343
14344@node GDB/MI Input Syntax
14345@subsection @sc{gdb/mi} Input Syntax
14346
14347@cindex input syntax for @sc{gdb/mi}
14348@cindex @sc{gdb/mi}, input syntax
14349@table @code
14350@item @var{command} @expansion{}
14351@code{@var{cli-command} | @var{mi-command}}
14352
14353@item @var{cli-command} @expansion{}
14354@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
14355@var{cli-command} is any existing @value{GDBN} CLI command.
14356
14357@item @var{mi-command} @expansion{}
14358@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
14359@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
14360
14361@item @var{token} @expansion{}
14362"any sequence of digits"
14363
14364@item @var{option} @expansion{}
14365@code{"-" @var{parameter} [ " " @var{parameter} ]}
14366
14367@item @var{parameter} @expansion{}
14368@code{@var{non-blank-sequence} | @var{c-string}}
14369
14370@item @var{operation} @expansion{}
14371@emph{any of the operations described in this chapter}
14372
14373@item @var{non-blank-sequence} @expansion{}
14374@emph{anything, provided it doesn't contain special characters such as
14375"-", @var{nl}, """ and of course " "}
14376
14377@item @var{c-string} @expansion{}
14378@code{""" @var{seven-bit-iso-c-string-content} """}
14379
14380@item @var{nl} @expansion{}
14381@code{CR | CR-LF}
14382@end table
14383
14384@noindent
14385Notes:
14386
14387@itemize @bullet
14388@item
14389The CLI commands are still handled by the @sc{mi} interpreter; their
14390output is described below.
14391
14392@item
14393The @code{@var{token}}, when present, is passed back when the command
14394finishes.
14395
14396@item
14397Some @sc{mi} commands accept optional arguments as part of the parameter
14398list. Each option is identified by a leading @samp{-} (dash) and may be
14399followed by an optional argument parameter. Options occur first in the
14400parameter list and can be delimited from normal parameters using
14401@samp{--} (this is useful when some parameters begin with a dash).
14402@end itemize
14403
14404Pragmatics:
14405
14406@itemize @bullet
14407@item
14408We want easy access to the existing CLI syntax (for debugging).
14409
14410@item
14411We want it to be easy to spot a @sc{mi} operation.
14412@end itemize
14413
14414@node GDB/MI Output Syntax
14415@subsection @sc{gdb/mi} Output Syntax
14416
14417@cindex output syntax of @sc{gdb/mi}
14418@cindex @sc{gdb/mi}, output syntax
14419The output from @sc{gdb/mi} consists of zero or more out-of-band records
14420followed, optionally, by a single result record. This result record
14421is for the most recent command. The sequence of output records is
14422terminated by @samp{(@value{GDBP})}.
14423
14424If an input command was prefixed with a @code{@var{token}} then the
14425corresponding output for that command will also be prefixed by that same
14426@var{token}.
14427
14428@table @code
14429@item @var{output} @expansion{}
14430@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
14431
14432@item @var{result-record} @expansion{}
14433@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
14434
14435@item @var{out-of-band-record} @expansion{}
14436@code{@var{async-record} | @var{stream-record}}
14437
14438@item @var{async-record} @expansion{}
14439@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
14440
14441@item @var{exec-async-output} @expansion{}
14442@code{[ @var{token} ] "*" @var{async-output}}
14443
14444@item @var{status-async-output} @expansion{}
14445@code{[ @var{token} ] "+" @var{async-output}}
14446
14447@item @var{notify-async-output} @expansion{}
14448@code{[ @var{token} ] "=" @var{async-output}}
14449
14450@item @var{async-output} @expansion{}
14451@code{@var{async-class} ( "," @var{result} )* @var{nl}}
14452
14453@item @var{result-class} @expansion{}
14454@code{"done" | "running" | "connected" | "error" | "exit"}
14455
14456@item @var{async-class} @expansion{}
14457@code{"stopped" | @var{others}} (where @var{others} will be added
14458depending on the needs---this is still in development).
14459
14460@item @var{result} @expansion{}
14461@code{ @var{variable} "=" @var{value}}
14462
14463@item @var{variable} @expansion{}
14464@code{ @var{string} }
14465
14466@item @var{value} @expansion{}
14467@code{ @var{const} | @var{tuple} | @var{list} }
14468
14469@item @var{const} @expansion{}
14470@code{@var{c-string}}
14471
14472@item @var{tuple} @expansion{}
14473@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
14474
14475@item @var{list} @expansion{}
14476@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
14477@var{result} ( "," @var{result} )* "]" }
14478
14479@item @var{stream-record} @expansion{}
14480@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
14481
14482@item @var{console-stream-output} @expansion{}
14483@code{"~" @var{c-string}}
14484
14485@item @var{target-stream-output} @expansion{}
14486@code{"@@" @var{c-string}}
14487
14488@item @var{log-stream-output} @expansion{}
14489@code{"&" @var{c-string}}
14490
14491@item @var{nl} @expansion{}
14492@code{CR | CR-LF}
14493
14494@item @var{token} @expansion{}
14495@emph{any sequence of digits}.
14496@end table
14497
14498@noindent
14499Notes:
14500
14501@itemize @bullet
14502@item
14503All output sequences end in a single line containing a period.
14504
14505@item
14506The @code{@var{token}} is from the corresponding request. If an execution
14507command is interrupted by the @samp{-exec-interrupt} command, the
14508@var{token} associated with the @samp{*stopped} message is the one of the
14509original execution command, not the one of the interrupt command.
14510
14511@item
14512@cindex status output in @sc{gdb/mi}
14513@var{status-async-output} contains on-going status information about the
14514progress of a slow operation. It can be discarded. All status output is
14515prefixed by @samp{+}.
14516
14517@item
14518@cindex async output in @sc{gdb/mi}
14519@var{exec-async-output} contains asynchronous state change on the target
14520(stopped, started, disappeared). All async output is prefixed by
14521@samp{*}.
14522
14523@item
14524@cindex notify output in @sc{gdb/mi}
14525@var{notify-async-output} contains supplementary information that the
14526client should handle (e.g., a new breakpoint information). All notify
14527output is prefixed by @samp{=}.
14528
14529@item
14530@cindex console output in @sc{gdb/mi}
14531@var{console-stream-output} is output that should be displayed as is in the
14532console. It is the textual response to a CLI command. All the console
14533output is prefixed by @samp{~}.
14534
14535@item
14536@cindex target output in @sc{gdb/mi}
14537@var{target-stream-output} is the output produced by the target program.
14538All the target output is prefixed by @samp{@@}.
14539
14540@item
14541@cindex log output in @sc{gdb/mi}
14542@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
14543instance messages that should be displayed as part of an error log. All
14544the log output is prefixed by @samp{&}.
14545
14546@item
14547@cindex list output in @sc{gdb/mi}
14548New @sc{gdb/mi} commands should only output @var{lists} containing
14549@var{values}.
14550
14551
14552@end itemize
14553
14554@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
14555details about the various output records.
14556
14557@node GDB/MI Simple Examples
14558@subsection Simple Examples of @sc{gdb/mi} Interaction
14559@cindex @sc{gdb/mi}, simple examples
14560
14561This subsection presents several simple examples of interaction using
14562the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
14563following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
14564the output received from @sc{gdb/mi}.
14565
14566@subsubheading Target Stop
14567@c Ummm... There is no "-stop" command. This assumes async, no?
14568Here's an example of stopping the inferior process:
14569
14570@smallexample
14571-> -stop
14572<- (@value{GDBP})
14573@end smallexample
14574
14575@noindent
14576and later:
14577
14578@smallexample
14579<- *stop,reason="stop",address="0x123",source="a.c:123"
14580<- (@value{GDBP})
14581@end smallexample
14582
14583@subsubheading Simple CLI Command
14584
14585Here's an example of a simple CLI command being passed through
14586@sc{gdb/mi} and on to the CLI.
14587
14588@smallexample
14589-> print 1+2
14590<- &"print 1+2\n"
14591<- ~"$1 = 3\n"
14592<- ^done
14593<- (@value{GDBP})
14594@end smallexample
14595
14596@subsubheading Command With Side Effects
14597
14598@smallexample
14599-> -symbol-file xyz.exe
14600<- *breakpoint,nr="3",address="0x123",source="a.c:123"
14601<- (@value{GDBP})
14602@end smallexample
14603
14604@subsubheading A Bad Command
14605
14606Here's what happens if you pass a non-existent command:
14607
14608@smallexample
14609-> -rubbish
14610<- ^error,msg="Undefined MI command: rubbish"
14611<- (@value{GDBP})
14612@end smallexample
14613
14614@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14615@node GDB/MI Compatibility with CLI
14616@section @sc{gdb/mi} Compatibility with CLI
14617
14618@cindex compatibility, @sc{gdb/mi} and CLI
14619@cindex @sc{gdb/mi}, compatibility with CLI
14620To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
14621accepts existing CLI commands. As specified by the syntax, such
14622commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
14623respond.
14624
14625This mechanism is provided as an aid to developers of @sc{gdb/mi}
14626clients and not as a reliable interface into the CLI. Since the command
14627is being interpreteted in an environment that assumes @sc{gdb/mi}
14628behaviour, the exact output of such commands is likely to end up being
14629an un-supported hybrid of @sc{gdb/mi} and CLI output.
14630
14631@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14632@node GDB/MI Output Records
14633@section @sc{gdb/mi} Output Records
14634
14635@menu
14636* GDB/MI Result Records::
14637* GDB/MI Stream Records::
14638* GDB/MI Out-of-band Records::
14639@end menu
14640
14641@node GDB/MI Result Records
14642@subsection @sc{gdb/mi} Result Records
14643
14644@cindex result records in @sc{gdb/mi}
14645@cindex @sc{gdb/mi}, result records
14646In addition to a number of out-of-band notifications, the response to a
14647@sc{gdb/mi} command includes one of the following result indications:
14648
14649@table @code
14650@findex ^done
14651@item "^done" [ "," @var{results} ]
14652The synchronous operation was successful, @code{@var{results}} are the return
14653values.
14654
14655@item "^running"
14656@findex ^running
14657@c Is this one correct? Should it be an out-of-band notification?
14658The asynchronous operation was successfully started. The target is
14659running.
14660
14661@item "^error" "," @var{c-string}
14662@findex ^error
14663The operation failed. The @code{@var{c-string}} contains the corresponding
14664error message.
14665@end table
14666
14667@node GDB/MI Stream Records
14668@subsection @sc{gdb/mi} Stream Records
14669
14670@cindex @sc{gdb/mi}, stream records
14671@cindex stream records in @sc{gdb/mi}
14672@value{GDBN} internally maintains a number of output streams: the console, the
14673target, and the log. The output intended for each of these streams is
14674funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
14675
14676Each stream record begins with a unique @dfn{prefix character} which
14677identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
14678Syntax}). In addition to the prefix, each stream record contains a
14679@code{@var{string-output}}. This is either raw text (with an implicit new
14680line) or a quoted C string (which does not contain an implicit newline).
14681
14682@table @code
14683@item "~" @var{string-output}
14684The console output stream contains text that should be displayed in the
14685CLI console window. It contains the textual responses to CLI commands.
14686
14687@item "@@" @var{string-output}
14688The target output stream contains any textual output from the running
14689target.
14690
14691@item "&" @var{string-output}
14692The log stream contains debugging messages being produced by @value{GDBN}'s
14693internals.
14694@end table
14695
14696@node GDB/MI Out-of-band Records
14697@subsection @sc{gdb/mi} Out-of-band Records
14698
14699@cindex out-of-band records in @sc{gdb/mi}
14700@cindex @sc{gdb/mi}, out-of-band records
14701@dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
14702additional changes that have occurred. Those changes can either be a
14703consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
14704target activity (e.g., target stopped).
14705
14706The following is a preliminary list of possible out-of-band records.
14707
14708@table @code
14709@item "*" "stop"
14710@end table
14711
14712
14713@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14714@node GDB/MI Command Description Format
14715@section @sc{gdb/mi} Command Description Format
14716
14717The remaining sections describe blocks of commands. Each block of
14718commands is laid out in a fashion similar to this section.
14719
14720Note the the line breaks shown in the examples are here only for
14721readability. They don't appear in the real output.
14722Also note that the commands with a non-available example (N.A.@:) are
14723not yet implemented.
14724
14725@subheading Motivation
14726
14727The motivation for this collection of commands.
14728
14729@subheading Introduction
14730
14731A brief introduction to this collection of commands as a whole.
14732
14733@subheading Commands
14734
14735For each command in the block, the following is described:
14736
14737@subsubheading Synopsis
14738
14739@smallexample
14740 -command @var{args}@dots{}
14741@end smallexample
14742
14743@subsubheading @value{GDBN} Command
14744
14745The corresponding @value{GDBN} CLI command.
14746
14747@subsubheading Result
14748
14749@subsubheading Out-of-band
14750
14751@subsubheading Notes
14752
14753@subsubheading Example
14754
14755
14756@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14757@node GDB/MI Breakpoint Table Commands
14758@section @sc{gdb/mi} Breakpoint table commands
14759
14760@cindex breakpoint commands for @sc{gdb/mi}
14761@cindex @sc{gdb/mi}, breakpoint commands
14762This section documents @sc{gdb/mi} commands for manipulating
14763breakpoints.
14764
14765@subheading The @code{-break-after} Command
14766@findex -break-after
14767
14768@subsubheading Synopsis
14769
14770@smallexample
14771 -break-after @var{number} @var{count}
14772@end smallexample
14773
14774The breakpoint number @var{number} is not in effect until it has been
14775hit @var{count} times. To see how this is reflected in the output of
14776the @samp{-break-list} command, see the description of the
14777@samp{-break-list} command below.
14778
14779@subsubheading @value{GDBN} Command
14780
14781The corresponding @value{GDBN} command is @samp{ignore}.
14782
14783@subsubheading Example
14784
14785@smallexample
14786(@value{GDBP})
14787-break-insert main
14788^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
14789(@value{GDBP})
14790-break-after 1 3
14791~
14792^done
14793(@value{GDBP})
14794-break-list
14795^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14796hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14797@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14798@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14799@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14800@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14801@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14802body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14803addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
14804ignore="3"@}]@}
14805(@value{GDBP})
14806@end smallexample
14807
14808@ignore
14809@subheading The @code{-break-catch} Command
14810@findex -break-catch
14811
14812@subheading The @code{-break-commands} Command
14813@findex -break-commands
14814@end ignore
14815
14816
14817@subheading The @code{-break-condition} Command
14818@findex -break-condition
14819
14820@subsubheading Synopsis
14821
14822@smallexample
14823 -break-condition @var{number} @var{expr}
14824@end smallexample
14825
14826Breakpoint @var{number} will stop the program only if the condition in
14827@var{expr} is true. The condition becomes part of the
14828@samp{-break-list} output (see the description of the @samp{-break-list}
14829command below).
14830
14831@subsubheading @value{GDBN} Command
14832
14833The corresponding @value{GDBN} command is @samp{condition}.
14834
14835@subsubheading Example
14836
14837@smallexample
14838(@value{GDBP})
14839-break-condition 1 1
14840^done
14841(@value{GDBP})
14842-break-list
14843^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14844hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14845@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14846@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14847@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14848@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14849@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14850body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14851addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
14852times="0",ignore="3"@}]@}
14853(@value{GDBP})
14854@end smallexample
14855
14856@subheading The @code{-break-delete} Command
14857@findex -break-delete
14858
14859@subsubheading Synopsis
14860
14861@smallexample
14862 -break-delete ( @var{breakpoint} )+
14863@end smallexample
14864
14865Delete the breakpoint(s) whose number(s) are specified in the argument
14866list. This is obviously reflected in the breakpoint list.
14867
14868@subsubheading @value{GDBN} command
14869
14870The corresponding @value{GDBN} command is @samp{delete}.
14871
14872@subsubheading Example
14873
14874@smallexample
14875(@value{GDBP})
14876-break-delete 1
14877^done
14878(@value{GDBP})
14879-break-list
14880^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
14881hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14882@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14883@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14884@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14885@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14886@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14887body=[]@}
14888(@value{GDBP})
14889@end smallexample
14890
14891@subheading The @code{-break-disable} Command
14892@findex -break-disable
14893
14894@subsubheading Synopsis
14895
14896@smallexample
14897 -break-disable ( @var{breakpoint} )+
14898@end smallexample
14899
14900Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
14901break list is now set to @samp{n} for the named @var{breakpoint}(s).
14902
14903@subsubheading @value{GDBN} Command
14904
14905The corresponding @value{GDBN} command is @samp{disable}.
14906
14907@subsubheading Example
14908
14909@smallexample
14910(@value{GDBP})
14911-break-disable 2
14912^done
14913(@value{GDBP})
14914-break-list
14915^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14916hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14917@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14918@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14919@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14920@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14921@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14922body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
14923addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
14924(@value{GDBP})
14925@end smallexample
14926
14927@subheading The @code{-break-enable} Command
14928@findex -break-enable
14929
14930@subsubheading Synopsis
14931
14932@smallexample
14933 -break-enable ( @var{breakpoint} )+
14934@end smallexample
14935
14936Enable (previously disabled) @var{breakpoint}(s).
14937
14938@subsubheading @value{GDBN} Command
14939
14940The corresponding @value{GDBN} command is @samp{enable}.
14941
14942@subsubheading Example
14943
14944@smallexample
14945(@value{GDBP})
14946-break-enable 2
14947^done
14948(@value{GDBP})
14949-break-list
14950^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14951hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14952@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14953@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14954@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14955@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14956@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14957body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
14958addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
14959(@value{GDBP})
14960@end smallexample
14961
14962@subheading The @code{-break-info} Command
14963@findex -break-info
14964
14965@subsubheading Synopsis
14966
14967@smallexample
14968 -break-info @var{breakpoint}
14969@end smallexample
14970
14971@c REDUNDANT???
14972Get information about a single breakpoint.
14973
14974@subsubheading @value{GDBN} command
14975
14976The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
14977
14978@subsubheading Example
14979N.A.
14980
14981@subheading The @code{-break-insert} Command
14982@findex -break-insert
14983
14984@subsubheading Synopsis
14985
14986@smallexample
14987 -break-insert [ -t ] [ -h ] [ -r ]
14988 [ -c @var{condition} ] [ -i @var{ignore-count} ]
14989 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
14990@end smallexample
14991
14992@noindent
14993If specified, @var{line}, can be one of:
14994
14995@itemize @bullet
14996@item function
14997@c @item +offset
14998@c @item -offset
14999@c @item linenum
15000@item filename:linenum
15001@item filename:function
15002@item *address
15003@end itemize
15004
15005The possible optional parameters of this command are:
15006
15007@table @samp
15008@item -t
15009Insert a tempoary breakpoint.
15010@item -h
15011Insert a hardware breakpoint.
15012@item -c @var{condition}
15013Make the breakpoint conditional on @var{condition}.
15014@item -i @var{ignore-count}
15015Initialize the @var{ignore-count}.
15016@item -r
15017Insert a regular breakpoint in all the functions whose names match the
15018given regular expression. Other flags are not applicable to regular
15019expresson.
15020@end table
15021
15022@subsubheading Result
15023
15024The result is in the form:
15025
15026@smallexample
15027 ^done,bkptno="@var{number}",func="@var{funcname}",
15028 file="@var{filename}",line="@var{lineno}"
15029@end smallexample
15030
15031@noindent
15032where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
15033is the name of the function where the breakpoint was inserted,
15034@var{filename} is the name of the source file which contains this
15035function, and @var{lineno} is the source line number within that file.
15036
15037Note: this format is open to change.
15038@c An out-of-band breakpoint instead of part of the result?
15039
15040@subsubheading @value{GDBN} Command
15041
15042The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
15043@samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
15044
15045@subsubheading Example
15046
15047@smallexample
15048(@value{GDBP})
15049-break-insert main
15050^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
15051(@value{GDBP})
15052-break-insert -t foo
15053^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
15054(@value{GDBP})
15055-break-list
15056^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15057hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15058@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15059@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15060@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15061@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15062@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15063body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15064addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
15065bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
15066addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
15067(@value{GDBP})
15068-break-insert -r foo.*
15069~int foo(int, int);
15070^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
15071(@value{GDBP})
15072@end smallexample
15073
15074@subheading The @code{-break-list} Command
15075@findex -break-list
15076
15077@subsubheading Synopsis
15078
15079@smallexample
15080 -break-list
15081@end smallexample
15082
15083Displays the list of inserted breakpoints, showing the following fields:
15084
15085@table @samp
15086@item Number
15087number of the breakpoint
15088@item Type
15089type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
15090@item Disposition
15091should the breakpoint be deleted or disabled when it is hit: @samp{keep}
15092or @samp{nokeep}
15093@item Enabled
15094is the breakpoint enabled or no: @samp{y} or @samp{n}
15095@item Address
15096memory location at which the breakpoint is set
15097@item What
15098logical location of the breakpoint, expressed by function name, file
15099name, line number
15100@item Times
15101number of times the breakpoint has been hit
15102@end table
15103
15104If there are no breakpoints or watchpoints, the @code{BreakpointTable}
15105@code{body} field is an empty list.
15106
15107@subsubheading @value{GDBN} Command
15108
15109The corresponding @value{GDBN} command is @samp{info break}.
15110
15111@subsubheading Example
15112
15113@smallexample
15114(@value{GDBP})
15115-break-list
15116^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15117hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15118@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15119@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15120@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15121@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15122@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15123body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15124addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
15125bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15126addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
15127(@value{GDBP})
15128@end smallexample
15129
15130Here's an example of the result when there are no breakpoints:
15131
15132@smallexample
15133(@value{GDBP})
15134-break-list
15135^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15136hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15137@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15138@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15139@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15140@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15141@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15142body=[]@}
15143(@value{GDBP})
15144@end smallexample
15145
15146@subheading The @code{-break-watch} Command
15147@findex -break-watch
15148
15149@subsubheading Synopsis
15150
15151@smallexample
15152 -break-watch [ -a | -r ]
15153@end smallexample
15154
15155Create a watchpoint. With the @samp{-a} option it will create an
15156@dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
15157read from or on a write to the memory location. With the @samp{-r}
15158option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
15159trigger only when the memory location is accessed for reading. Without
15160either of the options, the watchpoint created is a regular watchpoint,
15161i.e. it will trigger when the memory location is accessed for writing.
15162@xref{Set Watchpoints, , Setting watchpoints}.
15163
15164Note that @samp{-break-list} will report a single list of watchpoints and
15165breakpoints inserted.
15166
15167@subsubheading @value{GDBN} Command
15168
15169The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
15170@samp{rwatch}.
15171
15172@subsubheading Example
15173
15174Setting a watchpoint on a variable in the @code{main} function:
15175
15176@smallexample
15177(@value{GDBP})
15178-break-watch x
15179^done,wpt=@{number="2",exp="x"@}
15180(@value{GDBP})
15181-exec-continue
15182^running
15183^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
15184value=@{old="-268439212",new="55"@},
15185frame=@{func="main",args=[],file="recursive2.c",line="5"@}
15186(@value{GDBP})
15187@end smallexample
15188
15189Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
15190the program execution twice: first for the variable changing value, then
15191for the watchpoint going out of scope.
15192
15193@smallexample
15194(@value{GDBP})
15195-break-watch C
15196^done,wpt=@{number="5",exp="C"@}
15197(@value{GDBP})
15198-exec-continue
15199^running
15200^done,reason="watchpoint-trigger",
15201wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
15202frame=@{func="callee4",args=[],
15203file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15204(@value{GDBP})
15205-exec-continue
15206^running
15207^done,reason="watchpoint-scope",wpnum="5",
15208frame=@{func="callee3",args=[@{name="strarg",
15209value="0x11940 \"A string argument.\""@}],
15210file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15211(@value{GDBP})
15212@end smallexample
15213
15214Listing breakpoints and watchpoints, at different points in the program
15215execution. Note that once the watchpoint goes out of scope, it is
15216deleted.
15217
15218@smallexample
15219(@value{GDBP})
15220-break-watch C
15221^done,wpt=@{number="2",exp="C"@}
15222(@value{GDBP})
15223-break-list
15224^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15225hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15226@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15227@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15228@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15229@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15230@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15231body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15232addr="0x00010734",func="callee4",
15233file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15234bkpt=@{number="2",type="watchpoint",disp="keep",
15235enabled="y",addr="",what="C",times="0"@}]@}
15236(@value{GDBP})
15237-exec-continue
15238^running
15239^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
15240value=@{old="-276895068",new="3"@},
15241frame=@{func="callee4",args=[],
15242file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15243(@value{GDBP})
15244-break-list
15245^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15246hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15247@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15248@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15249@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15250@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15251@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15252body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15253addr="0x00010734",func="callee4",
15254file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15255bkpt=@{number="2",type="watchpoint",disp="keep",
15256enabled="y",addr="",what="C",times="-5"@}]@}
15257(@value{GDBP})
15258-exec-continue
15259^running
15260^done,reason="watchpoint-scope",wpnum="2",
15261frame=@{func="callee3",args=[@{name="strarg",
15262value="0x11940 \"A string argument.\""@}],
15263file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15264(@value{GDBP})
15265-break-list
15266^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15267hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15268@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15269@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15270@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15271@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15272@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15273body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15274addr="0x00010734",func="callee4",
15275file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
15276(@value{GDBP})
15277@end smallexample
15278
15279@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15280@node GDB/MI Data Manipulation
15281@section @sc{gdb/mi} Data Manipulation
15282
15283@cindex data manipulation, in @sc{gdb/mi}
15284@cindex @sc{gdb/mi}, data manipulation
15285This section describes the @sc{gdb/mi} commands that manipulate data:
15286examine memory and registers, evaluate expressions, etc.
15287
15288@c REMOVED FROM THE INTERFACE.
15289@c @subheading -data-assign
15290@c Change the value of a program variable. Plenty of side effects.
15291@c @subsubheading GDB command
15292@c set variable
15293@c @subsubheading Example
15294@c N.A.
15295
15296@subheading The @code{-data-disassemble} Command
15297@findex -data-disassemble
15298
15299@subsubheading Synopsis
15300
15301@smallexample
15302 -data-disassemble
15303 [ -s @var{start-addr} -e @var{end-addr} ]
15304 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
15305 -- @var{mode}
15306@end smallexample
15307
15308@noindent
15309Where:
15310
15311@table @samp
15312@item @var{start-addr}
15313is the beginning address (or @code{$pc})
15314@item @var{end-addr}
15315is the end address
15316@item @var{filename}
15317is the name of the file to disassemble
15318@item @var{linenum}
15319is the line number to disassemble around
15320@item @var{lines}
15321is the the number of disassembly lines to be produced. If it is -1,
15322the whole function will be disassembled, in case no @var{end-addr} is
15323specified. If @var{end-addr} is specified as a non-zero value, and
15324@var{lines} is lower than the number of disassembly lines between
15325@var{start-addr} and @var{end-addr}, only @var{lines} lines are
15326displayed; if @var{lines} is higher than the number of lines between
15327@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
15328are displayed.
15329@item @var{mode}
15330is either 0 (meaning only disassembly) or 1 (meaning mixed source and
15331disassembly).
15332@end table
15333
15334@subsubheading Result
15335
15336The output for each instruction is composed of four fields:
15337
15338@itemize @bullet
15339@item Address
15340@item Func-name
15341@item Offset
15342@item Instruction
15343@end itemize
15344
15345Note that whatever included in the instruction field, is not manipulated
15346directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
15347
15348@subsubheading @value{GDBN} Command
15349
15350There's no direct mapping from this command to the CLI.
15351
15352@subsubheading Example
15353
15354Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
15355
15356@smallexample
15357(@value{GDBP})
15358-data-disassemble -s $pc -e "$pc + 20" -- 0
15359^done,
15360asm_insns=[
15361@{address="0x000107c0",func-name="main",offset="4",
15362inst="mov 2, %o0"@},
15363@{address="0x000107c4",func-name="main",offset="8",
15364inst="sethi %hi(0x11800), %o2"@},
15365@{address="0x000107c8",func-name="main",offset="12",
15366inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
15367@{address="0x000107cc",func-name="main",offset="16",
15368inst="sethi %hi(0x11800), %o2"@},
15369@{address="0x000107d0",func-name="main",offset="20",
15370inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
15371(@value{GDBP})
15372@end smallexample
15373
15374Disassemble the whole @code{main} function. Line 32 is part of
15375@code{main}.
15376
15377@smallexample
15378-data-disassemble -f basics.c -l 32 -- 0
15379^done,asm_insns=[
15380@{address="0x000107bc",func-name="main",offset="0",
15381inst="save %sp, -112, %sp"@},
15382@{address="0x000107c0",func-name="main",offset="4",
15383inst="mov 2, %o0"@},
15384@{address="0x000107c4",func-name="main",offset="8",
15385inst="sethi %hi(0x11800), %o2"@},
15386[@dots{}]
15387@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
15388@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
15389(@value{GDBP})
15390@end smallexample
15391
15392Disassemble 3 instructions from the start of @code{main}:
15393
15394@smallexample
15395(@value{GDBP})
15396-data-disassemble -f basics.c -l 32 -n 3 -- 0
15397^done,asm_insns=[
15398@{address="0x000107bc",func-name="main",offset="0",
15399inst="save %sp, -112, %sp"@},
15400@{address="0x000107c0",func-name="main",offset="4",
15401inst="mov 2, %o0"@},
15402@{address="0x000107c4",func-name="main",offset="8",
15403inst="sethi %hi(0x11800), %o2"@}]
15404(@value{GDBP})
15405@end smallexample
15406
15407Disassemble 3 instructions from the start of @code{main} in mixed mode:
15408
15409@smallexample
15410(@value{GDBP})
15411-data-disassemble -f basics.c -l 32 -n 3 -- 1
15412^done,asm_insns=[
15413src_and_asm_line=@{line="31",
15414file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15415 testsuite/gdb.mi/basics.c",line_asm_insn=[
15416@{address="0x000107bc",func-name="main",offset="0",
15417inst="save %sp, -112, %sp"@}]@},
15418src_and_asm_line=@{line="32",
15419file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15420 testsuite/gdb.mi/basics.c",line_asm_insn=[
15421@{address="0x000107c0",func-name="main",offset="4",
15422inst="mov 2, %o0"@},
15423@{address="0x000107c4",func-name="main",offset="8",
15424inst="sethi %hi(0x11800), %o2"@}]@}]
15425(@value{GDBP})
15426@end smallexample
15427
15428
15429@subheading The @code{-data-evaluate-expression} Command
15430@findex -data-evaluate-expression
15431
15432@subsubheading Synopsis
15433
15434@smallexample
15435 -data-evaluate-expression @var{expr}
15436@end smallexample
15437
15438Evaluate @var{expr} as an expression. The expression could contain an
15439inferior function call. The function call will execute synchronously.
15440If the expression contains spaces, it must be enclosed in double quotes.
15441
15442@subsubheading @value{GDBN} Command
15443
15444The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
15445@samp{call}. In @code{gdbtk} only, there's a corresponding
15446@samp{gdb_eval} command.
15447
15448@subsubheading Example
15449
15450In the following example, the numbers that precede the commands are the
15451@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
15452Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
15453output.
15454
15455@smallexample
15456211-data-evaluate-expression A
15457211^done,value="1"
15458(@value{GDBP})
15459311-data-evaluate-expression &A
15460311^done,value="0xefffeb7c"
15461(@value{GDBP})
15462411-data-evaluate-expression A+3
15463411^done,value="4"
15464(@value{GDBP})
15465511-data-evaluate-expression "A + 3"
15466511^done,value="4"
15467(@value{GDBP})
15468@end smallexample
15469
15470
15471@subheading The @code{-data-list-changed-registers} Command
15472@findex -data-list-changed-registers
15473
15474@subsubheading Synopsis
15475
15476@smallexample
15477 -data-list-changed-registers
15478@end smallexample
15479
15480Display a list of the registers that have changed.
15481
15482@subsubheading @value{GDBN} Command
15483
15484@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
15485has the corresponding command @samp{gdb_changed_register_list}.
15486
15487@subsubheading Example
15488
15489On a PPC MBX board:
15490
15491@smallexample
15492(@value{GDBP})
15493-exec-continue
15494^running
15495
15496(@value{GDBP})
15497*stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
15498args=[],file="try.c",line="5"@}
15499(@value{GDBP})
15500-data-list-changed-registers
15501^done,changed-registers=["0","1","2","4","5","6","7","8","9",
15502"10","11","13","14","15","16","17","18","19","20","21","22","23",
15503"24","25","26","27","28","30","31","64","65","66","67","69"]
15504(@value{GDBP})
15505@end smallexample
15506
15507
15508@subheading The @code{-data-list-register-names} Command
15509@findex -data-list-register-names
15510
15511@subsubheading Synopsis
15512
15513@smallexample
15514 -data-list-register-names [ ( @var{regno} )+ ]
15515@end smallexample
15516
15517Show a list of register names for the current target. If no arguments
15518are given, it shows a list of the names of all the registers. If
15519integer numbers are given as arguments, it will print a list of the
15520names of the registers corresponding to the arguments. To ensure
15521consistency between a register name and its number, the output list may
15522include empty register names.
15523
15524@subsubheading @value{GDBN} Command
15525
15526@value{GDBN} does not have a command which corresponds to
15527@samp{-data-list-register-names}. In @code{gdbtk} there is a
15528corresponding command @samp{gdb_regnames}.
15529
15530@subsubheading Example
15531
15532For the PPC MBX board:
15533@smallexample
15534(@value{GDBP})
15535-data-list-register-names
15536^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
15537"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
15538"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
15539"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
15540"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
15541"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
15542"", "pc","ps","cr","lr","ctr","xer"]
15543(@value{GDBP})
15544-data-list-register-names 1 2 3
15545^done,register-names=["r1","r2","r3"]
15546(@value{GDBP})
15547@end smallexample
15548
15549@subheading The @code{-data-list-register-values} Command
15550@findex -data-list-register-values
15551
15552@subsubheading Synopsis
15553
15554@smallexample
15555 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
15556@end smallexample
15557
15558Display the registers' contents. @var{fmt} is the format according to
15559which the registers' contents are to be returned, followed by an optional
15560list of numbers specifying the registers to display. A missing list of
15561numbers indicates that the contents of all the registers must be returned.
15562
15563Allowed formats for @var{fmt} are:
15564
15565@table @code
15566@item x
15567Hexadecimal
15568@item o
15569Octal
15570@item t
15571Binary
15572@item d
15573Decimal
15574@item r
15575Raw
15576@item N
15577Natural
15578@end table
15579
15580@subsubheading @value{GDBN} Command
15581
15582The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
15583all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
15584
15585@subsubheading Example
15586
15587For a PPC MBX board (note: line breaks are for readability only, they
15588don't appear in the actual output):
15589
15590@smallexample
15591(@value{GDBP})
15592-data-list-register-values r 64 65
15593^done,register-values=[@{number="64",value="0xfe00a300"@},
15594@{number="65",value="0x00029002"@}]
15595(@value{GDBP})
15596-data-list-register-values x
15597^done,register-values=[@{number="0",value="0xfe0043c8"@},
15598@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
15599@{number="3",value="0x0"@},@{number="4",value="0xa"@},
15600@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
15601@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
15602@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
15603@{number="11",value="0x1"@},@{number="12",value="0x0"@},
15604@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
15605@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
15606@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
15607@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
15608@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
15609@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
15610@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
15611@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
15612@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
15613@{number="31",value="0x0"@},@{number="32",value="0x0"@},
15614@{number="33",value="0x0"@},@{number="34",value="0x0"@},
15615@{number="35",value="0x0"@},@{number="36",value="0x0"@},
15616@{number="37",value="0x0"@},@{number="38",value="0x0"@},
15617@{number="39",value="0x0"@},@{number="40",value="0x0"@},
15618@{number="41",value="0x0"@},@{number="42",value="0x0"@},
15619@{number="43",value="0x0"@},@{number="44",value="0x0"@},
15620@{number="45",value="0x0"@},@{number="46",value="0x0"@},
15621@{number="47",value="0x0"@},@{number="48",value="0x0"@},
15622@{number="49",value="0x0"@},@{number="50",value="0x0"@},
15623@{number="51",value="0x0"@},@{number="52",value="0x0"@},
15624@{number="53",value="0x0"@},@{number="54",value="0x0"@},
15625@{number="55",value="0x0"@},@{number="56",value="0x0"@},
15626@{number="57",value="0x0"@},@{number="58",value="0x0"@},
15627@{number="59",value="0x0"@},@{number="60",value="0x0"@},
15628@{number="61",value="0x0"@},@{number="62",value="0x0"@},
15629@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
15630@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
15631@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
15632@{number="69",value="0x20002b03"@}]
15633(@value{GDBP})
15634@end smallexample
15635
15636
15637@subheading The @code{-data-read-memory} Command
15638@findex -data-read-memory
15639
15640@subsubheading Synopsis
15641
15642@smallexample
15643 -data-read-memory [ -o @var{byte-offset} ]
15644 @var{address} @var{word-format} @var{word-size}
15645 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
15646@end smallexample
15647
15648@noindent
15649where:
15650
15651@table @samp
15652@item @var{address}
15653An expression specifying the address of the first memory word to be
15654read. Complex expressions containing embedded white space should be
15655quoted using the C convention.
15656
15657@item @var{word-format}
15658The format to be used to print the memory words. The notation is the
15659same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
15660,Output formats}).
15661
15662@item @var{word-size}
15663The size of each memory word in bytes.
15664
15665@item @var{nr-rows}
15666The number of rows in the output table.
15667
15668@item @var{nr-cols}
15669The number of columns in the output table.
15670
15671@item @var{aschar}
15672If present, indicates that each row should include an @sc{ascii} dump. The
15673value of @var{aschar} is used as a padding character when a byte is not a
15674member of the printable @sc{ascii} character set (printable @sc{ascii}
15675characters are those whose code is between 32 and 126, inclusively).
15676
15677@item @var{byte-offset}
15678An offset to add to the @var{address} before fetching memory.
15679@end table
15680
15681This command displays memory contents as a table of @var{nr-rows} by
15682@var{nr-cols} words, each word being @var{word-size} bytes. In total,
15683@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
15684(returned as @samp{total-bytes}). Should less than the requested number
15685of bytes be returned by the target, the missing words are identified
15686using @samp{N/A}. The number of bytes read from the target is returned
15687in @samp{nr-bytes} and the starting address used to read memory in
15688@samp{addr}.
15689
15690The address of the next/previous row or page is available in
15691@samp{next-row} and @samp{prev-row}, @samp{next-page} and
15692@samp{prev-page}.
15693
15694@subsubheading @value{GDBN} Command
15695
15696The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
15697@samp{gdb_get_mem} memory read command.
15698
15699@subsubheading Example
15700
15701Read six bytes of memory starting at @code{bytes+6} but then offset by
15702@code{-6} bytes. Format as three rows of two columns. One byte per
15703word. Display each word in hex.
15704
15705@smallexample
15706(@value{GDBP})
157079-data-read-memory -o -6 -- bytes+6 x 1 3 2
157089^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
15709next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
15710prev-page="0x0000138a",memory=[
15711@{addr="0x00001390",data=["0x00","0x01"]@},
15712@{addr="0x00001392",data=["0x02","0x03"]@},
15713@{addr="0x00001394",data=["0x04","0x05"]@}]
15714(@value{GDBP})
15715@end smallexample
15716
15717Read two bytes of memory starting at address @code{shorts + 64} and
15718display as a single word formatted in decimal.
15719
15720@smallexample
15721(@value{GDBP})
157225-data-read-memory shorts+64 d 2 1 1
157235^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
15724next-row="0x00001512",prev-row="0x0000150e",
15725next-page="0x00001512",prev-page="0x0000150e",memory=[
15726@{addr="0x00001510",data=["128"]@}]
15727(@value{GDBP})
15728@end smallexample
15729
15730Read thirty two bytes of memory starting at @code{bytes+16} and format
15731as eight rows of four columns. Include a string encoding with @samp{x}
15732used as the non-printable character.
15733
15734@smallexample
15735(@value{GDBP})
157364-data-read-memory bytes+16 x 1 8 4 x
157374^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
15738next-row="0x000013c0",prev-row="0x0000139c",
15739next-page="0x000013c0",prev-page="0x00001380",memory=[
15740@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
15741@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
15742@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
15743@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
15744@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
15745@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
15746@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
15747@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
15748(@value{GDBP})
15749@end smallexample
15750
15751@subheading The @code{-display-delete} Command
15752@findex -display-delete
15753
15754@subsubheading Synopsis
15755
15756@smallexample
15757 -display-delete @var{number}
15758@end smallexample
15759
15760Delete the display @var{number}.
15761
15762@subsubheading @value{GDBN} Command
15763
15764The corresponding @value{GDBN} command is @samp{delete display}.
15765
15766@subsubheading Example
15767N.A.
15768
15769
15770@subheading The @code{-display-disable} Command
15771@findex -display-disable
15772
15773@subsubheading Synopsis
15774
15775@smallexample
15776 -display-disable @var{number}
15777@end smallexample
15778
15779Disable display @var{number}.
15780
15781@subsubheading @value{GDBN} Command
15782
15783The corresponding @value{GDBN} command is @samp{disable display}.
15784
15785@subsubheading Example
15786N.A.
15787
15788
15789@subheading The @code{-display-enable} Command
15790@findex -display-enable
15791
15792@subsubheading Synopsis
15793
15794@smallexample
15795 -display-enable @var{number}
15796@end smallexample
15797
15798Enable display @var{number}.
15799
15800@subsubheading @value{GDBN} Command
15801
15802The corresponding @value{GDBN} command is @samp{enable display}.
15803
15804@subsubheading Example
15805N.A.
15806
15807
15808@subheading The @code{-display-insert} Command
15809@findex -display-insert
15810
15811@subsubheading Synopsis
15812
15813@smallexample
15814 -display-insert @var{expression}
15815@end smallexample
15816
15817Display @var{expression} every time the program stops.
15818
15819@subsubheading @value{GDBN} Command
15820
15821The corresponding @value{GDBN} command is @samp{display}.
15822
15823@subsubheading Example
15824N.A.
15825
15826
15827@subheading The @code{-display-list} Command
15828@findex -display-list
15829
15830@subsubheading Synopsis
15831
15832@smallexample
15833 -display-list
15834@end smallexample
15835
15836List the displays. Do not show the current values.
15837
15838@subsubheading @value{GDBN} Command
15839
15840The corresponding @value{GDBN} command is @samp{info display}.
15841
15842@subsubheading Example
15843N.A.
15844
15845
15846@subheading The @code{-environment-cd} Command
15847@findex -environment-cd
15848
15849@subsubheading Synopsis
15850
15851@smallexample
15852 -environment-cd @var{pathdir}
15853@end smallexample
15854
15855Set @value{GDBN}'s working directory.
15856
15857@subsubheading @value{GDBN} Command
15858
15859The corresponding @value{GDBN} command is @samp{cd}.
15860
15861@subsubheading Example
15862
15863@smallexample
15864(@value{GDBP})
15865-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
15866^done
15867(@value{GDBP})
15868@end smallexample
15869
15870
15871@subheading The @code{-environment-directory} Command
15872@findex -environment-directory
15873
15874@subsubheading Synopsis
15875
15876@smallexample
15877 -environment-directory [ -r ] [ @var{pathdir} ]+
15878@end smallexample
15879
15880Add directories @var{pathdir} to beginning of search path for source files.
15881If the @samp{-r} option is used, the search path is reset to the default
15882search path. If directories @var{pathdir} are supplied in addition to the
15883@samp{-r} option, the search path is first reset and then addition
15884occurs as normal.
15885Multiple directories may be specified, separated by blanks. Specifying
15886multiple directories in a single command
15887results in the directories added to the beginning of the
15888search path in the same order they were presented in the command.
15889If blanks are needed as
15890part of a directory name, double-quotes should be used around
15891the name. In the command output, the path will show up separated
15892by the system directory-separator character. The directory-seperator
15893character must not be used
15894in any directory name.
15895If no directories are specified, the current search path is displayed.
15896
15897@subsubheading @value{GDBN} Command
15898
15899The corresponding @value{GDBN} command is @samp{dir}.
15900
15901@subsubheading Example
15902
15903@smallexample
15904(@value{GDBP})
15905-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
15906^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
15907(@value{GDBP})
15908-environment-directory ""
15909^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
15910(@value{GDBP})
15911-environment-directory -r /home/jjohnstn/src/gdb /usr/src
15912^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
15913(@value{GDBP})
15914-environment-directory -r
15915^done,source-path="$cdir:$cwd"
15916(@value{GDBP})
15917@end smallexample
15918
15919
15920@subheading The @code{-environment-path} Command
15921@findex -environment-path
15922
15923@subsubheading Synopsis
15924
15925@smallexample
15926 -environment-path [ -r ] [ @var{pathdir} ]+
15927@end smallexample
15928
15929Add directories @var{pathdir} to beginning of search path for object files.
15930If the @samp{-r} option is used, the search path is reset to the original
15931search path that existed at gdb start-up. If directories @var{pathdir} are
15932supplied in addition to the
15933@samp{-r} option, the search path is first reset and then addition
15934occurs as normal.
15935Multiple directories may be specified, separated by blanks. Specifying
15936multiple directories in a single command
15937results in the directories added to the beginning of the
15938search path in the same order they were presented in the command.
15939If blanks are needed as
15940part of a directory name, double-quotes should be used around
15941the name. In the command output, the path will show up separated
15942by the system directory-separator character. The directory-seperator
15943character must not be used
15944in any directory name.
15945If no directories are specified, the current path is displayed.
15946
15947
15948@subsubheading @value{GDBN} Command
15949
15950The corresponding @value{GDBN} command is @samp{path}.
15951
15952@subsubheading Example
15953
15954@smallexample
15955(@value{GDBP})
15956-environment-path
15957^done,path="/usr/bin"
15958(@value{GDBP})
15959-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
15960^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
15961(@value{GDBP})
15962-environment-path -r /usr/local/bin
15963^done,path="/usr/local/bin:/usr/bin"
15964(@value{GDBP})
15965@end smallexample
15966
15967
15968@subheading The @code{-environment-pwd} Command
15969@findex -environment-pwd
15970
15971@subsubheading Synopsis
15972
15973@smallexample
15974 -environment-pwd
15975@end smallexample
15976
15977Show the current working directory.
15978
15979@subsubheading @value{GDBN} command
15980
15981The corresponding @value{GDBN} command is @samp{pwd}.
15982
15983@subsubheading Example
15984
15985@smallexample
15986(@value{GDBP})
15987-environment-pwd
15988^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
15989(@value{GDBP})
15990@end smallexample
15991
15992@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15993@node GDB/MI Program Control
15994@section @sc{gdb/mi} Program control
15995
15996@subsubheading Program termination
15997
15998As a result of execution, the inferior program can run to completion, if
15999it doesn't encounter any breakpoints. In this case the output will
16000include an exit code, if the program has exited exceptionally.
16001
16002@subsubheading Examples
16003
16004@noindent
16005Program exited normally:
16006
16007@smallexample
16008(@value{GDBP})
16009-exec-run
16010^running
16011(@value{GDBP})
16012x = 55
16013*stopped,reason="exited-normally"
16014(@value{GDBP})
16015@end smallexample
16016
16017@noindent
16018Program exited exceptionally:
16019
16020@smallexample
16021(@value{GDBP})
16022-exec-run
16023^running
16024(@value{GDBP})
16025x = 55
16026*stopped,reason="exited",exit-code="01"
16027(@value{GDBP})
16028@end smallexample
16029
16030Another way the program can terminate is if it receives a signal such as
16031@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
16032
16033@smallexample
16034(@value{GDBP})
16035*stopped,reason="exited-signalled",signal-name="SIGINT",
16036signal-meaning="Interrupt"
16037@end smallexample
16038
16039
16040@subheading The @code{-exec-abort} Command
16041@findex -exec-abort
16042
16043@subsubheading Synopsis
16044
16045@smallexample
16046 -exec-abort
16047@end smallexample
16048
16049Kill the inferior running program.
16050
16051@subsubheading @value{GDBN} Command
16052
16053The corresponding @value{GDBN} command is @samp{kill}.
16054
16055@subsubheading Example
16056N.A.
16057
16058
16059@subheading The @code{-exec-arguments} Command
16060@findex -exec-arguments
16061
16062@subsubheading Synopsis
16063
16064@smallexample
16065 -exec-arguments @var{args}
16066@end smallexample
16067
16068Set the inferior program arguments, to be used in the next
16069@samp{-exec-run}.
16070
16071@subsubheading @value{GDBN} Command
16072
16073The corresponding @value{GDBN} command is @samp{set args}.
16074
16075@subsubheading Example
16076
16077@c FIXME!
16078Don't have one around.
16079
16080
16081@subheading The @code{-exec-continue} Command
16082@findex -exec-continue
16083
16084@subsubheading Synopsis
16085
16086@smallexample
16087 -exec-continue
16088@end smallexample
16089
16090Asynchronous command. Resumes the execution of the inferior program
16091until a breakpoint is encountered, or until the inferior exits.
16092
16093@subsubheading @value{GDBN} Command
16094
16095The corresponding @value{GDBN} corresponding is @samp{continue}.
16096
16097@subsubheading Example
16098
16099@smallexample
16100-exec-continue
16101^running
16102(@value{GDBP})
16103@@Hello world
16104*stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
16105file="hello.c",line="13"@}
16106(@value{GDBP})
16107@end smallexample
16108
16109
16110@subheading The @code{-exec-finish} Command
16111@findex -exec-finish
16112
16113@subsubheading Synopsis
16114
16115@smallexample
16116 -exec-finish
16117@end smallexample
16118
16119Asynchronous command. Resumes the execution of the inferior program
16120until the current function is exited. Displays the results returned by
16121the function.
16122
16123@subsubheading @value{GDBN} Command
16124
16125The corresponding @value{GDBN} command is @samp{finish}.
16126
16127@subsubheading Example
16128
16129Function returning @code{void}.
16130
16131@smallexample
16132-exec-finish
16133^running
16134(@value{GDBP})
16135@@hello from foo
16136*stopped,reason="function-finished",frame=@{func="main",args=[],
16137file="hello.c",line="7"@}
16138(@value{GDBP})
16139@end smallexample
16140
16141Function returning other than @code{void}. The name of the internal
16142@value{GDBN} variable storing the result is printed, together with the
16143value itself.
16144
16145@smallexample
16146-exec-finish
16147^running
16148(@value{GDBP})
16149*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
16150args=[@{name="a",value="1"],@{name="b",value="9"@}@},
16151file="recursive2.c",line="14"@},
16152gdb-result-var="$1",return-value="0"
16153(@value{GDBP})
16154@end smallexample
16155
16156
16157@subheading The @code{-exec-interrupt} Command
16158@findex -exec-interrupt
16159
16160@subsubheading Synopsis
16161
16162@smallexample
16163 -exec-interrupt
16164@end smallexample
16165
16166Asynchronous command. Interrupts the background execution of the target.
16167Note how the token associated with the stop message is the one for the
16168execution command that has been interrupted. The token for the interrupt
16169itself only appears in the @samp{^done} output. If the user is trying to
16170interrupt a non-running program, an error message will be printed.
16171
16172@subsubheading @value{GDBN} Command
16173
16174The corresponding @value{GDBN} command is @samp{interrupt}.
16175
16176@subsubheading Example
16177
16178@smallexample
16179(@value{GDBP})
16180111-exec-continue
16181111^running
16182
16183(@value{GDBP})
16184222-exec-interrupt
16185222^done
16186(@value{GDBP})
16187111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
16188frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@}
16189(@value{GDBP})
16190
16191(@value{GDBP})
16192-exec-interrupt
16193^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
16194(@value{GDBP})
16195@end smallexample
16196
16197
16198@subheading The @code{-exec-next} Command
16199@findex -exec-next
16200
16201@subsubheading Synopsis
16202
16203@smallexample
16204 -exec-next
16205@end smallexample
16206
16207Asynchronous command. Resumes execution of the inferior program, stopping
16208when the beginning of the next source line is reached.
16209
16210@subsubheading @value{GDBN} Command
16211
16212The corresponding @value{GDBN} command is @samp{next}.
16213
16214@subsubheading Example
16215
16216@smallexample
16217-exec-next
16218^running
16219(@value{GDBP})
16220*stopped,reason="end-stepping-range",line="8",file="hello.c"
16221(@value{GDBP})
16222@end smallexample
16223
16224
16225@subheading The @code{-exec-next-instruction} Command
16226@findex -exec-next-instruction
16227
16228@subsubheading Synopsis
16229
16230@smallexample
16231 -exec-next-instruction
16232@end smallexample
16233
16234Asynchronous command. Executes one machine instruction. If the
16235instruction is a function call continues until the function returns. If
16236the program stops at an instruction in the middle of a source line, the
16237address will be printed as well.
16238
16239@subsubheading @value{GDBN} Command
16240
16241The corresponding @value{GDBN} command is @samp{nexti}.
16242
16243@subsubheading Example
16244
16245@smallexample
16246(@value{GDBP})
16247-exec-next-instruction
16248^running
16249
16250(@value{GDBP})
16251*stopped,reason="end-stepping-range",
16252addr="0x000100d4",line="5",file="hello.c"
16253(@value{GDBP})
16254@end smallexample
16255
16256
16257@subheading The @code{-exec-return} Command
16258@findex -exec-return
16259
16260@subsubheading Synopsis
16261
16262@smallexample
16263 -exec-return
16264@end smallexample
16265
16266Makes current function return immediately. Doesn't execute the inferior.
16267Displays the new current frame.
16268
16269@subsubheading @value{GDBN} Command
16270
16271The corresponding @value{GDBN} command is @samp{return}.
16272
16273@subsubheading Example
16274
16275@smallexample
16276(@value{GDBP})
16277200-break-insert callee4
16278200^done,bkpt=@{number="1",addr="0x00010734",
16279file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16280(@value{GDBP})
16281000-exec-run
16282000^running
16283(@value{GDBP})
16284000*stopped,reason="breakpoint-hit",bkptno="1",
16285frame=@{func="callee4",args=[],
16286file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16287(@value{GDBP})
16288205-break-delete
16289205^done
16290(@value{GDBP})
16291111-exec-return
16292111^done,frame=@{level="0",func="callee3",
16293args=[@{name="strarg",
16294value="0x11940 \"A string argument.\""@}],
16295file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
16296(@value{GDBP})
16297@end smallexample
16298
16299
16300@subheading The @code{-exec-run} Command
16301@findex -exec-run
16302
16303@subsubheading Synopsis
16304
16305@smallexample
16306 -exec-run
16307@end smallexample
16308
16309Asynchronous command. Starts execution of the inferior from the
16310beginning. The inferior executes until either a breakpoint is
16311encountered or the program exits.
16312
16313@subsubheading @value{GDBN} Command
16314
16315The corresponding @value{GDBN} command is @samp{run}.
16316
16317@subsubheading Example
16318
16319@smallexample
16320(@value{GDBP})
16321-break-insert main
16322^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
16323(@value{GDBP})
16324-exec-run
16325^running
16326(@value{GDBP})
16327*stopped,reason="breakpoint-hit",bkptno="1",
16328frame=@{func="main",args=[],file="recursive2.c",line="4"@}
16329(@value{GDBP})
16330@end smallexample
16331
16332
16333@subheading The @code{-exec-show-arguments} Command
16334@findex -exec-show-arguments
16335
16336@subsubheading Synopsis
16337
16338@smallexample
16339 -exec-show-arguments
16340@end smallexample
16341
16342Print the arguments of the program.
16343
16344@subsubheading @value{GDBN} Command
16345
16346The corresponding @value{GDBN} command is @samp{show args}.
16347
16348@subsubheading Example
16349N.A.
16350
16351@c @subheading -exec-signal
16352
16353@subheading The @code{-exec-step} Command
16354@findex -exec-step
16355
16356@subsubheading Synopsis
16357
16358@smallexample
16359 -exec-step
16360@end smallexample
16361
16362Asynchronous command. Resumes execution of the inferior program, stopping
16363when the beginning of the next source line is reached, if the next
16364source line is not a function call. If it is, stop at the first
16365instruction of the called function.
16366
16367@subsubheading @value{GDBN} Command
16368
16369The corresponding @value{GDBN} command is @samp{step}.
16370
16371@subsubheading Example
16372
16373Stepping into a function:
16374
16375@smallexample
16376-exec-step
16377^running
16378(@value{GDBP})
16379*stopped,reason="end-stepping-range",
16380frame=@{func="foo",args=[@{name="a",value="10"@},
16381@{name="b",value="0"@}],file="recursive2.c",line="11"@}
16382(@value{GDBP})
16383@end smallexample
16384
16385Regular stepping:
16386
16387@smallexample
16388-exec-step
16389^running
16390(@value{GDBP})
16391*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
16392(@value{GDBP})
16393@end smallexample
16394
16395
16396@subheading The @code{-exec-step-instruction} Command
16397@findex -exec-step-instruction
16398
16399@subsubheading Synopsis
16400
16401@smallexample
16402 -exec-step-instruction
16403@end smallexample
16404
16405Asynchronous command. Resumes the inferior which executes one machine
16406instruction. The output, once @value{GDBN} has stopped, will vary depending on
16407whether we have stopped in the middle of a source line or not. In the
16408former case, the address at which the program stopped will be printed as
16409well.
16410
16411@subsubheading @value{GDBN} Command
16412
16413The corresponding @value{GDBN} command is @samp{stepi}.
16414
16415@subsubheading Example
16416
16417@smallexample
16418(@value{GDBP})
16419-exec-step-instruction
16420^running
16421
16422(@value{GDBP})
16423*stopped,reason="end-stepping-range",
16424frame=@{func="foo",args=[],file="try.c",line="10"@}
16425(@value{GDBP})
16426-exec-step-instruction
16427^running
16428
16429(@value{GDBP})
16430*stopped,reason="end-stepping-range",
16431frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@}
16432(@value{GDBP})
16433@end smallexample
16434
16435
16436@subheading The @code{-exec-until} Command
16437@findex -exec-until
16438
16439@subsubheading Synopsis
16440
16441@smallexample
16442 -exec-until [ @var{location} ]
16443@end smallexample
16444
16445Asynchronous command. Executes the inferior until the @var{location}
16446specified in the argument is reached. If there is no argument, the inferior
16447executes until a source line greater than the current one is reached.
16448The reason for stopping in this case will be @samp{location-reached}.
16449
16450@subsubheading @value{GDBN} Command
16451
16452The corresponding @value{GDBN} command is @samp{until}.
16453
16454@subsubheading Example
16455
16456@smallexample
16457(@value{GDBP})
16458-exec-until recursive2.c:6
16459^running
16460(@value{GDBP})
16461x = 55
16462*stopped,reason="location-reached",frame=@{func="main",args=[],
16463file="recursive2.c",line="6"@}
16464(@value{GDBP})
16465@end smallexample
16466
16467@ignore
16468@subheading -file-clear
16469Is this going away????
16470@end ignore
16471
16472
16473@subheading The @code{-file-exec-and-symbols} Command
16474@findex -file-exec-and-symbols
16475
16476@subsubheading Synopsis
16477
16478@smallexample
16479 -file-exec-and-symbols @var{file}
16480@end smallexample
16481
16482Specify the executable file to be debugged. This file is the one from
16483which the symbol table is also read. If no file is specified, the
16484command clears the executable and symbol information. If breakpoints
16485are set when using this command with no arguments, @value{GDBN} will produce
16486error messages. Otherwise, no output is produced, except a completion
16487notification.
16488
16489@subsubheading @value{GDBN} Command
16490
16491The corresponding @value{GDBN} command is @samp{file}.
16492
16493@subsubheading Example
16494
16495@smallexample
16496(@value{GDBP})
16497-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16498^done
16499(@value{GDBP})
16500@end smallexample
16501
16502
16503@subheading The @code{-file-exec-file} Command
16504@findex -file-exec-file
16505
16506@subsubheading Synopsis
16507
16508@smallexample
16509 -file-exec-file @var{file}
16510@end smallexample
16511
16512Specify the executable file to be debugged. Unlike
16513@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
16514from this file. If used without argument, @value{GDBN} clears the information
16515about the executable file. No output is produced, except a completion
16516notification.
16517
16518@subsubheading @value{GDBN} Command
16519
16520The corresponding @value{GDBN} command is @samp{exec-file}.
16521
16522@subsubheading Example
16523
16524@smallexample
16525(@value{GDBP})
16526-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16527^done
16528(@value{GDBP})
16529@end smallexample
16530
16531
16532@subheading The @code{-file-list-exec-sections} Command
16533@findex -file-list-exec-sections
16534
16535@subsubheading Synopsis
16536
16537@smallexample
16538 -file-list-exec-sections
16539@end smallexample
16540
16541List the sections of the current executable file.
16542
16543@subsubheading @value{GDBN} Command
16544
16545The @value{GDBN} command @samp{info file} shows, among the rest, the same
16546information as this command. @code{gdbtk} has a corresponding command
16547@samp{gdb_load_info}.
16548
16549@subsubheading Example
16550N.A.
16551
16552
1abaf70c
BR
16553@subheading The @code{-file-list-exec-source-file} Command
16554@findex -file-list-exec-source-file
16555
16556@subsubheading Synopsis
16557
16558@smallexample
16559 -file-list-exec-source-file
16560@end smallexample
16561
16562List the line number, the current source file, and the absolute path
16563to the current source file for the current executable.
16564
16565@subsubheading @value{GDBN} Command
16566
16567There's no @value{GDBN} command which directly corresponds to this one.
16568
16569@subsubheading Example
16570
16571@smallexample
16572(@value{GDBP})
16573123-file-list-exec-source-file
16574123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
16575(@value{GDBP})
16576@end smallexample
16577
16578
922fbb7b
AC
16579@subheading The @code{-file-list-exec-source-files} Command
16580@findex -file-list-exec-source-files
16581
16582@subsubheading Synopsis
16583
16584@smallexample
16585 -file-list-exec-source-files
16586@end smallexample
16587
16588List the source files for the current executable.
16589
16590@subsubheading @value{GDBN} Command
16591
16592There's no @value{GDBN} command which directly corresponds to this one.
16593@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
16594
16595@subsubheading Example
16596N.A.
16597
16598
16599@subheading The @code{-file-list-shared-libraries} Command
16600@findex -file-list-shared-libraries
16601
16602@subsubheading Synopsis
16603
16604@smallexample
16605 -file-list-shared-libraries
16606@end smallexample
16607
16608List the shared libraries in the program.
16609
16610@subsubheading @value{GDBN} Command
16611
16612The corresponding @value{GDBN} command is @samp{info shared}.
16613
16614@subsubheading Example
16615N.A.
16616
16617
16618@subheading The @code{-file-list-symbol-files} Command
16619@findex -file-list-symbol-files
16620
16621@subsubheading Synopsis
16622
16623@smallexample
16624 -file-list-symbol-files
16625@end smallexample
16626
16627List symbol files.
16628
16629@subsubheading @value{GDBN} Command
16630
16631The corresponding @value{GDBN} command is @samp{info file} (part of it).
16632
16633@subsubheading Example
16634N.A.
16635
16636
16637@subheading The @code{-file-symbol-file} Command
16638@findex -file-symbol-file
16639
16640@subsubheading Synopsis
16641
16642@smallexample
16643 -file-symbol-file @var{file}
16644@end smallexample
16645
16646Read symbol table info from the specified @var{file} argument. When
16647used without arguments, clears @value{GDBN}'s symbol table info. No output is
16648produced, except for a completion notification.
16649
16650@subsubheading @value{GDBN} Command
16651
16652The corresponding @value{GDBN} command is @samp{symbol-file}.
16653
16654@subsubheading Example
16655
16656@smallexample
16657(@value{GDBP})
16658-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16659^done
16660(@value{GDBP})
16661@end smallexample
16662
16663@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16664@node GDB/MI Miscellaneous Commands
16665@section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
16666
16667@c @subheading -gdb-complete
16668
16669@subheading The @code{-gdb-exit} Command
16670@findex -gdb-exit
16671
16672@subsubheading Synopsis
16673
16674@smallexample
16675 -gdb-exit
16676@end smallexample
16677
16678Exit @value{GDBN} immediately.
16679
16680@subsubheading @value{GDBN} Command
16681
16682Approximately corresponds to @samp{quit}.
16683
16684@subsubheading Example
16685
16686@smallexample
16687(@value{GDBP})
16688-gdb-exit
16689@end smallexample
16690
16691@subheading The @code{-gdb-set} Command
16692@findex -gdb-set
16693
16694@subsubheading Synopsis
16695
16696@smallexample
16697 -gdb-set
16698@end smallexample
16699
16700Set an internal @value{GDBN} variable.
16701@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
16702
16703@subsubheading @value{GDBN} Command
16704
16705The corresponding @value{GDBN} command is @samp{set}.
16706
16707@subsubheading Example
16708
16709@smallexample
16710(@value{GDBP})
16711-gdb-set $foo=3
16712^done
16713(@value{GDBP})
16714@end smallexample
16715
16716
16717@subheading The @code{-gdb-show} Command
16718@findex -gdb-show
16719
16720@subsubheading Synopsis
16721
16722@smallexample
16723 -gdb-show
16724@end smallexample
16725
16726Show the current value of a @value{GDBN} variable.
16727
16728@subsubheading @value{GDBN} command
16729
16730The corresponding @value{GDBN} command is @samp{show}.
16731
16732@subsubheading Example
16733
16734@smallexample
16735(@value{GDBP})
16736-gdb-show annotate
16737^done,value="0"
16738(@value{GDBP})
16739@end smallexample
16740
16741@c @subheading -gdb-source
16742
16743
16744@subheading The @code{-gdb-version} Command
16745@findex -gdb-version
16746
16747@subsubheading Synopsis
16748
16749@smallexample
16750 -gdb-version
16751@end smallexample
16752
16753Show version information for @value{GDBN}. Used mostly in testing.
16754
16755@subsubheading @value{GDBN} Command
16756
16757There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
16758information when you start an interactive session.
16759
16760@subsubheading Example
16761
16762@c This example modifies the actual output from GDB to avoid overfull
16763@c box in TeX.
16764@smallexample
16765(@value{GDBP})
16766-gdb-version
16767~GNU gdb 5.2.1
16768~Copyright 2000 Free Software Foundation, Inc.
16769~GDB is free software, covered by the GNU General Public License, and
16770~you are welcome to change it and/or distribute copies of it under
16771~ certain conditions.
16772~Type "show copying" to see the conditions.
16773~There is absolutely no warranty for GDB. Type "show warranty" for
16774~ details.
16775~This GDB was configured as
16776 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
16777^done
16778(@value{GDBP})
16779@end smallexample
16780
16781@subheading The @code{-interpreter-exec} Command
16782@findex -interpreter-exec
16783
16784@subheading Synopsis
16785
16786@smallexample
16787-interpreter-exec @var{interpreter} @var{command}
16788@end smallexample
16789
16790Execute the specified @var{command} in the given @var{interpreter}.
16791
16792@subheading @value{GDBN} Command
16793
16794The corresponding @value{GDBN} command is @samp{interpreter-exec}.
16795
16796@subheading Example
16797
16798@smallexample
16799(@value{GDBP})
16800-interpreter-exec console "break main"
16801&"During symbol reading, couldn't parse type; debugger out of date?.\n"
16802&"During symbol reading, bad structure-type format.\n"
16803~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
16804^done
16805(@value{GDBP})
16806@end smallexample
16807
16808@ignore
16809@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16810@node GDB/MI Kod Commands
16811@section @sc{gdb/mi} Kod Commands
16812
16813The Kod commands are not implemented.
16814
16815@c @subheading -kod-info
16816
16817@c @subheading -kod-list
16818
16819@c @subheading -kod-list-object-types
16820
16821@c @subheading -kod-show
16822
16823@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16824@node GDB/MI Memory Overlay Commands
16825@section @sc{gdb/mi} Memory Overlay Commands
16826
16827The memory overlay commands are not implemented.
16828
16829@c @subheading -overlay-auto
16830
16831@c @subheading -overlay-list-mapping-state
16832
16833@c @subheading -overlay-list-overlays
16834
16835@c @subheading -overlay-map
16836
16837@c @subheading -overlay-off
16838
16839@c @subheading -overlay-on
16840
16841@c @subheading -overlay-unmap
16842
16843@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16844@node GDB/MI Signal Handling Commands
16845@section @sc{gdb/mi} Signal Handling Commands
16846
16847Signal handling commands are not implemented.
16848
16849@c @subheading -signal-handle
16850
16851@c @subheading -signal-list-handle-actions
16852
16853@c @subheading -signal-list-signal-types
16854@end ignore
16855
16856
16857@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16858@node GDB/MI Stack Manipulation
16859@section @sc{gdb/mi} Stack Manipulation Commands
16860
16861
16862@subheading The @code{-stack-info-frame} Command
16863@findex -stack-info-frame
16864
16865@subsubheading Synopsis
16866
16867@smallexample
16868 -stack-info-frame
16869@end smallexample
16870
16871Get info on the current frame.
16872
16873@subsubheading @value{GDBN} Command
16874
16875The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
16876(without arguments).
16877
16878@subsubheading Example
16879N.A.
16880
16881@subheading The @code{-stack-info-depth} Command
16882@findex -stack-info-depth
16883
16884@subsubheading Synopsis
16885
16886@smallexample
16887 -stack-info-depth [ @var{max-depth} ]
16888@end smallexample
16889
16890Return the depth of the stack. If the integer argument @var{max-depth}
16891is specified, do not count beyond @var{max-depth} frames.
16892
16893@subsubheading @value{GDBN} Command
16894
16895There's no equivalent @value{GDBN} command.
16896
16897@subsubheading Example
16898
16899For a stack with frame levels 0 through 11:
16900
16901@smallexample
16902(@value{GDBP})
16903-stack-info-depth
16904^done,depth="12"
16905(@value{GDBP})
16906-stack-info-depth 4
16907^done,depth="4"
16908(@value{GDBP})
16909-stack-info-depth 12
16910^done,depth="12"
16911(@value{GDBP})
16912-stack-info-depth 11
16913^done,depth="11"
16914(@value{GDBP})
16915-stack-info-depth 13
16916^done,depth="12"
16917(@value{GDBP})
16918@end smallexample
16919
16920@subheading The @code{-stack-list-arguments} Command
16921@findex -stack-list-arguments
16922
16923@subsubheading Synopsis
16924
16925@smallexample
16926 -stack-list-arguments @var{show-values}
16927 [ @var{low-frame} @var{high-frame} ]
16928@end smallexample
16929
16930Display a list of the arguments for the frames between @var{low-frame}
16931and @var{high-frame} (inclusive). If @var{low-frame} and
16932@var{high-frame} are not provided, list the arguments for the whole call
16933stack.
16934
16935The @var{show-values} argument must have a value of 0 or 1. A value of
169360 means that only the names of the arguments are listed, a value of 1
16937means that both names and values of the arguments are printed.
16938
16939@subsubheading @value{GDBN} Command
16940
16941@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
16942@samp{gdb_get_args} command which partially overlaps with the
16943functionality of @samp{-stack-list-arguments}.
16944
16945@subsubheading Example
16946
16947@smallexample
16948(@value{GDBP})
16949-stack-list-frames
16950^done,
16951stack=[
16952frame=@{level="0",addr="0x00010734",func="callee4",
16953file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
16954frame=@{level="1",addr="0x0001076c",func="callee3",
16955file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
16956frame=@{level="2",addr="0x0001078c",func="callee2",
16957file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
16958frame=@{level="3",addr="0x000107b4",func="callee1",
16959file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
16960frame=@{level="4",addr="0x000107e0",func="main",
16961file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
16962(@value{GDBP})
16963-stack-list-arguments 0
16964^done,
16965stack-args=[
16966frame=@{level="0",args=[]@},
16967frame=@{level="1",args=[name="strarg"]@},
16968frame=@{level="2",args=[name="intarg",name="strarg"]@},
16969frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
16970frame=@{level="4",args=[]@}]
16971(@value{GDBP})
16972-stack-list-arguments 1
16973^done,
16974stack-args=[
16975frame=@{level="0",args=[]@},
16976frame=@{level="1",
16977 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
16978frame=@{level="2",args=[
16979@{name="intarg",value="2"@},
16980@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
16981@{frame=@{level="3",args=[
16982@{name="intarg",value="2"@},
16983@{name="strarg",value="0x11940 \"A string argument.\""@},
16984@{name="fltarg",value="3.5"@}]@},
16985frame=@{level="4",args=[]@}]
16986(@value{GDBP})
16987-stack-list-arguments 0 2 2
16988^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
16989(@value{GDBP})
16990-stack-list-arguments 1 2 2
16991^done,stack-args=[frame=@{level="2",
16992args=[@{name="intarg",value="2"@},
16993@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
16994(@value{GDBP})
16995@end smallexample
16996
16997@c @subheading -stack-list-exception-handlers
16998
16999
17000@subheading The @code{-stack-list-frames} Command
17001@findex -stack-list-frames
17002
17003@subsubheading Synopsis
17004
17005@smallexample
17006 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
17007@end smallexample
17008
17009List the frames currently on the stack. For each frame it displays the
17010following info:
17011
17012@table @samp
17013@item @var{level}
17014The frame number, 0 being the topmost frame, i.e. the innermost function.
17015@item @var{addr}
17016The @code{$pc} value for that frame.
17017@item @var{func}
17018Function name.
17019@item @var{file}
17020File name of the source file where the function lives.
17021@item @var{line}
17022Line number corresponding to the @code{$pc}.
17023@end table
17024
17025If invoked without arguments, this command prints a backtrace for the
17026whole stack. If given two integer arguments, it shows the frames whose
17027levels are between the two arguments (inclusive). If the two arguments
17028are equal, it shows the single frame at the corresponding level.
17029
17030@subsubheading @value{GDBN} Command
17031
17032The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
17033
17034@subsubheading Example
17035
17036Full stack backtrace:
17037
17038@smallexample
17039(@value{GDBP})
17040-stack-list-frames
17041^done,stack=
17042[frame=@{level="0",addr="0x0001076c",func="foo",
17043 file="recursive2.c",line="11"@},
17044frame=@{level="1",addr="0x000107a4",func="foo",
17045 file="recursive2.c",line="14"@},
17046frame=@{level="2",addr="0x000107a4",func="foo",
17047 file="recursive2.c",line="14"@},
17048frame=@{level="3",addr="0x000107a4",func="foo",
17049 file="recursive2.c",line="14"@},
17050frame=@{level="4",addr="0x000107a4",func="foo",
17051 file="recursive2.c",line="14"@},
17052frame=@{level="5",addr="0x000107a4",func="foo",
17053 file="recursive2.c",line="14"@},
17054frame=@{level="6",addr="0x000107a4",func="foo",
17055 file="recursive2.c",line="14"@},
17056frame=@{level="7",addr="0x000107a4",func="foo",
17057 file="recursive2.c",line="14"@},
17058frame=@{level="8",addr="0x000107a4",func="foo",
17059 file="recursive2.c",line="14"@},
17060frame=@{level="9",addr="0x000107a4",func="foo",
17061 file="recursive2.c",line="14"@},
17062frame=@{level="10",addr="0x000107a4",func="foo",
17063 file="recursive2.c",line="14"@},
17064frame=@{level="11",addr="0x00010738",func="main",
17065 file="recursive2.c",line="4"@}]
17066(@value{GDBP})
17067@end smallexample
17068
17069Show frames between @var{low_frame} and @var{high_frame}:
17070
17071@smallexample
17072(@value{GDBP})
17073-stack-list-frames 3 5
17074^done,stack=
17075[frame=@{level="3",addr="0x000107a4",func="foo",
17076 file="recursive2.c",line="14"@},
17077frame=@{level="4",addr="0x000107a4",func="foo",
17078 file="recursive2.c",line="14"@},
17079frame=@{level="5",addr="0x000107a4",func="foo",
17080 file="recursive2.c",line="14"@}]
17081(@value{GDBP})
17082@end smallexample
17083
17084Show a single frame:
17085
17086@smallexample
17087(@value{GDBP})
17088-stack-list-frames 3 3
17089^done,stack=
17090[frame=@{level="3",addr="0x000107a4",func="foo",
17091 file="recursive2.c",line="14"@}]
17092(@value{GDBP})
17093@end smallexample
17094
17095
17096@subheading The @code{-stack-list-locals} Command
17097@findex -stack-list-locals
17098
17099@subsubheading Synopsis
17100
17101@smallexample
17102 -stack-list-locals @var{print-values}
17103@end smallexample
17104
17105Display the local variable names for the current frame. With an
17106argument of 0 prints only the names of the variables, with argument of 1
17107prints also their values.
17108
17109@subsubheading @value{GDBN} Command
17110
17111@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
17112
17113@subsubheading Example
17114
17115@smallexample
17116(@value{GDBP})
17117-stack-list-locals 0
17118^done,locals=[name="A",name="B",name="C"]
17119(@value{GDBP})
17120-stack-list-locals 1
17121^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
17122 @{name="C",value="3"@}]
17123(@value{GDBP})
17124@end smallexample
17125
17126
17127@subheading The @code{-stack-select-frame} Command
17128@findex -stack-select-frame
17129
17130@subsubheading Synopsis
17131
17132@smallexample
17133 -stack-select-frame @var{framenum}
17134@end smallexample
17135
17136Change the current frame. Select a different frame @var{framenum} on
17137the stack.
17138
17139@subsubheading @value{GDBN} Command
17140
17141The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
17142@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
17143
17144@subsubheading Example
17145
17146@smallexample
17147(@value{GDBP})
17148-stack-select-frame 2
17149^done
17150(@value{GDBP})
17151@end smallexample
17152
17153@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17154@node GDB/MI Symbol Query
17155@section @sc{gdb/mi} Symbol Query Commands
17156
17157
17158@subheading The @code{-symbol-info-address} Command
17159@findex -symbol-info-address
17160
17161@subsubheading Synopsis
17162
17163@smallexample
17164 -symbol-info-address @var{symbol}
17165@end smallexample
17166
17167Describe where @var{symbol} is stored.
17168
17169@subsubheading @value{GDBN} Command
17170
17171The corresponding @value{GDBN} command is @samp{info address}.
17172
17173@subsubheading Example
17174N.A.
17175
17176
17177@subheading The @code{-symbol-info-file} Command
17178@findex -symbol-info-file
17179
17180@subsubheading Synopsis
17181
17182@smallexample
17183 -symbol-info-file
17184@end smallexample
17185
17186Show the file for the symbol.
17187
17188@subsubheading @value{GDBN} Command
17189
17190There's no equivalent @value{GDBN} command. @code{gdbtk} has
17191@samp{gdb_find_file}.
17192
17193@subsubheading Example
17194N.A.
17195
17196
17197@subheading The @code{-symbol-info-function} Command
17198@findex -symbol-info-function
17199
17200@subsubheading Synopsis
17201
17202@smallexample
17203 -symbol-info-function
17204@end smallexample
17205
17206Show which function the symbol lives in.
17207
17208@subsubheading @value{GDBN} Command
17209
17210@samp{gdb_get_function} in @code{gdbtk}.
17211
17212@subsubheading Example
17213N.A.
17214
17215
17216@subheading The @code{-symbol-info-line} Command
17217@findex -symbol-info-line
17218
17219@subsubheading Synopsis
17220
17221@smallexample
17222 -symbol-info-line
17223@end smallexample
17224
17225Show the core addresses of the code for a source line.
17226
17227@subsubheading @value{GDBN} Command
17228
71952f4c 17229The corresponding @value{GDBN} command is @samp{info line}.
922fbb7b
AC
17230@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
17231
17232@subsubheading Example
17233N.A.
17234
17235
17236@subheading The @code{-symbol-info-symbol} Command
17237@findex -symbol-info-symbol
17238
17239@subsubheading Synopsis
17240
17241@smallexample
17242 -symbol-info-symbol @var{addr}
17243@end smallexample
17244
17245Describe what symbol is at location @var{addr}.
17246
17247@subsubheading @value{GDBN} Command
17248
17249The corresponding @value{GDBN} command is @samp{info symbol}.
17250
17251@subsubheading Example
17252N.A.
17253
17254
17255@subheading The @code{-symbol-list-functions} Command
17256@findex -symbol-list-functions
17257
17258@subsubheading Synopsis
17259
17260@smallexample
17261 -symbol-list-functions
17262@end smallexample
17263
17264List the functions in the executable.
17265
17266@subsubheading @value{GDBN} Command
17267
17268@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
17269@samp{gdb_search} in @code{gdbtk}.
17270
17271@subsubheading Example
17272N.A.
17273
17274
32e7087d
JB
17275@subheading The @code{-symbol-list-lines} Command
17276@findex -symbol-list-lines
17277
17278@subsubheading Synopsis
17279
17280@smallexample
17281 -symbol-list-lines @var{filename}
17282@end smallexample
17283
17284Print the list of lines that contain code and their associated program
17285addresses for the given source filename. The entries are sorted in
17286ascending PC order.
17287
17288@subsubheading @value{GDBN} Command
17289
17290There is no corresponding @value{GDBN} command.
17291
17292@subsubheading Example
17293@smallexample
17294(@value{GDBP})
17295-symbol-list-lines basics.c
54ff5908 17296^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
32e7087d
JB
17297(@value{GDBP})
17298@end smallexample
17299
17300
922fbb7b
AC
17301@subheading The @code{-symbol-list-types} Command
17302@findex -symbol-list-types
17303
17304@subsubheading Synopsis
17305
17306@smallexample
17307 -symbol-list-types
17308@end smallexample
17309
17310List all the type names.
17311
17312@subsubheading @value{GDBN} Command
17313
17314The corresponding commands are @samp{info types} in @value{GDBN},
17315@samp{gdb_search} in @code{gdbtk}.
17316
17317@subsubheading Example
17318N.A.
17319
17320
17321@subheading The @code{-symbol-list-variables} Command
17322@findex -symbol-list-variables
17323
17324@subsubheading Synopsis
17325
17326@smallexample
17327 -symbol-list-variables
17328@end smallexample
17329
17330List all the global and static variable names.
17331
17332@subsubheading @value{GDBN} Command
17333
17334@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
17335
17336@subsubheading Example
17337N.A.
17338
17339
17340@subheading The @code{-symbol-locate} Command
17341@findex -symbol-locate
17342
17343@subsubheading Synopsis
17344
17345@smallexample
17346 -symbol-locate
17347@end smallexample
17348
17349@subsubheading @value{GDBN} Command
17350
17351@samp{gdb_loc} in @code{gdbtk}.
17352
17353@subsubheading Example
17354N.A.
17355
17356
17357@subheading The @code{-symbol-type} Command
17358@findex -symbol-type
17359
17360@subsubheading Synopsis
17361
17362@smallexample
17363 -symbol-type @var{variable}
17364@end smallexample
17365
17366Show type of @var{variable}.
17367
17368@subsubheading @value{GDBN} Command
17369
17370The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
17371@samp{gdb_obj_variable}.
17372
17373@subsubheading Example
17374N.A.
17375
17376
17377@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17378@node GDB/MI Target Manipulation
17379@section @sc{gdb/mi} Target Manipulation Commands
17380
17381
17382@subheading The @code{-target-attach} Command
17383@findex -target-attach
17384
17385@subsubheading Synopsis
17386
17387@smallexample
17388 -target-attach @var{pid} | @var{file}
17389@end smallexample
17390
17391Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
17392
17393@subsubheading @value{GDBN} command
17394
17395The corresponding @value{GDBN} command is @samp{attach}.
17396
17397@subsubheading Example
17398N.A.
17399
17400
17401@subheading The @code{-target-compare-sections} Command
17402@findex -target-compare-sections
17403
17404@subsubheading Synopsis
17405
17406@smallexample
17407 -target-compare-sections [ @var{section} ]
17408@end smallexample
17409
17410Compare data of section @var{section} on target to the exec file.
17411Without the argument, all sections are compared.
17412
17413@subsubheading @value{GDBN} Command
17414
17415The @value{GDBN} equivalent is @samp{compare-sections}.
17416
17417@subsubheading Example
17418N.A.
17419
17420
17421@subheading The @code{-target-detach} Command
17422@findex -target-detach
17423
17424@subsubheading Synopsis
17425
17426@smallexample
17427 -target-detach
17428@end smallexample
17429
17430Disconnect from the remote target. There's no output.
17431
17432@subsubheading @value{GDBN} command
17433
17434The corresponding @value{GDBN} command is @samp{detach}.
17435
17436@subsubheading Example
17437
17438@smallexample
17439(@value{GDBP})
17440-target-detach
17441^done
17442(@value{GDBP})
17443@end smallexample
17444
17445
07f31aa6
DJ
17446@subheading The @code{-target-disconnect} Command
17447@findex -target-disconnect
17448
17449@subsubheading Synopsis
17450
17451@example
17452 -target-disconnect
17453@end example
17454
17455Disconnect from the remote target. There's no output.
17456
17457@subsubheading @value{GDBN} command
17458
17459The corresponding @value{GDBN} command is @samp{disconnect}.
17460
17461@subsubheading Example
17462
17463@smallexample
17464(@value{GDBP})
17465-target-disconnect
17466^done
17467(@value{GDBP})
17468@end smallexample
17469
17470
922fbb7b
AC
17471@subheading The @code{-target-download} Command
17472@findex -target-download
17473
17474@subsubheading Synopsis
17475
17476@smallexample
17477 -target-download
17478@end smallexample
17479
17480Loads the executable onto the remote target.
17481It prints out an update message every half second, which includes the fields:
17482
17483@table @samp
17484@item section
17485The name of the section.
17486@item section-sent
17487The size of what has been sent so far for that section.
17488@item section-size
17489The size of the section.
17490@item total-sent
17491The total size of what was sent so far (the current and the previous sections).
17492@item total-size
17493The size of the overall executable to download.
17494@end table
17495
17496@noindent
17497Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
17498@sc{gdb/mi} Output Syntax}).
17499
17500In addition, it prints the name and size of the sections, as they are
17501downloaded. These messages include the following fields:
17502
17503@table @samp
17504@item section
17505The name of the section.
17506@item section-size
17507The size of the section.
17508@item total-size
17509The size of the overall executable to download.
17510@end table
17511
17512@noindent
17513At the end, a summary is printed.
17514
17515@subsubheading @value{GDBN} Command
17516
17517The corresponding @value{GDBN} command is @samp{load}.
17518
17519@subsubheading Example
17520
17521Note: each status message appears on a single line. Here the messages
17522have been broken down so that they can fit onto a page.
17523
17524@smallexample
17525(@value{GDBP})
17526-target-download
17527+download,@{section=".text",section-size="6668",total-size="9880"@}
17528+download,@{section=".text",section-sent="512",section-size="6668",
17529total-sent="512",total-size="9880"@}
17530+download,@{section=".text",section-sent="1024",section-size="6668",
17531total-sent="1024",total-size="9880"@}
17532+download,@{section=".text",section-sent="1536",section-size="6668",
17533total-sent="1536",total-size="9880"@}
17534+download,@{section=".text",section-sent="2048",section-size="6668",
17535total-sent="2048",total-size="9880"@}
17536+download,@{section=".text",section-sent="2560",section-size="6668",
17537total-sent="2560",total-size="9880"@}
17538+download,@{section=".text",section-sent="3072",section-size="6668",
17539total-sent="3072",total-size="9880"@}
17540+download,@{section=".text",section-sent="3584",section-size="6668",
17541total-sent="3584",total-size="9880"@}
17542+download,@{section=".text",section-sent="4096",section-size="6668",
17543total-sent="4096",total-size="9880"@}
17544+download,@{section=".text",section-sent="4608",section-size="6668",
17545total-sent="4608",total-size="9880"@}
17546+download,@{section=".text",section-sent="5120",section-size="6668",
17547total-sent="5120",total-size="9880"@}
17548+download,@{section=".text",section-sent="5632",section-size="6668",
17549total-sent="5632",total-size="9880"@}
17550+download,@{section=".text",section-sent="6144",section-size="6668",
17551total-sent="6144",total-size="9880"@}
17552+download,@{section=".text",section-sent="6656",section-size="6668",
17553total-sent="6656",total-size="9880"@}
17554+download,@{section=".init",section-size="28",total-size="9880"@}
17555+download,@{section=".fini",section-size="28",total-size="9880"@}
17556+download,@{section=".data",section-size="3156",total-size="9880"@}
17557+download,@{section=".data",section-sent="512",section-size="3156",
17558total-sent="7236",total-size="9880"@}
17559+download,@{section=".data",section-sent="1024",section-size="3156",
17560total-sent="7748",total-size="9880"@}
17561+download,@{section=".data",section-sent="1536",section-size="3156",
17562total-sent="8260",total-size="9880"@}
17563+download,@{section=".data",section-sent="2048",section-size="3156",
17564total-sent="8772",total-size="9880"@}
17565+download,@{section=".data",section-sent="2560",section-size="3156",
17566total-sent="9284",total-size="9880"@}
17567+download,@{section=".data",section-sent="3072",section-size="3156",
17568total-sent="9796",total-size="9880"@}
17569^done,address="0x10004",load-size="9880",transfer-rate="6586",
17570write-rate="429"
17571(@value{GDBP})
17572@end smallexample
17573
17574
17575@subheading The @code{-target-exec-status} Command
17576@findex -target-exec-status
17577
17578@subsubheading Synopsis
17579
17580@smallexample
17581 -target-exec-status
17582@end smallexample
17583
17584Provide information on the state of the target (whether it is running or
17585not, for instance).
17586
17587@subsubheading @value{GDBN} Command
17588
17589There's no equivalent @value{GDBN} command.
17590
17591@subsubheading Example
17592N.A.
17593
17594
17595@subheading The @code{-target-list-available-targets} Command
17596@findex -target-list-available-targets
17597
17598@subsubheading Synopsis
17599
17600@smallexample
17601 -target-list-available-targets
17602@end smallexample
17603
17604List the possible targets to connect to.
17605
17606@subsubheading @value{GDBN} Command
17607
17608The corresponding @value{GDBN} command is @samp{help target}.
17609
17610@subsubheading Example
17611N.A.
17612
17613
17614@subheading The @code{-target-list-current-targets} Command
17615@findex -target-list-current-targets
17616
17617@subsubheading Synopsis
17618
17619@smallexample
17620 -target-list-current-targets
17621@end smallexample
17622
17623Describe the current target.
17624
17625@subsubheading @value{GDBN} Command
17626
17627The corresponding information is printed by @samp{info file} (among
17628other things).
17629
17630@subsubheading Example
17631N.A.
17632
17633
17634@subheading The @code{-target-list-parameters} Command
17635@findex -target-list-parameters
17636
17637@subsubheading Synopsis
17638
17639@smallexample
17640 -target-list-parameters
17641@end smallexample
17642
17643@c ????
17644
17645@subsubheading @value{GDBN} Command
17646
17647No equivalent.
17648
17649@subsubheading Example
17650N.A.
17651
17652
17653@subheading The @code{-target-select} Command
17654@findex -target-select
17655
17656@subsubheading Synopsis
17657
17658@smallexample
17659 -target-select @var{type} @var{parameters @dots{}}
17660@end smallexample
17661
17662Connect @value{GDBN} to the remote target. This command takes two args:
17663
17664@table @samp
17665@item @var{type}
17666The type of target, for instance @samp{async}, @samp{remote}, etc.
17667@item @var{parameters}
17668Device names, host names and the like. @xref{Target Commands, ,
17669Commands for managing targets}, for more details.
17670@end table
17671
17672The output is a connection notification, followed by the address at
17673which the target program is, in the following form:
17674
17675@smallexample
17676^connected,addr="@var{address}",func="@var{function name}",
17677 args=[@var{arg list}]
17678@end smallexample
17679
17680@subsubheading @value{GDBN} Command
17681
17682The corresponding @value{GDBN} command is @samp{target}.
17683
17684@subsubheading Example
17685
17686@smallexample
17687(@value{GDBP})
17688-target-select async /dev/ttya
17689^connected,addr="0xfe00a300",func="??",args=[]
17690(@value{GDBP})
17691@end smallexample
17692
17693@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17694@node GDB/MI Thread Commands
17695@section @sc{gdb/mi} Thread Commands
17696
17697
17698@subheading The @code{-thread-info} Command
17699@findex -thread-info
17700
17701@subsubheading Synopsis
17702
17703@smallexample
17704 -thread-info
17705@end smallexample
17706
17707@subsubheading @value{GDBN} command
17708
17709No equivalent.
17710
17711@subsubheading Example
17712N.A.
17713
17714
17715@subheading The @code{-thread-list-all-threads} Command
17716@findex -thread-list-all-threads
17717
17718@subsubheading Synopsis
17719
17720@smallexample
17721 -thread-list-all-threads
17722@end smallexample
17723
17724@subsubheading @value{GDBN} Command
17725
17726The equivalent @value{GDBN} command is @samp{info threads}.
17727
17728@subsubheading Example
17729N.A.
17730
17731
17732@subheading The @code{-thread-list-ids} Command
17733@findex -thread-list-ids
17734
17735@subsubheading Synopsis
17736
17737@smallexample
17738 -thread-list-ids
17739@end smallexample
17740
17741Produces a list of the currently known @value{GDBN} thread ids. At the
17742end of the list it also prints the total number of such threads.
17743
17744@subsubheading @value{GDBN} Command
17745
17746Part of @samp{info threads} supplies the same information.
17747
17748@subsubheading Example
17749
17750No threads present, besides the main process:
17751
17752@smallexample
17753(@value{GDBP})
17754-thread-list-ids
17755^done,thread-ids=@{@},number-of-threads="0"
17756(@value{GDBP})
17757@end smallexample
17758
17759
17760Several threads:
17761
17762@smallexample
17763(@value{GDBP})
17764-thread-list-ids
17765^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
17766number-of-threads="3"
17767(@value{GDBP})
17768@end smallexample
17769
17770
17771@subheading The @code{-thread-select} Command
17772@findex -thread-select
17773
17774@subsubheading Synopsis
17775
17776@smallexample
17777 -thread-select @var{threadnum}
17778@end smallexample
17779
17780Make @var{threadnum} the current thread. It prints the number of the new
17781current thread, and the topmost frame for that thread.
17782
17783@subsubheading @value{GDBN} Command
17784
17785The corresponding @value{GDBN} command is @samp{thread}.
17786
17787@subsubheading Example
17788
17789@smallexample
17790(@value{GDBP})
17791-exec-next
17792^running
17793(@value{GDBP})
17794*stopped,reason="end-stepping-range",thread-id="2",line="187",
17795file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
17796(@value{GDBP})
17797-thread-list-ids
17798^done,
17799thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
17800number-of-threads="3"
17801(@value{GDBP})
17802-thread-select 3
17803^done,new-thread-id="3",
17804frame=@{level="0",func="vprintf",
17805args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
17806@{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
17807(@value{GDBP})
17808@end smallexample
17809
17810@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17811@node GDB/MI Tracepoint Commands
17812@section @sc{gdb/mi} Tracepoint Commands
17813
17814The tracepoint commands are not yet implemented.
17815
17816@c @subheading -trace-actions
17817
17818@c @subheading -trace-delete
17819
17820@c @subheading -trace-disable
17821
17822@c @subheading -trace-dump
17823
17824@c @subheading -trace-enable
17825
17826@c @subheading -trace-exists
17827
17828@c @subheading -trace-find
17829
17830@c @subheading -trace-frame-number
17831
17832@c @subheading -trace-info
17833
17834@c @subheading -trace-insert
17835
17836@c @subheading -trace-list
17837
17838@c @subheading -trace-pass-count
17839
17840@c @subheading -trace-save
17841
17842@c @subheading -trace-start
17843
17844@c @subheading -trace-stop
17845
17846
17847@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17848@node GDB/MI Variable Objects
17849@section @sc{gdb/mi} Variable Objects
17850
17851
17852@subheading Motivation for Variable Objects in @sc{gdb/mi}
17853
17854For the implementation of a variable debugger window (locals, watched
17855expressions, etc.), we are proposing the adaptation of the existing code
17856used by @code{Insight}.
17857
17858The two main reasons for that are:
17859
17860@enumerate 1
17861@item
17862It has been proven in practice (it is already on its second generation).
17863
17864@item
17865It will shorten development time (needless to say how important it is
17866now).
17867@end enumerate
17868
17869The original interface was designed to be used by Tcl code, so it was
17870slightly changed so it could be used through @sc{gdb/mi}. This section
17871describes the @sc{gdb/mi} operations that will be available and gives some
17872hints about their use.
17873
17874@emph{Note}: In addition to the set of operations described here, we
17875expect the @sc{gui} implementation of a variable window to require, at
17876least, the following operations:
17877
17878@itemize @bullet
17879@item @code{-gdb-show} @code{output-radix}
17880@item @code{-stack-list-arguments}
17881@item @code{-stack-list-locals}
17882@item @code{-stack-select-frame}
17883@end itemize
17884
17885@subheading Introduction to Variable Objects in @sc{gdb/mi}
17886
17887@cindex variable objects in @sc{gdb/mi}
17888The basic idea behind variable objects is the creation of a named object
17889to represent a variable, an expression, a memory location or even a CPU
17890register. For each object created, a set of operations is available for
17891examining or changing its properties.
17892
17893Furthermore, complex data types, such as C structures, are represented
17894in a tree format. For instance, the @code{struct} type variable is the
17895root and the children will represent the struct members. If a child
17896is itself of a complex type, it will also have children of its own.
17897Appropriate language differences are handled for C, C@t{++} and Java.
17898
17899When returning the actual values of the objects, this facility allows
17900for the individual selection of the display format used in the result
17901creation. It can be chosen among: binary, decimal, hexadecimal, octal
17902and natural. Natural refers to a default format automatically
17903chosen based on the variable type (like decimal for an @code{int}, hex
17904for pointers, etc.).
17905
17906The following is the complete set of @sc{gdb/mi} operations defined to
17907access this functionality:
17908
17909@multitable @columnfractions .4 .6
17910@item @strong{Operation}
17911@tab @strong{Description}
17912
17913@item @code{-var-create}
17914@tab create a variable object
17915@item @code{-var-delete}
17916@tab delete the variable object and its children
17917@item @code{-var-set-format}
17918@tab set the display format of this variable
17919@item @code{-var-show-format}
17920@tab show the display format of this variable
17921@item @code{-var-info-num-children}
17922@tab tells how many children this object has
17923@item @code{-var-list-children}
17924@tab return a list of the object's children
17925@item @code{-var-info-type}
17926@tab show the type of this variable object
17927@item @code{-var-info-expression}
17928@tab print what this variable object represents
17929@item @code{-var-show-attributes}
17930@tab is this variable editable? does it exist here?
17931@item @code{-var-evaluate-expression}
17932@tab get the value of this variable
17933@item @code{-var-assign}
17934@tab set the value of this variable
17935@item @code{-var-update}
17936@tab update the variable and its children
17937@end multitable
17938
17939In the next subsection we describe each operation in detail and suggest
17940how it can be used.
17941
17942@subheading Description And Use of Operations on Variable Objects
17943
17944@subheading The @code{-var-create} Command
17945@findex -var-create
17946
17947@subsubheading Synopsis
17948
17949@smallexample
17950 -var-create @{@var{name} | "-"@}
17951 @{@var{frame-addr} | "*"@} @var{expression}
17952@end smallexample
17953
17954This operation creates a variable object, which allows the monitoring of
17955a variable, the result of an expression, a memory cell or a CPU
17956register.
17957
17958The @var{name} parameter is the string by which the object can be
17959referenced. It must be unique. If @samp{-} is specified, the varobj
17960system will generate a string ``varNNNNNN'' automatically. It will be
17961unique provided that one does not specify @var{name} on that format.
17962The command fails if a duplicate name is found.
17963
17964The frame under which the expression should be evaluated can be
17965specified by @var{frame-addr}. A @samp{*} indicates that the current
17966frame should be used.
17967
17968@var{expression} is any expression valid on the current language set (must not
17969begin with a @samp{*}), or one of the following:
17970
17971@itemize @bullet
17972@item
17973@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
17974
17975@item
17976@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
17977
17978@item
17979@samp{$@var{regname}} --- a CPU register name
17980@end itemize
17981
17982@subsubheading Result
17983
17984This operation returns the name, number of children and the type of the
17985object created. Type is returned as a string as the ones generated by
17986the @value{GDBN} CLI:
17987
17988@smallexample
17989 name="@var{name}",numchild="N",type="@var{type}"
17990@end smallexample
17991
17992
17993@subheading The @code{-var-delete} Command
17994@findex -var-delete
17995
17996@subsubheading Synopsis
17997
17998@smallexample
17999 -var-delete @var{name}
18000@end smallexample
18001
18002Deletes a previously created variable object and all of its children.
18003
18004Returns an error if the object @var{name} is not found.
18005
18006
18007@subheading The @code{-var-set-format} Command
18008@findex -var-set-format
18009
18010@subsubheading Synopsis
18011
18012@smallexample
18013 -var-set-format @var{name} @var{format-spec}
18014@end smallexample
18015
18016Sets the output format for the value of the object @var{name} to be
18017@var{format-spec}.
18018
18019The syntax for the @var{format-spec} is as follows:
18020
18021@smallexample
18022 @var{format-spec} @expansion{}
18023 @{binary | decimal | hexadecimal | octal | natural@}
18024@end smallexample
18025
18026
18027@subheading The @code{-var-show-format} Command
18028@findex -var-show-format
18029
18030@subsubheading Synopsis
18031
18032@smallexample
18033 -var-show-format @var{name}
18034@end smallexample
18035
18036Returns the format used to display the value of the object @var{name}.
18037
18038@smallexample
18039 @var{format} @expansion{}
18040 @var{format-spec}
18041@end smallexample
18042
18043
18044@subheading The @code{-var-info-num-children} Command
18045@findex -var-info-num-children
18046
18047@subsubheading Synopsis
18048
18049@smallexample
18050 -var-info-num-children @var{name}
18051@end smallexample
18052
18053Returns the number of children of a variable object @var{name}:
18054
18055@smallexample
18056 numchild=@var{n}
18057@end smallexample
18058
18059
18060@subheading The @code{-var-list-children} Command
18061@findex -var-list-children
18062
18063@subsubheading Synopsis
18064
18065@smallexample
18066 -var-list-children @var{name}
18067@end smallexample
18068
18069Returns a list of the children of the specified variable object:
18070
18071@smallexample
18072 numchild=@var{n},children=[@{name=@var{name},
18073 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
18074@end smallexample
18075
18076
18077@subheading The @code{-var-info-type} Command
18078@findex -var-info-type
18079
18080@subsubheading Synopsis
18081
18082@smallexample
18083 -var-info-type @var{name}
18084@end smallexample
18085
18086Returns the type of the specified variable @var{name}. The type is
18087returned as a string in the same format as it is output by the
18088@value{GDBN} CLI:
18089
18090@smallexample
18091 type=@var{typename}
18092@end smallexample
18093
18094
18095@subheading The @code{-var-info-expression} Command
18096@findex -var-info-expression
18097
18098@subsubheading Synopsis
18099
18100@smallexample
18101 -var-info-expression @var{name}
18102@end smallexample
18103
18104Returns what is represented by the variable object @var{name}:
18105
18106@smallexample
18107 lang=@var{lang-spec},exp=@var{expression}
18108@end smallexample
18109
18110@noindent
18111where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
18112
18113@subheading The @code{-var-show-attributes} Command
18114@findex -var-show-attributes
18115
18116@subsubheading Synopsis
18117
18118@smallexample
18119 -var-show-attributes @var{name}
18120@end smallexample
18121
18122List attributes of the specified variable object @var{name}:
18123
18124@smallexample
18125 status=@var{attr} [ ( ,@var{attr} )* ]
18126@end smallexample
18127
18128@noindent
18129where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
18130
18131@subheading The @code{-var-evaluate-expression} Command
18132@findex -var-evaluate-expression
18133
18134@subsubheading Synopsis
18135
18136@smallexample
18137 -var-evaluate-expression @var{name}
18138@end smallexample
18139
18140Evaluates the expression that is represented by the specified variable
18141object and returns its value as a string in the current format specified
18142for the object:
18143
18144@smallexample
18145 value=@var{value}
18146@end smallexample
18147
18148Note that one must invoke @code{-var-list-children} for a variable
18149before the value of a child variable can be evaluated.
18150
18151@subheading The @code{-var-assign} Command
18152@findex -var-assign
18153
18154@subsubheading Synopsis
18155
18156@smallexample
18157 -var-assign @var{name} @var{expression}
18158@end smallexample
18159
18160Assigns the value of @var{expression} to the variable object specified
18161by @var{name}. The object must be @samp{editable}. If the variable's
18162value is altered by the assign, the variable will show up in any
18163subsequent @code{-var-update} list.
18164
18165@subsubheading Example
18166
18167@smallexample
18168(@value{GDBP})
18169-var-assign var1 3
18170^done,value="3"
18171(@value{GDBP})
18172-var-update *
18173^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
18174(@value{GDBP})
18175@end smallexample
18176
18177@subheading The @code{-var-update} Command
18178@findex -var-update
18179
18180@subsubheading Synopsis
18181
18182@smallexample
18183 -var-update @{@var{name} | "*"@}
18184@end smallexample
18185
18186Update the value of the variable object @var{name} by evaluating its
18187expression after fetching all the new values from memory or registers.
18188A @samp{*} causes all existing variable objects to be updated.
18189
18190
18191@node Annotations
18192@chapter @value{GDBN} Annotations
18193
086432e2
AC
18194This chapter describes annotations in @value{GDBN}. Annotations were
18195designed to interface @value{GDBN} to graphical user interfaces or other
18196similar programs which want to interact with @value{GDBN} at a
922fbb7b
AC
18197relatively high level.
18198
086432e2
AC
18199The annotation mechanism has largely been superseeded by @sc{gdb/mi}
18200(@pxref{GDB/MI}).
18201
922fbb7b
AC
18202@ignore
18203This is Edition @value{EDITION}, @value{DATE}.
18204@end ignore
18205
18206@menu
18207* Annotations Overview:: What annotations are; the general syntax.
18208* Server Prefix:: Issuing a command without affecting user state.
922fbb7b
AC
18209* Prompting:: Annotations marking @value{GDBN}'s need for input.
18210* Errors:: Annotations for error messages.
922fbb7b
AC
18211* Invalidation:: Some annotations describe things now invalid.
18212* Annotations for Running::
18213 Whether the program is running, how it stopped, etc.
18214* Source Annotations:: Annotations describing source code.
922fbb7b
AC
18215@end menu
18216
18217@node Annotations Overview
18218@section What is an Annotation?
18219@cindex annotations
18220
922fbb7b
AC
18221Annotations start with a newline character, two @samp{control-z}
18222characters, and the name of the annotation. If there is no additional
18223information associated with this annotation, the name of the annotation
18224is followed immediately by a newline. If there is additional
18225information, the name of the annotation is followed by a space, the
18226additional information, and a newline. The additional information
18227cannot contain newline characters.
18228
18229Any output not beginning with a newline and two @samp{control-z}
18230characters denotes literal output from @value{GDBN}. Currently there is
18231no need for @value{GDBN} to output a newline followed by two
18232@samp{control-z} characters, but if there was such a need, the
18233annotations could be extended with an @samp{escape} annotation which
18234means those three characters as output.
18235
086432e2
AC
18236The annotation @var{level}, which is specified using the
18237@option{--annotate} command line option (@pxref{Mode Options}), controls
18238how much information @value{GDBN} prints together with its prompt,
18239values of expressions, source lines, and other types of output. Level 0
18240is for no anntations, level 1 is for use when @value{GDBN} is run as a
18241subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
18242for programs that control @value{GDBN}, and level 2 annotations have
18243been made obsolete (@pxref{Limitations, , Limitations of the Annotation
18244Interface, annotate, GDB's Obsolete Annotations}). This chapter
18245describes level 3 annotations.
18246
922fbb7b
AC
18247A simple example of starting up @value{GDBN} with annotations is:
18248
18249@smallexample
086432e2
AC
18250$ @kbd{gdb --annotate=3}
18251GNU gdb 6.0
18252Copyright 2003 Free Software Foundation, Inc.
922fbb7b
AC
18253GDB is free software, covered by the GNU General Public License,
18254and you are welcome to change it and/or distribute copies of it
18255under certain conditions.
18256Type "show copying" to see the conditions.
18257There is absolutely no warranty for GDB. Type "show warranty"
18258for details.
086432e2 18259This GDB was configured as "i386-pc-linux-gnu"
922fbb7b
AC
18260
18261^Z^Zpre-prompt
18262(gdb)
18263^Z^Zprompt
086432e2 18264@kbd{quit}
922fbb7b
AC
18265
18266^Z^Zpost-prompt
18267$
18268@end smallexample
18269
18270Here @samp{quit} is input to @value{GDBN}; the rest is output from
18271@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
18272denotes a @samp{control-z} character) are annotations; the rest is
18273output from @value{GDBN}.
18274
18275@node Server Prefix
18276@section The Server Prefix
18277@cindex server prefix for annotations
18278
18279To issue a command to @value{GDBN} without affecting certain aspects of
18280the state which is seen by users, prefix it with @samp{server }. This
18281means that this command will not affect the command history, nor will it
18282affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
18283pressed on a line by itself.
18284
18285The server prefix does not affect the recording of values into the value
18286history; to print a value without recording it into the value history,
18287use the @code{output} command instead of the @code{print} command.
18288
922fbb7b
AC
18289@node Prompting
18290@section Annotation for @value{GDBN} Input
18291
18292@cindex annotations for prompts
18293When @value{GDBN} prompts for input, it annotates this fact so it is possible
18294to know when to send output, when the output from a given command is
18295over, etc.
18296
18297Different kinds of input each have a different @dfn{input type}. Each
18298input type has three annotations: a @code{pre-} annotation, which
18299denotes the beginning of any prompt which is being output, a plain
18300annotation, which denotes the end of the prompt, and then a @code{post-}
18301annotation which denotes the end of any echo which may (or may not) be
18302associated with the input. For example, the @code{prompt} input type
18303features the following annotations:
18304
18305@smallexample
18306^Z^Zpre-prompt
18307^Z^Zprompt
18308^Z^Zpost-prompt
18309@end smallexample
18310
18311The input types are
18312
18313@table @code
18314@findex pre-prompt
18315@findex prompt
18316@findex post-prompt
18317@item prompt
18318When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
18319
18320@findex pre-commands
18321@findex commands
18322@findex post-commands
18323@item commands
18324When @value{GDBN} prompts for a set of commands, like in the @code{commands}
18325command. The annotations are repeated for each command which is input.
18326
18327@findex pre-overload-choice
18328@findex overload-choice
18329@findex post-overload-choice
18330@item overload-choice
18331When @value{GDBN} wants the user to select between various overloaded functions.
18332
18333@findex pre-query
18334@findex query
18335@findex post-query
18336@item query
18337When @value{GDBN} wants the user to confirm a potentially dangerous operation.
18338
18339@findex pre-prompt-for-continue
18340@findex prompt-for-continue
18341@findex post-prompt-for-continue
18342@item prompt-for-continue
18343When @value{GDBN} is asking the user to press return to continue. Note: Don't
18344expect this to work well; instead use @code{set height 0} to disable
18345prompting. This is because the counting of lines is buggy in the
18346presence of annotations.
18347@end table
18348
18349@node Errors
18350@section Errors
18351@cindex annotations for errors, warnings and interrupts
18352
18353@findex quit
18354@smallexample
18355^Z^Zquit
18356@end smallexample
18357
18358This annotation occurs right before @value{GDBN} responds to an interrupt.
18359
18360@findex error
18361@smallexample
18362^Z^Zerror
18363@end smallexample
18364
18365This annotation occurs right before @value{GDBN} responds to an error.
18366
18367Quit and error annotations indicate that any annotations which @value{GDBN} was
18368in the middle of may end abruptly. For example, if a
18369@code{value-history-begin} annotation is followed by a @code{error}, one
18370cannot expect to receive the matching @code{value-history-end}. One
18371cannot expect not to receive it either, however; an error annotation
18372does not necessarily mean that @value{GDBN} is immediately returning all the way
18373to the top level.
18374
18375@findex error-begin
18376A quit or error annotation may be preceded by
18377
18378@smallexample
18379^Z^Zerror-begin
18380@end smallexample
18381
18382Any output between that and the quit or error annotation is the error
18383message.
18384
18385Warning messages are not yet annotated.
18386@c If we want to change that, need to fix warning(), type_error(),
18387@c range_error(), and possibly other places.
18388
922fbb7b
AC
18389@node Invalidation
18390@section Invalidation Notices
18391
18392@cindex annotations for invalidation messages
18393The following annotations say that certain pieces of state may have
18394changed.
18395
18396@table @code
18397@findex frames-invalid
18398@item ^Z^Zframes-invalid
18399
18400The frames (for example, output from the @code{backtrace} command) may
18401have changed.
18402
18403@findex breakpoints-invalid
18404@item ^Z^Zbreakpoints-invalid
18405
18406The breakpoints may have changed. For example, the user just added or
18407deleted a breakpoint.
18408@end table
18409
18410@node Annotations for Running
18411@section Running the Program
18412@cindex annotations for running programs
18413
18414@findex starting
18415@findex stopping
18416When the program starts executing due to a @value{GDBN} command such as
18417@code{step} or @code{continue},
18418
18419@smallexample
18420^Z^Zstarting
18421@end smallexample
18422
18423is output. When the program stops,
18424
18425@smallexample
18426^Z^Zstopped
18427@end smallexample
18428
18429is output. Before the @code{stopped} annotation, a variety of
18430annotations describe how the program stopped.
18431
18432@table @code
18433@findex exited
18434@item ^Z^Zexited @var{exit-status}
18435The program exited, and @var{exit-status} is the exit status (zero for
18436successful exit, otherwise nonzero).
18437
18438@findex signalled
18439@findex signal-name
18440@findex signal-name-end
18441@findex signal-string
18442@findex signal-string-end
18443@item ^Z^Zsignalled
18444The program exited with a signal. After the @code{^Z^Zsignalled}, the
18445annotation continues:
18446
18447@smallexample
18448@var{intro-text}
18449^Z^Zsignal-name
18450@var{name}
18451^Z^Zsignal-name-end
18452@var{middle-text}
18453^Z^Zsignal-string
18454@var{string}
18455^Z^Zsignal-string-end
18456@var{end-text}
18457@end smallexample
18458
18459@noindent
18460where @var{name} is the name of the signal, such as @code{SIGILL} or
18461@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
18462as @code{Illegal Instruction} or @code{Segmentation fault}.
18463@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
18464user's benefit and have no particular format.
18465
18466@findex signal
18467@item ^Z^Zsignal
18468The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
18469just saying that the program received the signal, not that it was
18470terminated with it.
18471
18472@findex breakpoint
18473@item ^Z^Zbreakpoint @var{number}
18474The program hit breakpoint number @var{number}.
18475
18476@findex watchpoint
18477@item ^Z^Zwatchpoint @var{number}
18478The program hit watchpoint number @var{number}.
18479@end table
18480
18481@node Source Annotations
18482@section Displaying Source
18483@cindex annotations for source display
18484
18485@findex source
18486The following annotation is used instead of displaying source code:
18487
18488@smallexample
18489^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
18490@end smallexample
18491
18492where @var{filename} is an absolute file name indicating which source
18493file, @var{line} is the line number within that file (where 1 is the
18494first line in the file), @var{character} is the character position
18495within the file (where 0 is the first character in the file) (for most
18496debug formats this will necessarily point to the beginning of a line),
18497@var{middle} is @samp{middle} if @var{addr} is in the middle of the
18498line, or @samp{beg} if @var{addr} is at the beginning of the line, and
18499@var{addr} is the address in the target program associated with the
18500source which is being displayed. @var{addr} is in the form @samp{0x}
18501followed by one or more lowercase hex digits (note that this does not
18502depend on the language).
18503
8e04817f
AC
18504@node GDB Bugs
18505@chapter Reporting Bugs in @value{GDBN}
18506@cindex bugs in @value{GDBN}
18507@cindex reporting bugs in @value{GDBN}
c906108c 18508
8e04817f 18509Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 18510
8e04817f
AC
18511Reporting a bug may help you by bringing a solution to your problem, or it
18512may not. But in any case the principal function of a bug report is to help
18513the entire community by making the next version of @value{GDBN} work better. Bug
18514reports are your contribution to the maintenance of @value{GDBN}.
c906108c 18515
8e04817f
AC
18516In order for a bug report to serve its purpose, you must include the
18517information that enables us to fix the bug.
c4555f82
SC
18518
18519@menu
8e04817f
AC
18520* Bug Criteria:: Have you found a bug?
18521* Bug Reporting:: How to report bugs
c4555f82
SC
18522@end menu
18523
8e04817f
AC
18524@node Bug Criteria
18525@section Have you found a bug?
18526@cindex bug criteria
c4555f82 18527
8e04817f 18528If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
18529
18530@itemize @bullet
8e04817f
AC
18531@cindex fatal signal
18532@cindex debugger crash
18533@cindex crash of debugger
c4555f82 18534@item
8e04817f
AC
18535If the debugger gets a fatal signal, for any input whatever, that is a
18536@value{GDBN} bug. Reliable debuggers never crash.
18537
18538@cindex error on valid input
18539@item
18540If @value{GDBN} produces an error message for valid input, that is a
18541bug. (Note that if you're cross debugging, the problem may also be
18542somewhere in the connection to the target.)
c4555f82 18543
8e04817f 18544@cindex invalid input
c4555f82 18545@item
8e04817f
AC
18546If @value{GDBN} does not produce an error message for invalid input,
18547that is a bug. However, you should note that your idea of
18548``invalid input'' might be our idea of ``an extension'' or ``support
18549for traditional practice''.
18550
18551@item
18552If you are an experienced user of debugging tools, your suggestions
18553for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
18554@end itemize
18555
8e04817f
AC
18556@node Bug Reporting
18557@section How to report bugs
18558@cindex bug reports
18559@cindex @value{GDBN} bugs, reporting
18560
18561A number of companies and individuals offer support for @sc{gnu} products.
18562If you obtained @value{GDBN} from a support organization, we recommend you
18563contact that organization first.
18564
18565You can find contact information for many support companies and
18566individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
18567distribution.
18568@c should add a web page ref...
18569
129188f6
AC
18570In any event, we also recommend that you submit bug reports for
18571@value{GDBN}. The prefered method is to submit them directly using
18572@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
18573page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
18574be used.
8e04817f
AC
18575
18576@strong{Do not send bug reports to @samp{info-gdb}, or to
18577@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
18578not want to receive bug reports. Those that do have arranged to receive
18579@samp{bug-gdb}.
18580
18581The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
18582serves as a repeater. The mailing list and the newsgroup carry exactly
18583the same messages. Often people think of posting bug reports to the
18584newsgroup instead of mailing them. This appears to work, but it has one
18585problem which can be crucial: a newsgroup posting often lacks a mail
18586path back to the sender. Thus, if we need to ask for more information,
18587we may be unable to reach you. For this reason, it is better to send
18588bug reports to the mailing list.
c4555f82 18589
8e04817f
AC
18590The fundamental principle of reporting bugs usefully is this:
18591@strong{report all the facts}. If you are not sure whether to state a
18592fact or leave it out, state it!
c4555f82 18593
8e04817f
AC
18594Often people omit facts because they think they know what causes the
18595problem and assume that some details do not matter. Thus, you might
18596assume that the name of the variable you use in an example does not matter.
18597Well, probably it does not, but one cannot be sure. Perhaps the bug is a
18598stray memory reference which happens to fetch from the location where that
18599name is stored in memory; perhaps, if the name were different, the contents
18600of that location would fool the debugger into doing the right thing despite
18601the bug. Play it safe and give a specific, complete example. That is the
18602easiest thing for you to do, and the most helpful.
c4555f82 18603
8e04817f
AC
18604Keep in mind that the purpose of a bug report is to enable us to fix the
18605bug. It may be that the bug has been reported previously, but neither
18606you nor we can know that unless your bug report is complete and
18607self-contained.
c4555f82 18608
8e04817f
AC
18609Sometimes people give a few sketchy facts and ask, ``Does this ring a
18610bell?'' Those bug reports are useless, and we urge everyone to
18611@emph{refuse to respond to them} except to chide the sender to report
18612bugs properly.
18613
18614To enable us to fix the bug, you should include all these things:
c4555f82
SC
18615
18616@itemize @bullet
18617@item
8e04817f
AC
18618The version of @value{GDBN}. @value{GDBN} announces it if you start
18619with no arguments; you can also print it at any time using @code{show
18620version}.
c4555f82 18621
8e04817f
AC
18622Without this, we will not know whether there is any point in looking for
18623the bug in the current version of @value{GDBN}.
c4555f82
SC
18624
18625@item
8e04817f
AC
18626The type of machine you are using, and the operating system name and
18627version number.
c4555f82
SC
18628
18629@item
8e04817f
AC
18630What compiler (and its version) was used to compile @value{GDBN}---e.g.
18631``@value{GCC}--2.8.1''.
c4555f82
SC
18632
18633@item
8e04817f
AC
18634What compiler (and its version) was used to compile the program you are
18635debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
18636C Compiler''. For GCC, you can say @code{gcc --version} to get this
18637information; for other compilers, see the documentation for those
18638compilers.
c4555f82 18639
8e04817f
AC
18640@item
18641The command arguments you gave the compiler to compile your example and
18642observe the bug. For example, did you use @samp{-O}? To guarantee
18643you will not omit something important, list them all. A copy of the
18644Makefile (or the output from make) is sufficient.
c4555f82 18645
8e04817f
AC
18646If we were to try to guess the arguments, we would probably guess wrong
18647and then we might not encounter the bug.
c4555f82 18648
8e04817f
AC
18649@item
18650A complete input script, and all necessary source files, that will
18651reproduce the bug.
c4555f82 18652
8e04817f
AC
18653@item
18654A description of what behavior you observe that you believe is
18655incorrect. For example, ``It gets a fatal signal.''
c4555f82 18656
8e04817f
AC
18657Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
18658will certainly notice it. But if the bug is incorrect output, we might
18659not notice unless it is glaringly wrong. You might as well not give us
18660a chance to make a mistake.
c4555f82 18661
8e04817f
AC
18662Even if the problem you experience is a fatal signal, you should still
18663say so explicitly. Suppose something strange is going on, such as, your
18664copy of @value{GDBN} is out of synch, or you have encountered a bug in
18665the C library on your system. (This has happened!) Your copy might
18666crash and ours would not. If you told us to expect a crash, then when
18667ours fails to crash, we would know that the bug was not happening for
18668us. If you had not told us to expect a crash, then we would not be able
18669to draw any conclusion from our observations.
c4555f82 18670
8e04817f
AC
18671@item
18672If you wish to suggest changes to the @value{GDBN} source, send us context
18673diffs. If you even discuss something in the @value{GDBN} source, refer to
18674it by context, not by line number.
c4555f82 18675
8e04817f
AC
18676The line numbers in our development sources will not match those in your
18677sources. Your line numbers would convey no useful information to us.
c4555f82 18678
8e04817f 18679@end itemize
c4555f82 18680
8e04817f 18681Here are some things that are not necessary:
c4555f82 18682
8e04817f
AC
18683@itemize @bullet
18684@item
18685A description of the envelope of the bug.
c4555f82 18686
8e04817f
AC
18687Often people who encounter a bug spend a lot of time investigating
18688which changes to the input file will make the bug go away and which
18689changes will not affect it.
c4555f82 18690
8e04817f
AC
18691This is often time consuming and not very useful, because the way we
18692will find the bug is by running a single example under the debugger
18693with breakpoints, not by pure deduction from a series of examples.
18694We recommend that you save your time for something else.
c4555f82 18695
8e04817f
AC
18696Of course, if you can find a simpler example to report @emph{instead}
18697of the original one, that is a convenience for us. Errors in the
18698output will be easier to spot, running under the debugger will take
18699less time, and so on.
c4555f82 18700
8e04817f
AC
18701However, simplification is not vital; if you do not want to do this,
18702report the bug anyway and send us the entire test case you used.
c4555f82 18703
8e04817f
AC
18704@item
18705A patch for the bug.
c4555f82 18706
8e04817f
AC
18707A patch for the bug does help us if it is a good one. But do not omit
18708the necessary information, such as the test case, on the assumption that
18709a patch is all we need. We might see problems with your patch and decide
18710to fix the problem another way, or we might not understand it at all.
c4555f82 18711
8e04817f
AC
18712Sometimes with a program as complicated as @value{GDBN} it is very hard to
18713construct an example that will make the program follow a certain path
18714through the code. If you do not send us the example, we will not be able
18715to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 18716
8e04817f
AC
18717And if we cannot understand what bug you are trying to fix, or why your
18718patch should be an improvement, we will not install it. A test case will
18719help us to understand.
c4555f82 18720
8e04817f
AC
18721@item
18722A guess about what the bug is or what it depends on.
c4555f82 18723
8e04817f
AC
18724Such guesses are usually wrong. Even we cannot guess right about such
18725things without first using the debugger to find the facts.
18726@end itemize
c4555f82 18727
8e04817f
AC
18728@c The readline documentation is distributed with the readline code
18729@c and consists of the two following files:
18730@c rluser.texinfo
18731@c inc-hist.texinfo
18732@c Use -I with makeinfo to point to the appropriate directory,
18733@c environment var TEXINPUTS with TeX.
18734@include rluser.texinfo
18735@include inc-hist.texinfo
c4555f82 18736
c4555f82 18737
8e04817f
AC
18738@node Formatting Documentation
18739@appendix Formatting Documentation
c4555f82 18740
8e04817f
AC
18741@cindex @value{GDBN} reference card
18742@cindex reference card
18743The @value{GDBN} 4 release includes an already-formatted reference card, ready
18744for printing with PostScript or Ghostscript, in the @file{gdb}
18745subdirectory of the main source directory@footnote{In
18746@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
18747release.}. If you can use PostScript or Ghostscript with your printer,
18748you can print the reference card immediately with @file{refcard.ps}.
c4555f82 18749
8e04817f
AC
18750The release also includes the source for the reference card. You
18751can format it, using @TeX{}, by typing:
c4555f82 18752
474c8240 18753@smallexample
8e04817f 18754make refcard.dvi
474c8240 18755@end smallexample
c4555f82 18756
8e04817f
AC
18757The @value{GDBN} reference card is designed to print in @dfn{landscape}
18758mode on US ``letter'' size paper;
18759that is, on a sheet 11 inches wide by 8.5 inches
18760high. You will need to specify this form of printing as an option to
18761your @sc{dvi} output program.
c4555f82 18762
8e04817f 18763@cindex documentation
c4555f82 18764
8e04817f
AC
18765All the documentation for @value{GDBN} comes as part of the machine-readable
18766distribution. The documentation is written in Texinfo format, which is
18767a documentation system that uses a single source file to produce both
18768on-line information and a printed manual. You can use one of the Info
18769formatting commands to create the on-line version of the documentation
18770and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 18771
8e04817f
AC
18772@value{GDBN} includes an already formatted copy of the on-line Info
18773version of this manual in the @file{gdb} subdirectory. The main Info
18774file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
18775subordinate files matching @samp{gdb.info*} in the same directory. If
18776necessary, you can print out these files, or read them with any editor;
18777but they are easier to read using the @code{info} subsystem in @sc{gnu}
18778Emacs or the standalone @code{info} program, available as part of the
18779@sc{gnu} Texinfo distribution.
c4555f82 18780
8e04817f
AC
18781If you want to format these Info files yourself, you need one of the
18782Info formatting programs, such as @code{texinfo-format-buffer} or
18783@code{makeinfo}.
c4555f82 18784
8e04817f
AC
18785If you have @code{makeinfo} installed, and are in the top level
18786@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
18787version @value{GDBVN}), you can make the Info file by typing:
c4555f82 18788
474c8240 18789@smallexample
8e04817f
AC
18790cd gdb
18791make gdb.info
474c8240 18792@end smallexample
c4555f82 18793
8e04817f
AC
18794If you want to typeset and print copies of this manual, you need @TeX{},
18795a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
18796Texinfo definitions file.
c4555f82 18797
8e04817f
AC
18798@TeX{} is a typesetting program; it does not print files directly, but
18799produces output files called @sc{dvi} files. To print a typeset
18800document, you need a program to print @sc{dvi} files. If your system
18801has @TeX{} installed, chances are it has such a program. The precise
18802command to use depends on your system; @kbd{lpr -d} is common; another
18803(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
18804require a file name without any extension or a @samp{.dvi} extension.
c4555f82 18805
8e04817f
AC
18806@TeX{} also requires a macro definitions file called
18807@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
18808written in Texinfo format. On its own, @TeX{} cannot either read or
18809typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
18810and is located in the @file{gdb-@var{version-number}/texinfo}
18811directory.
c4555f82 18812
8e04817f
AC
18813If you have @TeX{} and a @sc{dvi} printer program installed, you can
18814typeset and print this manual. First switch to the the @file{gdb}
18815subdirectory of the main source directory (for example, to
18816@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 18817
474c8240 18818@smallexample
8e04817f 18819make gdb.dvi
474c8240 18820@end smallexample
c4555f82 18821
8e04817f 18822Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 18823
8e04817f
AC
18824@node Installing GDB
18825@appendix Installing @value{GDBN}
18826@cindex configuring @value{GDBN}
18827@cindex installation
94e91d6d 18828@cindex configuring @value{GDBN}, and source tree subdirectories
c4555f82 18829
8e04817f
AC
18830@value{GDBN} comes with a @code{configure} script that automates the process
18831of preparing @value{GDBN} for installation; you can then use @code{make} to
18832build the @code{gdb} program.
18833@iftex
18834@c irrelevant in info file; it's as current as the code it lives with.
18835@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
18836look at the @file{README} file in the sources; we may have improved the
18837installation procedures since publishing this manual.}
18838@end iftex
c4555f82 18839
8e04817f
AC
18840The @value{GDBN} distribution includes all the source code you need for
18841@value{GDBN} in a single directory, whose name is usually composed by
18842appending the version number to @samp{gdb}.
c4555f82 18843
8e04817f
AC
18844For example, the @value{GDBN} version @value{GDBVN} distribution is in the
18845@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 18846
8e04817f
AC
18847@table @code
18848@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
18849script for configuring @value{GDBN} and all its supporting libraries
c4555f82 18850
8e04817f
AC
18851@item gdb-@value{GDBVN}/gdb
18852the source specific to @value{GDBN} itself
c4555f82 18853
8e04817f
AC
18854@item gdb-@value{GDBVN}/bfd
18855source for the Binary File Descriptor library
c906108c 18856
8e04817f
AC
18857@item gdb-@value{GDBVN}/include
18858@sc{gnu} include files
c906108c 18859
8e04817f
AC
18860@item gdb-@value{GDBVN}/libiberty
18861source for the @samp{-liberty} free software library
c906108c 18862
8e04817f
AC
18863@item gdb-@value{GDBVN}/opcodes
18864source for the library of opcode tables and disassemblers
c906108c 18865
8e04817f
AC
18866@item gdb-@value{GDBVN}/readline
18867source for the @sc{gnu} command-line interface
c906108c 18868
8e04817f
AC
18869@item gdb-@value{GDBVN}/glob
18870source for the @sc{gnu} filename pattern-matching subroutine
c906108c 18871
8e04817f
AC
18872@item gdb-@value{GDBVN}/mmalloc
18873source for the @sc{gnu} memory-mapped malloc package
18874@end table
c906108c 18875
8e04817f
AC
18876The simplest way to configure and build @value{GDBN} is to run @code{configure}
18877from the @file{gdb-@var{version-number}} source directory, which in
18878this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 18879
8e04817f
AC
18880First switch to the @file{gdb-@var{version-number}} source directory
18881if you are not already in it; then run @code{configure}. Pass the
18882identifier for the platform on which @value{GDBN} will run as an
18883argument.
c906108c 18884
8e04817f 18885For example:
c906108c 18886
474c8240 18887@smallexample
8e04817f
AC
18888cd gdb-@value{GDBVN}
18889./configure @var{host}
18890make
474c8240 18891@end smallexample
c906108c 18892
8e04817f
AC
18893@noindent
18894where @var{host} is an identifier such as @samp{sun4} or
18895@samp{decstation}, that identifies the platform where @value{GDBN} will run.
18896(You can often leave off @var{host}; @code{configure} tries to guess the
18897correct value by examining your system.)
c906108c 18898
8e04817f
AC
18899Running @samp{configure @var{host}} and then running @code{make} builds the
18900@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
18901libraries, then @code{gdb} itself. The configured source files, and the
18902binaries, are left in the corresponding source directories.
c906108c 18903
8e04817f
AC
18904@need 750
18905@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
18906system does not recognize this automatically when you run a different
18907shell, you may need to run @code{sh} on it explicitly:
c906108c 18908
474c8240 18909@smallexample
8e04817f 18910sh configure @var{host}
474c8240 18911@end smallexample
c906108c 18912
8e04817f
AC
18913If you run @code{configure} from a directory that contains source
18914directories for multiple libraries or programs, such as the
18915@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
18916creates configuration files for every directory level underneath (unless
18917you tell it not to, with the @samp{--norecursion} option).
18918
94e91d6d
MC
18919You should run the @code{configure} script from the top directory in the
18920source tree, the @file{gdb-@var{version-number}} directory. If you run
18921@code{configure} from one of the subdirectories, you will configure only
18922that subdirectory. That is usually not what you want. In particular,
18923if you run the first @code{configure} from the @file{gdb} subdirectory
18924of the @file{gdb-@var{version-number}} directory, you will omit the
18925configuration of @file{bfd}, @file{readline}, and other sibling
18926directories of the @file{gdb} subdirectory. This leads to build errors
18927about missing include files such as @file{bfd/bfd.h}.
c906108c 18928
8e04817f
AC
18929You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
18930However, you should make sure that the shell on your path (named by
18931the @samp{SHELL} environment variable) is publicly readable. Remember
18932that @value{GDBN} uses the shell to start your program---some systems refuse to
18933let @value{GDBN} debug child processes whose programs are not readable.
c906108c 18934
8e04817f
AC
18935@menu
18936* Separate Objdir:: Compiling @value{GDBN} in another directory
18937* Config Names:: Specifying names for hosts and targets
18938* Configure Options:: Summary of options for configure
18939@end menu
c906108c 18940
8e04817f
AC
18941@node Separate Objdir
18942@section Compiling @value{GDBN} in another directory
c906108c 18943
8e04817f
AC
18944If you want to run @value{GDBN} versions for several host or target machines,
18945you need a different @code{gdb} compiled for each combination of
18946host and target. @code{configure} is designed to make this easy by
18947allowing you to generate each configuration in a separate subdirectory,
18948rather than in the source directory. If your @code{make} program
18949handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
18950@code{make} in each of these directories builds the @code{gdb}
18951program specified there.
c906108c 18952
8e04817f
AC
18953To build @code{gdb} in a separate directory, run @code{configure}
18954with the @samp{--srcdir} option to specify where to find the source.
18955(You also need to specify a path to find @code{configure}
18956itself from your working directory. If the path to @code{configure}
18957would be the same as the argument to @samp{--srcdir}, you can leave out
18958the @samp{--srcdir} option; it is assumed.)
c906108c 18959
8e04817f
AC
18960For example, with version @value{GDBVN}, you can build @value{GDBN} in a
18961separate directory for a Sun 4 like this:
c906108c 18962
474c8240 18963@smallexample
8e04817f
AC
18964@group
18965cd gdb-@value{GDBVN}
18966mkdir ../gdb-sun4
18967cd ../gdb-sun4
18968../gdb-@value{GDBVN}/configure sun4
18969make
18970@end group
474c8240 18971@end smallexample
c906108c 18972
8e04817f
AC
18973When @code{configure} builds a configuration using a remote source
18974directory, it creates a tree for the binaries with the same structure
18975(and using the same names) as the tree under the source directory. In
18976the example, you'd find the Sun 4 library @file{libiberty.a} in the
18977directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
18978@file{gdb-sun4/gdb}.
c906108c 18979
94e91d6d
MC
18980Make sure that your path to the @file{configure} script has just one
18981instance of @file{gdb} in it. If your path to @file{configure} looks
18982like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
18983one subdirectory of @value{GDBN}, not the whole package. This leads to
18984build errors about missing include files such as @file{bfd/bfd.h}.
18985
8e04817f
AC
18986One popular reason to build several @value{GDBN} configurations in separate
18987directories is to configure @value{GDBN} for cross-compiling (where
18988@value{GDBN} runs on one machine---the @dfn{host}---while debugging
18989programs that run on another machine---the @dfn{target}).
18990You specify a cross-debugging target by
18991giving the @samp{--target=@var{target}} option to @code{configure}.
c906108c 18992
8e04817f
AC
18993When you run @code{make} to build a program or library, you must run
18994it in a configured directory---whatever directory you were in when you
18995called @code{configure} (or one of its subdirectories).
c906108c 18996
8e04817f
AC
18997The @code{Makefile} that @code{configure} generates in each source
18998directory also runs recursively. If you type @code{make} in a source
18999directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
19000directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
19001will build all the required libraries, and then build GDB.
c906108c 19002
8e04817f
AC
19003When you have multiple hosts or targets configured in separate
19004directories, you can run @code{make} on them in parallel (for example,
19005if they are NFS-mounted on each of the hosts); they will not interfere
19006with each other.
c906108c 19007
8e04817f
AC
19008@node Config Names
19009@section Specifying names for hosts and targets
c906108c 19010
8e04817f
AC
19011The specifications used for hosts and targets in the @code{configure}
19012script are based on a three-part naming scheme, but some short predefined
19013aliases are also supported. The full naming scheme encodes three pieces
19014of information in the following pattern:
c906108c 19015
474c8240 19016@smallexample
8e04817f 19017@var{architecture}-@var{vendor}-@var{os}
474c8240 19018@end smallexample
c906108c 19019
8e04817f
AC
19020For example, you can use the alias @code{sun4} as a @var{host} argument,
19021or as the value for @var{target} in a @code{--target=@var{target}}
19022option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 19023
8e04817f
AC
19024The @code{configure} script accompanying @value{GDBN} does not provide
19025any query facility to list all supported host and target names or
19026aliases. @code{configure} calls the Bourne shell script
19027@code{config.sub} to map abbreviations to full names; you can read the
19028script, if you wish, or you can use it to test your guesses on
19029abbreviations---for example:
c906108c 19030
8e04817f
AC
19031@smallexample
19032% sh config.sub i386-linux
19033i386-pc-linux-gnu
19034% sh config.sub alpha-linux
19035alpha-unknown-linux-gnu
19036% sh config.sub hp9k700
19037hppa1.1-hp-hpux
19038% sh config.sub sun4
19039sparc-sun-sunos4.1.1
19040% sh config.sub sun3
19041m68k-sun-sunos4.1.1
19042% sh config.sub i986v
19043Invalid configuration `i986v': machine `i986v' not recognized
19044@end smallexample
c906108c 19045
8e04817f
AC
19046@noindent
19047@code{config.sub} is also distributed in the @value{GDBN} source
19048directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 19049
8e04817f
AC
19050@node Configure Options
19051@section @code{configure} options
c906108c 19052
8e04817f
AC
19053Here is a summary of the @code{configure} options and arguments that
19054are most often useful for building @value{GDBN}. @code{configure} also has
19055several other options not listed here. @inforef{What Configure
19056Does,,configure.info}, for a full explanation of @code{configure}.
c906108c 19057
474c8240 19058@smallexample
8e04817f
AC
19059configure @r{[}--help@r{]}
19060 @r{[}--prefix=@var{dir}@r{]}
19061 @r{[}--exec-prefix=@var{dir}@r{]}
19062 @r{[}--srcdir=@var{dirname}@r{]}
19063 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
19064 @r{[}--target=@var{target}@r{]}
19065 @var{host}
474c8240 19066@end smallexample
c906108c 19067
8e04817f
AC
19068@noindent
19069You may introduce options with a single @samp{-} rather than
19070@samp{--} if you prefer; but you may abbreviate option names if you use
19071@samp{--}.
c906108c 19072
8e04817f
AC
19073@table @code
19074@item --help
19075Display a quick summary of how to invoke @code{configure}.
c906108c 19076
8e04817f
AC
19077@item --prefix=@var{dir}
19078Configure the source to install programs and files under directory
19079@file{@var{dir}}.
c906108c 19080
8e04817f
AC
19081@item --exec-prefix=@var{dir}
19082Configure the source to install programs under directory
19083@file{@var{dir}}.
c906108c 19084
8e04817f
AC
19085@c avoid splitting the warning from the explanation:
19086@need 2000
19087@item --srcdir=@var{dirname}
19088@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
19089@code{make} that implements the @code{VPATH} feature.}@*
19090Use this option to make configurations in directories separate from the
19091@value{GDBN} source directories. Among other things, you can use this to
19092build (or maintain) several configurations simultaneously, in separate
19093directories. @code{configure} writes configuration specific files in
19094the current directory, but arranges for them to use the source in the
19095directory @var{dirname}. @code{configure} creates directories under
19096the working directory in parallel to the source directories below
19097@var{dirname}.
c906108c 19098
8e04817f
AC
19099@item --norecursion
19100Configure only the directory level where @code{configure} is executed; do not
19101propagate configuration to subdirectories.
c906108c 19102
8e04817f
AC
19103@item --target=@var{target}
19104Configure @value{GDBN} for cross-debugging programs running on the specified
19105@var{target}. Without this option, @value{GDBN} is configured to debug
19106programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 19107
8e04817f 19108There is no convenient way to generate a list of all available targets.
c906108c 19109
8e04817f
AC
19110@item @var{host} @dots{}
19111Configure @value{GDBN} to run on the specified @var{host}.
c906108c 19112
8e04817f
AC
19113There is no convenient way to generate a list of all available hosts.
19114@end table
c906108c 19115
8e04817f
AC
19116There are many other options available as well, but they are generally
19117needed for special purposes only.
c906108c 19118
8e04817f
AC
19119@node Maintenance Commands
19120@appendix Maintenance Commands
19121@cindex maintenance commands
19122@cindex internal commands
c906108c 19123
8e04817f
AC
19124In addition to commands intended for @value{GDBN} users, @value{GDBN}
19125includes a number of commands intended for @value{GDBN} developers.
19126These commands are provided here for reference.
c906108c 19127
8e04817f
AC
19128@table @code
19129@kindex maint info breakpoints
19130@item @anchor{maint info breakpoints}maint info breakpoints
19131Using the same format as @samp{info breakpoints}, display both the
19132breakpoints you've set explicitly, and those @value{GDBN} is using for
19133internal purposes. Internal breakpoints are shown with negative
19134breakpoint numbers. The type column identifies what kind of breakpoint
19135is shown:
c906108c 19136
8e04817f
AC
19137@table @code
19138@item breakpoint
19139Normal, explicitly set breakpoint.
c906108c 19140
8e04817f
AC
19141@item watchpoint
19142Normal, explicitly set watchpoint.
c906108c 19143
8e04817f
AC
19144@item longjmp
19145Internal breakpoint, used to handle correctly stepping through
19146@code{longjmp} calls.
c906108c 19147
8e04817f
AC
19148@item longjmp resume
19149Internal breakpoint at the target of a @code{longjmp}.
c906108c 19150
8e04817f
AC
19151@item until
19152Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 19153
8e04817f
AC
19154@item finish
19155Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 19156
8e04817f
AC
19157@item shlib events
19158Shared library events.
c906108c 19159
8e04817f 19160@end table
c906108c 19161
8d30a00d
AC
19162@kindex maint internal-error
19163@kindex maint internal-warning
19164@item maint internal-error
19165@itemx maint internal-warning
19166Cause @value{GDBN} to call the internal function @code{internal_error}
19167or @code{internal_warning} and hence behave as though an internal error
19168or internal warning has been detected. In addition to reporting the
19169internal problem, these functions give the user the opportunity to
19170either quit @value{GDBN} or create a core file of the current
19171@value{GDBN} session.
19172
19173@smallexample
19174(gdb) @kbd{maint internal-error testing, 1, 2}
19175@dots{}/maint.c:121: internal-error: testing, 1, 2
19176A problem internal to GDB has been detected. Further
19177debugging may prove unreliable.
19178Quit this debugging session? (y or n) @kbd{n}
19179Create a core file? (y or n) @kbd{n}
19180(gdb)
19181@end smallexample
19182
19183Takes an optional parameter that is used as the text of the error or
19184warning message.
19185
00905d52
AC
19186@kindex maint print dummy-frames
19187@item maint print dummy-frames
19188
19189Prints the contents of @value{GDBN}'s internal dummy-frame stack.
19190
19191@smallexample
19192(gdb) @kbd{b add}
19193@dots{}
19194(gdb) @kbd{print add(2,3)}
19195Breakpoint 2, add (a=2, b=3) at @dots{}
1919658 return (a + b);
19197The program being debugged stopped while in a function called from GDB.
19198@dots{}
19199(gdb) @kbd{maint print dummy-frames}
192000x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
19201 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
19202 call_lo=0x01014000 call_hi=0x01014001
19203(gdb)
19204@end smallexample
19205
19206Takes an optional file parameter.
19207
0680b120
AC
19208@kindex maint print registers
19209@kindex maint print raw-registers
19210@kindex maint print cooked-registers
617073a9 19211@kindex maint print register-groups
0680b120
AC
19212@item maint print registers
19213@itemx maint print raw-registers
19214@itemx maint print cooked-registers
617073a9 19215@itemx maint print register-groups
0680b120
AC
19216Print @value{GDBN}'s internal register data structures.
19217
617073a9
AC
19218The command @code{maint print raw-registers} includes the contents of
19219the raw register cache; the command @code{maint print cooked-registers}
19220includes the (cooked) value of all registers; and the command
19221@code{maint print register-groups} includes the groups that each
19222register is a member of. @xref{Registers,, Registers, gdbint,
19223@value{GDBN} Internals}.
0680b120
AC
19224
19225Takes an optional file parameter.
19226
617073a9
AC
19227@kindex maint print reggroups
19228@item maint print reggroups
19229Print @value{GDBN}'s internal register group data structures.
19230
19231Takes an optional file parameter.
19232
19233@smallexample
19234(gdb) @kbd{maint print reggroups}
19235 Group Type
19236 general user
19237 float user
19238 all user
19239 vector user
19240 system user
19241 save internal
19242 restore internal
19243@end smallexample
19244
e7ba9c65
DJ
19245@kindex maint set profile
19246@kindex maint show profile
19247@cindex profiling GDB
19248@item maint set profile
19249@itemx maint show profile
19250Control profiling of @value{GDBN}.
19251
19252Profiling will be disabled until you use the @samp{maint set profile}
19253command to enable it. When you enable profiling, the system will begin
19254collecting timing and execution count data; when you disable profiling or
19255exit @value{GDBN}, the results will be written to a log file. Remember that
19256if you use profiling, @value{GDBN} will overwrite the profiling log file
19257(often called @file{gmon.out}). If you have a record of important profiling
19258data in a @file{gmon.out} file, be sure to move it to a safe location.
19259
19260Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
19261compiled with the @samp{-pg} compiler option.
19262
8e04817f 19263@end table
c906108c 19264
c906108c 19265
e0ce93ac 19266@node Remote Protocol
8e04817f 19267@appendix @value{GDBN} Remote Serial Protocol
c906108c 19268
ee2d5c50
AC
19269@menu
19270* Overview::
19271* Packets::
19272* Stop Reply Packets::
19273* General Query Packets::
19274* Register Packet Format::
19275* Examples::
0ce1b118 19276* File-I/O remote protocol extension::
ee2d5c50
AC
19277@end menu
19278
19279@node Overview
19280@section Overview
19281
8e04817f
AC
19282There may be occasions when you need to know something about the
19283protocol---for example, if there is only one serial port to your target
19284machine, you might want your program to do something special if it
19285recognizes a packet meant for @value{GDBN}.
c906108c 19286
d2c6833e 19287In the examples below, @samp{->} and @samp{<-} are used to indicate
8e04817f 19288transmitted and received data respectfully.
c906108c 19289
8e04817f
AC
19290@cindex protocol, @value{GDBN} remote serial
19291@cindex serial protocol, @value{GDBN} remote
19292@cindex remote serial protocol
19293All @value{GDBN} commands and responses (other than acknowledgments) are
19294sent as a @var{packet}. A @var{packet} is introduced with the character
19295@samp{$}, the actual @var{packet-data}, and the terminating character
19296@samp{#} followed by a two-digit @var{checksum}:
c906108c 19297
474c8240 19298@smallexample
8e04817f 19299@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 19300@end smallexample
8e04817f 19301@noindent
c906108c 19302
8e04817f
AC
19303@cindex checksum, for @value{GDBN} remote
19304@noindent
19305The two-digit @var{checksum} is computed as the modulo 256 sum of all
19306characters between the leading @samp{$} and the trailing @samp{#} (an
19307eight bit unsigned checksum).
c906108c 19308
8e04817f
AC
19309Implementors should note that prior to @value{GDBN} 5.0 the protocol
19310specification also included an optional two-digit @var{sequence-id}:
c906108c 19311
474c8240 19312@smallexample
8e04817f 19313@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 19314@end smallexample
c906108c 19315
8e04817f
AC
19316@cindex sequence-id, for @value{GDBN} remote
19317@noindent
19318That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
19319has never output @var{sequence-id}s. Stubs that handle packets added
19320since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 19321
8e04817f
AC
19322@cindex acknowledgment, for @value{GDBN} remote
19323When either the host or the target machine receives a packet, the first
19324response expected is an acknowledgment: either @samp{+} (to indicate
19325the package was received correctly) or @samp{-} (to request
19326retransmission):
c906108c 19327
474c8240 19328@smallexample
d2c6833e
AC
19329-> @code{$}@var{packet-data}@code{#}@var{checksum}
19330<- @code{+}
474c8240 19331@end smallexample
8e04817f 19332@noindent
53a5351d 19333
8e04817f
AC
19334The host (@value{GDBN}) sends @var{command}s, and the target (the
19335debugging stub incorporated in your program) sends a @var{response}. In
19336the case of step and continue @var{command}s, the response is only sent
19337when the operation has completed (the target has again stopped).
c906108c 19338
8e04817f
AC
19339@var{packet-data} consists of a sequence of characters with the
19340exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
19341exceptions).
c906108c 19342
8e04817f 19343Fields within the packet should be separated using @samp{,} @samp{;} or
ee2d5c50 19344@cindex remote protocol, field separator
8e04817f 19345@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 19346@sc{hex} with leading zeros suppressed.
c906108c 19347
8e04817f
AC
19348Implementors should note that prior to @value{GDBN} 5.0, the character
19349@samp{:} could not appear as the third character in a packet (as it
19350would potentially conflict with the @var{sequence-id}).
c906108c 19351
8e04817f
AC
19352Response @var{data} can be run-length encoded to save space. A @samp{*}
19353means that the next character is an @sc{ascii} encoding giving a repeat count
19354which stands for that many repetitions of the character preceding the
19355@samp{*}. The encoding is @code{n+29}, yielding a printable character
19356where @code{n >=3} (which is where rle starts to win). The printable
19357characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
19358value greater than 126 should not be used.
c906108c 19359
8e04817f
AC
19360Some remote systems have used a different run-length encoding mechanism
19361loosely refered to as the cisco encoding. Following the @samp{*}
19362character are two hex digits that indicate the size of the packet.
c906108c 19363
8e04817f 19364So:
474c8240 19365@smallexample
8e04817f 19366"@code{0* }"
474c8240 19367@end smallexample
8e04817f
AC
19368@noindent
19369means the same as "0000".
c906108c 19370
8e04817f
AC
19371The error response returned for some packets includes a two character
19372error number. That number is not well defined.
c906108c 19373
8e04817f
AC
19374For any @var{command} not supported by the stub, an empty response
19375(@samp{$#00}) should be returned. That way it is possible to extend the
19376protocol. A newer @value{GDBN} can tell if a packet is supported based
19377on that response.
c906108c 19378
8e04817f
AC
19379A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
19380@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
19381optional.
c906108c 19382
ee2d5c50
AC
19383@node Packets
19384@section Packets
19385
19386The following table provides a complete list of all currently defined
19387@var{command}s and their corresponding response @var{data}.
19388
19389@table @r
19390
19391@item @code{!} --- extended mode
19392@cindex @code{!} packet
19393
8e04817f
AC
19394Enable extended mode. In extended mode, the remote server is made
19395persistent. The @samp{R} packet is used to restart the program being
19396debugged.
ee2d5c50
AC
19397
19398Reply:
19399@table @samp
19400@item OK
8e04817f 19401The remote target both supports and has enabled extended mode.
ee2d5c50 19402@end table
c906108c 19403
ee2d5c50
AC
19404@item @code{?} --- last signal
19405@cindex @code{?} packet
c906108c 19406
ee2d5c50
AC
19407Indicate the reason the target halted. The reply is the same as for
19408step and continue.
c906108c 19409
ee2d5c50
AC
19410Reply:
19411@xref{Stop Reply Packets}, for the reply specifications.
19412
19413@item @code{a} --- reserved
19414
19415Reserved for future use.
19416
19417@item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
19418@cindex @code{A} packet
c906108c 19419
8e04817f
AC
19420Initialized @samp{argv[]} array passed into program. @var{arglen}
19421specifies the number of bytes in the hex encoded byte stream @var{arg}.
ee2d5c50
AC
19422See @code{gdbserver} for more details.
19423
19424Reply:
19425@table @samp
19426@item OK
19427@item E@var{NN}
19428@end table
19429
19430@item @code{b}@var{baud} --- set baud @strong{(deprecated)}
19431@cindex @code{b} packet
19432
19433Change the serial line speed to @var{baud}.
19434
19435JTC: @emph{When does the transport layer state change? When it's
19436received, or after the ACK is transmitted. In either case, there are
19437problems if the command or the acknowledgment packet is dropped.}
19438
19439Stan: @emph{If people really wanted to add something like this, and get
19440it working for the first time, they ought to modify ser-unix.c to send
19441some kind of out-of-band message to a specially-setup stub and have the
19442switch happen "in between" packets, so that from remote protocol's point
19443of view, nothing actually happened.}
19444
19445@item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
19446@cindex @code{B} packet
19447
8e04817f 19448Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
19449breakpoint at @var{addr}.
19450
19451This packet has been replaced by the @samp{Z} and @samp{z} packets
19452(@pxref{insert breakpoint or watchpoint packet}).
c906108c 19453
ee2d5c50
AC
19454@item @code{c}@var{addr} --- continue
19455@cindex @code{c} packet
19456
19457@var{addr} is address to resume. If @var{addr} is omitted, resume at
8e04817f 19458current address.
c906108c 19459
ee2d5c50
AC
19460Reply:
19461@xref{Stop Reply Packets}, for the reply specifications.
19462
19463@item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
19464@cindex @code{C} packet
19465
8e04817f
AC
19466Continue with signal @var{sig} (hex signal number). If
19467@code{;}@var{addr} is omitted, resume at same address.
c906108c 19468
ee2d5c50
AC
19469Reply:
19470@xref{Stop Reply Packets}, for the reply specifications.
c906108c 19471
ee2d5c50
AC
19472@item @code{d} --- toggle debug @strong{(deprecated)}
19473@cindex @code{d} packet
19474
19475Toggle debug flag.
19476
19477@item @code{D} --- detach
19478@cindex @code{D} packet
19479
19480Detach @value{GDBN} from the remote system. Sent to the remote target
07f31aa6 19481before @value{GDBN} disconnects via the @code{detach} command.
ee2d5c50
AC
19482
19483Reply:
19484@table @samp
19485@item @emph{no response}
8e04817f 19486@value{GDBN} does not check for any response after sending this packet.
ee2d5c50 19487@end table
c906108c 19488
ee2d5c50 19489@item @code{e} --- reserved
c906108c 19490
ee2d5c50 19491Reserved for future use.
c906108c 19492
ee2d5c50 19493@item @code{E} --- reserved
c906108c 19494
ee2d5c50 19495Reserved for future use.
c906108c 19496
ee2d5c50
AC
19497@item @code{f} --- reserved
19498
19499Reserved for future use.
19500
0ce1b118
CV
19501@item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
19502@cindex @code{F} packet
ee2d5c50 19503
0ce1b118
CV
19504This packet is send by @value{GDBN} as reply to a @code{F} request packet
19505sent by the target. This is part of the File-I/O protocol extension.
19506@xref{File-I/O remote protocol extension}, for the specification.
ee2d5c50
AC
19507
19508@item @code{g} --- read registers
19509@anchor{read registers packet}
19510@cindex @code{g} packet
19511
19512Read general registers.
19513
19514Reply:
19515@table @samp
19516@item @var{XX@dots{}}
8e04817f
AC
19517Each byte of register data is described by two hex digits. The bytes
19518with the register are transmitted in target byte order. The size of
19519each register and their position within the @samp{g} @var{packet} are
12c266ea
AC
19520determined by the @value{GDBN} internal macros
19521@var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros. The
19522specification of several standard @code{g} packets is specified below.
ee2d5c50
AC
19523@item E@var{NN}
19524for an error.
19525@end table
c906108c 19526
ee2d5c50
AC
19527@item @code{G}@var{XX@dots{}} --- write regs
19528@cindex @code{G} packet
c906108c 19529
ee2d5c50
AC
19530@xref{read registers packet}, for a description of the @var{XX@dots{}}
19531data.
19532
19533Reply:
19534@table @samp
19535@item OK
19536for success
19537@item E@var{NN}
19538for an error
19539@end table
19540
19541@item @code{h} --- reserved
19542
19543Reserved for future use.
19544
19545@item @code{H}@var{c}@var{t@dots{}} --- set thread
19546@cindex @code{H} packet
c906108c 19547
8e04817f 19548Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
ee2d5c50
AC
19549@samp{G}, et.al.). @var{c} depends on the operation to be performed: it
19550should be @samp{c} for step and continue operations, @samp{g} for other
19551operations. The thread designator @var{t@dots{}} may be -1, meaning all
19552the threads, a thread number, or zero which means pick any thread.
19553
19554Reply:
19555@table @samp
19556@item OK
19557for success
19558@item E@var{NN}
19559for an error
19560@end table
c906108c 19561
8e04817f
AC
19562@c FIXME: JTC:
19563@c 'H': How restrictive (or permissive) is the thread model. If a
19564@c thread is selected and stopped, are other threads allowed
19565@c to continue to execute? As I mentioned above, I think the
19566@c semantics of each command when a thread is selected must be
19567@c described. For example:
19568@c
19569@c 'g': If the stub supports threads and a specific thread is
19570@c selected, returns the register block from that thread;
19571@c otherwise returns current registers.
19572@c
19573@c 'G' If the stub supports threads and a specific thread is
19574@c selected, sets the registers of the register block of
19575@c that thread; otherwise sets current registers.
c906108c 19576
ee2d5c50
AC
19577@item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
19578@anchor{cycle step packet}
19579@cindex @code{i} packet
19580
8e04817f
AC
19581Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
19582present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
19583step starting at that address.
c906108c 19584
ee2d5c50
AC
19585@item @code{I} --- signal then cycle step @strong{(reserved)}
19586@cindex @code{I} packet
19587
19588@xref{step with signal packet}. @xref{cycle step packet}.
19589
19590@item @code{j} --- reserved
19591
19592Reserved for future use.
19593
19594@item @code{J} --- reserved
c906108c 19595
ee2d5c50 19596Reserved for future use.
c906108c 19597
ee2d5c50
AC
19598@item @code{k} --- kill request
19599@cindex @code{k} packet
c906108c 19600
ac282366 19601FIXME: @emph{There is no description of how to operate when a specific
ee2d5c50
AC
19602thread context has been selected (i.e.@: does 'k' kill only that
19603thread?)}.
c906108c 19604
ee2d5c50 19605@item @code{K} --- reserved
c906108c 19606
ee2d5c50
AC
19607Reserved for future use.
19608
19609@item @code{l} --- reserved
19610
19611Reserved for future use.
19612
19613@item @code{L} --- reserved
19614
19615Reserved for future use.
19616
19617@item @code{m}@var{addr}@code{,}@var{length} --- read memory
19618@cindex @code{m} packet
c906108c 19619
8e04817f 19620Read @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50 19621Neither @value{GDBN} nor the stub assume that sized memory transfers are
2e834e49 19622assumed using word aligned accesses. FIXME: @emph{A word aligned memory
8e04817f 19623transfer mechanism is needed.}
c906108c 19624
ee2d5c50
AC
19625Reply:
19626@table @samp
19627@item @var{XX@dots{}}
19628@var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
19629to read only part of the data. Neither @value{GDBN} nor the stub assume
2e834e49 19630that sized memory transfers are assumed using word aligned
ee2d5c50
AC
19631accesses. FIXME: @emph{A word aligned memory transfer mechanism is
19632needed.}
19633@item E@var{NN}
19634@var{NN} is errno
19635@end table
19636
19637@item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
19638@cindex @code{M} packet
19639
8e04817f 19640Write @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50
AC
19641@var{XX@dots{}} is the data.
19642
19643Reply:
19644@table @samp
19645@item OK
19646for success
19647@item E@var{NN}
8e04817f
AC
19648for an error (this includes the case where only part of the data was
19649written).
ee2d5c50 19650@end table
c906108c 19651
ee2d5c50 19652@item @code{n} --- reserved
c906108c 19653
ee2d5c50 19654Reserved for future use.
c906108c 19655
ee2d5c50 19656@item @code{N} --- reserved
c906108c 19657
ee2d5c50 19658Reserved for future use.
c906108c 19659
ee2d5c50
AC
19660@item @code{o} --- reserved
19661
19662Reserved for future use.
19663
19664@item @code{O} --- reserved
19665
19666Reserved for future use.
c906108c 19667
ee2d5c50
AC
19668@item @code{p}@var{n@dots{}} --- read reg @strong{(reserved)}
19669@cindex @code{p} packet
19670
19671@xref{write register packet}.
19672
19673Reply:
19674@table @samp
19675@item @var{r@dots{}.}
19676The hex encoded value of the register in target byte order.
19677@end table
19678
19679@item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
19680@anchor{write register packet}
19681@cindex @code{P} packet
19682
19683Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
8e04817f 19684digits for each byte in the register (target byte order).
c906108c 19685
ee2d5c50
AC
19686Reply:
19687@table @samp
19688@item OK
19689for success
19690@item E@var{NN}
19691for an error
19692@end table
19693
19694@item @code{q}@var{query} --- general query
19695@anchor{general query packet}
19696@cindex @code{q} packet
19697
19698Request info about @var{query}. In general @value{GDBN} queries have a
19699leading upper case letter. Custom vendor queries should use a company
19700prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
19701be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
19702that they match the full @var{query} name.
19703
19704Reply:
19705@table @samp
19706@item @var{XX@dots{}}
19707Hex encoded data from query. The reply can not be empty.
19708@item E@var{NN}
19709error reply
8e04817f 19710@item
ee2d5c50
AC
19711Indicating an unrecognized @var{query}.
19712@end table
19713
19714@item @code{Q}@var{var}@code{=}@var{val} --- general set
19715@cindex @code{Q} packet
19716
19717Set value of @var{var} to @var{val}.
19718
19719@xref{general query packet}, for a discussion of naming conventions.
c906108c 19720
ee2d5c50
AC
19721@item @code{r} --- reset @strong{(deprecated)}
19722@cindex @code{r} packet
c906108c 19723
8e04817f 19724Reset the entire system.
c906108c 19725
ee2d5c50
AC
19726@item @code{R}@var{XX} --- remote restart
19727@cindex @code{R} packet
19728
8e04817f
AC
19729Restart the program being debugged. @var{XX}, while needed, is ignored.
19730This packet is only available in extended mode.
ee2d5c50
AC
19731
19732Reply:
19733@table @samp
19734@item @emph{no reply}
8e04817f 19735The @samp{R} packet has no reply.
ee2d5c50
AC
19736@end table
19737
19738@item @code{s}@var{addr} --- step
19739@cindex @code{s} packet
c906108c 19740
8e04817f
AC
19741@var{addr} is address to resume. If @var{addr} is omitted, resume at
19742same address.
c906108c 19743
ee2d5c50
AC
19744Reply:
19745@xref{Stop Reply Packets}, for the reply specifications.
19746
19747@item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
19748@anchor{step with signal packet}
19749@cindex @code{S} packet
19750
8e04817f 19751Like @samp{C} but step not continue.
c906108c 19752
ee2d5c50
AC
19753Reply:
19754@xref{Stop Reply Packets}, for the reply specifications.
19755
19756@item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
19757@cindex @code{t} packet
19758
8e04817f 19759Search backwards starting at address @var{addr} for a match with pattern
ee2d5c50
AC
19760@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
19761@var{addr} must be at least 3 digits.
c906108c 19762
ee2d5c50
AC
19763@item @code{T}@var{XX} --- thread alive
19764@cindex @code{T} packet
c906108c 19765
ee2d5c50 19766Find out if the thread XX is alive.
c906108c 19767
ee2d5c50
AC
19768Reply:
19769@table @samp
19770@item OK
19771thread is still alive
19772@item E@var{NN}
19773thread is dead
19774@end table
19775
19776@item @code{u} --- reserved
19777
19778Reserved for future use.
19779
19780@item @code{U} --- reserved
19781
19782Reserved for future use.
19783
86d30acc 19784@item @code{v} --- verbose packet prefix
ee2d5c50 19785
86d30acc
DJ
19786Packets starting with @code{v} are identified by a multi-letter name,
19787up to the first @code{;} or @code{?} (or the end of the packet).
19788
19789@item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
19790@cindex @code{vCont} packet
19791
19792Resume the inferior. Different actions may be specified for each thread.
19793If an action is specified with no @var{tid}, then it is applied to any
19794threads that don't have a specific action specified; if no default action is
19795specified then other threads should remain stopped. Specifying multiple
19796default actions is an error; specifying no actions is also an error.
19797Thread IDs are specified in hexadecimal. Currently supported actions are:
19798
19799@table @code
19800@item c
19801Continue.
19802@item C@var{sig}
19803Continue with signal @var{sig}. @var{sig} should be two hex digits.
19804@item s
19805Step.
19806@item S@var{sig}
19807Step with signal @var{sig}. @var{sig} should be two hex digits.
19808@end table
19809
19810The optional @var{addr} argument normally associated with these packets is
19811not supported in @code{vCont}.
19812
19813Reply:
19814@xref{Stop Reply Packets}, for the reply specifications.
19815
19816@item @code{vCont?} --- extended resume query
19817@cindex @code{vCont?} packet
19818
19819Query support for the @code{vCont} packet.
19820
19821Reply:
19822@table @samp
19823@item @code{vCont}[;@var{action}]...
19824The @code{vCont} packet is supported. Each @var{action} is a supported
19825command in the @code{vCont} packet.
19826@item
19827The @code{vCont} packet is not supported.
19828@end table
ee2d5c50
AC
19829
19830@item @code{V} --- reserved
c906108c 19831
ee2d5c50 19832Reserved for future use.
c906108c 19833
ee2d5c50 19834@item @code{w} --- reserved
c906108c 19835
ee2d5c50 19836Reserved for future use.
c906108c 19837
ee2d5c50 19838@item @code{W} --- reserved
c906108c 19839
ee2d5c50 19840Reserved for future use.
c906108c 19841
ee2d5c50
AC
19842@item @code{x} --- reserved
19843
19844Reserved for future use.
19845
19846@item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
19847@cindex @code{X} packet
19848
19849@var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
19850is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
8e04817f 19851escaped using @code{0x7d}.
c906108c 19852
ee2d5c50
AC
19853Reply:
19854@table @samp
19855@item OK
19856for success
19857@item E@var{NN}
19858for an error
19859@end table
19860
19861@item @code{y} --- reserved
c906108c 19862
ee2d5c50 19863Reserved for future use.
c906108c 19864
ee2d5c50
AC
19865@item @code{Y} reserved
19866
19867Reserved for future use.
19868
2f870471
AC
19869@item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
19870@itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
19871@anchor{insert breakpoint or watchpoint packet}
ee2d5c50 19872@cindex @code{z} packet
2f870471 19873@cindex @code{Z} packets
ee2d5c50 19874
2f870471
AC
19875Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
19876watchpoint starting at address @var{address} and covering the next
19877@var{length} bytes.
ee2d5c50 19878
2f870471
AC
19879Each breakpoint and watchpoint packet @var{type} is documented
19880separately.
19881
512217c7
AC
19882@emph{Implementation notes: A remote target shall return an empty string
19883for an unrecognized breakpoint or watchpoint packet @var{type}. A
19884remote target shall support either both or neither of a given
2f870471
AC
19885@code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
19886avoid potential problems with duplicate packets, the operations should
19887be implemented in an idempotent way.}
19888
19889@item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
19890@item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
19891@cindex @code{z0} packet
19892@cindex @code{Z0} packet
19893
19894Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
19895@code{addr} of size @code{length}.
19896
19897A memory breakpoint is implemented by replacing the instruction at
19898@var{addr} with a software breakpoint or trap instruction. The
19899@code{length} is used by targets that indicates the size of the
19900breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
19901@sc{mips} can insert either a 2 or 4 byte breakpoint).
c906108c 19902
2f870471
AC
19903@emph{Implementation note: It is possible for a target to copy or move
19904code that contains memory breakpoints (e.g., when implementing
19905overlays). The behavior of this packet, in the presence of such a
19906target, is not defined.}
c906108c 19907
ee2d5c50
AC
19908Reply:
19909@table @samp
2f870471
AC
19910@item OK
19911success
19912@item
19913not supported
ee2d5c50
AC
19914@item E@var{NN}
19915for an error
2f870471
AC
19916@end table
19917
19918@item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
19919@item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
19920@cindex @code{z1} packet
19921@cindex @code{Z1} packet
19922
19923Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
19924address @code{addr} of size @code{length}.
19925
19926A hardware breakpoint is implemented using a mechanism that is not
19927dependant on being able to modify the target's memory.
19928
19929@emph{Implementation note: A hardware breakpoint is not affected by code
19930movement.}
19931
19932Reply:
19933@table @samp
ee2d5c50 19934@item OK
2f870471
AC
19935success
19936@item
19937not supported
19938@item E@var{NN}
19939for an error
19940@end table
19941
19942@item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
19943@item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
19944@cindex @code{z2} packet
19945@cindex @code{Z2} packet
19946
19947Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
19948
19949Reply:
19950@table @samp
19951@item OK
19952success
19953@item
19954not supported
19955@item E@var{NN}
19956for an error
19957@end table
19958
19959@item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
19960@item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
19961@cindex @code{z3} packet
19962@cindex @code{Z3} packet
19963
2e834e49 19964Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
2f870471
AC
19965
19966Reply:
19967@table @samp
19968@item OK
19969success
19970@item
19971not supported
19972@item E@var{NN}
19973for an error
19974@end table
19975
2e834e49
HPN
19976@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
19977@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
2f870471
AC
19978@cindex @code{z4} packet
19979@cindex @code{Z4} packet
19980
19981Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
19982
19983Reply:
19984@table @samp
19985@item OK
19986success
19987@item
19988not supported
19989@item E@var{NN}
19990for an error
ee2d5c50
AC
19991@end table
19992
19993@end table
c906108c 19994
ee2d5c50
AC
19995@node Stop Reply Packets
19996@section Stop Reply Packets
19997@cindex stop reply packets
c906108c 19998
8e04817f
AC
19999The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
20000receive any of the below as a reply. In the case of the @samp{C},
20001@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
20002when the target halts. In the below the exact meaning of @samp{signal
20003number} is poorly defined. In general one of the UNIX signal numbering
20004conventions is used.
c906108c 20005
ee2d5c50 20006@table @samp
c906108c 20007
ee2d5c50
AC
20008@item S@var{AA}
20009@var{AA} is the signal number
c906108c 20010
8e04817f 20011@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
20012@cindex @code{T} packet reply
20013
8e04817f
AC
20014@var{AA} = two hex digit signal number; @var{n...} = register number
20015(hex), @var{r...} = target byte ordered register contents, size defined
12c266ea
AC
20016by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
20017@var{r...} = thread process ID, this is a hex integer; @var{n...} =
20018(@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
20019address, this is a hex integer; @var{n...} = other string not starting
20020with valid hex digit. @value{GDBN} should ignore this @var{n...},
20021@var{r...} pair and go on to the next. This way we can extend the
20022protocol.
c906108c 20023
ee2d5c50
AC
20024@item W@var{AA}
20025
8e04817f 20026The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
20027applicable to certain targets.
20028
20029@item X@var{AA}
c906108c 20030
8e04817f 20031The process terminated with signal @var{AA}.
c906108c 20032
ee2d5c50
AC
20033@item N@var{AA};@var{t@dots{}};@var{d@dots{}};@var{b@dots{}} @strong{(obsolete)}
20034
20035@var{AA} = signal number; @var{t@dots{}} = address of symbol
20036@code{_start}; @var{d@dots{}} = base of data section; @var{b@dots{}} =
20037base of bss section. @emph{Note: only used by Cisco Systems targets.
20038The difference between this reply and the @samp{qOffsets} query is that
20039the @samp{N} packet may arrive spontaneously whereas the @samp{qOffsets}
20040is a query initiated by the host debugger.}
c906108c 20041
ee2d5c50 20042@item O@var{XX@dots{}}
c906108c 20043
ee2d5c50
AC
20044@var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
20045any time while the program is running and the debugger should continue
20046to wait for @samp{W}, @samp{T}, etc.
20047
0ce1b118
CV
20048@item F@var{call-id}@code{,}@var{parameter@dots{}}
20049
20050@var{call-id} is the identifier which says which host system call should
20051be called. This is just the name of the function. Translation into the
20052correct system call is only applicable as it's defined in @value{GDBN}.
20053@xref{File-I/O remote protocol extension}, for a list of implemented
20054system calls.
20055
20056@var{parameter@dots{}} is a list of parameters as defined for this very
20057system call.
20058
20059The target replies with this packet when it expects @value{GDBN} to call
20060a host system call on behalf of the target. @value{GDBN} replies with
20061an appropriate @code{F} packet and keeps up waiting for the next reply
20062packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
20063@samp{s} action is expected to be continued.
20064@xref{File-I/O remote protocol extension}, for more details.
20065
ee2d5c50
AC
20066@end table
20067
20068@node General Query Packets
20069@section General Query Packets
c906108c 20070
8e04817f 20071The following set and query packets have already been defined.
c906108c 20072
ee2d5c50 20073@table @r
c906108c 20074
ee2d5c50
AC
20075@item @code{q}@code{C} --- current thread
20076
20077Return the current thread id.
20078
20079Reply:
20080@table @samp
20081@item @code{QC}@var{pid}
8e04817f 20082Where @var{pid} is a HEX encoded 16 bit process id.
ee2d5c50
AC
20083@item *
20084Any other reply implies the old pid.
20085@end table
20086
20087@item @code{q}@code{fThreadInfo} -- all thread ids
20088
20089@code{q}@code{sThreadInfo}
c906108c 20090
8e04817f
AC
20091Obtain a list of active thread ids from the target (OS). Since there
20092may be too many active threads to fit into one reply packet, this query
20093works iteratively: it may require more than one query/reply sequence to
20094obtain the entire list of threads. The first query of the sequence will
20095be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
20096sequence will be the @code{qs}@code{ThreadInfo} query.
ee2d5c50
AC
20097
20098NOTE: replaces the @code{qL} query (see below).
20099
20100Reply:
20101@table @samp
20102@item @code{m}@var{id}
20103A single thread id
20104@item @code{m}@var{id},@var{id}@dots{}
20105a comma-separated list of thread ids
20106@item @code{l}
20107(lower case 'el') denotes end of list.
20108@end table
20109
20110In response to each query, the target will reply with a list of one or
20111more thread ids, in big-endian hex, separated by commas. @value{GDBN}
20112will respond to each reply with a request for more thread ids (using the
8e04817f
AC
20113@code{qs} form of the query), until the target responds with @code{l}
20114(lower-case el, for @code{'last'}).
c906108c 20115
ee2d5c50
AC
20116@item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
20117
20118Where @var{id} is a thread-id in big-endian hex. Obtain a printable
20119string description of a thread's attributes from the target OS. This
20120string may contain anything that the target OS thinks is interesting for
20121@value{GDBN} to tell the user about the thread. The string is displayed
20122in @value{GDBN}'s @samp{info threads} display. Some examples of
20123possible thread extra info strings are ``Runnable'', or ``Blocked on
20124Mutex''.
20125
20126Reply:
20127@table @samp
20128@item @var{XX@dots{}}
20129Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
20130the printable string containing the extra information about the thread's
8e04817f 20131attributes.
ee2d5c50
AC
20132@end table
20133
20134@item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
c906108c 20135
8e04817f
AC
20136Obtain thread information from RTOS. Where: @var{startflag} (one hex
20137digit) is one to indicate the first query and zero to indicate a
20138subsequent query; @var{threadcount} (two hex digits) is the maximum
20139number of threads the response packet can contain; and @var{nextthread}
20140(eight hex digits), for subsequent queries (@var{startflag} is zero), is
20141returned in the response as @var{argthread}.
ee2d5c50
AC
20142
20143NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
20144(see above).
20145
20146Reply:
20147@table @samp
20148@item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
8e04817f
AC
20149Where: @var{count} (two hex digits) is the number of threads being
20150returned; @var{done} (one hex digit) is zero to indicate more threads
20151and one indicates no further threads; @var{argthreadid} (eight hex
ee2d5c50
AC
20152digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
20153is a sequence of thread IDs from the target. @var{threadid} (eight hex
8e04817f 20154digits). See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 20155@end table
c906108c 20156
ee2d5c50
AC
20157@item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
20158
20159Reply:
20160@table @samp
20161@item @code{E}@var{NN}
20162An error (such as memory fault)
20163@item @code{C}@var{CRC32}
20164A 32 bit cyclic redundancy check of the specified memory region.
20165@end table
20166
20167@item @code{q}@code{Offsets} --- query sect offs
c906108c 20168
8e04817f
AC
20169Get section offsets that the target used when re-locating the downloaded
20170image. @emph{Note: while a @code{Bss} offset is included in the
20171response, @value{GDBN} ignores this and instead applies the @code{Data}
20172offset to the @code{Bss} section.}
c906108c 20173
ee2d5c50
AC
20174Reply:
20175@table @samp
20176@item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
20177@end table
20178
20179@item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
20180
8e04817f
AC
20181Returns information on @var{threadid}. Where: @var{mode} is a hex
20182encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
ee2d5c50
AC
20183
20184Reply:
20185@table @samp
20186@item *
20187@end table
20188
8e04817f 20189See @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 20190
ee2d5c50
AC
20191@item @code{q}@code{Rcmd,}@var{command} --- remote command
20192
20193@var{command} (hex encoded) is passed to the local interpreter for
8e04817f
AC
20194execution. Invalid commands should be reported using the output string.
20195Before the final result packet, the target may also respond with a
ee2d5c50
AC
20196number of intermediate @code{O}@var{output} console output packets.
20197@emph{Implementors should note that providing access to a stubs's
20198interpreter may have security implications}.
20199
20200Reply:
20201@table @samp
20202@item OK
8e04817f 20203A command response with no output.
ee2d5c50 20204@item @var{OUTPUT}
8e04817f 20205A command response with the hex encoded output string @var{OUTPUT}.
ee2d5c50 20206@item @code{E}@var{NN}
8e04817f 20207Indicate a badly formed request.
ee2d5c50 20208@item @samp{}
8e04817f 20209When @samp{q}@samp{Rcmd} is not recognized.
ee2d5c50
AC
20210@end table
20211
20212@item @code{qSymbol::} --- symbol lookup
c906108c 20213
8e04817f
AC
20214Notify the target that @value{GDBN} is prepared to serve symbol lookup
20215requests. Accept requests from the target for the values of symbols.
ee2d5c50
AC
20216
20217Reply:
20218@table @samp
20219@item @code{OK}
8e04817f 20220The target does not need to look up any (more) symbols.
ee2d5c50
AC
20221@item @code{qSymbol:}@var{sym_name}
20222The target requests the value of symbol @var{sym_name} (hex encoded).
20223@value{GDBN} may provide the value by using the
20224@code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
20225@end table
20226
20227@item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
20228
20229Set the value of @var{sym_name} to @var{sym_value}.
20230
20231@var{sym_name} (hex encoded) is the name of a symbol whose value the
20232target has previously requested.
20233
20234@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
20235@value{GDBN} cannot supply a value for @var{sym_name}, then this field
20236will be empty.
20237
20238Reply:
20239@table @samp
20240@item @code{OK}
8e04817f 20241The target does not need to look up any (more) symbols.
ee2d5c50
AC
20242@item @code{qSymbol:}@var{sym_name}
20243The target requests the value of a new symbol @var{sym_name} (hex
20244encoded). @value{GDBN} will continue to supply the values of symbols
20245(if available), until the target ceases to request them.
20246@end table
eb12ee30 20247
ee2d5c50
AC
20248@end table
20249
20250@node Register Packet Format
20251@section Register Packet Format
eb12ee30 20252
8e04817f 20253The following @samp{g}/@samp{G} packets have previously been defined.
ee2d5c50
AC
20254In the below, some thirty-two bit registers are transferred as
20255sixty-four bits. Those registers should be zero/sign extended (which?)
20256to fill the space allocated. Register bytes are transfered in target
20257byte order. The two nibbles within a register byte are transfered
20258most-significant - least-significant.
eb12ee30 20259
ee2d5c50 20260@table @r
eb12ee30 20261
8e04817f 20262@item MIPS32
ee2d5c50 20263
8e04817f
AC
20264All registers are transfered as thirty-two bit quantities in the order:
2026532 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
20266registers; fsr; fir; fp.
eb12ee30 20267
8e04817f 20268@item MIPS64
ee2d5c50 20269
8e04817f
AC
20270All registers are transfered as sixty-four bit quantities (including
20271thirty-two bit registers such as @code{sr}). The ordering is the same
20272as @code{MIPS32}.
eb12ee30 20273
ee2d5c50
AC
20274@end table
20275
20276@node Examples
20277@section Examples
eb12ee30 20278
8e04817f
AC
20279Example sequence of a target being re-started. Notice how the restart
20280does not get any direct output:
eb12ee30 20281
474c8240 20282@smallexample
d2c6833e
AC
20283-> @code{R00}
20284<- @code{+}
8e04817f 20285@emph{target restarts}
d2c6833e 20286-> @code{?}
8e04817f 20287<- @code{+}
d2c6833e
AC
20288<- @code{T001:1234123412341234}
20289-> @code{+}
474c8240 20290@end smallexample
eb12ee30 20291
8e04817f 20292Example sequence of a target being stepped by a single instruction:
eb12ee30 20293
474c8240 20294@smallexample
d2c6833e 20295-> @code{G1445@dots{}}
8e04817f 20296<- @code{+}
d2c6833e
AC
20297-> @code{s}
20298<- @code{+}
20299@emph{time passes}
20300<- @code{T001:1234123412341234}
8e04817f 20301-> @code{+}
d2c6833e 20302-> @code{g}
8e04817f 20303<- @code{+}
d2c6833e
AC
20304<- @code{1455@dots{}}
20305-> @code{+}
474c8240 20306@end smallexample
eb12ee30 20307
0ce1b118
CV
20308@node File-I/O remote protocol extension
20309@section File-I/O remote protocol extension
20310@cindex File-I/O remote protocol extension
20311
20312@menu
20313* File-I/O Overview::
20314* Protocol basics::
20315* The `F' request packet::
20316* The `F' reply packet::
20317* Memory transfer::
20318* The Ctrl-C message::
20319* Console I/O::
20320* The isatty call::
20321* The system call::
20322* List of supported calls::
20323* Protocol specific representation of datatypes::
20324* Constants::
20325* File-I/O Examples::
20326@end menu
20327
20328@node File-I/O Overview
20329@subsection File-I/O Overview
20330@cindex file-i/o overview
20331
20332The File I/O remote protocol extension (short: File-I/O) allows the
20333target to use the hosts file system and console I/O when calling various
20334system calls. System calls on the target system are translated into a
20335remote protocol packet to the host system which then performs the needed
20336actions and returns with an adequate response packet to the target system.
20337This simulates file system operations even on targets that lack file systems.
20338
20339The protocol is defined host- and target-system independent. It uses
20340it's own independent representation of datatypes and values. Both,
20341@value{GDBN} and the target's @value{GDBN} stub are responsible for
20342translating the system dependent values into the unified protocol values
20343when data is transmitted.
20344
20345The communication is synchronous. A system call is possible only
20346when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
20347packets. While @value{GDBN} handles the request for a system call,
20348the target is stopped to allow deterministic access to the target's
20349memory. Therefore File-I/O is not interuptible by target signals. It
20350is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
20351
20352The target's request to perform a host system call does not finish
20353the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
20354after finishing the system call, the target returns to continuing the
20355previous activity (continue, step). No additional continue or step
20356request from @value{GDBN} is required.
20357
20358@smallexample
20359(gdb) continue
20360 <- target requests 'system call X'
20361 target is stopped, @value{GDBN} executes system call
20362 -> GDB returns result
20363 ... target continues, GDB returns to wait for the target
20364 <- target hits breakpoint and sends a Txx packet
20365@end smallexample
20366
20367The protocol is only used for files on the host file system and
20368for I/O on the console. Character or block special devices, pipes,
20369named pipes or sockets or any other communication method on the host
20370system are not supported by this protocol.
20371
20372@node Protocol basics
20373@subsection Protocol basics
20374@cindex protocol basics, file-i/o
20375
20376The File-I/O protocol uses the @code{F} packet, as request as well
20377as as reply packet. Since a File-I/O system call can only occur when
20378@value{GDBN} is waiting for the continuing or stepping target, the
20379File-I/O request is a reply that @value{GDBN} has to expect as a result
20380of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
20381This @code{F} packet contains all information needed to allow @value{GDBN}
20382to call the appropriate host system call:
20383
20384@itemize @bullet
20385@item
20386A unique identifier for the requested system call.
20387
20388@item
20389All parameters to the system call. Pointers are given as addresses
20390in the target memory address space. Pointers to strings are given as
20391pointer/length pair. Numerical values are given as they are.
20392Numerical control values are given in a protocol specific representation.
20393
20394@end itemize
20395
20396At that point @value{GDBN} has to perform the following actions.
20397
20398@itemize @bullet
20399@item
20400If parameter pointer values are given, which point to data needed as input
20401to a system call, @value{GDBN} requests this data from the target with a
20402standard @code{m} packet request. This additional communication has to be
20403expected by the target implementation and is handled as any other @code{m}
20404packet.
20405
20406@item
20407@value{GDBN} translates all value from protocol representation to host
20408representation as needed. Datatypes are coerced into the host types.
20409
20410@item
20411@value{GDBN} calls the system call
20412
20413@item
20414It then coerces datatypes back to protocol representation.
20415
20416@item
20417If pointer parameters in the request packet point to buffer space in which
20418a system call is expected to copy data to, the data is transmitted to the
20419target using a @code{M} or @code{X} packet. This packet has to be expected
20420by the target implementation and is handled as any other @code{M} or @code{X}
20421packet.
20422
20423@end itemize
20424
20425Eventually @value{GDBN} replies with another @code{F} packet which contains all
20426necessary information for the target to continue. This at least contains
20427
20428@itemize @bullet
20429@item
20430Return value.
20431
20432@item
20433@code{errno}, if has been changed by the system call.
20434
20435@item
20436``Ctrl-C'' flag.
20437
20438@end itemize
20439
20440After having done the needed type and value coercion, the target continues
20441the latest continue or step action.
20442
20443@node The `F' request packet
20444@subsection The @code{F} request packet
20445@cindex file-i/o request packet
20446@cindex @code{F} request packet
20447
20448The @code{F} request packet has the following format:
20449
20450@table @samp
20451
20452@smallexample
20453@code{F}@var{call-id}@code{,}@var{parameter@dots{}}
20454@end smallexample
20455
20456@var{call-id} is the identifier to indicate the host system call to be called.
20457This is just the name of the function.
20458
20459@var{parameter@dots{}} are the parameters to the system call.
20460
20461@end table
20462
20463Parameters are hexadecimal integer values, either the real values in case
20464of scalar datatypes, as pointers to target buffer space in case of compound
20465datatypes and unspecified memory areas or as pointer/length pairs in case
20466of string parameters. These are appended to the call-id, each separated
20467from its predecessor by a comma. All values are transmitted in ASCII
20468string representation, pointer/length pairs separated by a slash.
20469
20470@node The `F' reply packet
20471@subsection The @code{F} reply packet
20472@cindex file-i/o reply packet
20473@cindex @code{F} reply packet
20474
20475The @code{F} reply packet has the following format:
20476
20477@table @samp
20478
20479@smallexample
20480@code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
20481@end smallexample
20482
20483@var{retcode} is the return code of the system call as hexadecimal value.
20484
20485@var{errno} is the errno set by the call, in protocol specific representation.
20486This parameter can be omitted if the call was successful.
20487
20488@var{Ctrl-C flag} is only send if the user requested a break. In this
20489case, @var{errno} must be send as well, even if the call was successful.
20490The @var{Ctrl-C flag} itself consists of the character 'C':
20491
20492@smallexample
20493F0,0,C
20494@end smallexample
20495
20496@noindent
20497or, if the call was interupted before the host call has been performed:
20498
20499@smallexample
20500F-1,4,C
20501@end smallexample
20502
20503@noindent
20504assuming 4 is the protocol specific representation of @code{EINTR}.
20505
20506@end table
20507
20508@node Memory transfer
20509@subsection Memory transfer
20510@cindex memory transfer, in file-i/o protocol
20511
20512Structured data which is transferred using a memory read or write as e.g.@:
20513a @code{struct stat} is expected to be in a protocol specific format with
20514all scalar multibyte datatypes being big endian. This should be done by
20515the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
20516it transfers memory to the target. Transferred pointers to structured
20517data should point to the already coerced data at any time.
20518
20519@node The Ctrl-C message
20520@subsection The Ctrl-C message
20521@cindex ctrl-c message, in file-i/o protocol
20522
20523A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
20524reply packet. In this case the target should behave, as if it had
20525gotten a break message. The meaning for the target is ``system call
20526interupted by @code{SIGINT}''. Consequentially, the target should actually stop
20527(as with a break message) and return to @value{GDBN} with a @code{T02}
20528packet. In this case, it's important for the target to know, in which
20529state the system call was interrupted. Since this action is by design
20530not an atomic operation, we have to differ between two cases:
20531
20532@itemize @bullet
20533@item
20534The system call hasn't been performed on the host yet.
20535
20536@item
20537The system call on the host has been finished.
20538
20539@end itemize
20540
20541These two states can be distinguished by the target by the value of the
20542returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
20543call hasn't been performed. This is equivalent to the @code{EINTR} handling
20544on POSIX systems. In any other case, the target may presume that the
20545system call has been finished --- successful or not --- and should behave
20546as if the break message arrived right after the system call.
20547
20548@value{GDBN} must behave reliable. If the system call has not been called
20549yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
20550@code{errno} in the packet. If the system call on the host has been finished
20551before the user requests a break, the full action must be finshed by
20552@value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
20553The @code{F} packet may only be send when either nothing has happened
20554or the full action has been completed.
20555
20556@node Console I/O
20557@subsection Console I/O
20558@cindex console i/o as part of file-i/o
20559
20560By default and if not explicitely closed by the target system, the file
20561descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
20562on the @value{GDBN} console is handled as any other file output operation
20563(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
20564by @value{GDBN} so that after the target read request from file descriptor
205650 all following typing is buffered until either one of the following
20566conditions is met:
20567
20568@itemize @bullet
20569@item
20570The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
20571@code{read}
20572system call is treated as finished.
20573
20574@item
20575The user presses @kbd{Enter}. This is treated as end of input with a trailing
20576line feed.
20577
20578@item
20579The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
20580character, especially no Ctrl-D is appended to the input.
20581
20582@end itemize
20583
20584If the user has typed more characters as fit in the buffer given to
20585the read call, the trailing characters are buffered in @value{GDBN} until
20586either another @code{read(0, @dots{})} is requested by the target or debugging
20587is stopped on users request.
20588
20589@node The isatty call
20590@subsection The isatty(3) call
20591@cindex isatty call, file-i/o protocol
20592
20593A special case in this protocol is the library call @code{isatty} which
20594is implemented as it's own call inside of this protocol. It returns
205951 to the target if the file descriptor given as parameter is attached
20596to the @value{GDBN} console, 0 otherwise. Implementing through system calls
20597would require implementing @code{ioctl} and would be more complex than
20598needed.
20599
20600@node The system call
20601@subsection The system(3) call
20602@cindex system call, file-i/o protocol
20603
20604The other special case in this protocol is the @code{system} call which
20605is implemented as it's own call, too. @value{GDBN} is taking over the full
20606task of calling the necessary host calls to perform the @code{system}
20607call. The return value of @code{system} is simplified before it's returned
20608to the target. Basically, the only signal transmitted back is @code{EINTR}
20609in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
20610entirely of the exit status of the called command.
20611
20612Due to security concerns, the @code{system} call is refused to be called
20613by @value{GDBN} by default. The user has to allow this call explicitly by
20614entering
20615
20616@table @samp
20617@kindex set remote system-call-allowed 1
20618@item @code{set remote system-call-allowed 1}
20619@end table
20620
20621Disabling the @code{system} call is done by
20622
20623@table @samp
20624@kindex set remote system-call-allowed 0
20625@item @code{set remote system-call-allowed 0}
20626@end table
20627
20628The current setting is shown by typing
20629
20630@table @samp
20631@kindex show remote system-call-allowed
20632@item @code{show remote system-call-allowed}
20633@end table
20634
20635@node List of supported calls
20636@subsection List of supported calls
20637@cindex list of supported file-i/o calls
20638
20639@menu
20640* open::
20641* close::
20642* read::
20643* write::
20644* lseek::
20645* rename::
20646* unlink::
20647* stat/fstat::
20648* gettimeofday::
20649* isatty::
20650* system::
20651@end menu
20652
20653@node open
20654@unnumberedsubsubsec open
20655@cindex open, file-i/o system call
20656
20657@smallexample
20658@exdent Synopsis:
20659int open(const char *pathname, int flags);
20660int open(const char *pathname, int flags, mode_t mode);
20661
20662@exdent Request:
20663Fopen,pathptr/len,flags,mode
20664@end smallexample
20665
20666@noindent
20667@code{flags} is the bitwise or of the following values:
20668
20669@table @code
20670@item O_CREAT
20671If the file does not exist it will be created. The host
20672rules apply as far as file ownership and time stamps
20673are concerned.
20674
20675@item O_EXCL
20676When used with O_CREAT, if the file already exists it is
20677an error and open() fails.
20678
20679@item O_TRUNC
20680If the file already exists and the open mode allows
20681writing (O_RDWR or O_WRONLY is given) it will be
20682truncated to length 0.
20683
20684@item O_APPEND
20685The file is opened in append mode.
20686
20687@item O_RDONLY
20688The file is opened for reading only.
20689
20690@item O_WRONLY
20691The file is opened for writing only.
20692
20693@item O_RDWR
20694The file is opened for reading and writing.
20695
20696@noindent
20697Each other bit is silently ignored.
20698
20699@end table
20700
20701@noindent
20702@code{mode} is the bitwise or of the following values:
20703
20704@table @code
20705@item S_IRUSR
20706User has read permission.
20707
20708@item S_IWUSR
20709User has write permission.
20710
20711@item S_IRGRP
20712Group has read permission.
20713
20714@item S_IWGRP
20715Group has write permission.
20716
20717@item S_IROTH
20718Others have read permission.
20719
20720@item S_IWOTH
20721Others have write permission.
20722
20723@noindent
20724Each other bit is silently ignored.
20725
20726@end table
20727
20728@smallexample
20729@exdent Return value:
20730open returns the new file descriptor or -1 if an error
20731occured.
20732
20733@exdent Errors:
20734@end smallexample
20735
20736@table @code
20737@item EEXIST
20738pathname already exists and O_CREAT and O_EXCL were used.
20739
20740@item EISDIR
20741pathname refers to a directory.
20742
20743@item EACCES
20744The requested access is not allowed.
20745
20746@item ENAMETOOLONG
20747pathname was too long.
20748
20749@item ENOENT
20750A directory component in pathname does not exist.
20751
20752@item ENODEV
20753pathname refers to a device, pipe, named pipe or socket.
20754
20755@item EROFS
20756pathname refers to a file on a read-only filesystem and
20757write access was requested.
20758
20759@item EFAULT
20760pathname is an invalid pointer value.
20761
20762@item ENOSPC
20763No space on device to create the file.
20764
20765@item EMFILE
20766The process already has the maximum number of files open.
20767
20768@item ENFILE
20769The limit on the total number of files open on the system
20770has been reached.
20771
20772@item EINTR
20773The call was interrupted by the user.
20774@end table
20775
20776@node close
20777@unnumberedsubsubsec close
20778@cindex close, file-i/o system call
20779
20780@smallexample
20781@exdent Synopsis:
20782int close(int fd);
20783
20784@exdent Request:
20785Fclose,fd
20786
20787@exdent Return value:
20788close returns zero on success, or -1 if an error occurred.
20789
20790@exdent Errors:
20791@end smallexample
20792
20793@table @code
20794@item EBADF
20795fd isn't a valid open file descriptor.
20796
20797@item EINTR
20798The call was interrupted by the user.
20799@end table
20800
20801@node read
20802@unnumberedsubsubsec read
20803@cindex read, file-i/o system call
20804
20805@smallexample
20806@exdent Synopsis:
20807int read(int fd, void *buf, unsigned int count);
20808
20809@exdent Request:
20810Fread,fd,bufptr,count
20811
20812@exdent Return value:
20813On success, the number of bytes read is returned.
20814Zero indicates end of file. If count is zero, read
20815returns zero as well. On error, -1 is returned.
20816
20817@exdent Errors:
20818@end smallexample
20819
20820@table @code
20821@item EBADF
20822fd is not a valid file descriptor or is not open for
20823reading.
20824
20825@item EFAULT
20826buf is an invalid pointer value.
20827
20828@item EINTR
20829The call was interrupted by the user.
20830@end table
20831
20832@node write
20833@unnumberedsubsubsec write
20834@cindex write, file-i/o system call
20835
20836@smallexample
20837@exdent Synopsis:
20838int write(int fd, const void *buf, unsigned int count);
20839
20840@exdent Request:
20841Fwrite,fd,bufptr,count
20842
20843@exdent Return value:
20844On success, the number of bytes written are returned.
20845Zero indicates nothing was written. On error, -1
20846is returned.
20847
20848@exdent Errors:
20849@end smallexample
20850
20851@table @code
20852@item EBADF
20853fd is not a valid file descriptor or is not open for
20854writing.
20855
20856@item EFAULT
20857buf is an invalid pointer value.
20858
20859@item EFBIG
20860An attempt was made to write a file that exceeds the
20861host specific maximum file size allowed.
20862
20863@item ENOSPC
20864No space on device to write the data.
20865
20866@item EINTR
20867The call was interrupted by the user.
20868@end table
20869
20870@node lseek
20871@unnumberedsubsubsec lseek
20872@cindex lseek, file-i/o system call
20873
20874@smallexample
20875@exdent Synopsis:
20876long lseek (int fd, long offset, int flag);
20877
20878@exdent Request:
20879Flseek,fd,offset,flag
20880@end smallexample
20881
20882@code{flag} is one of:
20883
20884@table @code
20885@item SEEK_SET
20886The offset is set to offset bytes.
20887
20888@item SEEK_CUR
20889The offset is set to its current location plus offset
20890bytes.
20891
20892@item SEEK_END
20893The offset is set to the size of the file plus offset
20894bytes.
20895@end table
20896
20897@smallexample
20898@exdent Return value:
20899On success, the resulting unsigned offset in bytes from
20900the beginning of the file is returned. Otherwise, a
20901value of -1 is returned.
20902
20903@exdent Errors:
20904@end smallexample
20905
20906@table @code
20907@item EBADF
20908fd is not a valid open file descriptor.
20909
20910@item ESPIPE
20911fd is associated with the @value{GDBN} console.
20912
20913@item EINVAL
20914flag is not a proper value.
20915
20916@item EINTR
20917The call was interrupted by the user.
20918@end table
20919
20920@node rename
20921@unnumberedsubsubsec rename
20922@cindex rename, file-i/o system call
20923
20924@smallexample
20925@exdent Synopsis:
20926int rename(const char *oldpath, const char *newpath);
20927
20928@exdent Request:
20929Frename,oldpathptr/len,newpathptr/len
20930
20931@exdent Return value:
20932On success, zero is returned. On error, -1 is returned.
20933
20934@exdent Errors:
20935@end smallexample
20936
20937@table @code
20938@item EISDIR
20939newpath is an existing directory, but oldpath is not a
20940directory.
20941
20942@item EEXIST
20943newpath is a non-empty directory.
20944
20945@item EBUSY
20946oldpath or newpath is a directory that is in use by some
20947process.
20948
20949@item EINVAL
20950An attempt was made to make a directory a subdirectory
20951of itself.
20952
20953@item ENOTDIR
20954A component used as a directory in oldpath or new
20955path is not a directory. Or oldpath is a directory
20956and newpath exists but is not a directory.
20957
20958@item EFAULT
20959oldpathptr or newpathptr are invalid pointer values.
20960
20961@item EACCES
20962No access to the file or the path of the file.
20963
20964@item ENAMETOOLONG
20965
20966oldpath or newpath was too long.
20967
20968@item ENOENT
20969A directory component in oldpath or newpath does not exist.
20970
20971@item EROFS
20972The file is on a read-only filesystem.
20973
20974@item ENOSPC
20975The device containing the file has no room for the new
20976directory entry.
20977
20978@item EINTR
20979The call was interrupted by the user.
20980@end table
20981
20982@node unlink
20983@unnumberedsubsubsec unlink
20984@cindex unlink, file-i/o system call
20985
20986@smallexample
20987@exdent Synopsis:
20988int unlink(const char *pathname);
20989
20990@exdent Request:
20991Funlink,pathnameptr/len
20992
20993@exdent Return value:
20994On success, zero is returned. On error, -1 is returned.
20995
20996@exdent Errors:
20997@end smallexample
20998
20999@table @code
21000@item EACCES
21001No access to the file or the path of the file.
21002
21003@item EPERM
21004The system does not allow unlinking of directories.
21005
21006@item EBUSY
21007The file pathname cannot be unlinked because it's
21008being used by another process.
21009
21010@item EFAULT
21011pathnameptr is an invalid pointer value.
21012
21013@item ENAMETOOLONG
21014pathname was too long.
21015
21016@item ENOENT
21017A directory component in pathname does not exist.
21018
21019@item ENOTDIR
21020A component of the path is not a directory.
21021
21022@item EROFS
21023The file is on a read-only filesystem.
21024
21025@item EINTR
21026The call was interrupted by the user.
21027@end table
21028
21029@node stat/fstat
21030@unnumberedsubsubsec stat/fstat
21031@cindex fstat, file-i/o system call
21032@cindex stat, file-i/o system call
21033
21034@smallexample
21035@exdent Synopsis:
21036int stat(const char *pathname, struct stat *buf);
21037int fstat(int fd, struct stat *buf);
21038
21039@exdent Request:
21040Fstat,pathnameptr/len,bufptr
21041Ffstat,fd,bufptr
21042
21043@exdent Return value:
21044On success, zero is returned. On error, -1 is returned.
21045
21046@exdent Errors:
21047@end smallexample
21048
21049@table @code
21050@item EBADF
21051fd is not a valid open file.
21052
21053@item ENOENT
21054A directory component in pathname does not exist or the
21055path is an empty string.
21056
21057@item ENOTDIR
21058A component of the path is not a directory.
21059
21060@item EFAULT
21061pathnameptr is an invalid pointer value.
21062
21063@item EACCES
21064No access to the file or the path of the file.
21065
21066@item ENAMETOOLONG
21067pathname was too long.
21068
21069@item EINTR
21070The call was interrupted by the user.
21071@end table
21072
21073@node gettimeofday
21074@unnumberedsubsubsec gettimeofday
21075@cindex gettimeofday, file-i/o system call
21076
21077@smallexample
21078@exdent Synopsis:
21079int gettimeofday(struct timeval *tv, void *tz);
21080
21081@exdent Request:
21082Fgettimeofday,tvptr,tzptr
21083
21084@exdent Return value:
21085On success, 0 is returned, -1 otherwise.
21086
21087@exdent Errors:
21088@end smallexample
21089
21090@table @code
21091@item EINVAL
21092tz is a non-NULL pointer.
21093
21094@item EFAULT
21095tvptr and/or tzptr is an invalid pointer value.
21096@end table
21097
21098@node isatty
21099@unnumberedsubsubsec isatty
21100@cindex isatty, file-i/o system call
21101
21102@smallexample
21103@exdent Synopsis:
21104int isatty(int fd);
21105
21106@exdent Request:
21107Fisatty,fd
21108
21109@exdent Return value:
21110Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
21111
21112@exdent Errors:
21113@end smallexample
21114
21115@table @code
21116@item EINTR
21117The call was interrupted by the user.
21118@end table
21119
21120@node system
21121@unnumberedsubsubsec system
21122@cindex system, file-i/o system call
21123
21124@smallexample
21125@exdent Synopsis:
21126int system(const char *command);
21127
21128@exdent Request:
21129Fsystem,commandptr/len
21130
21131@exdent Return value:
21132The value returned is -1 on error and the return status
21133of the command otherwise. Only the exit status of the
21134command is returned, which is extracted from the hosts
21135system return value by calling WEXITSTATUS(retval).
21136In case /bin/sh could not be executed, 127 is returned.
21137
21138@exdent Errors:
21139@end smallexample
21140
21141@table @code
21142@item EINTR
21143The call was interrupted by the user.
21144@end table
21145
21146@node Protocol specific representation of datatypes
21147@subsection Protocol specific representation of datatypes
21148@cindex protocol specific representation of datatypes, in file-i/o protocol
21149
21150@menu
21151* Integral datatypes::
21152* Pointer values::
21153* struct stat::
21154* struct timeval::
21155@end menu
21156
21157@node Integral datatypes
21158@unnumberedsubsubsec Integral datatypes
21159@cindex integral datatypes, in file-i/o protocol
21160
21161The integral datatypes used in the system calls are
21162
21163@smallexample
21164int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
21165@end smallexample
21166
21167@code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
21168implemented as 32 bit values in this protocol.
21169
21170@code{Long} and @code{unsigned long} are implemented as 64 bit types.
21171
21172@xref{Limits}, for corresponding MIN and MAX values (similar to those
21173in @file{limits.h}) to allow range checking on host and target.
21174
21175@code{time_t} datatypes are defined as seconds since the Epoch.
21176
21177All integral datatypes transferred as part of a memory read or write of a
21178structured datatype e.g.@: a @code{struct stat} have to be given in big endian
21179byte order.
21180
21181@node Pointer values
21182@unnumberedsubsubsec Pointer values
21183@cindex pointer values, in file-i/o protocol
21184
21185Pointers to target data are transmitted as they are. An exception
21186is made for pointers to buffers for which the length isn't
21187transmitted as part of the function call, namely strings. Strings
21188are transmitted as a pointer/length pair, both as hex values, e.g.@:
21189
21190@smallexample
21191@code{1aaf/12}
21192@end smallexample
21193
21194@noindent
21195which is a pointer to data of length 18 bytes at position 0x1aaf.
21196The length is defined as the full string length in bytes, including
21197the trailing null byte. Example:
21198
21199@smallexample
21200``hello, world'' at address 0x123456
21201@end smallexample
21202
21203@noindent
21204is transmitted as
21205
21206@smallexample
21207@code{123456/d}
21208@end smallexample
21209
21210@node struct stat
21211@unnumberedsubsubsec struct stat
21212@cindex struct stat, in file-i/o protocol
21213
21214The buffer of type struct stat used by the target and @value{GDBN} is defined
21215as follows:
21216
21217@smallexample
21218struct stat @{
21219 unsigned int st_dev; /* device */
21220 unsigned int st_ino; /* inode */
21221 mode_t st_mode; /* protection */
21222 unsigned int st_nlink; /* number of hard links */
21223 unsigned int st_uid; /* user ID of owner */
21224 unsigned int st_gid; /* group ID of owner */
21225 unsigned int st_rdev; /* device type (if inode device) */
21226 unsigned long st_size; /* total size, in bytes */
21227 unsigned long st_blksize; /* blocksize for filesystem I/O */
21228 unsigned long st_blocks; /* number of blocks allocated */
21229 time_t st_atime; /* time of last access */
21230 time_t st_mtime; /* time of last modification */
21231 time_t st_ctime; /* time of last change */
21232@};
21233@end smallexample
21234
21235The integral datatypes are conforming to the definitions given in the
21236approriate section (see @ref{Integral datatypes}, for details) so this
21237structure is of size 64 bytes.
21238
21239The values of several fields have a restricted meaning and/or
21240range of values.
21241
21242@smallexample
21243st_dev: 0 file
21244 1 console
21245
21246st_ino: No valid meaning for the target. Transmitted unchanged.
21247
21248st_mode: Valid mode bits are described in Appendix C. Any other
21249 bits have currently no meaning for the target.
21250
21251st_uid: No valid meaning for the target. Transmitted unchanged.
21252
21253st_gid: No valid meaning for the target. Transmitted unchanged.
21254
21255st_rdev: No valid meaning for the target. Transmitted unchanged.
21256
21257st_atime, st_mtime, st_ctime:
21258 These values have a host and file system dependent
21259 accuracy. Especially on Windows hosts the file systems
21260 don't support exact timing values.
21261@end smallexample
21262
21263The target gets a struct stat of the above representation and is
21264responsible to coerce it to the target representation before
21265continuing.
21266
21267Note that due to size differences between the host and target
21268representation of stat members, these members could eventually
21269get truncated on the target.
21270
21271@node struct timeval
21272@unnumberedsubsubsec struct timeval
21273@cindex struct timeval, in file-i/o protocol
21274
21275The buffer of type struct timeval used by the target and @value{GDBN}
21276is defined as follows:
21277
21278@smallexample
21279struct timeval @{
21280 time_t tv_sec; /* second */
21281 long tv_usec; /* microsecond */
21282@};
21283@end smallexample
21284
21285The integral datatypes are conforming to the definitions given in the
21286approriate section (see @ref{Integral datatypes}, for details) so this
21287structure is of size 8 bytes.
21288
21289@node Constants
21290@subsection Constants
21291@cindex constants, in file-i/o protocol
21292
21293The following values are used for the constants inside of the
21294protocol. @value{GDBN} and target are resposible to translate these
21295values before and after the call as needed.
21296
21297@menu
21298* Open flags::
21299* mode_t values::
21300* Errno values::
21301* Lseek flags::
21302* Limits::
21303@end menu
21304
21305@node Open flags
21306@unnumberedsubsubsec Open flags
21307@cindex open flags, in file-i/o protocol
21308
21309All values are given in hexadecimal representation.
21310
21311@smallexample
21312 O_RDONLY 0x0
21313 O_WRONLY 0x1
21314 O_RDWR 0x2
21315 O_APPEND 0x8
21316 O_CREAT 0x200
21317 O_TRUNC 0x400
21318 O_EXCL 0x800
21319@end smallexample
21320
21321@node mode_t values
21322@unnumberedsubsubsec mode_t values
21323@cindex mode_t values, in file-i/o protocol
21324
21325All values are given in octal representation.
21326
21327@smallexample
21328 S_IFREG 0100000
21329 S_IFDIR 040000
21330 S_IRUSR 0400
21331 S_IWUSR 0200
21332 S_IXUSR 0100
21333 S_IRGRP 040
21334 S_IWGRP 020
21335 S_IXGRP 010
21336 S_IROTH 04
21337 S_IWOTH 02
21338 S_IXOTH 01
21339@end smallexample
21340
21341@node Errno values
21342@unnumberedsubsubsec Errno values
21343@cindex errno values, in file-i/o protocol
21344
21345All values are given in decimal representation.
21346
21347@smallexample
21348 EPERM 1
21349 ENOENT 2
21350 EINTR 4
21351 EBADF 9
21352 EACCES 13
21353 EFAULT 14
21354 EBUSY 16
21355 EEXIST 17
21356 ENODEV 19
21357 ENOTDIR 20
21358 EISDIR 21
21359 EINVAL 22
21360 ENFILE 23
21361 EMFILE 24
21362 EFBIG 27
21363 ENOSPC 28
21364 ESPIPE 29
21365 EROFS 30
21366 ENAMETOOLONG 91
21367 EUNKNOWN 9999
21368@end smallexample
21369
21370 EUNKNOWN is used as a fallback error value if a host system returns
21371 any error value not in the list of supported error numbers.
21372
21373@node Lseek flags
21374@unnumberedsubsubsec Lseek flags
21375@cindex lseek flags, in file-i/o protocol
21376
21377@smallexample
21378 SEEK_SET 0
21379 SEEK_CUR 1
21380 SEEK_END 2
21381@end smallexample
21382
21383@node Limits
21384@unnumberedsubsubsec Limits
21385@cindex limits, in file-i/o protocol
21386
21387All values are given in decimal representation.
21388
21389@smallexample
21390 INT_MIN -2147483648
21391 INT_MAX 2147483647
21392 UINT_MAX 4294967295
21393 LONG_MIN -9223372036854775808
21394 LONG_MAX 9223372036854775807
21395 ULONG_MAX 18446744073709551615
21396@end smallexample
21397
21398@node File-I/O Examples
21399@subsection File-I/O Examples
21400@cindex file-i/o examples
21401
21402Example sequence of a write call, file descriptor 3, buffer is at target
21403address 0x1234, 6 bytes should be written:
21404
21405@smallexample
21406<- @code{Fwrite,3,1234,6}
21407@emph{request memory read from target}
21408-> @code{m1234,6}
21409<- XXXXXX
21410@emph{return "6 bytes written"}
21411-> @code{F6}
21412@end smallexample
21413
21414Example sequence of a read call, file descriptor 3, buffer is at target
21415address 0x1234, 6 bytes should be read:
21416
21417@smallexample
21418<- @code{Fread,3,1234,6}
21419@emph{request memory write to target}
21420-> @code{X1234,6:XXXXXX}
21421@emph{return "6 bytes read"}
21422-> @code{F6}
21423@end smallexample
21424
21425Example sequence of a read call, call fails on the host due to invalid
21426file descriptor (EBADF):
21427
21428@smallexample
21429<- @code{Fread,3,1234,6}
21430-> @code{F-1,9}
21431@end smallexample
21432
21433Example sequence of a read call, user presses Ctrl-C before syscall on
21434host is called:
21435
21436@smallexample
21437<- @code{Fread,3,1234,6}
21438-> @code{F-1,4,C}
21439<- @code{T02}
21440@end smallexample
21441
21442Example sequence of a read call, user presses Ctrl-C after syscall on
21443host is called:
21444
21445@smallexample
21446<- @code{Fread,3,1234,6}
21447-> @code{X1234,6:XXXXXX}
21448<- @code{T02}
21449@end smallexample
21450
f418dd93
DJ
21451@include agentexpr.texi
21452
aab4e0ec 21453@include gpl.texi
eb12ee30 21454
6826cf00
EZ
21455@include fdl.texi
21456
6d2ebf8b 21457@node Index
c906108c
SS
21458@unnumbered Index
21459
21460@printindex cp
21461
21462@tex
21463% I think something like @colophon should be in texinfo. In the
21464% meantime:
21465\long\def\colophon{\hbox to0pt{}\vfill
21466\centerline{The body of this manual is set in}
21467\centerline{\fontname\tenrm,}
21468\centerline{with headings in {\bf\fontname\tenbf}}
21469\centerline{and examples in {\tt\fontname\tentt}.}
21470\centerline{{\it\fontname\tenit\/},}
21471\centerline{{\bf\fontname\tenbf}, and}
21472\centerline{{\sl\fontname\tensl\/}}
21473\centerline{are used for emphasis.}\vfill}
21474\page\colophon
21475% Blame: doc@cygnus.com, 1991.
21476@end tex
21477
c906108c 21478@bye
This page took 2.196736 seconds and 4 git commands to generate.