]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/doc/gdb.texinfo
2004-02-02 David Carlton <carlton@kealia.com>
[thirdparty/binutils-gdb.git] / gdb / doc / gdb.texinfo
CommitLineData
c906108c 1\input texinfo @c -*-texinfo-*-
b6ba6518 2@c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
c552b3bb 3@c 1999, 2000, 2001, 2002, 2003, 2004
c906108c
SS
4@c Free Software Foundation, Inc.
5@c
5d161b24 6@c %**start of header
c906108c
SS
7@c makeinfo ignores cmds prev to setfilename, so its arg cannot make use
8@c of @set vars. However, you can override filename with makeinfo -o.
9@setfilename gdb.info
10@c
11@include gdb-cfg.texi
12@c
c906108c 13@settitle Debugging with @value{GDBN}
c906108c
SS
14@setchapternewpage odd
15@c %**end of header
16
17@iftex
18@c @smallbook
19@c @cropmarks
20@end iftex
21
22@finalout
23@syncodeindex ky cp
24
41afff9a 25@c readline appendices use @vindex, @findex and @ftable,
48e934c6 26@c annotate.texi and gdbmi use @findex.
c906108c 27@syncodeindex vr cp
41afff9a 28@syncodeindex fn cp
c906108c
SS
29
30@c !!set GDB manual's edition---not the same as GDB version!
9fe8321b 31@c This is updated by GNU Press.
e9c75b65 32@set EDITION Ninth
c906108c 33
87885426
FN
34@c !!set GDB edit command default editor
35@set EDITOR /bin/ex
c906108c 36
6c0e9fb3 37@c THIS MANUAL REQUIRES TEXINFO 4.0 OR LATER.
c906108c 38
c906108c 39@c This is a dir.info fragment to support semi-automated addition of
6d2ebf8b 40@c manuals to an info tree.
96a2c332
SS
41@dircategory Programming & development tools.
42@direntry
c906108c 43* Gdb: (gdb). The @sc{gnu} debugger.
96a2c332
SS
44@end direntry
45
c906108c
SS
46@ifinfo
47This file documents the @sc{gnu} debugger @value{GDBN}.
48
49
9fe8321b
AC
50This is the @value{EDITION} Edition, of @cite{Debugging with
51@value{GDBN}: the @sc{gnu} Source-Level Debugger} for @value{GDBN}
52Version @value{GDBVN}.
c906108c 53
8a037dd7 54Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,@*
c552b3bb 55 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
c906108c 56
e9c75b65
EZ
57Permission is granted to copy, distribute and/or modify this document
58under the terms of the GNU Free Documentation License, Version 1.1 or
59any later version published by the Free Software Foundation; with the
959acfd1
EZ
60Invariant Sections being ``Free Software'' and ``Free Software Needs
61Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
62and with the Back-Cover Texts as in (a) below.
c906108c 63
6826cf00
EZ
64(a) The Free Software Foundation's Back-Cover Text is: ``You have
65freedom to copy and modify this GNU Manual, like GNU software. Copies
66published by the Free Software Foundation raise funds for GNU
67development.''
c906108c
SS
68@end ifinfo
69
70@titlepage
71@title Debugging with @value{GDBN}
72@subtitle The @sc{gnu} Source-Level Debugger
c906108c 73@sp 1
c906108c 74@subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
9e9c5ae7 75@author Richard Stallman, Roland Pesch, Stan Shebs, et al.
c906108c 76@page
c906108c
SS
77@tex
78{\parskip=0pt
53a5351d 79\hfill (Send bugs and comments on @value{GDBN} to bug-gdb\@gnu.org.)\par
c906108c
SS
80\hfill {\it Debugging with @value{GDBN}}\par
81\hfill \TeX{}info \texinfoversion\par
82}
83@end tex
53a5351d 84
c906108c 85@vskip 0pt plus 1filll
8a037dd7 86Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
b51970ac 871996, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
c906108c 88@sp 2
c906108c
SS
89Published by the Free Software Foundation @*
9059 Temple Place - Suite 330, @*
91Boston, MA 02111-1307 USA @*
6d2ebf8b 92ISBN 1-882114-77-9 @*
e9c75b65
EZ
93
94Permission is granted to copy, distribute and/or modify this document
95under the terms of the GNU Free Documentation License, Version 1.1 or
96any later version published by the Free Software Foundation; with the
959acfd1
EZ
97Invariant Sections being ``Free Software'' and ``Free Software Needs
98Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
99and with the Back-Cover Texts as in (a) below.
e9c75b65 100
6826cf00
EZ
101(a) The Free Software Foundation's Back-Cover Text is: ``You have
102freedom to copy and modify this GNU Manual, like GNU software. Copies
103published by the Free Software Foundation raise funds for GNU
104development.''
c906108c
SS
105@end titlepage
106@page
107
6c0e9fb3 108@ifnottex
6d2ebf8b
SS
109@node Top, Summary, (dir), (dir)
110
c906108c
SS
111@top Debugging with @value{GDBN}
112
113This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
114
9fe8321b 115This is the @value{EDITION} Edition, for @value{GDBN} Version
c906108c
SS
116@value{GDBVN}.
117
c552b3bb 118Copyright (C) 1988-2004 Free Software Foundation, Inc.
6d2ebf8b
SS
119
120@menu
121* Summary:: Summary of @value{GDBN}
122* Sample Session:: A sample @value{GDBN} session
123
124* Invocation:: Getting in and out of @value{GDBN}
125* Commands:: @value{GDBN} commands
126* Running:: Running programs under @value{GDBN}
127* Stopping:: Stopping and continuing
128* Stack:: Examining the stack
129* Source:: Examining source files
130* Data:: Examining data
e2e0bcd1 131* Macros:: Preprocessor Macros
b37052ae 132* Tracepoints:: Debugging remote targets non-intrusively
df0cd8c5 133* Overlays:: Debugging programs that use overlays
6d2ebf8b
SS
134
135* Languages:: Using @value{GDBN} with different languages
136
137* Symbols:: Examining the symbol table
138* Altering:: Altering execution
139* GDB Files:: @value{GDBN} files
140* Targets:: Specifying a debugging target
6b2f586d 141* Remote Debugging:: Debugging remote programs
6d2ebf8b
SS
142* Configurations:: Configuration-specific information
143* Controlling GDB:: Controlling @value{GDBN}
144* Sequences:: Canned sequences of commands
c4555f82 145* TUI:: @value{GDBN} Text User Interface
21c294e6 146* Interpreters:: Command Interpreters
6d2ebf8b
SS
147* Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
148* Annotations:: @value{GDBN}'s annotation interface.
7162c0ca 149* GDB/MI:: @value{GDBN}'s Machine Interface.
6d2ebf8b
SS
150
151* GDB Bugs:: Reporting bugs in @value{GDBN}
152* Formatting Documentation:: How to format and print @value{GDBN} documentation
153
154* Command Line Editing:: Command Line Editing
155* Using History Interactively:: Using History Interactively
156* Installing GDB:: Installing GDB
eb12ee30 157* Maintenance Commands:: Maintenance Commands
e0ce93ac 158* Remote Protocol:: GDB Remote Serial Protocol
f418dd93 159* Agent Expressions:: The GDB Agent Expression Mechanism
aab4e0ec
AC
160* Copying:: GNU General Public License says
161 how you can copy and share GDB
6826cf00 162* GNU Free Documentation License:: The license for this documentation
6d2ebf8b
SS
163* Index:: Index
164@end menu
165
6c0e9fb3 166@end ifnottex
c906108c 167
449f3b6c 168@contents
449f3b6c 169
6d2ebf8b 170@node Summary
c906108c
SS
171@unnumbered Summary of @value{GDBN}
172
173The purpose of a debugger such as @value{GDBN} is to allow you to see what is
174going on ``inside'' another program while it executes---or what another
175program was doing at the moment it crashed.
176
177@value{GDBN} can do four main kinds of things (plus other things in support of
178these) to help you catch bugs in the act:
179
180@itemize @bullet
181@item
182Start your program, specifying anything that might affect its behavior.
183
184@item
185Make your program stop on specified conditions.
186
187@item
188Examine what has happened, when your program has stopped.
189
190@item
191Change things in your program, so you can experiment with correcting the
192effects of one bug and go on to learn about another.
193@end itemize
194
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
f24c5e49
KI
421Hitachi America (now Renesas America), Ltd. sponsored the support for
422H8/300, H8/500, and Super-H processors.
c906108c
SS
423
424NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
425
f24c5e49
KI
426Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D
427processors.
c906108c
SS
428
429Toshiba sponsored the support for the TX39 Mips processor.
430
431Matsushita sponsored the support for the MN10200 and MN10300 processors.
432
96a2c332 433Fujitsu sponsored the support for SPARClite and FR30 processors.
c906108c
SS
434
435Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
436watchpoints.
437
438Michael Snyder added support for tracepoints.
439
440Stu Grossman wrote gdbserver.
441
442Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
96a2c332 443nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
c906108c
SS
444
445The following people at the Hewlett-Packard Company contributed
446support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
b37052ae 447(narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
c906108c
SS
448compiler, and the terminal user interface: Ben Krepp, Richard Title,
449John Bishop, Susan Macchia, Kathy Mann, Satish Pai, India Paul, Steve
450Rehrauer, and Elena Zannoni. Kim Haase provided HP-specific
451information in this manual.
452
b37052ae
EZ
453DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
454Robert Hoehne made significant contributions to the DJGPP port.
455
96a2c332
SS
456Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
457development since 1991. Cygnus engineers who have worked on @value{GDBN}
2df3850c
JM
458fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
459Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
460Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
461Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
462Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
463addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
464JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
465Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
466Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
467Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
468Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
469Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
470Zuhn have made contributions both large and small.
c906108c 471
e2e0bcd1
JB
472Jim Blandy added support for preprocessor macros, while working for Red
473Hat.
c906108c 474
6d2ebf8b 475@node Sample Session
c906108c
SS
476@chapter A Sample @value{GDBN} Session
477
478You can use this manual at your leisure to read all about @value{GDBN}.
479However, a handful of commands are enough to get started using the
480debugger. This chapter illustrates those commands.
481
482@iftex
483In this sample session, we emphasize user input like this: @b{input},
484to make it easier to pick out from the surrounding output.
485@end iftex
486
487@c FIXME: this example may not be appropriate for some configs, where
488@c FIXME...primary interest is in remote use.
489
490One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
491processor) exhibits the following bug: sometimes, when we change its
492quote strings from the default, the commands used to capture one macro
493definition within another stop working. In the following short @code{m4}
494session, we define a macro @code{foo} which expands to @code{0000}; we
495then use the @code{m4} built-in @code{defn} to define @code{bar} as the
496same thing. However, when we change the open quote string to
497@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
498procedure fails to define a new synonym @code{baz}:
499
500@smallexample
501$ @b{cd gnu/m4}
502$ @b{./m4}
503@b{define(foo,0000)}
504
505@b{foo}
5060000
507@b{define(bar,defn(`foo'))}
508
509@b{bar}
5100000
511@b{changequote(<QUOTE>,<UNQUOTE>)}
512
513@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
514@b{baz}
515@b{C-d}
516m4: End of input: 0: fatal error: EOF in string
517@end smallexample
518
519@noindent
520Let us use @value{GDBN} to try to see what is going on.
521
c906108c
SS
522@smallexample
523$ @b{@value{GDBP} m4}
524@c FIXME: this falsifies the exact text played out, to permit smallbook
525@c FIXME... format to come out better.
526@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 527 of it under certain conditions; type "show copying" to see
c906108c 528 the conditions.
5d161b24 529There is absolutely no warranty for @value{GDBN}; type "show warranty"
c906108c
SS
530 for details.
531
532@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
533(@value{GDBP})
534@end smallexample
c906108c
SS
535
536@noindent
537@value{GDBN} reads only enough symbol data to know where to find the
538rest when needed; as a result, the first prompt comes up very quickly.
539We now tell @value{GDBN} to use a narrower display width than usual, so
540that examples fit in this manual.
541
542@smallexample
543(@value{GDBP}) @b{set width 70}
544@end smallexample
545
546@noindent
547We need to see how the @code{m4} built-in @code{changequote} works.
548Having looked at the source, we know the relevant subroutine is
549@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
550@code{break} command.
551
552@smallexample
553(@value{GDBP}) @b{break m4_changequote}
554Breakpoint 1 at 0x62f4: file builtin.c, line 879.
555@end smallexample
556
557@noindent
558Using the @code{run} command, we start @code{m4} running under @value{GDBN}
559control; as long as control does not reach the @code{m4_changequote}
560subroutine, the program runs as usual:
561
562@smallexample
563(@value{GDBP}) @b{run}
564Starting program: /work/Editorial/gdb/gnu/m4/m4
565@b{define(foo,0000)}
566
567@b{foo}
5680000
569@end smallexample
570
571@noindent
572To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
573suspends execution of @code{m4}, displaying information about the
574context where it stops.
575
576@smallexample
577@b{changequote(<QUOTE>,<UNQUOTE>)}
578
5d161b24 579Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
580 at builtin.c:879
581879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
582@end smallexample
583
584@noindent
585Now we use the command @code{n} (@code{next}) to advance execution to
586the next line of the current function.
587
588@smallexample
589(@value{GDBP}) @b{n}
590882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
591 : nil,
592@end smallexample
593
594@noindent
595@code{set_quotes} looks like a promising subroutine. We can go into it
596by using the command @code{s} (@code{step}) instead of @code{next}.
597@code{step} goes to the next line to be executed in @emph{any}
598subroutine, so it steps into @code{set_quotes}.
599
600@smallexample
601(@value{GDBP}) @b{s}
602set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
603 at input.c:530
604530 if (lquote != def_lquote)
605@end smallexample
606
607@noindent
608The display that shows the subroutine where @code{m4} is now
609suspended (and its arguments) is called a stack frame display. It
610shows a summary of the stack. We can use the @code{backtrace}
611command (which can also be spelled @code{bt}), to see where we are
612in the stack as a whole: the @code{backtrace} command displays a
613stack frame for each active subroutine.
614
615@smallexample
616(@value{GDBP}) @b{bt}
617#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
618 at input.c:530
5d161b24 619#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
620 at builtin.c:882
621#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
622#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
623 at macro.c:71
624#4 0x79dc in expand_input () at macro.c:40
625#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
626@end smallexample
627
628@noindent
629We step through a few more lines to see what happens. The first two
630times, we can use @samp{s}; the next two times we use @code{n} to avoid
631falling into the @code{xstrdup} subroutine.
632
633@smallexample
634(@value{GDBP}) @b{s}
6350x3b5c 532 if (rquote != def_rquote)
636(@value{GDBP}) @b{s}
6370x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
638def_lquote : xstrdup(lq);
639(@value{GDBP}) @b{n}
640536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
641 : xstrdup(rq);
642(@value{GDBP}) @b{n}
643538 len_lquote = strlen(rquote);
644@end smallexample
645
646@noindent
647The last line displayed looks a little odd; we can examine the variables
648@code{lquote} and @code{rquote} to see if they are in fact the new left
649and right quotes we specified. We use the command @code{p}
650(@code{print}) to see their values.
651
652@smallexample
653(@value{GDBP}) @b{p lquote}
654$1 = 0x35d40 "<QUOTE>"
655(@value{GDBP}) @b{p rquote}
656$2 = 0x35d50 "<UNQUOTE>"
657@end smallexample
658
659@noindent
660@code{lquote} and @code{rquote} are indeed the new left and right quotes.
661To look at some context, we can display ten lines of source
662surrounding the current line with the @code{l} (@code{list}) command.
663
664@smallexample
665(@value{GDBP}) @b{l}
666533 xfree(rquote);
667534
668535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
669 : xstrdup (lq);
670536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
671 : xstrdup (rq);
672537
673538 len_lquote = strlen(rquote);
674539 len_rquote = strlen(lquote);
675540 @}
676541
677542 void
678@end smallexample
679
680@noindent
681Let us step past the two lines that set @code{len_lquote} and
682@code{len_rquote}, and then examine the values of those variables.
683
684@smallexample
685(@value{GDBP}) @b{n}
686539 len_rquote = strlen(lquote);
687(@value{GDBP}) @b{n}
688540 @}
689(@value{GDBP}) @b{p len_lquote}
690$3 = 9
691(@value{GDBP}) @b{p len_rquote}
692$4 = 7
693@end smallexample
694
695@noindent
696That certainly looks wrong, assuming @code{len_lquote} and
697@code{len_rquote} are meant to be the lengths of @code{lquote} and
698@code{rquote} respectively. We can set them to better values using
699the @code{p} command, since it can print the value of
700any expression---and that expression can include subroutine calls and
701assignments.
702
703@smallexample
704(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
705$5 = 7
706(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
707$6 = 9
708@end smallexample
709
710@noindent
711Is that enough to fix the problem of using the new quotes with the
712@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
713executing with the @code{c} (@code{continue}) command, and then try the
714example that caused trouble initially:
715
716@smallexample
717(@value{GDBP}) @b{c}
718Continuing.
719
720@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
721
722baz
7230000
724@end smallexample
725
726@noindent
727Success! The new quotes now work just as well as the default ones. The
728problem seems to have been just the two typos defining the wrong
729lengths. We allow @code{m4} exit by giving it an EOF as input:
730
731@smallexample
732@b{C-d}
733Program exited normally.
734@end smallexample
735
736@noindent
737The message @samp{Program exited normally.} is from @value{GDBN}; it
738indicates @code{m4} has finished executing. We can end our @value{GDBN}
739session with the @value{GDBN} @code{quit} command.
740
741@smallexample
742(@value{GDBP}) @b{quit}
743@end smallexample
c906108c 744
6d2ebf8b 745@node Invocation
c906108c
SS
746@chapter Getting In and Out of @value{GDBN}
747
748This chapter discusses how to start @value{GDBN}, and how to get out of it.
5d161b24 749The essentials are:
c906108c 750@itemize @bullet
5d161b24 751@item
53a5351d 752type @samp{@value{GDBP}} to start @value{GDBN}.
5d161b24 753@item
c906108c
SS
754type @kbd{quit} or @kbd{C-d} to exit.
755@end itemize
756
757@menu
758* Invoking GDB:: How to start @value{GDBN}
759* Quitting GDB:: How to quit @value{GDBN}
760* Shell Commands:: How to use shell commands inside @value{GDBN}
0fac0b41 761* Logging output:: How to log @value{GDBN}'s output to a file
c906108c
SS
762@end menu
763
6d2ebf8b 764@node Invoking GDB
c906108c
SS
765@section Invoking @value{GDBN}
766
c906108c
SS
767Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
768@value{GDBN} reads commands from the terminal until you tell it to exit.
769
770You can also run @code{@value{GDBP}} with a variety of arguments and options,
771to specify more of your debugging environment at the outset.
772
c906108c
SS
773The command-line options described here are designed
774to cover a variety of situations; in some environments, some of these
5d161b24 775options may effectively be unavailable.
c906108c
SS
776
777The most usual way to start @value{GDBN} is with one argument,
778specifying an executable program:
779
474c8240 780@smallexample
c906108c 781@value{GDBP} @var{program}
474c8240 782@end smallexample
c906108c 783
c906108c
SS
784@noindent
785You can also start with both an executable program and a core file
786specified:
787
474c8240 788@smallexample
c906108c 789@value{GDBP} @var{program} @var{core}
474c8240 790@end smallexample
c906108c
SS
791
792You can, instead, specify a process ID as a second argument, if you want
793to debug a running process:
794
474c8240 795@smallexample
c906108c 796@value{GDBP} @var{program} 1234
474c8240 797@end smallexample
c906108c
SS
798
799@noindent
800would attach @value{GDBN} to process @code{1234} (unless you also have a file
801named @file{1234}; @value{GDBN} does check for a core file first).
802
c906108c 803Taking advantage of the second command-line argument requires a fairly
2df3850c
JM
804complete operating system; when you use @value{GDBN} as a remote
805debugger attached to a bare board, there may not be any notion of
806``process'', and there is often no way to get a core dump. @value{GDBN}
807will warn you if it is unable to attach or to read core dumps.
c906108c 808
aa26fa3a
TT
809You can optionally have @code{@value{GDBP}} pass any arguments after the
810executable file to the inferior using @code{--args}. This option stops
811option processing.
474c8240 812@smallexample
aa26fa3a 813gdb --args gcc -O2 -c foo.c
474c8240 814@end smallexample
aa26fa3a
TT
815This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
816@code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
817
96a2c332 818You can run @code{@value{GDBP}} without printing the front material, which describes
c906108c
SS
819@value{GDBN}'s non-warranty, by specifying @code{-silent}:
820
821@smallexample
822@value{GDBP} -silent
823@end smallexample
824
825@noindent
826You can further control how @value{GDBN} starts up by using command-line
827options. @value{GDBN} itself can remind you of the options available.
828
829@noindent
830Type
831
474c8240 832@smallexample
c906108c 833@value{GDBP} -help
474c8240 834@end smallexample
c906108c
SS
835
836@noindent
837to display all available options and briefly describe their use
838(@samp{@value{GDBP} -h} is a shorter equivalent).
839
840All options and command line arguments you give are processed
841in sequential order. The order makes a difference when the
842@samp{-x} option is used.
843
844
845@menu
c906108c
SS
846* File Options:: Choosing files
847* Mode Options:: Choosing modes
848@end menu
849
6d2ebf8b 850@node File Options
c906108c
SS
851@subsection Choosing files
852
2df3850c 853When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
854specifying an executable file and core file (or process ID). This is
855the same as if the arguments were specified by the @samp{-se} and
19837790
MS
856@samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
857first argument that does not have an associated option flag as
858equivalent to the @samp{-se} option followed by that argument; and the
859second argument that does not have an associated option flag, if any, as
860equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
861If the second argument begins with a decimal digit, @value{GDBN} will
862first attempt to attach to it as a process, and if that fails, attempt
863to open it as a corefile. If you have a corefile whose name begins with
864a digit, you can prevent @value{GDBN} from treating it as a pid by
79f12247 865prefixing it with @file{./}, eg. @file{./12345}.
7a292a7a
SS
866
867If @value{GDBN} has not been configured to included core file support,
868such as for most embedded targets, then it will complain about a second
869argument and ignore it.
c906108c
SS
870
871Many options have both long and short forms; both are shown in the
872following list. @value{GDBN} also recognizes the long forms if you truncate
873them, so long as enough of the option is present to be unambiguous.
874(If you prefer, you can flag option arguments with @samp{--} rather
875than @samp{-}, though we illustrate the more usual convention.)
876
d700128c
EZ
877@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
878@c way, both those who look for -foo and --foo in the index, will find
879@c it.
880
c906108c
SS
881@table @code
882@item -symbols @var{file}
883@itemx -s @var{file}
d700128c
EZ
884@cindex @code{--symbols}
885@cindex @code{-s}
c906108c
SS
886Read symbol table from file @var{file}.
887
888@item -exec @var{file}
889@itemx -e @var{file}
d700128c
EZ
890@cindex @code{--exec}
891@cindex @code{-e}
7a292a7a
SS
892Use file @var{file} as the executable file to execute when appropriate,
893and for examining pure data in conjunction with a core dump.
c906108c
SS
894
895@item -se @var{file}
d700128c 896@cindex @code{--se}
c906108c
SS
897Read symbol table from file @var{file} and use it as the executable
898file.
899
c906108c
SS
900@item -core @var{file}
901@itemx -c @var{file}
d700128c
EZ
902@cindex @code{--core}
903@cindex @code{-c}
19837790 904Use file @var{file} as a core dump to examine.
c906108c
SS
905
906@item -c @var{number}
19837790
MS
907@item -pid @var{number}
908@itemx -p @var{number}
909@cindex @code{--pid}
910@cindex @code{-p}
911Connect to process ID @var{number}, as with the @code{attach} command.
912If there is no such process, @value{GDBN} will attempt to open a core
913file named @var{number}.
c906108c
SS
914
915@item -command @var{file}
916@itemx -x @var{file}
d700128c
EZ
917@cindex @code{--command}
918@cindex @code{-x}
c906108c
SS
919Execute @value{GDBN} commands from file @var{file}. @xref{Command
920Files,, Command files}.
921
922@item -directory @var{directory}
923@itemx -d @var{directory}
d700128c
EZ
924@cindex @code{--directory}
925@cindex @code{-d}
c906108c
SS
926Add @var{directory} to the path to search for source files.
927
c906108c
SS
928@item -m
929@itemx -mapped
d700128c
EZ
930@cindex @code{--mapped}
931@cindex @code{-m}
c906108c
SS
932@emph{Warning: this option depends on operating system facilities that are not
933supported on all systems.}@*
934If memory-mapped files are available on your system through the @code{mmap}
5d161b24 935system call, you can use this option
c906108c
SS
936to have @value{GDBN} write the symbols from your
937program into a reusable file in the current directory. If the program you are debugging is
96a2c332 938called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
c906108c
SS
939Future @value{GDBN} debugging sessions notice the presence of this file,
940and can quickly map in symbol information from it, rather than reading
941the symbol table from the executable program.
942
943The @file{.syms} file is specific to the host machine where @value{GDBN}
944is run. It holds an exact image of the internal @value{GDBN} symbol
945table. It cannot be shared across multiple host platforms.
c906108c 946
c906108c
SS
947@item -r
948@itemx -readnow
d700128c
EZ
949@cindex @code{--readnow}
950@cindex @code{-r}
c906108c
SS
951Read each symbol file's entire symbol table immediately, rather than
952the default, which is to read it incrementally as it is needed.
953This makes startup slower, but makes future operations faster.
53a5351d 954
c906108c
SS
955@end table
956
2df3850c 957You typically combine the @code{-mapped} and @code{-readnow} options in
c906108c 958order to build a @file{.syms} file that contains complete symbol
2df3850c
JM
959information. (@xref{Files,,Commands to specify files}, for information
960on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
961but build a @file{.syms} file for future use is:
c906108c 962
474c8240 963@smallexample
2df3850c 964gdb -batch -nx -mapped -readnow programname
474c8240 965@end smallexample
c906108c 966
6d2ebf8b 967@node Mode Options
c906108c
SS
968@subsection Choosing modes
969
970You can run @value{GDBN} in various alternative modes---for example, in
971batch mode or quiet mode.
972
973@table @code
974@item -nx
975@itemx -n
d700128c
EZ
976@cindex @code{--nx}
977@cindex @code{-n}
96565e91 978Do not execute commands found in any initialization files. Normally,
2df3850c
JM
979@value{GDBN} executes the commands in these files after all the command
980options and arguments have been processed. @xref{Command Files,,Command
981files}.
c906108c
SS
982
983@item -quiet
d700128c 984@itemx -silent
c906108c 985@itemx -q
d700128c
EZ
986@cindex @code{--quiet}
987@cindex @code{--silent}
988@cindex @code{-q}
c906108c
SS
989``Quiet''. Do not print the introductory and copyright messages. These
990messages are also suppressed in batch mode.
991
992@item -batch
d700128c 993@cindex @code{--batch}
c906108c
SS
994Run in batch mode. Exit with status @code{0} after processing all the
995command files specified with @samp{-x} (and all commands from
996initialization files, if not inhibited with @samp{-n}). Exit with
997nonzero status if an error occurs in executing the @value{GDBN} commands
998in the command files.
999
2df3850c
JM
1000Batch mode may be useful for running @value{GDBN} as a filter, for
1001example to download and run a program on another computer; in order to
1002make this more useful, the message
c906108c 1003
474c8240 1004@smallexample
c906108c 1005Program exited normally.
474c8240 1006@end smallexample
c906108c
SS
1007
1008@noindent
2df3850c
JM
1009(which is ordinarily issued whenever a program running under
1010@value{GDBN} control terminates) is not issued when running in batch
1011mode.
1012
1013@item -nowindows
1014@itemx -nw
d700128c
EZ
1015@cindex @code{--nowindows}
1016@cindex @code{-nw}
2df3850c 1017``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 1018(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
1019interface. If no GUI is available, this option has no effect.
1020
1021@item -windows
1022@itemx -w
d700128c
EZ
1023@cindex @code{--windows}
1024@cindex @code{-w}
2df3850c
JM
1025If @value{GDBN} includes a GUI, then this option requires it to be
1026used if possible.
c906108c
SS
1027
1028@item -cd @var{directory}
d700128c 1029@cindex @code{--cd}
c906108c
SS
1030Run @value{GDBN} using @var{directory} as its working directory,
1031instead of the current directory.
1032
c906108c
SS
1033@item -fullname
1034@itemx -f
d700128c
EZ
1035@cindex @code{--fullname}
1036@cindex @code{-f}
7a292a7a
SS
1037@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1038subprocess. It tells @value{GDBN} to output the full file name and line
1039number in a standard, recognizable fashion each time a stack frame is
1040displayed (which includes each time your program stops). This
1041recognizable format looks like two @samp{\032} characters, followed by
1042the file name, line number and character position separated by colons,
1043and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1044@samp{\032} characters as a signal to display the source code for the
1045frame.
c906108c 1046
d700128c
EZ
1047@item -epoch
1048@cindex @code{--epoch}
1049The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1050@value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1051routines so as to allow Epoch to display values of expressions in a
1052separate window.
1053
1054@item -annotate @var{level}
1055@cindex @code{--annotate}
1056This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1057effect is identical to using @samp{set annotate @var{level}}
086432e2
AC
1058(@pxref{Annotations}). The annotation @var{level} controls how much
1059information @value{GDBN} prints together with its prompt, values of
1060expressions, source lines, and other types of output. Level 0 is the
1061normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1062@sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1063that control @value{GDBN}, and level 2 has been deprecated.
1064
1065The annotation mechanism has largely been superseeded by @sc{gdb/mi}
1066(@pxref{GDB/MI}).
d700128c
EZ
1067
1068@item -async
1069@cindex @code{--async}
1070Use the asynchronous event loop for the command-line interface.
1071@value{GDBN} processes all events, such as user keyboard input, via a
1072special event loop. This allows @value{GDBN} to accept and process user
1073commands in parallel with the debugged process being
1074run@footnote{@value{GDBN} built with @sc{djgpp} tools for
1075MS-DOS/MS-Windows supports this mode of operation, but the event loop is
1076suspended when the debuggee runs.}, so you don't need to wait for
1077control to return to @value{GDBN} before you type the next command.
b37052ae 1078(@emph{Note:} as of version 5.1, the target side of the asynchronous
d700128c
EZ
1079operation is not yet in place, so @samp{-async} does not work fully
1080yet.)
1081@c FIXME: when the target side of the event loop is done, the above NOTE
1082@c should be removed.
1083
1084When the standard input is connected to a terminal device, @value{GDBN}
1085uses the asynchronous event loop by default, unless disabled by the
1086@samp{-noasync} option.
1087
1088@item -noasync
1089@cindex @code{--noasync}
1090Disable the asynchronous event loop for the command-line interface.
1091
aa26fa3a
TT
1092@item --args
1093@cindex @code{--args}
1094Change interpretation of command line so that arguments following the
1095executable file are passed as command line arguments to the inferior.
1096This option stops option processing.
1097
2df3850c
JM
1098@item -baud @var{bps}
1099@itemx -b @var{bps}
d700128c
EZ
1100@cindex @code{--baud}
1101@cindex @code{-b}
c906108c
SS
1102Set the line speed (baud rate or bits per second) of any serial
1103interface used by @value{GDBN} for remote debugging.
c906108c
SS
1104
1105@item -tty @var{device}
d700128c
EZ
1106@itemx -t @var{device}
1107@cindex @code{--tty}
1108@cindex @code{-t}
c906108c
SS
1109Run using @var{device} for your program's standard input and output.
1110@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1111
53a5351d 1112@c resolve the situation of these eventually
c4555f82
SC
1113@item -tui
1114@cindex @code{--tui}
1115Activate the Terminal User Interface when starting.
1116The Terminal User Interface manages several text windows on the terminal,
1117showing source, assembly, registers and @value{GDBN} command outputs
1118(@pxref{TUI, ,@value{GDBN} Text User Interface}).
1119Do not use this option if you run @value{GDBN} from Emacs
1120(@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
53a5351d
JM
1121
1122@c @item -xdb
d700128c 1123@c @cindex @code{--xdb}
53a5351d
JM
1124@c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1125@c For information, see the file @file{xdb_trans.html}, which is usually
1126@c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1127@c systems.
1128
d700128c
EZ
1129@item -interpreter @var{interp}
1130@cindex @code{--interpreter}
1131Use the interpreter @var{interp} for interface with the controlling
1132program or device. This option is meant to be set by programs which
94bbb2c0 1133communicate with @value{GDBN} using it as a back end.
21c294e6 1134@xref{Interpreters, , Command Interpreters}.
94bbb2c0 1135
da0f9dcd 1136@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
2fcf52f0
AC
1137@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
1138The @sc{gdb/mi} Interface}) included in @var{GDBN} version 6.0. The
1139previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3,
1140can be selected with @samp{--interpreter=mi1}. Earlier @sc{gdb/mi}
1141interfaces are not supported.
d700128c
EZ
1142
1143@item -write
1144@cindex @code{--write}
1145Open the executable and core files for both reading and writing. This
1146is equivalent to the @samp{set write on} command inside @value{GDBN}
1147(@pxref{Patching}).
1148
1149@item -statistics
1150@cindex @code{--statistics}
1151This option causes @value{GDBN} to print statistics about time and
1152memory usage after it completes each command and returns to the prompt.
1153
1154@item -version
1155@cindex @code{--version}
1156This option causes @value{GDBN} to print its version number and
1157no-warranty blurb, and exit.
1158
c906108c
SS
1159@end table
1160
6d2ebf8b 1161@node Quitting GDB
c906108c
SS
1162@section Quitting @value{GDBN}
1163@cindex exiting @value{GDBN}
1164@cindex leaving @value{GDBN}
1165
1166@table @code
1167@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1168@kindex q @r{(@code{quit})}
96a2c332
SS
1169@item quit @r{[}@var{expression}@r{]}
1170@itemx q
1171To exit @value{GDBN}, use the @code{quit} command (abbreviated
1172@code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1173do not supply @var{expression}, @value{GDBN} will terminate normally;
1174otherwise it will terminate using the result of @var{expression} as the
1175error code.
c906108c
SS
1176@end table
1177
1178@cindex interrupt
1179An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1180terminates the action of any @value{GDBN} command that is in progress and
1181returns to @value{GDBN} command level. It is safe to type the interrupt
1182character at any time because @value{GDBN} does not allow it to take effect
1183until a time when it is safe.
1184
c906108c
SS
1185If you have been using @value{GDBN} to control an attached process or
1186device, you can release it with the @code{detach} command
1187(@pxref{Attach, ,Debugging an already-running process}).
c906108c 1188
6d2ebf8b 1189@node Shell Commands
c906108c
SS
1190@section Shell commands
1191
1192If you need to execute occasional shell commands during your
1193debugging session, there is no need to leave or suspend @value{GDBN}; you can
1194just use the @code{shell} command.
1195
1196@table @code
1197@kindex shell
1198@cindex shell escape
1199@item shell @var{command string}
1200Invoke a standard shell to execute @var{command string}.
c906108c 1201If it exists, the environment variable @code{SHELL} determines which
d4f3574e
SS
1202shell to run. Otherwise @value{GDBN} uses the default shell
1203(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1204@end table
1205
1206The utility @code{make} is often needed in development environments.
1207You do not have to use the @code{shell} command for this purpose in
1208@value{GDBN}:
1209
1210@table @code
1211@kindex make
1212@cindex calling make
1213@item make @var{make-args}
1214Execute the @code{make} program with the specified
1215arguments. This is equivalent to @samp{shell make @var{make-args}}.
1216@end table
1217
0fac0b41
DJ
1218@node Logging output
1219@section Logging output
1220@cindex logging @value{GDBN} output
1221
1222You may want to save the output of @value{GDBN} commands to a file.
1223There are several commands to control @value{GDBN}'s logging.
1224
1225@table @code
1226@kindex set logging
1227@item set logging on
1228Enable logging.
1229@item set logging off
1230Disable logging.
1231@item set logging file @var{file}
1232Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1233@item set logging overwrite [on|off]
1234By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1235you want @code{set logging on} to overwrite the logfile instead.
1236@item set logging redirect [on|off]
1237By default, @value{GDBN} output will go to both the terminal and the logfile.
1238Set @code{redirect} if you want output to go only to the log file.
1239@kindex show logging
1240@item show logging
1241Show the current values of the logging settings.
1242@end table
1243
6d2ebf8b 1244@node Commands
c906108c
SS
1245@chapter @value{GDBN} Commands
1246
1247You can abbreviate a @value{GDBN} command to the first few letters of the command
1248name, if that abbreviation is unambiguous; and you can repeat certain
1249@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1250key to get @value{GDBN} to fill out the rest of a word in a command (or to
1251show you the alternatives available, if there is more than one possibility).
1252
1253@menu
1254* Command Syntax:: How to give commands to @value{GDBN}
1255* Completion:: Command completion
1256* Help:: How to ask @value{GDBN} for help
1257@end menu
1258
6d2ebf8b 1259@node Command Syntax
c906108c
SS
1260@section Command syntax
1261
1262A @value{GDBN} command is a single line of input. There is no limit on
1263how long it can be. It starts with a command name, which is followed by
1264arguments whose meaning depends on the command name. For example, the
1265command @code{step} accepts an argument which is the number of times to
1266step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1267with no arguments. Some commands do not allow any arguments.
c906108c
SS
1268
1269@cindex abbreviation
1270@value{GDBN} command names may always be truncated if that abbreviation is
1271unambiguous. Other possible command abbreviations are listed in the
1272documentation for individual commands. In some cases, even ambiguous
1273abbreviations are allowed; for example, @code{s} is specially defined as
1274equivalent to @code{step} even though there are other commands whose
1275names start with @code{s}. You can test abbreviations by using them as
1276arguments to the @code{help} command.
1277
1278@cindex repeating commands
41afff9a 1279@kindex RET @r{(repeat last command)}
c906108c 1280A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1281repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1282will not repeat this way; these are commands whose unintentional
1283repetition might cause trouble and which you are unlikely to want to
1284repeat.
1285
1286The @code{list} and @code{x} commands, when you repeat them with
1287@key{RET}, construct new arguments rather than repeating
1288exactly as typed. This permits easy scanning of source or memory.
1289
1290@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1291output, in a way similar to the common utility @code{more}
1292(@pxref{Screen Size,,Screen size}). Since it is easy to press one
1293@key{RET} too many in this situation, @value{GDBN} disables command
1294repetition after any command that generates this sort of display.
1295
41afff9a 1296@kindex # @r{(a comment)}
c906108c
SS
1297@cindex comment
1298Any text from a @kbd{#} to the end of the line is a comment; it does
1299nothing. This is useful mainly in command files (@pxref{Command
1300Files,,Command files}).
1301
88118b3a
TT
1302@cindex repeating command sequences
1303@kindex C-o @r{(operate-and-get-next)}
1304The @kbd{C-o} binding is useful for repeating a complex sequence of
1305commands. This command accepts the current line, like @kbd{RET}, and
1306then fetches the next line relative to the current line from the history
1307for editing.
1308
6d2ebf8b 1309@node Completion
c906108c
SS
1310@section Command completion
1311
1312@cindex completion
1313@cindex word completion
1314@value{GDBN} can fill in the rest of a word in a command for you, if there is
1315only one possibility; it can also show you what the valid possibilities
1316are for the next word in a command, at any time. This works for @value{GDBN}
1317commands, @value{GDBN} subcommands, and the names of symbols in your program.
1318
1319Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1320of a word. If there is only one possibility, @value{GDBN} fills in the
1321word, and waits for you to finish the command (or press @key{RET} to
1322enter it). For example, if you type
1323
1324@c FIXME "@key" does not distinguish its argument sufficiently to permit
1325@c complete accuracy in these examples; space introduced for clarity.
1326@c If texinfo enhancements make it unnecessary, it would be nice to
1327@c replace " @key" by "@key" in the following...
474c8240 1328@smallexample
c906108c 1329(@value{GDBP}) info bre @key{TAB}
474c8240 1330@end smallexample
c906108c
SS
1331
1332@noindent
1333@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1334the only @code{info} subcommand beginning with @samp{bre}:
1335
474c8240 1336@smallexample
c906108c 1337(@value{GDBP}) info breakpoints
474c8240 1338@end smallexample
c906108c
SS
1339
1340@noindent
1341You can either press @key{RET} at this point, to run the @code{info
1342breakpoints} command, or backspace and enter something else, if
1343@samp{breakpoints} does not look like the command you expected. (If you
1344were sure you wanted @code{info breakpoints} in the first place, you
1345might as well just type @key{RET} immediately after @samp{info bre},
1346to exploit command abbreviations rather than command completion).
1347
1348If there is more than one possibility for the next word when you press
1349@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1350characters and try again, or just press @key{TAB} a second time;
1351@value{GDBN} displays all the possible completions for that word. For
1352example, you might want to set a breakpoint on a subroutine whose name
1353begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1354just sounds the bell. Typing @key{TAB} again displays all the
1355function names in your program that begin with those characters, for
1356example:
1357
474c8240 1358@smallexample
c906108c
SS
1359(@value{GDBP}) b make_ @key{TAB}
1360@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1361make_a_section_from_file make_environ
1362make_abs_section make_function_type
1363make_blockvector make_pointer_type
1364make_cleanup make_reference_type
c906108c
SS
1365make_command make_symbol_completion_list
1366(@value{GDBP}) b make_
474c8240 1367@end smallexample
c906108c
SS
1368
1369@noindent
1370After displaying the available possibilities, @value{GDBN} copies your
1371partial input (@samp{b make_} in the example) so you can finish the
1372command.
1373
1374If you just want to see the list of alternatives in the first place, you
b37052ae 1375can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1376means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1377key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1378one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c
SS
1379
1380@cindex quotes in commands
1381@cindex completion of quoted strings
1382Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1383parentheses or other characters that @value{GDBN} normally excludes from
1384its notion of a word. To permit word completion to work in this
1385situation, you may enclose words in @code{'} (single quote marks) in
1386@value{GDBN} commands.
c906108c 1387
c906108c 1388The most likely situation where you might need this is in typing the
b37052ae
EZ
1389name of a C@t{++} function. This is because C@t{++} allows function
1390overloading (multiple definitions of the same function, distinguished
1391by argument type). For example, when you want to set a breakpoint you
1392may need to distinguish whether you mean the version of @code{name}
1393that takes an @code{int} parameter, @code{name(int)}, or the version
1394that takes a @code{float} parameter, @code{name(float)}. To use the
1395word-completion facilities in this situation, type a single quote
1396@code{'} at the beginning of the function name. This alerts
1397@value{GDBN} that it may need to consider more information than usual
1398when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1399
474c8240 1400@smallexample
96a2c332 1401(@value{GDBP}) b 'bubble( @kbd{M-?}
c906108c
SS
1402bubble(double,double) bubble(int,int)
1403(@value{GDBP}) b 'bubble(
474c8240 1404@end smallexample
c906108c
SS
1405
1406In some cases, @value{GDBN} can tell that completing a name requires using
1407quotes. When this happens, @value{GDBN} inserts the quote for you (while
1408completing as much as it can) if you do not type the quote in the first
1409place:
1410
474c8240 1411@smallexample
c906108c
SS
1412(@value{GDBP}) b bub @key{TAB}
1413@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1414(@value{GDBP}) b 'bubble(
474c8240 1415@end smallexample
c906108c
SS
1416
1417@noindent
1418In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1419you have not yet started typing the argument list when you ask for
1420completion on an overloaded symbol.
1421
d4f3574e 1422For more information about overloaded functions, see @ref{C plus plus
b37052ae 1423expressions, ,C@t{++} expressions}. You can use the command @code{set
c906108c 1424overload-resolution off} to disable overload resolution;
b37052ae 1425see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
c906108c
SS
1426
1427
6d2ebf8b 1428@node Help
c906108c
SS
1429@section Getting help
1430@cindex online documentation
1431@kindex help
1432
5d161b24 1433You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
1434using the command @code{help}.
1435
1436@table @code
41afff9a 1437@kindex h @r{(@code{help})}
c906108c
SS
1438@item help
1439@itemx h
1440You can use @code{help} (abbreviated @code{h}) with no arguments to
1441display a short list of named classes of commands:
1442
1443@smallexample
1444(@value{GDBP}) help
1445List of classes of commands:
1446
2df3850c 1447aliases -- Aliases of other commands
c906108c 1448breakpoints -- Making program stop at certain points
2df3850c 1449data -- Examining data
c906108c 1450files -- Specifying and examining files
2df3850c
JM
1451internals -- Maintenance commands
1452obscure -- Obscure features
1453running -- Running the program
1454stack -- Examining the stack
c906108c
SS
1455status -- Status inquiries
1456support -- Support facilities
96a2c332
SS
1457tracepoints -- Tracing of program execution without@*
1458 stopping the program
c906108c 1459user-defined -- User-defined commands
c906108c 1460
5d161b24 1461Type "help" followed by a class name for a list of
c906108c 1462commands in that class.
5d161b24 1463Type "help" followed by command name for full
c906108c
SS
1464documentation.
1465Command name abbreviations are allowed if unambiguous.
1466(@value{GDBP})
1467@end smallexample
96a2c332 1468@c the above line break eliminates huge line overfull...
c906108c
SS
1469
1470@item help @var{class}
1471Using one of the general help classes as an argument, you can get a
1472list of the individual commands in that class. For example, here is the
1473help display for the class @code{status}:
1474
1475@smallexample
1476(@value{GDBP}) help status
1477Status inquiries.
1478
1479List of commands:
1480
1481@c Line break in "show" line falsifies real output, but needed
1482@c to fit in smallbook page size.
2df3850c
JM
1483info -- Generic command for showing things
1484 about the program being debugged
1485show -- Generic command for showing things
1486 about the debugger
c906108c 1487
5d161b24 1488Type "help" followed by command name for full
c906108c
SS
1489documentation.
1490Command name abbreviations are allowed if unambiguous.
1491(@value{GDBP})
1492@end smallexample
1493
1494@item help @var{command}
1495With a command name as @code{help} argument, @value{GDBN} displays a
1496short paragraph on how to use that command.
1497
6837a0a2
DB
1498@kindex apropos
1499@item apropos @var{args}
1500The @code{apropos @var{args}} command searches through all of the @value{GDBN}
1501commands, and their documentation, for the regular expression specified in
1502@var{args}. It prints out all matches found. For example:
1503
1504@smallexample
1505apropos reload
1506@end smallexample
1507
b37052ae
EZ
1508@noindent
1509results in:
6837a0a2
DB
1510
1511@smallexample
6d2ebf8b
SS
1512@c @group
1513set symbol-reloading -- Set dynamic symbol table reloading
1514 multiple times in one run
1515show symbol-reloading -- Show dynamic symbol table reloading
1516 multiple times in one run
1517@c @end group
6837a0a2
DB
1518@end smallexample
1519
c906108c
SS
1520@kindex complete
1521@item complete @var{args}
1522The @code{complete @var{args}} command lists all the possible completions
1523for the beginning of a command. Use @var{args} to specify the beginning of the
1524command you want completed. For example:
1525
1526@smallexample
1527complete i
1528@end smallexample
1529
1530@noindent results in:
1531
1532@smallexample
1533@group
2df3850c
JM
1534if
1535ignore
c906108c
SS
1536info
1537inspect
c906108c
SS
1538@end group
1539@end smallexample
1540
1541@noindent This is intended for use by @sc{gnu} Emacs.
1542@end table
1543
1544In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1545and @code{show} to inquire about the state of your program, or the state
1546of @value{GDBN} itself. Each command supports many topics of inquiry; this
1547manual introduces each of them in the appropriate context. The listings
1548under @code{info} and under @code{show} in the Index point to
1549all the sub-commands. @xref{Index}.
1550
1551@c @group
1552@table @code
1553@kindex info
41afff9a 1554@kindex i @r{(@code{info})}
c906108c
SS
1555@item info
1556This command (abbreviated @code{i}) is for describing the state of your
1557program. For example, you can list the arguments given to your program
1558with @code{info args}, list the registers currently in use with @code{info
1559registers}, or list the breakpoints you have set with @code{info breakpoints}.
1560You can get a complete list of the @code{info} sub-commands with
1561@w{@code{help info}}.
1562
1563@kindex set
1564@item set
5d161b24 1565You can assign the result of an expression to an environment variable with
c906108c
SS
1566@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1567@code{set prompt $}.
1568
1569@kindex show
1570@item show
5d161b24 1571In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
1572@value{GDBN} itself.
1573You can change most of the things you can @code{show}, by using the
1574related command @code{set}; for example, you can control what number
1575system is used for displays with @code{set radix}, or simply inquire
1576which is currently in use with @code{show radix}.
1577
1578@kindex info set
1579To display all the settable parameters and their current
1580values, you can use @code{show} with no arguments; you may also use
1581@code{info set}. Both commands produce the same display.
1582@c FIXME: "info set" violates the rule that "info" is for state of
1583@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1584@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1585@end table
1586@c @end group
1587
1588Here are three miscellaneous @code{show} subcommands, all of which are
1589exceptional in lacking corresponding @code{set} commands:
1590
1591@table @code
1592@kindex show version
1593@cindex version number
1594@item show version
1595Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
1596information in @value{GDBN} bug-reports. If multiple versions of
1597@value{GDBN} are in use at your site, you may need to determine which
1598version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1599commands are introduced, and old ones may wither away. Also, many
1600system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 1601variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
1602The version number is the same as the one announced when you start
1603@value{GDBN}.
c906108c
SS
1604
1605@kindex show copying
1606@item show copying
1607Display information about permission for copying @value{GDBN}.
1608
1609@kindex show warranty
1610@item show warranty
2df3850c 1611Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 1612if your version of @value{GDBN} comes with one.
2df3850c 1613
c906108c
SS
1614@end table
1615
6d2ebf8b 1616@node Running
c906108c
SS
1617@chapter Running Programs Under @value{GDBN}
1618
1619When you run a program under @value{GDBN}, you must first generate
1620debugging information when you compile it.
7a292a7a
SS
1621
1622You may start @value{GDBN} with its arguments, if any, in an environment
1623of your choice. If you are doing native debugging, you may redirect
1624your program's input and output, debug an already running process, or
1625kill a child process.
c906108c
SS
1626
1627@menu
1628* Compilation:: Compiling for debugging
1629* Starting:: Starting your program
c906108c
SS
1630* Arguments:: Your program's arguments
1631* Environment:: Your program's environment
c906108c
SS
1632
1633* Working Directory:: Your program's working directory
1634* Input/Output:: Your program's input and output
1635* Attach:: Debugging an already-running process
1636* Kill Process:: Killing the child process
c906108c
SS
1637
1638* Threads:: Debugging programs with multiple threads
1639* Processes:: Debugging programs with multiple processes
1640@end menu
1641
6d2ebf8b 1642@node Compilation
c906108c
SS
1643@section Compiling for debugging
1644
1645In order to debug a program effectively, you need to generate
1646debugging information when you compile it. This debugging information
1647is stored in the object file; it describes the data type of each
1648variable or function and the correspondence between source line numbers
1649and addresses in the executable code.
1650
1651To request debugging information, specify the @samp{-g} option when you run
1652the compiler.
1653
e2e0bcd1
JB
1654Most compilers do not include information about preprocessor macros in
1655the debugging information if you specify the @option{-g} flag alone,
1656because this information is rather large. Version 3.1 of @value{NGCC},
1657the @sc{gnu} C compiler, provides macro information if you specify the
1658options @option{-gdwarf-2} and @option{-g3}; the former option requests
1659debugging information in the Dwarf 2 format, and the latter requests
1660``extra information''. In the future, we hope to find more compact ways
1661to represent macro information, so that it can be included with
1662@option{-g} alone.
1663
c906108c
SS
1664Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1665options together. Using those compilers, you cannot generate optimized
1666executables containing debugging information.
1667
53a5351d
JM
1668@value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1669without @samp{-O}, making it possible to debug optimized code. We
1670recommend that you @emph{always} use @samp{-g} whenever you compile a
1671program. You may think your program is correct, but there is no sense
1672in pushing your luck.
c906108c
SS
1673
1674@cindex optimized code, debugging
1675@cindex debugging optimized code
1676When you debug a program compiled with @samp{-g -O}, remember that the
1677optimizer is rearranging your code; the debugger shows you what is
1678really there. Do not be too surprised when the execution path does not
1679exactly match your source file! An extreme example: if you define a
1680variable, but never use it, @value{GDBN} never sees that
1681variable---because the compiler optimizes it out of existence.
1682
1683Some things do not work as well with @samp{-g -O} as with just
1684@samp{-g}, particularly on machines with instruction scheduling. If in
1685doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1686please report it to us as a bug (including a test case!).
1687
1688Older versions of the @sc{gnu} C compiler permitted a variant option
1689@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1690format; if your @sc{gnu} C compiler has this option, do not use it.
1691
1692@need 2000
6d2ebf8b 1693@node Starting
c906108c
SS
1694@section Starting your program
1695@cindex starting
1696@cindex running
1697
1698@table @code
1699@kindex run
41afff9a 1700@kindex r @r{(@code{run})}
c906108c
SS
1701@item run
1702@itemx r
7a292a7a
SS
1703Use the @code{run} command to start your program under @value{GDBN}.
1704You must first specify the program name (except on VxWorks) with an
1705argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1706@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1707(@pxref{Files, ,Commands to specify files}).
c906108c
SS
1708
1709@end table
1710
c906108c
SS
1711If you are running your program in an execution environment that
1712supports processes, @code{run} creates an inferior process and makes
1713that process run your program. (In environments without processes,
1714@code{run} jumps to the start of your program.)
1715
1716The execution of a program is affected by certain information it
1717receives from its superior. @value{GDBN} provides ways to specify this
1718information, which you must do @emph{before} starting your program. (You
1719can change it after starting your program, but such changes only affect
1720your program the next time you start it.) This information may be
1721divided into four categories:
1722
1723@table @asis
1724@item The @emph{arguments.}
1725Specify the arguments to give your program as the arguments of the
1726@code{run} command. If a shell is available on your target, the shell
1727is used to pass the arguments, so that you may use normal conventions
1728(such as wildcard expansion or variable substitution) in describing
1729the arguments.
1730In Unix systems, you can control which shell is used with the
1731@code{SHELL} environment variable.
1732@xref{Arguments, ,Your program's arguments}.
1733
1734@item The @emph{environment.}
1735Your program normally inherits its environment from @value{GDBN}, but you can
1736use the @value{GDBN} commands @code{set environment} and @code{unset
1737environment} to change parts of the environment that affect
1738your program. @xref{Environment, ,Your program's environment}.
1739
1740@item The @emph{working directory.}
1741Your program inherits its working directory from @value{GDBN}. You can set
1742the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1743@xref{Working Directory, ,Your program's working directory}.
1744
1745@item The @emph{standard input and output.}
1746Your program normally uses the same device for standard input and
1747standard output as @value{GDBN} is using. You can redirect input and output
1748in the @code{run} command line, or you can use the @code{tty} command to
1749set a different device for your program.
1750@xref{Input/Output, ,Your program's input and output}.
1751
1752@cindex pipes
1753@emph{Warning:} While input and output redirection work, you cannot use
1754pipes to pass the output of the program you are debugging to another
1755program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1756wrong program.
1757@end table
c906108c
SS
1758
1759When you issue the @code{run} command, your program begins to execute
1760immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1761of how to arrange for your program to stop. Once your program has
1762stopped, you may call functions in your program, using the @code{print}
1763or @code{call} commands. @xref{Data, ,Examining Data}.
1764
1765If the modification time of your symbol file has changed since the last
1766time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1767table, and reads it again. When it does this, @value{GDBN} tries to retain
1768your current breakpoints.
1769
6d2ebf8b 1770@node Arguments
c906108c
SS
1771@section Your program's arguments
1772
1773@cindex arguments (to your program)
1774The arguments to your program can be specified by the arguments of the
5d161b24 1775@code{run} command.
c906108c
SS
1776They are passed to a shell, which expands wildcard characters and
1777performs redirection of I/O, and thence to your program. Your
1778@code{SHELL} environment variable (if it exists) specifies what shell
1779@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
1780the default shell (@file{/bin/sh} on Unix).
1781
1782On non-Unix systems, the program is usually invoked directly by
1783@value{GDBN}, which emulates I/O redirection via the appropriate system
1784calls, and the wildcard characters are expanded by the startup code of
1785the program, not by the shell.
c906108c
SS
1786
1787@code{run} with no arguments uses the same arguments used by the previous
1788@code{run}, or those set by the @code{set args} command.
1789
c906108c 1790@table @code
41afff9a 1791@kindex set args
c906108c
SS
1792@item set args
1793Specify the arguments to be used the next time your program is run. If
1794@code{set args} has no arguments, @code{run} executes your program
1795with no arguments. Once you have run your program with arguments,
1796using @code{set args} before the next @code{run} is the only way to run
1797it again without arguments.
1798
1799@kindex show args
1800@item show args
1801Show the arguments to give your program when it is started.
1802@end table
1803
6d2ebf8b 1804@node Environment
c906108c
SS
1805@section Your program's environment
1806
1807@cindex environment (of your program)
1808The @dfn{environment} consists of a set of environment variables and
1809their values. Environment variables conventionally record such things as
1810your user name, your home directory, your terminal type, and your search
1811path for programs to run. Usually you set up environment variables with
1812the shell and they are inherited by all the other programs you run. When
1813debugging, it can be useful to try running your program with a modified
1814environment without having to start @value{GDBN} over again.
1815
1816@table @code
1817@kindex path
1818@item path @var{directory}
1819Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
1820(the search path for executables) that will be passed to your program.
1821The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
1822You may specify several directory names, separated by whitespace or by a
1823system-dependent separator character (@samp{:} on Unix, @samp{;} on
1824MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1825is moved to the front, so it is searched sooner.
c906108c
SS
1826
1827You can use the string @samp{$cwd} to refer to whatever is the current
1828working directory at the time @value{GDBN} searches the path. If you
1829use @samp{.} instead, it refers to the directory where you executed the
1830@code{path} command. @value{GDBN} replaces @samp{.} in the
1831@var{directory} argument (with the current path) before adding
1832@var{directory} to the search path.
1833@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1834@c document that, since repeating it would be a no-op.
1835
1836@kindex show paths
1837@item show paths
1838Display the list of search paths for executables (the @code{PATH}
1839environment variable).
1840
1841@kindex show environment
1842@item show environment @r{[}@var{varname}@r{]}
1843Print the value of environment variable @var{varname} to be given to
1844your program when it starts. If you do not supply @var{varname},
1845print the names and values of all environment variables to be given to
1846your program. You can abbreviate @code{environment} as @code{env}.
1847
1848@kindex set environment
53a5351d 1849@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c
SS
1850Set environment variable @var{varname} to @var{value}. The value
1851changes for your program only, not for @value{GDBN} itself. @var{value} may
1852be any string; the values of environment variables are just strings, and
1853any interpretation is supplied by your program itself. The @var{value}
1854parameter is optional; if it is eliminated, the variable is set to a
1855null value.
1856@c "any string" here does not include leading, trailing
1857@c blanks. Gnu asks: does anyone care?
1858
1859For example, this command:
1860
474c8240 1861@smallexample
c906108c 1862set env USER = foo
474c8240 1863@end smallexample
c906108c
SS
1864
1865@noindent
d4f3574e 1866tells the debugged program, when subsequently run, that its user is named
c906108c
SS
1867@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1868are not actually required.)
1869
1870@kindex unset environment
1871@item unset environment @var{varname}
1872Remove variable @var{varname} from the environment to be passed to your
1873program. This is different from @samp{set env @var{varname} =};
1874@code{unset environment} removes the variable from the environment,
1875rather than assigning it an empty value.
1876@end table
1877
d4f3574e
SS
1878@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1879the shell indicated
c906108c
SS
1880by your @code{SHELL} environment variable if it exists (or
1881@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1882that runs an initialization file---such as @file{.cshrc} for C-shell, or
1883@file{.bashrc} for BASH---any variables you set in that file affect
1884your program. You may wish to move setting of environment variables to
1885files that are only run when you sign on, such as @file{.login} or
1886@file{.profile}.
1887
6d2ebf8b 1888@node Working Directory
c906108c
SS
1889@section Your program's working directory
1890
1891@cindex working directory (of your program)
1892Each time you start your program with @code{run}, it inherits its
1893working directory from the current working directory of @value{GDBN}.
1894The @value{GDBN} working directory is initially whatever it inherited
1895from its parent process (typically the shell), but you can specify a new
1896working directory in @value{GDBN} with the @code{cd} command.
1897
1898The @value{GDBN} working directory also serves as a default for the commands
1899that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1900specify files}.
1901
1902@table @code
1903@kindex cd
1904@item cd @var{directory}
1905Set the @value{GDBN} working directory to @var{directory}.
1906
1907@kindex pwd
1908@item pwd
1909Print the @value{GDBN} working directory.
1910@end table
1911
6d2ebf8b 1912@node Input/Output
c906108c
SS
1913@section Your program's input and output
1914
1915@cindex redirection
1916@cindex i/o
1917@cindex terminal
1918By default, the program you run under @value{GDBN} does input and output to
5d161b24 1919the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
1920to its own terminal modes to interact with you, but it records the terminal
1921modes your program was using and switches back to them when you continue
1922running your program.
1923
1924@table @code
1925@kindex info terminal
1926@item info terminal
1927Displays information recorded by @value{GDBN} about the terminal modes your
1928program is using.
1929@end table
1930
1931You can redirect your program's input and/or output using shell
1932redirection with the @code{run} command. For example,
1933
474c8240 1934@smallexample
c906108c 1935run > outfile
474c8240 1936@end smallexample
c906108c
SS
1937
1938@noindent
1939starts your program, diverting its output to the file @file{outfile}.
1940
1941@kindex tty
1942@cindex controlling terminal
1943Another way to specify where your program should do input and output is
1944with the @code{tty} command. This command accepts a file name as
1945argument, and causes this file to be the default for future @code{run}
1946commands. It also resets the controlling terminal for the child
1947process, for future @code{run} commands. For example,
1948
474c8240 1949@smallexample
c906108c 1950tty /dev/ttyb
474c8240 1951@end smallexample
c906108c
SS
1952
1953@noindent
1954directs that processes started with subsequent @code{run} commands
1955default to do input and output on the terminal @file{/dev/ttyb} and have
1956that as their controlling terminal.
1957
1958An explicit redirection in @code{run} overrides the @code{tty} command's
1959effect on the input/output device, but not its effect on the controlling
1960terminal.
1961
1962When you use the @code{tty} command or redirect input in the @code{run}
1963command, only the input @emph{for your program} is affected. The input
1964for @value{GDBN} still comes from your terminal.
1965
6d2ebf8b 1966@node Attach
c906108c
SS
1967@section Debugging an already-running process
1968@kindex attach
1969@cindex attach
1970
1971@table @code
1972@item attach @var{process-id}
1973This command attaches to a running process---one that was started
1974outside @value{GDBN}. (@code{info files} shows your active
1975targets.) The command takes as argument a process ID. The usual way to
1976find out the process-id of a Unix process is with the @code{ps} utility,
1977or with the @samp{jobs -l} shell command.
1978
1979@code{attach} does not repeat if you press @key{RET} a second time after
1980executing the command.
1981@end table
1982
1983To use @code{attach}, your program must be running in an environment
1984which supports processes; for example, @code{attach} does not work for
1985programs on bare-board targets that lack an operating system. You must
1986also have permission to send the process a signal.
1987
1988When you use @code{attach}, the debugger finds the program running in
1989the process first by looking in the current working directory, then (if
1990the program is not found) by using the source file search path
1991(@pxref{Source Path, ,Specifying source directories}). You can also use
1992the @code{file} command to load the program. @xref{Files, ,Commands to
1993Specify Files}.
1994
1995The first thing @value{GDBN} does after arranging to debug the specified
1996process is to stop it. You can examine and modify an attached process
53a5351d
JM
1997with all the @value{GDBN} commands that are ordinarily available when
1998you start processes with @code{run}. You can insert breakpoints; you
1999can step and continue; you can modify storage. If you would rather the
2000process continue running, you may use the @code{continue} command after
c906108c
SS
2001attaching @value{GDBN} to the process.
2002
2003@table @code
2004@kindex detach
2005@item detach
2006When you have finished debugging the attached process, you can use the
2007@code{detach} command to release it from @value{GDBN} control. Detaching
2008the process continues its execution. After the @code{detach} command,
2009that process and @value{GDBN} become completely independent once more, and you
2010are ready to @code{attach} another process or start one with @code{run}.
2011@code{detach} does not repeat if you press @key{RET} again after
2012executing the command.
2013@end table
2014
2015If you exit @value{GDBN} or use the @code{run} command while you have an
2016attached process, you kill that process. By default, @value{GDBN} asks
2017for confirmation if you try to do either of these things; you can
2018control whether or not you need to confirm by using the @code{set
2019confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2020messages}).
2021
6d2ebf8b 2022@node Kill Process
c906108c 2023@section Killing the child process
c906108c
SS
2024
2025@table @code
2026@kindex kill
2027@item kill
2028Kill the child process in which your program is running under @value{GDBN}.
2029@end table
2030
2031This command is useful if you wish to debug a core dump instead of a
2032running process. @value{GDBN} ignores any core dump file while your program
2033is running.
2034
2035On some operating systems, a program cannot be executed outside @value{GDBN}
2036while you have breakpoints set on it inside @value{GDBN}. You can use the
2037@code{kill} command in this situation to permit running your program
2038outside the debugger.
2039
2040The @code{kill} command is also useful if you wish to recompile and
2041relink your program, since on many systems it is impossible to modify an
2042executable file while it is running in a process. In this case, when you
2043next type @code{run}, @value{GDBN} notices that the file has changed, and
2044reads the symbol table again (while trying to preserve your current
2045breakpoint settings).
2046
6d2ebf8b 2047@node Threads
c906108c 2048@section Debugging programs with multiple threads
c906108c
SS
2049
2050@cindex threads of execution
2051@cindex multiple threads
2052@cindex switching threads
2053In some operating systems, such as HP-UX and Solaris, a single program
2054may have more than one @dfn{thread} of execution. The precise semantics
2055of threads differ from one operating system to another, but in general
2056the threads of a single program are akin to multiple processes---except
2057that they share one address space (that is, they can all examine and
2058modify the same variables). On the other hand, each thread has its own
2059registers and execution stack, and perhaps private memory.
2060
2061@value{GDBN} provides these facilities for debugging multi-thread
2062programs:
2063
2064@itemize @bullet
2065@item automatic notification of new threads
2066@item @samp{thread @var{threadno}}, a command to switch among threads
2067@item @samp{info threads}, a command to inquire about existing threads
5d161b24 2068@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
c906108c
SS
2069a command to apply a command to a list of threads
2070@item thread-specific breakpoints
2071@end itemize
2072
c906108c
SS
2073@quotation
2074@emph{Warning:} These facilities are not yet available on every
2075@value{GDBN} configuration where the operating system supports threads.
2076If your @value{GDBN} does not support threads, these commands have no
2077effect. For example, a system without thread support shows no output
2078from @samp{info threads}, and always rejects the @code{thread} command,
2079like this:
2080
2081@smallexample
2082(@value{GDBP}) info threads
2083(@value{GDBP}) thread 1
2084Thread ID 1 not known. Use the "info threads" command to
2085see the IDs of currently known threads.
2086@end smallexample
2087@c FIXME to implementors: how hard would it be to say "sorry, this GDB
2088@c doesn't support threads"?
2089@end quotation
c906108c
SS
2090
2091@cindex focus of debugging
2092@cindex current thread
2093The @value{GDBN} thread debugging facility allows you to observe all
2094threads while your program runs---but whenever @value{GDBN} takes
2095control, one thread in particular is always the focus of debugging.
2096This thread is called the @dfn{current thread}. Debugging commands show
2097program information from the perspective of the current thread.
2098
41afff9a 2099@cindex @code{New} @var{systag} message
c906108c
SS
2100@cindex thread identifier (system)
2101@c FIXME-implementors!! It would be more helpful if the [New...] message
2102@c included GDB's numeric thread handle, so you could just go to that
2103@c thread without first checking `info threads'.
2104Whenever @value{GDBN} detects a new thread in your program, it displays
2105the target system's identification for the thread with a message in the
2106form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2107whose form varies depending on the particular system. For example, on
2108LynxOS, you might see
2109
474c8240 2110@smallexample
c906108c 2111[New process 35 thread 27]
474c8240 2112@end smallexample
c906108c
SS
2113
2114@noindent
2115when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2116the @var{systag} is simply something like @samp{process 368}, with no
2117further qualifier.
2118
2119@c FIXME!! (1) Does the [New...] message appear even for the very first
2120@c thread of a program, or does it only appear for the
6ca652b0 2121@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
2122@c program?
2123@c (2) *Is* there necessarily a first thread always? Or do some
2124@c multithread systems permit starting a program with multiple
5d161b24 2125@c threads ab initio?
c906108c
SS
2126
2127@cindex thread number
2128@cindex thread identifier (GDB)
2129For debugging purposes, @value{GDBN} associates its own thread
2130number---always a single integer---with each thread in your program.
2131
2132@table @code
2133@kindex info threads
2134@item info threads
2135Display a summary of all threads currently in your
2136program. @value{GDBN} displays for each thread (in this order):
2137
2138@enumerate
2139@item the thread number assigned by @value{GDBN}
2140
2141@item the target system's thread identifier (@var{systag})
2142
2143@item the current stack frame summary for that thread
2144@end enumerate
2145
2146@noindent
2147An asterisk @samp{*} to the left of the @value{GDBN} thread number
2148indicates the current thread.
2149
5d161b24 2150For example,
c906108c
SS
2151@end table
2152@c end table here to get a little more width for example
2153
2154@smallexample
2155(@value{GDBP}) info threads
2156 3 process 35 thread 27 0x34e5 in sigpause ()
2157 2 process 35 thread 23 0x34e5 in sigpause ()
2158* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2159 at threadtest.c:68
2160@end smallexample
53a5351d
JM
2161
2162On HP-UX systems:
c906108c
SS
2163
2164@cindex thread number
2165@cindex thread identifier (GDB)
2166For debugging purposes, @value{GDBN} associates its own thread
2167number---a small integer assigned in thread-creation order---with each
2168thread in your program.
2169
41afff9a
EZ
2170@cindex @code{New} @var{systag} message, on HP-UX
2171@cindex thread identifier (system), on HP-UX
c906108c
SS
2172@c FIXME-implementors!! It would be more helpful if the [New...] message
2173@c included GDB's numeric thread handle, so you could just go to that
2174@c thread without first checking `info threads'.
2175Whenever @value{GDBN} detects a new thread in your program, it displays
2176both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2177form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2178whose form varies depending on the particular system. For example, on
2179HP-UX, you see
2180
474c8240 2181@smallexample
c906108c 2182[New thread 2 (system thread 26594)]
474c8240 2183@end smallexample
c906108c
SS
2184
2185@noindent
5d161b24 2186when @value{GDBN} notices a new thread.
c906108c
SS
2187
2188@table @code
2189@kindex info threads
2190@item info threads
2191Display a summary of all threads currently in your
2192program. @value{GDBN} displays for each thread (in this order):
2193
2194@enumerate
2195@item the thread number assigned by @value{GDBN}
2196
2197@item the target system's thread identifier (@var{systag})
2198
2199@item the current stack frame summary for that thread
2200@end enumerate
2201
2202@noindent
2203An asterisk @samp{*} to the left of the @value{GDBN} thread number
2204indicates the current thread.
2205
5d161b24 2206For example,
c906108c
SS
2207@end table
2208@c end table here to get a little more width for example
2209
474c8240 2210@smallexample
c906108c 2211(@value{GDBP}) info threads
6d2ebf8b
SS
2212 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2213 at quicksort.c:137
2214 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2215 from /usr/lib/libc.2
2216 1 system thread 27905 0x7b003498 in _brk () \@*
2217 from /usr/lib/libc.2
474c8240 2218@end smallexample
c906108c
SS
2219
2220@table @code
2221@kindex thread @var{threadno}
2222@item thread @var{threadno}
2223Make thread number @var{threadno} the current thread. The command
2224argument @var{threadno} is the internal @value{GDBN} thread number, as
2225shown in the first field of the @samp{info threads} display.
2226@value{GDBN} responds by displaying the system identifier of the thread
2227you selected, and its current stack frame summary:
2228
2229@smallexample
2230@c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2231(@value{GDBP}) thread 2
c906108c 2232[Switching to process 35 thread 23]
c906108c
SS
22330x34e5 in sigpause ()
2234@end smallexample
2235
2236@noindent
2237As with the @samp{[New @dots{}]} message, the form of the text after
2238@samp{Switching to} depends on your system's conventions for identifying
5d161b24 2239threads.
c906108c
SS
2240
2241@kindex thread apply
2242@item thread apply [@var{threadno}] [@var{all}] @var{args}
2243The @code{thread apply} command allows you to apply a command to one or
2244more threads. Specify the numbers of the threads that you want affected
2245with the command argument @var{threadno}. @var{threadno} is the internal
2246@value{GDBN} thread number, as shown in the first field of the @samp{info
5d161b24
DB
2247threads} display. To apply a command to all threads, use
2248@code{thread apply all} @var{args}.
c906108c
SS
2249@end table
2250
2251@cindex automatic thread selection
2252@cindex switching threads automatically
2253@cindex threads, automatic switching
2254Whenever @value{GDBN} stops your program, due to a breakpoint or a
2255signal, it automatically selects the thread where that breakpoint or
2256signal happened. @value{GDBN} alerts you to the context switch with a
2257message of the form @samp{[Switching to @var{systag}]} to identify the
2258thread.
2259
2260@xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2261more information about how @value{GDBN} behaves when you stop and start
2262programs with multiple threads.
2263
2264@xref{Set Watchpoints,,Setting watchpoints}, for information about
2265watchpoints in programs with multiple threads.
c906108c 2266
6d2ebf8b 2267@node Processes
c906108c
SS
2268@section Debugging programs with multiple processes
2269
2270@cindex fork, debugging programs which call
2271@cindex multiple processes
2272@cindex processes, multiple
53a5351d
JM
2273On most systems, @value{GDBN} has no special support for debugging
2274programs which create additional processes using the @code{fork}
2275function. When a program forks, @value{GDBN} will continue to debug the
2276parent process and the child process will run unimpeded. If you have
2277set a breakpoint in any code which the child then executes, the child
2278will get a @code{SIGTRAP} signal which (unless it catches the signal)
2279will cause it to terminate.
c906108c
SS
2280
2281However, if you want to debug the child process there is a workaround
2282which isn't too painful. Put a call to @code{sleep} in the code which
2283the child process executes after the fork. It may be useful to sleep
2284only if a certain environment variable is set, or a certain file exists,
2285so that the delay need not occur when you don't want to run @value{GDBN}
2286on the child. While the child is sleeping, use the @code{ps} program to
2287get its process ID. Then tell @value{GDBN} (a new invocation of
2288@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 2289the child process (@pxref{Attach}). From that point on you can debug
c906108c 2290the child process just like any other process which you attached to.
c906108c 2291
b51970ac
DJ
2292On some systems, @value{GDBN} provides support for debugging programs that
2293create additional processes using the @code{fork} or @code{vfork} functions.
2294Currently, the only platforms with this feature are HP-UX (11.x and later
2295only?) and GNU/Linux (kernel version 2.5.60 and later).
c906108c
SS
2296
2297By default, when a program forks, @value{GDBN} will continue to debug
2298the parent process and the child process will run unimpeded.
2299
2300If you want to follow the child process instead of the parent process,
2301use the command @w{@code{set follow-fork-mode}}.
2302
2303@table @code
2304@kindex set follow-fork-mode
2305@item set follow-fork-mode @var{mode}
2306Set the debugger response to a program call of @code{fork} or
2307@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
2308process. The @var{mode} can be:
2309
2310@table @code
2311@item parent
2312The original process is debugged after a fork. The child process runs
2df3850c 2313unimpeded. This is the default.
c906108c
SS
2314
2315@item child
2316The new process is debugged after a fork. The parent process runs
2317unimpeded.
2318
c906108c
SS
2319@end table
2320
2321@item show follow-fork-mode
2df3850c 2322Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
2323@end table
2324
2325If you ask to debug a child process and a @code{vfork} is followed by an
2326@code{exec}, @value{GDBN} executes the new target up to the first
2327breakpoint in the new target. If you have a breakpoint set on
2328@code{main} in your original program, the breakpoint will also be set on
2329the child process's @code{main}.
2330
2331When a child process is spawned by @code{vfork}, you cannot debug the
2332child or parent until an @code{exec} call completes.
2333
2334If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2335call executes, the new target restarts. To restart the parent process,
2336use the @code{file} command with the parent executable name as its
2337argument.
2338
2339You can use the @code{catch} command to make @value{GDBN} stop whenever
2340a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2341Catchpoints, ,Setting catchpoints}.
c906108c 2342
6d2ebf8b 2343@node Stopping
c906108c
SS
2344@chapter Stopping and Continuing
2345
2346The principal purposes of using a debugger are so that you can stop your
2347program before it terminates; or so that, if your program runs into
2348trouble, you can investigate and find out why.
2349
7a292a7a
SS
2350Inside @value{GDBN}, your program may stop for any of several reasons,
2351such as a signal, a breakpoint, or reaching a new line after a
2352@value{GDBN} command such as @code{step}. You may then examine and
2353change variables, set new breakpoints or remove old ones, and then
2354continue execution. Usually, the messages shown by @value{GDBN} provide
2355ample explanation of the status of your program---but you can also
2356explicitly request this information at any time.
c906108c
SS
2357
2358@table @code
2359@kindex info program
2360@item info program
2361Display information about the status of your program: whether it is
7a292a7a 2362running or not, what process it is, and why it stopped.
c906108c
SS
2363@end table
2364
2365@menu
2366* Breakpoints:: Breakpoints, watchpoints, and catchpoints
2367* Continuing and Stepping:: Resuming execution
c906108c 2368* Signals:: Signals
c906108c 2369* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
2370@end menu
2371
6d2ebf8b 2372@node Breakpoints
c906108c
SS
2373@section Breakpoints, watchpoints, and catchpoints
2374
2375@cindex breakpoints
2376A @dfn{breakpoint} makes your program stop whenever a certain point in
2377the program is reached. For each breakpoint, you can add conditions to
2378control in finer detail whether your program stops. You can set
2379breakpoints with the @code{break} command and its variants (@pxref{Set
2380Breaks, ,Setting breakpoints}), to specify the place where your program
2381should stop by line number, function name or exact address in the
2382program.
2383
2384In HP-UX, SunOS 4.x, SVR4, and Alpha OSF/1 configurations, you can set
2385breakpoints in shared libraries before the executable is run. There is
2386a minor limitation on HP-UX systems: you must wait until the executable
2387is run in order to set breakpoints in shared library routines that are
2388not called directly by the program (for example, routines that are
2389arguments in a @code{pthread_create} call).
2390
2391@cindex watchpoints
2392@cindex memory tracing
2393@cindex breakpoint on memory address
2394@cindex breakpoint on variable modification
2395A @dfn{watchpoint} is a special breakpoint that stops your program
2396when the value of an expression changes. You must use a different
2397command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2398watchpoints}), but aside from that, you can manage a watchpoint like
2399any other breakpoint: you enable, disable, and delete both breakpoints
2400and watchpoints using the same commands.
2401
2402You can arrange to have values from your program displayed automatically
2403whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2404Automatic display}.
2405
2406@cindex catchpoints
2407@cindex breakpoint on events
2408A @dfn{catchpoint} is another special breakpoint that stops your program
b37052ae 2409when a certain kind of event occurs, such as the throwing of a C@t{++}
c906108c
SS
2410exception or the loading of a library. As with watchpoints, you use a
2411different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2412catchpoints}), but aside from that, you can manage a catchpoint like any
2413other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 2414@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
2415
2416@cindex breakpoint numbers
2417@cindex numbers for breakpoints
2418@value{GDBN} assigns a number to each breakpoint, watchpoint, or
2419catchpoint when you create it; these numbers are successive integers
2420starting with one. In many of the commands for controlling various
2421features of breakpoints you use the breakpoint number to say which
2422breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2423@dfn{disabled}; if disabled, it has no effect on your program until you
2424enable it again.
2425
c5394b80
JM
2426@cindex breakpoint ranges
2427@cindex ranges of breakpoints
2428Some @value{GDBN} commands accept a range of breakpoints on which to
2429operate. A breakpoint range is either a single breakpoint number, like
2430@samp{5}, or two such numbers, in increasing order, separated by a
2431hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2432all breakpoint in that range are operated on.
2433
c906108c
SS
2434@menu
2435* Set Breaks:: Setting breakpoints
2436* Set Watchpoints:: Setting watchpoints
2437* Set Catchpoints:: Setting catchpoints
2438* Delete Breaks:: Deleting breakpoints
2439* Disabling:: Disabling breakpoints
2440* Conditions:: Break conditions
2441* Break Commands:: Breakpoint command lists
c906108c 2442* Breakpoint Menus:: Breakpoint menus
d4f3574e 2443* Error in Breakpoints:: ``Cannot insert breakpoints''
e4d5f7e1 2444* Breakpoint related warnings:: ``Breakpoint address adjusted...''
c906108c
SS
2445@end menu
2446
6d2ebf8b 2447@node Set Breaks
c906108c
SS
2448@subsection Setting breakpoints
2449
5d161b24 2450@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
2451@c consider in particular declaration with/without initialization.
2452@c
2453@c FIXME 2 is there stuff on this already? break at fun start, already init?
2454
2455@kindex break
41afff9a
EZ
2456@kindex b @r{(@code{break})}
2457@vindex $bpnum@r{, convenience variable}
c906108c
SS
2458@cindex latest breakpoint
2459Breakpoints are set with the @code{break} command (abbreviated
5d161b24 2460@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 2461number of the breakpoint you've set most recently; see @ref{Convenience
c906108c
SS
2462Vars,, Convenience variables}, for a discussion of what you can do with
2463convenience variables.
2464
2465You have several ways to say where the breakpoint should go.
2466
2467@table @code
2468@item break @var{function}
5d161b24 2469Set a breakpoint at entry to function @var{function}.
c906108c 2470When using source languages that permit overloading of symbols, such as
b37052ae 2471C@t{++}, @var{function} may refer to more than one possible place to break.
c906108c 2472@xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
c906108c
SS
2473
2474@item break +@var{offset}
2475@itemx break -@var{offset}
2476Set a breakpoint some number of lines forward or back from the position
d4f3574e 2477at which execution stopped in the currently selected @dfn{stack frame}.
2df3850c 2478(@xref{Frames, ,Frames}, for a description of stack frames.)
c906108c
SS
2479
2480@item break @var{linenum}
2481Set a breakpoint at line @var{linenum} in the current source file.
d4f3574e
SS
2482The current source file is the last file whose source text was printed.
2483The breakpoint will stop your program just before it executes any of the
c906108c
SS
2484code on that line.
2485
2486@item break @var{filename}:@var{linenum}
2487Set a breakpoint at line @var{linenum} in source file @var{filename}.
2488
2489@item break @var{filename}:@var{function}
2490Set a breakpoint at entry to function @var{function} found in file
2491@var{filename}. Specifying a file name as well as a function name is
2492superfluous except when multiple files contain similarly named
2493functions.
2494
2495@item break *@var{address}
2496Set a breakpoint at address @var{address}. You can use this to set
2497breakpoints in parts of your program which do not have debugging
2498information or source files.
2499
2500@item break
2501When called without any arguments, @code{break} sets a breakpoint at
2502the next instruction to be executed in the selected stack frame
2503(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2504innermost, this makes your program stop as soon as control
2505returns to that frame. This is similar to the effect of a
2506@code{finish} command in the frame inside the selected frame---except
2507that @code{finish} does not leave an active breakpoint. If you use
2508@code{break} without an argument in the innermost frame, @value{GDBN} stops
2509the next time it reaches the current location; this may be useful
2510inside loops.
2511
2512@value{GDBN} normally ignores breakpoints when it resumes execution, until at
2513least one instruction has been executed. If it did not do this, you
2514would be unable to proceed past a breakpoint without first disabling the
2515breakpoint. This rule applies whether or not the breakpoint already
2516existed when your program stopped.
2517
2518@item break @dots{} if @var{cond}
2519Set a breakpoint with condition @var{cond}; evaluate the expression
2520@var{cond} each time the breakpoint is reached, and stop only if the
2521value is nonzero---that is, if @var{cond} evaluates as true.
2522@samp{@dots{}} stands for one of the possible arguments described
2523above (or no argument) specifying where to break. @xref{Conditions,
2524,Break conditions}, for more information on breakpoint conditions.
2525
2526@kindex tbreak
2527@item tbreak @var{args}
2528Set a breakpoint enabled only for one stop. @var{args} are the
2529same as for the @code{break} command, and the breakpoint is set in the same
2530way, but the breakpoint is automatically deleted after the first time your
2531program stops there. @xref{Disabling, ,Disabling breakpoints}.
2532
c906108c
SS
2533@kindex hbreak
2534@item hbreak @var{args}
d4f3574e
SS
2535Set a hardware-assisted breakpoint. @var{args} are the same as for the
2536@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
2537breakpoint requires hardware support and some target hardware may not
2538have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
2539debugging, so you can set a breakpoint at an instruction without
2540changing the instruction. This can be used with the new trap-generation
2541provided by SPARClite DSU and some x86-based targets. These targets
2542will generate traps when a program accesses some data or instruction
2543address that is assigned to the debug registers. However the hardware
2544breakpoint registers can take a limited number of breakpoints. For
2545example, on the DSU, only two data breakpoints can be set at a time, and
2546@value{GDBN} will reject this command if more than two are used. Delete
2547or disable unused hardware breakpoints before setting new ones
2548(@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
501eef12
AC
2549@xref{set remote hardware-breakpoint-limit}.
2550
c906108c
SS
2551
2552@kindex thbreak
2553@item thbreak @var{args}
2554Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2555are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 2556the same way. However, like the @code{tbreak} command,
c906108c
SS
2557the breakpoint is automatically deleted after the
2558first time your program stops there. Also, like the @code{hbreak}
5d161b24
DB
2559command, the breakpoint requires hardware support and some target hardware
2560may not have this support. @xref{Disabling, ,Disabling breakpoints}.
d4f3574e 2561See also @ref{Conditions, ,Break conditions}.
c906108c
SS
2562
2563@kindex rbreak
2564@cindex regular expression
2565@item rbreak @var{regex}
c906108c 2566Set breakpoints on all functions matching the regular expression
11cf8741
JM
2567@var{regex}. This command sets an unconditional breakpoint on all
2568matches, printing a list of all breakpoints it set. Once these
2569breakpoints are set, they are treated just like the breakpoints set with
2570the @code{break} command. You can delete them, disable them, or make
2571them conditional the same way as any other breakpoint.
2572
2573The syntax of the regular expression is the standard one used with tools
2574like @file{grep}. Note that this is different from the syntax used by
2575shells, so for instance @code{foo*} matches all functions that include
2576an @code{fo} followed by zero or more @code{o}s. There is an implicit
2577@code{.*} leading and trailing the regular expression you supply, so to
2578match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 2579
b37052ae 2580When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
2581breakpoints on overloaded functions that are not members of any special
2582classes.
c906108c
SS
2583
2584@kindex info breakpoints
2585@cindex @code{$_} and @code{info breakpoints}
2586@item info breakpoints @r{[}@var{n}@r{]}
2587@itemx info break @r{[}@var{n}@r{]}
2588@itemx info watchpoints @r{[}@var{n}@r{]}
2589Print a table of all breakpoints, watchpoints, and catchpoints set and
2590not deleted, with the following columns for each breakpoint:
2591
2592@table @emph
2593@item Breakpoint Numbers
2594@item Type
2595Breakpoint, watchpoint, or catchpoint.
2596@item Disposition
2597Whether the breakpoint is marked to be disabled or deleted when hit.
2598@item Enabled or Disabled
2599Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2600that are not enabled.
2601@item Address
2df3850c 2602Where the breakpoint is in your program, as a memory address.
c906108c
SS
2603@item What
2604Where the breakpoint is in the source for your program, as a file and
2605line number.
2606@end table
2607
2608@noindent
2609If a breakpoint is conditional, @code{info break} shows the condition on
2610the line following the affected breakpoint; breakpoint commands, if any,
2611are listed after that.
2612
2613@noindent
2614@code{info break} with a breakpoint
2615number @var{n} as argument lists only that breakpoint. The
2616convenience variable @code{$_} and the default examining-address for
2617the @code{x} command are set to the address of the last breakpoint
5d161b24 2618listed (@pxref{Memory, ,Examining memory}).
c906108c
SS
2619
2620@noindent
2621@code{info break} displays a count of the number of times the breakpoint
2622has been hit. This is especially useful in conjunction with the
2623@code{ignore} command. You can ignore a large number of breakpoint
2624hits, look at the breakpoint info to see how many times the breakpoint
2625was hit, and then run again, ignoring one less than that number. This
2626will get you quickly to the last hit of that breakpoint.
2627@end table
2628
2629@value{GDBN} allows you to set any number of breakpoints at the same place in
2630your program. There is nothing silly or meaningless about this. When
2631the breakpoints are conditional, this is even useful
2632(@pxref{Conditions, ,Break conditions}).
2633
2634@cindex negative breakpoint numbers
2635@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
2636@value{GDBN} itself sometimes sets breakpoints in your program for
2637special purposes, such as proper handling of @code{longjmp} (in C
2638programs). These internal breakpoints are assigned negative numbers,
2639starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 2640You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 2641@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
2642
2643
6d2ebf8b 2644@node Set Watchpoints
c906108c
SS
2645@subsection Setting watchpoints
2646
2647@cindex setting watchpoints
2648@cindex software watchpoints
2649@cindex hardware watchpoints
2650You can use a watchpoint to stop execution whenever the value of an
2651expression changes, without having to predict a particular place where
2652this may happen.
2653
2654Depending on your system, watchpoints may be implemented in software or
2df3850c 2655hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
2656program and testing the variable's value each time, which is hundreds of
2657times slower than normal execution. (But this may still be worth it, to
2658catch errors where you have no clue what part of your program is the
2659culprit.)
2660
1104b9e7 2661On some systems, such as HP-UX, @sc{gnu}/Linux and some other x86-based targets,
2df3850c 2662@value{GDBN} includes support for
c906108c
SS
2663hardware watchpoints, which do not slow down the running of your
2664program.
2665
2666@table @code
2667@kindex watch
2668@item watch @var{expr}
2669Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2670is written into by the program and its value changes.
2671
2672@kindex rwatch
2673@item rwatch @var{expr}
2674Set a watchpoint that will break when watch @var{expr} is read by the program.
c906108c
SS
2675
2676@kindex awatch
2677@item awatch @var{expr}
2df3850c 2678Set a watchpoint that will break when @var{expr} is either read or written into
7be570e7 2679by the program.
c906108c
SS
2680
2681@kindex info watchpoints
2682@item info watchpoints
2683This command prints a list of watchpoints, breakpoints, and catchpoints;
2684it is the same as @code{info break}.
2685@end table
2686
2687@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2688watchpoints execute very quickly, and the debugger reports a change in
2689value at the exact instruction where the change occurs. If @value{GDBN}
2690cannot set a hardware watchpoint, it sets a software watchpoint, which
2691executes more slowly and reports the change in value at the next
2692statement, not the instruction, after the change occurs.
2693
2694When you issue the @code{watch} command, @value{GDBN} reports
2695
474c8240 2696@smallexample
c906108c 2697Hardware watchpoint @var{num}: @var{expr}
474c8240 2698@end smallexample
c906108c
SS
2699
2700@noindent
2701if it was able to set a hardware watchpoint.
2702
7be570e7
JM
2703Currently, the @code{awatch} and @code{rwatch} commands can only set
2704hardware watchpoints, because accesses to data that don't change the
2705value of the watched expression cannot be detected without examining
2706every instruction as it is being executed, and @value{GDBN} does not do
2707that currently. If @value{GDBN} finds that it is unable to set a
2708hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2709will print a message like this:
2710
2711@smallexample
2712Expression cannot be implemented with read/access watchpoint.
2713@end smallexample
2714
2715Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2716data type of the watched expression is wider than what a hardware
2717watchpoint on the target machine can handle. For example, some systems
2718can only watch regions that are up to 4 bytes wide; on such systems you
2719cannot set hardware watchpoints for an expression that yields a
2720double-precision floating-point number (which is typically 8 bytes
2721wide). As a work-around, it might be possible to break the large region
2722into a series of smaller ones and watch them with separate watchpoints.
2723
2724If you set too many hardware watchpoints, @value{GDBN} might be unable
2725to insert all of them when you resume the execution of your program.
2726Since the precise number of active watchpoints is unknown until such
2727time as the program is about to be resumed, @value{GDBN} might not be
2728able to warn you about this when you set the watchpoints, and the
2729warning will be printed only when the program is resumed:
2730
2731@smallexample
2732Hardware watchpoint @var{num}: Could not insert watchpoint
2733@end smallexample
2734
2735@noindent
2736If this happens, delete or disable some of the watchpoints.
2737
2738The SPARClite DSU will generate traps when a program accesses some data
2739or instruction address that is assigned to the debug registers. For the
2740data addresses, DSU facilitates the @code{watch} command. However the
2741hardware breakpoint registers can only take two data watchpoints, and
2742both watchpoints must be the same kind. For example, you can set two
2743watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2744@strong{or} two with @code{awatch} commands, but you cannot set one
2745watchpoint with one command and the other with a different command.
c906108c
SS
2746@value{GDBN} will reject the command if you try to mix watchpoints.
2747Delete or disable unused watchpoint commands before setting new ones.
2748
2749If you call a function interactively using @code{print} or @code{call},
2df3850c 2750any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
2751kind of breakpoint or the call completes.
2752
7be570e7
JM
2753@value{GDBN} automatically deletes watchpoints that watch local
2754(automatic) variables, or expressions that involve such variables, when
2755they go out of scope, that is, when the execution leaves the block in
2756which these variables were defined. In particular, when the program
2757being debugged terminates, @emph{all} local variables go out of scope,
2758and so only watchpoints that watch global variables remain set. If you
2759rerun the program, you will need to set all such watchpoints again. One
2760way of doing that would be to set a code breakpoint at the entry to the
2761@code{main} function and when it breaks, set all the watchpoints.
2762
c906108c
SS
2763@quotation
2764@cindex watchpoints and threads
2765@cindex threads and watchpoints
c906108c
SS
2766@emph{Warning:} In multi-thread programs, watchpoints have only limited
2767usefulness. With the current watchpoint implementation, @value{GDBN}
2768can only watch the value of an expression @emph{in a single thread}. If
2769you are confident that the expression can only change due to the current
2770thread's activity (and if you are also confident that no other thread
2771can become current), then you can use watchpoints as usual. However,
2772@value{GDBN} may not notice when a non-current thread's activity changes
2773the expression.
53a5351d 2774
d4f3574e 2775@c FIXME: this is almost identical to the previous paragraph.
53a5351d
JM
2776@emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2777have only limited usefulness. If @value{GDBN} creates a software
2778watchpoint, it can only watch the value of an expression @emph{in a
2779single thread}. If you are confident that the expression can only
2780change due to the current thread's activity (and if you are also
2781confident that no other thread can become current), then you can use
2782software watchpoints as usual. However, @value{GDBN} may not notice
2783when a non-current thread's activity changes the expression. (Hardware
2784watchpoints, in contrast, watch an expression in all threads.)
c906108c 2785@end quotation
c906108c 2786
501eef12
AC
2787@xref{set remote hardware-watchpoint-limit}.
2788
6d2ebf8b 2789@node Set Catchpoints
c906108c 2790@subsection Setting catchpoints
d4f3574e 2791@cindex catchpoints, setting
c906108c
SS
2792@cindex exception handlers
2793@cindex event handling
2794
2795You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 2796kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
2797shared library. Use the @code{catch} command to set a catchpoint.
2798
2799@table @code
2800@kindex catch
2801@item catch @var{event}
2802Stop when @var{event} occurs. @var{event} can be any of the following:
2803@table @code
2804@item throw
2805@kindex catch throw
b37052ae 2806The throwing of a C@t{++} exception.
c906108c
SS
2807
2808@item catch
2809@kindex catch catch
b37052ae 2810The catching of a C@t{++} exception.
c906108c
SS
2811
2812@item exec
2813@kindex catch exec
2814A call to @code{exec}. This is currently only available for HP-UX.
2815
2816@item fork
2817@kindex catch fork
2818A call to @code{fork}. This is currently only available for HP-UX.
2819
2820@item vfork
2821@kindex catch vfork
2822A call to @code{vfork}. This is currently only available for HP-UX.
2823
2824@item load
2825@itemx load @var{libname}
2826@kindex catch load
2827The dynamic loading of any shared library, or the loading of the library
2828@var{libname}. This is currently only available for HP-UX.
2829
2830@item unload
2831@itemx unload @var{libname}
2832@kindex catch unload
2833The unloading of any dynamically loaded shared library, or the unloading
2834of the library @var{libname}. This is currently only available for HP-UX.
2835@end table
2836
2837@item tcatch @var{event}
2838Set a catchpoint that is enabled only for one stop. The catchpoint is
2839automatically deleted after the first time the event is caught.
2840
2841@end table
2842
2843Use the @code{info break} command to list the current catchpoints.
2844
b37052ae 2845There are currently some limitations to C@t{++} exception handling
c906108c
SS
2846(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2847
2848@itemize @bullet
2849@item
2850If you call a function interactively, @value{GDBN} normally returns
2851control to you when the function has finished executing. If the call
2852raises an exception, however, the call may bypass the mechanism that
2853returns control to you and cause your program either to abort or to
2854simply continue running until it hits a breakpoint, catches a signal
2855that @value{GDBN} is listening for, or exits. This is the case even if
2856you set a catchpoint for the exception; catchpoints on exceptions are
2857disabled within interactive calls.
2858
2859@item
2860You cannot raise an exception interactively.
2861
2862@item
2863You cannot install an exception handler interactively.
2864@end itemize
2865
2866@cindex raise exceptions
2867Sometimes @code{catch} is not the best way to debug exception handling:
2868if you need to know exactly where an exception is raised, it is better to
2869stop @emph{before} the exception handler is called, since that way you
2870can see the stack before any unwinding takes place. If you set a
2871breakpoint in an exception handler instead, it may not be easy to find
2872out where the exception was raised.
2873
2874To stop just before an exception handler is called, you need some
b37052ae 2875knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
c906108c
SS
2876raised by calling a library function named @code{__raise_exception}
2877which has the following ANSI C interface:
2878
474c8240 2879@smallexample
c906108c 2880 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
2881 @var{id} is the exception identifier. */
2882 void __raise_exception (void **addr, void *id);
474c8240 2883@end smallexample
c906108c
SS
2884
2885@noindent
2886To make the debugger catch all exceptions before any stack
2887unwinding takes place, set a breakpoint on @code{__raise_exception}
2888(@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
2889
2890With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
2891that depends on the value of @var{id}, you can stop your program when
2892a specific exception is raised. You can use multiple conditional
2893breakpoints to stop your program when any of a number of exceptions are
2894raised.
2895
2896
6d2ebf8b 2897@node Delete Breaks
c906108c
SS
2898@subsection Deleting breakpoints
2899
2900@cindex clearing breakpoints, watchpoints, catchpoints
2901@cindex deleting breakpoints, watchpoints, catchpoints
2902It is often necessary to eliminate a breakpoint, watchpoint, or
2903catchpoint once it has done its job and you no longer want your program
2904to stop there. This is called @dfn{deleting} the breakpoint. A
2905breakpoint that has been deleted no longer exists; it is forgotten.
2906
2907With the @code{clear} command you can delete breakpoints according to
2908where they are in your program. With the @code{delete} command you can
2909delete individual breakpoints, watchpoints, or catchpoints by specifying
2910their breakpoint numbers.
2911
2912It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
2913automatically ignores breakpoints on the first instruction to be executed
2914when you continue execution without changing the execution address.
2915
2916@table @code
2917@kindex clear
2918@item clear
2919Delete any breakpoints at the next instruction to be executed in the
2920selected stack frame (@pxref{Selection, ,Selecting a frame}). When
2921the innermost frame is selected, this is a good way to delete a
2922breakpoint where your program just stopped.
2923
2924@item clear @var{function}
2925@itemx clear @var{filename}:@var{function}
2926Delete any breakpoints set at entry to the function @var{function}.
2927
2928@item clear @var{linenum}
2929@itemx clear @var{filename}:@var{linenum}
2930Delete any breakpoints set at or within the code of the specified line.
2931
2932@cindex delete breakpoints
2933@kindex delete
41afff9a 2934@kindex d @r{(@code{delete})}
c5394b80
JM
2935@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2936Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
2937ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
2938breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
2939confirm off}). You can abbreviate this command as @code{d}.
2940@end table
2941
6d2ebf8b 2942@node Disabling
c906108c
SS
2943@subsection Disabling breakpoints
2944
2945@kindex disable breakpoints
2946@kindex enable breakpoints
2947Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
2948prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
2949it had been deleted, but remembers the information on the breakpoint so
2950that you can @dfn{enable} it again later.
2951
2952You disable and enable breakpoints, watchpoints, and catchpoints with
2953the @code{enable} and @code{disable} commands, optionally specifying one
2954or more breakpoint numbers as arguments. Use @code{info break} or
2955@code{info watch} to print a list of breakpoints, watchpoints, and
2956catchpoints if you do not know which numbers to use.
2957
2958A breakpoint, watchpoint, or catchpoint can have any of four different
2959states of enablement:
2960
2961@itemize @bullet
2962@item
2963Enabled. The breakpoint stops your program. A breakpoint set
2964with the @code{break} command starts out in this state.
2965@item
2966Disabled. The breakpoint has no effect on your program.
2967@item
2968Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 2969disabled.
c906108c
SS
2970@item
2971Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
2972immediately after it does so it is deleted permanently. A breakpoint
2973set with the @code{tbreak} command starts out in this state.
c906108c
SS
2974@end itemize
2975
2976You can use the following commands to enable or disable breakpoints,
2977watchpoints, and catchpoints:
2978
2979@table @code
2980@kindex disable breakpoints
2981@kindex disable
41afff9a 2982@kindex dis @r{(@code{disable})}
c5394b80 2983@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
2984Disable the specified breakpoints---or all breakpoints, if none are
2985listed. A disabled breakpoint has no effect but is not forgotten. All
2986options such as ignore-counts, conditions and commands are remembered in
2987case the breakpoint is enabled again later. You may abbreviate
2988@code{disable} as @code{dis}.
2989
2990@kindex enable breakpoints
2991@kindex enable
c5394b80 2992@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
2993Enable the specified breakpoints (or all defined breakpoints). They
2994become effective once again in stopping your program.
2995
c5394b80 2996@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
2997Enable the specified breakpoints temporarily. @value{GDBN} disables any
2998of these breakpoints immediately after stopping your program.
2999
c5394b80 3000@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
3001Enable the specified breakpoints to work once, then die. @value{GDBN}
3002deletes any of these breakpoints as soon as your program stops there.
3003@end table
3004
d4f3574e
SS
3005@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3006@c confusing: tbreak is also initially enabled.
c906108c
SS
3007Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3008,Setting breakpoints}), breakpoints that you set are initially enabled;
3009subsequently, they become disabled or enabled only when you use one of
3010the commands above. (The command @code{until} can set and delete a
3011breakpoint of its own, but it does not change the state of your other
3012breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3013stepping}.)
3014
6d2ebf8b 3015@node Conditions
c906108c
SS
3016@subsection Break conditions
3017@cindex conditional breakpoints
3018@cindex breakpoint conditions
3019
3020@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 3021@c in particular for a watchpoint?
c906108c
SS
3022The simplest sort of breakpoint breaks every time your program reaches a
3023specified place. You can also specify a @dfn{condition} for a
3024breakpoint. A condition is just a Boolean expression in your
3025programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
3026a condition evaluates the expression each time your program reaches it,
3027and your program stops only if the condition is @emph{true}.
3028
3029This is the converse of using assertions for program validation; in that
3030situation, you want to stop when the assertion is violated---that is,
3031when the condition is false. In C, if you want to test an assertion expressed
3032by the condition @var{assert}, you should set the condition
3033@samp{! @var{assert}} on the appropriate breakpoint.
3034
3035Conditions are also accepted for watchpoints; you may not need them,
3036since a watchpoint is inspecting the value of an expression anyhow---but
3037it might be simpler, say, to just set a watchpoint on a variable name,
3038and specify a condition that tests whether the new value is an interesting
3039one.
3040
3041Break conditions can have side effects, and may even call functions in
3042your program. This can be useful, for example, to activate functions
3043that log program progress, or to use your own print functions to
3044format special data structures. The effects are completely predictable
3045unless there is another enabled breakpoint at the same address. (In
3046that case, @value{GDBN} might see the other breakpoint first and stop your
3047program without checking the condition of this one.) Note that
d4f3574e
SS
3048breakpoint commands are usually more convenient and flexible than break
3049conditions for the
c906108c
SS
3050purpose of performing side effects when a breakpoint is reached
3051(@pxref{Break Commands, ,Breakpoint command lists}).
3052
3053Break conditions can be specified when a breakpoint is set, by using
3054@samp{if} in the arguments to the @code{break} command. @xref{Set
3055Breaks, ,Setting breakpoints}. They can also be changed at any time
3056with the @code{condition} command.
53a5351d 3057
c906108c
SS
3058You can also use the @code{if} keyword with the @code{watch} command.
3059The @code{catch} command does not recognize the @code{if} keyword;
3060@code{condition} is the only way to impose a further condition on a
3061catchpoint.
c906108c
SS
3062
3063@table @code
3064@kindex condition
3065@item condition @var{bnum} @var{expression}
3066Specify @var{expression} as the break condition for breakpoint,
3067watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3068breakpoint @var{bnum} stops your program only if the value of
3069@var{expression} is true (nonzero, in C). When you use
3070@code{condition}, @value{GDBN} checks @var{expression} immediately for
3071syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
3072referents in the context of your breakpoint. If @var{expression} uses
3073symbols not referenced in the context of the breakpoint, @value{GDBN}
3074prints an error message:
3075
474c8240 3076@smallexample
d4f3574e 3077No symbol "foo" in current context.
474c8240 3078@end smallexample
d4f3574e
SS
3079
3080@noindent
c906108c
SS
3081@value{GDBN} does
3082not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
3083command (or a command that sets a breakpoint with a condition, like
3084@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
3085
3086@item condition @var{bnum}
3087Remove the condition from breakpoint number @var{bnum}. It becomes
3088an ordinary unconditional breakpoint.
3089@end table
3090
3091@cindex ignore count (of breakpoint)
3092A special case of a breakpoint condition is to stop only when the
3093breakpoint has been reached a certain number of times. This is so
3094useful that there is a special way to do it, using the @dfn{ignore
3095count} of the breakpoint. Every breakpoint has an ignore count, which
3096is an integer. Most of the time, the ignore count is zero, and
3097therefore has no effect. But if your program reaches a breakpoint whose
3098ignore count is positive, then instead of stopping, it just decrements
3099the ignore count by one and continues. As a result, if the ignore count
3100value is @var{n}, the breakpoint does not stop the next @var{n} times
3101your program reaches it.
3102
3103@table @code
3104@kindex ignore
3105@item ignore @var{bnum} @var{count}
3106Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3107The next @var{count} times the breakpoint is reached, your program's
3108execution does not stop; other than to decrement the ignore count, @value{GDBN}
3109takes no action.
3110
3111To make the breakpoint stop the next time it is reached, specify
3112a count of zero.
3113
3114When you use @code{continue} to resume execution of your program from a
3115breakpoint, you can specify an ignore count directly as an argument to
3116@code{continue}, rather than using @code{ignore}. @xref{Continuing and
3117Stepping,,Continuing and stepping}.
3118
3119If a breakpoint has a positive ignore count and a condition, the
3120condition is not checked. Once the ignore count reaches zero,
3121@value{GDBN} resumes checking the condition.
3122
3123You could achieve the effect of the ignore count with a condition such
3124as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3125is decremented each time. @xref{Convenience Vars, ,Convenience
3126variables}.
3127@end table
3128
3129Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3130
3131
6d2ebf8b 3132@node Break Commands
c906108c
SS
3133@subsection Breakpoint command lists
3134
3135@cindex breakpoint commands
3136You can give any breakpoint (or watchpoint or catchpoint) a series of
3137commands to execute when your program stops due to that breakpoint. For
3138example, you might want to print the values of certain expressions, or
3139enable other breakpoints.
3140
3141@table @code
3142@kindex commands
3143@kindex end
3144@item commands @r{[}@var{bnum}@r{]}
3145@itemx @dots{} @var{command-list} @dots{}
3146@itemx end
3147Specify a list of commands for breakpoint number @var{bnum}. The commands
3148themselves appear on the following lines. Type a line containing just
3149@code{end} to terminate the commands.
3150
3151To remove all commands from a breakpoint, type @code{commands} and
3152follow it immediately with @code{end}; that is, give no commands.
3153
3154With no @var{bnum} argument, @code{commands} refers to the last
3155breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3156recently encountered).
3157@end table
3158
3159Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3160disabled within a @var{command-list}.
3161
3162You can use breakpoint commands to start your program up again. Simply
3163use the @code{continue} command, or @code{step}, or any other command
3164that resumes execution.
3165
3166Any other commands in the command list, after a command that resumes
3167execution, are ignored. This is because any time you resume execution
3168(even with a simple @code{next} or @code{step}), you may encounter
3169another breakpoint---which could have its own command list, leading to
3170ambiguities about which list to execute.
3171
3172@kindex silent
3173If the first command you specify in a command list is @code{silent}, the
3174usual message about stopping at a breakpoint is not printed. This may
3175be desirable for breakpoints that are to print a specific message and
3176then continue. If none of the remaining commands print anything, you
3177see no sign that the breakpoint was reached. @code{silent} is
3178meaningful only at the beginning of a breakpoint command list.
3179
3180The commands @code{echo}, @code{output}, and @code{printf} allow you to
3181print precisely controlled output, and are often useful in silent
3182breakpoints. @xref{Output, ,Commands for controlled output}.
3183
3184For example, here is how you could use breakpoint commands to print the
3185value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3186
474c8240 3187@smallexample
c906108c
SS
3188break foo if x>0
3189commands
3190silent
3191printf "x is %d\n",x
3192cont
3193end
474c8240 3194@end smallexample
c906108c
SS
3195
3196One application for breakpoint commands is to compensate for one bug so
3197you can test for another. Put a breakpoint just after the erroneous line
3198of code, give it a condition to detect the case in which something
3199erroneous has been done, and give it commands to assign correct values
3200to any variables that need them. End with the @code{continue} command
3201so that your program does not stop, and start with the @code{silent}
3202command so that no output is produced. Here is an example:
3203
474c8240 3204@smallexample
c906108c
SS
3205break 403
3206commands
3207silent
3208set x = y + 4
3209cont
3210end
474c8240 3211@end smallexample
c906108c 3212
6d2ebf8b 3213@node Breakpoint Menus
c906108c
SS
3214@subsection Breakpoint menus
3215@cindex overloading
3216@cindex symbol overloading
3217
b37303ee
AF
3218Some programming languages (notably C@t{++} and Objective-C) permit a
3219single function name
c906108c
SS
3220to be defined several times, for application in different contexts.
3221This is called @dfn{overloading}. When a function name is overloaded,
3222@samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3223a breakpoint. If you realize this is a problem, you can use
3224something like @samp{break @var{function}(@var{types})} to specify which
3225particular version of the function you want. Otherwise, @value{GDBN} offers
3226you a menu of numbered choices for different possible breakpoints, and
3227waits for your selection with the prompt @samp{>}. The first two
3228options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3229sets a breakpoint at each definition of @var{function}, and typing
3230@kbd{0} aborts the @code{break} command without setting any new
3231breakpoints.
3232
3233For example, the following session excerpt shows an attempt to set a
3234breakpoint at the overloaded symbol @code{String::after}.
3235We choose three particular definitions of that function name:
3236
3237@c FIXME! This is likely to change to show arg type lists, at least
3238@smallexample
3239@group
3240(@value{GDBP}) b String::after
3241[0] cancel
3242[1] all
3243[2] file:String.cc; line number:867
3244[3] file:String.cc; line number:860
3245[4] file:String.cc; line number:875
3246[5] file:String.cc; line number:853
3247[6] file:String.cc; line number:846
3248[7] file:String.cc; line number:735
3249> 2 4 6
3250Breakpoint 1 at 0xb26c: file String.cc, line 867.
3251Breakpoint 2 at 0xb344: file String.cc, line 875.
3252Breakpoint 3 at 0xafcc: file String.cc, line 846.
3253Multiple breakpoints were set.
3254Use the "delete" command to delete unwanted
3255 breakpoints.
3256(@value{GDBP})
3257@end group
3258@end smallexample
c906108c
SS
3259
3260@c @ifclear BARETARGET
6d2ebf8b 3261@node Error in Breakpoints
d4f3574e 3262@subsection ``Cannot insert breakpoints''
c906108c
SS
3263@c
3264@c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3265@c
d4f3574e
SS
3266Under some operating systems, breakpoints cannot be used in a program if
3267any other process is running that program. In this situation,
5d161b24 3268attempting to run or continue a program with a breakpoint causes
d4f3574e
SS
3269@value{GDBN} to print an error message:
3270
474c8240 3271@smallexample
d4f3574e
SS
3272Cannot insert breakpoints.
3273The same program may be running in another process.
474c8240 3274@end smallexample
d4f3574e
SS
3275
3276When this happens, you have three ways to proceed:
3277
3278@enumerate
3279@item
3280Remove or disable the breakpoints, then continue.
3281
3282@item
5d161b24 3283Suspend @value{GDBN}, and copy the file containing your program to a new
d4f3574e 3284name. Resume @value{GDBN} and use the @code{exec-file} command to specify
5d161b24 3285that @value{GDBN} should run your program under that name.
d4f3574e
SS
3286Then start your program again.
3287
3288@item
3289Relink your program so that the text segment is nonsharable, using the
3290linker option @samp{-N}. The operating system limitation may not apply
3291to nonsharable executables.
3292@end enumerate
c906108c
SS
3293@c @end ifclear
3294
d4f3574e
SS
3295A similar message can be printed if you request too many active
3296hardware-assisted breakpoints and watchpoints:
3297
3298@c FIXME: the precise wording of this message may change; the relevant
3299@c source change is not committed yet (Sep 3, 1999).
3300@smallexample
3301Stopped; cannot insert breakpoints.
3302You may have requested too many hardware breakpoints and watchpoints.
3303@end smallexample
3304
3305@noindent
3306This message is printed when you attempt to resume the program, since
3307only then @value{GDBN} knows exactly how many hardware breakpoints and
3308watchpoints it needs to insert.
3309
3310When this message is printed, you need to disable or remove some of the
3311hardware-assisted breakpoints and watchpoints, and then continue.
3312
1485d690
KB
3313@node Breakpoint related warnings
3314@subsection ``Breakpoint address adjusted...''
3315@cindex breakpoint address adjusted
3316
3317Some processor architectures place constraints on the addresses at
3318which breakpoints may be placed. For architectures thus constrained,
3319@value{GDBN} will attempt to adjust the breakpoint's address to comply
3320with the constraints dictated by the architecture.
3321
3322One example of such an architecture is the Fujitsu FR-V. The FR-V is
3323a VLIW architecture in which a number of RISC-like instructions may be
3324bundled together for parallel execution. The FR-V architecture
3325constrains the location of a breakpoint instruction within such a
3326bundle to the instruction with the lowest address. @value{GDBN}
3327honors this constraint by adjusting a breakpoint's address to the
3328first in the bundle.
3329
3330It is not uncommon for optimized code to have bundles which contain
3331instructions from different source statements, thus it may happen that
3332a breakpoint's address will be adjusted from one source statement to
3333another. Since this adjustment may significantly alter @value{GDBN}'s
3334breakpoint related behavior from what the user expects, a warning is
3335printed when the breakpoint is first set and also when the breakpoint
3336is hit.
3337
3338A warning like the one below is printed when setting a breakpoint
3339that's been subject to address adjustment:
3340
3341@smallexample
3342warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3343@end smallexample
3344
3345Such warnings are printed both for user settable and @value{GDBN}'s
3346internal breakpoints. If you see one of these warnings, you should
3347verify that a breakpoint set at the adjusted address will have the
3348desired affect. If not, the breakpoint in question may be removed and
3349other breakpoints may be set which will have the desired behavior.
3350E.g., it may be sufficient to place the breakpoint at a later
3351instruction. A conditional breakpoint may also be useful in some
3352cases to prevent the breakpoint from triggering too often.
3353
3354@value{GDBN} will also issue a warning when stopping at one of these
3355adjusted breakpoints:
3356
3357@smallexample
3358warning: Breakpoint 1 address previously adjusted from 0x00010414
3359to 0x00010410.
3360@end smallexample
3361
3362When this warning is encountered, it may be too late to take remedial
3363action except in cases where the breakpoint is hit earlier or more
3364frequently than expected.
d4f3574e 3365
6d2ebf8b 3366@node Continuing and Stepping
c906108c
SS
3367@section Continuing and stepping
3368
3369@cindex stepping
3370@cindex continuing
3371@cindex resuming execution
3372@dfn{Continuing} means resuming program execution until your program
3373completes normally. In contrast, @dfn{stepping} means executing just
3374one more ``step'' of your program, where ``step'' may mean either one
3375line of source code, or one machine instruction (depending on what
7a292a7a
SS
3376particular command you use). Either when continuing or when stepping,
3377your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
3378it stops due to a signal, you may want to use @code{handle}, or use
3379@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
3380
3381@table @code
3382@kindex continue
41afff9a
EZ
3383@kindex c @r{(@code{continue})}
3384@kindex fg @r{(resume foreground execution)}
c906108c
SS
3385@item continue @r{[}@var{ignore-count}@r{]}
3386@itemx c @r{[}@var{ignore-count}@r{]}
3387@itemx fg @r{[}@var{ignore-count}@r{]}
3388Resume program execution, at the address where your program last stopped;
3389any breakpoints set at that address are bypassed. The optional argument
3390@var{ignore-count} allows you to specify a further number of times to
3391ignore a breakpoint at this location; its effect is like that of
3392@code{ignore} (@pxref{Conditions, ,Break conditions}).
3393
3394The argument @var{ignore-count} is meaningful only when your program
3395stopped due to a breakpoint. At other times, the argument to
3396@code{continue} is ignored.
3397
d4f3574e
SS
3398The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3399debugged program is deemed to be the foreground program) are provided
3400purely for convenience, and have exactly the same behavior as
3401@code{continue}.
c906108c
SS
3402@end table
3403
3404To resume execution at a different place, you can use @code{return}
3405(@pxref{Returning, ,Returning from a function}) to go back to the
3406calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3407different address}) to go to an arbitrary location in your program.
3408
3409A typical technique for using stepping is to set a breakpoint
3410(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3411beginning of the function or the section of your program where a problem
3412is believed to lie, run your program until it stops at that breakpoint,
3413and then step through the suspect area, examining the variables that are
3414interesting, until you see the problem happen.
3415
3416@table @code
3417@kindex step
41afff9a 3418@kindex s @r{(@code{step})}
c906108c
SS
3419@item step
3420Continue running your program until control reaches a different source
3421line, then stop it and return control to @value{GDBN}. This command is
3422abbreviated @code{s}.
3423
3424@quotation
3425@c "without debugging information" is imprecise; actually "without line
3426@c numbers in the debugging information". (gcc -g1 has debugging info but
3427@c not line numbers). But it seems complex to try to make that
3428@c distinction here.
3429@emph{Warning:} If you use the @code{step} command while control is
3430within a function that was compiled without debugging information,
3431execution proceeds until control reaches a function that does have
3432debugging information. Likewise, it will not step into a function which
3433is compiled without debugging information. To step through functions
3434without debugging information, use the @code{stepi} command, described
3435below.
3436@end quotation
3437
4a92d011
EZ
3438The @code{step} command only stops at the first instruction of a source
3439line. This prevents the multiple stops that could otherwise occur in
3440@code{switch} statements, @code{for} loops, etc. @code{step} continues
3441to stop if a function that has debugging information is called within
3442the line. In other words, @code{step} @emph{steps inside} any functions
3443called within the line.
c906108c 3444
d4f3574e
SS
3445Also, the @code{step} command only enters a function if there is line
3446number information for the function. Otherwise it acts like the
5d161b24 3447@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 3448on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 3449was any debugging information about the routine.
c906108c
SS
3450
3451@item step @var{count}
3452Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
3453breakpoint is reached, or a signal not related to stepping occurs before
3454@var{count} steps, stepping stops right away.
c906108c
SS
3455
3456@kindex next
41afff9a 3457@kindex n @r{(@code{next})}
c906108c
SS
3458@item next @r{[}@var{count}@r{]}
3459Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
3460This is similar to @code{step}, but function calls that appear within
3461the line of code are executed without stopping. Execution stops when
3462control reaches a different line of code at the original stack level
3463that was executing when you gave the @code{next} command. This command
3464is abbreviated @code{n}.
c906108c
SS
3465
3466An argument @var{count} is a repeat count, as for @code{step}.
3467
3468
3469@c FIX ME!! Do we delete this, or is there a way it fits in with
3470@c the following paragraph? --- Vctoria
3471@c
3472@c @code{next} within a function that lacks debugging information acts like
3473@c @code{step}, but any function calls appearing within the code of the
3474@c function are executed without stopping.
3475
d4f3574e
SS
3476The @code{next} command only stops at the first instruction of a
3477source line. This prevents multiple stops that could otherwise occur in
4a92d011 3478@code{switch} statements, @code{for} loops, etc.
c906108c 3479
b90a5f51
CF
3480@kindex set step-mode
3481@item set step-mode
3482@cindex functions without line info, and stepping
3483@cindex stepping into functions with no line info
3484@itemx set step-mode on
4a92d011 3485The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
3486stop at the first instruction of a function which contains no debug line
3487information rather than stepping over it.
3488
4a92d011
EZ
3489This is useful in cases where you may be interested in inspecting the
3490machine instructions of a function which has no symbolic info and do not
3491want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
3492
3493@item set step-mode off
4a92d011 3494Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
3495debug information. This is the default.
3496
c906108c
SS
3497@kindex finish
3498@item finish
3499Continue running until just after function in the selected stack frame
3500returns. Print the returned value (if any).
3501
3502Contrast this with the @code{return} command (@pxref{Returning,
3503,Returning from a function}).
3504
3505@kindex until
41afff9a 3506@kindex u @r{(@code{until})}
c906108c
SS
3507@item until
3508@itemx u
3509Continue running until a source line past the current line, in the
3510current stack frame, is reached. This command is used to avoid single
3511stepping through a loop more than once. It is like the @code{next}
3512command, except that when @code{until} encounters a jump, it
3513automatically continues execution until the program counter is greater
3514than the address of the jump.
3515
3516This means that when you reach the end of a loop after single stepping
3517though it, @code{until} makes your program continue execution until it
3518exits the loop. In contrast, a @code{next} command at the end of a loop
3519simply steps back to the beginning of the loop, which forces you to step
3520through the next iteration.
3521
3522@code{until} always stops your program if it attempts to exit the current
3523stack frame.
3524
3525@code{until} may produce somewhat counterintuitive results if the order
3526of machine code does not match the order of the source lines. For
3527example, in the following excerpt from a debugging session, the @code{f}
3528(@code{frame}) command shows that execution is stopped at line
3529@code{206}; yet when we use @code{until}, we get to line @code{195}:
3530
474c8240 3531@smallexample
c906108c
SS
3532(@value{GDBP}) f
3533#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3534206 expand_input();
3535(@value{GDBP}) until
3536195 for ( ; argc > 0; NEXTARG) @{
474c8240 3537@end smallexample
c906108c
SS
3538
3539This happened because, for execution efficiency, the compiler had
3540generated code for the loop closure test at the end, rather than the
3541start, of the loop---even though the test in a C @code{for}-loop is
3542written before the body of the loop. The @code{until} command appeared
3543to step back to the beginning of the loop when it advanced to this
3544expression; however, it has not really gone to an earlier
3545statement---not in terms of the actual machine code.
3546
3547@code{until} with no argument works by means of single
3548instruction stepping, and hence is slower than @code{until} with an
3549argument.
3550
3551@item until @var{location}
3552@itemx u @var{location}
3553Continue running your program until either the specified location is
3554reached, or the current stack frame returns. @var{location} is any of
3555the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
c60eb6f1
EZ
3556,Setting breakpoints}). This form of the command uses breakpoints, and
3557hence is quicker than @code{until} without an argument. The specified
3558location is actually reached only if it is in the current frame. This
3559implies that @code{until} can be used to skip over recursive function
3560invocations. For instance in the code below, if the current location is
3561line @code{96}, issuing @code{until 99} will execute the program up to
3562line @code{99} in the same invocation of factorial, i.e. after the inner
3563invocations have returned.
3564
3565@smallexample
356694 int factorial (int value)
356795 @{
356896 if (value > 1) @{
356997 value *= factorial (value - 1);
357098 @}
357199 return (value);
3572100 @}
3573@end smallexample
3574
3575
3576@kindex advance @var{location}
3577@itemx advance @var{location}
3578Continue running the program up to the given location. An argument is
3579required, anything of the same form as arguments for the @code{break}
3580command. Execution will also stop upon exit from the current stack
3581frame. This command is similar to @code{until}, but @code{advance} will
3582not skip over recursive function calls, and the target location doesn't
3583have to be in the same frame as the current one.
3584
c906108c
SS
3585
3586@kindex stepi
41afff9a 3587@kindex si @r{(@code{stepi})}
c906108c 3588@item stepi
96a2c332 3589@itemx stepi @var{arg}
c906108c
SS
3590@itemx si
3591Execute one machine instruction, then stop and return to the debugger.
3592
3593It is often useful to do @samp{display/i $pc} when stepping by machine
3594instructions. This makes @value{GDBN} automatically display the next
3595instruction to be executed, each time your program stops. @xref{Auto
3596Display,, Automatic display}.
3597
3598An argument is a repeat count, as in @code{step}.
3599
3600@need 750
3601@kindex nexti
41afff9a 3602@kindex ni @r{(@code{nexti})}
c906108c 3603@item nexti
96a2c332 3604@itemx nexti @var{arg}
c906108c
SS
3605@itemx ni
3606Execute one machine instruction, but if it is a function call,
3607proceed until the function returns.
3608
3609An argument is a repeat count, as in @code{next}.
3610@end table
3611
6d2ebf8b 3612@node Signals
c906108c
SS
3613@section Signals
3614@cindex signals
3615
3616A signal is an asynchronous event that can happen in a program. The
3617operating system defines the possible kinds of signals, and gives each
3618kind a name and a number. For example, in Unix @code{SIGINT} is the
d4f3574e 3619signal a program gets when you type an interrupt character (often @kbd{C-c});
c906108c
SS
3620@code{SIGSEGV} is the signal a program gets from referencing a place in
3621memory far away from all the areas in use; @code{SIGALRM} occurs when
3622the alarm clock timer goes off (which happens only if your program has
3623requested an alarm).
3624
3625@cindex fatal signals
3626Some signals, including @code{SIGALRM}, are a normal part of the
3627functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 3628errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
3629program has not specified in advance some other way to handle the signal.
3630@code{SIGINT} does not indicate an error in your program, but it is normally
3631fatal so it can carry out the purpose of the interrupt: to kill the program.
3632
3633@value{GDBN} has the ability to detect any occurrence of a signal in your
3634program. You can tell @value{GDBN} in advance what to do for each kind of
3635signal.
3636
3637@cindex handling signals
24f93129
EZ
3638Normally, @value{GDBN} is set up to let the non-erroneous signals like
3639@code{SIGALRM} be silently passed to your program
3640(so as not to interfere with their role in the program's functioning)
c906108c
SS
3641but to stop your program immediately whenever an error signal happens.
3642You can change these settings with the @code{handle} command.
3643
3644@table @code
3645@kindex info signals
3646@item info signals
96a2c332 3647@itemx info handle
c906108c
SS
3648Print a table of all the kinds of signals and how @value{GDBN} has been told to
3649handle each one. You can use this to see the signal numbers of all
3650the defined types of signals.
3651
d4f3574e 3652@code{info handle} is an alias for @code{info signals}.
c906108c
SS
3653
3654@kindex handle
3655@item handle @var{signal} @var{keywords}@dots{}
5ece1a18
EZ
3656Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3657can be the number of a signal or its name (with or without the
24f93129 3658@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18
EZ
3659@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3660known signals. The @var{keywords} say what change to make.
c906108c
SS
3661@end table
3662
3663@c @group
3664The keywords allowed by the @code{handle} command can be abbreviated.
3665Their full names are:
3666
3667@table @code
3668@item nostop
3669@value{GDBN} should not stop your program when this signal happens. It may
3670still print a message telling you that the signal has come in.
3671
3672@item stop
3673@value{GDBN} should stop your program when this signal happens. This implies
3674the @code{print} keyword as well.
3675
3676@item print
3677@value{GDBN} should print a message when this signal happens.
3678
3679@item noprint
3680@value{GDBN} should not mention the occurrence of the signal at all. This
3681implies the @code{nostop} keyword as well.
3682
3683@item pass
5ece1a18 3684@itemx noignore
c906108c
SS
3685@value{GDBN} should allow your program to see this signal; your program
3686can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 3687and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
3688
3689@item nopass
5ece1a18 3690@itemx ignore
c906108c 3691@value{GDBN} should not allow your program to see this signal.
5ece1a18 3692@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
3693@end table
3694@c @end group
3695
d4f3574e
SS
3696When a signal stops your program, the signal is not visible to the
3697program until you
c906108c
SS
3698continue. Your program sees the signal then, if @code{pass} is in
3699effect for the signal in question @emph{at that time}. In other words,
3700after @value{GDBN} reports a signal, you can use the @code{handle}
3701command with @code{pass} or @code{nopass} to control whether your
3702program sees that signal when you continue.
3703
24f93129
EZ
3704The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3705non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3706@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3707erroneous signals.
3708
c906108c
SS
3709You can also use the @code{signal} command to prevent your program from
3710seeing a signal, or cause it to see a signal it normally would not see,
3711or to give it any signal at any time. For example, if your program stopped
3712due to some sort of memory reference error, you might store correct
3713values into the erroneous variables and continue, hoping to see more
3714execution; but your program would probably terminate immediately as
3715a result of the fatal signal once it saw the signal. To prevent this,
3716you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5d161b24 3717program a signal}.
c906108c 3718
6d2ebf8b 3719@node Thread Stops
c906108c
SS
3720@section Stopping and starting multi-thread programs
3721
3722When your program has multiple threads (@pxref{Threads,, Debugging
3723programs with multiple threads}), you can choose whether to set
3724breakpoints on all threads, or on a particular thread.
3725
3726@table @code
3727@cindex breakpoints and threads
3728@cindex thread breakpoints
3729@kindex break @dots{} thread @var{threadno}
3730@item break @var{linespec} thread @var{threadno}
3731@itemx break @var{linespec} thread @var{threadno} if @dots{}
3732@var{linespec} specifies source lines; there are several ways of
3733writing them, but the effect is always to specify some source line.
3734
3735Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3736to specify that you only want @value{GDBN} to stop the program when a
3737particular thread reaches this breakpoint. @var{threadno} is one of the
3738numeric thread identifiers assigned by @value{GDBN}, shown in the first
3739column of the @samp{info threads} display.
3740
3741If you do not specify @samp{thread @var{threadno}} when you set a
3742breakpoint, the breakpoint applies to @emph{all} threads of your
3743program.
3744
3745You can use the @code{thread} qualifier on conditional breakpoints as
3746well; in this case, place @samp{thread @var{threadno}} before the
3747breakpoint condition, like this:
3748
3749@smallexample
2df3850c 3750(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
3751@end smallexample
3752
3753@end table
3754
3755@cindex stopped threads
3756@cindex threads, stopped
3757Whenever your program stops under @value{GDBN} for any reason,
3758@emph{all} threads of execution stop, not just the current thread. This
3759allows you to examine the overall state of the program, including
3760switching between threads, without worrying that things may change
3761underfoot.
3762
36d86913
MC
3763@cindex thread breakpoints and system calls
3764@cindex system calls and thread breakpoints
3765@cindex premature return from system calls
3766There is an unfortunate side effect. If one thread stops for a
3767breakpoint, or for some other reason, and another thread is blocked in a
3768system call, then the system call may return prematurely. This is a
3769consequence of the interaction between multiple threads and the signals
3770that @value{GDBN} uses to implement breakpoints and other events that
3771stop execution.
3772
3773To handle this problem, your program should check the return value of
3774each system call and react appropriately. This is good programming
3775style anyways.
3776
3777For example, do not write code like this:
3778
3779@smallexample
3780 sleep (10);
3781@end smallexample
3782
3783The call to @code{sleep} will return early if a different thread stops
3784at a breakpoint or for some other reason.
3785
3786Instead, write this:
3787
3788@smallexample
3789 int unslept = 10;
3790 while (unslept > 0)
3791 unslept = sleep (unslept);
3792@end smallexample
3793
3794A system call is allowed to return early, so the system is still
3795conforming to its specification. But @value{GDBN} does cause your
3796multi-threaded program to behave differently than it would without
3797@value{GDBN}.
3798
3799Also, @value{GDBN} uses internal breakpoints in the thread library to
3800monitor certain events such as thread creation and thread destruction.
3801When such an event happens, a system call in another thread may return
3802prematurely, even though your program does not appear to stop.
3803
c906108c
SS
3804@cindex continuing threads
3805@cindex threads, continuing
3806Conversely, whenever you restart the program, @emph{all} threads start
3807executing. @emph{This is true even when single-stepping} with commands
5d161b24 3808like @code{step} or @code{next}.
c906108c
SS
3809
3810In particular, @value{GDBN} cannot single-step all threads in lockstep.
3811Since thread scheduling is up to your debugging target's operating
3812system (not controlled by @value{GDBN}), other threads may
3813execute more than one statement while the current thread completes a
3814single step. Moreover, in general other threads stop in the middle of a
3815statement, rather than at a clean statement boundary, when the program
3816stops.
3817
3818You might even find your program stopped in another thread after
3819continuing or even single-stepping. This happens whenever some other
3820thread runs into a breakpoint, a signal, or an exception before the
3821first thread completes whatever you requested.
3822
3823On some OSes, you can lock the OS scheduler and thus allow only a single
3824thread to run.
3825
3826@table @code
3827@item set scheduler-locking @var{mode}
3828Set the scheduler locking mode. If it is @code{off}, then there is no
3829locking and any thread may run at any time. If @code{on}, then only the
3830current thread may run when the inferior is resumed. The @code{step}
3831mode optimizes for single-stepping. It stops other threads from
3832``seizing the prompt'' by preempting the current thread while you are
3833stepping. Other threads will only rarely (or never) get a chance to run
d4f3574e 3834when you step. They are more likely to run when you @samp{next} over a
c906108c 3835function call, and they are completely free to run when you use commands
d4f3574e 3836like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
c906108c 3837thread hits a breakpoint during its timeslice, they will never steal the
2df3850c 3838@value{GDBN} prompt away from the thread that you are debugging.
c906108c
SS
3839
3840@item show scheduler-locking
3841Display the current scheduler locking mode.
3842@end table
3843
c906108c 3844
6d2ebf8b 3845@node Stack
c906108c
SS
3846@chapter Examining the Stack
3847
3848When your program has stopped, the first thing you need to know is where it
3849stopped and how it got there.
3850
3851@cindex call stack
5d161b24
DB
3852Each time your program performs a function call, information about the call
3853is generated.
3854That information includes the location of the call in your program,
3855the arguments of the call,
c906108c 3856and the local variables of the function being called.
5d161b24 3857The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
3858The stack frames are allocated in a region of memory called the @dfn{call
3859stack}.
3860
3861When your program stops, the @value{GDBN} commands for examining the
3862stack allow you to see all of this information.
3863
3864@cindex selected frame
3865One of the stack frames is @dfn{selected} by @value{GDBN} and many
3866@value{GDBN} commands refer implicitly to the selected frame. In
3867particular, whenever you ask @value{GDBN} for the value of a variable in
3868your program, the value is found in the selected frame. There are
3869special @value{GDBN} commands to select whichever frame you are
3870interested in. @xref{Selection, ,Selecting a frame}.
3871
3872When your program stops, @value{GDBN} automatically selects the
5d161b24 3873currently executing frame and describes it briefly, similar to the
c906108c
SS
3874@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3875
3876@menu
3877* Frames:: Stack frames
3878* Backtrace:: Backtraces
3879* Selection:: Selecting a frame
3880* Frame Info:: Information on a frame
c906108c
SS
3881
3882@end menu
3883
6d2ebf8b 3884@node Frames
c906108c
SS
3885@section Stack frames
3886
d4f3574e 3887@cindex frame, definition
c906108c
SS
3888@cindex stack frame
3889The call stack is divided up into contiguous pieces called @dfn{stack
3890frames}, or @dfn{frames} for short; each frame is the data associated
3891with one call to one function. The frame contains the arguments given
3892to the function, the function's local variables, and the address at
3893which the function is executing.
3894
3895@cindex initial frame
3896@cindex outermost frame
3897@cindex innermost frame
3898When your program is started, the stack has only one frame, that of the
3899function @code{main}. This is called the @dfn{initial} frame or the
3900@dfn{outermost} frame. Each time a function is called, a new frame is
3901made. Each time a function returns, the frame for that function invocation
3902is eliminated. If a function is recursive, there can be many frames for
3903the same function. The frame for the function in which execution is
3904actually occurring is called the @dfn{innermost} frame. This is the most
3905recently created of all the stack frames that still exist.
3906
3907@cindex frame pointer
3908Inside your program, stack frames are identified by their addresses. A
3909stack frame consists of many bytes, each of which has its own address; each
3910kind of computer has a convention for choosing one byte whose
3911address serves as the address of the frame. Usually this address is kept
3912in a register called the @dfn{frame pointer register} while execution is
3913going on in that frame.
3914
3915@cindex frame number
3916@value{GDBN} assigns numbers to all existing stack frames, starting with
3917zero for the innermost frame, one for the frame that called it,
3918and so on upward. These numbers do not really exist in your program;
3919they are assigned by @value{GDBN} to give you a way of designating stack
3920frames in @value{GDBN} commands.
3921
6d2ebf8b
SS
3922@c The -fomit-frame-pointer below perennially causes hbox overflow
3923@c underflow problems.
c906108c
SS
3924@cindex frameless execution
3925Some compilers provide a way to compile functions so that they operate
6d2ebf8b 3926without stack frames. (For example, the @value{GCC} option
474c8240 3927@smallexample
6d2ebf8b 3928@samp{-fomit-frame-pointer}
474c8240 3929@end smallexample
6d2ebf8b 3930generates functions without a frame.)
c906108c
SS
3931This is occasionally done with heavily used library functions to save
3932the frame setup time. @value{GDBN} has limited facilities for dealing
3933with these function invocations. If the innermost function invocation
3934has no stack frame, @value{GDBN} nevertheless regards it as though
3935it had a separate frame, which is numbered zero as usual, allowing
3936correct tracing of the function call chain. However, @value{GDBN} has
3937no provision for frameless functions elsewhere in the stack.
3938
3939@table @code
d4f3574e 3940@kindex frame@r{, command}
41afff9a 3941@cindex current stack frame
c906108c 3942@item frame @var{args}
5d161b24 3943The @code{frame} command allows you to move from one stack frame to another,
c906108c 3944and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
3945address of the frame or the stack frame number. Without an argument,
3946@code{frame} prints the current stack frame.
c906108c
SS
3947
3948@kindex select-frame
41afff9a 3949@cindex selecting frame silently
c906108c
SS
3950@item select-frame
3951The @code{select-frame} command allows you to move from one stack frame
3952to another without printing the frame. This is the silent version of
3953@code{frame}.
3954@end table
3955
6d2ebf8b 3956@node Backtrace
c906108c
SS
3957@section Backtraces
3958
3959@cindex backtraces
3960@cindex tracebacks
3961@cindex stack traces
3962A backtrace is a summary of how your program got where it is. It shows one
3963line per frame, for many frames, starting with the currently executing
3964frame (frame zero), followed by its caller (frame one), and on up the
3965stack.
3966
3967@table @code
3968@kindex backtrace
41afff9a 3969@kindex bt @r{(@code{backtrace})}
c906108c
SS
3970@item backtrace
3971@itemx bt
3972Print a backtrace of the entire stack: one line per frame for all
3973frames in the stack.
3974
3975You can stop the backtrace at any time by typing the system interrupt
3976character, normally @kbd{C-c}.
3977
3978@item backtrace @var{n}
3979@itemx bt @var{n}
3980Similar, but print only the innermost @var{n} frames.
3981
3982@item backtrace -@var{n}
3983@itemx bt -@var{n}
3984Similar, but print only the outermost @var{n} frames.
3985@end table
3986
3987@kindex where
3988@kindex info stack
41afff9a 3989@kindex info s @r{(@code{info stack})}
c906108c
SS
3990The names @code{where} and @code{info stack} (abbreviated @code{info s})
3991are additional aliases for @code{backtrace}.
3992
3993Each line in the backtrace shows the frame number and the function name.
3994The program counter value is also shown---unless you use @code{set
3995print address off}. The backtrace also shows the source file name and
3996line number, as well as the arguments to the function. The program
3997counter value is omitted if it is at the beginning of the code for that
3998line number.
3999
4000Here is an example of a backtrace. It was made with the command
4001@samp{bt 3}, so it shows the innermost three frames.
4002
4003@smallexample
4004@group
5d161b24 4005#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c
SS
4006 at builtin.c:993
4007#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4008#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4009 at macro.c:71
4010(More stack frames follow...)
4011@end group
4012@end smallexample
4013
4014@noindent
4015The display for frame zero does not begin with a program counter
4016value, indicating that your program has stopped at the beginning of the
4017code for line @code{993} of @code{builtin.c}.
4018
25d29d70
AC
4019@kindex set backtrace past-main
4020@kindex show backtrace past-main
4021@kindex set backtrace limit
4022@kindex show backtrace limit
b4e9345d 4023
25d29d70
AC
4024Most programs have a standard user entry point---a place where system
4025libraries and startup code transition into user code. For C this is
4026@code{main}. When @value{GDBN} finds the entry function in a backtrace
4027it will terminate the backtrace, to avoid tracing into highly
4028system-specific (and generally uninteresting) code.
4029
4030If you need to examine the startup code, or limit the number of levels
4031in a backtrace, you can change this behavior:
95f90d25
DJ
4032
4033@table @code
25d29d70
AC
4034@item set backtrace past-main
4035@itemx set backtrace past-main on
4036Backtraces will continue past the user entry point.
4037
4038@item set backtrace past-main off
95f90d25
DJ
4039Backtraces will stop when they encounter the user entry point. This is the
4040default.
4041
25d29d70
AC
4042@item show backtrace past-main
4043Display the current user entry point backtrace policy.
4044
4045@item set backtrace limit @var{n}
4046@itemx set backtrace limit 0
4047@cindex backtrace limit
4048Limit the backtrace to @var{n} levels. A value of zero means
4049unlimited.
95f90d25 4050
25d29d70
AC
4051@item show backtrace limit
4052Display the current limit on backtrace levels.
95f90d25
DJ
4053@end table
4054
6d2ebf8b 4055@node Selection
c906108c
SS
4056@section Selecting a frame
4057
4058Most commands for examining the stack and other data in your program work on
4059whichever stack frame is selected at the moment. Here are the commands for
4060selecting a stack frame; all of them finish by printing a brief description
4061of the stack frame just selected.
4062
4063@table @code
d4f3574e 4064@kindex frame@r{, selecting}
41afff9a 4065@kindex f @r{(@code{frame})}
c906108c
SS
4066@item frame @var{n}
4067@itemx f @var{n}
4068Select frame number @var{n}. Recall that frame zero is the innermost
4069(currently executing) frame, frame one is the frame that called the
4070innermost one, and so on. The highest-numbered frame is the one for
4071@code{main}.
4072
4073@item frame @var{addr}
4074@itemx f @var{addr}
4075Select the frame at address @var{addr}. This is useful mainly if the
4076chaining of stack frames has been damaged by a bug, making it
4077impossible for @value{GDBN} to assign numbers properly to all frames. In
4078addition, this can be useful when your program has multiple stacks and
4079switches between them.
4080
c906108c
SS
4081On the SPARC architecture, @code{frame} needs two addresses to
4082select an arbitrary frame: a frame pointer and a stack pointer.
4083
4084On the MIPS and Alpha architecture, it needs two addresses: a stack
4085pointer and a program counter.
4086
4087On the 29k architecture, it needs three addresses: a register stack
4088pointer, a program counter, and a memory stack pointer.
4089@c note to future updaters: this is conditioned on a flag
4090@c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
4091@c as of 27 Jan 1994.
c906108c
SS
4092
4093@kindex up
4094@item up @var{n}
4095Move @var{n} frames up the stack. For positive numbers @var{n}, this
4096advances toward the outermost frame, to higher frame numbers, to frames
4097that have existed longer. @var{n} defaults to one.
4098
4099@kindex down
41afff9a 4100@kindex do @r{(@code{down})}
c906108c
SS
4101@item down @var{n}
4102Move @var{n} frames down the stack. For positive numbers @var{n}, this
4103advances toward the innermost frame, to lower frame numbers, to frames
4104that were created more recently. @var{n} defaults to one. You may
4105abbreviate @code{down} as @code{do}.
4106@end table
4107
4108All of these commands end by printing two lines of output describing the
4109frame. The first line shows the frame number, the function name, the
4110arguments, and the source file and line number of execution in that
5d161b24 4111frame. The second line shows the text of that source line.
c906108c
SS
4112
4113@need 1000
4114For example:
4115
4116@smallexample
4117@group
4118(@value{GDBP}) up
4119#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4120 at env.c:10
412110 read_input_file (argv[i]);
4122@end group
4123@end smallexample
4124
4125After such a printout, the @code{list} command with no arguments
4126prints ten lines centered on the point of execution in the frame.
87885426
FN
4127You can also edit the program at the point of execution with your favorite
4128editing program by typing @code{edit}.
4129@xref{List, ,Printing source lines},
4130for details.
c906108c
SS
4131
4132@table @code
4133@kindex down-silently
4134@kindex up-silently
4135@item up-silently @var{n}
4136@itemx down-silently @var{n}
4137These two commands are variants of @code{up} and @code{down},
4138respectively; they differ in that they do their work silently, without
4139causing display of the new frame. They are intended primarily for use
4140in @value{GDBN} command scripts, where the output might be unnecessary and
4141distracting.
4142@end table
4143
6d2ebf8b 4144@node Frame Info
c906108c
SS
4145@section Information about a frame
4146
4147There are several other commands to print information about the selected
4148stack frame.
4149
4150@table @code
4151@item frame
4152@itemx f
4153When used without any argument, this command does not change which
4154frame is selected, but prints a brief description of the currently
4155selected stack frame. It can be abbreviated @code{f}. With an
4156argument, this command is used to select a stack frame.
4157@xref{Selection, ,Selecting a frame}.
4158
4159@kindex info frame
41afff9a 4160@kindex info f @r{(@code{info frame})}
c906108c
SS
4161@item info frame
4162@itemx info f
4163This command prints a verbose description of the selected stack frame,
4164including:
4165
4166@itemize @bullet
5d161b24
DB
4167@item
4168the address of the frame
c906108c
SS
4169@item
4170the address of the next frame down (called by this frame)
4171@item
4172the address of the next frame up (caller of this frame)
4173@item
4174the language in which the source code corresponding to this frame is written
4175@item
4176the address of the frame's arguments
4177@item
d4f3574e
SS
4178the address of the frame's local variables
4179@item
c906108c
SS
4180the program counter saved in it (the address of execution in the caller frame)
4181@item
4182which registers were saved in the frame
4183@end itemize
4184
4185@noindent The verbose description is useful when
4186something has gone wrong that has made the stack format fail to fit
4187the usual conventions.
4188
4189@item info frame @var{addr}
4190@itemx info f @var{addr}
4191Print a verbose description of the frame at address @var{addr}, without
4192selecting that frame. The selected frame remains unchanged by this
4193command. This requires the same kind of address (more than one for some
4194architectures) that you specify in the @code{frame} command.
4195@xref{Selection, ,Selecting a frame}.
4196
4197@kindex info args
4198@item info args
4199Print the arguments of the selected frame, each on a separate line.
4200
4201@item info locals
4202@kindex info locals
4203Print the local variables of the selected frame, each on a separate
4204line. These are all variables (declared either static or automatic)
4205accessible at the point of execution of the selected frame.
4206
c906108c 4207@kindex info catch
d4f3574e
SS
4208@cindex catch exceptions, list active handlers
4209@cindex exception handlers, how to list
c906108c
SS
4210@item info catch
4211Print a list of all the exception handlers that are active in the
4212current stack frame at the current point of execution. To see other
4213exception handlers, visit the associated frame (using the @code{up},
4214@code{down}, or @code{frame} commands); then type @code{info catch}.
4215@xref{Set Catchpoints, , Setting catchpoints}.
53a5351d 4216
c906108c
SS
4217@end table
4218
c906108c 4219
6d2ebf8b 4220@node Source
c906108c
SS
4221@chapter Examining Source Files
4222
4223@value{GDBN} can print parts of your program's source, since the debugging
4224information recorded in the program tells @value{GDBN} what source files were
4225used to build it. When your program stops, @value{GDBN} spontaneously prints
4226the line where it stopped. Likewise, when you select a stack frame
4227(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4228execution in that frame has stopped. You can print other portions of
4229source files by explicit command.
4230
7a292a7a 4231If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 4232prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 4233@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
4234
4235@menu
4236* List:: Printing source lines
87885426 4237* Edit:: Editing source files
c906108c 4238* Search:: Searching source files
c906108c
SS
4239* Source Path:: Specifying source directories
4240* Machine Code:: Source and machine code
4241@end menu
4242
6d2ebf8b 4243@node List
c906108c
SS
4244@section Printing source lines
4245
4246@kindex list
41afff9a 4247@kindex l @r{(@code{list})}
c906108c 4248To print lines from a source file, use the @code{list} command
5d161b24 4249(abbreviated @code{l}). By default, ten lines are printed.
c906108c
SS
4250There are several ways to specify what part of the file you want to print.
4251
4252Here are the forms of the @code{list} command most commonly used:
4253
4254@table @code
4255@item list @var{linenum}
4256Print lines centered around line number @var{linenum} in the
4257current source file.
4258
4259@item list @var{function}
4260Print lines centered around the beginning of function
4261@var{function}.
4262
4263@item list
4264Print more lines. If the last lines printed were printed with a
4265@code{list} command, this prints lines following the last lines
4266printed; however, if the last line printed was a solitary line printed
4267as part of displaying a stack frame (@pxref{Stack, ,Examining the
4268Stack}), this prints lines centered around that line.
4269
4270@item list -
4271Print lines just before the lines last printed.
4272@end table
4273
4274By default, @value{GDBN} prints ten source lines with any of these forms of
4275the @code{list} command. You can change this using @code{set listsize}:
4276
4277@table @code
4278@kindex set listsize
4279@item set listsize @var{count}
4280Make the @code{list} command display @var{count} source lines (unless
4281the @code{list} argument explicitly specifies some other number).
4282
4283@kindex show listsize
4284@item show listsize
4285Display the number of lines that @code{list} prints.
4286@end table
4287
4288Repeating a @code{list} command with @key{RET} discards the argument,
4289so it is equivalent to typing just @code{list}. This is more useful
4290than listing the same lines again. An exception is made for an
4291argument of @samp{-}; that argument is preserved in repetition so that
4292each repetition moves up in the source file.
4293
4294@cindex linespec
4295In general, the @code{list} command expects you to supply zero, one or two
4296@dfn{linespecs}. Linespecs specify source lines; there are several ways
d4f3574e 4297of writing them, but the effect is always to specify some source line.
c906108c
SS
4298Here is a complete description of the possible arguments for @code{list}:
4299
4300@table @code
4301@item list @var{linespec}
4302Print lines centered around the line specified by @var{linespec}.
4303
4304@item list @var{first},@var{last}
4305Print lines from @var{first} to @var{last}. Both arguments are
4306linespecs.
4307
4308@item list ,@var{last}
4309Print lines ending with @var{last}.
4310
4311@item list @var{first},
4312Print lines starting with @var{first}.
4313
4314@item list +
4315Print lines just after the lines last printed.
4316
4317@item list -
4318Print lines just before the lines last printed.
4319
4320@item list
4321As described in the preceding table.
4322@end table
4323
4324Here are the ways of specifying a single source line---all the
4325kinds of linespec.
4326
4327@table @code
4328@item @var{number}
4329Specifies line @var{number} of the current source file.
4330When a @code{list} command has two linespecs, this refers to
4331the same source file as the first linespec.
4332
4333@item +@var{offset}
4334Specifies the line @var{offset} lines after the last line printed.
4335When used as the second linespec in a @code{list} command that has
4336two, this specifies the line @var{offset} lines down from the
4337first linespec.
4338
4339@item -@var{offset}
4340Specifies the line @var{offset} lines before the last line printed.
4341
4342@item @var{filename}:@var{number}
4343Specifies line @var{number} in the source file @var{filename}.
4344
4345@item @var{function}
4346Specifies the line that begins the body of the function @var{function}.
4347For example: in C, this is the line with the open brace.
4348
4349@item @var{filename}:@var{function}
4350Specifies the line of the open-brace that begins the body of the
4351function @var{function} in the file @var{filename}. You only need the
4352file name with a function name to avoid ambiguity when there are
4353identically named functions in different source files.
4354
4355@item *@var{address}
4356Specifies the line containing the program address @var{address}.
4357@var{address} may be any expression.
4358@end table
4359
87885426
FN
4360@node Edit
4361@section Editing source files
4362@cindex editing source files
4363
4364@kindex edit
4365@kindex e @r{(@code{edit})}
4366To edit the lines in a source file, use the @code{edit} command.
4367The editing program of your choice
4368is invoked with the current line set to
4369the active line in the program.
4370Alternatively, there are several ways to specify what part of the file you
4371want to print if you want to see other parts of the program.
4372
4373Here are the forms of the @code{edit} command most commonly used:
4374
4375@table @code
4376@item edit
4377Edit the current source file at the active line number in the program.
4378
4379@item edit @var{number}
4380Edit the current source file with @var{number} as the active line number.
4381
4382@item edit @var{function}
4383Edit the file containing @var{function} at the beginning of its definition.
4384
4385@item edit @var{filename}:@var{number}
4386Specifies line @var{number} in the source file @var{filename}.
4387
4388@item edit @var{filename}:@var{function}
4389Specifies the line that begins the body of the
4390function @var{function} in the file @var{filename}. You only need the
4391file name with a function name to avoid ambiguity when there are
4392identically named functions in different source files.
4393
4394@item edit *@var{address}
4395Specifies the line containing the program address @var{address}.
4396@var{address} may be any expression.
4397@end table
4398
4399@subsection Choosing your editor
4400You can customize @value{GDBN} to use any editor you want
4401@footnote{
4402The only restriction is that your editor (say @code{ex}), recognizes the
4403following command-line syntax:
10998722 4404@smallexample
87885426 4405ex +@var{number} file
10998722
AC
4406@end smallexample
4407The optional numeric value +@var{number} designates the active line in
4408the file.}. By default, it is @value{EDITOR}, but you can change this
4409by setting the environment variable @code{EDITOR} before using
4410@value{GDBN}. For example, to configure @value{GDBN} to use the
4411@code{vi} editor, you could use these commands with the @code{sh} shell:
4412@smallexample
87885426
FN
4413EDITOR=/usr/bin/vi
4414export EDITOR
4415gdb ...
10998722 4416@end smallexample
87885426 4417or in the @code{csh} shell,
10998722 4418@smallexample
87885426
FN
4419setenv EDITOR /usr/bin/vi
4420gdb ...
10998722 4421@end smallexample
87885426 4422
6d2ebf8b 4423@node Search
c906108c
SS
4424@section Searching source files
4425@cindex searching
4426@kindex reverse-search
4427
4428There are two commands for searching through the current source file for a
4429regular expression.
4430
4431@table @code
4432@kindex search
4433@kindex forward-search
4434@item forward-search @var{regexp}
4435@itemx search @var{regexp}
4436The command @samp{forward-search @var{regexp}} checks each line,
4437starting with the one following the last line listed, for a match for
5d161b24 4438@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
4439synonym @samp{search @var{regexp}} or abbreviate the command name as
4440@code{fo}.
4441
4442@item reverse-search @var{regexp}
4443The command @samp{reverse-search @var{regexp}} checks each line, starting
4444with the one before the last line listed and going backward, for a match
4445for @var{regexp}. It lists the line that is found. You can abbreviate
4446this command as @code{rev}.
4447@end table
c906108c 4448
6d2ebf8b 4449@node Source Path
c906108c
SS
4450@section Specifying source directories
4451
4452@cindex source path
4453@cindex directories for source files
4454Executable programs sometimes do not record the directories of the source
4455files from which they were compiled, just the names. Even when they do,
4456the directories could be moved between the compilation and your debugging
4457session. @value{GDBN} has a list of directories to search for source files;
4458this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4459it tries all the directories in the list, in the order they are present
4460in the list, until it finds a file with the desired name. Note that
4461the executable search path is @emph{not} used for this purpose. Neither is
4462the current working directory, unless it happens to be in the source
4463path.
4464
4465If @value{GDBN} cannot find a source file in the source path, and the
4466object program records a directory, @value{GDBN} tries that directory
4467too. If the source path is empty, and there is no record of the
4468compilation directory, @value{GDBN} looks in the current directory as a
4469last resort.
4470
4471Whenever you reset or rearrange the source path, @value{GDBN} clears out
4472any information it has cached about where source files are found and where
4473each line is in the file.
4474
4475@kindex directory
4476@kindex dir
d4f3574e
SS
4477When you start @value{GDBN}, its source path includes only @samp{cdir}
4478and @samp{cwd}, in that order.
c906108c
SS
4479To add other directories, use the @code{directory} command.
4480
4481@table @code
4482@item directory @var{dirname} @dots{}
4483@item dir @var{dirname} @dots{}
4484Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
4485directory names may be given to this command, separated by @samp{:}
4486(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4487part of absolute file names) or
c906108c
SS
4488whitespace. You may specify a directory that is already in the source
4489path; this moves it forward, so @value{GDBN} searches it sooner.
4490
4491@kindex cdir
4492@kindex cwd
41afff9a
EZ
4493@vindex $cdir@r{, convenience variable}
4494@vindex $cwdr@r{, convenience variable}
c906108c
SS
4495@cindex compilation directory
4496@cindex current directory
4497@cindex working directory
4498@cindex directory, current
4499@cindex directory, compilation
4500You can use the string @samp{$cdir} to refer to the compilation
4501directory (if one is recorded), and @samp{$cwd} to refer to the current
4502working directory. @samp{$cwd} is not the same as @samp{.}---the former
4503tracks the current working directory as it changes during your @value{GDBN}
4504session, while the latter is immediately expanded to the current
4505directory at the time you add an entry to the source path.
4506
4507@item directory
4508Reset the source path to empty again. This requires confirmation.
4509
4510@c RET-repeat for @code{directory} is explicitly disabled, but since
4511@c repeating it would be a no-op we do not say that. (thanks to RMS)
4512
4513@item show directories
4514@kindex show directories
4515Print the source path: show which directories it contains.
4516@end table
4517
4518If your source path is cluttered with directories that are no longer of
4519interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4520versions of source. You can correct the situation as follows:
4521
4522@enumerate
4523@item
4524Use @code{directory} with no argument to reset the source path to empty.
4525
4526@item
4527Use @code{directory} with suitable arguments to reinstall the
4528directories you want in the source path. You can add all the
4529directories in one command.
4530@end enumerate
4531
6d2ebf8b 4532@node Machine Code
c906108c
SS
4533@section Source and machine code
4534
4535You can use the command @code{info line} to map source lines to program
4536addresses (and vice versa), and the command @code{disassemble} to display
4537a range of addresses as machine instructions. When run under @sc{gnu} Emacs
d4f3574e 4538mode, the @code{info line} command causes the arrow to point to the
5d161b24 4539line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
4540well as hex.
4541
4542@table @code
4543@kindex info line
4544@item info line @var{linespec}
4545Print the starting and ending addresses of the compiled code for
4546source line @var{linespec}. You can specify source lines in any of
4547the ways understood by the @code{list} command (@pxref{List, ,Printing
4548source lines}).
4549@end table
4550
4551For example, we can use @code{info line} to discover the location of
4552the object code for the first line of function
4553@code{m4_changequote}:
4554
d4f3574e
SS
4555@c FIXME: I think this example should also show the addresses in
4556@c symbolic form, as they usually would be displayed.
c906108c 4557@smallexample
96a2c332 4558(@value{GDBP}) info line m4_changequote
c906108c
SS
4559Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4560@end smallexample
4561
4562@noindent
4563We can also inquire (using @code{*@var{addr}} as the form for
4564@var{linespec}) what source line covers a particular address:
4565@smallexample
4566(@value{GDBP}) info line *0x63ff
4567Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4568@end smallexample
4569
4570@cindex @code{$_} and @code{info line}
41afff9a 4571@kindex x@r{(examine), and} info line
c906108c
SS
4572After @code{info line}, the default address for the @code{x} command
4573is changed to the starting address of the line, so that @samp{x/i} is
4574sufficient to begin examining the machine code (@pxref{Memory,
4575,Examining memory}). Also, this address is saved as the value of the
4576convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4577variables}).
4578
4579@table @code
4580@kindex disassemble
4581@cindex assembly instructions
4582@cindex instructions, assembly
4583@cindex machine instructions
4584@cindex listing machine instructions
4585@item disassemble
4586This specialized command dumps a range of memory as machine
4587instructions. The default memory range is the function surrounding the
4588program counter of the selected frame. A single argument to this
4589command is a program counter value; @value{GDBN} dumps the function
4590surrounding this value. Two arguments specify a range of addresses
4591(first inclusive, second exclusive) to dump.
4592@end table
4593
c906108c
SS
4594The following example shows the disassembly of a range of addresses of
4595HP PA-RISC 2.0 code:
4596
4597@smallexample
4598(@value{GDBP}) disas 0x32c4 0x32e4
4599Dump of assembler code from 0x32c4 to 0x32e4:
46000x32c4 <main+204>: addil 0,dp
46010x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
46020x32cc <main+212>: ldil 0x3000,r31
46030x32d0 <main+216>: ble 0x3f8(sr4,r31)
46040x32d4 <main+220>: ldo 0(r31),rp
46050x32d8 <main+224>: addil -0x800,dp
46060x32dc <main+228>: ldo 0x588(r1),r26
46070x32e0 <main+232>: ldil 0x3000,r31
4608End of assembler dump.
4609@end smallexample
c906108c
SS
4610
4611Some architectures have more than one commonly-used set of instruction
4612mnemonics or other syntax.
4613
4614@table @code
d4f3574e 4615@kindex set disassembly-flavor
c906108c
SS
4616@cindex assembly instructions
4617@cindex instructions, assembly
4618@cindex machine instructions
4619@cindex listing machine instructions
d4f3574e
SS
4620@cindex Intel disassembly flavor
4621@cindex AT&T disassembly flavor
4622@item set disassembly-flavor @var{instruction-set}
c906108c
SS
4623Select the instruction set to use when disassembling the
4624program via the @code{disassemble} or @code{x/i} commands.
4625
4626Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
4627can set @var{instruction-set} to either @code{intel} or @code{att}.
4628The default is @code{att}, the AT&T flavor used by default by Unix
4629assemblers for x86-based targets.
c906108c
SS
4630@end table
4631
4632
6d2ebf8b 4633@node Data
c906108c
SS
4634@chapter Examining Data
4635
4636@cindex printing data
4637@cindex examining data
4638@kindex print
4639@kindex inspect
4640@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4641@c document because it is nonstandard... Under Epoch it displays in a
4642@c different window or something like that.
4643The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
4644command (abbreviated @code{p}), or its synonym @code{inspect}. It
4645evaluates and prints the value of an expression of the language your
4646program is written in (@pxref{Languages, ,Using @value{GDBN} with
4647Different Languages}).
c906108c
SS
4648
4649@table @code
d4f3574e
SS
4650@item print @var{expr}
4651@itemx print /@var{f} @var{expr}
4652@var{expr} is an expression (in the source language). By default the
4653value of @var{expr} is printed in a format appropriate to its data type;
c906108c 4654you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 4655@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
c906108c
SS
4656formats}.
4657
4658@item print
4659@itemx print /@var{f}
d4f3574e 4660If you omit @var{expr}, @value{GDBN} displays the last value again (from the
c906108c
SS
4661@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4662conveniently inspect the same value in an alternative format.
4663@end table
4664
4665A more low-level way of examining data is with the @code{x} command.
4666It examines data in memory at a specified address and prints it in a
4667specified format. @xref{Memory, ,Examining memory}.
4668
7a292a7a 4669If you are interested in information about types, or about how the
d4f3574e
SS
4670fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4671command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 4672Table}.
c906108c
SS
4673
4674@menu
4675* Expressions:: Expressions
4676* Variables:: Program variables
4677* Arrays:: Artificial arrays
4678* Output Formats:: Output formats
4679* Memory:: Examining memory
4680* Auto Display:: Automatic display
4681* Print Settings:: Print settings
4682* Value History:: Value history
4683* Convenience Vars:: Convenience variables
4684* Registers:: Registers
c906108c 4685* Floating Point Hardware:: Floating point hardware
53c69bd7 4686* Vector Unit:: Vector Unit
29e57380 4687* Memory Region Attributes:: Memory region attributes
16d9dec6 4688* Dump/Restore Files:: Copy between memory and a file
a0eb71c5
KB
4689* Character Sets:: Debugging programs that use a different
4690 character set than GDB does
c906108c
SS
4691@end menu
4692
6d2ebf8b 4693@node Expressions
c906108c
SS
4694@section Expressions
4695
4696@cindex expressions
4697@code{print} and many other @value{GDBN} commands accept an expression and
4698compute its value. Any kind of constant, variable or operator defined
4699by the programming language you are using is valid in an expression in
e2e0bcd1
JB
4700@value{GDBN}. This includes conditional expressions, function calls,
4701casts, and string constants. It also includes preprocessor macros, if
4702you compiled your program to include this information; see
4703@ref{Compilation}.
c906108c 4704
d4f3574e
SS
4705@value{GDBN} supports array constants in expressions input by
4706the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5d161b24 4707you can use the command @code{print @{1, 2, 3@}} to build up an array in
d4f3574e 4708memory that is @code{malloc}ed in the target program.
c906108c 4709
c906108c
SS
4710Because C is so widespread, most of the expressions shown in examples in
4711this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4712Languages}, for information on how to use expressions in other
4713languages.
4714
4715In this section, we discuss operators that you can use in @value{GDBN}
4716expressions regardless of your programming language.
4717
4718Casts are supported in all languages, not just in C, because it is so
4719useful to cast a number into a pointer in order to examine a structure
4720at that address in memory.
4721@c FIXME: casts supported---Mod2 true?
c906108c
SS
4722
4723@value{GDBN} supports these operators, in addition to those common
4724to programming languages:
4725
4726@table @code
4727@item @@
4728@samp{@@} is a binary operator for treating parts of memory as arrays.
4729@xref{Arrays, ,Artificial arrays}, for more information.
4730
4731@item ::
4732@samp{::} allows you to specify a variable in terms of the file or
4733function where it is defined. @xref{Variables, ,Program variables}.
4734
4735@cindex @{@var{type}@}
4736@cindex type casting memory
4737@cindex memory, viewing as typed object
4738@cindex casts, to view memory
4739@item @{@var{type}@} @var{addr}
4740Refers to an object of type @var{type} stored at address @var{addr} in
4741memory. @var{addr} may be any expression whose value is an integer or
4742pointer (but parentheses are required around binary operators, just as in
4743a cast). This construct is allowed regardless of what kind of data is
4744normally supposed to reside at @var{addr}.
4745@end table
4746
6d2ebf8b 4747@node Variables
c906108c
SS
4748@section Program variables
4749
4750The most common kind of expression to use is the name of a variable
4751in your program.
4752
4753Variables in expressions are understood in the selected stack frame
4754(@pxref{Selection, ,Selecting a frame}); they must be either:
4755
4756@itemize @bullet
4757@item
4758global (or file-static)
4759@end itemize
4760
5d161b24 4761@noindent or
c906108c
SS
4762
4763@itemize @bullet
4764@item
4765visible according to the scope rules of the
4766programming language from the point of execution in that frame
5d161b24 4767@end itemize
c906108c
SS
4768
4769@noindent This means that in the function
4770
474c8240 4771@smallexample
c906108c
SS
4772foo (a)
4773 int a;
4774@{
4775 bar (a);
4776 @{
4777 int b = test ();
4778 bar (b);
4779 @}
4780@}
474c8240 4781@end smallexample
c906108c
SS
4782
4783@noindent
4784you can examine and use the variable @code{a} whenever your program is
4785executing within the function @code{foo}, but you can only use or
4786examine the variable @code{b} while your program is executing inside
4787the block where @code{b} is declared.
4788
4789@cindex variable name conflict
4790There is an exception: you can refer to a variable or function whose
4791scope is a single source file even if the current execution point is not
4792in this file. But it is possible to have more than one such variable or
4793function with the same name (in different source files). If that
4794happens, referring to that name has unpredictable effects. If you wish,
4795you can specify a static variable in a particular function or file,
4796using the colon-colon notation:
4797
d4f3574e 4798@cindex colon-colon, context for variables/functions
c906108c
SS
4799@iftex
4800@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 4801@cindex @code{::}, context for variables/functions
c906108c 4802@end iftex
474c8240 4803@smallexample
c906108c
SS
4804@var{file}::@var{variable}
4805@var{function}::@var{variable}
474c8240 4806@end smallexample
c906108c
SS
4807
4808@noindent
4809Here @var{file} or @var{function} is the name of the context for the
4810static @var{variable}. In the case of file names, you can use quotes to
4811make sure @value{GDBN} parses the file name as a single word---for example,
4812to print a global value of @code{x} defined in @file{f2.c}:
4813
474c8240 4814@smallexample
c906108c 4815(@value{GDBP}) p 'f2.c'::x
474c8240 4816@end smallexample
c906108c 4817
b37052ae 4818@cindex C@t{++} scope resolution
c906108c 4819This use of @samp{::} is very rarely in conflict with the very similar
b37052ae 4820use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
4821scope resolution operator in @value{GDBN} expressions.
4822@c FIXME: Um, so what happens in one of those rare cases where it's in
4823@c conflict?? --mew
c906108c
SS
4824
4825@cindex wrong values
4826@cindex variable values, wrong
4827@quotation
4828@emph{Warning:} Occasionally, a local variable may appear to have the
4829wrong value at certain points in a function---just after entry to a new
4830scope, and just before exit.
4831@end quotation
4832You may see this problem when you are stepping by machine instructions.
4833This is because, on most machines, it takes more than one instruction to
4834set up a stack frame (including local variable definitions); if you are
4835stepping by machine instructions, variables may appear to have the wrong
4836values until the stack frame is completely built. On exit, it usually
4837also takes more than one machine instruction to destroy a stack frame;
4838after you begin stepping through that group of instructions, local
4839variable definitions may be gone.
4840
4841This may also happen when the compiler does significant optimizations.
4842To be sure of always seeing accurate values, turn off all optimization
4843when compiling.
4844
d4f3574e
SS
4845@cindex ``No symbol "foo" in current context''
4846Another possible effect of compiler optimizations is to optimize
4847unused variables out of existence, or assign variables to registers (as
4848opposed to memory addresses). Depending on the support for such cases
4849offered by the debug info format used by the compiler, @value{GDBN}
4850might not be able to display values for such local variables. If that
4851happens, @value{GDBN} will print a message like this:
4852
474c8240 4853@smallexample
d4f3574e 4854No symbol "foo" in current context.
474c8240 4855@end smallexample
d4f3574e
SS
4856
4857To solve such problems, either recompile without optimizations, or use a
4858different debug info format, if the compiler supports several such
0179ffac
DC
4859formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler
4860usually supports the @option{-gstabs+} option. @option{-gstabs+}
4861produces debug info in a format that is superior to formats such as
4862COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
4863an effective form for debug info. @xref{Debugging Options,,Options
4864for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
d4f3574e
SS
4865
4866
6d2ebf8b 4867@node Arrays
c906108c
SS
4868@section Artificial arrays
4869
4870@cindex artificial array
41afff9a 4871@kindex @@@r{, referencing memory as an array}
c906108c
SS
4872It is often useful to print out several successive objects of the
4873same type in memory; a section of an array, or an array of
4874dynamically determined size for which only a pointer exists in the
4875program.
4876
4877You can do this by referring to a contiguous span of memory as an
4878@dfn{artificial array}, using the binary operator @samp{@@}. The left
4879operand of @samp{@@} should be the first element of the desired array
4880and be an individual object. The right operand should be the desired length
4881of the array. The result is an array value whose elements are all of
4882the type of the left argument. The first element is actually the left
4883argument; the second element comes from bytes of memory immediately
4884following those that hold the first element, and so on. Here is an
4885example. If a program says
4886
474c8240 4887@smallexample
c906108c 4888int *array = (int *) malloc (len * sizeof (int));
474c8240 4889@end smallexample
c906108c
SS
4890
4891@noindent
4892you can print the contents of @code{array} with
4893
474c8240 4894@smallexample
c906108c 4895p *array@@len
474c8240 4896@end smallexample
c906108c
SS
4897
4898The left operand of @samp{@@} must reside in memory. Array values made
4899with @samp{@@} in this way behave just like other arrays in terms of
4900subscripting, and are coerced to pointers when used in expressions.
4901Artificial arrays most often appear in expressions via the value history
4902(@pxref{Value History, ,Value history}), after printing one out.
4903
4904Another way to create an artificial array is to use a cast.
4905This re-interprets a value as if it were an array.
4906The value need not be in memory:
474c8240 4907@smallexample
c906108c
SS
4908(@value{GDBP}) p/x (short[2])0x12345678
4909$1 = @{0x1234, 0x5678@}
474c8240 4910@end smallexample
c906108c
SS
4911
4912As a convenience, if you leave the array length out (as in
c3f6f71d 4913@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 4914the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 4915@smallexample
c906108c
SS
4916(@value{GDBP}) p/x (short[])0x12345678
4917$2 = @{0x1234, 0x5678@}
474c8240 4918@end smallexample
c906108c
SS
4919
4920Sometimes the artificial array mechanism is not quite enough; in
4921moderately complex data structures, the elements of interest may not
4922actually be adjacent---for example, if you are interested in the values
4923of pointers in an array. One useful work-around in this situation is
4924to use a convenience variable (@pxref{Convenience Vars, ,Convenience
4925variables}) as a counter in an expression that prints the first
4926interesting value, and then repeat that expression via @key{RET}. For
4927instance, suppose you have an array @code{dtab} of pointers to
4928structures, and you are interested in the values of a field @code{fv}
4929in each structure. Here is an example of what you might type:
4930
474c8240 4931@smallexample
c906108c
SS
4932set $i = 0
4933p dtab[$i++]->fv
4934@key{RET}
4935@key{RET}
4936@dots{}
474c8240 4937@end smallexample
c906108c 4938
6d2ebf8b 4939@node Output Formats
c906108c
SS
4940@section Output formats
4941
4942@cindex formatted output
4943@cindex output formats
4944By default, @value{GDBN} prints a value according to its data type. Sometimes
4945this is not what you want. For example, you might want to print a number
4946in hex, or a pointer in decimal. Or you might want to view data in memory
4947at a certain address as a character string or as an instruction. To do
4948these things, specify an @dfn{output format} when you print a value.
4949
4950The simplest use of output formats is to say how to print a value
4951already computed. This is done by starting the arguments of the
4952@code{print} command with a slash and a format letter. The format
4953letters supported are:
4954
4955@table @code
4956@item x
4957Regard the bits of the value as an integer, and print the integer in
4958hexadecimal.
4959
4960@item d
4961Print as integer in signed decimal.
4962
4963@item u
4964Print as integer in unsigned decimal.
4965
4966@item o
4967Print as integer in octal.
4968
4969@item t
4970Print as integer in binary. The letter @samp{t} stands for ``two''.
4971@footnote{@samp{b} cannot be used because these format letters are also
4972used with the @code{x} command, where @samp{b} stands for ``byte'';
d4f3574e 4973see @ref{Memory,,Examining memory}.}
c906108c
SS
4974
4975@item a
4976@cindex unknown address, locating
3d67e040 4977@cindex locate address
c906108c
SS
4978Print as an address, both absolute in hexadecimal and as an offset from
4979the nearest preceding symbol. You can use this format used to discover
4980where (in what function) an unknown address is located:
4981
474c8240 4982@smallexample
c906108c
SS
4983(@value{GDBP}) p/a 0x54320
4984$3 = 0x54320 <_initialize_vx+396>
474c8240 4985@end smallexample
c906108c 4986
3d67e040
EZ
4987@noindent
4988The command @code{info symbol 0x54320} yields similar results.
4989@xref{Symbols, info symbol}.
4990
c906108c
SS
4991@item c
4992Regard as an integer and print it as a character constant.
4993
4994@item f
4995Regard the bits of the value as a floating point number and print
4996using typical floating point syntax.
4997@end table
4998
4999For example, to print the program counter in hex (@pxref{Registers}), type
5000
474c8240 5001@smallexample
c906108c 5002p/x $pc
474c8240 5003@end smallexample
c906108c
SS
5004
5005@noindent
5006Note that no space is required before the slash; this is because command
5007names in @value{GDBN} cannot contain a slash.
5008
5009To reprint the last value in the value history with a different format,
5010you can use the @code{print} command with just a format and no
5011expression. For example, @samp{p/x} reprints the last value in hex.
5012
6d2ebf8b 5013@node Memory
c906108c
SS
5014@section Examining memory
5015
5016You can use the command @code{x} (for ``examine'') to examine memory in
5017any of several formats, independently of your program's data types.
5018
5019@cindex examining memory
5020@table @code
41afff9a 5021@kindex x @r{(examine memory)}
c906108c
SS
5022@item x/@var{nfu} @var{addr}
5023@itemx x @var{addr}
5024@itemx x
5025Use the @code{x} command to examine memory.
5026@end table
5027
5028@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5029much memory to display and how to format it; @var{addr} is an
5030expression giving the address where you want to start displaying memory.
5031If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5032Several commands set convenient defaults for @var{addr}.
5033
5034@table @r
5035@item @var{n}, the repeat count
5036The repeat count is a decimal integer; the default is 1. It specifies
5037how much memory (counting by units @var{u}) to display.
5038@c This really is **decimal**; unaffected by 'set radix' as of GDB
5039@c 4.1.2.
5040
5041@item @var{f}, the display format
5042The display format is one of the formats used by @code{print},
5043@samp{s} (null-terminated string), or @samp{i} (machine instruction).
5044The default is @samp{x} (hexadecimal) initially.
5045The default changes each time you use either @code{x} or @code{print}.
5046
5047@item @var{u}, the unit size
5048The unit size is any of
5049
5050@table @code
5051@item b
5052Bytes.
5053@item h
5054Halfwords (two bytes).
5055@item w
5056Words (four bytes). This is the initial default.
5057@item g
5058Giant words (eight bytes).
5059@end table
5060
5061Each time you specify a unit size with @code{x}, that size becomes the
5062default unit the next time you use @code{x}. (For the @samp{s} and
5063@samp{i} formats, the unit size is ignored and is normally not written.)
5064
5065@item @var{addr}, starting display address
5066@var{addr} is the address where you want @value{GDBN} to begin displaying
5067memory. The expression need not have a pointer value (though it may);
5068it is always interpreted as an integer address of a byte of memory.
5069@xref{Expressions, ,Expressions}, for more information on expressions. The default for
5070@var{addr} is usually just after the last address examined---but several
5071other commands also set the default address: @code{info breakpoints} (to
5072the address of the last breakpoint listed), @code{info line} (to the
5073starting address of a line), and @code{print} (if you use it to display
5074a value from memory).
5075@end table
5076
5077For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5078(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5079starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
5080words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 5081@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
5082
5083Since the letters indicating unit sizes are all distinct from the
5084letters specifying output formats, you do not have to remember whether
5085unit size or format comes first; either order works. The output
5086specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5087(However, the count @var{n} must come first; @samp{wx4} does not work.)
5088
5089Even though the unit size @var{u} is ignored for the formats @samp{s}
5090and @samp{i}, you might still want to use a count @var{n}; for example,
5091@samp{3i} specifies that you want to see three machine instructions,
5092including any operands. The command @code{disassemble} gives an
d4f3574e 5093alternative way of inspecting machine instructions; see @ref{Machine
c906108c
SS
5094Code,,Source and machine code}.
5095
5096All the defaults for the arguments to @code{x} are designed to make it
5097easy to continue scanning memory with minimal specifications each time
5098you use @code{x}. For example, after you have inspected three machine
5099instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5100with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
5101the repeat count @var{n} is used again; the other arguments default as
5102for successive uses of @code{x}.
5103
5104@cindex @code{$_}, @code{$__}, and value history
5105The addresses and contents printed by the @code{x} command are not saved
5106in the value history because there is often too much of them and they
5107would get in the way. Instead, @value{GDBN} makes these values available for
5108subsequent use in expressions as values of the convenience variables
5109@code{$_} and @code{$__}. After an @code{x} command, the last address
5110examined is available for use in expressions in the convenience variable
5111@code{$_}. The contents of that address, as examined, are available in
5112the convenience variable @code{$__}.
5113
5114If the @code{x} command has a repeat count, the address and contents saved
5115are from the last memory unit printed; this is not the same as the last
5116address printed if several units were printed on the last line of output.
5117
6d2ebf8b 5118@node Auto Display
c906108c
SS
5119@section Automatic display
5120@cindex automatic display
5121@cindex display of expressions
5122
5123If you find that you want to print the value of an expression frequently
5124(to see how it changes), you might want to add it to the @dfn{automatic
5125display list} so that @value{GDBN} prints its value each time your program stops.
5126Each expression added to the list is given a number to identify it;
5127to remove an expression from the list, you specify that number.
5128The automatic display looks like this:
5129
474c8240 5130@smallexample
c906108c
SS
51312: foo = 38
51323: bar[5] = (struct hack *) 0x3804
474c8240 5133@end smallexample
c906108c
SS
5134
5135@noindent
5136This display shows item numbers, expressions and their current values. As with
5137displays you request manually using @code{x} or @code{print}, you can
5138specify the output format you prefer; in fact, @code{display} decides
5139whether to use @code{print} or @code{x} depending on how elaborate your
5140format specification is---it uses @code{x} if you specify a unit size,
5141or one of the two formats (@samp{i} and @samp{s}) that are only
5142supported by @code{x}; otherwise it uses @code{print}.
5143
5144@table @code
5145@kindex display
d4f3574e
SS
5146@item display @var{expr}
5147Add the expression @var{expr} to the list of expressions to display
c906108c
SS
5148each time your program stops. @xref{Expressions, ,Expressions}.
5149
5150@code{display} does not repeat if you press @key{RET} again after using it.
5151
d4f3574e 5152@item display/@var{fmt} @var{expr}
c906108c 5153For @var{fmt} specifying only a display format and not a size or
d4f3574e 5154count, add the expression @var{expr} to the auto-display list but
c906108c
SS
5155arrange to display it each time in the specified format @var{fmt}.
5156@xref{Output Formats,,Output formats}.
5157
5158@item display/@var{fmt} @var{addr}
5159For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5160number of units, add the expression @var{addr} as a memory address to
5161be examined each time your program stops. Examining means in effect
5162doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5163@end table
5164
5165For example, @samp{display/i $pc} can be helpful, to see the machine
5166instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 5167is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
5168
5169@table @code
5170@kindex delete display
5171@kindex undisplay
5172@item undisplay @var{dnums}@dots{}
5173@itemx delete display @var{dnums}@dots{}
5174Remove item numbers @var{dnums} from the list of expressions to display.
5175
5176@code{undisplay} does not repeat if you press @key{RET} after using it.
5177(Otherwise you would just get the error @samp{No display number @dots{}}.)
5178
5179@kindex disable display
5180@item disable display @var{dnums}@dots{}
5181Disable the display of item numbers @var{dnums}. A disabled display
5182item is not printed automatically, but is not forgotten. It may be
5183enabled again later.
5184
5185@kindex enable display
5186@item enable display @var{dnums}@dots{}
5187Enable display of item numbers @var{dnums}. It becomes effective once
5188again in auto display of its expression, until you specify otherwise.
5189
5190@item display
5191Display the current values of the expressions on the list, just as is
5192done when your program stops.
5193
5194@kindex info display
5195@item info display
5196Print the list of expressions previously set up to display
5197automatically, each one with its item number, but without showing the
5198values. This includes disabled expressions, which are marked as such.
5199It also includes expressions which would not be displayed right now
5200because they refer to automatic variables not currently available.
5201@end table
5202
5203If a display expression refers to local variables, then it does not make
5204sense outside the lexical context for which it was set up. Such an
5205expression is disabled when execution enters a context where one of its
5206variables is not defined. For example, if you give the command
5207@code{display last_char} while inside a function with an argument
5208@code{last_char}, @value{GDBN} displays this argument while your program
5209continues to stop inside that function. When it stops elsewhere---where
5210there is no variable @code{last_char}---the display is disabled
5211automatically. The next time your program stops where @code{last_char}
5212is meaningful, you can enable the display expression once again.
5213
6d2ebf8b 5214@node Print Settings
c906108c
SS
5215@section Print settings
5216
5217@cindex format options
5218@cindex print settings
5219@value{GDBN} provides the following ways to control how arrays, structures,
5220and symbols are printed.
5221
5222@noindent
5223These settings are useful for debugging programs in any language:
5224
5225@table @code
5226@kindex set print address
5227@item set print address
5228@itemx set print address on
5229@value{GDBN} prints memory addresses showing the location of stack
5230traces, structure values, pointer values, breakpoints, and so forth,
5231even when it also displays the contents of those addresses. The default
5232is @code{on}. For example, this is what a stack frame display looks like with
5233@code{set print address on}:
5234
5235@smallexample
5236@group
5237(@value{GDBP}) f
5238#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5239 at input.c:530
5240530 if (lquote != def_lquote)
5241@end group
5242@end smallexample
5243
5244@item set print address off
5245Do not print addresses when displaying their contents. For example,
5246this is the same stack frame displayed with @code{set print address off}:
5247
5248@smallexample
5249@group
5250(@value{GDBP}) set print addr off
5251(@value{GDBP}) f
5252#0 set_quotes (lq="<<", rq=">>") at input.c:530
5253530 if (lquote != def_lquote)
5254@end group
5255@end smallexample
5256
5257You can use @samp{set print address off} to eliminate all machine
5258dependent displays from the @value{GDBN} interface. For example, with
5259@code{print address off}, you should get the same text for backtraces on
5260all machines---whether or not they involve pointer arguments.
5261
5262@kindex show print address
5263@item show print address
5264Show whether or not addresses are to be printed.
5265@end table
5266
5267When @value{GDBN} prints a symbolic address, it normally prints the
5268closest earlier symbol plus an offset. If that symbol does not uniquely
5269identify the address (for example, it is a name whose scope is a single
5270source file), you may need to clarify. One way to do this is with
5271@code{info line}, for example @samp{info line *0x4537}. Alternately,
5272you can set @value{GDBN} to print the source file and line number when
5273it prints a symbolic address:
5274
5275@table @code
5276@kindex set print symbol-filename
5277@item set print symbol-filename on
5278Tell @value{GDBN} to print the source file name and line number of a
5279symbol in the symbolic form of an address.
5280
5281@item set print symbol-filename off
5282Do not print source file name and line number of a symbol. This is the
5283default.
5284
5285@kindex show print symbol-filename
5286@item show print symbol-filename
5287Show whether or not @value{GDBN} will print the source file name and
5288line number of a symbol in the symbolic form of an address.
5289@end table
5290
5291Another situation where it is helpful to show symbol filenames and line
5292numbers is when disassembling code; @value{GDBN} shows you the line
5293number and source file that corresponds to each instruction.
5294
5295Also, you may wish to see the symbolic form only if the address being
5296printed is reasonably close to the closest earlier symbol:
5297
5298@table @code
5299@kindex set print max-symbolic-offset
5300@item set print max-symbolic-offset @var{max-offset}
5301Tell @value{GDBN} to only display the symbolic form of an address if the
5302offset between the closest earlier symbol and the address is less than
5d161b24 5303@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
5304to always print the symbolic form of an address if any symbol precedes it.
5305
5306@kindex show print max-symbolic-offset
5307@item show print max-symbolic-offset
5308Ask how large the maximum offset is that @value{GDBN} prints in a
5309symbolic address.
5310@end table
5311
5312@cindex wild pointer, interpreting
5313@cindex pointer, finding referent
5314If you have a pointer and you are not sure where it points, try
5315@samp{set print symbol-filename on}. Then you can determine the name
5316and source file location of the variable where it points, using
5317@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5318For example, here @value{GDBN} shows that a variable @code{ptt} points
5319at another variable @code{t}, defined in @file{hi2.c}:
5320
474c8240 5321@smallexample
c906108c
SS
5322(@value{GDBP}) set print symbol-filename on
5323(@value{GDBP}) p/a ptt
5324$4 = 0xe008 <t in hi2.c>
474c8240 5325@end smallexample
c906108c
SS
5326
5327@quotation
5328@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5329does not show the symbol name and filename of the referent, even with
5330the appropriate @code{set print} options turned on.
5331@end quotation
5332
5333Other settings control how different kinds of objects are printed:
5334
5335@table @code
5336@kindex set print array
5337@item set print array
5338@itemx set print array on
5339Pretty print arrays. This format is more convenient to read,
5340but uses more space. The default is off.
5341
5342@item set print array off
5343Return to compressed format for arrays.
5344
5345@kindex show print array
5346@item show print array
5347Show whether compressed or pretty format is selected for displaying
5348arrays.
5349
5350@kindex set print elements
5351@item set print elements @var{number-of-elements}
5352Set a limit on how many elements of an array @value{GDBN} will print.
5353If @value{GDBN} is printing a large array, it stops printing after it has
5354printed the number of elements set by the @code{set print elements} command.
5355This limit also applies to the display of strings.
d4f3574e 5356When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
5357Setting @var{number-of-elements} to zero means that the printing is unlimited.
5358
5359@kindex show print elements
5360@item show print elements
5361Display the number of elements of a large array that @value{GDBN} will print.
5362If the number is 0, then the printing is unlimited.
5363
5364@kindex set print null-stop
5365@item set print null-stop
5366Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 5367@sc{null} is encountered. This is useful when large arrays actually
c906108c 5368contain only short strings.
d4f3574e 5369The default is off.
c906108c
SS
5370
5371@kindex set print pretty
5372@item set print pretty on
5d161b24 5373Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
5374per line, like this:
5375
5376@smallexample
5377@group
5378$1 = @{
5379 next = 0x0,
5380 flags = @{
5381 sweet = 1,
5382 sour = 1
5383 @},
5384 meat = 0x54 "Pork"
5385@}
5386@end group
5387@end smallexample
5388
5389@item set print pretty off
5390Cause @value{GDBN} to print structures in a compact format, like this:
5391
5392@smallexample
5393@group
5394$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5395meat = 0x54 "Pork"@}
5396@end group
5397@end smallexample
5398
5399@noindent
5400This is the default format.
5401
5402@kindex show print pretty
5403@item show print pretty
5404Show which format @value{GDBN} is using to print structures.
5405
5406@kindex set print sevenbit-strings
5407@item set print sevenbit-strings on
5408Print using only seven-bit characters; if this option is set,
5409@value{GDBN} displays any eight-bit characters (in strings or
5410character values) using the notation @code{\}@var{nnn}. This setting is
5411best if you are working in English (@sc{ascii}) and you use the
5412high-order bit of characters as a marker or ``meta'' bit.
5413
5414@item set print sevenbit-strings off
5415Print full eight-bit characters. This allows the use of more
5416international character sets, and is the default.
5417
5418@kindex show print sevenbit-strings
5419@item show print sevenbit-strings
5420Show whether or not @value{GDBN} is printing only seven-bit characters.
5421
5422@kindex set print union
5423@item set print union on
5d161b24 5424Tell @value{GDBN} to print unions which are contained in structures. This
c906108c
SS
5425is the default setting.
5426
5427@item set print union off
5428Tell @value{GDBN} not to print unions which are contained in structures.
5429
5430@kindex show print union
5431@item show print union
5432Ask @value{GDBN} whether or not it will print unions which are contained in
5433structures.
5434
5435For example, given the declarations
5436
5437@smallexample
5438typedef enum @{Tree, Bug@} Species;
5439typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 5440typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
5441 Bug_forms;
5442
5443struct thing @{
5444 Species it;
5445 union @{
5446 Tree_forms tree;
5447 Bug_forms bug;
5448 @} form;
5449@};
5450
5451struct thing foo = @{Tree, @{Acorn@}@};
5452@end smallexample
5453
5454@noindent
5455with @code{set print union on} in effect @samp{p foo} would print
5456
5457@smallexample
5458$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5459@end smallexample
5460
5461@noindent
5462and with @code{set print union off} in effect it would print
5463
5464@smallexample
5465$1 = @{it = Tree, form = @{...@}@}
5466@end smallexample
5467@end table
5468
c906108c
SS
5469@need 1000
5470@noindent
b37052ae 5471These settings are of interest when debugging C@t{++} programs:
c906108c
SS
5472
5473@table @code
5474@cindex demangling
5475@kindex set print demangle
5476@item set print demangle
5477@itemx set print demangle on
b37052ae 5478Print C@t{++} names in their source form rather than in the encoded
c906108c 5479(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 5480linkage. The default is on.
c906108c
SS
5481
5482@kindex show print demangle
5483@item show print demangle
b37052ae 5484Show whether C@t{++} names are printed in mangled or demangled form.
c906108c
SS
5485
5486@kindex set print asm-demangle
5487@item set print asm-demangle
5488@itemx set print asm-demangle on
b37052ae 5489Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
5490in assembler code printouts such as instruction disassemblies.
5491The default is off.
5492
5493@kindex show print asm-demangle
5494@item show print asm-demangle
b37052ae 5495Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
5496or demangled form.
5497
5498@kindex set demangle-style
b37052ae
EZ
5499@cindex C@t{++} symbol decoding style
5500@cindex symbol decoding style, C@t{++}
c906108c
SS
5501@item set demangle-style @var{style}
5502Choose among several encoding schemes used by different compilers to
b37052ae 5503represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
5504
5505@table @code
5506@item auto
5507Allow @value{GDBN} to choose a decoding style by inspecting your program.
5508
5509@item gnu
b37052ae 5510Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c 5511This is the default.
c906108c
SS
5512
5513@item hp
b37052ae 5514Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
5515
5516@item lucid
b37052ae 5517Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
5518
5519@item arm
b37052ae 5520Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
5521@strong{Warning:} this setting alone is not sufficient to allow
5522debugging @code{cfront}-generated executables. @value{GDBN} would
5523require further enhancement to permit that.
5524
5525@end table
5526If you omit @var{style}, you will see a list of possible formats.
5527
5528@kindex show demangle-style
5529@item show demangle-style
b37052ae 5530Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c
SS
5531
5532@kindex set print object
5533@item set print object
5534@itemx set print object on
5535When displaying a pointer to an object, identify the @emph{actual}
5536(derived) type of the object rather than the @emph{declared} type, using
5537the virtual function table.
5538
5539@item set print object off
5540Display only the declared type of objects, without reference to the
5541virtual function table. This is the default setting.
5542
5543@kindex show print object
5544@item show print object
5545Show whether actual, or declared, object types are displayed.
5546
5547@kindex set print static-members
5548@item set print static-members
5549@itemx set print static-members on
b37052ae 5550Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
5551
5552@item set print static-members off
b37052ae 5553Do not print static members when displaying a C@t{++} object.
c906108c
SS
5554
5555@kindex show print static-members
5556@item show print static-members
b37052ae 5557Show whether C@t{++} static members are printed, or not.
c906108c
SS
5558
5559@c These don't work with HP ANSI C++ yet.
5560@kindex set print vtbl
5561@item set print vtbl
5562@itemx set print vtbl on
b37052ae 5563Pretty print C@t{++} virtual function tables. The default is off.
c906108c 5564(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 5565ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
5566
5567@item set print vtbl off
b37052ae 5568Do not pretty print C@t{++} virtual function tables.
c906108c
SS
5569
5570@kindex show print vtbl
5571@item show print vtbl
b37052ae 5572Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 5573@end table
c906108c 5574
6d2ebf8b 5575@node Value History
c906108c
SS
5576@section Value history
5577
5578@cindex value history
5d161b24
DB
5579Values printed by the @code{print} command are saved in the @value{GDBN}
5580@dfn{value history}. This allows you to refer to them in other expressions.
5581Values are kept until the symbol table is re-read or discarded
5582(for example with the @code{file} or @code{symbol-file} commands).
5583When the symbol table changes, the value history is discarded,
5584since the values may contain pointers back to the types defined in the
c906108c
SS
5585symbol table.
5586
5587@cindex @code{$}
5588@cindex @code{$$}
5589@cindex history number
5590The values printed are given @dfn{history numbers} by which you can
5591refer to them. These are successive integers starting with one.
5592@code{print} shows you the history number assigned to a value by
5593printing @samp{$@var{num} = } before the value; here @var{num} is the
5594history number.
5595
5596To refer to any previous value, use @samp{$} followed by the value's
5597history number. The way @code{print} labels its output is designed to
5598remind you of this. Just @code{$} refers to the most recent value in
5599the history, and @code{$$} refers to the value before that.
5600@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5601is the value just prior to @code{$$}, @code{$$1} is equivalent to
5602@code{$$}, and @code{$$0} is equivalent to @code{$}.
5603
5604For example, suppose you have just printed a pointer to a structure and
5605want to see the contents of the structure. It suffices to type
5606
474c8240 5607@smallexample
c906108c 5608p *$
474c8240 5609@end smallexample
c906108c
SS
5610
5611If you have a chain of structures where the component @code{next} points
5612to the next one, you can print the contents of the next one with this:
5613
474c8240 5614@smallexample
c906108c 5615p *$.next
474c8240 5616@end smallexample
c906108c
SS
5617
5618@noindent
5619You can print successive links in the chain by repeating this
5620command---which you can do by just typing @key{RET}.
5621
5622Note that the history records values, not expressions. If the value of
5623@code{x} is 4 and you type these commands:
5624
474c8240 5625@smallexample
c906108c
SS
5626print x
5627set x=5
474c8240 5628@end smallexample
c906108c
SS
5629
5630@noindent
5631then the value recorded in the value history by the @code{print} command
5632remains 4 even though the value of @code{x} has changed.
5633
5634@table @code
5635@kindex show values
5636@item show values
5637Print the last ten values in the value history, with their item numbers.
5638This is like @samp{p@ $$9} repeated ten times, except that @code{show
5639values} does not change the history.
5640
5641@item show values @var{n}
5642Print ten history values centered on history item number @var{n}.
5643
5644@item show values +
5645Print ten history values just after the values last printed. If no more
5646values are available, @code{show values +} produces no display.
5647@end table
5648
5649Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5650same effect as @samp{show values +}.
5651
6d2ebf8b 5652@node Convenience Vars
c906108c
SS
5653@section Convenience variables
5654
5655@cindex convenience variables
5656@value{GDBN} provides @dfn{convenience variables} that you can use within
5657@value{GDBN} to hold on to a value and refer to it later. These variables
5658exist entirely within @value{GDBN}; they are not part of your program, and
5659setting a convenience variable has no direct effect on further execution
5660of your program. That is why you can use them freely.
5661
5662Convenience variables are prefixed with @samp{$}. Any name preceded by
5663@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 5664the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c
SS
5665(Value history references, in contrast, are @emph{numbers} preceded
5666by @samp{$}. @xref{Value History, ,Value history}.)
5667
5668You can save a value in a convenience variable with an assignment
5669expression, just as you would set a variable in your program.
5670For example:
5671
474c8240 5672@smallexample
c906108c 5673set $foo = *object_ptr
474c8240 5674@end smallexample
c906108c
SS
5675
5676@noindent
5677would save in @code{$foo} the value contained in the object pointed to by
5678@code{object_ptr}.
5679
5680Using a convenience variable for the first time creates it, but its
5681value is @code{void} until you assign a new value. You can alter the
5682value with another assignment at any time.
5683
5684Convenience variables have no fixed types. You can assign a convenience
5685variable any type of value, including structures and arrays, even if
5686that variable already has a value of a different type. The convenience
5687variable, when used as an expression, has the type of its current value.
5688
5689@table @code
5690@kindex show convenience
5691@item show convenience
5692Print a list of convenience variables used so far, and their values.
d4f3574e 5693Abbreviated @code{show conv}.
c906108c
SS
5694@end table
5695
5696One of the ways to use a convenience variable is as a counter to be
5697incremented or a pointer to be advanced. For example, to print
5698a field from successive elements of an array of structures:
5699
474c8240 5700@smallexample
c906108c
SS
5701set $i = 0
5702print bar[$i++]->contents
474c8240 5703@end smallexample
c906108c 5704
d4f3574e
SS
5705@noindent
5706Repeat that command by typing @key{RET}.
c906108c
SS
5707
5708Some convenience variables are created automatically by @value{GDBN} and given
5709values likely to be useful.
5710
5711@table @code
41afff9a 5712@vindex $_@r{, convenience variable}
c906108c
SS
5713@item $_
5714The variable @code{$_} is automatically set by the @code{x} command to
5715the last address examined (@pxref{Memory, ,Examining memory}). Other
5716commands which provide a default address for @code{x} to examine also
5717set @code{$_} to that address; these commands include @code{info line}
5718and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5719except when set by the @code{x} command, in which case it is a pointer
5720to the type of @code{$__}.
5721
41afff9a 5722@vindex $__@r{, convenience variable}
c906108c
SS
5723@item $__
5724The variable @code{$__} is automatically set by the @code{x} command
5725to the value found in the last address examined. Its type is chosen
5726to match the format in which the data was printed.
5727
5728@item $_exitcode
41afff9a 5729@vindex $_exitcode@r{, convenience variable}
c906108c
SS
5730The variable @code{$_exitcode} is automatically set to the exit code when
5731the program being debugged terminates.
5732@end table
5733
53a5351d
JM
5734On HP-UX systems, if you refer to a function or variable name that
5735begins with a dollar sign, @value{GDBN} searches for a user or system
5736name first, before it searches for a convenience variable.
c906108c 5737
6d2ebf8b 5738@node Registers
c906108c
SS
5739@section Registers
5740
5741@cindex registers
5742You can refer to machine register contents, in expressions, as variables
5743with names starting with @samp{$}. The names of registers are different
5744for each machine; use @code{info registers} to see the names used on
5745your machine.
5746
5747@table @code
5748@kindex info registers
5749@item info registers
5750Print the names and values of all registers except floating-point
c85508ee 5751and vector registers (in the selected stack frame).
c906108c
SS
5752
5753@kindex info all-registers
5754@cindex floating point registers
5755@item info all-registers
5756Print the names and values of all registers, including floating-point
c85508ee 5757and vector registers (in the selected stack frame).
c906108c
SS
5758
5759@item info registers @var{regname} @dots{}
5760Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
5761As discussed in detail below, register values are normally relative to
5762the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
5763the machine you are using, with or without the initial @samp{$}.
5764@end table
5765
5766@value{GDBN} has four ``standard'' register names that are available (in
5767expressions) on most machines---whenever they do not conflict with an
5768architecture's canonical mnemonics for registers. The register names
5769@code{$pc} and @code{$sp} are used for the program counter register and
5770the stack pointer. @code{$fp} is used for a register that contains a
5771pointer to the current stack frame, and @code{$ps} is used for a
5772register that contains the processor status. For example,
5773you could print the program counter in hex with
5774
474c8240 5775@smallexample
c906108c 5776p/x $pc
474c8240 5777@end smallexample
c906108c
SS
5778
5779@noindent
5780or print the instruction to be executed next with
5781
474c8240 5782@smallexample
c906108c 5783x/i $pc
474c8240 5784@end smallexample
c906108c
SS
5785
5786@noindent
5787or add four to the stack pointer@footnote{This is a way of removing
5788one word from the stack, on machines where stacks grow downward in
5789memory (most machines, nowadays). This assumes that the innermost
5790stack frame is selected; setting @code{$sp} is not allowed when other
5791stack frames are selected. To pop entire frames off the stack,
5792regardless of machine architecture, use @code{return};
d4f3574e 5793see @ref{Returning, ,Returning from a function}.} with
c906108c 5794
474c8240 5795@smallexample
c906108c 5796set $sp += 4
474c8240 5797@end smallexample
c906108c
SS
5798
5799Whenever possible, these four standard register names are available on
5800your machine even though the machine has different canonical mnemonics,
5801so long as there is no conflict. The @code{info registers} command
5802shows the canonical names. For example, on the SPARC, @code{info
5803registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
5804can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
5805is an alias for the @sc{eflags} register.
c906108c
SS
5806
5807@value{GDBN} always considers the contents of an ordinary register as an
5808integer when the register is examined in this way. Some machines have
5809special registers which can hold nothing but floating point; these
5810registers are considered to have floating point values. There is no way
5811to refer to the contents of an ordinary register as floating point value
5812(although you can @emph{print} it as a floating point value with
5813@samp{print/f $@var{regname}}).
5814
5815Some registers have distinct ``raw'' and ``virtual'' data formats. This
5816means that the data format in which the register contents are saved by
5817the operating system is not the same one that your program normally
5818sees. For example, the registers of the 68881 floating point
5819coprocessor are always saved in ``extended'' (raw) format, but all C
5820programs expect to work with ``double'' (virtual) format. In such
5d161b24 5821cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
5822that makes sense for your program), but the @code{info registers} command
5823prints the data in both formats.
5824
5825Normally, register values are relative to the selected stack frame
5826(@pxref{Selection, ,Selecting a frame}). This means that you get the
5827value that the register would contain if all stack frames farther in
5828were exited and their saved registers restored. In order to see the
5829true contents of hardware registers, you must select the innermost
5830frame (with @samp{frame 0}).
5831
5832However, @value{GDBN} must deduce where registers are saved, from the machine
5833code generated by your compiler. If some registers are not saved, or if
5834@value{GDBN} is unable to locate the saved registers, the selected stack
5835frame makes no difference.
5836
6d2ebf8b 5837@node Floating Point Hardware
c906108c
SS
5838@section Floating point hardware
5839@cindex floating point
5840
5841Depending on the configuration, @value{GDBN} may be able to give
5842you more information about the status of the floating point hardware.
5843
5844@table @code
5845@kindex info float
5846@item info float
5847Display hardware-dependent information about the floating
5848point unit. The exact contents and layout vary depending on the
5849floating point chip. Currently, @samp{info float} is supported on
5850the ARM and x86 machines.
5851@end table
c906108c 5852
e76f1f2e
AC
5853@node Vector Unit
5854@section Vector Unit
5855@cindex vector unit
5856
5857Depending on the configuration, @value{GDBN} may be able to give you
5858more information about the status of the vector unit.
5859
5860@table @code
5861@kindex info vector
5862@item info vector
5863Display information about the vector unit. The exact contents and
5864layout vary depending on the hardware.
5865@end table
5866
29e57380 5867@node Memory Region Attributes
16d9dec6 5868@section Memory region attributes
29e57380
C
5869@cindex memory region attributes
5870
5871@dfn{Memory region attributes} allow you to describe special handling
5872required by regions of your target's memory. @value{GDBN} uses attributes
5873to determine whether to allow certain types of memory accesses; whether to
5874use specific width accesses; and whether to cache target memory.
5875
5876Defined memory regions can be individually enabled and disabled. When a
5877memory region is disabled, @value{GDBN} uses the default attributes when
5878accessing memory in that region. Similarly, if no memory regions have
5879been defined, @value{GDBN} uses the default attributes when accessing
5880all memory.
5881
5882When a memory region is defined, it is given a number to identify it;
5883to enable, disable, or remove a memory region, you specify that number.
5884
5885@table @code
5886@kindex mem
bfac230e
DH
5887@item mem @var{lower} @var{upper} @var{attributes}@dots{}
5888Define memory region bounded by @var{lower} and @var{upper} with
5889attributes @var{attributes}@dots{}. Note that @var{upper} == 0 is a
5890special case: it is treated as the the target's maximum memory address.
5891(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380
C
5892
5893@kindex delete mem
5894@item delete mem @var{nums}@dots{}
59649f2e 5895Remove memory regions @var{nums}@dots{}.
29e57380
C
5896
5897@kindex disable mem
5898@item disable mem @var{nums}@dots{}
59649f2e 5899Disable memory regions @var{nums}@dots{}.
29e57380
C
5900A disabled memory region is not forgotten.
5901It may be enabled again later.
5902
5903@kindex enable mem
5904@item enable mem @var{nums}@dots{}
59649f2e 5905Enable memory regions @var{nums}@dots{}.
29e57380
C
5906
5907@kindex info mem
5908@item info mem
5909Print a table of all defined memory regions, with the following columns
5910for each region.
5911
5912@table @emph
5913@item Memory Region Number
5914@item Enabled or Disabled.
5915Enabled memory regions are marked with @samp{y}.
5916Disabled memory regions are marked with @samp{n}.
5917
5918@item Lo Address
5919The address defining the inclusive lower bound of the memory region.
5920
5921@item Hi Address
5922The address defining the exclusive upper bound of the memory region.
5923
5924@item Attributes
5925The list of attributes set for this memory region.
5926@end table
5927@end table
5928
5929
5930@subsection Attributes
5931
5932@subsubsection Memory Access Mode
5933The access mode attributes set whether @value{GDBN} may make read or
5934write accesses to a memory region.
5935
5936While these attributes prevent @value{GDBN} from performing invalid
5937memory accesses, they do nothing to prevent the target system, I/O DMA,
5938etc. from accessing memory.
5939
5940@table @code
5941@item ro
5942Memory is read only.
5943@item wo
5944Memory is write only.
5945@item rw
6ca652b0 5946Memory is read/write. This is the default.
29e57380
C
5947@end table
5948
5949@subsubsection Memory Access Size
5950The acccess size attributes tells @value{GDBN} to use specific sized
5951accesses in the memory region. Often memory mapped device registers
5952require specific sized accesses. If no access size attribute is
5953specified, @value{GDBN} may use accesses of any size.
5954
5955@table @code
5956@item 8
5957Use 8 bit memory accesses.
5958@item 16
5959Use 16 bit memory accesses.
5960@item 32
5961Use 32 bit memory accesses.
5962@item 64
5963Use 64 bit memory accesses.
5964@end table
5965
5966@c @subsubsection Hardware/Software Breakpoints
5967@c The hardware/software breakpoint attributes set whether @value{GDBN}
5968@c will use hardware or software breakpoints for the internal breakpoints
5969@c used by the step, next, finish, until, etc. commands.
5970@c
5971@c @table @code
5972@c @item hwbreak
5973@c Always use hardware breakpoints
5974@c @item swbreak (default)
5975@c @end table
5976
5977@subsubsection Data Cache
5978The data cache attributes set whether @value{GDBN} will cache target
5979memory. While this generally improves performance by reducing debug
5980protocol overhead, it can lead to incorrect results because @value{GDBN}
5981does not know about volatile variables or memory mapped device
5982registers.
5983
5984@table @code
5985@item cache
5986Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
5987@item nocache
5988Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
5989@end table
5990
5991@c @subsubsection Memory Write Verification
5992@c The memory write verification attributes set whether @value{GDBN}
5993@c will re-reads data after each write to verify the write was successful.
5994@c
5995@c @table @code
5996@c @item verify
5997@c @item noverify (default)
5998@c @end table
5999
16d9dec6
MS
6000@node Dump/Restore Files
6001@section Copy between memory and a file
6002@cindex dump/restore files
6003@cindex append data to a file
6004@cindex dump data to a file
6005@cindex restore data from a file
16d9dec6 6006
df5215a6
JB
6007You can use the commands @code{dump}, @code{append}, and
6008@code{restore} to copy data between target memory and a file. The
6009@code{dump} and @code{append} commands write data to a file, and the
6010@code{restore} command reads data from a file back into the inferior's
6011memory. Files may be in binary, Motorola S-record, Intel hex, or
6012Tektronix Hex format; however, @value{GDBN} can only append to binary
6013files.
6014
6015@table @code
6016
6017@kindex dump
6018@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6019@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6020Dump the contents of memory from @var{start_addr} to @var{end_addr},
6021or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 6022
df5215a6 6023The @var{format} parameter may be any one of:
16d9dec6 6024@table @code
df5215a6
JB
6025@item binary
6026Raw binary form.
6027@item ihex
6028Intel hex format.
6029@item srec
6030Motorola S-record format.
6031@item tekhex
6032Tektronix Hex format.
6033@end table
6034
6035@value{GDBN} uses the same definitions of these formats as the
6036@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
6037@var{format} is omitted, @value{GDBN} dumps the data in raw binary
6038form.
6039
6040@kindex append
6041@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6042@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6043Append the contents of memory from @var{start_addr} to @var{end_addr},
6044or the value of @var{expr}, to @var{filename}, in raw binary form.
6045(@value{GDBN} can only append data to files in raw binary form.)
6046
6047@kindex restore
6048@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6049Restore the contents of file @var{filename} into memory. The
6050@code{restore} command can automatically recognize any known @sc{bfd}
6051file format, except for raw binary. To restore a raw binary file you
6052must specify the optional keyword @code{binary} after the filename.
16d9dec6
MS
6053
6054If @var{bias} is non-zero, its value will be added to the addresses
6055contained in the file. Binary files always start at address zero, so
6056they will be restored at address @var{bias}. Other bfd files have
6057a built-in location; they will be restored at offset @var{bias}
6058from that location.
6059
6060If @var{start} and/or @var{end} are non-zero, then only data between
6061file offset @var{start} and file offset @var{end} will be restored.
6062These offsets are relative to the addresses in the file, before
6063the @var{bias} argument is applied.
6064
6065@end table
6066
a0eb71c5
KB
6067@node Character Sets
6068@section Character Sets
6069@cindex character sets
6070@cindex charset
6071@cindex translating between character sets
6072@cindex host character set
6073@cindex target character set
6074
6075If the program you are debugging uses a different character set to
6076represent characters and strings than the one @value{GDBN} uses itself,
6077@value{GDBN} can automatically translate between the character sets for
6078you. The character set @value{GDBN} uses we call the @dfn{host
6079character set}; the one the inferior program uses we call the
6080@dfn{target character set}.
6081
6082For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6083uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6084remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6085running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6086then the host character set is Latin-1, and the target character set is
6087@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 6088target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
6089@sc{ebcdic} and Latin 1 as you print character or string values, or use
6090character and string literals in expressions.
6091
6092@value{GDBN} has no way to automatically recognize which character set
6093the inferior program uses; you must tell it, using the @code{set
6094target-charset} command, described below.
6095
6096Here are the commands for controlling @value{GDBN}'s character set
6097support:
6098
6099@table @code
6100@item set target-charset @var{charset}
6101@kindex set target-charset
6102Set the current target character set to @var{charset}. We list the
e33d66ec
EZ
6103character set names @value{GDBN} recognizes below, but if you type
6104@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6105list the target character sets it supports.
a0eb71c5
KB
6106@end table
6107
6108@table @code
6109@item set host-charset @var{charset}
6110@kindex set host-charset
6111Set the current host character set to @var{charset}.
6112
6113By default, @value{GDBN} uses a host character set appropriate to the
6114system it is running on; you can override that default using the
6115@code{set host-charset} command.
6116
6117@value{GDBN} can only use certain character sets as its host character
6118set. We list the character set names @value{GDBN} recognizes below, and
e33d66ec
EZ
6119indicate which can be host character sets, but if you type
6120@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6121list the host character sets it supports.
a0eb71c5
KB
6122
6123@item set charset @var{charset}
6124@kindex set charset
e33d66ec
EZ
6125Set the current host and target character sets to @var{charset}. As
6126above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6127@value{GDBN} will list the name of the character sets that can be used
6128for both host and target.
6129
a0eb71c5
KB
6130
6131@item show charset
a0eb71c5 6132@kindex show charset
e33d66ec
EZ
6133Show the names of the current host and target charsets.
6134
6135@itemx show host-charset
a0eb71c5 6136@kindex show host-charset
e33d66ec
EZ
6137Show the name of the current host charset.
6138
6139@itemx show target-charset
a0eb71c5 6140@kindex show target-charset
e33d66ec 6141Show the name of the current target charset.
a0eb71c5
KB
6142
6143@end table
6144
6145@value{GDBN} currently includes support for the following character
6146sets:
6147
6148@table @code
6149
6150@item ASCII
6151@cindex ASCII character set
6152Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6153character set.
6154
6155@item ISO-8859-1
6156@cindex ISO 8859-1 character set
6157@cindex ISO Latin 1 character set
e33d66ec 6158The ISO Latin 1 character set. This extends @sc{ascii} with accented
a0eb71c5
KB
6159characters needed for French, German, and Spanish. @value{GDBN} can use
6160this as its host character set.
6161
6162@item EBCDIC-US
6163@itemx IBM1047
6164@cindex EBCDIC character set
6165@cindex IBM1047 character set
6166Variants of the @sc{ebcdic} character set, used on some of IBM's
6167mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6168@value{GDBN} cannot use these as its host character set.
6169
6170@end table
6171
6172Note that these are all single-byte character sets. More work inside
6173GDB is needed to support multi-byte or variable-width character
6174encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6175
6176Here is an example of @value{GDBN}'s character set support in action.
6177Assume that the following source code has been placed in the file
6178@file{charset-test.c}:
6179
6180@smallexample
6181#include <stdio.h>
6182
6183char ascii_hello[]
6184 = @{72, 101, 108, 108, 111, 44, 32, 119,
6185 111, 114, 108, 100, 33, 10, 0@};
6186char ibm1047_hello[]
6187 = @{200, 133, 147, 147, 150, 107, 64, 166,
6188 150, 153, 147, 132, 90, 37, 0@};
6189
6190main ()
6191@{
6192 printf ("Hello, world!\n");
6193@}
10998722 6194@end smallexample
a0eb71c5
KB
6195
6196In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6197containing the string @samp{Hello, world!} followed by a newline,
6198encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6199
6200We compile the program, and invoke the debugger on it:
6201
6202@smallexample
6203$ gcc -g charset-test.c -o charset-test
6204$ gdb -nw charset-test
6205GNU gdb 2001-12-19-cvs
6206Copyright 2001 Free Software Foundation, Inc.
6207@dots{}
6208(gdb)
10998722 6209@end smallexample
a0eb71c5
KB
6210
6211We can use the @code{show charset} command to see what character sets
6212@value{GDBN} is currently using to interpret and display characters and
6213strings:
6214
6215@smallexample
6216(gdb) show charset
e33d66ec 6217The current host and target character set is `ISO-8859-1'.
a0eb71c5 6218(gdb)
10998722 6219@end smallexample
a0eb71c5
KB
6220
6221For the sake of printing this manual, let's use @sc{ascii} as our
6222initial character set:
6223@smallexample
e33d66ec 6224(gdb) set charset ASCII
a0eb71c5 6225(gdb) show charset
e33d66ec 6226The current host and target character set is `ASCII'.
a0eb71c5 6227(gdb)
10998722 6228@end smallexample
a0eb71c5
KB
6229
6230Let's assume that @sc{ascii} is indeed the correct character set for our
6231host system --- in other words, let's assume that if @value{GDBN} prints
6232characters using the @sc{ascii} character set, our terminal will display
6233them properly. Since our current target character set is also
6234@sc{ascii}, the contents of @code{ascii_hello} print legibly:
6235
6236@smallexample
6237(gdb) print ascii_hello
6238$1 = 0x401698 "Hello, world!\n"
6239(gdb) print ascii_hello[0]
6240$2 = 72 'H'
6241(gdb)
10998722 6242@end smallexample
a0eb71c5
KB
6243
6244@value{GDBN} uses the target character set for character and string
6245literals you use in expressions:
6246
6247@smallexample
6248(gdb) print '+'
6249$3 = 43 '+'
6250(gdb)
10998722 6251@end smallexample
a0eb71c5
KB
6252
6253The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6254character.
6255
6256@value{GDBN} relies on the user to tell it which character set the
6257target program uses. If we print @code{ibm1047_hello} while our target
6258character set is still @sc{ascii}, we get jibberish:
6259
6260@smallexample
6261(gdb) print ibm1047_hello
6262$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6263(gdb) print ibm1047_hello[0]
6264$5 = 200 '\310'
6265(gdb)
10998722 6266@end smallexample
a0eb71c5 6267
e33d66ec 6268If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
6269@value{GDBN} tells us the character sets it supports:
6270
6271@smallexample
6272(gdb) set target-charset
e33d66ec
EZ
6273ASCII EBCDIC-US IBM1047 ISO-8859-1
6274(gdb) set target-charset
10998722 6275@end smallexample
a0eb71c5
KB
6276
6277We can select @sc{ibm1047} as our target character set, and examine the
6278program's strings again. Now the @sc{ascii} string is wrong, but
6279@value{GDBN} translates the contents of @code{ibm1047_hello} from the
6280target character set, @sc{ibm1047}, to the host character set,
6281@sc{ascii}, and they display correctly:
6282
6283@smallexample
e33d66ec 6284(gdb) set target-charset IBM1047
a0eb71c5 6285(gdb) show charset
e33d66ec
EZ
6286The current host character set is `ASCII'.
6287The current target character set is `IBM1047'.
a0eb71c5
KB
6288(gdb) print ascii_hello
6289$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6290(gdb) print ascii_hello[0]
6291$7 = 72 '\110'
6292(gdb) print ibm1047_hello
6293$8 = 0x4016a8 "Hello, world!\n"
6294(gdb) print ibm1047_hello[0]
6295$9 = 200 'H'
6296(gdb)
10998722 6297@end smallexample
a0eb71c5
KB
6298
6299As above, @value{GDBN} uses the target character set for character and
6300string literals you use in expressions:
6301
6302@smallexample
6303(gdb) print '+'
6304$10 = 78 '+'
6305(gdb)
10998722 6306@end smallexample
a0eb71c5 6307
e33d66ec 6308The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
6309character.
6310
6311
e2e0bcd1
JB
6312@node Macros
6313@chapter C Preprocessor Macros
6314
6315Some languages, such as C and C++, provide a way to define and invoke
6316``preprocessor macros'' which expand into strings of tokens.
6317@value{GDBN} can evaluate expressions containing macro invocations, show
6318the result of macro expansion, and show a macro's definition, including
6319where it was defined.
6320
6321You may need to compile your program specially to provide @value{GDBN}
6322with information about preprocessor macros. Most compilers do not
6323include macros in their debugging information, even when you compile
6324with the @option{-g} flag. @xref{Compilation}.
6325
6326A program may define a macro at one point, remove that definition later,
6327and then provide a different definition after that. Thus, at different
6328points in the program, a macro may have different definitions, or have
6329no definition at all. If there is a current stack frame, @value{GDBN}
6330uses the macros in scope at that frame's source code line. Otherwise,
6331@value{GDBN} uses the macros in scope at the current listing location;
6332see @ref{List}.
6333
6334At the moment, @value{GDBN} does not support the @code{##}
6335token-splicing operator, the @code{#} stringification operator, or
6336variable-arity macros.
6337
6338Whenever @value{GDBN} evaluates an expression, it always expands any
6339macro invocations present in the expression. @value{GDBN} also provides
6340the following commands for working with macros explicitly.
6341
6342@table @code
6343
6344@kindex macro expand
6345@cindex macro expansion, showing the results of preprocessor
6346@cindex preprocessor macro expansion, showing the results of
6347@cindex expanding preprocessor macros
6348@item macro expand @var{expression}
6349@itemx macro exp @var{expression}
6350Show the results of expanding all preprocessor macro invocations in
6351@var{expression}. Since @value{GDBN} simply expands macros, but does
6352not parse the result, @var{expression} need not be a valid expression;
6353it can be any string of tokens.
6354
6355@kindex macro expand-once
6356@item macro expand-once @var{expression}
6357@itemx macro exp1 @var{expression}
6358@i{(This command is not yet implemented.)} Show the results of
6359expanding those preprocessor macro invocations that appear explicitly in
6360@var{expression}. Macro invocations appearing in that expansion are
6361left unchanged. This command allows you to see the effect of a
6362particular macro more clearly, without being confused by further
6363expansions. Since @value{GDBN} simply expands macros, but does not
6364parse the result, @var{expression} need not be a valid expression; it
6365can be any string of tokens.
6366
475b0867 6367@kindex info macro
e2e0bcd1
JB
6368@cindex macro definition, showing
6369@cindex definition, showing a macro's
475b0867 6370@item info macro @var{macro}
e2e0bcd1
JB
6371Show the definition of the macro named @var{macro}, and describe the
6372source location where that definition was established.
6373
6374@kindex macro define
6375@cindex user-defined macros
6376@cindex defining macros interactively
6377@cindex macros, user-defined
6378@item macro define @var{macro} @var{replacement-list}
6379@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6380@i{(This command is not yet implemented.)} Introduce a definition for a
6381preprocessor macro named @var{macro}, invocations of which are replaced
6382by the tokens given in @var{replacement-list}. The first form of this
6383command defines an ``object-like'' macro, which takes no arguments; the
6384second form defines a ``function-like'' macro, which takes the arguments
6385given in @var{arglist}.
6386
6387A definition introduced by this command is in scope in every expression
6388evaluated in @value{GDBN}, until it is removed with the @command{macro
6389undef} command, described below. The definition overrides all
6390definitions for @var{macro} present in the program being debugged, as
6391well as any previous user-supplied definition.
6392
6393@kindex macro undef
6394@item macro undef @var{macro}
6395@i{(This command is not yet implemented.)} Remove any user-supplied
6396definition for the macro named @var{macro}. This command only affects
6397definitions provided with the @command{macro define} command, described
6398above; it cannot remove definitions present in the program being
6399debugged.
6400
6401@end table
6402
6403@cindex macros, example of debugging with
6404Here is a transcript showing the above commands in action. First, we
6405show our source files:
6406
6407@smallexample
6408$ cat sample.c
6409#include <stdio.h>
6410#include "sample.h"
6411
6412#define M 42
6413#define ADD(x) (M + x)
6414
6415main ()
6416@{
6417#define N 28
6418 printf ("Hello, world!\n");
6419#undef N
6420 printf ("We're so creative.\n");
6421#define N 1729
6422 printf ("Goodbye, world!\n");
6423@}
6424$ cat sample.h
6425#define Q <
6426$
6427@end smallexample
6428
6429Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6430We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6431compiler includes information about preprocessor macros in the debugging
6432information.
6433
6434@smallexample
6435$ gcc -gdwarf-2 -g3 sample.c -o sample
6436$
6437@end smallexample
6438
6439Now, we start @value{GDBN} on our sample program:
6440
6441@smallexample
6442$ gdb -nw sample
6443GNU gdb 2002-05-06-cvs
6444Copyright 2002 Free Software Foundation, Inc.
6445GDB is free software, @dots{}
6446(gdb)
6447@end smallexample
6448
6449We can expand macros and examine their definitions, even when the
6450program is not running. @value{GDBN} uses the current listing position
6451to decide which macro definitions are in scope:
6452
6453@smallexample
6454(gdb) list main
64553
64564 #define M 42
64575 #define ADD(x) (M + x)
64586
64597 main ()
64608 @{
64619 #define N 28
646210 printf ("Hello, world!\n");
646311 #undef N
646412 printf ("We're so creative.\n");
475b0867 6465(gdb) info macro ADD
e2e0bcd1
JB
6466Defined at /home/jimb/gdb/macros/play/sample.c:5
6467#define ADD(x) (M + x)
475b0867 6468(gdb) info macro Q
e2e0bcd1
JB
6469Defined at /home/jimb/gdb/macros/play/sample.h:1
6470 included at /home/jimb/gdb/macros/play/sample.c:2
6471#define Q <
6472(gdb) macro expand ADD(1)
6473expands to: (42 + 1)
6474(gdb) macro expand-once ADD(1)
6475expands to: once (M + 1)
6476(gdb)
6477@end smallexample
6478
6479In the example above, note that @command{macro expand-once} expands only
6480the macro invocation explicit in the original text --- the invocation of
6481@code{ADD} --- but does not expand the invocation of the macro @code{M},
6482which was introduced by @code{ADD}.
6483
6484Once the program is running, GDB uses the macro definitions in force at
6485the source line of the current stack frame:
6486
6487@smallexample
6488(gdb) break main
6489Breakpoint 1 at 0x8048370: file sample.c, line 10.
6490(gdb) run
6491Starting program: /home/jimb/gdb/macros/play/sample
6492
6493Breakpoint 1, main () at sample.c:10
649410 printf ("Hello, world!\n");
6495(gdb)
6496@end smallexample
6497
6498At line 10, the definition of the macro @code{N} at line 9 is in force:
6499
6500@smallexample
475b0867 6501(gdb) info macro N
e2e0bcd1
JB
6502Defined at /home/jimb/gdb/macros/play/sample.c:9
6503#define N 28
6504(gdb) macro expand N Q M
6505expands to: 28 < 42
6506(gdb) print N Q M
6507$1 = 1
6508(gdb)
6509@end smallexample
6510
6511As we step over directives that remove @code{N}'s definition, and then
6512give it a new definition, @value{GDBN} finds the definition (or lack
6513thereof) in force at each point:
6514
6515@smallexample
6516(gdb) next
6517Hello, world!
651812 printf ("We're so creative.\n");
475b0867 6519(gdb) info macro N
e2e0bcd1
JB
6520The symbol `N' has no definition as a C/C++ preprocessor macro
6521at /home/jimb/gdb/macros/play/sample.c:12
6522(gdb) next
6523We're so creative.
652414 printf ("Goodbye, world!\n");
475b0867 6525(gdb) info macro N
e2e0bcd1
JB
6526Defined at /home/jimb/gdb/macros/play/sample.c:13
6527#define N 1729
6528(gdb) macro expand N Q M
6529expands to: 1729 < 42
6530(gdb) print N Q M
6531$2 = 0
6532(gdb)
6533@end smallexample
6534
6535
b37052ae
EZ
6536@node Tracepoints
6537@chapter Tracepoints
6538@c This chapter is based on the documentation written by Michael
6539@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6540
6541@cindex tracepoints
6542In some applications, it is not feasible for the debugger to interrupt
6543the program's execution long enough for the developer to learn
6544anything helpful about its behavior. If the program's correctness
6545depends on its real-time behavior, delays introduced by a debugger
6546might cause the program to change its behavior drastically, or perhaps
6547fail, even when the code itself is correct. It is useful to be able
6548to observe the program's behavior without interrupting it.
6549
6550Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6551specify locations in the program, called @dfn{tracepoints}, and
6552arbitrary expressions to evaluate when those tracepoints are reached.
6553Later, using the @code{tfind} command, you can examine the values
6554those expressions had when the program hit the tracepoints. The
6555expressions may also denote objects in memory---structures or arrays,
6556for example---whose values @value{GDBN} should record; while visiting
6557a particular tracepoint, you may inspect those objects as if they were
6558in memory at that moment. However, because @value{GDBN} records these
6559values without interacting with you, it can do so quickly and
6560unobtrusively, hopefully not disturbing the program's behavior.
6561
6562The tracepoint facility is currently available only for remote
2c0069bb
EZ
6563targets. @xref{Targets}. In addition, your remote target must know how
6564to collect trace data. This functionality is implemented in the remote
6565stub; however, none of the stubs distributed with @value{GDBN} support
6566tracepoints as of this writing.
b37052ae
EZ
6567
6568This chapter describes the tracepoint commands and features.
6569
6570@menu
6571* Set Tracepoints::
6572* Analyze Collected Data::
6573* Tracepoint Variables::
6574@end menu
6575
6576@node Set Tracepoints
6577@section Commands to Set Tracepoints
6578
6579Before running such a @dfn{trace experiment}, an arbitrary number of
6580tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
6581tracepoint has a number assigned to it by @value{GDBN}. Like with
6582breakpoints, tracepoint numbers are successive integers starting from
6583one. Many of the commands associated with tracepoints take the
6584tracepoint number as their argument, to identify which tracepoint to
6585work on.
6586
6587For each tracepoint, you can specify, in advance, some arbitrary set
6588of data that you want the target to collect in the trace buffer when
6589it hits that tracepoint. The collected data can include registers,
6590local variables, or global data. Later, you can use @value{GDBN}
6591commands to examine the values these data had at the time the
6592tracepoint was hit.
6593
6594This section describes commands to set tracepoints and associated
6595conditions and actions.
6596
6597@menu
6598* Create and Delete Tracepoints::
6599* Enable and Disable Tracepoints::
6600* Tracepoint Passcounts::
6601* Tracepoint Actions::
6602* Listing Tracepoints::
6603* Starting and Stopping Trace Experiment::
6604@end menu
6605
6606@node Create and Delete Tracepoints
6607@subsection Create and Delete Tracepoints
6608
6609@table @code
6610@cindex set tracepoint
6611@kindex trace
6612@item trace
6613The @code{trace} command is very similar to the @code{break} command.
6614Its argument can be a source line, a function name, or an address in
6615the target program. @xref{Set Breaks}. The @code{trace} command
6616defines a tracepoint, which is a point in the target program where the
6617debugger will briefly stop, collect some data, and then allow the
6618program to continue. Setting a tracepoint or changing its commands
6619doesn't take effect until the next @code{tstart} command; thus, you
6620cannot change the tracepoint attributes once a trace experiment is
6621running.
6622
6623Here are some examples of using the @code{trace} command:
6624
6625@smallexample
6626(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
6627
6628(@value{GDBP}) @b{trace +2} // 2 lines forward
6629
6630(@value{GDBP}) @b{trace my_function} // first source line of function
6631
6632(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
6633
6634(@value{GDBP}) @b{trace *0x2117c4} // an address
6635@end smallexample
6636
6637@noindent
6638You can abbreviate @code{trace} as @code{tr}.
6639
6640@vindex $tpnum
6641@cindex last tracepoint number
6642@cindex recent tracepoint number
6643@cindex tracepoint number
6644The convenience variable @code{$tpnum} records the tracepoint number
6645of the most recently set tracepoint.
6646
6647@kindex delete tracepoint
6648@cindex tracepoint deletion
6649@item delete tracepoint @r{[}@var{num}@r{]}
6650Permanently delete one or more tracepoints. With no argument, the
6651default is to delete all tracepoints.
6652
6653Examples:
6654
6655@smallexample
6656(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
6657
6658(@value{GDBP}) @b{delete trace} // remove all tracepoints
6659@end smallexample
6660
6661@noindent
6662You can abbreviate this command as @code{del tr}.
6663@end table
6664
6665@node Enable and Disable Tracepoints
6666@subsection Enable and Disable Tracepoints
6667
6668@table @code
6669@kindex disable tracepoint
6670@item disable tracepoint @r{[}@var{num}@r{]}
6671Disable tracepoint @var{num}, or all tracepoints if no argument
6672@var{num} is given. A disabled tracepoint will have no effect during
6673the next trace experiment, but it is not forgotten. You can re-enable
6674a disabled tracepoint using the @code{enable tracepoint} command.
6675
6676@kindex enable tracepoint
6677@item enable tracepoint @r{[}@var{num}@r{]}
6678Enable tracepoint @var{num}, or all tracepoints. The enabled
6679tracepoints will become effective the next time a trace experiment is
6680run.
6681@end table
6682
6683@node Tracepoint Passcounts
6684@subsection Tracepoint Passcounts
6685
6686@table @code
6687@kindex passcount
6688@cindex tracepoint pass count
6689@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
6690Set the @dfn{passcount} of a tracepoint. The passcount is a way to
6691automatically stop a trace experiment. If a tracepoint's passcount is
6692@var{n}, then the trace experiment will be automatically stopped on
6693the @var{n}'th time that tracepoint is hit. If the tracepoint number
6694@var{num} is not specified, the @code{passcount} command sets the
6695passcount of the most recently defined tracepoint. If no passcount is
6696given, the trace experiment will run until stopped explicitly by the
6697user.
6698
6699Examples:
6700
6701@smallexample
6826cf00
EZ
6702(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6703@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
6704
6705(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 6706@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
6707(@value{GDBP}) @b{trace foo}
6708(@value{GDBP}) @b{pass 3}
6709(@value{GDBP}) @b{trace bar}
6710(@value{GDBP}) @b{pass 2}
6711(@value{GDBP}) @b{trace baz}
6712(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
6713@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
6714@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
6715@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
6716@end smallexample
6717@end table
6718
6719@node Tracepoint Actions
6720@subsection Tracepoint Action Lists
6721
6722@table @code
6723@kindex actions
6724@cindex tracepoint actions
6725@item actions @r{[}@var{num}@r{]}
6726This command will prompt for a list of actions to be taken when the
6727tracepoint is hit. If the tracepoint number @var{num} is not
6728specified, this command sets the actions for the one that was most
6729recently defined (so that you can define a tracepoint and then say
6730@code{actions} without bothering about its number). You specify the
6731actions themselves on the following lines, one action at a time, and
6732terminate the actions list with a line containing just @code{end}. So
6733far, the only defined actions are @code{collect} and
6734@code{while-stepping}.
6735
6736@cindex remove actions from a tracepoint
6737To remove all actions from a tracepoint, type @samp{actions @var{num}}
6738and follow it immediately with @samp{end}.
6739
6740@smallexample
6741(@value{GDBP}) @b{collect @var{data}} // collect some data
6742
6826cf00 6743(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 6744
6826cf00 6745(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
6746@end smallexample
6747
6748In the following example, the action list begins with @code{collect}
6749commands indicating the things to be collected when the tracepoint is
6750hit. Then, in order to single-step and collect additional data
6751following the tracepoint, a @code{while-stepping} command is used,
6752followed by the list of things to be collected while stepping. The
6753@code{while-stepping} command is terminated by its own separate
6754@code{end} command. Lastly, the action list is terminated by an
6755@code{end} command.
6756
6757@smallexample
6758(@value{GDBP}) @b{trace foo}
6759(@value{GDBP}) @b{actions}
6760Enter actions for tracepoint 1, one per line:
6761> collect bar,baz
6762> collect $regs
6763> while-stepping 12
6764 > collect $fp, $sp
6765 > end
6766end
6767@end smallexample
6768
6769@kindex collect @r{(tracepoints)}
6770@item collect @var{expr1}, @var{expr2}, @dots{}
6771Collect values of the given expressions when the tracepoint is hit.
6772This command accepts a comma-separated list of any valid expressions.
6773In addition to global, static, or local variables, the following
6774special arguments are supported:
6775
6776@table @code
6777@item $regs
6778collect all registers
6779
6780@item $args
6781collect all function arguments
6782
6783@item $locals
6784collect all local variables.
6785@end table
6786
6787You can give several consecutive @code{collect} commands, each one
6788with a single argument, or one @code{collect} command with several
6789arguments separated by commas: the effect is the same.
6790
f5c37c66
EZ
6791The command @code{info scope} (@pxref{Symbols, info scope}) is
6792particularly useful for figuring out what data to collect.
6793
b37052ae
EZ
6794@kindex while-stepping @r{(tracepoints)}
6795@item while-stepping @var{n}
6796Perform @var{n} single-step traces after the tracepoint, collecting
6797new data at each step. The @code{while-stepping} command is
6798followed by the list of what to collect while stepping (followed by
6799its own @code{end} command):
6800
6801@smallexample
6802> while-stepping 12
6803 > collect $regs, myglobal
6804 > end
6805>
6806@end smallexample
6807
6808@noindent
6809You may abbreviate @code{while-stepping} as @code{ws} or
6810@code{stepping}.
6811@end table
6812
6813@node Listing Tracepoints
6814@subsection Listing Tracepoints
6815
6816@table @code
6817@kindex info tracepoints
6818@cindex information about tracepoints
6819@item info tracepoints @r{[}@var{num}@r{]}
8a037dd7 6820Display information about the tracepoint @var{num}. If you don't specify
798c8bc6 6821a tracepoint number, displays information about all the tracepoints
b37052ae
EZ
6822defined so far. For each tracepoint, the following information is
6823shown:
6824
6825@itemize @bullet
6826@item
6827its number
6828@item
6829whether it is enabled or disabled
6830@item
6831its address
6832@item
6833its passcount as given by the @code{passcount @var{n}} command
6834@item
6835its step count as given by the @code{while-stepping @var{n}} command
6836@item
6837where in the source files is the tracepoint set
6838@item
6839its action list as given by the @code{actions} command
6840@end itemize
6841
6842@smallexample
6843(@value{GDBP}) @b{info trace}
6844Num Enb Address PassC StepC What
68451 y 0x002117c4 0 0 <gdb_asm>
6826cf00
EZ
68462 y 0x0020dc64 0 0 in g_test at g_test.c:1375
68473 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
b37052ae
EZ
6848(@value{GDBP})
6849@end smallexample
6850
6851@noindent
6852This command can be abbreviated @code{info tp}.
6853@end table
6854
6855@node Starting and Stopping Trace Experiment
6856@subsection Starting and Stopping Trace Experiment
6857
6858@table @code
6859@kindex tstart
6860@cindex start a new trace experiment
6861@cindex collected data discarded
6862@item tstart
6863This command takes no arguments. It starts the trace experiment, and
6864begins collecting data. This has the side effect of discarding all
6865the data collected in the trace buffer during the previous trace
6866experiment.
6867
6868@kindex tstop
6869@cindex stop a running trace experiment
6870@item tstop
6871This command takes no arguments. It ends the trace experiment, and
6872stops collecting data.
6873
6874@strong{Note:} a trace experiment and data collection may stop
6875automatically if any tracepoint's passcount is reached
6876(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
6877
6878@kindex tstatus
6879@cindex status of trace data collection
6880@cindex trace experiment, status of
6881@item tstatus
6882This command displays the status of the current trace data
6883collection.
6884@end table
6885
6886Here is an example of the commands we described so far:
6887
6888@smallexample
6889(@value{GDBP}) @b{trace gdb_c_test}
6890(@value{GDBP}) @b{actions}
6891Enter actions for tracepoint #1, one per line.
6892> collect $regs,$locals,$args
6893> while-stepping 11
6894 > collect $regs
6895 > end
6896> end
6897(@value{GDBP}) @b{tstart}
6898 [time passes @dots{}]
6899(@value{GDBP}) @b{tstop}
6900@end smallexample
6901
6902
6903@node Analyze Collected Data
6904@section Using the collected data
6905
6906After the tracepoint experiment ends, you use @value{GDBN} commands
6907for examining the trace data. The basic idea is that each tracepoint
6908collects a trace @dfn{snapshot} every time it is hit and another
6909snapshot every time it single-steps. All these snapshots are
6910consecutively numbered from zero and go into a buffer, and you can
6911examine them later. The way you examine them is to @dfn{focus} on a
6912specific trace snapshot. When the remote stub is focused on a trace
6913snapshot, it will respond to all @value{GDBN} requests for memory and
6914registers by reading from the buffer which belongs to that snapshot,
6915rather than from @emph{real} memory or registers of the program being
6916debugged. This means that @strong{all} @value{GDBN} commands
6917(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
6918behave as if we were currently debugging the program state as it was
6919when the tracepoint occurred. Any requests for data that are not in
6920the buffer will fail.
6921
6922@menu
6923* tfind:: How to select a trace snapshot
6924* tdump:: How to display all data for a snapshot
6925* save-tracepoints:: How to save tracepoints for a future run
6926@end menu
6927
6928@node tfind
6929@subsection @code{tfind @var{n}}
6930
6931@kindex tfind
6932@cindex select trace snapshot
6933@cindex find trace snapshot
6934The basic command for selecting a trace snapshot from the buffer is
6935@code{tfind @var{n}}, which finds trace snapshot number @var{n},
6936counting from zero. If no argument @var{n} is given, the next
6937snapshot is selected.
6938
6939Here are the various forms of using the @code{tfind} command.
6940
6941@table @code
6942@item tfind start
6943Find the first snapshot in the buffer. This is a synonym for
6944@code{tfind 0} (since 0 is the number of the first snapshot).
6945
6946@item tfind none
6947Stop debugging trace snapshots, resume @emph{live} debugging.
6948
6949@item tfind end
6950Same as @samp{tfind none}.
6951
6952@item tfind
6953No argument means find the next trace snapshot.
6954
6955@item tfind -
6956Find the previous trace snapshot before the current one. This permits
6957retracing earlier steps.
6958
6959@item tfind tracepoint @var{num}
6960Find the next snapshot associated with tracepoint @var{num}. Search
6961proceeds forward from the last examined trace snapshot. If no
6962argument @var{num} is given, it means find the next snapshot collected
6963for the same tracepoint as the current snapshot.
6964
6965@item tfind pc @var{addr}
6966Find the next snapshot associated with the value @var{addr} of the
6967program counter. Search proceeds forward from the last examined trace
6968snapshot. If no argument @var{addr} is given, it means find the next
6969snapshot with the same value of PC as the current snapshot.
6970
6971@item tfind outside @var{addr1}, @var{addr2}
6972Find the next snapshot whose PC is outside the given range of
6973addresses.
6974
6975@item tfind range @var{addr1}, @var{addr2}
6976Find the next snapshot whose PC is between @var{addr1} and
6977@var{addr2}. @c FIXME: Is the range inclusive or exclusive?
6978
6979@item tfind line @r{[}@var{file}:@r{]}@var{n}
6980Find the next snapshot associated with the source line @var{n}. If
6981the optional argument @var{file} is given, refer to line @var{n} in
6982that source file. Search proceeds forward from the last examined
6983trace snapshot. If no argument @var{n} is given, it means find the
6984next line other than the one currently being examined; thus saying
6985@code{tfind line} repeatedly can appear to have the same effect as
6986stepping from line to line in a @emph{live} debugging session.
6987@end table
6988
6989The default arguments for the @code{tfind} commands are specifically
6990designed to make it easy to scan through the trace buffer. For
6991instance, @code{tfind} with no argument selects the next trace
6992snapshot, and @code{tfind -} with no argument selects the previous
6993trace snapshot. So, by giving one @code{tfind} command, and then
6994simply hitting @key{RET} repeatedly you can examine all the trace
6995snapshots in order. Or, by saying @code{tfind -} and then hitting
6996@key{RET} repeatedly you can examine the snapshots in reverse order.
6997The @code{tfind line} command with no argument selects the snapshot
6998for the next source line executed. The @code{tfind pc} command with
6999no argument selects the next snapshot with the same program counter
7000(PC) as the current frame. The @code{tfind tracepoint} command with
7001no argument selects the next trace snapshot collected by the same
7002tracepoint as the current one.
7003
7004In addition to letting you scan through the trace buffer manually,
7005these commands make it easy to construct @value{GDBN} scripts that
7006scan through the trace buffer and print out whatever collected data
7007you are interested in. Thus, if we want to examine the PC, FP, and SP
7008registers from each trace frame in the buffer, we can say this:
7009
7010@smallexample
7011(@value{GDBP}) @b{tfind start}
7012(@value{GDBP}) @b{while ($trace_frame != -1)}
7013> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7014 $trace_frame, $pc, $sp, $fp
7015> tfind
7016> end
7017
7018Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7019Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7020Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7021Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7022Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7023Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7024Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7025Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7026Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7027Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7028Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7029@end smallexample
7030
7031Or, if we want to examine the variable @code{X} at each source line in
7032the buffer:
7033
7034@smallexample
7035(@value{GDBP}) @b{tfind start}
7036(@value{GDBP}) @b{while ($trace_frame != -1)}
7037> printf "Frame %d, X == %d\n", $trace_frame, X
7038> tfind line
7039> end
7040
7041Frame 0, X = 1
7042Frame 7, X = 2
7043Frame 13, X = 255
7044@end smallexample
7045
7046@node tdump
7047@subsection @code{tdump}
7048@kindex tdump
7049@cindex dump all data collected at tracepoint
7050@cindex tracepoint data, display
7051
7052This command takes no arguments. It prints all the data collected at
7053the current trace snapshot.
7054
7055@smallexample
7056(@value{GDBP}) @b{trace 444}
7057(@value{GDBP}) @b{actions}
7058Enter actions for tracepoint #2, one per line:
7059> collect $regs, $locals, $args, gdb_long_test
7060> end
7061
7062(@value{GDBP}) @b{tstart}
7063
7064(@value{GDBP}) @b{tfind line 444}
7065#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7066at gdb_test.c:444
7067444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7068
7069(@value{GDBP}) @b{tdump}
7070Data collected at tracepoint 2, trace frame 1:
7071d0 0xc4aa0085 -995491707
7072d1 0x18 24
7073d2 0x80 128
7074d3 0x33 51
7075d4 0x71aea3d 119204413
7076d5 0x22 34
7077d6 0xe0 224
7078d7 0x380035 3670069
7079a0 0x19e24a 1696330
7080a1 0x3000668 50333288
7081a2 0x100 256
7082a3 0x322000 3284992
7083a4 0x3000698 50333336
7084a5 0x1ad3cc 1758156
7085fp 0x30bf3c 0x30bf3c
7086sp 0x30bf34 0x30bf34
7087ps 0x0 0
7088pc 0x20b2c8 0x20b2c8
7089fpcontrol 0x0 0
7090fpstatus 0x0 0
7091fpiaddr 0x0 0
7092p = 0x20e5b4 "gdb-test"
7093p1 = (void *) 0x11
7094p2 = (void *) 0x22
7095p3 = (void *) 0x33
7096p4 = (void *) 0x44
7097p5 = (void *) 0x55
7098p6 = (void *) 0x66
7099gdb_long_test = 17 '\021'
7100
7101(@value{GDBP})
7102@end smallexample
7103
7104@node save-tracepoints
7105@subsection @code{save-tracepoints @var{filename}}
7106@kindex save-tracepoints
7107@cindex save tracepoints for future sessions
7108
7109This command saves all current tracepoint definitions together with
7110their actions and passcounts, into a file @file{@var{filename}}
7111suitable for use in a later debugging session. To read the saved
7112tracepoint definitions, use the @code{source} command (@pxref{Command
7113Files}).
7114
7115@node Tracepoint Variables
7116@section Convenience Variables for Tracepoints
7117@cindex tracepoint variables
7118@cindex convenience variables for tracepoints
7119
7120@table @code
7121@vindex $trace_frame
7122@item (int) $trace_frame
7123The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7124snapshot is selected.
7125
7126@vindex $tracepoint
7127@item (int) $tracepoint
7128The tracepoint for the current trace snapshot.
7129
7130@vindex $trace_line
7131@item (int) $trace_line
7132The line number for the current trace snapshot.
7133
7134@vindex $trace_file
7135@item (char []) $trace_file
7136The source file for the current trace snapshot.
7137
7138@vindex $trace_func
7139@item (char []) $trace_func
7140The name of the function containing @code{$tracepoint}.
7141@end table
7142
7143Note: @code{$trace_file} is not suitable for use in @code{printf},
7144use @code{output} instead.
7145
7146Here's a simple example of using these convenience variables for
7147stepping through all the trace snapshots and printing some of their
7148data.
7149
7150@smallexample
7151(@value{GDBP}) @b{tfind start}
7152
7153(@value{GDBP}) @b{while $trace_frame != -1}
7154> output $trace_file
7155> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7156> tfind
7157> end
7158@end smallexample
7159
df0cd8c5
JB
7160@node Overlays
7161@chapter Debugging Programs That Use Overlays
7162@cindex overlays
7163
7164If your program is too large to fit completely in your target system's
7165memory, you can sometimes use @dfn{overlays} to work around this
7166problem. @value{GDBN} provides some support for debugging programs that
7167use overlays.
7168
7169@menu
7170* How Overlays Work:: A general explanation of overlays.
7171* Overlay Commands:: Managing overlays in @value{GDBN}.
7172* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7173 mapped by asking the inferior.
7174* Overlay Sample Program:: A sample program using overlays.
7175@end menu
7176
7177@node How Overlays Work
7178@section How Overlays Work
7179@cindex mapped overlays
7180@cindex unmapped overlays
7181@cindex load address, overlay's
7182@cindex mapped address
7183@cindex overlay area
7184
7185Suppose you have a computer whose instruction address space is only 64
7186kilobytes long, but which has much more memory which can be accessed by
7187other means: special instructions, segment registers, or memory
7188management hardware, for example. Suppose further that you want to
7189adapt a program which is larger than 64 kilobytes to run on this system.
7190
7191One solution is to identify modules of your program which are relatively
7192independent, and need not call each other directly; call these modules
7193@dfn{overlays}. Separate the overlays from the main program, and place
7194their machine code in the larger memory. Place your main program in
7195instruction memory, but leave at least enough space there to hold the
7196largest overlay as well.
7197
7198Now, to call a function located in an overlay, you must first copy that
7199overlay's machine code from the large memory into the space set aside
7200for it in the instruction memory, and then jump to its entry point
7201there.
7202
c928edc0
AC
7203@c NB: In the below the mapped area's size is greater or equal to the
7204@c size of all overlays. This is intentional to remind the developer
7205@c that overlays don't necessarily need to be the same size.
7206
474c8240 7207@smallexample
df0cd8c5 7208@group
c928edc0
AC
7209 Data Instruction Larger
7210Address Space Address Space Address Space
7211+-----------+ +-----------+ +-----------+
7212| | | | | |
7213+-----------+ +-----------+ +-----------+<-- overlay 1
7214| program | | main | .----| overlay 1 | load address
7215| variables | | program | | +-----------+
7216| and heap | | | | | |
7217+-----------+ | | | +-----------+<-- overlay 2
7218| | +-----------+ | | | load address
7219+-----------+ | | | .-| overlay 2 |
7220 | | | | | |
7221 mapped --->+-----------+ | | +-----------+
7222 address | | | | | |
7223 | overlay | <-' | | |
7224 | area | <---' +-----------+<-- overlay 3
7225 | | <---. | | load address
7226 +-----------+ `--| overlay 3 |
7227 | | | |
7228 +-----------+ | |
7229 +-----------+
7230 | |
7231 +-----------+
7232
7233 @anchor{A code overlay}A code overlay
df0cd8c5 7234@end group
474c8240 7235@end smallexample
df0cd8c5 7236
c928edc0
AC
7237The diagram (@pxref{A code overlay}) shows a system with separate data
7238and instruction address spaces. To map an overlay, the program copies
7239its code from the larger address space to the instruction address space.
7240Since the overlays shown here all use the same mapped address, only one
7241may be mapped at a time. For a system with a single address space for
7242data and instructions, the diagram would be similar, except that the
7243program variables and heap would share an address space with the main
7244program and the overlay area.
df0cd8c5
JB
7245
7246An overlay loaded into instruction memory and ready for use is called a
7247@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7248instruction memory. An overlay not present (or only partially present)
7249in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7250is its address in the larger memory. The mapped address is also called
7251the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7252called the @dfn{load memory address}, or @dfn{LMA}.
7253
7254Unfortunately, overlays are not a completely transparent way to adapt a
7255program to limited instruction memory. They introduce a new set of
7256global constraints you must keep in mind as you design your program:
7257
7258@itemize @bullet
7259
7260@item
7261Before calling or returning to a function in an overlay, your program
7262must make sure that overlay is actually mapped. Otherwise, the call or
7263return will transfer control to the right address, but in the wrong
7264overlay, and your program will probably crash.
7265
7266@item
7267If the process of mapping an overlay is expensive on your system, you
7268will need to choose your overlays carefully to minimize their effect on
7269your program's performance.
7270
7271@item
7272The executable file you load onto your system must contain each
7273overlay's instructions, appearing at the overlay's load address, not its
7274mapped address. However, each overlay's instructions must be relocated
7275and its symbols defined as if the overlay were at its mapped address.
7276You can use GNU linker scripts to specify different load and relocation
7277addresses for pieces of your program; see @ref{Overlay Description,,,
7278ld.info, Using ld: the GNU linker}.
7279
7280@item
7281The procedure for loading executable files onto your system must be able
7282to load their contents into the larger address space as well as the
7283instruction and data spaces.
7284
7285@end itemize
7286
7287The overlay system described above is rather simple, and could be
7288improved in many ways:
7289
7290@itemize @bullet
7291
7292@item
7293If your system has suitable bank switch registers or memory management
7294hardware, you could use those facilities to make an overlay's load area
7295contents simply appear at their mapped address in instruction space.
7296This would probably be faster than copying the overlay to its mapped
7297area in the usual way.
7298
7299@item
7300If your overlays are small enough, you could set aside more than one
7301overlay area, and have more than one overlay mapped at a time.
7302
7303@item
7304You can use overlays to manage data, as well as instructions. In
7305general, data overlays are even less transparent to your design than
7306code overlays: whereas code overlays only require care when you call or
7307return to functions, data overlays require care every time you access
7308the data. Also, if you change the contents of a data overlay, you
7309must copy its contents back out to its load address before you can copy a
7310different data overlay into the same mapped area.
7311
7312@end itemize
7313
7314
7315@node Overlay Commands
7316@section Overlay Commands
7317
7318To use @value{GDBN}'s overlay support, each overlay in your program must
7319correspond to a separate section of the executable file. The section's
7320virtual memory address and load memory address must be the overlay's
7321mapped and load addresses. Identifying overlays with sections allows
7322@value{GDBN} to determine the appropriate address of a function or
7323variable, depending on whether the overlay is mapped or not.
7324
7325@value{GDBN}'s overlay commands all start with the word @code{overlay};
7326you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7327
7328@table @code
7329@item overlay off
7330@kindex overlay off
7331Disable @value{GDBN}'s overlay support. When overlay support is
7332disabled, @value{GDBN} assumes that all functions and variables are
7333always present at their mapped addresses. By default, @value{GDBN}'s
7334overlay support is disabled.
7335
7336@item overlay manual
7337@kindex overlay manual
7338@cindex manual overlay debugging
7339Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7340relies on you to tell it which overlays are mapped, and which are not,
7341using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7342commands described below.
7343
7344@item overlay map-overlay @var{overlay}
7345@itemx overlay map @var{overlay}
7346@kindex overlay map-overlay
7347@cindex map an overlay
7348Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7349be the name of the object file section containing the overlay. When an
7350overlay is mapped, @value{GDBN} assumes it can find the overlay's
7351functions and variables at their mapped addresses. @value{GDBN} assumes
7352that any other overlays whose mapped ranges overlap that of
7353@var{overlay} are now unmapped.
7354
7355@item overlay unmap-overlay @var{overlay}
7356@itemx overlay unmap @var{overlay}
7357@kindex overlay unmap-overlay
7358@cindex unmap an overlay
7359Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7360must be the name of the object file section containing the overlay.
7361When an overlay is unmapped, @value{GDBN} assumes it can find the
7362overlay's functions and variables at their load addresses.
7363
7364@item overlay auto
7365@kindex overlay auto
7366Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7367consults a data structure the overlay manager maintains in the inferior
7368to see which overlays are mapped. For details, see @ref{Automatic
7369Overlay Debugging}.
7370
7371@item overlay load-target
7372@itemx overlay load
7373@kindex overlay load-target
7374@cindex reloading the overlay table
7375Re-read the overlay table from the inferior. Normally, @value{GDBN}
7376re-reads the table @value{GDBN} automatically each time the inferior
7377stops, so this command should only be necessary if you have changed the
7378overlay mapping yourself using @value{GDBN}. This command is only
7379useful when using automatic overlay debugging.
7380
7381@item overlay list-overlays
7382@itemx overlay list
7383@cindex listing mapped overlays
7384Display a list of the overlays currently mapped, along with their mapped
7385addresses, load addresses, and sizes.
7386
7387@end table
7388
7389Normally, when @value{GDBN} prints a code address, it includes the name
7390of the function the address falls in:
7391
474c8240 7392@smallexample
df0cd8c5
JB
7393(gdb) print main
7394$3 = @{int ()@} 0x11a0 <main>
474c8240 7395@end smallexample
df0cd8c5
JB
7396@noindent
7397When overlay debugging is enabled, @value{GDBN} recognizes code in
7398unmapped overlays, and prints the names of unmapped functions with
7399asterisks around them. For example, if @code{foo} is a function in an
7400unmapped overlay, @value{GDBN} prints it this way:
7401
474c8240 7402@smallexample
df0cd8c5
JB
7403(gdb) overlay list
7404No sections are mapped.
7405(gdb) print foo
7406$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 7407@end smallexample
df0cd8c5
JB
7408@noindent
7409When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7410name normally:
7411
474c8240 7412@smallexample
df0cd8c5
JB
7413(gdb) overlay list
7414Section .ov.foo.text, loaded at 0x100000 - 0x100034,
7415 mapped at 0x1016 - 0x104a
7416(gdb) print foo
7417$6 = @{int (int)@} 0x1016 <foo>
474c8240 7418@end smallexample
df0cd8c5
JB
7419
7420When overlay debugging is enabled, @value{GDBN} can find the correct
7421address for functions and variables in an overlay, whether or not the
7422overlay is mapped. This allows most @value{GDBN} commands, like
7423@code{break} and @code{disassemble}, to work normally, even on unmapped
7424code. However, @value{GDBN}'s breakpoint support has some limitations:
7425
7426@itemize @bullet
7427@item
7428@cindex breakpoints in overlays
7429@cindex overlays, setting breakpoints in
7430You can set breakpoints in functions in unmapped overlays, as long as
7431@value{GDBN} can write to the overlay at its load address.
7432@item
7433@value{GDBN} can not set hardware or simulator-based breakpoints in
7434unmapped overlays. However, if you set a breakpoint at the end of your
7435overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7436you are using manual overlay management), @value{GDBN} will re-set its
7437breakpoints properly.
7438@end itemize
7439
7440
7441@node Automatic Overlay Debugging
7442@section Automatic Overlay Debugging
7443@cindex automatic overlay debugging
7444
7445@value{GDBN} can automatically track which overlays are mapped and which
7446are not, given some simple co-operation from the overlay manager in the
7447inferior. If you enable automatic overlay debugging with the
7448@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7449looks in the inferior's memory for certain variables describing the
7450current state of the overlays.
7451
7452Here are the variables your overlay manager must define to support
7453@value{GDBN}'s automatic overlay debugging:
7454
7455@table @asis
7456
7457@item @code{_ovly_table}:
7458This variable must be an array of the following structures:
7459
474c8240 7460@smallexample
df0cd8c5
JB
7461struct
7462@{
7463 /* The overlay's mapped address. */
7464 unsigned long vma;
7465
7466 /* The size of the overlay, in bytes. */
7467 unsigned long size;
7468
7469 /* The overlay's load address. */
7470 unsigned long lma;
7471
7472 /* Non-zero if the overlay is currently mapped;
7473 zero otherwise. */
7474 unsigned long mapped;
7475@}
474c8240 7476@end smallexample
df0cd8c5
JB
7477
7478@item @code{_novlys}:
7479This variable must be a four-byte signed integer, holding the total
7480number of elements in @code{_ovly_table}.
7481
7482@end table
7483
7484To decide whether a particular overlay is mapped or not, @value{GDBN}
7485looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7486@code{lma} members equal the VMA and LMA of the overlay's section in the
7487executable file. When @value{GDBN} finds a matching entry, it consults
7488the entry's @code{mapped} member to determine whether the overlay is
7489currently mapped.
7490
81d46470 7491In addition, your overlay manager may define a function called
def71bfa 7492@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
7493will silently set a breakpoint there. If the overlay manager then
7494calls this function whenever it has changed the overlay table, this
7495will enable @value{GDBN} to accurately keep track of which overlays
7496are in program memory, and update any breakpoints that may be set
7497in overlays. This will allow breakpoints to work even if the
7498overlays are kept in ROM or other non-writable memory while they
7499are not being executed.
df0cd8c5
JB
7500
7501@node Overlay Sample Program
7502@section Overlay Sample Program
7503@cindex overlay example program
7504
7505When linking a program which uses overlays, you must place the overlays
7506at their load addresses, while relocating them to run at their mapped
7507addresses. To do this, you must write a linker script (@pxref{Overlay
7508Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7509since linker scripts are specific to a particular host system, target
7510architecture, and target memory layout, this manual cannot provide
7511portable sample code demonstrating @value{GDBN}'s overlay support.
7512
7513However, the @value{GDBN} source distribution does contain an overlaid
7514program, with linker scripts for a few systems, as part of its test
7515suite. The program consists of the following files from
7516@file{gdb/testsuite/gdb.base}:
7517
7518@table @file
7519@item overlays.c
7520The main program file.
7521@item ovlymgr.c
7522A simple overlay manager, used by @file{overlays.c}.
7523@item foo.c
7524@itemx bar.c
7525@itemx baz.c
7526@itemx grbx.c
7527Overlay modules, loaded and used by @file{overlays.c}.
7528@item d10v.ld
7529@itemx m32r.ld
7530Linker scripts for linking the test program on the @code{d10v-elf}
7531and @code{m32r-elf} targets.
7532@end table
7533
7534You can build the test program using the @code{d10v-elf} GCC
7535cross-compiler like this:
7536
474c8240 7537@smallexample
df0cd8c5
JB
7538$ d10v-elf-gcc -g -c overlays.c
7539$ d10v-elf-gcc -g -c ovlymgr.c
7540$ d10v-elf-gcc -g -c foo.c
7541$ d10v-elf-gcc -g -c bar.c
7542$ d10v-elf-gcc -g -c baz.c
7543$ d10v-elf-gcc -g -c grbx.c
7544$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7545 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 7546@end smallexample
df0cd8c5
JB
7547
7548The build process is identical for any other architecture, except that
7549you must substitute the appropriate compiler and linker script for the
7550target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7551
7552
6d2ebf8b 7553@node Languages
c906108c
SS
7554@chapter Using @value{GDBN} with Different Languages
7555@cindex languages
7556
c906108c
SS
7557Although programming languages generally have common aspects, they are
7558rarely expressed in the same manner. For instance, in ANSI C,
7559dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7560Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 7561represented (and displayed) differently. Hex numbers in C appear as
c906108c 7562@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
7563
7564@cindex working language
7565Language-specific information is built into @value{GDBN} for some languages,
7566allowing you to express operations like the above in your program's
7567native language, and allowing @value{GDBN} to output values in a manner
7568consistent with the syntax of your program's native language. The
7569language you use to build expressions is called the @dfn{working
7570language}.
7571
7572@menu
7573* Setting:: Switching between source languages
7574* Show:: Displaying the language
c906108c 7575* Checks:: Type and range checks
c906108c 7576* Support:: Supported languages
4e562065 7577* Unsupported languages:: Unsupported languages
c906108c
SS
7578@end menu
7579
6d2ebf8b 7580@node Setting
c906108c
SS
7581@section Switching between source languages
7582
7583There are two ways to control the working language---either have @value{GDBN}
7584set it automatically, or select it manually yourself. You can use the
7585@code{set language} command for either purpose. On startup, @value{GDBN}
7586defaults to setting the language automatically. The working language is
7587used to determine how expressions you type are interpreted, how values
7588are printed, etc.
7589
7590In addition to the working language, every source file that
7591@value{GDBN} knows about has its own working language. For some object
7592file formats, the compiler might indicate which language a particular
7593source file is in. However, most of the time @value{GDBN} infers the
7594language from the name of the file. The language of a source file
b37052ae 7595controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 7596show each frame appropriately for its own language. There is no way to
d4f3574e
SS
7597set the language of a source file from within @value{GDBN}, but you can
7598set the language associated with a filename extension. @xref{Show, ,
7599Displaying the language}.
c906108c
SS
7600
7601This is most commonly a problem when you use a program, such
5d161b24 7602as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
7603another language. In that case, make the
7604program use @code{#line} directives in its C output; that way
7605@value{GDBN} will know the correct language of the source code of the original
7606program, and will display that source code, not the generated C code.
7607
7608@menu
7609* Filenames:: Filename extensions and languages.
7610* Manually:: Setting the working language manually
7611* Automatically:: Having @value{GDBN} infer the source language
7612@end menu
7613
6d2ebf8b 7614@node Filenames
c906108c
SS
7615@subsection List of filename extensions and languages
7616
7617If a source file name ends in one of the following extensions, then
7618@value{GDBN} infers that its language is the one indicated.
7619
7620@table @file
7621
7622@item .c
7623C source file
7624
7625@item .C
7626@itemx .cc
7627@itemx .cp
7628@itemx .cpp
7629@itemx .cxx
7630@itemx .c++
b37052ae 7631C@t{++} source file
c906108c 7632
b37303ee
AF
7633@item .m
7634Objective-C source file
7635
c906108c
SS
7636@item .f
7637@itemx .F
7638Fortran source file
7639
c906108c
SS
7640@item .mod
7641Modula-2 source file
c906108c
SS
7642
7643@item .s
7644@itemx .S
7645Assembler source file. This actually behaves almost like C, but
7646@value{GDBN} does not skip over function prologues when stepping.
7647@end table
7648
7649In addition, you may set the language associated with a filename
7650extension. @xref{Show, , Displaying the language}.
7651
6d2ebf8b 7652@node Manually
c906108c
SS
7653@subsection Setting the working language
7654
7655If you allow @value{GDBN} to set the language automatically,
7656expressions are interpreted the same way in your debugging session and
7657your program.
7658
7659@kindex set language
7660If you wish, you may set the language manually. To do this, issue the
7661command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 7662a language, such as
c906108c 7663@code{c} or @code{modula-2}.
c906108c
SS
7664For a list of the supported languages, type @samp{set language}.
7665
c906108c
SS
7666Setting the language manually prevents @value{GDBN} from updating the working
7667language automatically. This can lead to confusion if you try
7668to debug a program when the working language is not the same as the
7669source language, when an expression is acceptable to both
7670languages---but means different things. For instance, if the current
7671source file were written in C, and @value{GDBN} was parsing Modula-2, a
7672command such as:
7673
474c8240 7674@smallexample
c906108c 7675print a = b + c
474c8240 7676@end smallexample
c906108c
SS
7677
7678@noindent
7679might not have the effect you intended. In C, this means to add
7680@code{b} and @code{c} and place the result in @code{a}. The result
7681printed would be the value of @code{a}. In Modula-2, this means to compare
7682@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 7683
6d2ebf8b 7684@node Automatically
c906108c
SS
7685@subsection Having @value{GDBN} infer the source language
7686
7687To have @value{GDBN} set the working language automatically, use
7688@samp{set language local} or @samp{set language auto}. @value{GDBN}
7689then infers the working language. That is, when your program stops in a
7690frame (usually by encountering a breakpoint), @value{GDBN} sets the
7691working language to the language recorded for the function in that
7692frame. If the language for a frame is unknown (that is, if the function
7693or block corresponding to the frame was defined in a source file that
7694does not have a recognized extension), the current working language is
7695not changed, and @value{GDBN} issues a warning.
7696
7697This may not seem necessary for most programs, which are written
7698entirely in one source language. However, program modules and libraries
7699written in one source language can be used by a main program written in
7700a different source language. Using @samp{set language auto} in this
7701case frees you from having to set the working language manually.
7702
6d2ebf8b 7703@node Show
c906108c 7704@section Displaying the language
c906108c
SS
7705
7706The following commands help you find out which language is the
7707working language, and also what language source files were written in.
7708
7709@kindex show language
d4f3574e
SS
7710@kindex info frame@r{, show the source language}
7711@kindex info source@r{, show the source language}
c906108c
SS
7712@table @code
7713@item show language
7714Display the current working language. This is the
7715language you can use with commands such as @code{print} to
7716build and compute expressions that may involve variables in your program.
7717
7718@item info frame
5d161b24 7719Display the source language for this frame. This language becomes the
c906108c 7720working language if you use an identifier from this frame.
5d161b24 7721@xref{Frame Info, ,Information about a frame}, to identify the other
c906108c
SS
7722information listed here.
7723
7724@item info source
7725Display the source language of this source file.
5d161b24 7726@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
7727information listed here.
7728@end table
7729
7730In unusual circumstances, you may have source files with extensions
7731not in the standard list. You can then set the extension associated
7732with a language explicitly:
7733
7734@kindex set extension-language
7735@kindex info extensions
7736@table @code
7737@item set extension-language @var{.ext} @var{language}
7738Set source files with extension @var{.ext} to be assumed to be in
7739the source language @var{language}.
7740
7741@item info extensions
7742List all the filename extensions and the associated languages.
7743@end table
7744
6d2ebf8b 7745@node Checks
c906108c
SS
7746@section Type and range checking
7747
7748@quotation
7749@emph{Warning:} In this release, the @value{GDBN} commands for type and range
7750checking are included, but they do not yet have any effect. This
7751section documents the intended facilities.
7752@end quotation
7753@c FIXME remove warning when type/range code added
7754
7755Some languages are designed to guard you against making seemingly common
7756errors through a series of compile- and run-time checks. These include
7757checking the type of arguments to functions and operators, and making
7758sure mathematical overflows are caught at run time. Checks such as
7759these help to ensure a program's correctness once it has been compiled
7760by eliminating type mismatches, and providing active checks for range
7761errors when your program is running.
7762
7763@value{GDBN} can check for conditions like the above if you wish.
7764Although @value{GDBN} does not check the statements in your program, it
7765can check expressions entered directly into @value{GDBN} for evaluation via
7766the @code{print} command, for example. As with the working language,
7767@value{GDBN} can also decide whether or not to check automatically based on
7768your program's source language. @xref{Support, ,Supported languages},
7769for the default settings of supported languages.
7770
7771@menu
7772* Type Checking:: An overview of type checking
7773* Range Checking:: An overview of range checking
7774@end menu
7775
7776@cindex type checking
7777@cindex checks, type
6d2ebf8b 7778@node Type Checking
c906108c
SS
7779@subsection An overview of type checking
7780
7781Some languages, such as Modula-2, are strongly typed, meaning that the
7782arguments to operators and functions have to be of the correct type,
7783otherwise an error occurs. These checks prevent type mismatch
7784errors from ever causing any run-time problems. For example,
7785
7786@smallexample
77871 + 2 @result{} 3
7788@exdent but
7789@error{} 1 + 2.3
7790@end smallexample
7791
7792The second example fails because the @code{CARDINAL} 1 is not
7793type-compatible with the @code{REAL} 2.3.
7794
5d161b24
DB
7795For the expressions you use in @value{GDBN} commands, you can tell the
7796@value{GDBN} type checker to skip checking;
7797to treat any mismatches as errors and abandon the expression;
7798or to only issue warnings when type mismatches occur,
c906108c
SS
7799but evaluate the expression anyway. When you choose the last of
7800these, @value{GDBN} evaluates expressions like the second example above, but
7801also issues a warning.
7802
5d161b24
DB
7803Even if you turn type checking off, there may be other reasons
7804related to type that prevent @value{GDBN} from evaluating an expression.
7805For instance, @value{GDBN} does not know how to add an @code{int} and
7806a @code{struct foo}. These particular type errors have nothing to do
7807with the language in use, and usually arise from expressions, such as
c906108c
SS
7808the one described above, which make little sense to evaluate anyway.
7809
7810Each language defines to what degree it is strict about type. For
7811instance, both Modula-2 and C require the arguments to arithmetical
7812operators to be numbers. In C, enumerated types and pointers can be
7813represented as numbers, so that they are valid arguments to mathematical
7814operators. @xref{Support, ,Supported languages}, for further
7815details on specific languages.
7816
7817@value{GDBN} provides some additional commands for controlling the type checker:
7818
d4f3574e 7819@kindex set check@r{, type}
c906108c
SS
7820@kindex set check type
7821@kindex show check type
7822@table @code
7823@item set check type auto
7824Set type checking on or off based on the current working language.
7825@xref{Support, ,Supported languages}, for the default settings for
7826each language.
7827
7828@item set check type on
7829@itemx set check type off
7830Set type checking on or off, overriding the default setting for the
7831current working language. Issue a warning if the setting does not
7832match the language default. If any type mismatches occur in
d4f3574e 7833evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
7834message and aborts evaluation of the expression.
7835
7836@item set check type warn
7837Cause the type checker to issue warnings, but to always attempt to
7838evaluate the expression. Evaluating the expression may still
7839be impossible for other reasons. For example, @value{GDBN} cannot add
7840numbers and structures.
7841
7842@item show type
5d161b24 7843Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
7844is setting it automatically.
7845@end table
7846
7847@cindex range checking
7848@cindex checks, range
6d2ebf8b 7849@node Range Checking
c906108c
SS
7850@subsection An overview of range checking
7851
7852In some languages (such as Modula-2), it is an error to exceed the
7853bounds of a type; this is enforced with run-time checks. Such range
7854checking is meant to ensure program correctness by making sure
7855computations do not overflow, or indices on an array element access do
7856not exceed the bounds of the array.
7857
7858For expressions you use in @value{GDBN} commands, you can tell
7859@value{GDBN} to treat range errors in one of three ways: ignore them,
7860always treat them as errors and abandon the expression, or issue
7861warnings but evaluate the expression anyway.
7862
7863A range error can result from numerical overflow, from exceeding an
7864array index bound, or when you type a constant that is not a member
7865of any type. Some languages, however, do not treat overflows as an
7866error. In many implementations of C, mathematical overflow causes the
7867result to ``wrap around'' to lower values---for example, if @var{m} is
7868the largest integer value, and @var{s} is the smallest, then
7869
474c8240 7870@smallexample
c906108c 7871@var{m} + 1 @result{} @var{s}
474c8240 7872@end smallexample
c906108c
SS
7873
7874This, too, is specific to individual languages, and in some cases
7875specific to individual compilers or machines. @xref{Support, ,
7876Supported languages}, for further details on specific languages.
7877
7878@value{GDBN} provides some additional commands for controlling the range checker:
7879
d4f3574e 7880@kindex set check@r{, range}
c906108c
SS
7881@kindex set check range
7882@kindex show check range
7883@table @code
7884@item set check range auto
7885Set range checking on or off based on the current working language.
7886@xref{Support, ,Supported languages}, for the default settings for
7887each language.
7888
7889@item set check range on
7890@itemx set check range off
7891Set range checking on or off, overriding the default setting for the
7892current working language. A warning is issued if the setting does not
c3f6f71d
JM
7893match the language default. If a range error occurs and range checking is on,
7894then a message is printed and evaluation of the expression is aborted.
c906108c
SS
7895
7896@item set check range warn
7897Output messages when the @value{GDBN} range checker detects a range error,
7898but attempt to evaluate the expression anyway. Evaluating the
7899expression may still be impossible for other reasons, such as accessing
7900memory that the process does not own (a typical example from many Unix
7901systems).
7902
7903@item show range
7904Show the current setting of the range checker, and whether or not it is
7905being set automatically by @value{GDBN}.
7906@end table
c906108c 7907
6d2ebf8b 7908@node Support
c906108c 7909@section Supported languages
c906108c 7910
b37303ee 7911@value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, assembly, and Modula-2.
cce74817 7912@c This is false ...
c906108c
SS
7913Some @value{GDBN} features may be used in expressions regardless of the
7914language you use: the @value{GDBN} @code{@@} and @code{::} operators,
7915and the @samp{@{type@}addr} construct (@pxref{Expressions,
7916,Expressions}) can be used with the constructs of any supported
7917language.
7918
7919The following sections detail to what degree each source language is
7920supported by @value{GDBN}. These sections are not meant to be language
7921tutorials or references, but serve only as a reference guide to what the
7922@value{GDBN} expression parser accepts, and what input and output
7923formats should look like for different languages. There are many good
7924books written on each of these languages; please look to these for a
7925language reference or tutorial.
7926
c906108c 7927@menu
b37303ee
AF
7928* C:: C and C@t{++}
7929* Objective-C:: Objective-C
7930* Modula-2:: Modula-2
c906108c
SS
7931@end menu
7932
6d2ebf8b 7933@node C
b37052ae 7934@subsection C and C@t{++}
7a292a7a 7935
b37052ae
EZ
7936@cindex C and C@t{++}
7937@cindex expressions in C or C@t{++}
c906108c 7938
b37052ae 7939Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
7940to both languages. Whenever this is the case, we discuss those languages
7941together.
7942
41afff9a
EZ
7943@cindex C@t{++}
7944@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
7945@cindex @sc{gnu} C@t{++}
7946The C@t{++} debugging facilities are jointly implemented by the C@t{++}
7947compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
7948effectively, you must compile your C@t{++} programs with a supported
7949C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
7950compiler (@code{aCC}).
7951
0179ffac
DC
7952For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
7953format; if it doesn't work on your system, try the stabs+ debugging
7954format. You can select those formats explicitly with the @code{g++}
7955command-line options @option{-gdwarf-2} and @option{-gstabs+}.
7956@xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
7957CC, gcc.info, Using @sc{gnu} CC}.
c906108c 7958
c906108c 7959@menu
b37052ae
EZ
7960* C Operators:: C and C@t{++} operators
7961* C Constants:: C and C@t{++} constants
7962* C plus plus expressions:: C@t{++} expressions
7963* C Defaults:: Default settings for C and C@t{++}
7964* C Checks:: C and C@t{++} type and range checks
c906108c 7965* Debugging C:: @value{GDBN} and C
b37052ae 7966* Debugging C plus plus:: @value{GDBN} features for C@t{++}
c906108c 7967@end menu
c906108c 7968
6d2ebf8b 7969@node C Operators
b37052ae 7970@subsubsection C and C@t{++} operators
7a292a7a 7971
b37052ae 7972@cindex C and C@t{++} operators
c906108c
SS
7973
7974Operators must be defined on values of specific types. For instance,
7975@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 7976often defined on groups of types.
c906108c 7977
b37052ae 7978For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
7979
7980@itemize @bullet
53a5351d 7981
c906108c 7982@item
c906108c 7983@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 7984specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
7985
7986@item
d4f3574e
SS
7987@emph{Floating-point types} include @code{float}, @code{double}, and
7988@code{long double} (if supported by the target platform).
c906108c
SS
7989
7990@item
53a5351d 7991@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
7992
7993@item
7994@emph{Scalar types} include all of the above.
53a5351d 7995
c906108c
SS
7996@end itemize
7997
7998@noindent
7999The following operators are supported. They are listed here
8000in order of increasing precedence:
8001
8002@table @code
8003@item ,
8004The comma or sequencing operator. Expressions in a comma-separated list
8005are evaluated from left to right, with the result of the entire
8006expression being the last expression evaluated.
8007
8008@item =
8009Assignment. The value of an assignment expression is the value
8010assigned. Defined on scalar types.
8011
8012@item @var{op}=
8013Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8014and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 8015@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
8016@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8017@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8018
8019@item ?:
8020The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
8021of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
8022integral type.
8023
8024@item ||
8025Logical @sc{or}. Defined on integral types.
8026
8027@item &&
8028Logical @sc{and}. Defined on integral types.
8029
8030@item |
8031Bitwise @sc{or}. Defined on integral types.
8032
8033@item ^
8034Bitwise exclusive-@sc{or}. Defined on integral types.
8035
8036@item &
8037Bitwise @sc{and}. Defined on integral types.
8038
8039@item ==@r{, }!=
8040Equality and inequality. Defined on scalar types. The value of these
8041expressions is 0 for false and non-zero for true.
8042
8043@item <@r{, }>@r{, }<=@r{, }>=
8044Less than, greater than, less than or equal, greater than or equal.
8045Defined on scalar types. The value of these expressions is 0 for false
8046and non-zero for true.
8047
8048@item <<@r{, }>>
8049left shift, and right shift. Defined on integral types.
8050
8051@item @@
8052The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8053
8054@item +@r{, }-
8055Addition and subtraction. Defined on integral types, floating-point types and
8056pointer types.
8057
8058@item *@r{, }/@r{, }%
8059Multiplication, division, and modulus. Multiplication and division are
8060defined on integral and floating-point types. Modulus is defined on
8061integral types.
8062
8063@item ++@r{, }--
8064Increment and decrement. When appearing before a variable, the
8065operation is performed before the variable is used in an expression;
8066when appearing after it, the variable's value is used before the
8067operation takes place.
8068
8069@item *
8070Pointer dereferencing. Defined on pointer types. Same precedence as
8071@code{++}.
8072
8073@item &
8074Address operator. Defined on variables. Same precedence as @code{++}.
8075
b37052ae
EZ
8076For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8077allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
c906108c 8078(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
b37052ae 8079where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 8080stored.
c906108c
SS
8081
8082@item -
8083Negative. Defined on integral and floating-point types. Same
8084precedence as @code{++}.
8085
8086@item !
8087Logical negation. Defined on integral types. Same precedence as
8088@code{++}.
8089
8090@item ~
8091Bitwise complement operator. Defined on integral types. Same precedence as
8092@code{++}.
8093
8094
8095@item .@r{, }->
8096Structure member, and pointer-to-structure member. For convenience,
8097@value{GDBN} regards the two as equivalent, choosing whether to dereference a
8098pointer based on the stored type information.
8099Defined on @code{struct} and @code{union} data.
8100
c906108c
SS
8101@item .*@r{, }->*
8102Dereferences of pointers to members.
c906108c
SS
8103
8104@item []
8105Array indexing. @code{@var{a}[@var{i}]} is defined as
8106@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
8107
8108@item ()
8109Function parameter list. Same precedence as @code{->}.
8110
c906108c 8111@item ::
b37052ae 8112C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 8113and @code{class} types.
c906108c
SS
8114
8115@item ::
7a292a7a
SS
8116Doubled colons also represent the @value{GDBN} scope operator
8117(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
8118above.
c906108c
SS
8119@end table
8120
c906108c
SS
8121If an operator is redefined in the user code, @value{GDBN} usually
8122attempts to invoke the redefined version instead of using the operator's
8123predefined meaning.
c906108c 8124
c906108c 8125@menu
5d161b24 8126* C Constants::
c906108c
SS
8127@end menu
8128
6d2ebf8b 8129@node C Constants
b37052ae 8130@subsubsection C and C@t{++} constants
c906108c 8131
b37052ae 8132@cindex C and C@t{++} constants
c906108c 8133
b37052ae 8134@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 8135following ways:
c906108c
SS
8136
8137@itemize @bullet
8138@item
8139Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
8140specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8141by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
8142@samp{l}, specifying that the constant should be treated as a
8143@code{long} value.
8144
8145@item
8146Floating point constants are a sequence of digits, followed by a decimal
8147point, followed by a sequence of digits, and optionally followed by an
8148exponent. An exponent is of the form:
8149@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8150sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
8151A floating-point constant may also end with a letter @samp{f} or
8152@samp{F}, specifying that the constant should be treated as being of
8153the @code{float} (as opposed to the default @code{double}) type; or with
8154a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8155constant.
c906108c
SS
8156
8157@item
8158Enumerated constants consist of enumerated identifiers, or their
8159integral equivalents.
8160
8161@item
8162Character constants are a single character surrounded by single quotes
8163(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 8164(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
8165be represented by a letter or by @dfn{escape sequences}, which are of
8166the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8167of the character's ordinal value; or of the form @samp{\@var{x}}, where
8168@samp{@var{x}} is a predefined special character---for example,
8169@samp{\n} for newline.
8170
8171@item
96a2c332
SS
8172String constants are a sequence of character constants surrounded by
8173double quotes (@code{"}). Any valid character constant (as described
8174above) may appear. Double quotes within the string must be preceded by
8175a backslash, so for instance @samp{"a\"b'c"} is a string of five
8176characters.
c906108c
SS
8177
8178@item
8179Pointer constants are an integral value. You can also write pointers
8180to constants using the C operator @samp{&}.
8181
8182@item
8183Array constants are comma-separated lists surrounded by braces @samp{@{}
8184and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8185integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8186and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8187@end itemize
8188
c906108c 8189@menu
5d161b24
DB
8190* C plus plus expressions::
8191* C Defaults::
8192* C Checks::
c906108c 8193
5d161b24 8194* Debugging C::
c906108c
SS
8195@end menu
8196
6d2ebf8b 8197@node C plus plus expressions
b37052ae
EZ
8198@subsubsection C@t{++} expressions
8199
8200@cindex expressions in C@t{++}
8201@value{GDBN} expression handling can interpret most C@t{++} expressions.
8202
0179ffac
DC
8203@cindex debugging C@t{++} programs
8204@cindex C@t{++} compilers
8205@cindex debug formats and C@t{++}
8206@cindex @value{NGCC} and C@t{++}
c906108c 8207@quotation
b37052ae 8208@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
0179ffac
DC
8209proper compiler and the proper debug format. Currently, @value{GDBN}
8210works best when debugging C@t{++} code that is compiled with
8211@value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8212@option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8213stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8214stabs+ as their default debug format, so you usually don't need to
8215specify a debug format explicitly. Other compilers and/or debug formats
8216are likely to work badly or not at all when using @value{GDBN} to debug
8217C@t{++} code.
c906108c 8218@end quotation
c906108c
SS
8219
8220@enumerate
8221
8222@cindex member functions
8223@item
8224Member function calls are allowed; you can use expressions like
8225
474c8240 8226@smallexample
c906108c 8227count = aml->GetOriginal(x, y)
474c8240 8228@end smallexample
c906108c 8229
41afff9a 8230@vindex this@r{, inside C@t{++} member functions}
b37052ae 8231@cindex namespace in C@t{++}
c906108c
SS
8232@item
8233While a member function is active (in the selected stack frame), your
8234expressions have the same namespace available as the member function;
8235that is, @value{GDBN} allows implicit references to the class instance
b37052ae 8236pointer @code{this} following the same rules as C@t{++}.
c906108c 8237
c906108c 8238@cindex call overloaded functions
d4f3574e 8239@cindex overloaded functions, calling
b37052ae 8240@cindex type conversions in C@t{++}
c906108c
SS
8241@item
8242You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 8243call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
8244perform overload resolution involving user-defined type conversions,
8245calls to constructors, or instantiations of templates that do not exist
8246in the program. It also cannot handle ellipsis argument lists or
8247default arguments.
8248
8249It does perform integral conversions and promotions, floating-point
8250promotions, arithmetic conversions, pointer conversions, conversions of
8251class objects to base classes, and standard conversions such as those of
8252functions or arrays to pointers; it requires an exact match on the
8253number of function arguments.
8254
8255Overload resolution is always performed, unless you have specified
8256@code{set overload-resolution off}. @xref{Debugging C plus plus,
b37052ae 8257,@value{GDBN} features for C@t{++}}.
c906108c 8258
d4f3574e 8259You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
8260explicit function signature to call an overloaded function, as in
8261@smallexample
8262p 'foo(char,int)'('x', 13)
8263@end smallexample
d4f3574e 8264
c906108c 8265The @value{GDBN} command-completion facility can simplify this;
d4f3574e 8266see @ref{Completion, ,Command completion}.
c906108c 8267
c906108c
SS
8268@cindex reference declarations
8269@item
b37052ae
EZ
8270@value{GDBN} understands variables declared as C@t{++} references; you can use
8271them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
8272dereferenced.
8273
8274In the parameter list shown when @value{GDBN} displays a frame, the values of
8275reference variables are not displayed (unlike other variables); this
8276avoids clutter, since references are often used for large structures.
8277The @emph{address} of a reference variable is always shown, unless
8278you have specified @samp{set print address off}.
8279
8280@item
b37052ae 8281@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
8282expressions can use it just as expressions in your program do. Since
8283one scope may be defined in another, you can use @code{::} repeatedly if
8284necessary, for example in an expression like
8285@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 8286resolving name scope by reference to source files, in both C and C@t{++}
c906108c
SS
8287debugging (@pxref{Variables, ,Program variables}).
8288@end enumerate
8289
b37052ae 8290In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
53a5351d
JM
8291calling virtual functions correctly, printing out virtual bases of
8292objects, calling functions in a base subobject, casting objects, and
8293invoking user-defined operators.
c906108c 8294
6d2ebf8b 8295@node C Defaults
b37052ae 8296@subsubsection C and C@t{++} defaults
7a292a7a 8297
b37052ae 8298@cindex C and C@t{++} defaults
c906108c 8299
c906108c
SS
8300If you allow @value{GDBN} to set type and range checking automatically, they
8301both default to @code{off} whenever the working language changes to
b37052ae 8302C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 8303selects the working language.
c906108c
SS
8304
8305If you allow @value{GDBN} to set the language automatically, it
8306recognizes source files whose names end with @file{.c}, @file{.C}, or
8307@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 8308these files, it sets the working language to C or C@t{++}.
c906108c
SS
8309@xref{Automatically, ,Having @value{GDBN} infer the source language},
8310for further details.
8311
c906108c
SS
8312@c Type checking is (a) primarily motivated by Modula-2, and (b)
8313@c unimplemented. If (b) changes, it might make sense to let this node
8314@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 8315
6d2ebf8b 8316@node C Checks
b37052ae 8317@subsubsection C and C@t{++} type and range checks
7a292a7a 8318
b37052ae 8319@cindex C and C@t{++} checks
c906108c 8320
b37052ae 8321By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
c906108c
SS
8322is not used. However, if you turn type checking on, @value{GDBN}
8323considers two variables type equivalent if:
8324
8325@itemize @bullet
8326@item
8327The two variables are structured and have the same structure, union, or
8328enumerated tag.
8329
8330@item
8331The two variables have the same type name, or types that have been
8332declared equivalent through @code{typedef}.
8333
8334@ignore
8335@c leaving this out because neither J Gilmore nor R Pesch understand it.
8336@c FIXME--beers?
8337@item
8338The two @code{struct}, @code{union}, or @code{enum} variables are
8339declared in the same declaration. (Note: this may not be true for all C
8340compilers.)
8341@end ignore
8342@end itemize
8343
8344Range checking, if turned on, is done on mathematical operations. Array
8345indices are not checked, since they are often used to index a pointer
8346that is not itself an array.
c906108c 8347
6d2ebf8b 8348@node Debugging C
c906108c 8349@subsubsection @value{GDBN} and C
c906108c
SS
8350
8351The @code{set print union} and @code{show print union} commands apply to
8352the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
8353inside a @code{struct} or @code{class} is also printed. Otherwise, it
8354appears as @samp{@{...@}}.
c906108c
SS
8355
8356The @code{@@} operator aids in the debugging of dynamic arrays, formed
8357with pointers and a memory allocation function. @xref{Expressions,
8358,Expressions}.
8359
c906108c 8360@menu
5d161b24 8361* Debugging C plus plus::
c906108c
SS
8362@end menu
8363
6d2ebf8b 8364@node Debugging C plus plus
b37052ae 8365@subsubsection @value{GDBN} features for C@t{++}
c906108c 8366
b37052ae 8367@cindex commands for C@t{++}
7a292a7a 8368
b37052ae
EZ
8369Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8370designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
8371
8372@table @code
8373@cindex break in overloaded functions
8374@item @r{breakpoint menus}
8375When you want a breakpoint in a function whose name is overloaded,
8376@value{GDBN} breakpoint menus help you specify which function definition
8377you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8378
b37052ae 8379@cindex overloading in C@t{++}
c906108c
SS
8380@item rbreak @var{regex}
8381Setting breakpoints using regular expressions is helpful for setting
8382breakpoints on overloaded functions that are not members of any special
8383classes.
8384@xref{Set Breaks, ,Setting breakpoints}.
8385
b37052ae 8386@cindex C@t{++} exception handling
c906108c
SS
8387@item catch throw
8388@itemx catch catch
b37052ae 8389Debug C@t{++} exception handling using these commands. @xref{Set
c906108c
SS
8390Catchpoints, , Setting catchpoints}.
8391
8392@cindex inheritance
8393@item ptype @var{typename}
8394Print inheritance relationships as well as other information for type
8395@var{typename}.
8396@xref{Symbols, ,Examining the Symbol Table}.
8397
b37052ae 8398@cindex C@t{++} symbol display
c906108c
SS
8399@item set print demangle
8400@itemx show print demangle
8401@itemx set print asm-demangle
8402@itemx show print asm-demangle
b37052ae
EZ
8403Control whether C@t{++} symbols display in their source form, both when
8404displaying code as C@t{++} source and when displaying disassemblies.
c906108c
SS
8405@xref{Print Settings, ,Print settings}.
8406
8407@item set print object
8408@itemx show print object
8409Choose whether to print derived (actual) or declared types of objects.
8410@xref{Print Settings, ,Print settings}.
8411
8412@item set print vtbl
8413@itemx show print vtbl
8414Control the format for printing virtual function tables.
8415@xref{Print Settings, ,Print settings}.
c906108c 8416(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 8417ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
8418
8419@kindex set overload-resolution
d4f3574e 8420@cindex overloaded functions, overload resolution
c906108c 8421@item set overload-resolution on
b37052ae 8422Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
8423is on. For overloaded functions, @value{GDBN} evaluates the arguments
8424and searches for a function whose signature matches the argument types,
b37052ae 8425using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
d4f3574e 8426expressions}, for details). If it cannot find a match, it emits a
c906108c
SS
8427message.
8428
8429@item set overload-resolution off
b37052ae 8430Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
8431overloaded functions that are not class member functions, @value{GDBN}
8432chooses the first function of the specified name that it finds in the
8433symbol table, whether or not its arguments are of the correct type. For
8434overloaded functions that are class member functions, @value{GDBN}
8435searches for a function whose signature @emph{exactly} matches the
8436argument types.
c906108c
SS
8437
8438@item @r{Overloaded symbol names}
8439You can specify a particular definition of an overloaded symbol, using
b37052ae 8440the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
8441@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8442also use the @value{GDBN} command-line word completion facilities to list the
8443available choices, or to finish the type list for you.
8444@xref{Completion,, Command completion}, for details on how to do this.
8445@end table
c906108c 8446
b37303ee
AF
8447@node Objective-C
8448@subsection Objective-C
8449
8450@cindex Objective-C
8451This section provides information about some commands and command
8452options that are useful for debugging Objective-C code.
8453
8454@menu
8455* Method Names in Commands::
8456* The Print Command with Objective-C::
8457@end menu
8458
8459@node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8460@subsubsection Method Names in Commands
8461
8462The following commands have been extended to accept Objective-C method
8463names as line specifications:
8464
8465@kindex clear@r{, and Objective-C}
8466@kindex break@r{, and Objective-C}
8467@kindex info line@r{, and Objective-C}
8468@kindex jump@r{, and Objective-C}
8469@kindex list@r{, and Objective-C}
8470@itemize
8471@item @code{clear}
8472@item @code{break}
8473@item @code{info line}
8474@item @code{jump}
8475@item @code{list}
8476@end itemize
8477
8478A fully qualified Objective-C method name is specified as
8479
8480@smallexample
8481-[@var{Class} @var{methodName}]
8482@end smallexample
8483
c552b3bb
JM
8484where the minus sign is used to indicate an instance method and a
8485plus sign (not shown) is used to indicate a class method. The class
8486name @var{Class} and method name @var{methodName} are enclosed in
8487brackets, similar to the way messages are specified in Objective-C
8488source code. For example, to set a breakpoint at the @code{create}
8489instance method of class @code{Fruit} in the program currently being
8490debugged, enter:
b37303ee
AF
8491
8492@smallexample
8493break -[Fruit create]
8494@end smallexample
8495
8496To list ten program lines around the @code{initialize} class method,
8497enter:
8498
8499@smallexample
8500list +[NSText initialize]
8501@end smallexample
8502
c552b3bb
JM
8503In the current version of @value{GDBN}, the plus or minus sign is
8504required. In future versions of @value{GDBN}, the plus or minus
8505sign will be optional, but you can use it to narrow the search. It
8506is also possible to specify just a method name:
b37303ee
AF
8507
8508@smallexample
8509break create
8510@end smallexample
8511
8512You must specify the complete method name, including any colons. If
8513your program's source files contain more than one @code{create} method,
8514you'll be presented with a numbered list of classes that implement that
8515method. Indicate your choice by number, or type @samp{0} to exit if
8516none apply.
8517
8518As another example, to clear a breakpoint established at the
8519@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
8520
8521@smallexample
8522clear -[NSWindow makeKeyAndOrderFront:]
8523@end smallexample
8524
8525@node The Print Command with Objective-C
8526@subsubsection The Print Command With Objective-C
c552b3bb
JM
8527@kindex print-object
8528@kindex po @r{(@code{print-object})}
b37303ee 8529
c552b3bb 8530The print command has also been extended to accept methods. For example:
b37303ee
AF
8531
8532@smallexample
c552b3bb 8533print -[@var{object} hash]
b37303ee
AF
8534@end smallexample
8535
8536@cindex print an Objective-C object description
c552b3bb
JM
8537@cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
8538@noindent
8539will tell @value{GDBN} to send the @code{hash} message to @var{object}
8540and print the result. Also, an additional command has been added,
8541@code{print-object} or @code{po} for short, which is meant to print
8542the description of an object. However, this command may only work
8543with certain Objective-C libraries that have a particular hook
8544function, @code{_NSPrintForDebugger}, defined.
b37303ee
AF
8545
8546@node Modula-2, , Objective-C, Support
c906108c 8547@subsection Modula-2
7a292a7a 8548
d4f3574e 8549@cindex Modula-2, @value{GDBN} support
c906108c
SS
8550
8551The extensions made to @value{GDBN} to support Modula-2 only support
8552output from the @sc{gnu} Modula-2 compiler (which is currently being
8553developed). Other Modula-2 compilers are not currently supported, and
8554attempting to debug executables produced by them is most likely
8555to give an error as @value{GDBN} reads in the executable's symbol
8556table.
8557
8558@cindex expressions in Modula-2
8559@menu
8560* M2 Operators:: Built-in operators
8561* Built-In Func/Proc:: Built-in functions and procedures
8562* M2 Constants:: Modula-2 constants
8563* M2 Defaults:: Default settings for Modula-2
8564* Deviations:: Deviations from standard Modula-2
8565* M2 Checks:: Modula-2 type and range checks
8566* M2 Scope:: The scope operators @code{::} and @code{.}
8567* GDB/M2:: @value{GDBN} and Modula-2
8568@end menu
8569
6d2ebf8b 8570@node M2 Operators
c906108c
SS
8571@subsubsection Operators
8572@cindex Modula-2 operators
8573
8574Operators must be defined on values of specific types. For instance,
8575@code{+} is defined on numbers, but not on structures. Operators are
8576often defined on groups of types. For the purposes of Modula-2, the
8577following definitions hold:
8578
8579@itemize @bullet
8580
8581@item
8582@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
8583their subranges.
8584
8585@item
8586@emph{Character types} consist of @code{CHAR} and its subranges.
8587
8588@item
8589@emph{Floating-point types} consist of @code{REAL}.
8590
8591@item
8592@emph{Pointer types} consist of anything declared as @code{POINTER TO
8593@var{type}}.
8594
8595@item
8596@emph{Scalar types} consist of all of the above.
8597
8598@item
8599@emph{Set types} consist of @code{SET} and @code{BITSET} types.
8600
8601@item
8602@emph{Boolean types} consist of @code{BOOLEAN}.
8603@end itemize
8604
8605@noindent
8606The following operators are supported, and appear in order of
8607increasing precedence:
8608
8609@table @code
8610@item ,
8611Function argument or array index separator.
8612
8613@item :=
8614Assignment. The value of @var{var} @code{:=} @var{value} is
8615@var{value}.
8616
8617@item <@r{, }>
8618Less than, greater than on integral, floating-point, or enumerated
8619types.
8620
8621@item <=@r{, }>=
96a2c332 8622Less than or equal to, greater than or equal to
c906108c
SS
8623on integral, floating-point and enumerated types, or set inclusion on
8624set types. Same precedence as @code{<}.
8625
8626@item =@r{, }<>@r{, }#
8627Equality and two ways of expressing inequality, valid on scalar types.
8628Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
8629available for inequality, since @code{#} conflicts with the script
8630comment character.
8631
8632@item IN
8633Set membership. Defined on set types and the types of their members.
8634Same precedence as @code{<}.
8635
8636@item OR
8637Boolean disjunction. Defined on boolean types.
8638
8639@item AND@r{, }&
d4f3574e 8640Boolean conjunction. Defined on boolean types.
c906108c
SS
8641
8642@item @@
8643The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8644
8645@item +@r{, }-
8646Addition and subtraction on integral and floating-point types, or union
8647and difference on set types.
8648
8649@item *
8650Multiplication on integral and floating-point types, or set intersection
8651on set types.
8652
8653@item /
8654Division on floating-point types, or symmetric set difference on set
8655types. Same precedence as @code{*}.
8656
8657@item DIV@r{, }MOD
8658Integer division and remainder. Defined on integral types. Same
8659precedence as @code{*}.
8660
8661@item -
8662Negative. Defined on @code{INTEGER} and @code{REAL} data.
8663
8664@item ^
8665Pointer dereferencing. Defined on pointer types.
8666
8667@item NOT
8668Boolean negation. Defined on boolean types. Same precedence as
8669@code{^}.
8670
8671@item .
8672@code{RECORD} field selector. Defined on @code{RECORD} data. Same
8673precedence as @code{^}.
8674
8675@item []
8676Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
8677
8678@item ()
8679Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
8680as @code{^}.
8681
8682@item ::@r{, }.
8683@value{GDBN} and Modula-2 scope operators.
8684@end table
8685
8686@quotation
8687@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
8688treats the use of the operator @code{IN}, or the use of operators
8689@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
8690@code{<=}, and @code{>=} on sets as an error.
8691@end quotation
8692
cb51c4e0 8693
6d2ebf8b 8694@node Built-In Func/Proc
c906108c 8695@subsubsection Built-in functions and procedures
cb51c4e0 8696@cindex Modula-2 built-ins
c906108c
SS
8697
8698Modula-2 also makes available several built-in procedures and functions.
8699In describing these, the following metavariables are used:
8700
8701@table @var
8702
8703@item a
8704represents an @code{ARRAY} variable.
8705
8706@item c
8707represents a @code{CHAR} constant or variable.
8708
8709@item i
8710represents a variable or constant of integral type.
8711
8712@item m
8713represents an identifier that belongs to a set. Generally used in the
8714same function with the metavariable @var{s}. The type of @var{s} should
8715be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
8716
8717@item n
8718represents a variable or constant of integral or floating-point type.
8719
8720@item r
8721represents a variable or constant of floating-point type.
8722
8723@item t
8724represents a type.
8725
8726@item v
8727represents a variable.
8728
8729@item x
8730represents a variable or constant of one of many types. See the
8731explanation of the function for details.
8732@end table
8733
8734All Modula-2 built-in procedures also return a result, described below.
8735
8736@table @code
8737@item ABS(@var{n})
8738Returns the absolute value of @var{n}.
8739
8740@item CAP(@var{c})
8741If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 8742equivalent, otherwise it returns its argument.
c906108c
SS
8743
8744@item CHR(@var{i})
8745Returns the character whose ordinal value is @var{i}.
8746
8747@item DEC(@var{v})
c3f6f71d 8748Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8749
8750@item DEC(@var{v},@var{i})
8751Decrements the value in the variable @var{v} by @var{i}. Returns the
8752new value.
8753
8754@item EXCL(@var{m},@var{s})
8755Removes the element @var{m} from the set @var{s}. Returns the new
8756set.
8757
8758@item FLOAT(@var{i})
8759Returns the floating point equivalent of the integer @var{i}.
8760
8761@item HIGH(@var{a})
8762Returns the index of the last member of @var{a}.
8763
8764@item INC(@var{v})
c3f6f71d 8765Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8766
8767@item INC(@var{v},@var{i})
8768Increments the value in the variable @var{v} by @var{i}. Returns the
8769new value.
8770
8771@item INCL(@var{m},@var{s})
8772Adds the element @var{m} to the set @var{s} if it is not already
8773there. Returns the new set.
8774
8775@item MAX(@var{t})
8776Returns the maximum value of the type @var{t}.
8777
8778@item MIN(@var{t})
8779Returns the minimum value of the type @var{t}.
8780
8781@item ODD(@var{i})
8782Returns boolean TRUE if @var{i} is an odd number.
8783
8784@item ORD(@var{x})
8785Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
8786value of a character is its @sc{ascii} value (on machines supporting the
8787@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
8788integral, character and enumerated types.
8789
8790@item SIZE(@var{x})
8791Returns the size of its argument. @var{x} can be a variable or a type.
8792
8793@item TRUNC(@var{r})
8794Returns the integral part of @var{r}.
8795
8796@item VAL(@var{t},@var{i})
8797Returns the member of the type @var{t} whose ordinal value is @var{i}.
8798@end table
8799
8800@quotation
8801@emph{Warning:} Sets and their operations are not yet supported, so
8802@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
8803an error.
8804@end quotation
8805
8806@cindex Modula-2 constants
6d2ebf8b 8807@node M2 Constants
c906108c
SS
8808@subsubsection Constants
8809
8810@value{GDBN} allows you to express the constants of Modula-2 in the following
8811ways:
8812
8813@itemize @bullet
8814
8815@item
8816Integer constants are simply a sequence of digits. When used in an
8817expression, a constant is interpreted to be type-compatible with the
8818rest of the expression. Hexadecimal integers are specified by a
8819trailing @samp{H}, and octal integers by a trailing @samp{B}.
8820
8821@item
8822Floating point constants appear as a sequence of digits, followed by a
8823decimal point and another sequence of digits. An optional exponent can
8824then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
8825@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
8826digits of the floating point constant must be valid decimal (base 10)
8827digits.
8828
8829@item
8830Character constants consist of a single character enclosed by a pair of
8831like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 8832also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
8833followed by a @samp{C}.
8834
8835@item
8836String constants consist of a sequence of characters enclosed by a
8837pair of like quotes, either single (@code{'}) or double (@code{"}).
8838Escape sequences in the style of C are also allowed. @xref{C
b37052ae 8839Constants, ,C and C@t{++} constants}, for a brief explanation of escape
c906108c
SS
8840sequences.
8841
8842@item
8843Enumerated constants consist of an enumerated identifier.
8844
8845@item
8846Boolean constants consist of the identifiers @code{TRUE} and
8847@code{FALSE}.
8848
8849@item
8850Pointer constants consist of integral values only.
8851
8852@item
8853Set constants are not yet supported.
8854@end itemize
8855
6d2ebf8b 8856@node M2 Defaults
c906108c
SS
8857@subsubsection Modula-2 defaults
8858@cindex Modula-2 defaults
8859
8860If type and range checking are set automatically by @value{GDBN}, they
8861both default to @code{on} whenever the working language changes to
d4f3574e 8862Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
8863selected the working language.
8864
8865If you allow @value{GDBN} to set the language automatically, then entering
8866code compiled from a file whose name ends with @file{.mod} sets the
d4f3574e 8867working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c906108c
SS
8868the language automatically}, for further details.
8869
6d2ebf8b 8870@node Deviations
c906108c
SS
8871@subsubsection Deviations from standard Modula-2
8872@cindex Modula-2, deviations from
8873
8874A few changes have been made to make Modula-2 programs easier to debug.
8875This is done primarily via loosening its type strictness:
8876
8877@itemize @bullet
8878@item
8879Unlike in standard Modula-2, pointer constants can be formed by
8880integers. This allows you to modify pointer variables during
8881debugging. (In standard Modula-2, the actual address contained in a
8882pointer variable is hidden from you; it can only be modified
8883through direct assignment to another pointer variable or expression that
8884returned a pointer.)
8885
8886@item
8887C escape sequences can be used in strings and characters to represent
8888non-printable characters. @value{GDBN} prints out strings with these
8889escape sequences embedded. Single non-printable characters are
8890printed using the @samp{CHR(@var{nnn})} format.
8891
8892@item
8893The assignment operator (@code{:=}) returns the value of its right-hand
8894argument.
8895
8896@item
8897All built-in procedures both modify @emph{and} return their argument.
8898@end itemize
8899
6d2ebf8b 8900@node M2 Checks
c906108c
SS
8901@subsubsection Modula-2 type and range checks
8902@cindex Modula-2 checks
8903
8904@quotation
8905@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
8906range checking.
8907@end quotation
8908@c FIXME remove warning when type/range checks added
8909
8910@value{GDBN} considers two Modula-2 variables type equivalent if:
8911
8912@itemize @bullet
8913@item
8914They are of types that have been declared equivalent via a @code{TYPE
8915@var{t1} = @var{t2}} statement
8916
8917@item
8918They have been declared on the same line. (Note: This is true of the
8919@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
8920@end itemize
8921
8922As long as type checking is enabled, any attempt to combine variables
8923whose types are not equivalent is an error.
8924
8925Range checking is done on all mathematical operations, assignment, array
8926index bounds, and all built-in functions and procedures.
8927
6d2ebf8b 8928@node M2 Scope
c906108c
SS
8929@subsubsection The scope operators @code{::} and @code{.}
8930@cindex scope
41afff9a 8931@cindex @code{.}, Modula-2 scope operator
c906108c
SS
8932@cindex colon, doubled as scope operator
8933@ifinfo
41afff9a 8934@vindex colon-colon@r{, in Modula-2}
c906108c
SS
8935@c Info cannot handle :: but TeX can.
8936@end ifinfo
8937@iftex
41afff9a 8938@vindex ::@r{, in Modula-2}
c906108c
SS
8939@end iftex
8940
8941There are a few subtle differences between the Modula-2 scope operator
8942(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
8943similar syntax:
8944
474c8240 8945@smallexample
c906108c
SS
8946
8947@var{module} . @var{id}
8948@var{scope} :: @var{id}
474c8240 8949@end smallexample
c906108c
SS
8950
8951@noindent
8952where @var{scope} is the name of a module or a procedure,
8953@var{module} the name of a module, and @var{id} is any declared
8954identifier within your program, except another module.
8955
8956Using the @code{::} operator makes @value{GDBN} search the scope
8957specified by @var{scope} for the identifier @var{id}. If it is not
8958found in the specified scope, then @value{GDBN} searches all scopes
8959enclosing the one specified by @var{scope}.
8960
8961Using the @code{.} operator makes @value{GDBN} search the current scope for
8962the identifier specified by @var{id} that was imported from the
8963definition module specified by @var{module}. With this operator, it is
8964an error if the identifier @var{id} was not imported from definition
8965module @var{module}, or if @var{id} is not an identifier in
8966@var{module}.
8967
6d2ebf8b 8968@node GDB/M2
c906108c
SS
8969@subsubsection @value{GDBN} and Modula-2
8970
8971Some @value{GDBN} commands have little use when debugging Modula-2 programs.
8972Five subcommands of @code{set print} and @code{show print} apply
b37052ae 8973specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 8974@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 8975apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
8976analogue in Modula-2.
8977
8978The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 8979with any language, is not useful with Modula-2. Its
c906108c 8980intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 8981created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 8982address can be specified by an integral constant, the construct
d4f3574e 8983@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
8984
8985@cindex @code{#} in Modula-2
8986In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
8987interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 8988
4e562065
JB
8989@node Unsupported languages
8990@section Unsupported languages
8991
8992@cindex unsupported languages
8993@cindex minimal language
8994In addition to the other fully-supported programming languages,
8995@value{GDBN} also provides a pseudo-language, called @code{minimal}.
8996It does not represent a real programming language, but provides a set
8997of capabilities close to what the C or assembly languages provide.
8998This should allow most simple operations to be performed while debugging
8999an application that uses a language currently not supported by @value{GDBN}.
9000
9001If the language is set to @code{auto}, @value{GDBN} will automatically
9002select this language if the current frame corresponds to an unsupported
9003language.
9004
6d2ebf8b 9005@node Symbols
c906108c
SS
9006@chapter Examining the Symbol Table
9007
d4f3574e 9008The commands described in this chapter allow you to inquire about the
c906108c
SS
9009symbols (names of variables, functions and types) defined in your
9010program. This information is inherent in the text of your program and
9011does not change as your program executes. @value{GDBN} finds it in your
9012program's symbol table, in the file indicated when you started @value{GDBN}
9013(@pxref{File Options, ,Choosing files}), or by one of the
9014file-management commands (@pxref{Files, ,Commands to specify files}).
9015
9016@cindex symbol names
9017@cindex names of symbols
9018@cindex quoting names
9019Occasionally, you may need to refer to symbols that contain unusual
9020characters, which @value{GDBN} ordinarily treats as word delimiters. The
9021most frequent case is in referring to static variables in other
9022source files (@pxref{Variables,,Program variables}). File names
9023are recorded in object files as debugging symbols, but @value{GDBN} would
9024ordinarily parse a typical file name, like @file{foo.c}, as the three words
9025@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
9026@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9027
474c8240 9028@smallexample
c906108c 9029p 'foo.c'::x
474c8240 9030@end smallexample
c906108c
SS
9031
9032@noindent
9033looks up the value of @code{x} in the scope of the file @file{foo.c}.
9034
9035@table @code
9036@kindex info address
b37052ae 9037@cindex address of a symbol
c906108c
SS
9038@item info address @var{symbol}
9039Describe where the data for @var{symbol} is stored. For a register
9040variable, this says which register it is kept in. For a non-register
9041local variable, this prints the stack-frame offset at which the variable
9042is always stored.
9043
9044Note the contrast with @samp{print &@var{symbol}}, which does not work
9045at all for a register variable, and for a stack local variable prints
9046the exact address of the current instantiation of the variable.
9047
3d67e040 9048@kindex info symbol
b37052ae 9049@cindex symbol from address
3d67e040
EZ
9050@item info symbol @var{addr}
9051Print the name of a symbol which is stored at the address @var{addr}.
9052If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9053nearest symbol and an offset from it:
9054
474c8240 9055@smallexample
3d67e040
EZ
9056(@value{GDBP}) info symbol 0x54320
9057_initialize_vx + 396 in section .text
474c8240 9058@end smallexample
3d67e040
EZ
9059
9060@noindent
9061This is the opposite of the @code{info address} command. You can use
9062it to find out the name of a variable or a function given its address.
9063
c906108c 9064@kindex whatis
d4f3574e
SS
9065@item whatis @var{expr}
9066Print the data type of expression @var{expr}. @var{expr} is not
c906108c
SS
9067actually evaluated, and any side-effecting operations (such as
9068assignments or function calls) inside it do not take place.
9069@xref{Expressions, ,Expressions}.
9070
9071@item whatis
9072Print the data type of @code{$}, the last value in the value history.
9073
9074@kindex ptype
9075@item ptype @var{typename}
9076Print a description of data type @var{typename}. @var{typename} may be
7a292a7a
SS
9077the name of a type, or for C code it may have the form @samp{class
9078@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9079@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 9080
d4f3574e 9081@item ptype @var{expr}
c906108c 9082@itemx ptype
d4f3574e 9083Print a description of the type of expression @var{expr}. @code{ptype}
c906108c
SS
9084differs from @code{whatis} by printing a detailed description, instead
9085of just the name of the type.
9086
9087For example, for this variable declaration:
9088
474c8240 9089@smallexample
c906108c 9090struct complex @{double real; double imag;@} v;
474c8240 9091@end smallexample
c906108c
SS
9092
9093@noindent
9094the two commands give this output:
9095
474c8240 9096@smallexample
c906108c
SS
9097@group
9098(@value{GDBP}) whatis v
9099type = struct complex
9100(@value{GDBP}) ptype v
9101type = struct complex @{
9102 double real;
9103 double imag;
9104@}
9105@end group
474c8240 9106@end smallexample
c906108c
SS
9107
9108@noindent
9109As with @code{whatis}, using @code{ptype} without an argument refers to
9110the type of @code{$}, the last value in the value history.
9111
9112@kindex info types
9113@item info types @var{regexp}
9114@itemx info types
d4f3574e 9115Print a brief description of all types whose names match @var{regexp}
c906108c
SS
9116(or all types in your program, if you supply no argument). Each
9117complete typename is matched as though it were a complete line; thus,
9118@samp{i type value} gives information on all types in your program whose
d4f3574e 9119names include the string @code{value}, but @samp{i type ^value$} gives
c906108c
SS
9120information only on types whose complete name is @code{value}.
9121
9122This command differs from @code{ptype} in two ways: first, like
9123@code{whatis}, it does not print a detailed description; second, it
9124lists all source files where a type is defined.
9125
b37052ae
EZ
9126@kindex info scope
9127@cindex local variables
9128@item info scope @var{addr}
9129List all the variables local to a particular scope. This command
9130accepts a location---a function name, a source line, or an address
9131preceded by a @samp{*}, and prints all the variables local to the
9132scope defined by that location. For example:
9133
9134@smallexample
9135(@value{GDBP}) @b{info scope command_line_handler}
9136Scope for command_line_handler:
9137Symbol rl is an argument at stack/frame offset 8, length 4.
9138Symbol linebuffer is in static storage at address 0x150a18, length 4.
9139Symbol linelength is in static storage at address 0x150a1c, length 4.
9140Symbol p is a local variable in register $esi, length 4.
9141Symbol p1 is a local variable in register $ebx, length 4.
9142Symbol nline is a local variable in register $edx, length 4.
9143Symbol repeat is a local variable at frame offset -8, length 4.
9144@end smallexample
9145
f5c37c66
EZ
9146@noindent
9147This command is especially useful for determining what data to collect
9148during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
9149collect}.
9150
c906108c
SS
9151@kindex info source
9152@item info source
919d772c
JB
9153Show information about the current source file---that is, the source file for
9154the function containing the current point of execution:
9155@itemize @bullet
9156@item
9157the name of the source file, and the directory containing it,
9158@item
9159the directory it was compiled in,
9160@item
9161its length, in lines,
9162@item
9163which programming language it is written in,
9164@item
9165whether the executable includes debugging information for that file, and
9166if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
9167@item
9168whether the debugging information includes information about
9169preprocessor macros.
9170@end itemize
9171
c906108c
SS
9172
9173@kindex info sources
9174@item info sources
9175Print the names of all source files in your program for which there is
9176debugging information, organized into two lists: files whose symbols
9177have already been read, and files whose symbols will be read when needed.
9178
9179@kindex info functions
9180@item info functions
9181Print the names and data types of all defined functions.
9182
9183@item info functions @var{regexp}
9184Print the names and data types of all defined functions
9185whose names contain a match for regular expression @var{regexp}.
9186Thus, @samp{info fun step} finds all functions whose names
9187include @code{step}; @samp{info fun ^step} finds those whose names
1c5dfdad
MS
9188start with @code{step}. If a function name contains characters
9189that conflict with the regular expression language (eg.
9190@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
9191
9192@kindex info variables
9193@item info variables
9194Print the names and data types of all variables that are declared
6ca652b0 9195outside of functions (i.e.@: excluding local variables).
c906108c
SS
9196
9197@item info variables @var{regexp}
9198Print the names and data types of all variables (except for local
9199variables) whose names contain a match for regular expression
9200@var{regexp}.
9201
b37303ee
AF
9202@kindex info classes
9203@item info classes
9204@itemx info classes @var{regexp}
9205Display all Objective-C classes in your program, or
9206(with the @var{regexp} argument) all those matching a particular regular
9207expression.
9208
9209@kindex info selectors
9210@item info selectors
9211@itemx info selectors @var{regexp}
9212Display all Objective-C selectors in your program, or
9213(with the @var{regexp} argument) all those matching a particular regular
9214expression.
9215
c906108c
SS
9216@ignore
9217This was never implemented.
9218@kindex info methods
9219@item info methods
9220@itemx info methods @var{regexp}
9221The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
9222methods within C@t{++} program, or (with the @var{regexp} argument) a
9223specific set of methods found in the various C@t{++} classes. Many
9224C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
9225from the @code{ptype} command can be overwhelming and hard to use. The
9226@code{info-methods} command filters the methods, printing only those
9227which match the regular-expression @var{regexp}.
9228@end ignore
9229
c906108c
SS
9230@cindex reloading symbols
9231Some systems allow individual object files that make up your program to
7a292a7a
SS
9232be replaced without stopping and restarting your program. For example,
9233in VxWorks you can simply recompile a defective object file and keep on
9234running. If you are running on one of these systems, you can allow
9235@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
9236
9237@table @code
9238@kindex set symbol-reloading
9239@item set symbol-reloading on
9240Replace symbol definitions for the corresponding source file when an
9241object file with a particular name is seen again.
9242
9243@item set symbol-reloading off
6d2ebf8b
SS
9244Do not replace symbol definitions when encountering object files of the
9245same name more than once. This is the default state; if you are not
9246running on a system that permits automatic relinking of modules, you
9247should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
9248may discard symbols when linking large programs, that may contain
9249several modules (from different directories or libraries) with the same
9250name.
c906108c
SS
9251
9252@kindex show symbol-reloading
9253@item show symbol-reloading
9254Show the current @code{on} or @code{off} setting.
9255@end table
c906108c 9256
c906108c
SS
9257@kindex set opaque-type-resolution
9258@item set opaque-type-resolution on
9259Tell @value{GDBN} to resolve opaque types. An opaque type is a type
9260declared as a pointer to a @code{struct}, @code{class}, or
9261@code{union}---for example, @code{struct MyType *}---that is used in one
9262source file although the full declaration of @code{struct MyType} is in
9263another source file. The default is on.
9264
9265A change in the setting of this subcommand will not take effect until
9266the next time symbols for a file are loaded.
9267
9268@item set opaque-type-resolution off
9269Tell @value{GDBN} not to resolve opaque types. In this case, the type
9270is printed as follows:
9271@smallexample
9272@{<no data fields>@}
9273@end smallexample
9274
9275@kindex show opaque-type-resolution
9276@item show opaque-type-resolution
9277Show whether opaque types are resolved or not.
c906108c
SS
9278
9279@kindex maint print symbols
9280@cindex symbol dump
9281@kindex maint print psymbols
9282@cindex partial symbol dump
9283@item maint print symbols @var{filename}
9284@itemx maint print psymbols @var{filename}
9285@itemx maint print msymbols @var{filename}
9286Write a dump of debugging symbol data into the file @var{filename}.
9287These commands are used to debug the @value{GDBN} symbol-reading code. Only
9288symbols with debugging data are included. If you use @samp{maint print
9289symbols}, @value{GDBN} includes all the symbols for which it has already
9290collected full details: that is, @var{filename} reflects symbols for
9291only those files whose symbols @value{GDBN} has read. You can use the
9292command @code{info sources} to find out which files these are. If you
9293use @samp{maint print psymbols} instead, the dump shows information about
9294symbols that @value{GDBN} only knows partially---that is, symbols defined in
9295files that @value{GDBN} has skimmed, but not yet read completely. Finally,
9296@samp{maint print msymbols} dumps just the minimal symbol information
9297required for each object file from which @value{GDBN} has read some symbols.
9298@xref{Files, ,Commands to specify files}, for a discussion of how
9299@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 9300
5e7b2f39
JB
9301@kindex maint info symtabs
9302@kindex maint info psymtabs
44ea7b70
JB
9303@cindex listing @value{GDBN}'s internal symbol tables
9304@cindex symbol tables, listing @value{GDBN}'s internal
9305@cindex full symbol tables, listing @value{GDBN}'s internal
9306@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
9307@item maint info symtabs @r{[} @var{regexp} @r{]}
9308@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
9309
9310List the @code{struct symtab} or @code{struct partial_symtab}
9311structures whose names match @var{regexp}. If @var{regexp} is not
9312given, list them all. The output includes expressions which you can
9313copy into a @value{GDBN} debugging this one to examine a particular
9314structure in more detail. For example:
9315
9316@smallexample
5e7b2f39 9317(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
9318@{ objfile /home/gnu/build/gdb/gdb
9319 ((struct objfile *) 0x82e69d0)
9320 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
9321 ((struct partial_symtab *) 0x8474b10)
9322 readin no
9323 fullname (null)
9324 text addresses 0x814d3c8 -- 0x8158074
9325 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
9326 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
9327 dependencies (none)
9328 @}
9329@}
5e7b2f39 9330(@value{GDBP}) maint info symtabs
44ea7b70
JB
9331(@value{GDBP})
9332@end smallexample
9333@noindent
9334We see that there is one partial symbol table whose filename contains
9335the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
9336and we see that @value{GDBN} has not read in any symtabs yet at all.
9337If we set a breakpoint on a function, that will cause @value{GDBN} to
9338read the symtab for the compilation unit containing that function:
9339
9340@smallexample
9341(@value{GDBP}) break dwarf2_psymtab_to_symtab
9342Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
9343line 1574.
5e7b2f39 9344(@value{GDBP}) maint info symtabs
44ea7b70
JB
9345@{ objfile /home/gnu/build/gdb/gdb
9346 ((struct objfile *) 0x82e69d0)
9347 @{ symtab /home/gnu/src/gdb/dwarf2read.c
9348 ((struct symtab *) 0x86c1f38)
9349 dirname (null)
9350 fullname (null)
9351 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
9352 debugformat DWARF 2
9353 @}
9354@}
9355(@value{GDBP})
9356@end smallexample
c906108c
SS
9357@end table
9358
44ea7b70 9359
6d2ebf8b 9360@node Altering
c906108c
SS
9361@chapter Altering Execution
9362
9363Once you think you have found an error in your program, you might want to
9364find out for certain whether correcting the apparent error would lead to
9365correct results in the rest of the run. You can find the answer by
9366experiment, using the @value{GDBN} features for altering execution of the
9367program.
9368
9369For example, you can store new values into variables or memory
7a292a7a
SS
9370locations, give your program a signal, restart it at a different
9371address, or even return prematurely from a function.
c906108c
SS
9372
9373@menu
9374* Assignment:: Assignment to variables
9375* Jumping:: Continuing at a different address
c906108c 9376* Signaling:: Giving your program a signal
c906108c
SS
9377* Returning:: Returning from a function
9378* Calling:: Calling your program's functions
9379* Patching:: Patching your program
9380@end menu
9381
6d2ebf8b 9382@node Assignment
c906108c
SS
9383@section Assignment to variables
9384
9385@cindex assignment
9386@cindex setting variables
9387To alter the value of a variable, evaluate an assignment expression.
9388@xref{Expressions, ,Expressions}. For example,
9389
474c8240 9390@smallexample
c906108c 9391print x=4
474c8240 9392@end smallexample
c906108c
SS
9393
9394@noindent
9395stores the value 4 into the variable @code{x}, and then prints the
5d161b24 9396value of the assignment expression (which is 4).
c906108c
SS
9397@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
9398information on operators in supported languages.
c906108c
SS
9399
9400@kindex set variable
9401@cindex variables, setting
9402If you are not interested in seeing the value of the assignment, use the
9403@code{set} command instead of the @code{print} command. @code{set} is
9404really the same as @code{print} except that the expression's value is
9405not printed and is not put in the value history (@pxref{Value History,
9406,Value history}). The expression is evaluated only for its effects.
9407
c906108c
SS
9408If the beginning of the argument string of the @code{set} command
9409appears identical to a @code{set} subcommand, use the @code{set
9410variable} command instead of just @code{set}. This command is identical
9411to @code{set} except for its lack of subcommands. For example, if your
9412program has a variable @code{width}, you get an error if you try to set
9413a new value with just @samp{set width=13}, because @value{GDBN} has the
9414command @code{set width}:
9415
474c8240 9416@smallexample
c906108c
SS
9417(@value{GDBP}) whatis width
9418type = double
9419(@value{GDBP}) p width
9420$4 = 13
9421(@value{GDBP}) set width=47
9422Invalid syntax in expression.
474c8240 9423@end smallexample
c906108c
SS
9424
9425@noindent
9426The invalid expression, of course, is @samp{=47}. In
9427order to actually set the program's variable @code{width}, use
9428
474c8240 9429@smallexample
c906108c 9430(@value{GDBP}) set var width=47
474c8240 9431@end smallexample
53a5351d 9432
c906108c
SS
9433Because the @code{set} command has many subcommands that can conflict
9434with the names of program variables, it is a good idea to use the
9435@code{set variable} command instead of just @code{set}. For example, if
9436your program has a variable @code{g}, you run into problems if you try
9437to set a new value with just @samp{set g=4}, because @value{GDBN} has
9438the command @code{set gnutarget}, abbreviated @code{set g}:
9439
474c8240 9440@smallexample
c906108c
SS
9441@group
9442(@value{GDBP}) whatis g
9443type = double
9444(@value{GDBP}) p g
9445$1 = 1
9446(@value{GDBP}) set g=4
2df3850c 9447(@value{GDBP}) p g
c906108c
SS
9448$2 = 1
9449(@value{GDBP}) r
9450The program being debugged has been started already.
9451Start it from the beginning? (y or n) y
9452Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
9453"/home/smith/cc_progs/a.out": can't open to read symbols:
9454 Invalid bfd target.
c906108c
SS
9455(@value{GDBP}) show g
9456The current BFD target is "=4".
9457@end group
474c8240 9458@end smallexample
c906108c
SS
9459
9460@noindent
9461The program variable @code{g} did not change, and you silently set the
9462@code{gnutarget} to an invalid value. In order to set the variable
9463@code{g}, use
9464
474c8240 9465@smallexample
c906108c 9466(@value{GDBP}) set var g=4
474c8240 9467@end smallexample
c906108c
SS
9468
9469@value{GDBN} allows more implicit conversions in assignments than C; you can
9470freely store an integer value into a pointer variable or vice versa,
9471and you can convert any structure to any other structure that is the
9472same length or shorter.
9473@comment FIXME: how do structs align/pad in these conversions?
9474@comment /doc@cygnus.com 18dec1990
9475
9476To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
9477construct to generate a value of specified type at a specified address
9478(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
9479to memory location @code{0x83040} as an integer (which implies a certain size
9480and representation in memory), and
9481
474c8240 9482@smallexample
c906108c 9483set @{int@}0x83040 = 4
474c8240 9484@end smallexample
c906108c
SS
9485
9486@noindent
9487stores the value 4 into that memory location.
9488
6d2ebf8b 9489@node Jumping
c906108c
SS
9490@section Continuing at a different address
9491
9492Ordinarily, when you continue your program, you do so at the place where
9493it stopped, with the @code{continue} command. You can instead continue at
9494an address of your own choosing, with the following commands:
9495
9496@table @code
9497@kindex jump
9498@item jump @var{linespec}
9499Resume execution at line @var{linespec}. Execution stops again
9500immediately if there is a breakpoint there. @xref{List, ,Printing
9501source lines}, for a description of the different forms of
9502@var{linespec}. It is common practice to use the @code{tbreak} command
9503in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
9504breakpoints}.
9505
9506The @code{jump} command does not change the current stack frame, or
9507the stack pointer, or the contents of any memory location or any
9508register other than the program counter. If line @var{linespec} is in
9509a different function from the one currently executing, the results may
9510be bizarre if the two functions expect different patterns of arguments or
9511of local variables. For this reason, the @code{jump} command requests
9512confirmation if the specified line is not in the function currently
9513executing. However, even bizarre results are predictable if you are
9514well acquainted with the machine-language code of your program.
9515
9516@item jump *@var{address}
9517Resume execution at the instruction at address @var{address}.
9518@end table
9519
c906108c 9520@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
9521On many systems, you can get much the same effect as the @code{jump}
9522command by storing a new value into the register @code{$pc}. The
9523difference is that this does not start your program running; it only
9524changes the address of where it @emph{will} run when you continue. For
9525example,
c906108c 9526
474c8240 9527@smallexample
c906108c 9528set $pc = 0x485
474c8240 9529@end smallexample
c906108c
SS
9530
9531@noindent
9532makes the next @code{continue} command or stepping command execute at
9533address @code{0x485}, rather than at the address where your program stopped.
9534@xref{Continuing and Stepping, ,Continuing and stepping}.
c906108c
SS
9535
9536The most common occasion to use the @code{jump} command is to back
9537up---perhaps with more breakpoints set---over a portion of a program
9538that has already executed, in order to examine its execution in more
9539detail.
9540
c906108c 9541@c @group
6d2ebf8b 9542@node Signaling
c906108c
SS
9543@section Giving your program a signal
9544
9545@table @code
9546@kindex signal
9547@item signal @var{signal}
9548Resume execution where your program stopped, but immediately give it the
9549signal @var{signal}. @var{signal} can be the name or the number of a
9550signal. For example, on many systems @code{signal 2} and @code{signal
9551SIGINT} are both ways of sending an interrupt signal.
9552
9553Alternatively, if @var{signal} is zero, continue execution without
9554giving a signal. This is useful when your program stopped on account of
9555a signal and would ordinary see the signal when resumed with the
9556@code{continue} command; @samp{signal 0} causes it to resume without a
9557signal.
9558
9559@code{signal} does not repeat when you press @key{RET} a second time
9560after executing the command.
9561@end table
9562@c @end group
9563
9564Invoking the @code{signal} command is not the same as invoking the
9565@code{kill} utility from the shell. Sending a signal with @code{kill}
9566causes @value{GDBN} to decide what to do with the signal depending on
9567the signal handling tables (@pxref{Signals}). The @code{signal} command
9568passes the signal directly to your program.
9569
c906108c 9570
6d2ebf8b 9571@node Returning
c906108c
SS
9572@section Returning from a function
9573
9574@table @code
9575@cindex returning from a function
9576@kindex return
9577@item return
9578@itemx return @var{expression}
9579You can cancel execution of a function call with the @code{return}
9580command. If you give an
9581@var{expression} argument, its value is used as the function's return
9582value.
9583@end table
9584
9585When you use @code{return}, @value{GDBN} discards the selected stack frame
9586(and all frames within it). You can think of this as making the
9587discarded frame return prematurely. If you wish to specify a value to
9588be returned, give that value as the argument to @code{return}.
9589
9590This pops the selected stack frame (@pxref{Selection, ,Selecting a
9591frame}), and any other frames inside of it, leaving its caller as the
9592innermost remaining frame. That frame becomes selected. The
9593specified value is stored in the registers used for returning values
9594of functions.
9595
9596The @code{return} command does not resume execution; it leaves the
9597program stopped in the state that would exist if the function had just
9598returned. In contrast, the @code{finish} command (@pxref{Continuing
9599and Stepping, ,Continuing and stepping}) resumes execution until the
9600selected stack frame returns naturally.
9601
6d2ebf8b 9602@node Calling
c906108c
SS
9603@section Calling program functions
9604
9605@cindex calling functions
9606@kindex call
9607@table @code
9608@item call @var{expr}
9609Evaluate the expression @var{expr} without displaying @code{void}
9610returned values.
9611@end table
9612
9613You can use this variant of the @code{print} command if you want to
9614execute a function from your program, but without cluttering the output
5d161b24
DB
9615with @code{void} returned values. If the result is not void, it
9616is printed and saved in the value history.
c906108c 9617
6d2ebf8b 9618@node Patching
c906108c 9619@section Patching programs
7a292a7a 9620
c906108c
SS
9621@cindex patching binaries
9622@cindex writing into executables
c906108c 9623@cindex writing into corefiles
c906108c 9624
7a292a7a
SS
9625By default, @value{GDBN} opens the file containing your program's
9626executable code (or the corefile) read-only. This prevents accidental
9627alterations to machine code; but it also prevents you from intentionally
9628patching your program's binary.
c906108c
SS
9629
9630If you'd like to be able to patch the binary, you can specify that
9631explicitly with the @code{set write} command. For example, you might
9632want to turn on internal debugging flags, or even to make emergency
9633repairs.
9634
9635@table @code
9636@kindex set write
9637@item set write on
9638@itemx set write off
7a292a7a
SS
9639If you specify @samp{set write on}, @value{GDBN} opens executable and
9640core files for both reading and writing; if you specify @samp{set write
c906108c
SS
9641off} (the default), @value{GDBN} opens them read-only.
9642
9643If you have already loaded a file, you must load it again (using the
7a292a7a
SS
9644@code{exec-file} or @code{core-file} command) after changing @code{set
9645write}, for your new setting to take effect.
c906108c
SS
9646
9647@item show write
9648@kindex show write
7a292a7a
SS
9649Display whether executable files and core files are opened for writing
9650as well as reading.
c906108c
SS
9651@end table
9652
6d2ebf8b 9653@node GDB Files
c906108c
SS
9654@chapter @value{GDBN} Files
9655
7a292a7a
SS
9656@value{GDBN} needs to know the file name of the program to be debugged,
9657both in order to read its symbol table and in order to start your
9658program. To debug a core dump of a previous run, you must also tell
9659@value{GDBN} the name of the core dump file.
c906108c
SS
9660
9661@menu
9662* Files:: Commands to specify files
5b5d99cf 9663* Separate Debug Files:: Debugging information in separate files
c906108c
SS
9664* Symbol Errors:: Errors reading symbol files
9665@end menu
9666
6d2ebf8b 9667@node Files
c906108c 9668@section Commands to specify files
c906108c 9669
7a292a7a 9670@cindex symbol table
c906108c 9671@cindex core dump file
7a292a7a
SS
9672
9673You may want to specify executable and core dump file names. The usual
9674way to do this is at start-up time, using the arguments to
9675@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
9676Out of @value{GDBN}}).
c906108c
SS
9677
9678Occasionally it is necessary to change to a different file during a
9679@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
9680a file you want to use. In these situations the @value{GDBN} commands
9681to specify new files are useful.
9682
9683@table @code
9684@cindex executable file
9685@kindex file
9686@item file @var{filename}
9687Use @var{filename} as the program to be debugged. It is read for its
9688symbols and for the contents of pure memory. It is also the program
9689executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
9690directory and the file is not found in the @value{GDBN} working directory,
9691@value{GDBN} uses the environment variable @code{PATH} as a list of
9692directories to search, just as the shell does when looking for a program
9693to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
9694and your program, using the @code{path} command.
9695
6d2ebf8b 9696On systems with memory-mapped files, an auxiliary file named
c906108c
SS
9697@file{@var{filename}.syms} may hold symbol table information for
9698@var{filename}. If so, @value{GDBN} maps in the symbol table from
9699@file{@var{filename}.syms}, starting up more quickly. See the
9700descriptions of the file options @samp{-mapped} and @samp{-readnow}
9701(available on the command line, and with the commands @code{file},
5d161b24 9702@code{symbol-file}, or @code{add-symbol-file}, described below),
c906108c 9703for more information.
c906108c
SS
9704
9705@item file
9706@code{file} with no argument makes @value{GDBN} discard any information it
9707has on both executable file and the symbol table.
9708
9709@kindex exec-file
9710@item exec-file @r{[} @var{filename} @r{]}
9711Specify that the program to be run (but not the symbol table) is found
9712in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
9713if necessary to locate your program. Omitting @var{filename} means to
9714discard information on the executable file.
9715
9716@kindex symbol-file
9717@item symbol-file @r{[} @var{filename} @r{]}
9718Read symbol table information from file @var{filename}. @code{PATH} is
9719searched when necessary. Use the @code{file} command to get both symbol
9720table and program to run from the same file.
9721
9722@code{symbol-file} with no argument clears out @value{GDBN} information on your
9723program's symbol table.
9724
5d161b24 9725The @code{symbol-file} command causes @value{GDBN} to forget the contents
c906108c
SS
9726of its convenience variables, the value history, and all breakpoints and
9727auto-display expressions. This is because they may contain pointers to
9728the internal data recording symbols and data types, which are part of
9729the old symbol table data being discarded inside @value{GDBN}.
9730
9731@code{symbol-file} does not repeat if you press @key{RET} again after
9732executing it once.
9733
9734When @value{GDBN} is configured for a particular environment, it
9735understands debugging information in whatever format is the standard
9736generated for that environment; you may use either a @sc{gnu} compiler, or
9737other compilers that adhere to the local conventions.
c906108c
SS
9738Best results are usually obtained from @sc{gnu} compilers; for example,
9739using @code{@value{GCC}} you can generate debugging information for
9740optimized code.
c906108c
SS
9741
9742For most kinds of object files, with the exception of old SVR3 systems
9743using COFF, the @code{symbol-file} command does not normally read the
9744symbol table in full right away. Instead, it scans the symbol table
9745quickly to find which source files and which symbols are present. The
9746details are read later, one source file at a time, as they are needed.
9747
9748The purpose of this two-stage reading strategy is to make @value{GDBN}
9749start up faster. For the most part, it is invisible except for
9750occasional pauses while the symbol table details for a particular source
9751file are being read. (The @code{set verbose} command can turn these
9752pauses into messages if desired. @xref{Messages/Warnings, ,Optional
9753warnings and messages}.)
9754
c906108c
SS
9755We have not implemented the two-stage strategy for COFF yet. When the
9756symbol table is stored in COFF format, @code{symbol-file} reads the
9757symbol table data in full right away. Note that ``stabs-in-COFF''
9758still does the two-stage strategy, since the debug info is actually
9759in stabs format.
9760
9761@kindex readnow
9762@cindex reading symbols immediately
9763@cindex symbols, reading immediately
9764@kindex mapped
9765@cindex memory-mapped symbol file
9766@cindex saving symbol table
9767@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9768@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9769You can override the @value{GDBN} two-stage strategy for reading symbol
9770tables by using the @samp{-readnow} option with any of the commands that
9771load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 9772entire symbol table available.
c906108c 9773
c906108c
SS
9774If memory-mapped files are available on your system through the
9775@code{mmap} system call, you can use another option, @samp{-mapped}, to
9776cause @value{GDBN} to write the symbols for your program into a reusable
9777file. Future @value{GDBN} debugging sessions map in symbol information
9778from this auxiliary symbol file (if the program has not changed), rather
9779than spending time reading the symbol table from the executable
9780program. Using the @samp{-mapped} option has the same effect as
9781starting @value{GDBN} with the @samp{-mapped} command-line option.
9782
9783You can use both options together, to make sure the auxiliary symbol
9784file has all the symbol information for your program.
9785
9786The auxiliary symbol file for a program called @var{myprog} is called
9787@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
9788than the corresponding executable), @value{GDBN} always attempts to use
9789it when you debug @var{myprog}; no special options or commands are
9790needed.
9791
9792The @file{.syms} file is specific to the host machine where you run
9793@value{GDBN}. It holds an exact image of the internal @value{GDBN}
9794symbol table. It cannot be shared across multiple host platforms.
c906108c
SS
9795
9796@c FIXME: for now no mention of directories, since this seems to be in
9797@c flux. 13mar1992 status is that in theory GDB would look either in
9798@c current dir or in same dir as myprog; but issues like competing
9799@c GDB's, or clutter in system dirs, mean that in practice right now
9800@c only current dir is used. FFish says maybe a special GDB hierarchy
9801@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
9802@c files.
9803
9804@kindex core
9805@kindex core-file
9806@item core-file @r{[} @var{filename} @r{]}
9807Specify the whereabouts of a core dump file to be used as the ``contents
9808of memory''. Traditionally, core files contain only some parts of the
9809address space of the process that generated them; @value{GDBN} can access the
9810executable file itself for other parts.
9811
9812@code{core-file} with no argument specifies that no core file is
9813to be used.
9814
9815Note that the core file is ignored when your program is actually running
7a292a7a
SS
9816under @value{GDBN}. So, if you have been running your program and you
9817wish to debug a core file instead, you must kill the subprocess in which
9818the program is running. To do this, use the @code{kill} command
c906108c 9819(@pxref{Kill Process, ,Killing the child process}).
c906108c 9820
c906108c
SS
9821@kindex add-symbol-file
9822@cindex dynamic linking
9823@item add-symbol-file @var{filename} @var{address}
9824@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
17d9d558 9825@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
96a2c332
SS
9826The @code{add-symbol-file} command reads additional symbol table
9827information from the file @var{filename}. You would use this command
9828when @var{filename} has been dynamically loaded (by some other means)
9829into the program that is running. @var{address} should be the memory
9830address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
9831this out for itself. You can additionally specify an arbitrary number
9832of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
9833section name and base address for that section. You can specify any
9834@var{address} as an expression.
c906108c
SS
9835
9836The symbol table of the file @var{filename} is added to the symbol table
9837originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
9838@code{add-symbol-file} command any number of times; the new symbol data
9839thus read keeps adding to the old. To discard all old symbol data
9840instead, use the @code{symbol-file} command without any arguments.
c906108c 9841
17d9d558
JB
9842@cindex relocatable object files, reading symbols from
9843@cindex object files, relocatable, reading symbols from
9844@cindex reading symbols from relocatable object files
9845@cindex symbols, reading from relocatable object files
9846@cindex @file{.o} files, reading symbols from
9847Although @var{filename} is typically a shared library file, an
9848executable file, or some other object file which has been fully
9849relocated for loading into a process, you can also load symbolic
9850information from relocatable @file{.o} files, as long as:
9851
9852@itemize @bullet
9853@item
9854the file's symbolic information refers only to linker symbols defined in
9855that file, not to symbols defined by other object files,
9856@item
9857every section the file's symbolic information refers to has actually
9858been loaded into the inferior, as it appears in the file, and
9859@item
9860you can determine the address at which every section was loaded, and
9861provide these to the @code{add-symbol-file} command.
9862@end itemize
9863
9864@noindent
9865Some embedded operating systems, like Sun Chorus and VxWorks, can load
9866relocatable files into an already running program; such systems
9867typically make the requirements above easy to meet. However, it's
9868important to recognize that many native systems use complex link
9869procedures (@code{.linkonce} section factoring and C++ constructor table
9870assembly, for example) that make the requirements difficult to meet. In
9871general, one cannot assume that using @code{add-symbol-file} to read a
9872relocatable object file's symbolic information will have the same effect
9873as linking the relocatable object file into the program in the normal
9874way.
9875
c906108c
SS
9876@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
9877
9878You can use the @samp{-mapped} and @samp{-readnow} options just as with
9879the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
9880table information for @var{filename}.
9881
9882@kindex add-shared-symbol-file
9883@item add-shared-symbol-file
9884The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
5d161b24
DB
9885operating system for the Motorola 88k. @value{GDBN} automatically looks for
9886shared libraries, however if @value{GDBN} does not find yours, you can run
c906108c 9887@code{add-shared-symbol-file}. It takes no arguments.
c906108c 9888
c906108c
SS
9889@kindex section
9890@item section
5d161b24
DB
9891The @code{section} command changes the base address of section SECTION of
9892the exec file to ADDR. This can be used if the exec file does not contain
9893section addresses, (such as in the a.out format), or when the addresses
9894specified in the file itself are wrong. Each section must be changed
d4f3574e
SS
9895separately. The @code{info files} command, described below, lists all
9896the sections and their addresses.
c906108c
SS
9897
9898@kindex info files
9899@kindex info target
9900@item info files
9901@itemx info target
7a292a7a
SS
9902@code{info files} and @code{info target} are synonymous; both print the
9903current target (@pxref{Targets, ,Specifying a Debugging Target}),
9904including the names of the executable and core dump files currently in
9905use by @value{GDBN}, and the files from which symbols were loaded. The
9906command @code{help target} lists all possible targets rather than
9907current ones.
9908
fe95c787
MS
9909@kindex maint info sections
9910@item maint info sections
9911Another command that can give you extra information about program sections
9912is @code{maint info sections}. In addition to the section information
9913displayed by @code{info files}, this command displays the flags and file
9914offset of each section in the executable and core dump files. In addition,
9915@code{maint info sections} provides the following command options (which
9916may be arbitrarily combined):
9917
9918@table @code
9919@item ALLOBJ
9920Display sections for all loaded object files, including shared libraries.
9921@item @var{sections}
6600abed 9922Display info only for named @var{sections}.
fe95c787
MS
9923@item @var{section-flags}
9924Display info only for sections for which @var{section-flags} are true.
9925The section flags that @value{GDBN} currently knows about are:
9926@table @code
9927@item ALLOC
9928Section will have space allocated in the process when loaded.
9929Set for all sections except those containing debug information.
9930@item LOAD
9931Section will be loaded from the file into the child process memory.
9932Set for pre-initialized code and data, clear for @code{.bss} sections.
9933@item RELOC
9934Section needs to be relocated before loading.
9935@item READONLY
9936Section cannot be modified by the child process.
9937@item CODE
9938Section contains executable code only.
6600abed 9939@item DATA
fe95c787
MS
9940Section contains data only (no executable code).
9941@item ROM
9942Section will reside in ROM.
9943@item CONSTRUCTOR
9944Section contains data for constructor/destructor lists.
9945@item HAS_CONTENTS
9946Section is not empty.
9947@item NEVER_LOAD
9948An instruction to the linker to not output the section.
9949@item COFF_SHARED_LIBRARY
9950A notification to the linker that the section contains
9951COFF shared library information.
9952@item IS_COMMON
9953Section contains common symbols.
9954@end table
9955@end table
6763aef9
MS
9956@kindex set trust-readonly-sections
9957@item set trust-readonly-sections on
9958Tell @value{GDBN} that readonly sections in your object file
6ca652b0 9959really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
9960In that case, @value{GDBN} can fetch values from these sections
9961out of the object file, rather than from the target program.
9962For some targets (notably embedded ones), this can be a significant
9963enhancement to debugging performance.
9964
9965The default is off.
9966
9967@item set trust-readonly-sections off
15110bc3 9968Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
9969the contents of the section might change while the program is running,
9970and must therefore be fetched from the target when needed.
c906108c
SS
9971@end table
9972
9973All file-specifying commands allow both absolute and relative file names
9974as arguments. @value{GDBN} always converts the file name to an absolute file
9975name and remembers it that way.
9976
c906108c 9977@cindex shared libraries
c906108c
SS
9978@value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared
9979libraries.
53a5351d 9980
c906108c
SS
9981@value{GDBN} automatically loads symbol definitions from shared libraries
9982when you use the @code{run} command, or when you examine a core file.
9983(Before you issue the @code{run} command, @value{GDBN} does not understand
9984references to a function in a shared library, however---unless you are
9985debugging a core file).
53a5351d
JM
9986
9987On HP-UX, if the program loads a library explicitly, @value{GDBN}
9988automatically loads the symbols at the time of the @code{shl_load} call.
9989
c906108c
SS
9990@c FIXME: some @value{GDBN} release may permit some refs to undef
9991@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
9992@c FIXME...lib; check this from time to time when updating manual
9993
b7209cb4
FF
9994There are times, however, when you may wish to not automatically load
9995symbol definitions from shared libraries, such as when they are
9996particularly large or there are many of them.
9997
9998To control the automatic loading of shared library symbols, use the
9999commands:
10000
10001@table @code
10002@kindex set auto-solib-add
10003@item set auto-solib-add @var{mode}
10004If @var{mode} is @code{on}, symbols from all shared object libraries
10005will be loaded automatically when the inferior begins execution, you
10006attach to an independently started inferior, or when the dynamic linker
10007informs @value{GDBN} that a new library has been loaded. If @var{mode}
10008is @code{off}, symbols must be loaded manually, using the
10009@code{sharedlibrary} command. The default value is @code{on}.
10010
10011@kindex show auto-solib-add
10012@item show auto-solib-add
10013Display the current autoloading mode.
10014@end table
10015
10016To explicitly load shared library symbols, use the @code{sharedlibrary}
10017command:
10018
c906108c
SS
10019@table @code
10020@kindex info sharedlibrary
10021@kindex info share
10022@item info share
10023@itemx info sharedlibrary
10024Print the names of the shared libraries which are currently loaded.
10025
10026@kindex sharedlibrary
10027@kindex share
10028@item sharedlibrary @var{regex}
10029@itemx share @var{regex}
c906108c
SS
10030Load shared object library symbols for files matching a
10031Unix regular expression.
10032As with files loaded automatically, it only loads shared libraries
10033required by your program for a core file or after typing @code{run}. If
10034@var{regex} is omitted all shared libraries required by your program are
10035loaded.
10036@end table
10037
b7209cb4
FF
10038On some systems, such as HP-UX systems, @value{GDBN} supports
10039autoloading shared library symbols until a limiting threshold size is
10040reached. This provides the benefit of allowing autoloading to remain on
10041by default, but avoids autoloading excessively large shared libraries,
10042up to a threshold that is initially set, but which you can modify if you
10043wish.
c906108c
SS
10044
10045Beyond that threshold, symbols from shared libraries must be explicitly
d4f3574e
SS
10046loaded. To load these symbols, use the command @code{sharedlibrary
10047@var{filename}}. The base address of the shared library is determined
c906108c
SS
10048automatically by @value{GDBN} and need not be specified.
10049
10050To display or set the threshold, use the commands:
10051
10052@table @code
b7209cb4
FF
10053@kindex set auto-solib-limit
10054@item set auto-solib-limit @var{threshold}
10055Set the autoloading size threshold, in an integral number of megabytes.
10056If @var{threshold} is nonzero and shared library autoloading is enabled,
10057symbols from all shared object libraries will be loaded until the total
10058size of the loaded shared library symbols exceeds this threshold.
c906108c 10059Otherwise, symbols must be loaded manually, using the
6ca652b0 10060@code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100
b7209cb4 10061Mb).
c906108c 10062
b7209cb4
FF
10063@kindex show auto-solib-limit
10064@item show auto-solib-limit
c906108c
SS
10065Display the current autoloading size threshold, in megabytes.
10066@end table
c906108c 10067
f5ebfba0
DJ
10068Shared libraries are also supported in many cross or remote debugging
10069configurations. A copy of the target's libraries need to be present on the
10070host system; they need to be the same as the target libraries, although the
10071copies on the target can be stripped as long as the copies on the host are
10072not.
10073
10074You need to tell @value{GDBN} where the target libraries are, so that it can
10075load the correct copies---otherwise, it may try to load the host's libraries.
10076@value{GDBN} has two variables to specify the search directories for target
10077libraries.
10078
10079@table @code
10080@kindex set solib-absolute-prefix
10081@item set solib-absolute-prefix @var{path}
10082If this variable is set, @var{path} will be used as a prefix for any
10083absolute shared library paths; many runtime loaders store the absolute
10084paths to the shared library in the target program's memory. If you use
10085@samp{solib-absolute-prefix} to find shared libraries, they need to be laid
10086out in the same way that they are on the target, with e.g.@: a
10087@file{/usr/lib} hierarchy under @var{path}.
10088
10089You can set the default value of @samp{solib-absolute-prefix} by using the
10090configure-time @samp{--with-sysroot} option.
10091
10092@kindex show solib-absolute-prefix
10093@item show solib-absolute-prefix
10094Display the current shared library prefix.
10095
10096@kindex set solib-search-path
10097@item set solib-search-path @var{path}
10098If this variable is set, @var{path} is a colon-separated list of directories
10099to search for shared libraries. @samp{solib-search-path} is used after
10100@samp{solib-absolute-prefix} fails to locate the library, or if the path to
10101the library is relative instead of absolute. If you want to use
10102@samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
10103set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
10104@value{GDBN} from finding your host's libraries.
10105
10106@kindex show solib-search-path
10107@item show solib-search-path
10108Display the current shared library search path.
10109@end table
10110
5b5d99cf
JB
10111
10112@node Separate Debug Files
10113@section Debugging Information in Separate Files
10114@cindex separate debugging information files
10115@cindex debugging information in separate files
10116@cindex @file{.debug} subdirectories
10117@cindex debugging information directory, global
10118@cindex global debugging information directory
10119
10120@value{GDBN} allows you to put a program's debugging information in a
10121file separate from the executable itself, in a way that allows
10122@value{GDBN} to find and load the debugging information automatically.
10123Since debugging information can be very large --- sometimes larger
10124than the executable code itself --- some systems distribute debugging
10125information for their executables in separate files, which users can
10126install only when they need to debug a problem.
10127
10128If an executable's debugging information has been extracted to a
10129separate file, the executable should contain a @dfn{debug link} giving
10130the name of the debugging information file (with no directory
10131components), and a checksum of its contents. (The exact form of a
10132debug link is described below.) If the full name of the directory
10133containing the executable is @var{execdir}, and the executable has a
10134debug link that specifies the name @var{debugfile}, then @value{GDBN}
10135will automatically search for the debugging information file in three
10136places:
10137
10138@itemize @bullet
10139@item
10140the directory containing the executable file (that is, it will look
10141for a file named @file{@var{execdir}/@var{debugfile}},
10142@item
10143a subdirectory of that directory named @file{.debug} (that is, the
10144file @file{@var{execdir}/.debug/@var{debugfile}}, and
10145@item
10146a subdirectory of the global debug file directory that includes the
10147executable's full path, and the name from the link (that is, the file
10148@file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
10149@var{globaldebugdir} is the global debug file directory, and
10150@var{execdir} has been turned into a relative path).
10151@end itemize
10152@noindent
10153@value{GDBN} checks under each of these names for a debugging
10154information file whose checksum matches that given in the link, and
10155reads the debugging information from the first one it finds.
10156
10157So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
10158which has a link containing the name @file{ls.debug}, and the global
10159debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
10160for debug information in @file{/usr/bin/ls.debug},
10161@file{/usr/bin/.debug/ls.debug}, and
10162@file{/usr/lib/debug/usr/bin/ls.debug}.
10163
10164You can set the global debugging info directory's name, and view the
10165name @value{GDBN} is currently using.
10166
10167@table @code
10168
10169@kindex set debug-file-directory
10170@item set debug-file-directory @var{directory}
10171Set the directory which @value{GDBN} searches for separate debugging
10172information files to @var{directory}.
10173
10174@kindex show debug-file-directory
10175@item show debug-file-directory
10176Show the directory @value{GDBN} searches for separate debugging
10177information files.
10178
10179@end table
10180
10181@cindex @code{.gnu_debuglink} sections
10182@cindex debug links
10183A debug link is a special section of the executable file named
10184@code{.gnu_debuglink}. The section must contain:
10185
10186@itemize
10187@item
10188A filename, with any leading directory components removed, followed by
10189a zero byte,
10190@item
10191zero to three bytes of padding, as needed to reach the next four-byte
10192boundary within the section, and
10193@item
10194a four-byte CRC checksum, stored in the same endianness used for the
10195executable file itself. The checksum is computed on the debugging
10196information file's full contents by the function given below, passing
10197zero as the @var{crc} argument.
10198@end itemize
10199
10200Any executable file format can carry a debug link, as long as it can
10201contain a section named @code{.gnu_debuglink} with the contents
10202described above.
10203
10204The debugging information file itself should be an ordinary
10205executable, containing a full set of linker symbols, sections, and
10206debugging information. The sections of the debugging information file
10207should have the same names, addresses and sizes as the original file,
10208but they need not contain any data --- much like a @code{.bss} section
10209in an ordinary executable.
10210
10211As of December 2002, there is no standard GNU utility to produce
10212separated executable / debugging information file pairs. Ulrich
10213Drepper's @file{elfutils} package, starting with version 0.53,
10214contains a version of the @code{strip} command such that the command
10215@kbd{strip foo -f foo.debug} removes the debugging information from
10216the executable file @file{foo}, places it in the file
10217@file{foo.debug}, and leaves behind a debug link in @file{foo}.
10218
10219Since there are many different ways to compute CRC's (different
10220polynomials, reversals, byte ordering, etc.), the simplest way to
10221describe the CRC used in @code{.gnu_debuglink} sections is to give the
10222complete code for a function that computes it:
10223
10224@kindex @code{gnu_debuglink_crc32}
10225@smallexample
10226unsigned long
10227gnu_debuglink_crc32 (unsigned long crc,
10228 unsigned char *buf, size_t len)
10229@{
10230 static const unsigned long crc32_table[256] =
10231 @{
10232 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
10233 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
10234 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
10235 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
10236 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
10237 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
10238 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
10239 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
10240 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
10241 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
10242 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
10243 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
10244 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
10245 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
10246 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
10247 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
10248 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
10249 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
10250 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
10251 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
10252 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
10253 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
10254 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
10255 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
10256 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
10257 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
10258 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
10259 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
10260 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
10261 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
10262 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
10263 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
10264 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
10265 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
10266 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
10267 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
10268 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
10269 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
10270 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
10271 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
10272 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
10273 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
10274 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
10275 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
10276 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
10277 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
10278 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
10279 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
10280 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
10281 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
10282 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
10283 0x2d02ef8d
10284 @};
10285 unsigned char *end;
10286
10287 crc = ~crc & 0xffffffff;
10288 for (end = buf + len; buf < end; ++buf)
10289 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
e7a3abfc 10290 return ~crc & 0xffffffff;
5b5d99cf
JB
10291@}
10292@end smallexample
10293
10294
6d2ebf8b 10295@node Symbol Errors
c906108c
SS
10296@section Errors reading symbol files
10297
10298While reading a symbol file, @value{GDBN} occasionally encounters problems,
10299such as symbol types it does not recognize, or known bugs in compiler
10300output. By default, @value{GDBN} does not notify you of such problems, since
10301they are relatively common and primarily of interest to people
10302debugging compilers. If you are interested in seeing information
10303about ill-constructed symbol tables, you can either ask @value{GDBN} to print
10304only one message about each such type of problem, no matter how many
10305times the problem occurs; or you can ask @value{GDBN} to print more messages,
10306to see how many times the problems occur, with the @code{set
10307complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
10308messages}).
10309
10310The messages currently printed, and their meanings, include:
10311
10312@table @code
10313@item inner block not inside outer block in @var{symbol}
10314
10315The symbol information shows where symbol scopes begin and end
10316(such as at the start of a function or a block of statements). This
10317error indicates that an inner scope block is not fully contained
10318in its outer scope blocks.
10319
10320@value{GDBN} circumvents the problem by treating the inner block as if it had
10321the same scope as the outer block. In the error message, @var{symbol}
10322may be shown as ``@code{(don't know)}'' if the outer block is not a
10323function.
10324
10325@item block at @var{address} out of order
10326
10327The symbol information for symbol scope blocks should occur in
10328order of increasing addresses. This error indicates that it does not
10329do so.
10330
10331@value{GDBN} does not circumvent this problem, and has trouble
10332locating symbols in the source file whose symbols it is reading. (You
10333can often determine what source file is affected by specifying
10334@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
10335messages}.)
10336
10337@item bad block start address patched
10338
10339The symbol information for a symbol scope block has a start address
10340smaller than the address of the preceding source line. This is known
10341to occur in the SunOS 4.1.1 (and earlier) C compiler.
10342
10343@value{GDBN} circumvents the problem by treating the symbol scope block as
10344starting on the previous source line.
10345
10346@item bad string table offset in symbol @var{n}
10347
10348@cindex foo
10349Symbol number @var{n} contains a pointer into the string table which is
10350larger than the size of the string table.
10351
10352@value{GDBN} circumvents the problem by considering the symbol to have the
10353name @code{foo}, which may cause other problems if many symbols end up
10354with this name.
10355
10356@item unknown symbol type @code{0x@var{nn}}
10357
7a292a7a
SS
10358The symbol information contains new data types that @value{GDBN} does
10359not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 10360uncomprehended information, in hexadecimal.
c906108c 10361
7a292a7a
SS
10362@value{GDBN} circumvents the error by ignoring this symbol information.
10363This usually allows you to debug your program, though certain symbols
c906108c 10364are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
10365debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
10366on @code{complain}, then go up to the function @code{read_dbx_symtab}
10367and examine @code{*bufp} to see the symbol.
c906108c
SS
10368
10369@item stub type has NULL name
c906108c 10370
7a292a7a 10371@value{GDBN} could not find the full definition for a struct or class.
c906108c 10372
7a292a7a 10373@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 10374The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
10375information that recent versions of the compiler should have output for
10376it.
c906108c
SS
10377
10378@item info mismatch between compiler and debugger
10379
10380@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 10381
c906108c
SS
10382@end table
10383
6d2ebf8b 10384@node Targets
c906108c 10385@chapter Specifying a Debugging Target
7a292a7a 10386
c906108c
SS
10387@cindex debugging target
10388@kindex target
10389
10390A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
10391
10392Often, @value{GDBN} runs in the same host environment as your program;
10393in that case, the debugging target is specified as a side effect when
10394you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
10395flexibility---for example, running @value{GDBN} on a physically separate
10396host, or controlling a standalone system over a serial port or a
53a5351d
JM
10397realtime system over a TCP/IP connection---you can use the @code{target}
10398command to specify one of the target types configured for @value{GDBN}
10399(@pxref{Target Commands, ,Commands for managing targets}).
c906108c
SS
10400
10401@menu
10402* Active Targets:: Active targets
10403* Target Commands:: Commands for managing targets
c906108c
SS
10404* Byte Order:: Choosing target byte order
10405* Remote:: Remote debugging
96baa820 10406* KOD:: Kernel Object Display
c906108c
SS
10407
10408@end menu
10409
6d2ebf8b 10410@node Active Targets
c906108c 10411@section Active targets
7a292a7a 10412
c906108c
SS
10413@cindex stacking targets
10414@cindex active targets
10415@cindex multiple targets
10416
c906108c 10417There are three classes of targets: processes, core files, and
7a292a7a
SS
10418executable files. @value{GDBN} can work concurrently on up to three
10419active targets, one in each class. This allows you to (for example)
10420start a process and inspect its activity without abandoning your work on
10421a core file.
c906108c
SS
10422
10423For example, if you execute @samp{gdb a.out}, then the executable file
10424@code{a.out} is the only active target. If you designate a core file as
10425well---presumably from a prior run that crashed and coredumped---then
10426@value{GDBN} has two active targets and uses them in tandem, looking
10427first in the corefile target, then in the executable file, to satisfy
10428requests for memory addresses. (Typically, these two classes of target
10429are complementary, since core files contain only a program's
10430read-write memory---variables and so on---plus machine status, while
10431executable files contain only the program text and initialized data.)
c906108c
SS
10432
10433When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
10434target as well. When a process target is active, all @value{GDBN}
10435commands requesting memory addresses refer to that target; addresses in
10436an active core file or executable file target are obscured while the
10437process target is active.
c906108c 10438
7a292a7a
SS
10439Use the @code{core-file} and @code{exec-file} commands to select a new
10440core file or executable target (@pxref{Files, ,Commands to specify
c906108c 10441files}). To specify as a target a process that is already running, use
7a292a7a
SS
10442the @code{attach} command (@pxref{Attach, ,Debugging an already-running
10443process}).
c906108c 10444
6d2ebf8b 10445@node Target Commands
c906108c
SS
10446@section Commands for managing targets
10447
10448@table @code
10449@item target @var{type} @var{parameters}
7a292a7a
SS
10450Connects the @value{GDBN} host environment to a target machine or
10451process. A target is typically a protocol for talking to debugging
10452facilities. You use the argument @var{type} to specify the type or
10453protocol of the target machine.
c906108c
SS
10454
10455Further @var{parameters} are interpreted by the target protocol, but
10456typically include things like device names or host names to connect
10457with, process numbers, and baud rates.
c906108c
SS
10458
10459The @code{target} command does not repeat if you press @key{RET} again
10460after executing the command.
10461
10462@kindex help target
10463@item help target
10464Displays the names of all targets available. To display targets
10465currently selected, use either @code{info target} or @code{info files}
10466(@pxref{Files, ,Commands to specify files}).
10467
10468@item help target @var{name}
10469Describe a particular target, including any parameters necessary to
10470select it.
10471
10472@kindex set gnutarget
10473@item set gnutarget @var{args}
5d161b24 10474@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 10475knows whether it is reading an @dfn{executable},
5d161b24
DB
10476a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
10477with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
10478with @code{gnutarget} the @code{target} refers to a program, not a machine.
10479
d4f3574e 10480@quotation
c906108c
SS
10481@emph{Warning:} To specify a file format with @code{set gnutarget},
10482you must know the actual BFD name.
d4f3574e 10483@end quotation
c906108c 10484
d4f3574e
SS
10485@noindent
10486@xref{Files, , Commands to specify files}.
c906108c 10487
5d161b24 10488@kindex show gnutarget
c906108c
SS
10489@item show gnutarget
10490Use the @code{show gnutarget} command to display what file format
10491@code{gnutarget} is set to read. If you have not set @code{gnutarget},
10492@value{GDBN} will determine the file format for each file automatically,
10493and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
10494@end table
10495
c906108c
SS
10496Here are some common targets (available, or not, depending on the GDB
10497configuration):
c906108c
SS
10498
10499@table @code
10500@kindex target exec
10501@item target exec @var{program}
10502An executable file. @samp{target exec @var{program}} is the same as
10503@samp{exec-file @var{program}}.
10504
c906108c
SS
10505@kindex target core
10506@item target core @var{filename}
10507A core dump file. @samp{target core @var{filename}} is the same as
10508@samp{core-file @var{filename}}.
c906108c
SS
10509
10510@kindex target remote
10511@item target remote @var{dev}
10512Remote serial target in GDB-specific protocol. The argument @var{dev}
10513specifies what serial device to use for the connection (e.g.
10514@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
d4f3574e 10515supports the @code{load} command. This is only useful if you have
c906108c
SS
10516some other way of getting the stub to the target system, and you can put
10517it somewhere in memory where it won't get clobbered by the download.
10518
c906108c
SS
10519@kindex target sim
10520@item target sim
2df3850c 10521Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 10522In general,
474c8240 10523@smallexample
104c1213
JM
10524 target sim
10525 load
10526 run
474c8240 10527@end smallexample
d4f3574e 10528@noindent
104c1213 10529works; however, you cannot assume that a specific memory map, device
d4f3574e 10530drivers, or even basic I/O is available, although some simulators do
104c1213
JM
10531provide these. For info about any processor-specific simulator details,
10532see the appropriate section in @ref{Embedded Processors, ,Embedded
10533Processors}.
10534
c906108c
SS
10535@end table
10536
104c1213 10537Some configurations may include these targets as well:
c906108c
SS
10538
10539@table @code
10540
c906108c
SS
10541@kindex target nrom
10542@item target nrom @var{dev}
10543NetROM ROM emulator. This target only supports downloading.
10544
c906108c
SS
10545@end table
10546
5d161b24 10547Different targets are available on different configurations of @value{GDBN};
c906108c 10548your configuration may have more or fewer targets.
c906108c
SS
10549
10550Many remote targets require you to download the executable's code
10551once you've successfully established a connection.
10552
10553@table @code
10554
10555@kindex load @var{filename}
10556@item load @var{filename}
c906108c
SS
10557Depending on what remote debugging facilities are configured into
10558@value{GDBN}, the @code{load} command may be available. Where it exists, it
10559is meant to make @var{filename} (an executable) available for debugging
10560on the remote system---by downloading, or dynamic linking, for example.
10561@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
10562the @code{add-symbol-file} command.
10563
10564If your @value{GDBN} does not have a @code{load} command, attempting to
10565execute it gets the error message ``@code{You can't do that when your
10566target is @dots{}}''
c906108c
SS
10567
10568The file is loaded at whatever address is specified in the executable.
10569For some object file formats, you can specify the load address when you
10570link the program; for other formats, like a.out, the object file format
10571specifies a fixed address.
10572@c FIXME! This would be a good place for an xref to the GNU linker doc.
10573
c906108c
SS
10574@code{load} does not repeat if you press @key{RET} again after using it.
10575@end table
10576
6d2ebf8b 10577@node Byte Order
c906108c 10578@section Choosing target byte order
7a292a7a 10579
c906108c
SS
10580@cindex choosing target byte order
10581@cindex target byte order
c906108c 10582
172c2a43 10583Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
c906108c
SS
10584offer the ability to run either big-endian or little-endian byte
10585orders. Usually the executable or symbol will include a bit to
10586designate the endian-ness, and you will not need to worry about
10587which to use. However, you may still find it useful to adjust
d4f3574e 10588@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
10589
10590@table @code
10591@kindex set endian big
10592@item set endian big
10593Instruct @value{GDBN} to assume the target is big-endian.
10594
10595@kindex set endian little
10596@item set endian little
10597Instruct @value{GDBN} to assume the target is little-endian.
10598
10599@kindex set endian auto
10600@item set endian auto
10601Instruct @value{GDBN} to use the byte order associated with the
10602executable.
10603
10604@item show endian
10605Display @value{GDBN}'s current idea of the target byte order.
10606
10607@end table
10608
10609Note that these commands merely adjust interpretation of symbolic
10610data on the host, and that they have absolutely no effect on the
10611target system.
10612
6d2ebf8b 10613@node Remote
c906108c
SS
10614@section Remote debugging
10615@cindex remote debugging
10616
10617If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
10618@value{GDBN} in the usual way, it is often useful to use remote debugging.
10619For example, you might use remote debugging on an operating system kernel,
c906108c
SS
10620or on a small system which does not have a general purpose operating system
10621powerful enough to run a full-featured debugger.
10622
10623Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
10624to make this work with particular debugging targets. In addition,
5d161b24 10625@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
10626but not specific to any particular target system) which you can use if you
10627write the remote stubs---the code that runs on the remote system to
10628communicate with @value{GDBN}.
10629
10630Other remote targets may be available in your
10631configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 10632
6f05cf9f
AC
10633@node KOD
10634@section Kernel Object Display
6f05cf9f 10635@cindex kernel object display
6f05cf9f
AC
10636@cindex KOD
10637
10638Some targets support kernel object display. Using this facility,
10639@value{GDBN} communicates specially with the underlying operating system
10640and can display information about operating system-level objects such as
10641mutexes and other synchronization objects. Exactly which objects can be
10642displayed is determined on a per-OS basis.
10643
3bbe9696 10644@kindex set os
6f05cf9f
AC
10645Use the @code{set os} command to set the operating system. This tells
10646@value{GDBN} which kernel object display module to initialize:
10647
474c8240 10648@smallexample
6f05cf9f 10649(@value{GDBP}) set os cisco
474c8240 10650@end smallexample
6f05cf9f 10651
3bbe9696
EZ
10652@kindex show os
10653The associated command @code{show os} displays the operating system
10654set with the @code{set os} command; if no operating system has been
10655set, @code{show os} will display an empty string @samp{""}.
10656
6f05cf9f
AC
10657If @code{set os} succeeds, @value{GDBN} will display some information
10658about the operating system, and will create a new @code{info} command
10659which can be used to query the target. The @code{info} command is named
10660after the operating system:
c906108c 10661
3bbe9696 10662@kindex info cisco
474c8240 10663@smallexample
6f05cf9f
AC
10664(@value{GDBP}) info cisco
10665List of Cisco Kernel Objects
10666Object Description
10667any Any and all objects
474c8240 10668@end smallexample
6f05cf9f
AC
10669
10670Further subcommands can be used to query about particular objects known
10671by the kernel.
10672
3bbe9696
EZ
10673There is currently no way to determine whether a given operating
10674system is supported other than to try setting it with @kbd{set os
10675@var{name}}, where @var{name} is the name of the operating system you
10676want to try.
6f05cf9f
AC
10677
10678
10679@node Remote Debugging
10680@chapter Debugging remote programs
10681
6b2f586d 10682@menu
07f31aa6 10683* Connecting:: Connecting to a remote target
6b2f586d
AC
10684* Server:: Using the gdbserver program
10685* NetWare:: Using the gdbserve.nlm program
501eef12 10686* Remote configuration:: Remote configuration
6b2f586d 10687* remote stub:: Implementing a remote stub
6b2f586d
AC
10688@end menu
10689
07f31aa6
DJ
10690@node Connecting
10691@section Connecting to a remote target
10692
10693On the @value{GDBN} host machine, you will need an unstripped copy of
10694your program, since @value{GDBN} needs symobl and debugging information.
10695Start up @value{GDBN} as usual, using the name of the local copy of your
10696program as the first argument.
10697
10698@cindex serial line, @code{target remote}
10699If you're using a serial line, you may want to give @value{GDBN} the
10700@w{@samp{--baud}} option, or use the @code{set remotebaud} command
10701before the @code{target} command.
10702
10703After that, use @code{target remote} to establish communications with
10704the target machine. Its argument specifies how to communicate---either
10705via a devicename attached to a direct serial line, or a TCP or UDP port
10706(possibly to a terminal server which in turn has a serial line to the
10707target). For example, to use a serial line connected to the device
10708named @file{/dev/ttyb}:
10709
10710@smallexample
10711target remote /dev/ttyb
10712@end smallexample
10713
10714@cindex TCP port, @code{target remote}
10715To use a TCP connection, use an argument of the form
10716@code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
10717For example, to connect to port 2828 on a
10718terminal server named @code{manyfarms}:
10719
10720@smallexample
10721target remote manyfarms:2828
10722@end smallexample
10723
10724If your remote target is actually running on the same machine as
10725your debugger session (e.g.@: a simulator of your target running on
10726the same host), you can omit the hostname. For example, to connect
10727to port 1234 on your local machine:
10728
10729@smallexample
10730target remote :1234
10731@end smallexample
10732@noindent
10733
10734Note that the colon is still required here.
10735
10736@cindex UDP port, @code{target remote}
10737To use a UDP connection, use an argument of the form
10738@code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
10739on a terminal server named @code{manyfarms}:
10740
10741@smallexample
10742target remote udp:manyfarms:2828
10743@end smallexample
10744
10745When using a UDP connection for remote debugging, you should keep in mind
10746that the `U' stands for ``Unreliable''. UDP can silently drop packets on
10747busy or unreliable networks, which will cause havoc with your debugging
10748session.
10749
10750Now you can use all the usual commands to examine and change data and to
10751step and continue the remote program.
10752
10753@cindex interrupting remote programs
10754@cindex remote programs, interrupting
10755Whenever @value{GDBN} is waiting for the remote program, if you type the
10756interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
10757program. This may or may not succeed, depending in part on the hardware
10758and the serial drivers the remote system uses. If you type the
10759interrupt character once again, @value{GDBN} displays this prompt:
10760
10761@smallexample
10762Interrupted while waiting for the program.
10763Give up (and stop debugging it)? (y or n)
10764@end smallexample
10765
10766If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
10767(If you decide you want to try again later, you can use @samp{target
10768remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
10769goes back to waiting.
10770
10771@table @code
10772@kindex detach (remote)
10773@item detach
10774When you have finished debugging the remote program, you can use the
10775@code{detach} command to release it from @value{GDBN} control.
10776Detaching from the target normally resumes its execution, but the results
10777will depend on your particular remote stub. After the @code{detach}
10778command, @value{GDBN} is free to connect to another target.
10779
10780@kindex disconnect
10781@item disconnect
10782The @code{disconnect} command behaves like @code{detach}, except that
10783the target is generally not resumed. It will wait for @value{GDBN}
10784(this instance or another one) to connect and continue debugging. After
10785the @code{disconnect} command, @value{GDBN} is again free to connect to
10786another target.
10787@end table
10788
6f05cf9f
AC
10789@node Server
10790@section Using the @code{gdbserver} program
10791
10792@kindex gdbserver
10793@cindex remote connection without stubs
10794@code{gdbserver} is a control program for Unix-like systems, which
10795allows you to connect your program with a remote @value{GDBN} via
10796@code{target remote}---but without linking in the usual debugging stub.
10797
10798@code{gdbserver} is not a complete replacement for the debugging stubs,
10799because it requires essentially the same operating-system facilities
10800that @value{GDBN} itself does. In fact, a system that can run
10801@code{gdbserver} to connect to a remote @value{GDBN} could also run
10802@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
10803because it is a much smaller program than @value{GDBN} itself. It is
10804also easier to port than all of @value{GDBN}, so you may be able to get
10805started more quickly on a new system by using @code{gdbserver}.
10806Finally, if you develop code for real-time systems, you may find that
10807the tradeoffs involved in real-time operation make it more convenient to
10808do as much development work as possible on another system, for example
10809by cross-compiling. You can use @code{gdbserver} to make a similar
10810choice for debugging.
10811
10812@value{GDBN} and @code{gdbserver} communicate via either a serial line
10813or a TCP connection, using the standard @value{GDBN} remote serial
10814protocol.
10815
10816@table @emph
10817@item On the target machine,
10818you need to have a copy of the program you want to debug.
10819@code{gdbserver} does not need your program's symbol table, so you can
10820strip the program if necessary to save space. @value{GDBN} on the host
10821system does all the symbol handling.
10822
10823To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 10824the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
10825syntax is:
10826
10827@smallexample
10828target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
10829@end smallexample
10830
10831@var{comm} is either a device name (to use a serial line) or a TCP
10832hostname and portnumber. For example, to debug Emacs with the argument
10833@samp{foo.txt} and communicate with @value{GDBN} over the serial port
10834@file{/dev/com1}:
10835
10836@smallexample
10837target> gdbserver /dev/com1 emacs foo.txt
10838@end smallexample
10839
10840@code{gdbserver} waits passively for the host @value{GDBN} to communicate
10841with it.
10842
10843To use a TCP connection instead of a serial line:
10844
10845@smallexample
10846target> gdbserver host:2345 emacs foo.txt
10847@end smallexample
10848
10849The only difference from the previous example is the first argument,
10850specifying that you are communicating with the host @value{GDBN} via
10851TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
10852expect a TCP connection from machine @samp{host} to local TCP port 2345.
10853(Currently, the @samp{host} part is ignored.) You can choose any number
10854you want for the port number as long as it does not conflict with any
10855TCP ports already in use on the target system (for example, @code{23} is
10856reserved for @code{telnet}).@footnote{If you choose a port number that
10857conflicts with another service, @code{gdbserver} prints an error message
10858and exits.} You must use the same port number with the host @value{GDBN}
10859@code{target remote} command.
10860
56460a61
DJ
10861On some targets, @code{gdbserver} can also attach to running programs.
10862This is accomplished via the @code{--attach} argument. The syntax is:
10863
10864@smallexample
10865target> gdbserver @var{comm} --attach @var{pid}
10866@end smallexample
10867
10868@var{pid} is the process ID of a currently running process. It isn't necessary
10869to point @code{gdbserver} at a binary for the running process.
10870
b1fe9455
DJ
10871@pindex pidof
10872@cindex attach to a program by name
10873You can debug processes by name instead of process ID if your target has the
10874@code{pidof} utility:
10875
10876@smallexample
10877target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
10878@end smallexample
10879
10880In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
10881has multiple threads, most versions of @code{pidof} support the
10882@code{-s} option to only return the first process ID.
10883
07f31aa6
DJ
10884@item On the host machine,
10885connect to your target (@pxref{Connecting,,Connecting to a remote target}).
6f05cf9f
AC
10886For TCP connections, you must start up @code{gdbserver} prior to using
10887the @code{target remote} command. Otherwise you may get an error whose
10888text depends on the host system, but which usually looks something like
07f31aa6
DJ
10889@samp{Connection refused}. You don't need to use the @code{load}
10890command in @value{GDBN} when using gdbserver, since the program is
10891already on the target.
10892
6f05cf9f
AC
10893@end table
10894
10895@node NetWare
10896@section Using the @code{gdbserve.nlm} program
10897
10898@kindex gdbserve.nlm
10899@code{gdbserve.nlm} is a control program for NetWare systems, which
10900allows you to connect your program with a remote @value{GDBN} via
10901@code{target remote}.
10902
10903@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
10904using the standard @value{GDBN} remote serial protocol.
10905
10906@table @emph
10907@item On the target machine,
10908you need to have a copy of the program you want to debug.
10909@code{gdbserve.nlm} does not need your program's symbol table, so you
10910can strip the program if necessary to save space. @value{GDBN} on the
10911host system does all the symbol handling.
10912
10913To use the server, you must tell it how to communicate with
10914@value{GDBN}; the name of your program; and the arguments for your
10915program. The syntax is:
10916
10917@smallexample
10918load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
10919 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
10920@end smallexample
10921
10922@var{board} and @var{port} specify the serial line; @var{baud} specifies
10923the baud rate used by the connection. @var{port} and @var{node} default
10924to 0, @var{baud} defaults to 9600@dmn{bps}.
10925
10926For example, to debug Emacs with the argument @samp{foo.txt}and
10927communicate with @value{GDBN} over serial port number 2 or board 1
10928using a 19200@dmn{bps} connection:
10929
10930@smallexample
10931load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
10932@end smallexample
10933
07f31aa6
DJ
10934@item
10935On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
10936Connecting to a remote target}).
6f05cf9f 10937
6f05cf9f
AC
10938@end table
10939
501eef12
AC
10940@node Remote configuration
10941@section Remote configuration
10942
10943The following configuration options are available when debugging remote
10944programs:
10945
10946@table @code
10947@kindex set remote hardware-watchpoint-limit
10948@kindex set remote hardware-breakpoint-limit
10949@anchor{set remote hardware-watchpoint-limit}
10950@anchor{set remote hardware-breakpoint-limit}
10951@item set remote hardware-watchpoint-limit @var{limit}
10952@itemx set remote hardware-breakpoint-limit @var{limit}
10953Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
10954watchpoints. A limit of -1, the default, is treated as unlimited.
10955@end table
10956
6f05cf9f
AC
10957@node remote stub
10958@section Implementing a remote stub
7a292a7a 10959
8e04817f
AC
10960@cindex debugging stub, example
10961@cindex remote stub, example
10962@cindex stub example, remote debugging
10963The stub files provided with @value{GDBN} implement the target side of the
10964communication protocol, and the @value{GDBN} side is implemented in the
10965@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
10966these subroutines to communicate, and ignore the details. (If you're
10967implementing your own stub file, you can still ignore the details: start
10968with one of the existing stub files. @file{sparc-stub.c} is the best
10969organized, and therefore the easiest to read.)
10970
104c1213
JM
10971@cindex remote serial debugging, overview
10972To debug a program running on another machine (the debugging
10973@dfn{target} machine), you must first arrange for all the usual
10974prerequisites for the program to run by itself. For example, for a C
10975program, you need:
c906108c 10976
104c1213
JM
10977@enumerate
10978@item
10979A startup routine to set up the C runtime environment; these usually
10980have a name like @file{crt0}. The startup routine may be supplied by
10981your hardware supplier, or you may have to write your own.
96baa820 10982
5d161b24 10983@item
d4f3574e 10984A C subroutine library to support your program's
104c1213 10985subroutine calls, notably managing input and output.
96baa820 10986
104c1213
JM
10987@item
10988A way of getting your program to the other machine---for example, a
10989download program. These are often supplied by the hardware
10990manufacturer, but you may have to write your own from hardware
10991documentation.
10992@end enumerate
96baa820 10993
104c1213
JM
10994The next step is to arrange for your program to use a serial port to
10995communicate with the machine where @value{GDBN} is running (the @dfn{host}
10996machine). In general terms, the scheme looks like this:
96baa820 10997
104c1213
JM
10998@table @emph
10999@item On the host,
11000@value{GDBN} already understands how to use this protocol; when everything
11001else is set up, you can simply use the @samp{target remote} command
11002(@pxref{Targets,,Specifying a Debugging Target}).
11003
11004@item On the target,
11005you must link with your program a few special-purpose subroutines that
11006implement the @value{GDBN} remote serial protocol. The file containing these
11007subroutines is called a @dfn{debugging stub}.
11008
11009On certain remote targets, you can use an auxiliary program
11010@code{gdbserver} instead of linking a stub into your program.
11011@xref{Server,,Using the @code{gdbserver} program}, for details.
11012@end table
96baa820 11013
104c1213
JM
11014The debugging stub is specific to the architecture of the remote
11015machine; for example, use @file{sparc-stub.c} to debug programs on
11016@sc{sparc} boards.
96baa820 11017
104c1213
JM
11018@cindex remote serial stub list
11019These working remote stubs are distributed with @value{GDBN}:
96baa820 11020
104c1213
JM
11021@table @code
11022
11023@item i386-stub.c
41afff9a 11024@cindex @file{i386-stub.c}
104c1213
JM
11025@cindex Intel
11026@cindex i386
11027For Intel 386 and compatible architectures.
11028
11029@item m68k-stub.c
41afff9a 11030@cindex @file{m68k-stub.c}
104c1213
JM
11031@cindex Motorola 680x0
11032@cindex m680x0
11033For Motorola 680x0 architectures.
11034
11035@item sh-stub.c
41afff9a 11036@cindex @file{sh-stub.c}
172c2a43 11037@cindex Renesas
104c1213 11038@cindex SH
172c2a43 11039For Renesas SH architectures.
104c1213
JM
11040
11041@item sparc-stub.c
41afff9a 11042@cindex @file{sparc-stub.c}
104c1213
JM
11043@cindex Sparc
11044For @sc{sparc} architectures.
11045
11046@item sparcl-stub.c
41afff9a 11047@cindex @file{sparcl-stub.c}
104c1213
JM
11048@cindex Fujitsu
11049@cindex SparcLite
11050For Fujitsu @sc{sparclite} architectures.
11051
11052@end table
11053
11054The @file{README} file in the @value{GDBN} distribution may list other
11055recently added stubs.
11056
11057@menu
11058* Stub Contents:: What the stub can do for you
11059* Bootstrapping:: What you must do for the stub
11060* Debug Session:: Putting it all together
104c1213
JM
11061@end menu
11062
6d2ebf8b 11063@node Stub Contents
6f05cf9f 11064@subsection What the stub can do for you
104c1213
JM
11065
11066@cindex remote serial stub
11067The debugging stub for your architecture supplies these three
11068subroutines:
11069
11070@table @code
11071@item set_debug_traps
11072@kindex set_debug_traps
11073@cindex remote serial stub, initialization
11074This routine arranges for @code{handle_exception} to run when your
11075program stops. You must call this subroutine explicitly near the
11076beginning of your program.
11077
11078@item handle_exception
11079@kindex handle_exception
11080@cindex remote serial stub, main routine
11081This is the central workhorse, but your program never calls it
11082explicitly---the setup code arranges for @code{handle_exception} to
11083run when a trap is triggered.
11084
11085@code{handle_exception} takes control when your program stops during
11086execution (for example, on a breakpoint), and mediates communications
11087with @value{GDBN} on the host machine. This is where the communications
11088protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 11089representative on the target machine. It begins by sending summary
104c1213
JM
11090information on the state of your program, then continues to execute,
11091retrieving and transmitting any information @value{GDBN} needs, until you
11092execute a @value{GDBN} command that makes your program resume; at that point,
11093@code{handle_exception} returns control to your own code on the target
5d161b24 11094machine.
104c1213
JM
11095
11096@item breakpoint
11097@cindex @code{breakpoint} subroutine, remote
11098Use this auxiliary subroutine to make your program contain a
11099breakpoint. Depending on the particular situation, this may be the only
11100way for @value{GDBN} to get control. For instance, if your target
11101machine has some sort of interrupt button, you won't need to call this;
11102pressing the interrupt button transfers control to
11103@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
11104simply receiving characters on the serial port may also trigger a trap;
11105again, in that situation, you don't need to call @code{breakpoint} from
11106your own program---simply running @samp{target remote} from the host
5d161b24 11107@value{GDBN} session gets control.
104c1213
JM
11108
11109Call @code{breakpoint} if none of these is true, or if you simply want
11110to make certain your program stops at a predetermined point for the
11111start of your debugging session.
11112@end table
11113
6d2ebf8b 11114@node Bootstrapping
6f05cf9f 11115@subsection What you must do for the stub
104c1213
JM
11116
11117@cindex remote stub, support routines
11118The debugging stubs that come with @value{GDBN} are set up for a particular
11119chip architecture, but they have no information about the rest of your
11120debugging target machine.
11121
11122First of all you need to tell the stub how to communicate with the
11123serial port.
11124
11125@table @code
11126@item int getDebugChar()
11127@kindex getDebugChar
11128Write this subroutine to read a single character from the serial port.
11129It may be identical to @code{getchar} for your target system; a
11130different name is used to allow you to distinguish the two if you wish.
11131
11132@item void putDebugChar(int)
11133@kindex putDebugChar
11134Write this subroutine to write a single character to the serial port.
5d161b24 11135It may be identical to @code{putchar} for your target system; a
104c1213
JM
11136different name is used to allow you to distinguish the two if you wish.
11137@end table
11138
11139@cindex control C, and remote debugging
11140@cindex interrupting remote targets
11141If you want @value{GDBN} to be able to stop your program while it is
11142running, you need to use an interrupt-driven serial driver, and arrange
11143for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
11144character). That is the character which @value{GDBN} uses to tell the
11145remote system to stop.
11146
11147Getting the debugging target to return the proper status to @value{GDBN}
11148probably requires changes to the standard stub; one quick and dirty way
11149is to just execute a breakpoint instruction (the ``dirty'' part is that
11150@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
11151
11152Other routines you need to supply are:
11153
11154@table @code
11155@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
11156@kindex exceptionHandler
11157Write this function to install @var{exception_address} in the exception
11158handling tables. You need to do this because the stub does not have any
11159way of knowing what the exception handling tables on your target system
11160are like (for example, the processor's table might be in @sc{rom},
11161containing entries which point to a table in @sc{ram}).
11162@var{exception_number} is the exception number which should be changed;
11163its meaning is architecture-dependent (for example, different numbers
11164might represent divide by zero, misaligned access, etc). When this
11165exception occurs, control should be transferred directly to
11166@var{exception_address}, and the processor state (stack, registers,
11167and so on) should be just as it is when a processor exception occurs. So if
11168you want to use a jump instruction to reach @var{exception_address}, it
11169should be a simple jump, not a jump to subroutine.
11170
11171For the 386, @var{exception_address} should be installed as an interrupt
11172gate so that interrupts are masked while the handler runs. The gate
11173should be at privilege level 0 (the most privileged level). The
11174@sc{sparc} and 68k stubs are able to mask interrupts themselves without
11175help from @code{exceptionHandler}.
11176
11177@item void flush_i_cache()
11178@kindex flush_i_cache
d4f3574e 11179On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
11180instruction cache, if any, on your target machine. If there is no
11181instruction cache, this subroutine may be a no-op.
11182
11183On target machines that have instruction caches, @value{GDBN} requires this
11184function to make certain that the state of your program is stable.
11185@end table
11186
11187@noindent
11188You must also make sure this library routine is available:
11189
11190@table @code
11191@item void *memset(void *, int, int)
11192@kindex memset
11193This is the standard library function @code{memset} that sets an area of
11194memory to a known value. If you have one of the free versions of
11195@code{libc.a}, @code{memset} can be found there; otherwise, you must
11196either obtain it from your hardware manufacturer, or write your own.
11197@end table
11198
11199If you do not use the GNU C compiler, you may need other standard
11200library subroutines as well; this varies from one stub to another,
11201but in general the stubs are likely to use any of the common library
d4f3574e 11202subroutines which @code{@value{GCC}} generates as inline code.
104c1213
JM
11203
11204
6d2ebf8b 11205@node Debug Session
6f05cf9f 11206@subsection Putting it all together
104c1213
JM
11207
11208@cindex remote serial debugging summary
11209In summary, when your program is ready to debug, you must follow these
11210steps.
11211
11212@enumerate
11213@item
6d2ebf8b 11214Make sure you have defined the supporting low-level routines
104c1213
JM
11215(@pxref{Bootstrapping,,What you must do for the stub}):
11216@display
11217@code{getDebugChar}, @code{putDebugChar},
11218@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
11219@end display
11220
11221@item
11222Insert these lines near the top of your program:
11223
474c8240 11224@smallexample
104c1213
JM
11225set_debug_traps();
11226breakpoint();
474c8240 11227@end smallexample
104c1213
JM
11228
11229@item
11230For the 680x0 stub only, you need to provide a variable called
11231@code{exceptionHook}. Normally you just use:
11232
474c8240 11233@smallexample
104c1213 11234void (*exceptionHook)() = 0;
474c8240 11235@end smallexample
104c1213 11236
d4f3574e 11237@noindent
104c1213 11238but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 11239function in your program, that function is called when
104c1213
JM
11240@code{@value{GDBN}} continues after stopping on a trap (for example, bus
11241error). The function indicated by @code{exceptionHook} is called with
11242one parameter: an @code{int} which is the exception number.
11243
11244@item
11245Compile and link together: your program, the @value{GDBN} debugging stub for
11246your target architecture, and the supporting subroutines.
11247
11248@item
11249Make sure you have a serial connection between your target machine and
11250the @value{GDBN} host, and identify the serial port on the host.
11251
11252@item
11253@c The "remote" target now provides a `load' command, so we should
11254@c document that. FIXME.
11255Download your program to your target machine (or get it there by
11256whatever means the manufacturer provides), and start it.
11257
11258@item
07f31aa6
DJ
11259Start @value{GDBN} on the host, and connect to the target
11260(@pxref{Connecting,,Connecting to a remote target}).
9db8d71f 11261
104c1213
JM
11262@end enumerate
11263
8e04817f
AC
11264@node Configurations
11265@chapter Configuration-Specific Information
104c1213 11266
8e04817f
AC
11267While nearly all @value{GDBN} commands are available for all native and
11268cross versions of the debugger, there are some exceptions. This chapter
11269describes things that are only available in certain configurations.
104c1213 11270
8e04817f
AC
11271There are three major categories of configurations: native
11272configurations, where the host and target are the same, embedded
11273operating system configurations, which are usually the same for several
11274different processor architectures, and bare embedded processors, which
11275are quite different from each other.
104c1213 11276
8e04817f
AC
11277@menu
11278* Native::
11279* Embedded OS::
11280* Embedded Processors::
11281* Architectures::
11282@end menu
104c1213 11283
8e04817f
AC
11284@node Native
11285@section Native
104c1213 11286
8e04817f
AC
11287This section describes details specific to particular native
11288configurations.
6cf7e474 11289
8e04817f
AC
11290@menu
11291* HP-UX:: HP-UX
11292* SVR4 Process Information:: SVR4 process information
11293* DJGPP Native:: Features specific to the DJGPP port
78c47bea 11294* Cygwin Native:: Features specific to the Cygwin port
8e04817f 11295@end menu
6cf7e474 11296
8e04817f
AC
11297@node HP-UX
11298@subsection HP-UX
104c1213 11299
8e04817f
AC
11300On HP-UX systems, if you refer to a function or variable name that
11301begins with a dollar sign, @value{GDBN} searches for a user or system
11302name first, before it searches for a convenience variable.
104c1213 11303
8e04817f
AC
11304@node SVR4 Process Information
11305@subsection SVR4 process information
104c1213 11306
8e04817f
AC
11307@kindex /proc
11308@cindex process image
104c1213 11309
8e04817f
AC
11310Many versions of SVR4 provide a facility called @samp{/proc} that can be
11311used to examine the image of a running process using file-system
11312subroutines. If @value{GDBN} is configured for an operating system with
11313this facility, the command @code{info proc} is available to report on
11314several kinds of information about the process running your program.
11315@code{info proc} works only on SVR4 systems that include the
11316@code{procfs} code. This includes OSF/1 (Digital Unix), Solaris, Irix,
1104b9e7 11317and Unixware, but not HP-UX or @sc{gnu}/Linux, for example.
104c1213 11318
8e04817f
AC
11319@table @code
11320@kindex info proc
11321@item info proc
11322Summarize available information about the process.
6cf7e474 11323
8e04817f
AC
11324@kindex info proc mappings
11325@item info proc mappings
11326Report on the address ranges accessible in the program, with information
11327on whether your program may read, write, or execute each range.
11328@ignore
11329@comment These sub-options of 'info proc' were not included when
11330@comment procfs.c was re-written. Keep their descriptions around
11331@comment against the day when someone finds the time to put them back in.
11332@kindex info proc times
11333@item info proc times
11334Starting time, user CPU time, and system CPU time for your program and
11335its children.
6cf7e474 11336
8e04817f
AC
11337@kindex info proc id
11338@item info proc id
11339Report on the process IDs related to your program: its own process ID,
11340the ID of its parent, the process group ID, and the session ID.
104c1213 11341
8e04817f
AC
11342@kindex info proc status
11343@item info proc status
11344General information on the state of the process. If the process is
11345stopped, this report includes the reason for stopping, and any signal
11346received.
d4f3574e 11347
8e04817f
AC
11348@item info proc all
11349Show all the above information about the process.
11350@end ignore
11351@end table
104c1213 11352
8e04817f
AC
11353@node DJGPP Native
11354@subsection Features for Debugging @sc{djgpp} Programs
11355@cindex @sc{djgpp} debugging
11356@cindex native @sc{djgpp} debugging
11357@cindex MS-DOS-specific commands
104c1213 11358
8e04817f
AC
11359@sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
11360MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
11361that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
11362top of real-mode DOS systems and their emulations.
104c1213 11363
8e04817f
AC
11364@value{GDBN} supports native debugging of @sc{djgpp} programs, and
11365defines a few commands specific to the @sc{djgpp} port. This
11366subsection describes those commands.
104c1213 11367
8e04817f
AC
11368@table @code
11369@kindex info dos
11370@item info dos
11371This is a prefix of @sc{djgpp}-specific commands which print
11372information about the target system and important OS structures.
f1251bdd 11373
8e04817f
AC
11374@kindex sysinfo
11375@cindex MS-DOS system info
11376@cindex free memory information (MS-DOS)
11377@item info dos sysinfo
11378This command displays assorted information about the underlying
11379platform: the CPU type and features, the OS version and flavor, the
11380DPMI version, and the available conventional and DPMI memory.
104c1213 11381
8e04817f
AC
11382@cindex GDT
11383@cindex LDT
11384@cindex IDT
11385@cindex segment descriptor tables
11386@cindex descriptor tables display
11387@item info dos gdt
11388@itemx info dos ldt
11389@itemx info dos idt
11390These 3 commands display entries from, respectively, Global, Local,
11391and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
11392tables are data structures which store a descriptor for each segment
11393that is currently in use. The segment's selector is an index into a
11394descriptor table; the table entry for that index holds the
11395descriptor's base address and limit, and its attributes and access
11396rights.
104c1213 11397
8e04817f
AC
11398A typical @sc{djgpp} program uses 3 segments: a code segment, a data
11399segment (used for both data and the stack), and a DOS segment (which
11400allows access to DOS/BIOS data structures and absolute addresses in
11401conventional memory). However, the DPMI host will usually define
11402additional segments in order to support the DPMI environment.
d4f3574e 11403
8e04817f
AC
11404@cindex garbled pointers
11405These commands allow to display entries from the descriptor tables.
11406Without an argument, all entries from the specified table are
11407displayed. An argument, which should be an integer expression, means
11408display a single entry whose index is given by the argument. For
11409example, here's a convenient way to display information about the
11410debugged program's data segment:
104c1213 11411
8e04817f
AC
11412@smallexample
11413@exdent @code{(@value{GDBP}) info dos ldt $ds}
11414@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
11415@end smallexample
104c1213 11416
8e04817f
AC
11417@noindent
11418This comes in handy when you want to see whether a pointer is outside
11419the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 11420
8e04817f
AC
11421@cindex page tables display (MS-DOS)
11422@item info dos pde
11423@itemx info dos pte
11424These two commands display entries from, respectively, the Page
11425Directory and the Page Tables. Page Directories and Page Tables are
11426data structures which control how virtual memory addresses are mapped
11427into physical addresses. A Page Table includes an entry for every
11428page of memory that is mapped into the program's address space; there
11429may be several Page Tables, each one holding up to 4096 entries. A
11430Page Directory has up to 4096 entries, one each for every Page Table
11431that is currently in use.
104c1213 11432
8e04817f
AC
11433Without an argument, @kbd{info dos pde} displays the entire Page
11434Directory, and @kbd{info dos pte} displays all the entries in all of
11435the Page Tables. An argument, an integer expression, given to the
11436@kbd{info dos pde} command means display only that entry from the Page
11437Directory table. An argument given to the @kbd{info dos pte} command
11438means display entries from a single Page Table, the one pointed to by
11439the specified entry in the Page Directory.
104c1213 11440
8e04817f
AC
11441@cindex direct memory access (DMA) on MS-DOS
11442These commands are useful when your program uses @dfn{DMA} (Direct
11443Memory Access), which needs physical addresses to program the DMA
11444controller.
104c1213 11445
8e04817f 11446These commands are supported only with some DPMI servers.
104c1213 11447
8e04817f
AC
11448@cindex physical address from linear address
11449@item info dos address-pte @var{addr}
11450This command displays the Page Table entry for a specified linear
11451address. The argument linear address @var{addr} should already have the
11452appropriate segment's base address added to it, because this command
11453accepts addresses which may belong to @emph{any} segment. For
11454example, here's how to display the Page Table entry for the page where
11455the variable @code{i} is stored:
104c1213 11456
8e04817f
AC
11457@smallexample
11458@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
11459@exdent @code{Page Table entry for address 0x11a00d30:}
11460@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
11461@end smallexample
104c1213 11462
8e04817f
AC
11463@noindent
11464This says that @code{i} is stored at offset @code{0xd30} from the page
11465whose physical base address is @code{0x02698000}, and prints all the
11466attributes of that page.
104c1213 11467
8e04817f
AC
11468Note that you must cast the addresses of variables to a @code{char *},
11469since otherwise the value of @code{__djgpp_base_address}, the base
11470address of all variables and functions in a @sc{djgpp} program, will
11471be added using the rules of C pointer arithmetics: if @code{i} is
11472declared an @code{int}, @value{GDBN} will add 4 times the value of
11473@code{__djgpp_base_address} to the address of @code{i}.
104c1213 11474
8e04817f
AC
11475Here's another example, it displays the Page Table entry for the
11476transfer buffer:
104c1213 11477
8e04817f
AC
11478@smallexample
11479@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
11480@exdent @code{Page Table entry for address 0x29110:}
11481@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
11482@end smallexample
104c1213 11483
8e04817f
AC
11484@noindent
11485(The @code{+ 3} offset is because the transfer buffer's address is the
114863rd member of the @code{_go32_info_block} structure.) The output of
11487this command clearly shows that addresses in conventional memory are
11488mapped 1:1, i.e.@: the physical and linear addresses are identical.
104c1213 11489
8e04817f
AC
11490This command is supported only with some DPMI servers.
11491@end table
104c1213 11492
78c47bea
PM
11493@node Cygwin Native
11494@subsection Features for Debugging MS Windows PE executables
11495@cindex MS Windows debugging
11496@cindex native Cygwin debugging
11497@cindex Cygwin-specific commands
11498
be448670
CF
11499@value{GDBN} supports native debugging of MS Windows programs, including
11500DLLs with and without symbolic debugging information. There are various
11501additional Cygwin-specific commands, described in this subsection. The
11502subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
11503that have no debugging symbols.
11504
78c47bea
PM
11505
11506@table @code
11507@kindex info w32
11508@item info w32
11509This is a prefix of MS Windows specific commands which print
11510information about the target system and important OS structures.
11511
11512@item info w32 selector
11513This command displays information returned by
11514the Win32 API @code{GetThreadSelectorEntry} function.
11515It takes an optional argument that is evaluated to
11516a long value to give the information about this given selector.
11517Without argument, this command displays information
11518about the the six segment registers.
11519
11520@kindex info dll
11521@item info dll
11522This is a Cygwin specific alias of info shared.
11523
11524@kindex dll-symbols
11525@item dll-symbols
11526This command loads symbols from a dll similarly to
11527add-sym command but without the need to specify a base address.
11528
11529@kindex set new-console
11530@item set new-console @var{mode}
11531If @var{mode} is @code{on} the debuggee will
11532be started in a new console on next start.
11533If @var{mode} is @code{off}i, the debuggee will
11534be started in the same console as the debugger.
11535
11536@kindex show new-console
11537@item show new-console
11538Displays whether a new console is used
11539when the debuggee is started.
11540
11541@kindex set new-group
11542@item set new-group @var{mode}
11543This boolean value controls whether the debuggee should
11544start a new group or stay in the same group as the debugger.
11545This affects the way the Windows OS handles
11546Ctrl-C.
11547
11548@kindex show new-group
11549@item show new-group
11550Displays current value of new-group boolean.
11551
11552@kindex set debugevents
11553@item set debugevents
11554This boolean value adds debug output concerning events seen by the debugger.
11555
11556@kindex set debugexec
11557@item set debugexec
11558This boolean value adds debug output concerning execute events
11559seen by the debugger.
11560
11561@kindex set debugexceptions
11562@item set debugexceptions
11563This boolean value adds debug ouptut concerning exception events
11564seen by the debugger.
11565
11566@kindex set debugmemory
11567@item set debugmemory
11568This boolean value adds debug ouptut concerning memory events
11569seen by the debugger.
11570
11571@kindex set shell
11572@item set shell
11573This boolean values specifies whether the debuggee is called
11574via a shell or directly (default value is on).
11575
11576@kindex show shell
11577@item show shell
11578Displays if the debuggee will be started with a shell.
11579
11580@end table
11581
be448670
CF
11582@menu
11583* Non-debug DLL symbols:: Support for DLLs without debugging symbols
11584@end menu
11585
11586@node Non-debug DLL symbols
11587@subsubsection Support for DLLs without debugging symbols
11588@cindex DLLs with no debugging symbols
11589@cindex Minimal symbols and DLLs
11590
11591Very often on windows, some of the DLLs that your program relies on do
11592not include symbolic debugging information (for example,
11593@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
11594symbols in a DLL, it relies on the minimal amount of symbolic
11595information contained in the DLL's export table. This subsubsection
11596describes working with such symbols, known internally to @value{GDBN} as
11597``minimal symbols''.
11598
11599Note that before the debugged program has started execution, no DLLs
11600will have been loaded. The easiest way around this problem is simply to
11601start the program --- either by setting a breakpoint or letting the
11602program run once to completion. It is also possible to force
11603@value{GDBN} to load a particular DLL before starting the executable ---
11604see the shared library information in @pxref{Files} or the
11605@code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
11606explicitly loading symbols from a DLL with no debugging information will
11607cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
11608which may adversely affect symbol lookup performance.
11609
11610@subsubsection DLL name prefixes
11611
11612In keeping with the naming conventions used by the Microsoft debugging
11613tools, DLL export symbols are made available with a prefix based on the
11614DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
11615also entered into the symbol table, so @code{CreateFileA} is often
11616sufficient. In some cases there will be name clashes within a program
11617(particularly if the executable itself includes full debugging symbols)
11618necessitating the use of the fully qualified name when referring to the
11619contents of the DLL. Use single-quotes around the name to avoid the
11620exclamation mark (``!'') being interpreted as a language operator.
11621
11622Note that the internal name of the DLL may be all upper-case, even
11623though the file name of the DLL is lower-case, or vice-versa. Since
11624symbols within @value{GDBN} are @emph{case-sensitive} this may cause
11625some confusion. If in doubt, try the @code{info functions} and
11626@code{info variables} commands or even @code{maint print msymbols} (see
11627@pxref{Symbols}). Here's an example:
11628
11629@smallexample
11630(gdb) info function CreateFileA
11631All functions matching regular expression "CreateFileA":
11632
11633Non-debugging symbols:
116340x77e885f4 CreateFileA
116350x77e885f4 KERNEL32!CreateFileA
11636@end smallexample
11637
11638@smallexample
11639(gdb) info function !
11640All functions matching regular expression "!":
11641
11642Non-debugging symbols:
116430x6100114c cygwin1!__assert
116440x61004034 cygwin1!_dll_crt0@@0
116450x61004240 cygwin1!dll_crt0(per_process *)
11646[etc...]
11647@end smallexample
11648
11649@subsubsection Working with minimal symbols
11650
11651Symbols extracted from a DLL's export table do not contain very much
11652type information. All that @value{GDBN} can do is guess whether a symbol
11653refers to a function or variable depending on the linker section that
11654contains the symbol. Also note that the actual contents of the memory
11655contained in a DLL are not available unless the program is running. This
11656means that you cannot examine the contents of a variable or disassemble
11657a function within a DLL without a running program.
11658
11659Variables are generally treated as pointers and dereferenced
11660automatically. For this reason, it is often necessary to prefix a
11661variable name with the address-of operator (``&'') and provide explicit
11662type information in the command. Here's an example of the type of
11663problem:
11664
11665@smallexample
11666(gdb) print 'cygwin1!__argv'
11667$1 = 268572168
11668@end smallexample
11669
11670@smallexample
11671(gdb) x 'cygwin1!__argv'
116720x10021610: "\230y\""
11673@end smallexample
11674
11675And two possible solutions:
11676
11677@smallexample
11678(gdb) print ((char **)'cygwin1!__argv')[0]
11679$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
11680@end smallexample
11681
11682@smallexample
11683(gdb) x/2x &'cygwin1!__argv'
116840x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
11685(gdb) x/x 0x10021608
116860x10021608: 0x0022fd98
11687(gdb) x/s 0x0022fd98
116880x22fd98: "/cygdrive/c/mydirectory/myprogram"
11689@end smallexample
11690
11691Setting a break point within a DLL is possible even before the program
11692starts execution. However, under these circumstances, @value{GDBN} can't
11693examine the initial instructions of the function in order to skip the
11694function's frame set-up code. You can work around this by using ``*&''
11695to set the breakpoint at a raw memory address:
11696
11697@smallexample
11698(gdb) break *&'python22!PyOS_Readline'
11699Breakpoint 1 at 0x1e04eff0
11700@end smallexample
11701
11702The author of these extensions is not entirely convinced that setting a
11703break point within a shared DLL like @file{kernel32.dll} is completely
11704safe.
11705
8e04817f
AC
11706@node Embedded OS
11707@section Embedded Operating Systems
104c1213 11708
8e04817f
AC
11709This section describes configurations involving the debugging of
11710embedded operating systems that are available for several different
11711architectures.
d4f3574e 11712
8e04817f
AC
11713@menu
11714* VxWorks:: Using @value{GDBN} with VxWorks
11715@end menu
104c1213 11716
8e04817f
AC
11717@value{GDBN} includes the ability to debug programs running on
11718various real-time operating systems.
104c1213 11719
8e04817f
AC
11720@node VxWorks
11721@subsection Using @value{GDBN} with VxWorks
104c1213 11722
8e04817f 11723@cindex VxWorks
104c1213 11724
8e04817f 11725@table @code
104c1213 11726
8e04817f
AC
11727@kindex target vxworks
11728@item target vxworks @var{machinename}
11729A VxWorks system, attached via TCP/IP. The argument @var{machinename}
11730is the target system's machine name or IP address.
104c1213 11731
8e04817f 11732@end table
104c1213 11733
8e04817f
AC
11734On VxWorks, @code{load} links @var{filename} dynamically on the
11735current target system as well as adding its symbols in @value{GDBN}.
104c1213 11736
8e04817f
AC
11737@value{GDBN} enables developers to spawn and debug tasks running on networked
11738VxWorks targets from a Unix host. Already-running tasks spawned from
11739the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
11740both the Unix host and on the VxWorks target. The program
11741@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
11742installed with the name @code{vxgdb}, to distinguish it from a
11743@value{GDBN} for debugging programs on the host itself.)
104c1213 11744
8e04817f
AC
11745@table @code
11746@item VxWorks-timeout @var{args}
11747@kindex vxworks-timeout
11748All VxWorks-based targets now support the option @code{vxworks-timeout}.
11749This option is set by the user, and @var{args} represents the number of
11750seconds @value{GDBN} waits for responses to rpc's. You might use this if
11751your VxWorks target is a slow software simulator or is on the far side
11752of a thin network line.
11753@end table
104c1213 11754
8e04817f
AC
11755The following information on connecting to VxWorks was current when
11756this manual was produced; newer releases of VxWorks may use revised
11757procedures.
104c1213 11758
8e04817f
AC
11759@kindex INCLUDE_RDB
11760To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
11761to include the remote debugging interface routines in the VxWorks
11762library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
11763VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
11764kernel. The resulting kernel contains @file{rdb.a}, and spawns the
11765source debugging task @code{tRdbTask} when VxWorks is booted. For more
11766information on configuring and remaking VxWorks, see the manufacturer's
11767manual.
11768@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 11769
8e04817f
AC
11770Once you have included @file{rdb.a} in your VxWorks system image and set
11771your Unix execution search path to find @value{GDBN}, you are ready to
11772run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
11773@code{vxgdb}, depending on your installation).
104c1213 11774
8e04817f 11775@value{GDBN} comes up showing the prompt:
104c1213 11776
474c8240 11777@smallexample
8e04817f 11778(vxgdb)
474c8240 11779@end smallexample
104c1213 11780
8e04817f
AC
11781@menu
11782* VxWorks Connection:: Connecting to VxWorks
11783* VxWorks Download:: VxWorks download
11784* VxWorks Attach:: Running tasks
11785@end menu
104c1213 11786
8e04817f
AC
11787@node VxWorks Connection
11788@subsubsection Connecting to VxWorks
104c1213 11789
8e04817f
AC
11790The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
11791network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 11792
474c8240 11793@smallexample
8e04817f 11794(vxgdb) target vxworks tt
474c8240 11795@end smallexample
104c1213 11796
8e04817f
AC
11797@need 750
11798@value{GDBN} displays messages like these:
104c1213 11799
8e04817f
AC
11800@smallexample
11801Attaching remote machine across net...
11802Connected to tt.
11803@end smallexample
104c1213 11804
8e04817f
AC
11805@need 1000
11806@value{GDBN} then attempts to read the symbol tables of any object modules
11807loaded into the VxWorks target since it was last booted. @value{GDBN} locates
11808these files by searching the directories listed in the command search
11809path (@pxref{Environment, ,Your program's environment}); if it fails
11810to find an object file, it displays a message such as:
5d161b24 11811
474c8240 11812@smallexample
8e04817f 11813prog.o: No such file or directory.
474c8240 11814@end smallexample
104c1213 11815
8e04817f
AC
11816When this happens, add the appropriate directory to the search path with
11817the @value{GDBN} command @code{path}, and execute the @code{target}
11818command again.
104c1213 11819
8e04817f
AC
11820@node VxWorks Download
11821@subsubsection VxWorks download
104c1213 11822
8e04817f
AC
11823@cindex download to VxWorks
11824If you have connected to the VxWorks target and you want to debug an
11825object that has not yet been loaded, you can use the @value{GDBN}
11826@code{load} command to download a file from Unix to VxWorks
11827incrementally. The object file given as an argument to the @code{load}
11828command is actually opened twice: first by the VxWorks target in order
11829to download the code, then by @value{GDBN} in order to read the symbol
11830table. This can lead to problems if the current working directories on
11831the two systems differ. If both systems have NFS mounted the same
11832filesystems, you can avoid these problems by using absolute paths.
11833Otherwise, it is simplest to set the working directory on both systems
11834to the directory in which the object file resides, and then to reference
11835the file by its name, without any path. For instance, a program
11836@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
11837and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
11838program, type this on VxWorks:
104c1213 11839
474c8240 11840@smallexample
8e04817f 11841-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 11842@end smallexample
104c1213 11843
8e04817f
AC
11844@noindent
11845Then, in @value{GDBN}, type:
104c1213 11846
474c8240 11847@smallexample
8e04817f
AC
11848(vxgdb) cd @var{hostpath}/vw/demo/rdb
11849(vxgdb) load prog.o
474c8240 11850@end smallexample
104c1213 11851
8e04817f 11852@value{GDBN} displays a response similar to this:
104c1213 11853
8e04817f
AC
11854@smallexample
11855Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
11856@end smallexample
104c1213 11857
8e04817f
AC
11858You can also use the @code{load} command to reload an object module
11859after editing and recompiling the corresponding source file. Note that
11860this makes @value{GDBN} delete all currently-defined breakpoints,
11861auto-displays, and convenience variables, and to clear the value
11862history. (This is necessary in order to preserve the integrity of
11863debugger's data structures that reference the target system's symbol
11864table.)
104c1213 11865
8e04817f
AC
11866@node VxWorks Attach
11867@subsubsection Running tasks
104c1213
JM
11868
11869@cindex running VxWorks tasks
11870You can also attach to an existing task using the @code{attach} command as
11871follows:
11872
474c8240 11873@smallexample
104c1213 11874(vxgdb) attach @var{task}
474c8240 11875@end smallexample
104c1213
JM
11876
11877@noindent
11878where @var{task} is the VxWorks hexadecimal task ID. The task can be running
11879or suspended when you attach to it. Running tasks are suspended at
11880the time of attachment.
11881
6d2ebf8b 11882@node Embedded Processors
104c1213
JM
11883@section Embedded Processors
11884
11885This section goes into details specific to particular embedded
11886configurations.
11887
7d86b5d5 11888
104c1213 11889@menu
104c1213 11890* ARM:: ARM
172c2a43
KI
11891* H8/300:: Renesas H8/300
11892* H8/500:: Renesas H8/500
11893* M32R/D:: Renesas M32R/D
104c1213 11894* M68K:: Motorola M68K
104c1213 11895* MIPS Embedded:: MIPS Embedded
a37295f9 11896* OpenRISC 1000:: OpenRisc 1000
104c1213
JM
11897* PA:: HP PA Embedded
11898* PowerPC: PowerPC
172c2a43 11899* SH:: Renesas SH
104c1213
JM
11900* Sparclet:: Tsqware Sparclet
11901* Sparclite:: Fujitsu Sparclite
11902* ST2000:: Tandem ST2000
11903* Z8000:: Zilog Z8000
11904@end menu
11905
6d2ebf8b 11906@node ARM
104c1213
JM
11907@subsection ARM
11908
11909@table @code
11910
8e04817f
AC
11911@kindex target rdi
11912@item target rdi @var{dev}
11913ARM Angel monitor, via RDI library interface to ADP protocol. You may
11914use this target to communicate with both boards running the Angel
11915monitor, or with the EmbeddedICE JTAG debug device.
11916
11917@kindex target rdp
11918@item target rdp @var{dev}
11919ARM Demon monitor.
11920
11921@end table
11922
11923@node H8/300
172c2a43 11924@subsection Renesas H8/300
8e04817f
AC
11925
11926@table @code
11927
11928@kindex target hms@r{, with H8/300}
11929@item target hms @var{dev}
172c2a43 11930A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
8e04817f
AC
11931Use special commands @code{device} and @code{speed} to control the serial
11932line and the communications speed used.
11933
11934@kindex target e7000@r{, with H8/300}
11935@item target e7000 @var{dev}
172c2a43 11936E7000 emulator for Renesas H8 and SH.
8e04817f
AC
11937
11938@kindex target sh3@r{, with H8/300}
11939@kindex target sh3e@r{, with H8/300}
11940@item target sh3 @var{dev}
11941@itemx target sh3e @var{dev}
172c2a43 11942Renesas SH-3 and SH-3E target systems.
8e04817f
AC
11943
11944@end table
11945
11946@cindex download to H8/300 or H8/500
11947@cindex H8/300 or H8/500 download
172c2a43
KI
11948@cindex download to Renesas SH
11949@cindex Renesas SH download
11950When you select remote debugging to a Renesas SH, H8/300, or H8/500
11951board, the @code{load} command downloads your program to the Renesas
8e04817f
AC
11952board and also opens it as the current executable target for
11953@value{GDBN} on your host (like the @code{file} command).
11954
11955@value{GDBN} needs to know these things to talk to your
172c2a43 11956Renesas SH, H8/300, or H8/500:
8e04817f
AC
11957
11958@enumerate
11959@item
11960that you want to use @samp{target hms}, the remote debugging interface
172c2a43
KI
11961for Renesas microprocessors, or @samp{target e7000}, the in-circuit
11962emulator for the Renesas SH and the Renesas 300H. (@samp{target hms} is
11963the default when @value{GDBN} is configured specifically for the Renesas SH,
8e04817f
AC
11964H8/300, or H8/500.)
11965
11966@item
172c2a43 11967what serial device connects your host to your Renesas board (the first
8e04817f
AC
11968serial device available on your host is the default).
11969
11970@item
11971what speed to use over the serial device.
11972@end enumerate
11973
11974@menu
172c2a43
KI
11975* Renesas Boards:: Connecting to Renesas boards.
11976* Renesas ICE:: Using the E7000 In-Circuit Emulator.
11977* Renesas Special:: Special @value{GDBN} commands for Renesas micros.
8e04817f
AC
11978@end menu
11979
172c2a43
KI
11980@node Renesas Boards
11981@subsubsection Connecting to Renesas boards
8e04817f
AC
11982
11983@c only for Unix hosts
11984@kindex device
172c2a43 11985@cindex serial device, Renesas micros
8e04817f
AC
11986Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
11987need to explicitly set the serial device. The default @var{port} is the
11988first available port on your host. This is only necessary on Unix
11989hosts, where it is typically something like @file{/dev/ttya}.
11990
11991@kindex speed
172c2a43 11992@cindex serial line speed, Renesas micros
8e04817f
AC
11993@code{@value{GDBN}} has another special command to set the communications
11994speed: @samp{speed @var{bps}}. This command also is only used from Unix
11995hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
11996the DOS @code{mode} command (for instance,
11997@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
11998
11999The @samp{device} and @samp{speed} commands are available only when you
172c2a43 12000use a Unix host to debug your Renesas microprocessor programs. If you
8e04817f
AC
12001use a DOS host,
12002@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
12003called @code{asynctsr} to communicate with the development board
12004through a PC serial port. You must also use the DOS @code{mode} command
12005to set up the serial port on the DOS side.
12006
12007The following sample session illustrates the steps needed to start a
12008program under @value{GDBN} control on an H8/300. The example uses a
12009sample H8/300 program called @file{t.x}. The procedure is the same for
172c2a43 12010the Renesas SH and the H8/500.
8e04817f
AC
12011
12012First hook up your development board. In this example, we use a
12013board attached to serial port @code{COM2}; if you use a different serial
12014port, substitute its name in the argument of the @code{mode} command.
12015When you call @code{asynctsr}, the auxiliary comms program used by the
12016debugger, you give it just the numeric part of the serial port's name;
12017for example, @samp{asyncstr 2} below runs @code{asyncstr} on
12018@code{COM2}.
12019
474c8240 12020@smallexample
8e04817f
AC
12021C:\H8300\TEST> asynctsr 2
12022C:\H8300\TEST> mode com2:9600,n,8,1,p
12023
12024Resident portion of MODE loaded
12025
12026COM2: 9600, n, 8, 1, p
12027
474c8240 12028@end smallexample
8e04817f
AC
12029
12030@quotation
12031@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
12032@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
12033disable it, or even boot without it, to use @code{asynctsr} to control
12034your development board.
12035@end quotation
12036
12037@kindex target hms@r{, and serial protocol}
12038Now that serial communications are set up, and the development board is
12039connected, you can start up @value{GDBN}. Call @code{@value{GDBP}} with
12040the name of your program as the argument. @code{@value{GDBN}} prompts
12041you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
12042commands to begin your debugging session: @samp{target hms} to specify
172c2a43 12043cross-debugging to the Renesas board, and the @code{load} command to
8e04817f
AC
12044download your program to the board. @code{load} displays the names of
12045the program's sections, and a @samp{*} for each 2K of data downloaded.
12046(If you want to refresh @value{GDBN} data on symbols or on the
12047executable file without downloading, use the @value{GDBN} commands
12048@code{file} or @code{symbol-file}. These commands, and @code{load}
12049itself, are described in @ref{Files,,Commands to specify files}.)
12050
12051@smallexample
12052(eg-C:\H8300\TEST) @value{GDBP} t.x
12053@value{GDBN} is free software and you are welcome to distribute copies
12054 of it under certain conditions; type "show copying" to see
12055 the conditions.
12056There is absolutely no warranty for @value{GDBN}; type "show warranty"
12057for details.
12058@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
12059(@value{GDBP}) target hms
12060Connected to remote H8/300 HMS system.
12061(@value{GDBP}) load t.x
12062.text : 0x8000 .. 0xabde ***********
12063.data : 0xabde .. 0xad30 *
12064.stack : 0xf000 .. 0xf014 *
12065@end smallexample
12066
12067At this point, you're ready to run or debug your program. From here on,
12068you can use all the usual @value{GDBN} commands. The @code{break} command
12069sets breakpoints; the @code{run} command starts your program;
12070@code{print} or @code{x} display data; the @code{continue} command
12071resumes execution after stopping at a breakpoint. You can use the
12072@code{help} command at any time to find out more about @value{GDBN} commands.
12073
12074Remember, however, that @emph{operating system} facilities aren't
12075available on your development board; for example, if your program hangs,
12076you can't send an interrupt---but you can press the @sc{reset} switch!
12077
12078Use the @sc{reset} button on the development board
12079@itemize @bullet
12080@item
12081to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
12082no way to pass an interrupt signal to the development board); and
12083
12084@item
12085to return to the @value{GDBN} command prompt after your program finishes
12086normally. The communications protocol provides no other way for @value{GDBN}
12087to detect program completion.
12088@end itemize
12089
12090In either case, @value{GDBN} sees the effect of a @sc{reset} on the
12091development board as a ``normal exit'' of your program.
12092
172c2a43 12093@node Renesas ICE
8e04817f
AC
12094@subsubsection Using the E7000 in-circuit emulator
12095
172c2a43 12096@kindex target e7000@r{, with Renesas ICE}
8e04817f 12097You can use the E7000 in-circuit emulator to develop code for either the
172c2a43 12098Renesas SH or the H8/300H. Use one of these forms of the @samp{target
8e04817f
AC
12099e7000} command to connect @value{GDBN} to your E7000:
12100
12101@table @code
12102@item target e7000 @var{port} @var{speed}
12103Use this form if your E7000 is connected to a serial port. The
12104@var{port} argument identifies what serial port to use (for example,
12105@samp{com2}). The third argument is the line speed in bits per second
12106(for example, @samp{9600}).
12107
12108@item target e7000 @var{hostname}
12109If your E7000 is installed as a host on a TCP/IP network, you can just
12110specify its hostname; @value{GDBN} uses @code{telnet} to connect.
12111@end table
12112
172c2a43
KI
12113@node Renesas Special
12114@subsubsection Special @value{GDBN} commands for Renesas micros
8e04817f
AC
12115
12116Some @value{GDBN} commands are available only for the H8/300:
12117
12118@table @code
12119
12120@kindex set machine
12121@kindex show machine
12122@item set machine h8300
12123@itemx set machine h8300h
12124Condition @value{GDBN} for one of the two variants of the H8/300
12125architecture with @samp{set machine}. You can use @samp{show machine}
12126to check which variant is currently in effect.
104c1213
JM
12127
12128@end table
12129
8e04817f
AC
12130@node H8/500
12131@subsection H8/500
104c1213
JM
12132
12133@table @code
12134
8e04817f
AC
12135@kindex set memory @var{mod}
12136@cindex memory models, H8/500
12137@item set memory @var{mod}
12138@itemx show memory
12139Specify which H8/500 memory model (@var{mod}) you are using with
12140@samp{set memory}; check which memory model is in effect with @samp{show
12141memory}. The accepted values for @var{mod} are @code{small},
12142@code{big}, @code{medium}, and @code{compact}.
104c1213 12143
8e04817f 12144@end table
104c1213 12145
8e04817f 12146@node M32R/D
172c2a43 12147@subsection Renesas M32R/D
8e04817f
AC
12148
12149@table @code
12150
12151@kindex target m32r
12152@item target m32r @var{dev}
172c2a43 12153Renesas M32R/D ROM monitor.
8e04817f 12154
fb3e19c0
KI
12155@kindex target m32rsdi
12156@item target m32rsdi @var{dev}
12157Renesas M32R SDI server, connected via parallel port to the board.
12158
8e04817f
AC
12159@end table
12160
12161@node M68K
12162@subsection M68k
12163
12164The Motorola m68k configuration includes ColdFire support, and
12165target command for the following ROM monitors.
12166
12167@table @code
12168
12169@kindex target abug
12170@item target abug @var{dev}
12171ABug ROM monitor for M68K.
12172
12173@kindex target cpu32bug
12174@item target cpu32bug @var{dev}
12175CPU32BUG monitor, running on a CPU32 (M68K) board.
12176
12177@kindex target dbug
12178@item target dbug @var{dev}
12179dBUG ROM monitor for Motorola ColdFire.
12180
12181@kindex target est
12182@item target est @var{dev}
12183EST-300 ICE monitor, running on a CPU32 (M68K) board.
12184
12185@kindex target rom68k
12186@item target rom68k @var{dev}
12187ROM 68K monitor, running on an M68K IDP board.
12188
12189@end table
12190
8e04817f
AC
12191@table @code
12192
12193@kindex target rombug
12194@item target rombug @var{dev}
12195ROMBUG ROM monitor for OS/9000.
12196
12197@end table
12198
8e04817f
AC
12199@node MIPS Embedded
12200@subsection MIPS Embedded
12201
12202@cindex MIPS boards
12203@value{GDBN} can use the MIPS remote debugging protocol to talk to a
12204MIPS board attached to a serial line. This is available when
12205you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
104c1213 12206
8e04817f
AC
12207@need 1000
12208Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 12209
8e04817f
AC
12210@table @code
12211@item target mips @var{port}
12212@kindex target mips @var{port}
12213To run a program on the board, start up @code{@value{GDBP}} with the
12214name of your program as the argument. To connect to the board, use the
12215command @samp{target mips @var{port}}, where @var{port} is the name of
12216the serial port connected to the board. If the program has not already
12217been downloaded to the board, you may use the @code{load} command to
12218download it. You can then use all the usual @value{GDBN} commands.
104c1213 12219
8e04817f
AC
12220For example, this sequence connects to the target board through a serial
12221port, and loads and runs a program called @var{prog} through the
12222debugger:
104c1213 12223
474c8240 12224@smallexample
8e04817f
AC
12225host$ @value{GDBP} @var{prog}
12226@value{GDBN} is free software and @dots{}
12227(@value{GDBP}) target mips /dev/ttyb
12228(@value{GDBP}) load @var{prog}
12229(@value{GDBP}) run
474c8240 12230@end smallexample
104c1213 12231
8e04817f
AC
12232@item target mips @var{hostname}:@var{portnumber}
12233On some @value{GDBN} host configurations, you can specify a TCP
12234connection (for instance, to a serial line managed by a terminal
12235concentrator) instead of a serial port, using the syntax
12236@samp{@var{hostname}:@var{portnumber}}.
104c1213 12237
8e04817f
AC
12238@item target pmon @var{port}
12239@kindex target pmon @var{port}
12240PMON ROM monitor.
104c1213 12241
8e04817f
AC
12242@item target ddb @var{port}
12243@kindex target ddb @var{port}
12244NEC's DDB variant of PMON for Vr4300.
104c1213 12245
8e04817f
AC
12246@item target lsi @var{port}
12247@kindex target lsi @var{port}
12248LSI variant of PMON.
104c1213 12249
8e04817f
AC
12250@kindex target r3900
12251@item target r3900 @var{dev}
12252Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 12253
8e04817f
AC
12254@kindex target array
12255@item target array @var{dev}
12256Array Tech LSI33K RAID controller board.
104c1213 12257
8e04817f 12258@end table
104c1213 12259
104c1213 12260
8e04817f
AC
12261@noindent
12262@value{GDBN} also supports these special commands for MIPS targets:
104c1213 12263
8e04817f
AC
12264@table @code
12265@item set processor @var{args}
12266@itemx show processor
12267@kindex set processor @var{args}
12268@kindex show processor
12269Use the @code{set processor} command to set the type of MIPS
12270processor when you want to access processor-type-specific registers.
12271For example, @code{set processor @var{r3041}} tells @value{GDBN}
12272to use the CPU registers appropriate for the 3041 chip.
12273Use the @code{show processor} command to see what MIPS processor @value{GDBN}
12274is using. Use the @code{info reg} command to see what registers
12275@value{GDBN} is using.
104c1213 12276
8e04817f
AC
12277@item set mipsfpu double
12278@itemx set mipsfpu single
12279@itemx set mipsfpu none
12280@itemx show mipsfpu
12281@kindex set mipsfpu
12282@kindex show mipsfpu
12283@cindex MIPS remote floating point
12284@cindex floating point, MIPS remote
12285If your target board does not support the MIPS floating point
12286coprocessor, you should use the command @samp{set mipsfpu none} (if you
12287need this, you may wish to put the command in your @value{GDBN} init
12288file). This tells @value{GDBN} how to find the return value of
12289functions which return floating point values. It also allows
12290@value{GDBN} to avoid saving the floating point registers when calling
12291functions on the board. If you are using a floating point coprocessor
12292with only single precision floating point support, as on the @sc{r4650}
12293processor, use the command @samp{set mipsfpu single}. The default
12294double precision floating point coprocessor may be selected using
12295@samp{set mipsfpu double}.
104c1213 12296
8e04817f
AC
12297In previous versions the only choices were double precision or no
12298floating point, so @samp{set mipsfpu on} will select double precision
12299and @samp{set mipsfpu off} will select no floating point.
104c1213 12300
8e04817f
AC
12301As usual, you can inquire about the @code{mipsfpu} variable with
12302@samp{show mipsfpu}.
104c1213 12303
8e04817f
AC
12304@item set remotedebug @var{n}
12305@itemx show remotedebug
12306@kindex set remotedebug@r{, MIPS protocol}
12307@kindex show remotedebug@r{, MIPS protocol}
12308@cindex @code{remotedebug}, MIPS protocol
12309@cindex MIPS @code{remotedebug} protocol
12310@c FIXME! For this to be useful, you must know something about the MIPS
12311@c FIXME...protocol. Where is it described?
12312You can see some debugging information about communications with the board
12313by setting the @code{remotedebug} variable. If you set it to @code{1} using
12314@samp{set remotedebug 1}, every packet is displayed. If you set it
12315to @code{2}, every character is displayed. You can check the current value
12316at any time with the command @samp{show remotedebug}.
104c1213 12317
8e04817f
AC
12318@item set timeout @var{seconds}
12319@itemx set retransmit-timeout @var{seconds}
12320@itemx show timeout
12321@itemx show retransmit-timeout
12322@cindex @code{timeout}, MIPS protocol
12323@cindex @code{retransmit-timeout}, MIPS protocol
12324@kindex set timeout
12325@kindex show timeout
12326@kindex set retransmit-timeout
12327@kindex show retransmit-timeout
12328You can control the timeout used while waiting for a packet, in the MIPS
12329remote protocol, with the @code{set timeout @var{seconds}} command. The
12330default is 5 seconds. Similarly, you can control the timeout used while
12331waiting for an acknowledgement of a packet with the @code{set
12332retransmit-timeout @var{seconds}} command. The default is 3 seconds.
12333You can inspect both values with @code{show timeout} and @code{show
12334retransmit-timeout}. (These commands are @emph{only} available when
12335@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
104c1213 12336
8e04817f
AC
12337The timeout set by @code{set timeout} does not apply when @value{GDBN}
12338is waiting for your program to stop. In that case, @value{GDBN} waits
12339forever because it has no way of knowing how long the program is going
12340to run before stopping.
12341@end table
104c1213 12342
a37295f9
MM
12343@node OpenRISC 1000
12344@subsection OpenRISC 1000
12345@cindex OpenRISC 1000
12346
12347@cindex or1k boards
12348See OR1k Architecture document (@uref{www.opencores.org}) for more information
12349about platform and commands.
12350
12351@table @code
12352
12353@kindex target jtag
12354@item target jtag jtag://@var{host}:@var{port}
12355
12356Connects to remote JTAG server.
12357JTAG remote server can be either an or1ksim or JTAG server,
12358connected via parallel port to the board.
12359
12360Example: @code{target jtag jtag://localhost:9999}
12361
12362@kindex or1ksim
12363@item or1ksim @var{command}
12364If connected to @code{or1ksim} OpenRISC 1000 Architectural
12365Simulator, proprietary commands can be executed.
12366
12367@kindex info or1k spr
12368@item info or1k spr
12369Displays spr groups.
12370
12371@item info or1k spr @var{group}
12372@itemx info or1k spr @var{groupno}
12373Displays register names in selected group.
12374
12375@item info or1k spr @var{group} @var{register}
12376@itemx info or1k spr @var{register}
12377@itemx info or1k spr @var{groupno} @var{registerno}
12378@itemx info or1k spr @var{registerno}
12379Shows information about specified spr register.
12380
12381@kindex spr
12382@item spr @var{group} @var{register} @var{value}
12383@itemx spr @var{register @var{value}}
12384@itemx spr @var{groupno} @var{registerno @var{value}}
12385@itemx spr @var{registerno @var{value}}
12386Writes @var{value} to specified spr register.
12387@end table
12388
12389Some implementations of OpenRISC 1000 Architecture also have hardware trace.
12390It is very similar to @value{GDBN} trace, except it does not interfere with normal
12391program execution and is thus much faster. Hardware breakpoints/watchpoint
12392triggers can be set using:
12393@table @code
12394@item $LEA/$LDATA
12395Load effective address/data
12396@item $SEA/$SDATA
12397Store effective address/data
12398@item $AEA/$ADATA
12399Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
12400@item $FETCH
12401Fetch data
12402@end table
12403
12404When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
12405@code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
12406
12407@code{htrace} commands:
12408@cindex OpenRISC 1000 htrace
12409@table @code
12410@kindex hwatch
12411@item hwatch @var{conditional}
12412Set hardware watchpoint on combination of Load/Store Effecive Address(es)
12413or Data. For example:
12414
12415@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12416
12417@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12418
12419@kindex htrace info
12420@item htrace info
12421Display information about current HW trace configuration.
12422
12423@kindex htrace trigger
12424@item htrace trigger @var{conditional}
12425Set starting criteria for HW trace.
12426
12427@kindex htrace qualifier
12428@item htrace qualifier @var{conditional}
12429Set acquisition qualifier for HW trace.
12430
12431@kindex htrace stop
12432@item htrace stop @var{conditional}
12433Set HW trace stopping criteria.
12434
12435@kindex htrace record
f153cc92 12436@item htrace record [@var{data}]*
a37295f9
MM
12437Selects the data to be recorded, when qualifier is met and HW trace was
12438triggered.
12439
12440@kindex htrace enable
12441@item htrace enable
12442@kindex htrace disable
12443@itemx htrace disable
12444Enables/disables the HW trace.
12445
12446@kindex htrace rewind
f153cc92 12447@item htrace rewind [@var{filename}]
a37295f9
MM
12448Clears currently recorded trace data.
12449
12450If filename is specified, new trace file is made and any newly collected data
12451will be written there.
12452
12453@kindex htrace print
f153cc92 12454@item htrace print [@var{start} [@var{len}]]
a37295f9
MM
12455Prints trace buffer, using current record configuration.
12456
12457@kindex htrace mode continuous
12458@item htrace mode continuous
12459Set continuous trace mode.
12460
12461@kindex htrace mode suspend
12462@item htrace mode suspend
12463Set suspend trace mode.
12464
12465@end table
12466
8e04817f
AC
12467@node PowerPC
12468@subsection PowerPC
104c1213
JM
12469
12470@table @code
104c1213 12471
8e04817f
AC
12472@kindex target dink32
12473@item target dink32 @var{dev}
12474DINK32 ROM monitor.
104c1213 12475
8e04817f
AC
12476@kindex target ppcbug
12477@item target ppcbug @var{dev}
12478@kindex target ppcbug1
12479@item target ppcbug1 @var{dev}
12480PPCBUG ROM monitor for PowerPC.
104c1213 12481
8e04817f
AC
12482@kindex target sds
12483@item target sds @var{dev}
12484SDS monitor, running on a PowerPC board (such as Motorola's ADS).
12485
12486@end table
12487
12488@node PA
12489@subsection HP PA Embedded
104c1213
JM
12490
12491@table @code
12492
8e04817f
AC
12493@kindex target op50n
12494@item target op50n @var{dev}
12495OP50N monitor, running on an OKI HPPA board.
12496
12497@kindex target w89k
12498@item target w89k @var{dev}
12499W89K monitor, running on a Winbond HPPA board.
104c1213
JM
12500
12501@end table
12502
8e04817f 12503@node SH
172c2a43 12504@subsection Renesas SH
104c1213
JM
12505
12506@table @code
12507
172c2a43 12508@kindex target hms@r{, with Renesas SH}
8e04817f 12509@item target hms @var{dev}
172c2a43 12510A Renesas SH board attached via serial line to your host. Use special
8e04817f
AC
12511commands @code{device} and @code{speed} to control the serial line and
12512the communications speed used.
104c1213 12513
172c2a43 12514@kindex target e7000@r{, with Renesas SH}
8e04817f 12515@item target e7000 @var{dev}
172c2a43 12516E7000 emulator for Renesas SH.
104c1213 12517
8e04817f
AC
12518@kindex target sh3@r{, with SH}
12519@kindex target sh3e@r{, with SH}
12520@item target sh3 @var{dev}
12521@item target sh3e @var{dev}
172c2a43 12522Renesas SH-3 and SH-3E target systems.
104c1213 12523
8e04817f 12524@end table
104c1213 12525
8e04817f
AC
12526@node Sparclet
12527@subsection Tsqware Sparclet
104c1213 12528
8e04817f
AC
12529@cindex Sparclet
12530
12531@value{GDBN} enables developers to debug tasks running on
12532Sparclet targets from a Unix host.
12533@value{GDBN} uses code that runs on
12534both the Unix host and on the Sparclet target. The program
12535@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 12536
8e04817f
AC
12537@table @code
12538@item remotetimeout @var{args}
12539@kindex remotetimeout
12540@value{GDBN} supports the option @code{remotetimeout}.
12541This option is set by the user, and @var{args} represents the number of
12542seconds @value{GDBN} waits for responses.
104c1213
JM
12543@end table
12544
8e04817f
AC
12545@cindex compiling, on Sparclet
12546When compiling for debugging, include the options @samp{-g} to get debug
12547information and @samp{-Ttext} to relocate the program to where you wish to
12548load it on the target. You may also want to add the options @samp{-n} or
12549@samp{-N} in order to reduce the size of the sections. Example:
104c1213 12550
474c8240 12551@smallexample
8e04817f 12552sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 12553@end smallexample
104c1213 12554
8e04817f 12555You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 12556
474c8240 12557@smallexample
8e04817f 12558sparclet-aout-objdump --headers --syms prog
474c8240 12559@end smallexample
104c1213 12560
8e04817f
AC
12561@cindex running, on Sparclet
12562Once you have set
12563your Unix execution search path to find @value{GDBN}, you are ready to
12564run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
12565(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 12566
8e04817f
AC
12567@value{GDBN} comes up showing the prompt:
12568
474c8240 12569@smallexample
8e04817f 12570(gdbslet)
474c8240 12571@end smallexample
104c1213
JM
12572
12573@menu
8e04817f
AC
12574* Sparclet File:: Setting the file to debug
12575* Sparclet Connection:: Connecting to Sparclet
12576* Sparclet Download:: Sparclet download
12577* Sparclet Execution:: Running and debugging
104c1213
JM
12578@end menu
12579
8e04817f
AC
12580@node Sparclet File
12581@subsubsection Setting file to debug
104c1213 12582
8e04817f 12583The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 12584
474c8240 12585@smallexample
8e04817f 12586(gdbslet) file prog
474c8240 12587@end smallexample
104c1213 12588
8e04817f
AC
12589@need 1000
12590@value{GDBN} then attempts to read the symbol table of @file{prog}.
12591@value{GDBN} locates
12592the file by searching the directories listed in the command search
12593path.
12594If the file was compiled with debug information (option "-g"), source
12595files will be searched as well.
12596@value{GDBN} locates
12597the source files by searching the directories listed in the directory search
12598path (@pxref{Environment, ,Your program's environment}).
12599If it fails
12600to find a file, it displays a message such as:
104c1213 12601
474c8240 12602@smallexample
8e04817f 12603prog: No such file or directory.
474c8240 12604@end smallexample
104c1213 12605
8e04817f
AC
12606When this happens, add the appropriate directories to the search paths with
12607the @value{GDBN} commands @code{path} and @code{dir}, and execute the
12608@code{target} command again.
104c1213 12609
8e04817f
AC
12610@node Sparclet Connection
12611@subsubsection Connecting to Sparclet
104c1213 12612
8e04817f
AC
12613The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
12614To connect to a target on serial port ``@code{ttya}'', type:
104c1213 12615
474c8240 12616@smallexample
8e04817f
AC
12617(gdbslet) target sparclet /dev/ttya
12618Remote target sparclet connected to /dev/ttya
12619main () at ../prog.c:3
474c8240 12620@end smallexample
104c1213 12621
8e04817f
AC
12622@need 750
12623@value{GDBN} displays messages like these:
104c1213 12624
474c8240 12625@smallexample
8e04817f 12626Connected to ttya.
474c8240 12627@end smallexample
104c1213 12628
8e04817f
AC
12629@node Sparclet Download
12630@subsubsection Sparclet download
104c1213 12631
8e04817f
AC
12632@cindex download to Sparclet
12633Once connected to the Sparclet target,
12634you can use the @value{GDBN}
12635@code{load} command to download the file from the host to the target.
12636The file name and load offset should be given as arguments to the @code{load}
12637command.
12638Since the file format is aout, the program must be loaded to the starting
12639address. You can use @code{objdump} to find out what this value is. The load
12640offset is an offset which is added to the VMA (virtual memory address)
12641of each of the file's sections.
12642For instance, if the program
12643@file{prog} was linked to text address 0x1201000, with data at 0x12010160
12644and bss at 0x12010170, in @value{GDBN}, type:
104c1213 12645
474c8240 12646@smallexample
8e04817f
AC
12647(gdbslet) load prog 0x12010000
12648Loading section .text, size 0xdb0 vma 0x12010000
474c8240 12649@end smallexample
104c1213 12650
8e04817f
AC
12651If the code is loaded at a different address then what the program was linked
12652to, you may need to use the @code{section} and @code{add-symbol-file} commands
12653to tell @value{GDBN} where to map the symbol table.
12654
12655@node Sparclet Execution
12656@subsubsection Running and debugging
12657
12658@cindex running and debugging Sparclet programs
12659You can now begin debugging the task using @value{GDBN}'s execution control
12660commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
12661manual for the list of commands.
12662
474c8240 12663@smallexample
8e04817f
AC
12664(gdbslet) b main
12665Breakpoint 1 at 0x12010000: file prog.c, line 3.
12666(gdbslet) run
12667Starting program: prog
12668Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
126693 char *symarg = 0;
12670(gdbslet) step
126714 char *execarg = "hello!";
12672(gdbslet)
474c8240 12673@end smallexample
8e04817f
AC
12674
12675@node Sparclite
12676@subsection Fujitsu Sparclite
104c1213
JM
12677
12678@table @code
12679
8e04817f
AC
12680@kindex target sparclite
12681@item target sparclite @var{dev}
12682Fujitsu sparclite boards, used only for the purpose of loading.
12683You must use an additional command to debug the program.
12684For example: target remote @var{dev} using @value{GDBN} standard
12685remote protocol.
104c1213
JM
12686
12687@end table
12688
8e04817f
AC
12689@node ST2000
12690@subsection Tandem ST2000
104c1213 12691
8e04817f
AC
12692@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
12693STDBUG protocol.
104c1213 12694
8e04817f
AC
12695To connect your ST2000 to the host system, see the manufacturer's
12696manual. Once the ST2000 is physically attached, you can run:
104c1213 12697
474c8240 12698@smallexample
8e04817f 12699target st2000 @var{dev} @var{speed}
474c8240 12700@end smallexample
104c1213 12701
8e04817f
AC
12702@noindent
12703to establish it as your debugging environment. @var{dev} is normally
12704the name of a serial device, such as @file{/dev/ttya}, connected to the
12705ST2000 via a serial line. You can instead specify @var{dev} as a TCP
12706connection (for example, to a serial line attached via a terminal
12707concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
104c1213 12708
8e04817f
AC
12709The @code{load} and @code{attach} commands are @emph{not} defined for
12710this target; you must load your program into the ST2000 as you normally
12711would for standalone operation. @value{GDBN} reads debugging information
12712(such as symbols) from a separate, debugging version of the program
12713available on your host computer.
12714@c FIXME!! This is terribly vague; what little content is here is
12715@c basically hearsay.
104c1213 12716
8e04817f
AC
12717@cindex ST2000 auxiliary commands
12718These auxiliary @value{GDBN} commands are available to help you with the ST2000
12719environment:
104c1213 12720
8e04817f
AC
12721@table @code
12722@item st2000 @var{command}
12723@kindex st2000 @var{cmd}
12724@cindex STDBUG commands (ST2000)
12725@cindex commands to STDBUG (ST2000)
12726Send a @var{command} to the STDBUG monitor. See the manufacturer's
12727manual for available commands.
104c1213 12728
8e04817f
AC
12729@item connect
12730@cindex connect (to STDBUG)
12731Connect the controlling terminal to the STDBUG command monitor. When
12732you are done interacting with STDBUG, typing either of two character
12733sequences gets you back to the @value{GDBN} command prompt:
12734@kbd{@key{RET}~.} (Return, followed by tilde and period) or
12735@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
104c1213
JM
12736@end table
12737
8e04817f
AC
12738@node Z8000
12739@subsection Zilog Z8000
104c1213 12740
8e04817f
AC
12741@cindex Z8000
12742@cindex simulator, Z8000
12743@cindex Zilog Z8000 simulator
104c1213 12744
8e04817f
AC
12745When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
12746a Z8000 simulator.
12747
12748For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
12749unsegmented variant of the Z8000 architecture) or the Z8001 (the
12750segmented variant). The simulator recognizes which architecture is
12751appropriate by inspecting the object code.
104c1213 12752
8e04817f
AC
12753@table @code
12754@item target sim @var{args}
12755@kindex sim
12756@kindex target sim@r{, with Z8000}
12757Debug programs on a simulated CPU. If the simulator supports setup
12758options, specify them via @var{args}.
104c1213
JM
12759@end table
12760
8e04817f
AC
12761@noindent
12762After specifying this target, you can debug programs for the simulated
12763CPU in the same style as programs for your host computer; use the
12764@code{file} command to load a new program image, the @code{run} command
12765to run your program, and so on.
12766
12767As well as making available all the usual machine registers
12768(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
12769additional items of information as specially named registers:
104c1213
JM
12770
12771@table @code
12772
8e04817f
AC
12773@item cycles
12774Counts clock-ticks in the simulator.
104c1213 12775
8e04817f
AC
12776@item insts
12777Counts instructions run in the simulator.
104c1213 12778
8e04817f
AC
12779@item time
12780Execution time in 60ths of a second.
104c1213 12781
8e04817f 12782@end table
104c1213 12783
8e04817f
AC
12784You can refer to these values in @value{GDBN} expressions with the usual
12785conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
12786conditional breakpoint that suspends only after at least 5000
12787simulated clock ticks.
104c1213 12788
8e04817f
AC
12789@node Architectures
12790@section Architectures
104c1213 12791
8e04817f
AC
12792This section describes characteristics of architectures that affect
12793all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 12794
8e04817f
AC
12795@menu
12796* A29K::
12797* Alpha::
12798* MIPS::
12799@end menu
104c1213 12800
8e04817f
AC
12801@node A29K
12802@subsection A29K
104c1213
JM
12803
12804@table @code
104c1213 12805
8e04817f
AC
12806@kindex set rstack_high_address
12807@cindex AMD 29K register stack
12808@cindex register stack, AMD29K
12809@item set rstack_high_address @var{address}
12810On AMD 29000 family processors, registers are saved in a separate
12811@dfn{register stack}. There is no way for @value{GDBN} to determine the
12812extent of this stack. Normally, @value{GDBN} just assumes that the
12813stack is ``large enough''. This may result in @value{GDBN} referencing
12814memory locations that do not exist. If necessary, you can get around
12815this problem by specifying the ending address of the register stack with
12816the @code{set rstack_high_address} command. The argument should be an
12817address, which you probably want to precede with @samp{0x} to specify in
12818hexadecimal.
104c1213 12819
8e04817f
AC
12820@kindex show rstack_high_address
12821@item show rstack_high_address
12822Display the current limit of the register stack, on AMD 29000 family
12823processors.
104c1213 12824
8e04817f 12825@end table
104c1213 12826
8e04817f
AC
12827@node Alpha
12828@subsection Alpha
104c1213 12829
8e04817f 12830See the following section.
104c1213 12831
8e04817f
AC
12832@node MIPS
12833@subsection MIPS
104c1213 12834
8e04817f
AC
12835@cindex stack on Alpha
12836@cindex stack on MIPS
12837@cindex Alpha stack
12838@cindex MIPS stack
12839Alpha- and MIPS-based computers use an unusual stack frame, which
12840sometimes requires @value{GDBN} to search backward in the object code to
12841find the beginning of a function.
104c1213 12842
8e04817f
AC
12843@cindex response time, MIPS debugging
12844To improve response time (especially for embedded applications, where
12845@value{GDBN} may be restricted to a slow serial line for this search)
12846you may want to limit the size of this search, using one of these
12847commands:
104c1213 12848
8e04817f
AC
12849@table @code
12850@cindex @code{heuristic-fence-post} (Alpha, MIPS)
12851@item set heuristic-fence-post @var{limit}
12852Restrict @value{GDBN} to examining at most @var{limit} bytes in its
12853search for the beginning of a function. A value of @var{0} (the
12854default) means there is no limit. However, except for @var{0}, the
12855larger the limit the more bytes @code{heuristic-fence-post} must search
12856and therefore the longer it takes to run.
104c1213 12857
8e04817f
AC
12858@item show heuristic-fence-post
12859Display the current limit.
12860@end table
104c1213
JM
12861
12862@noindent
8e04817f
AC
12863These commands are available @emph{only} when @value{GDBN} is configured
12864for debugging programs on Alpha or MIPS processors.
104c1213 12865
104c1213 12866
8e04817f
AC
12867@node Controlling GDB
12868@chapter Controlling @value{GDBN}
12869
12870You can alter the way @value{GDBN} interacts with you by using the
12871@code{set} command. For commands controlling how @value{GDBN} displays
12872data, see @ref{Print Settings, ,Print settings}. Other settings are
12873described here.
12874
12875@menu
12876* Prompt:: Prompt
12877* Editing:: Command editing
12878* History:: Command history
12879* Screen Size:: Screen size
12880* Numbers:: Numbers
1e698235 12881* ABI:: Configuring the current ABI
8e04817f
AC
12882* Messages/Warnings:: Optional warnings and messages
12883* Debugging Output:: Optional messages about internal happenings
12884@end menu
12885
12886@node Prompt
12887@section Prompt
104c1213 12888
8e04817f 12889@cindex prompt
104c1213 12890
8e04817f
AC
12891@value{GDBN} indicates its readiness to read a command by printing a string
12892called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
12893can change the prompt string with the @code{set prompt} command. For
12894instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
12895the prompt in one of the @value{GDBN} sessions so that you can always tell
12896which one you are talking to.
104c1213 12897
8e04817f
AC
12898@emph{Note:} @code{set prompt} does not add a space for you after the
12899prompt you set. This allows you to set a prompt which ends in a space
12900or a prompt that does not.
104c1213 12901
8e04817f
AC
12902@table @code
12903@kindex set prompt
12904@item set prompt @var{newprompt}
12905Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 12906
8e04817f
AC
12907@kindex show prompt
12908@item show prompt
12909Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
12910@end table
12911
8e04817f
AC
12912@node Editing
12913@section Command editing
12914@cindex readline
12915@cindex command line editing
104c1213 12916
8e04817f
AC
12917@value{GDBN} reads its input commands via the @dfn{readline} interface. This
12918@sc{gnu} library provides consistent behavior for programs which provide a
12919command line interface to the user. Advantages are @sc{gnu} Emacs-style
12920or @dfn{vi}-style inline editing of commands, @code{csh}-like history
12921substitution, and a storage and recall of command history across
12922debugging sessions.
104c1213 12923
8e04817f
AC
12924You may control the behavior of command line editing in @value{GDBN} with the
12925command @code{set}.
104c1213 12926
8e04817f
AC
12927@table @code
12928@kindex set editing
12929@cindex editing
12930@item set editing
12931@itemx set editing on
12932Enable command line editing (enabled by default).
104c1213 12933
8e04817f
AC
12934@item set editing off
12935Disable command line editing.
104c1213 12936
8e04817f
AC
12937@kindex show editing
12938@item show editing
12939Show whether command line editing is enabled.
104c1213
JM
12940@end table
12941
8e04817f
AC
12942@node History
12943@section Command history
12944
12945@value{GDBN} can keep track of the commands you type during your
12946debugging sessions, so that you can be certain of precisely what
12947happened. Use these commands to manage the @value{GDBN} command
12948history facility.
104c1213
JM
12949
12950@table @code
8e04817f
AC
12951@cindex history substitution
12952@cindex history file
12953@kindex set history filename
12954@kindex GDBHISTFILE
12955@item set history filename @var{fname}
12956Set the name of the @value{GDBN} command history file to @var{fname}.
12957This is the file where @value{GDBN} reads an initial command history
12958list, and where it writes the command history from this session when it
12959exits. You can access this list through history expansion or through
12960the history command editing characters listed below. This file defaults
12961to the value of the environment variable @code{GDBHISTFILE}, or to
12962@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
12963is not set.
104c1213 12964
8e04817f
AC
12965@cindex history save
12966@kindex set history save
12967@item set history save
12968@itemx set history save on
12969Record command history in a file, whose name may be specified with the
12970@code{set history filename} command. By default, this option is disabled.
104c1213 12971
8e04817f
AC
12972@item set history save off
12973Stop recording command history in a file.
104c1213 12974
8e04817f
AC
12975@cindex history size
12976@kindex set history size
12977@item set history size @var{size}
12978Set the number of commands which @value{GDBN} keeps in its history list.
12979This defaults to the value of the environment variable
12980@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
12981@end table
12982
8e04817f
AC
12983@cindex history expansion
12984History expansion assigns special meaning to the character @kbd{!}.
12985@ifset have-readline-appendices
12986@xref{Event Designators}.
12987@end ifset
12988
12989Since @kbd{!} is also the logical not operator in C, history expansion
12990is off by default. If you decide to enable history expansion with the
12991@code{set history expansion on} command, you may sometimes need to
12992follow @kbd{!} (when it is used as logical not, in an expression) with
12993a space or a tab to prevent it from being expanded. The readline
12994history facilities do not attempt substitution on the strings
12995@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
12996
12997The commands to control history expansion are:
104c1213
JM
12998
12999@table @code
8e04817f
AC
13000@kindex set history expansion
13001@item set history expansion on
13002@itemx set history expansion
13003Enable history expansion. History expansion is off by default.
104c1213 13004
8e04817f
AC
13005@item set history expansion off
13006Disable history expansion.
104c1213 13007
8e04817f
AC
13008The readline code comes with more complete documentation of
13009editing and history expansion features. Users unfamiliar with @sc{gnu} Emacs
13010or @code{vi} may wish to read it.
13011@ifset have-readline-appendices
13012@xref{Command Line Editing}.
13013@end ifset
104c1213 13014
8e04817f
AC
13015@c @group
13016@kindex show history
13017@item show history
13018@itemx show history filename
13019@itemx show history save
13020@itemx show history size
13021@itemx show history expansion
13022These commands display the state of the @value{GDBN} history parameters.
13023@code{show history} by itself displays all four states.
13024@c @end group
13025@end table
13026
13027@table @code
13028@kindex shows
13029@item show commands
13030Display the last ten commands in the command history.
104c1213 13031
8e04817f
AC
13032@item show commands @var{n}
13033Print ten commands centered on command number @var{n}.
13034
13035@item show commands +
13036Print ten commands just after the commands last printed.
104c1213
JM
13037@end table
13038
8e04817f
AC
13039@node Screen Size
13040@section Screen size
13041@cindex size of screen
13042@cindex pauses in output
104c1213 13043
8e04817f
AC
13044Certain commands to @value{GDBN} may produce large amounts of
13045information output to the screen. To help you read all of it,
13046@value{GDBN} pauses and asks you for input at the end of each page of
13047output. Type @key{RET} when you want to continue the output, or @kbd{q}
13048to discard the remaining output. Also, the screen width setting
13049determines when to wrap lines of output. Depending on what is being
13050printed, @value{GDBN} tries to break the line at a readable place,
13051rather than simply letting it overflow onto the following line.
13052
13053Normally @value{GDBN} knows the size of the screen from the terminal
13054driver software. For example, on Unix @value{GDBN} uses the termcap data base
13055together with the value of the @code{TERM} environment variable and the
13056@code{stty rows} and @code{stty cols} settings. If this is not correct,
13057you can override it with the @code{set height} and @code{set
13058width} commands:
13059
13060@table @code
13061@kindex set height
13062@kindex set width
13063@kindex show width
13064@kindex show height
13065@item set height @var{lpp}
13066@itemx show height
13067@itemx set width @var{cpl}
13068@itemx show width
13069These @code{set} commands specify a screen height of @var{lpp} lines and
13070a screen width of @var{cpl} characters. The associated @code{show}
13071commands display the current settings.
104c1213 13072
8e04817f
AC
13073If you specify a height of zero lines, @value{GDBN} does not pause during
13074output no matter how long the output is. This is useful if output is to a
13075file or to an editor buffer.
104c1213 13076
8e04817f
AC
13077Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
13078from wrapping its output.
104c1213
JM
13079@end table
13080
8e04817f
AC
13081@node Numbers
13082@section Numbers
13083@cindex number representation
13084@cindex entering numbers
104c1213 13085
8e04817f
AC
13086You can always enter numbers in octal, decimal, or hexadecimal in
13087@value{GDBN} by the usual conventions: octal numbers begin with
13088@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
13089begin with @samp{0x}. Numbers that begin with none of these are, by
13090default, entered in base 10; likewise, the default display for
13091numbers---when no particular format is specified---is base 10. You can
13092change the default base for both input and output with the @code{set
13093radix} command.
104c1213 13094
8e04817f
AC
13095@table @code
13096@kindex set input-radix
13097@item set input-radix @var{base}
13098Set the default base for numeric input. Supported choices
13099for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
13100specified either unambiguously or using the current default radix; for
13101example, any of
104c1213 13102
8e04817f
AC
13103@smallexample
13104set radix 012
13105set radix 10.
13106set radix 0xa
13107@end smallexample
104c1213 13108
8e04817f
AC
13109@noindent
13110sets the base to decimal. On the other hand, @samp{set radix 10}
13111leaves the radix unchanged no matter what it was.
104c1213 13112
8e04817f
AC
13113@kindex set output-radix
13114@item set output-radix @var{base}
13115Set the default base for numeric display. Supported choices
13116for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
13117specified either unambiguously or using the current default radix.
104c1213 13118
8e04817f
AC
13119@kindex show input-radix
13120@item show input-radix
13121Display the current default base for numeric input.
104c1213 13122
8e04817f
AC
13123@kindex show output-radix
13124@item show output-radix
13125Display the current default base for numeric display.
13126@end table
104c1213 13127
1e698235
DJ
13128@node ABI
13129@section Configuring the current ABI
13130
13131@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
13132application automatically. However, sometimes you need to override its
13133conclusions. Use these commands to manage @value{GDBN}'s view of the
13134current ABI.
13135
98b45e30
DJ
13136@cindex OS ABI
13137@kindex set osabi
b4e9345d 13138@kindex show osabi
98b45e30
DJ
13139
13140One @value{GDBN} configuration can debug binaries for multiple operating
13141system targets, either via remote debugging or native emulation.
13142@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
13143but you can override its conclusion using the @code{set osabi} command.
13144One example where this is useful is in debugging of binaries which use
13145an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
13146not have the same identifying marks that the standard C library for your
13147platform provides.
13148
13149@table @code
13150@item show osabi
13151Show the OS ABI currently in use.
13152
13153@item set osabi
13154With no argument, show the list of registered available OS ABI's.
13155
13156@item set osabi @var{abi}
13157Set the current OS ABI to @var{abi}.
13158@end table
13159
1e698235
DJ
13160@cindex float promotion
13161@kindex set coerce-float-to-double
13162
13163Generally, the way that an argument of type @code{float} is passed to a
13164function depends on whether the function is prototyped. For a prototyped
13165(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
13166according to the architecture's convention for @code{float}. For unprototyped
13167(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
13168@code{double} and then passed.
13169
13170Unfortunately, some forms of debug information do not reliably indicate whether
13171a function is prototyped. If @value{GDBN} calls a function that is not marked
13172as prototyped, it consults @kbd{set coerce-float-to-double}.
13173
13174@table @code
13175@item set coerce-float-to-double
13176@itemx set coerce-float-to-double on
13177Arguments of type @code{float} will be promoted to @code{double} when passed
13178to an unprototyped function. This is the default setting.
13179
13180@item set coerce-float-to-double off
13181Arguments of type @code{float} will be passed directly to unprototyped
13182functions.
13183@end table
13184
f1212245
DJ
13185@kindex set cp-abi
13186@kindex show cp-abi
13187@value{GDBN} needs to know the ABI used for your program's C@t{++}
13188objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
13189used to build your application. @value{GDBN} only fully supports
13190programs with a single C@t{++} ABI; if your program contains code using
13191multiple C@t{++} ABI's or if @value{GDBN} can not identify your
13192program's ABI correctly, you can tell @value{GDBN} which ABI to use.
13193Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
13194before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
13195``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
13196use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
13197``auto''.
13198
13199@table @code
13200@item show cp-abi
13201Show the C@t{++} ABI currently in use.
13202
13203@item set cp-abi
13204With no argument, show the list of supported C@t{++} ABI's.
13205
13206@item set cp-abi @var{abi}
13207@itemx set cp-abi auto
13208Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
13209@end table
13210
8e04817f
AC
13211@node Messages/Warnings
13212@section Optional warnings and messages
104c1213 13213
8e04817f
AC
13214By default, @value{GDBN} is silent about its inner workings. If you are
13215running on a slow machine, you may want to use the @code{set verbose}
13216command. This makes @value{GDBN} tell you when it does a lengthy
13217internal operation, so you will not think it has crashed.
104c1213 13218
8e04817f
AC
13219Currently, the messages controlled by @code{set verbose} are those
13220which announce that the symbol table for a source file is being read;
13221see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
104c1213 13222
8e04817f
AC
13223@table @code
13224@kindex set verbose
13225@item set verbose on
13226Enables @value{GDBN} output of certain informational messages.
104c1213 13227
8e04817f
AC
13228@item set verbose off
13229Disables @value{GDBN} output of certain informational messages.
104c1213 13230
8e04817f
AC
13231@kindex show verbose
13232@item show verbose
13233Displays whether @code{set verbose} is on or off.
13234@end table
104c1213 13235
8e04817f
AC
13236By default, if @value{GDBN} encounters bugs in the symbol table of an
13237object file, it is silent; but if you are debugging a compiler, you may
13238find this information useful (@pxref{Symbol Errors, ,Errors reading
13239symbol files}).
104c1213 13240
8e04817f 13241@table @code
104c1213 13242
8e04817f
AC
13243@kindex set complaints
13244@item set complaints @var{limit}
13245Permits @value{GDBN} to output @var{limit} complaints about each type of
13246unusual symbols before becoming silent about the problem. Set
13247@var{limit} to zero to suppress all complaints; set it to a large number
13248to prevent complaints from being suppressed.
104c1213 13249
8e04817f
AC
13250@kindex show complaints
13251@item show complaints
13252Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 13253
8e04817f 13254@end table
104c1213 13255
8e04817f
AC
13256By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
13257lot of stupid questions to confirm certain commands. For example, if
13258you try to run a program which is already running:
104c1213 13259
474c8240 13260@smallexample
8e04817f
AC
13261(@value{GDBP}) run
13262The program being debugged has been started already.
13263Start it from the beginning? (y or n)
474c8240 13264@end smallexample
104c1213 13265
8e04817f
AC
13266If you are willing to unflinchingly face the consequences of your own
13267commands, you can disable this ``feature'':
104c1213 13268
8e04817f 13269@table @code
104c1213 13270
8e04817f
AC
13271@kindex set confirm
13272@cindex flinching
13273@cindex confirmation
13274@cindex stupid questions
13275@item set confirm off
13276Disables confirmation requests.
104c1213 13277
8e04817f
AC
13278@item set confirm on
13279Enables confirmation requests (the default).
104c1213 13280
8e04817f
AC
13281@kindex show confirm
13282@item show confirm
13283Displays state of confirmation requests.
13284
13285@end table
104c1213 13286
8e04817f
AC
13287@node Debugging Output
13288@section Optional messages about internal happenings
104c1213 13289@table @code
8e04817f
AC
13290@kindex set debug arch
13291@item set debug arch
13292Turns on or off display of gdbarch debugging info. The default is off
13293@kindex show debug arch
13294@item show debug arch
13295Displays the current state of displaying gdbarch debugging info.
13296@kindex set debug event
13297@item set debug event
13298Turns on or off display of @value{GDBN} event debugging info. The
13299default is off.
13300@kindex show debug event
13301@item show debug event
13302Displays the current state of displaying @value{GDBN} event debugging
13303info.
13304@kindex set debug expression
13305@item set debug expression
13306Turns on or off display of @value{GDBN} expression debugging info. The
13307default is off.
13308@kindex show debug expression
13309@item show debug expression
13310Displays the current state of displaying @value{GDBN} expression
13311debugging info.
7453dc06
AC
13312@kindex set debug frame
13313@item set debug frame
13314Turns on or off display of @value{GDBN} frame debugging info. The
13315default is off.
13316@kindex show debug frame
13317@item show debug frame
13318Displays the current state of displaying @value{GDBN} frame debugging
13319info.
8e04817f
AC
13320@kindex set debug overload
13321@item set debug overload
13322Turns on or off display of @value{GDBN} C@t{++} overload debugging
13323info. This includes info such as ranking of functions, etc. The default
13324is off.
13325@kindex show debug overload
13326@item show debug overload
13327Displays the current state of displaying @value{GDBN} C@t{++} overload
13328debugging info.
13329@kindex set debug remote
13330@cindex packets, reporting on stdout
13331@cindex serial connections, debugging
13332@item set debug remote
13333Turns on or off display of reports on all packets sent back and forth across
13334the serial line to the remote machine. The info is printed on the
13335@value{GDBN} standard output stream. The default is off.
13336@kindex show debug remote
13337@item show debug remote
13338Displays the state of display of remote packets.
13339@kindex set debug serial
13340@item set debug serial
13341Turns on or off display of @value{GDBN} serial debugging info. The
13342default is off.
13343@kindex show debug serial
13344@item show debug serial
13345Displays the current state of displaying @value{GDBN} serial debugging
13346info.
13347@kindex set debug target
13348@item set debug target
13349Turns on or off display of @value{GDBN} target debugging info. This info
13350includes what is going on at the target level of GDB, as it happens. The
13351default is off.
13352@kindex show debug target
13353@item show debug target
13354Displays the current state of displaying @value{GDBN} target debugging
13355info.
13356@kindex set debug varobj
13357@item set debug varobj
13358Turns on or off display of @value{GDBN} variable object debugging
13359info. The default is off.
13360@kindex show debug varobj
13361@item show debug varobj
13362Displays the current state of displaying @value{GDBN} variable object
13363debugging info.
13364@end table
104c1213 13365
8e04817f
AC
13366@node Sequences
13367@chapter Canned Sequences of Commands
104c1213 13368
8e04817f
AC
13369Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
13370command lists}), @value{GDBN} provides two ways to store sequences of
13371commands for execution as a unit: user-defined commands and command
13372files.
104c1213 13373
8e04817f
AC
13374@menu
13375* Define:: User-defined commands
13376* Hooks:: User-defined command hooks
13377* Command Files:: Command files
13378* Output:: Commands for controlled output
13379@end menu
104c1213 13380
8e04817f
AC
13381@node Define
13382@section User-defined commands
104c1213 13383
8e04817f
AC
13384@cindex user-defined command
13385A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
13386which you assign a new name as a command. This is done with the
13387@code{define} command. User commands may accept up to 10 arguments
13388separated by whitespace. Arguments are accessed within the user command
13389via @var{$arg0@dots{}$arg9}. A trivial example:
104c1213 13390
8e04817f
AC
13391@smallexample
13392define adder
13393 print $arg0 + $arg1 + $arg2
13394@end smallexample
104c1213
JM
13395
13396@noindent
8e04817f 13397To execute the command use:
104c1213 13398
8e04817f
AC
13399@smallexample
13400adder 1 2 3
13401@end smallexample
104c1213 13402
8e04817f
AC
13403@noindent
13404This defines the command @code{adder}, which prints the sum of
13405its three arguments. Note the arguments are text substitutions, so they may
13406reference variables, use complex expressions, or even perform inferior
13407functions calls.
104c1213
JM
13408
13409@table @code
104c1213 13410
8e04817f
AC
13411@kindex define
13412@item define @var{commandname}
13413Define a command named @var{commandname}. If there is already a command
13414by that name, you are asked to confirm that you want to redefine it.
104c1213 13415
8e04817f
AC
13416The definition of the command is made up of other @value{GDBN} command lines,
13417which are given following the @code{define} command. The end of these
13418commands is marked by a line containing @code{end}.
104c1213 13419
8e04817f
AC
13420@kindex if
13421@kindex else
13422@item if
13423Takes a single argument, which is an expression to evaluate.
13424It is followed by a series of commands that are executed
13425only if the expression is true (nonzero).
13426There can then optionally be a line @code{else}, followed
13427by a series of commands that are only executed if the expression
13428was false. The end of the list is marked by a line containing @code{end}.
104c1213 13429
8e04817f
AC
13430@kindex while
13431@item while
13432The syntax is similar to @code{if}: the command takes a single argument,
13433which is an expression to evaluate, and must be followed by the commands to
13434execute, one per line, terminated by an @code{end}.
13435The commands are executed repeatedly as long as the expression
13436evaluates to true.
104c1213 13437
8e04817f
AC
13438@kindex document
13439@item document @var{commandname}
13440Document the user-defined command @var{commandname}, so that it can be
13441accessed by @code{help}. The command @var{commandname} must already be
13442defined. This command reads lines of documentation just as @code{define}
13443reads the lines of the command definition, ending with @code{end}.
13444After the @code{document} command is finished, @code{help} on command
13445@var{commandname} displays the documentation you have written.
104c1213 13446
8e04817f
AC
13447You may use the @code{document} command again to change the
13448documentation of a command. Redefining the command with @code{define}
13449does not change the documentation.
104c1213 13450
8e04817f
AC
13451@kindex help user-defined
13452@item help user-defined
13453List all user-defined commands, with the first line of the documentation
13454(if any) for each.
104c1213 13455
8e04817f
AC
13456@kindex show user
13457@item show user
13458@itemx show user @var{commandname}
13459Display the @value{GDBN} commands used to define @var{commandname} (but
13460not its documentation). If no @var{commandname} is given, display the
13461definitions for all user-defined commands.
104c1213 13462
20f01a46
DH
13463@kindex show max-user-call-depth
13464@kindex set max-user-call-depth
13465@item show max-user-call-depth
5ca0cb28
DH
13466@itemx set max-user-call-depth
13467The value of @code{max-user-call-depth} controls how many recursion
13468levels are allowed in user-defined commands before GDB suspects an
13469infinite recursion and aborts the command.
20f01a46 13470
104c1213
JM
13471@end table
13472
8e04817f
AC
13473When user-defined commands are executed, the
13474commands of the definition are not printed. An error in any command
13475stops execution of the user-defined command.
104c1213 13476
8e04817f
AC
13477If used interactively, commands that would ask for confirmation proceed
13478without asking when used inside a user-defined command. Many @value{GDBN}
13479commands that normally print messages to say what they are doing omit the
13480messages when used in a user-defined command.
104c1213 13481
8e04817f
AC
13482@node Hooks
13483@section User-defined command hooks
13484@cindex command hooks
13485@cindex hooks, for commands
13486@cindex hooks, pre-command
104c1213 13487
8e04817f
AC
13488@kindex hook
13489@kindex hook-
13490You may define @dfn{hooks}, which are a special kind of user-defined
13491command. Whenever you run the command @samp{foo}, if the user-defined
13492command @samp{hook-foo} exists, it is executed (with no arguments)
13493before that command.
104c1213 13494
8e04817f
AC
13495@cindex hooks, post-command
13496@kindex hookpost
13497@kindex hookpost-
13498A hook may also be defined which is run after the command you executed.
13499Whenever you run the command @samp{foo}, if the user-defined command
13500@samp{hookpost-foo} exists, it is executed (with no arguments) after
13501that command. Post-execution hooks may exist simultaneously with
13502pre-execution hooks, for the same command.
104c1213 13503
8e04817f
AC
13504It is valid for a hook to call the command which it hooks. If this
13505occurs, the hook is not re-executed, thereby avoiding infinte recursion.
104c1213 13506
8e04817f
AC
13507@c It would be nice if hookpost could be passed a parameter indicating
13508@c if the command it hooks executed properly or not. FIXME!
104c1213 13509
8e04817f
AC
13510@kindex stop@r{, a pseudo-command}
13511In addition, a pseudo-command, @samp{stop} exists. Defining
13512(@samp{hook-stop}) makes the associated commands execute every time
13513execution stops in your program: before breakpoint commands are run,
13514displays are printed, or the stack frame is printed.
104c1213 13515
8e04817f
AC
13516For example, to ignore @code{SIGALRM} signals while
13517single-stepping, but treat them normally during normal execution,
13518you could define:
104c1213 13519
474c8240 13520@smallexample
8e04817f
AC
13521define hook-stop
13522handle SIGALRM nopass
13523end
104c1213 13524
8e04817f
AC
13525define hook-run
13526handle SIGALRM pass
13527end
104c1213 13528
8e04817f
AC
13529define hook-continue
13530handle SIGLARM pass
13531end
474c8240 13532@end smallexample
104c1213 13533
8e04817f
AC
13534As a further example, to hook at the begining and end of the @code{echo}
13535command, and to add extra text to the beginning and end of the message,
13536you could define:
104c1213 13537
474c8240 13538@smallexample
8e04817f
AC
13539define hook-echo
13540echo <<<---
13541end
104c1213 13542
8e04817f
AC
13543define hookpost-echo
13544echo --->>>\n
13545end
104c1213 13546
8e04817f
AC
13547(@value{GDBP}) echo Hello World
13548<<<---Hello World--->>>
13549(@value{GDBP})
104c1213 13550
474c8240 13551@end smallexample
104c1213 13552
8e04817f
AC
13553You can define a hook for any single-word command in @value{GDBN}, but
13554not for command aliases; you should define a hook for the basic command
13555name, e.g. @code{backtrace} rather than @code{bt}.
13556@c FIXME! So how does Joe User discover whether a command is an alias
13557@c or not?
13558If an error occurs during the execution of your hook, execution of
13559@value{GDBN} commands stops and @value{GDBN} issues a prompt
13560(before the command that you actually typed had a chance to run).
104c1213 13561
8e04817f
AC
13562If you try to define a hook which does not match any known command, you
13563get a warning from the @code{define} command.
c906108c 13564
8e04817f
AC
13565@node Command Files
13566@section Command files
c906108c 13567
8e04817f
AC
13568@cindex command files
13569A command file for @value{GDBN} is a file of lines that are @value{GDBN}
13570commands. Comments (lines starting with @kbd{#}) may also be included.
13571An empty line in a command file does nothing; it does not mean to repeat
13572the last command, as it would from the terminal.
c906108c 13573
8e04817f
AC
13574@cindex init file
13575@cindex @file{.gdbinit}
13576@cindex @file{gdb.ini}
13577When you start @value{GDBN}, it automatically executes commands from its
13578@dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
13579port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
13580limitations of file names imposed by DOS filesystems.}.
13581During startup, @value{GDBN} does the following:
c906108c 13582
8e04817f
AC
13583@enumerate
13584@item
13585Reads the init file (if any) in your home directory@footnote{On
13586DOS/Windows systems, the home directory is the one pointed to by the
13587@code{HOME} environment variable.}.
c906108c 13588
8e04817f
AC
13589@item
13590Processes command line options and operands.
c906108c 13591
8e04817f
AC
13592@item
13593Reads the init file (if any) in the current working directory.
c906108c 13594
8e04817f
AC
13595@item
13596Reads command files specified by the @samp{-x} option.
13597@end enumerate
c906108c 13598
8e04817f
AC
13599The init file in your home directory can set options (such as @samp{set
13600complaints}) that affect subsequent processing of command line options
13601and operands. Init files are not executed if you use the @samp{-nx}
13602option (@pxref{Mode Options, ,Choosing modes}).
c906108c 13603
8e04817f
AC
13604@cindex init file name
13605On some configurations of @value{GDBN}, the init file is known by a
13606different name (these are typically environments where a specialized
13607form of @value{GDBN} may need to coexist with other forms, hence a
13608different name for the specialized version's init file). These are the
13609environments with special init file names:
c906108c 13610
8e04817f
AC
13611@cindex @file{.vxgdbinit}
13612@itemize @bullet
13613@item
13614VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
c906108c 13615
8e04817f
AC
13616@cindex @file{.os68gdbinit}
13617@item
13618OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
c906108c 13619
8e04817f
AC
13620@cindex @file{.esgdbinit}
13621@item
13622ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
13623@end itemize
c906108c 13624
8e04817f
AC
13625You can also request the execution of a command file with the
13626@code{source} command:
c906108c 13627
8e04817f
AC
13628@table @code
13629@kindex source
13630@item source @var{filename}
13631Execute the command file @var{filename}.
c906108c
SS
13632@end table
13633
8e04817f 13634The lines in a command file are executed sequentially. They are not
a71ec265
DH
13635printed as they are executed. An error in any command terminates
13636execution of the command file and control is returned to the console.
c906108c 13637
8e04817f
AC
13638Commands that would ask for confirmation if used interactively proceed
13639without asking when used in a command file. Many @value{GDBN} commands that
13640normally print messages to say what they are doing omit the messages
13641when called from command files.
c906108c 13642
8e04817f
AC
13643@value{GDBN} also accepts command input from standard input. In this
13644mode, normal output goes to standard output and error output goes to
13645standard error. Errors in a command file supplied on standard input do
13646not terminate execution of the command file --- execution continues with
13647the next command.
c906108c 13648
474c8240 13649@smallexample
8e04817f 13650gdb < cmds > log 2>&1
474c8240 13651@end smallexample
c906108c 13652
8e04817f
AC
13653(The syntax above will vary depending on the shell used.) This example
13654will execute commands from the file @file{cmds}. All output and errors
13655would be directed to @file{log}.
c906108c 13656
8e04817f
AC
13657@node Output
13658@section Commands for controlled output
c906108c 13659
8e04817f
AC
13660During the execution of a command file or a user-defined command, normal
13661@value{GDBN} output is suppressed; the only output that appears is what is
13662explicitly printed by the commands in the definition. This section
13663describes three commands useful for generating exactly the output you
13664want.
c906108c
SS
13665
13666@table @code
8e04817f
AC
13667@kindex echo
13668@item echo @var{text}
13669@c I do not consider backslash-space a standard C escape sequence
13670@c because it is not in ANSI.
13671Print @var{text}. Nonprinting characters can be included in
13672@var{text} using C escape sequences, such as @samp{\n} to print a
13673newline. @strong{No newline is printed unless you specify one.}
13674In addition to the standard C escape sequences, a backslash followed
13675by a space stands for a space. This is useful for displaying a
13676string with spaces at the beginning or the end, since leading and
13677trailing spaces are otherwise trimmed from all arguments.
13678To print @samp{@w{ }and foo =@w{ }}, use the command
13679@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 13680
8e04817f
AC
13681A backslash at the end of @var{text} can be used, as in C, to continue
13682the command onto subsequent lines. For example,
c906108c 13683
474c8240 13684@smallexample
8e04817f
AC
13685echo This is some text\n\
13686which is continued\n\
13687onto several lines.\n
474c8240 13688@end smallexample
c906108c 13689
8e04817f 13690produces the same output as
c906108c 13691
474c8240 13692@smallexample
8e04817f
AC
13693echo This is some text\n
13694echo which is continued\n
13695echo onto several lines.\n
474c8240 13696@end smallexample
c906108c 13697
8e04817f
AC
13698@kindex output
13699@item output @var{expression}
13700Print the value of @var{expression} and nothing but that value: no
13701newlines, no @samp{$@var{nn} = }. The value is not entered in the
13702value history either. @xref{Expressions, ,Expressions}, for more information
13703on expressions.
c906108c 13704
8e04817f
AC
13705@item output/@var{fmt} @var{expression}
13706Print the value of @var{expression} in format @var{fmt}. You can use
13707the same formats as for @code{print}. @xref{Output Formats,,Output
13708formats}, for more information.
c906108c 13709
8e04817f
AC
13710@kindex printf
13711@item printf @var{string}, @var{expressions}@dots{}
13712Print the values of the @var{expressions} under the control of
13713@var{string}. The @var{expressions} are separated by commas and may be
13714either numbers or pointers. Their values are printed as specified by
13715@var{string}, exactly as if your program were to execute the C
13716subroutine
13717@c FIXME: the above implies that at least all ANSI C formats are
13718@c supported, but it isn't true: %E and %G don't work (or so it seems).
13719@c Either this is a bug, or the manual should document what formats are
13720@c supported.
c906108c 13721
474c8240 13722@smallexample
8e04817f 13723printf (@var{string}, @var{expressions}@dots{});
474c8240 13724@end smallexample
c906108c 13725
8e04817f 13726For example, you can print two values in hex like this:
c906108c 13727
8e04817f
AC
13728@smallexample
13729printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
13730@end smallexample
c906108c 13731
8e04817f
AC
13732The only backslash-escape sequences that you can use in the format
13733string are the simple ones that consist of backslash followed by a
13734letter.
c906108c
SS
13735@end table
13736
21c294e6
AC
13737@node Interpreters
13738@chapter Command Interpreters
13739@cindex command interpreters
13740
13741@value{GDBN} supports multiple command interpreters, and some command
13742infrastructure to allow users or user interface writers to switch
13743between interpreters or run commands in other interpreters.
13744
13745@value{GDBN} currently supports two command interpreters, the console
13746interpreter (sometimes called the command-line interpreter or @sc{cli})
13747and the machine interface interpreter (or @sc{gdb/mi}). This manual
13748describes both of these interfaces in great detail.
13749
13750By default, @value{GDBN} will start with the console interpreter.
13751However, the user may choose to start @value{GDBN} with another
13752interpreter by specifying the @option{-i} or @option{--interpreter}
13753startup options. Defined interpreters include:
13754
13755@table @code
13756@item console
13757@cindex console interpreter
13758The traditional console or command-line interpreter. This is the most often
13759used interpreter with @value{GDBN}. With no interpreter specified at runtime,
13760@value{GDBN} will use this interpreter.
13761
13762@item mi
13763@cindex mi interpreter
13764The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
13765by programs wishing to use @value{GDBN} as a backend for a debugger GUI
13766or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
13767Interface}.
13768
13769@item mi2
13770@cindex mi2 interpreter
13771The current @sc{gdb/mi} interface.
13772
13773@item mi1
13774@cindex mi1 interpreter
13775The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
13776
13777@end table
13778
13779@cindex invoke another interpreter
13780The interpreter being used by @value{GDBN} may not be dynamically
13781switched at runtime. Although possible, this could lead to a very
13782precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
13783enters the command "interpreter-set console" in a console view,
13784@value{GDBN} would switch to using the console interpreter, rendering
13785the IDE inoperable!
13786
13787@kindex interpreter-exec
13788Although you may only choose a single interpreter at startup, you may execute
13789commands in any interpreter from the current interpreter using the appropriate
13790command. If you are running the console interpreter, simply use the
13791@code{interpreter-exec} command:
13792
13793@smallexample
13794interpreter-exec mi "-data-list-register-names"
13795@end smallexample
13796
13797@sc{gdb/mi} has a similar command, although it is only available in versions of
13798@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
13799
8e04817f
AC
13800@node TUI
13801@chapter @value{GDBN} Text User Interface
13802@cindex TUI
c906108c 13803
8e04817f
AC
13804@menu
13805* TUI Overview:: TUI overview
13806* TUI Keys:: TUI key bindings
7cf36c78 13807* TUI Single Key Mode:: TUI single key mode
8e04817f
AC
13808* TUI Commands:: TUI specific commands
13809* TUI Configuration:: TUI configuration variables
13810@end menu
c906108c 13811
8e04817f
AC
13812The @value{GDBN} Text User Interface, TUI in short,
13813is a terminal interface which uses the @code{curses} library
13814to show the source file, the assembly output, the program registers
13815and @value{GDBN} commands in separate text windows.
13816The TUI is available only when @value{GDBN} is configured
13817with the @code{--enable-tui} configure option (@pxref{Configure Options}).
c906108c 13818
8e04817f
AC
13819@node TUI Overview
13820@section TUI overview
c906108c 13821
8e04817f
AC
13822The TUI has two display modes that can be switched while
13823@value{GDBN} runs:
c906108c 13824
8e04817f
AC
13825@itemize @bullet
13826@item
13827A curses (or TUI) mode in which it displays several text
13828windows on the terminal.
c906108c 13829
8e04817f
AC
13830@item
13831A standard mode which corresponds to the @value{GDBN} configured without
13832the TUI.
13833@end itemize
c906108c 13834
8e04817f
AC
13835In the TUI mode, @value{GDBN} can display several text window
13836on the terminal:
c906108c 13837
8e04817f
AC
13838@table @emph
13839@item command
13840This window is the @value{GDBN} command window with the @value{GDBN}
13841prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
13842managed using readline but through the TUI. The @emph{command}
13843window is always visible.
c906108c 13844
8e04817f
AC
13845@item source
13846The source window shows the source file of the program. The current
13847line as well as active breakpoints are displayed in this window.
c906108c 13848
8e04817f
AC
13849@item assembly
13850The assembly window shows the disassembly output of the program.
c906108c 13851
8e04817f
AC
13852@item register
13853This window shows the processor registers. It detects when
13854a register is changed and when this is the case, registers that have
13855changed are highlighted.
c906108c 13856
c906108c
SS
13857@end table
13858
269c21fe
SC
13859The source and assembly windows show the current program position
13860by highlighting the current line and marking them with the @samp{>} marker.
13861Breakpoints are also indicated with two markers. A first one
13862indicates the breakpoint type:
13863
13864@table @code
13865@item B
13866Breakpoint which was hit at least once.
13867
13868@item b
13869Breakpoint which was never hit.
13870
13871@item H
13872Hardware breakpoint which was hit at least once.
13873
13874@item h
13875Hardware breakpoint which was never hit.
13876
13877@end table
13878
13879The second marker indicates whether the breakpoint is enabled or not:
13880
13881@table @code
13882@item +
13883Breakpoint is enabled.
13884
13885@item -
13886Breakpoint is disabled.
13887
13888@end table
13889
8e04817f
AC
13890The source, assembly and register windows are attached to the thread
13891and the frame position. They are updated when the current thread
13892changes, when the frame changes or when the program counter changes.
13893These three windows are arranged by the TUI according to several
13894layouts. The layout defines which of these three windows are visible.
13895The following layouts are available:
c906108c 13896
8e04817f
AC
13897@itemize @bullet
13898@item
13899source
2df3850c 13900
8e04817f
AC
13901@item
13902assembly
13903
13904@item
13905source and assembly
13906
13907@item
13908source and registers
c906108c 13909
8e04817f
AC
13910@item
13911assembly and registers
2df3850c 13912
8e04817f 13913@end itemize
c906108c 13914
b7bb15bc
SC
13915On top of the command window a status line gives various information
13916concerning the current process begin debugged. The status line is
13917updated when the information it shows changes. The following fields
13918are displayed:
13919
13920@table @emph
13921@item target
13922Indicates the current gdb target
13923(@pxref{Targets, ,Specifying a Debugging Target}).
13924
13925@item process
13926Gives information about the current process or thread number.
13927When no process is being debugged, this field is set to @code{No process}.
13928
13929@item function
13930Gives the current function name for the selected frame.
13931The name is demangled if demangling is turned on (@pxref{Print Settings}).
13932When there is no symbol corresponding to the current program counter
13933the string @code{??} is displayed.
13934
13935@item line
13936Indicates the current line number for the selected frame.
13937When the current line number is not known the string @code{??} is displayed.
13938
13939@item pc
13940Indicates the current program counter address.
13941
13942@end table
13943
8e04817f
AC
13944@node TUI Keys
13945@section TUI Key Bindings
13946@cindex TUI key bindings
c906108c 13947
8e04817f
AC
13948The TUI installs several key bindings in the readline keymaps
13949(@pxref{Command Line Editing}).
13950They allow to leave or enter in the TUI mode or they operate
7cf36c78
SC
13951directly on the TUI layout and windows. The TUI also provides
13952a @emph{SingleKey} keymap which binds several keys directly to
13953@value{GDBN} commands. The following key bindings
8e04817f 13954are installed for both TUI mode and the @value{GDBN} standard mode.
c906108c 13955
8e04817f
AC
13956@table @kbd
13957@kindex C-x C-a
13958@item C-x C-a
13959@kindex C-x a
13960@itemx C-x a
13961@kindex C-x A
13962@itemx C-x A
13963Enter or leave the TUI mode. When the TUI mode is left,
13964the curses window management is left and @value{GDBN} operates using
13965its standard mode writing on the terminal directly. When the TUI
13966mode is entered, the control is given back to the curses windows.
13967The screen is then refreshed.
c906108c 13968
8e04817f
AC
13969@kindex C-x 1
13970@item C-x 1
13971Use a TUI layout with only one window. The layout will
13972either be @samp{source} or @samp{assembly}. When the TUI mode
13973is not active, it will switch to the TUI mode.
2df3850c 13974
8e04817f 13975Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 13976
8e04817f
AC
13977@kindex C-x 2
13978@item C-x 2
13979Use a TUI layout with at least two windows. When the current
13980layout shows already two windows, a next layout with two windows is used.
13981When a new layout is chosen, one window will always be common to the
13982previous layout and the new one.
c906108c 13983
8e04817f 13984Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 13985
72ffddc9
SC
13986@kindex C-x o
13987@item C-x o
13988Change the active window. The TUI associates several key bindings
13989(like scrolling and arrow keys) to the active window. This command
13990gives the focus to the next TUI window.
13991
13992Think of it as the Emacs @kbd{C-x o} binding.
13993
7cf36c78
SC
13994@kindex C-x s
13995@item C-x s
13996Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
13997(@pxref{TUI Single Key Mode}).
13998
c906108c
SS
13999@end table
14000
8e04817f 14001The following key bindings are handled only by the TUI mode:
5d161b24 14002
8e04817f
AC
14003@table @key
14004@kindex PgUp
14005@item PgUp
14006Scroll the active window one page up.
c906108c 14007
8e04817f
AC
14008@kindex PgDn
14009@item PgDn
14010Scroll the active window one page down.
c906108c 14011
8e04817f
AC
14012@kindex Up
14013@item Up
14014Scroll the active window one line up.
c906108c 14015
8e04817f
AC
14016@kindex Down
14017@item Down
14018Scroll the active window one line down.
c906108c 14019
8e04817f
AC
14020@kindex Left
14021@item Left
14022Scroll the active window one column left.
c906108c 14023
8e04817f
AC
14024@kindex Right
14025@item Right
14026Scroll the active window one column right.
c906108c 14027
8e04817f
AC
14028@kindex C-L
14029@item C-L
14030Refresh the screen.
c906108c 14031
8e04817f 14032@end table
c906108c 14033
8e04817f 14034In the TUI mode, the arrow keys are used by the active window
72ffddc9
SC
14035for scrolling. This means they are available for readline when the
14036active window is the command window. When the command window
14037does not have the focus, it is necessary to use other readline
14038key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
8e04817f 14039
7cf36c78
SC
14040@node TUI Single Key Mode
14041@section TUI Single Key Mode
14042@cindex TUI single key mode
14043
14044The TUI provides a @emph{SingleKey} mode in which it installs a particular
14045key binding in the readline keymaps to connect single keys to
14046some gdb commands.
14047
14048@table @kbd
14049@kindex c @r{(SingleKey TUI key)}
14050@item c
14051continue
14052
14053@kindex d @r{(SingleKey TUI key)}
14054@item d
14055down
14056
14057@kindex f @r{(SingleKey TUI key)}
14058@item f
14059finish
14060
14061@kindex n @r{(SingleKey TUI key)}
14062@item n
14063next
14064
14065@kindex q @r{(SingleKey TUI key)}
14066@item q
14067exit the @emph{SingleKey} mode.
14068
14069@kindex r @r{(SingleKey TUI key)}
14070@item r
14071run
14072
14073@kindex s @r{(SingleKey TUI key)}
14074@item s
14075step
14076
14077@kindex u @r{(SingleKey TUI key)}
14078@item u
14079up
14080
14081@kindex v @r{(SingleKey TUI key)}
14082@item v
14083info locals
14084
14085@kindex w @r{(SingleKey TUI key)}
14086@item w
14087where
14088
14089@end table
14090
14091Other keys temporarily switch to the @value{GDBN} command prompt.
14092The key that was pressed is inserted in the editing buffer so that
14093it is possible to type most @value{GDBN} commands without interaction
14094with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
14095@emph{SingleKey} mode is restored. The only way to permanently leave
14096this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
14097
14098
8e04817f
AC
14099@node TUI Commands
14100@section TUI specific commands
14101@cindex TUI commands
14102
14103The TUI has specific commands to control the text windows.
14104These commands are always available, that is they do not depend on
14105the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
14106is in the standard mode, using these commands will automatically switch
14107in the TUI mode.
c906108c
SS
14108
14109@table @code
3d757584
SC
14110@item info win
14111@kindex info win
14112List and give the size of all displayed windows.
14113
8e04817f
AC
14114@item layout next
14115@kindex layout next
14116Display the next layout.
2df3850c 14117
8e04817f
AC
14118@item layout prev
14119@kindex layout prev
14120Display the previous layout.
c906108c 14121
8e04817f
AC
14122@item layout src
14123@kindex layout src
14124Display the source window only.
c906108c 14125
8e04817f
AC
14126@item layout asm
14127@kindex layout asm
14128Display the assembly window only.
c906108c 14129
8e04817f
AC
14130@item layout split
14131@kindex layout split
14132Display the source and assembly window.
c906108c 14133
8e04817f
AC
14134@item layout regs
14135@kindex layout regs
14136Display the register window together with the source or assembly window.
14137
14138@item focus next | prev | src | asm | regs | split
14139@kindex focus
14140Set the focus to the named window.
14141This command allows to change the active window so that scrolling keys
14142can be affected to another window.
c906108c 14143
8e04817f
AC
14144@item refresh
14145@kindex refresh
14146Refresh the screen. This is similar to using @key{C-L} key.
c906108c 14147
8e04817f
AC
14148@item update
14149@kindex update
14150Update the source window and the current execution point.
c906108c 14151
8e04817f
AC
14152@item winheight @var{name} +@var{count}
14153@itemx winheight @var{name} -@var{count}
14154@kindex winheight
14155Change the height of the window @var{name} by @var{count}
14156lines. Positive counts increase the height, while negative counts
14157decrease it.
2df3850c 14158
c906108c
SS
14159@end table
14160
8e04817f
AC
14161@node TUI Configuration
14162@section TUI configuration variables
14163@cindex TUI configuration variables
c906108c 14164
8e04817f
AC
14165The TUI has several configuration variables that control the
14166appearance of windows on the terminal.
c906108c 14167
8e04817f
AC
14168@table @code
14169@item set tui border-kind @var{kind}
14170@kindex set tui border-kind
14171Select the border appearance for the source, assembly and register windows.
14172The possible values are the following:
14173@table @code
14174@item space
14175Use a space character to draw the border.
c906108c 14176
8e04817f
AC
14177@item ascii
14178Use ascii characters + - and | to draw the border.
c906108c 14179
8e04817f
AC
14180@item acs
14181Use the Alternate Character Set to draw the border. The border is
14182drawn using character line graphics if the terminal supports them.
c78b4128 14183
8e04817f 14184@end table
c78b4128 14185
8e04817f
AC
14186@item set tui active-border-mode @var{mode}
14187@kindex set tui active-border-mode
14188Select the attributes to display the border of the active window.
14189The possible values are @code{normal}, @code{standout}, @code{reverse},
14190@code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
c78b4128 14191
8e04817f
AC
14192@item set tui border-mode @var{mode}
14193@kindex set tui border-mode
14194Select the attributes to display the border of other windows.
14195The @var{mode} can be one of the following:
14196@table @code
14197@item normal
14198Use normal attributes to display the border.
c906108c 14199
8e04817f
AC
14200@item standout
14201Use standout mode.
c906108c 14202
8e04817f
AC
14203@item reverse
14204Use reverse video mode.
c906108c 14205
8e04817f
AC
14206@item half
14207Use half bright mode.
c906108c 14208
8e04817f
AC
14209@item half-standout
14210Use half bright and standout mode.
c906108c 14211
8e04817f
AC
14212@item bold
14213Use extra bright or bold mode.
c78b4128 14214
8e04817f
AC
14215@item bold-standout
14216Use extra bright or bold and standout mode.
c78b4128 14217
8e04817f 14218@end table
c78b4128 14219
8e04817f 14220@end table
c78b4128 14221
8e04817f
AC
14222@node Emacs
14223@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 14224
8e04817f
AC
14225@cindex Emacs
14226@cindex @sc{gnu} Emacs
14227A special interface allows you to use @sc{gnu} Emacs to view (and
14228edit) the source files for the program you are debugging with
14229@value{GDBN}.
c906108c 14230
8e04817f
AC
14231To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
14232executable file you want to debug as an argument. This command starts
14233@value{GDBN} as a subprocess of Emacs, with input and output through a newly
14234created Emacs buffer.
14235@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 14236
8e04817f
AC
14237Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
14238things:
c906108c 14239
8e04817f
AC
14240@itemize @bullet
14241@item
14242All ``terminal'' input and output goes through the Emacs buffer.
14243@end itemize
c906108c 14244
8e04817f
AC
14245This applies both to @value{GDBN} commands and their output, and to the input
14246and output done by the program you are debugging.
bf0184be 14247
8e04817f
AC
14248This is useful because it means that you can copy the text of previous
14249commands and input them again; you can even use parts of the output
14250in this way.
bf0184be 14251
8e04817f
AC
14252All the facilities of Emacs' Shell mode are available for interacting
14253with your program. In particular, you can send signals the usual
14254way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
14255stop.
bf0184be 14256
8e04817f 14257@itemize @bullet
bf0184be 14258@item
8e04817f
AC
14259@value{GDBN} displays source code through Emacs.
14260@end itemize
bf0184be 14261
8e04817f
AC
14262Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
14263source file for that frame and puts an arrow (@samp{=>}) at the
14264left margin of the current line. Emacs uses a separate buffer for
14265source display, and splits the screen to show both your @value{GDBN} session
14266and the source.
bf0184be 14267
8e04817f
AC
14268Explicit @value{GDBN} @code{list} or search commands still produce output as
14269usual, but you probably have no reason to use them from Emacs.
c906108c 14270
64fabec2
AC
14271If you specify an absolute file name when prompted for the @kbd{M-x
14272gdb} argument, then Emacs sets your current working directory to where
14273your program resides. If you only specify the file name, then Emacs
14274sets your current working directory to to the directory associated
14275with the previous buffer. In this case, @value{GDBN} may find your
14276program by searching your environment's @code{PATH} variable, but on
14277some operating systems it might not find the source. So, although the
14278@value{GDBN} input and output session proceeds normally, the auxiliary
14279buffer does not display the current source and line of execution.
14280
14281The initial working directory of @value{GDBN} is printed on the top
14282line of the @value{GDBN} I/O buffer and this serves as a default for
14283the commands that specify files for @value{GDBN} to operate
14284on. @xref{Files, ,Commands to specify files}.
14285
14286By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
14287need to call @value{GDBN} by a different name (for example, if you
14288keep several configurations around, with different names) you can
14289customize the Emacs variable @code{gud-gdb-command-name} to run the
14290one you want.
8e04817f
AC
14291
14292In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
14293addition to the standard Shell mode commands:
c906108c 14294
8e04817f
AC
14295@table @kbd
14296@item C-h m
14297Describe the features of Emacs' @value{GDBN} Mode.
c906108c 14298
64fabec2 14299@item C-c C-s
8e04817f
AC
14300Execute to another source line, like the @value{GDBN} @code{step} command; also
14301update the display window to show the current file and location.
c906108c 14302
64fabec2 14303@item C-c C-n
8e04817f
AC
14304Execute to next source line in this function, skipping all function
14305calls, like the @value{GDBN} @code{next} command. Then update the display window
14306to show the current file and location.
c906108c 14307
64fabec2 14308@item C-c C-i
8e04817f
AC
14309Execute one instruction, like the @value{GDBN} @code{stepi} command; update
14310display window accordingly.
c906108c 14311
8e04817f
AC
14312@item C-c C-f
14313Execute until exit from the selected stack frame, like the @value{GDBN}
14314@code{finish} command.
c906108c 14315
64fabec2 14316@item C-c C-r
8e04817f
AC
14317Continue execution of your program, like the @value{GDBN} @code{continue}
14318command.
b433d00b 14319
64fabec2 14320@item C-c <
8e04817f
AC
14321Go up the number of frames indicated by the numeric argument
14322(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
14323like the @value{GDBN} @code{up} command.
b433d00b 14324
64fabec2 14325@item C-c >
8e04817f
AC
14326Go down the number of frames indicated by the numeric argument, like the
14327@value{GDBN} @code{down} command.
8e04817f 14328@end table
c906108c 14329
64fabec2 14330In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
8e04817f 14331tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 14332
64fabec2
AC
14333If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
14334shows a backtrace when the @value{GDBN} I/O buffer is current. Move
14335point to any frame in the stack and type @key{RET} to make it become the
14336current frame and display the associated source in the source buffer.
14337Alternatively, click @kbd{Mouse-2} to make the selected frame become the
14338current one.
14339
8e04817f
AC
14340If you accidentally delete the source-display buffer, an easy way to get
14341it back is to type the command @code{f} in the @value{GDBN} buffer, to
14342request a frame display; when you run under Emacs, this recreates
14343the source buffer if necessary to show you the context of the current
14344frame.
c906108c 14345
8e04817f
AC
14346The source files displayed in Emacs are in ordinary Emacs buffers
14347which are visiting the source files in the usual way. You can edit
14348the files with these buffers if you wish; but keep in mind that @value{GDBN}
14349communicates with Emacs in terms of line numbers. If you add or
14350delete lines from the text, the line numbers that @value{GDBN} knows cease
14351to correspond properly with the code.
64fabec2
AC
14352
14353The description given here is for GNU Emacs version 21.3 and a more
14354detailed description of its interaction with @value{GDBN} is given in
14355the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
c906108c 14356
8e04817f
AC
14357@c The following dropped because Epoch is nonstandard. Reactivate
14358@c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
14359@ignore
14360@kindex Emacs Epoch environment
14361@kindex Epoch
14362@kindex inspect
c906108c 14363
8e04817f
AC
14364Version 18 of @sc{gnu} Emacs has a built-in window system
14365called the @code{epoch}
14366environment. Users of this environment can use a new command,
14367@code{inspect} which performs identically to @code{print} except that
14368each value is printed in its own window.
14369@end ignore
c906108c 14370
922fbb7b
AC
14371
14372@node GDB/MI
14373@chapter The @sc{gdb/mi} Interface
14374
14375@unnumberedsec Function and Purpose
14376
14377@cindex @sc{gdb/mi}, its purpose
14378@sc{gdb/mi} is a line based machine oriented text interface to @value{GDBN}. It is
14379specifically intended to support the development of systems which use
14380the debugger as just one small component of a larger system.
14381
14382This chapter is a specification of the @sc{gdb/mi} interface. It is written
14383in the form of a reference manual.
14384
14385Note that @sc{gdb/mi} is still under construction, so some of the
14386features described below are incomplete and subject to change.
14387
14388@unnumberedsec Notation and Terminology
14389
14390@cindex notational conventions, for @sc{gdb/mi}
14391This chapter uses the following notation:
14392
14393@itemize @bullet
14394@item
14395@code{|} separates two alternatives.
14396
14397@item
14398@code{[ @var{something} ]} indicates that @var{something} is optional:
14399it may or may not be given.
14400
14401@item
14402@code{( @var{group} )*} means that @var{group} inside the parentheses
14403may repeat zero or more times.
14404
14405@item
14406@code{( @var{group} )+} means that @var{group} inside the parentheses
14407may repeat one or more times.
14408
14409@item
14410@code{"@var{string}"} means a literal @var{string}.
14411@end itemize
14412
14413@ignore
14414@heading Dependencies
14415@end ignore
14416
14417@heading Acknowledgments
14418
14419In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
14420Elena Zannoni.
14421
14422@menu
14423* GDB/MI Command Syntax::
14424* GDB/MI Compatibility with CLI::
14425* GDB/MI Output Records::
14426* GDB/MI Command Description Format::
14427* GDB/MI Breakpoint Table Commands::
14428* GDB/MI Data Manipulation::
14429* GDB/MI Program Control::
14430* GDB/MI Miscellaneous Commands::
14431@ignore
14432* GDB/MI Kod Commands::
14433* GDB/MI Memory Overlay Commands::
14434* GDB/MI Signal Handling Commands::
14435@end ignore
14436* GDB/MI Stack Manipulation::
14437* GDB/MI Symbol Query::
14438* GDB/MI Target Manipulation::
14439* GDB/MI Thread Commands::
14440* GDB/MI Tracepoint Commands::
14441* GDB/MI Variable Objects::
14442@end menu
14443
14444@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14445@node GDB/MI Command Syntax
14446@section @sc{gdb/mi} Command Syntax
14447
14448@menu
14449* GDB/MI Input Syntax::
14450* GDB/MI Output Syntax::
14451* GDB/MI Simple Examples::
14452@end menu
14453
14454@node GDB/MI Input Syntax
14455@subsection @sc{gdb/mi} Input Syntax
14456
14457@cindex input syntax for @sc{gdb/mi}
14458@cindex @sc{gdb/mi}, input syntax
14459@table @code
14460@item @var{command} @expansion{}
14461@code{@var{cli-command} | @var{mi-command}}
14462
14463@item @var{cli-command} @expansion{}
14464@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
14465@var{cli-command} is any existing @value{GDBN} CLI command.
14466
14467@item @var{mi-command} @expansion{}
14468@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
14469@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
14470
14471@item @var{token} @expansion{}
14472"any sequence of digits"
14473
14474@item @var{option} @expansion{}
14475@code{"-" @var{parameter} [ " " @var{parameter} ]}
14476
14477@item @var{parameter} @expansion{}
14478@code{@var{non-blank-sequence} | @var{c-string}}
14479
14480@item @var{operation} @expansion{}
14481@emph{any of the operations described in this chapter}
14482
14483@item @var{non-blank-sequence} @expansion{}
14484@emph{anything, provided it doesn't contain special characters such as
14485"-", @var{nl}, """ and of course " "}
14486
14487@item @var{c-string} @expansion{}
14488@code{""" @var{seven-bit-iso-c-string-content} """}
14489
14490@item @var{nl} @expansion{}
14491@code{CR | CR-LF}
14492@end table
14493
14494@noindent
14495Notes:
14496
14497@itemize @bullet
14498@item
14499The CLI commands are still handled by the @sc{mi} interpreter; their
14500output is described below.
14501
14502@item
14503The @code{@var{token}}, when present, is passed back when the command
14504finishes.
14505
14506@item
14507Some @sc{mi} commands accept optional arguments as part of the parameter
14508list. Each option is identified by a leading @samp{-} (dash) and may be
14509followed by an optional argument parameter. Options occur first in the
14510parameter list and can be delimited from normal parameters using
14511@samp{--} (this is useful when some parameters begin with a dash).
14512@end itemize
14513
14514Pragmatics:
14515
14516@itemize @bullet
14517@item
14518We want easy access to the existing CLI syntax (for debugging).
14519
14520@item
14521We want it to be easy to spot a @sc{mi} operation.
14522@end itemize
14523
14524@node GDB/MI Output Syntax
14525@subsection @sc{gdb/mi} Output Syntax
14526
14527@cindex output syntax of @sc{gdb/mi}
14528@cindex @sc{gdb/mi}, output syntax
14529The output from @sc{gdb/mi} consists of zero or more out-of-band records
14530followed, optionally, by a single result record. This result record
14531is for the most recent command. The sequence of output records is
14532terminated by @samp{(@value{GDBP})}.
14533
14534If an input command was prefixed with a @code{@var{token}} then the
14535corresponding output for that command will also be prefixed by that same
14536@var{token}.
14537
14538@table @code
14539@item @var{output} @expansion{}
14540@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
14541
14542@item @var{result-record} @expansion{}
14543@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
14544
14545@item @var{out-of-band-record} @expansion{}
14546@code{@var{async-record} | @var{stream-record}}
14547
14548@item @var{async-record} @expansion{}
14549@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
14550
14551@item @var{exec-async-output} @expansion{}
14552@code{[ @var{token} ] "*" @var{async-output}}
14553
14554@item @var{status-async-output} @expansion{}
14555@code{[ @var{token} ] "+" @var{async-output}}
14556
14557@item @var{notify-async-output} @expansion{}
14558@code{[ @var{token} ] "=" @var{async-output}}
14559
14560@item @var{async-output} @expansion{}
14561@code{@var{async-class} ( "," @var{result} )* @var{nl}}
14562
14563@item @var{result-class} @expansion{}
14564@code{"done" | "running" | "connected" | "error" | "exit"}
14565
14566@item @var{async-class} @expansion{}
14567@code{"stopped" | @var{others}} (where @var{others} will be added
14568depending on the needs---this is still in development).
14569
14570@item @var{result} @expansion{}
14571@code{ @var{variable} "=" @var{value}}
14572
14573@item @var{variable} @expansion{}
14574@code{ @var{string} }
14575
14576@item @var{value} @expansion{}
14577@code{ @var{const} | @var{tuple} | @var{list} }
14578
14579@item @var{const} @expansion{}
14580@code{@var{c-string}}
14581
14582@item @var{tuple} @expansion{}
14583@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
14584
14585@item @var{list} @expansion{}
14586@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
14587@var{result} ( "," @var{result} )* "]" }
14588
14589@item @var{stream-record} @expansion{}
14590@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
14591
14592@item @var{console-stream-output} @expansion{}
14593@code{"~" @var{c-string}}
14594
14595@item @var{target-stream-output} @expansion{}
14596@code{"@@" @var{c-string}}
14597
14598@item @var{log-stream-output} @expansion{}
14599@code{"&" @var{c-string}}
14600
14601@item @var{nl} @expansion{}
14602@code{CR | CR-LF}
14603
14604@item @var{token} @expansion{}
14605@emph{any sequence of digits}.
14606@end table
14607
14608@noindent
14609Notes:
14610
14611@itemize @bullet
14612@item
14613All output sequences end in a single line containing a period.
14614
14615@item
14616The @code{@var{token}} is from the corresponding request. If an execution
14617command is interrupted by the @samp{-exec-interrupt} command, the
14618@var{token} associated with the @samp{*stopped} message is the one of the
14619original execution command, not the one of the interrupt command.
14620
14621@item
14622@cindex status output in @sc{gdb/mi}
14623@var{status-async-output} contains on-going status information about the
14624progress of a slow operation. It can be discarded. All status output is
14625prefixed by @samp{+}.
14626
14627@item
14628@cindex async output in @sc{gdb/mi}
14629@var{exec-async-output} contains asynchronous state change on the target
14630(stopped, started, disappeared). All async output is prefixed by
14631@samp{*}.
14632
14633@item
14634@cindex notify output in @sc{gdb/mi}
14635@var{notify-async-output} contains supplementary information that the
14636client should handle (e.g., a new breakpoint information). All notify
14637output is prefixed by @samp{=}.
14638
14639@item
14640@cindex console output in @sc{gdb/mi}
14641@var{console-stream-output} is output that should be displayed as is in the
14642console. It is the textual response to a CLI command. All the console
14643output is prefixed by @samp{~}.
14644
14645@item
14646@cindex target output in @sc{gdb/mi}
14647@var{target-stream-output} is the output produced by the target program.
14648All the target output is prefixed by @samp{@@}.
14649
14650@item
14651@cindex log output in @sc{gdb/mi}
14652@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
14653instance messages that should be displayed as part of an error log. All
14654the log output is prefixed by @samp{&}.
14655
14656@item
14657@cindex list output in @sc{gdb/mi}
14658New @sc{gdb/mi} commands should only output @var{lists} containing
14659@var{values}.
14660
14661
14662@end itemize
14663
14664@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
14665details about the various output records.
14666
14667@node GDB/MI Simple Examples
14668@subsection Simple Examples of @sc{gdb/mi} Interaction
14669@cindex @sc{gdb/mi}, simple examples
14670
14671This subsection presents several simple examples of interaction using
14672the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
14673following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
14674the output received from @sc{gdb/mi}.
14675
14676@subsubheading Target Stop
14677@c Ummm... There is no "-stop" command. This assumes async, no?
14678Here's an example of stopping the inferior process:
14679
14680@smallexample
14681-> -stop
14682<- (@value{GDBP})
14683@end smallexample
14684
14685@noindent
14686and later:
14687
14688@smallexample
14689<- *stop,reason="stop",address="0x123",source="a.c:123"
14690<- (@value{GDBP})
14691@end smallexample
14692
14693@subsubheading Simple CLI Command
14694
14695Here's an example of a simple CLI command being passed through
14696@sc{gdb/mi} and on to the CLI.
14697
14698@smallexample
14699-> print 1+2
14700<- &"print 1+2\n"
14701<- ~"$1 = 3\n"
14702<- ^done
14703<- (@value{GDBP})
14704@end smallexample
14705
14706@subsubheading Command With Side Effects
14707
14708@smallexample
14709-> -symbol-file xyz.exe
14710<- *breakpoint,nr="3",address="0x123",source="a.c:123"
14711<- (@value{GDBP})
14712@end smallexample
14713
14714@subsubheading A Bad Command
14715
14716Here's what happens if you pass a non-existent command:
14717
14718@smallexample
14719-> -rubbish
14720<- ^error,msg="Undefined MI command: rubbish"
14721<- (@value{GDBP})
14722@end smallexample
14723
14724@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14725@node GDB/MI Compatibility with CLI
14726@section @sc{gdb/mi} Compatibility with CLI
14727
14728@cindex compatibility, @sc{gdb/mi} and CLI
14729@cindex @sc{gdb/mi}, compatibility with CLI
14730To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
14731accepts existing CLI commands. As specified by the syntax, such
14732commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
14733respond.
14734
14735This mechanism is provided as an aid to developers of @sc{gdb/mi}
14736clients and not as a reliable interface into the CLI. Since the command
14737is being interpreteted in an environment that assumes @sc{gdb/mi}
14738behaviour, the exact output of such commands is likely to end up being
14739an un-supported hybrid of @sc{gdb/mi} and CLI output.
14740
14741@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14742@node GDB/MI Output Records
14743@section @sc{gdb/mi} Output Records
14744
14745@menu
14746* GDB/MI Result Records::
14747* GDB/MI Stream Records::
14748* GDB/MI Out-of-band Records::
14749@end menu
14750
14751@node GDB/MI Result Records
14752@subsection @sc{gdb/mi} Result Records
14753
14754@cindex result records in @sc{gdb/mi}
14755@cindex @sc{gdb/mi}, result records
14756In addition to a number of out-of-band notifications, the response to a
14757@sc{gdb/mi} command includes one of the following result indications:
14758
14759@table @code
14760@findex ^done
14761@item "^done" [ "," @var{results} ]
14762The synchronous operation was successful, @code{@var{results}} are the return
14763values.
14764
14765@item "^running"
14766@findex ^running
14767@c Is this one correct? Should it be an out-of-band notification?
14768The asynchronous operation was successfully started. The target is
14769running.
14770
14771@item "^error" "," @var{c-string}
14772@findex ^error
14773The operation failed. The @code{@var{c-string}} contains the corresponding
14774error message.
14775@end table
14776
14777@node GDB/MI Stream Records
14778@subsection @sc{gdb/mi} Stream Records
14779
14780@cindex @sc{gdb/mi}, stream records
14781@cindex stream records in @sc{gdb/mi}
14782@value{GDBN} internally maintains a number of output streams: the console, the
14783target, and the log. The output intended for each of these streams is
14784funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
14785
14786Each stream record begins with a unique @dfn{prefix character} which
14787identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
14788Syntax}). In addition to the prefix, each stream record contains a
14789@code{@var{string-output}}. This is either raw text (with an implicit new
14790line) or a quoted C string (which does not contain an implicit newline).
14791
14792@table @code
14793@item "~" @var{string-output}
14794The console output stream contains text that should be displayed in the
14795CLI console window. It contains the textual responses to CLI commands.
14796
14797@item "@@" @var{string-output}
14798The target output stream contains any textual output from the running
14799target.
14800
14801@item "&" @var{string-output}
14802The log stream contains debugging messages being produced by @value{GDBN}'s
14803internals.
14804@end table
14805
14806@node GDB/MI Out-of-band Records
14807@subsection @sc{gdb/mi} Out-of-band Records
14808
14809@cindex out-of-band records in @sc{gdb/mi}
14810@cindex @sc{gdb/mi}, out-of-band records
14811@dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
14812additional changes that have occurred. Those changes can either be a
14813consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
14814target activity (e.g., target stopped).
14815
14816The following is a preliminary list of possible out-of-band records.
14817
14818@table @code
14819@item "*" "stop"
14820@end table
14821
14822
14823@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14824@node GDB/MI Command Description Format
14825@section @sc{gdb/mi} Command Description Format
14826
14827The remaining sections describe blocks of commands. Each block of
14828commands is laid out in a fashion similar to this section.
14829
14830Note the the line breaks shown in the examples are here only for
14831readability. They don't appear in the real output.
14832Also note that the commands with a non-available example (N.A.@:) are
14833not yet implemented.
14834
14835@subheading Motivation
14836
14837The motivation for this collection of commands.
14838
14839@subheading Introduction
14840
14841A brief introduction to this collection of commands as a whole.
14842
14843@subheading Commands
14844
14845For each command in the block, the following is described:
14846
14847@subsubheading Synopsis
14848
14849@smallexample
14850 -command @var{args}@dots{}
14851@end smallexample
14852
14853@subsubheading @value{GDBN} Command
14854
14855The corresponding @value{GDBN} CLI command.
14856
14857@subsubheading Result
14858
14859@subsubheading Out-of-band
14860
14861@subsubheading Notes
14862
14863@subsubheading Example
14864
14865
14866@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14867@node GDB/MI Breakpoint Table Commands
14868@section @sc{gdb/mi} Breakpoint table commands
14869
14870@cindex breakpoint commands for @sc{gdb/mi}
14871@cindex @sc{gdb/mi}, breakpoint commands
14872This section documents @sc{gdb/mi} commands for manipulating
14873breakpoints.
14874
14875@subheading The @code{-break-after} Command
14876@findex -break-after
14877
14878@subsubheading Synopsis
14879
14880@smallexample
14881 -break-after @var{number} @var{count}
14882@end smallexample
14883
14884The breakpoint number @var{number} is not in effect until it has been
14885hit @var{count} times. To see how this is reflected in the output of
14886the @samp{-break-list} command, see the description of the
14887@samp{-break-list} command below.
14888
14889@subsubheading @value{GDBN} Command
14890
14891The corresponding @value{GDBN} command is @samp{ignore}.
14892
14893@subsubheading Example
14894
14895@smallexample
14896(@value{GDBP})
14897-break-insert main
14898^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
14899(@value{GDBP})
14900-break-after 1 3
14901~
14902^done
14903(@value{GDBP})
14904-break-list
14905^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14906hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14907@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14908@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14909@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14910@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14911@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14912body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14913addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
14914ignore="3"@}]@}
14915(@value{GDBP})
14916@end smallexample
14917
14918@ignore
14919@subheading The @code{-break-catch} Command
14920@findex -break-catch
14921
14922@subheading The @code{-break-commands} Command
14923@findex -break-commands
14924@end ignore
14925
14926
14927@subheading The @code{-break-condition} Command
14928@findex -break-condition
14929
14930@subsubheading Synopsis
14931
14932@smallexample
14933 -break-condition @var{number} @var{expr}
14934@end smallexample
14935
14936Breakpoint @var{number} will stop the program only if the condition in
14937@var{expr} is true. The condition becomes part of the
14938@samp{-break-list} output (see the description of the @samp{-break-list}
14939command below).
14940
14941@subsubheading @value{GDBN} Command
14942
14943The corresponding @value{GDBN} command is @samp{condition}.
14944
14945@subsubheading Example
14946
14947@smallexample
14948(@value{GDBP})
14949-break-condition 1 1
14950^done
14951(@value{GDBP})
14952-break-list
14953^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14954hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14955@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14956@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14957@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14958@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14959@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14960body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14961addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
14962times="0",ignore="3"@}]@}
14963(@value{GDBP})
14964@end smallexample
14965
14966@subheading The @code{-break-delete} Command
14967@findex -break-delete
14968
14969@subsubheading Synopsis
14970
14971@smallexample
14972 -break-delete ( @var{breakpoint} )+
14973@end smallexample
14974
14975Delete the breakpoint(s) whose number(s) are specified in the argument
14976list. This is obviously reflected in the breakpoint list.
14977
14978@subsubheading @value{GDBN} command
14979
14980The corresponding @value{GDBN} command is @samp{delete}.
14981
14982@subsubheading Example
14983
14984@smallexample
14985(@value{GDBP})
14986-break-delete 1
14987^done
14988(@value{GDBP})
14989-break-list
14990^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
14991hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14992@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14993@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14994@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14995@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14996@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14997body=[]@}
14998(@value{GDBP})
14999@end smallexample
15000
15001@subheading The @code{-break-disable} Command
15002@findex -break-disable
15003
15004@subsubheading Synopsis
15005
15006@smallexample
15007 -break-disable ( @var{breakpoint} )+
15008@end smallexample
15009
15010Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
15011break list is now set to @samp{n} for the named @var{breakpoint}(s).
15012
15013@subsubheading @value{GDBN} Command
15014
15015The corresponding @value{GDBN} command is @samp{disable}.
15016
15017@subsubheading Example
15018
15019@smallexample
15020(@value{GDBP})
15021-break-disable 2
15022^done
15023(@value{GDBP})
15024-break-list
15025^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15026hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15027@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15028@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15029@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15030@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15031@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15032body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
15033addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
15034(@value{GDBP})
15035@end smallexample
15036
15037@subheading The @code{-break-enable} Command
15038@findex -break-enable
15039
15040@subsubheading Synopsis
15041
15042@smallexample
15043 -break-enable ( @var{breakpoint} )+
15044@end smallexample
15045
15046Enable (previously disabled) @var{breakpoint}(s).
15047
15048@subsubheading @value{GDBN} Command
15049
15050The corresponding @value{GDBN} command is @samp{enable}.
15051
15052@subsubheading Example
15053
15054@smallexample
15055(@value{GDBP})
15056-break-enable 2
15057^done
15058(@value{GDBP})
15059-break-list
15060^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15061hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15062@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15063@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15064@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15065@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15066@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15067body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15068addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
15069(@value{GDBP})
15070@end smallexample
15071
15072@subheading The @code{-break-info} Command
15073@findex -break-info
15074
15075@subsubheading Synopsis
15076
15077@smallexample
15078 -break-info @var{breakpoint}
15079@end smallexample
15080
15081@c REDUNDANT???
15082Get information about a single breakpoint.
15083
15084@subsubheading @value{GDBN} command
15085
15086The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
15087
15088@subsubheading Example
15089N.A.
15090
15091@subheading The @code{-break-insert} Command
15092@findex -break-insert
15093
15094@subsubheading Synopsis
15095
15096@smallexample
15097 -break-insert [ -t ] [ -h ] [ -r ]
15098 [ -c @var{condition} ] [ -i @var{ignore-count} ]
15099 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
15100@end smallexample
15101
15102@noindent
15103If specified, @var{line}, can be one of:
15104
15105@itemize @bullet
15106@item function
15107@c @item +offset
15108@c @item -offset
15109@c @item linenum
15110@item filename:linenum
15111@item filename:function
15112@item *address
15113@end itemize
15114
15115The possible optional parameters of this command are:
15116
15117@table @samp
15118@item -t
15119Insert a tempoary breakpoint.
15120@item -h
15121Insert a hardware breakpoint.
15122@item -c @var{condition}
15123Make the breakpoint conditional on @var{condition}.
15124@item -i @var{ignore-count}
15125Initialize the @var{ignore-count}.
15126@item -r
15127Insert a regular breakpoint in all the functions whose names match the
15128given regular expression. Other flags are not applicable to regular
15129expresson.
15130@end table
15131
15132@subsubheading Result
15133
15134The result is in the form:
15135
15136@smallexample
15137 ^done,bkptno="@var{number}",func="@var{funcname}",
15138 file="@var{filename}",line="@var{lineno}"
15139@end smallexample
15140
15141@noindent
15142where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
15143is the name of the function where the breakpoint was inserted,
15144@var{filename} is the name of the source file which contains this
15145function, and @var{lineno} is the source line number within that file.
15146
15147Note: this format is open to change.
15148@c An out-of-band breakpoint instead of part of the result?
15149
15150@subsubheading @value{GDBN} Command
15151
15152The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
15153@samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
15154
15155@subsubheading Example
15156
15157@smallexample
15158(@value{GDBP})
15159-break-insert main
15160^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
15161(@value{GDBP})
15162-break-insert -t foo
15163^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
15164(@value{GDBP})
15165-break-list
15166^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15167hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15168@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15169@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15170@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15171@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15172@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15173body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15174addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
15175bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
15176addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
15177(@value{GDBP})
15178-break-insert -r foo.*
15179~int foo(int, int);
15180^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
15181(@value{GDBP})
15182@end smallexample
15183
15184@subheading The @code{-break-list} Command
15185@findex -break-list
15186
15187@subsubheading Synopsis
15188
15189@smallexample
15190 -break-list
15191@end smallexample
15192
15193Displays the list of inserted breakpoints, showing the following fields:
15194
15195@table @samp
15196@item Number
15197number of the breakpoint
15198@item Type
15199type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
15200@item Disposition
15201should the breakpoint be deleted or disabled when it is hit: @samp{keep}
15202or @samp{nokeep}
15203@item Enabled
15204is the breakpoint enabled or no: @samp{y} or @samp{n}
15205@item Address
15206memory location at which the breakpoint is set
15207@item What
15208logical location of the breakpoint, expressed by function name, file
15209name, line number
15210@item Times
15211number of times the breakpoint has been hit
15212@end table
15213
15214If there are no breakpoints or watchpoints, the @code{BreakpointTable}
15215@code{body} field is an empty list.
15216
15217@subsubheading @value{GDBN} Command
15218
15219The corresponding @value{GDBN} command is @samp{info break}.
15220
15221@subsubheading Example
15222
15223@smallexample
15224(@value{GDBP})
15225-break-list
15226^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15227hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15228@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15229@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15230@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15231@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15232@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15233body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15234addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
15235bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15236addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
15237(@value{GDBP})
15238@end smallexample
15239
15240Here's an example of the result when there are no breakpoints:
15241
15242@smallexample
15243(@value{GDBP})
15244-break-list
15245^done,BreakpointTable=@{nr_rows="0",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=[]@}
15253(@value{GDBP})
15254@end smallexample
15255
15256@subheading The @code{-break-watch} Command
15257@findex -break-watch
15258
15259@subsubheading Synopsis
15260
15261@smallexample
15262 -break-watch [ -a | -r ]
15263@end smallexample
15264
15265Create a watchpoint. With the @samp{-a} option it will create an
15266@dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
15267read from or on a write to the memory location. With the @samp{-r}
15268option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
15269trigger only when the memory location is accessed for reading. Without
15270either of the options, the watchpoint created is a regular watchpoint,
15271i.e. it will trigger when the memory location is accessed for writing.
15272@xref{Set Watchpoints, , Setting watchpoints}.
15273
15274Note that @samp{-break-list} will report a single list of watchpoints and
15275breakpoints inserted.
15276
15277@subsubheading @value{GDBN} Command
15278
15279The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
15280@samp{rwatch}.
15281
15282@subsubheading Example
15283
15284Setting a watchpoint on a variable in the @code{main} function:
15285
15286@smallexample
15287(@value{GDBP})
15288-break-watch x
15289^done,wpt=@{number="2",exp="x"@}
15290(@value{GDBP})
15291-exec-continue
15292^running
15293^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
15294value=@{old="-268439212",new="55"@},
15295frame=@{func="main",args=[],file="recursive2.c",line="5"@}
15296(@value{GDBP})
15297@end smallexample
15298
15299Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
15300the program execution twice: first for the variable changing value, then
15301for the watchpoint going out of scope.
15302
15303@smallexample
15304(@value{GDBP})
15305-break-watch C
15306^done,wpt=@{number="5",exp="C"@}
15307(@value{GDBP})
15308-exec-continue
15309^running
15310^done,reason="watchpoint-trigger",
15311wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
15312frame=@{func="callee4",args=[],
15313file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15314(@value{GDBP})
15315-exec-continue
15316^running
15317^done,reason="watchpoint-scope",wpnum="5",
15318frame=@{func="callee3",args=[@{name="strarg",
15319value="0x11940 \"A string argument.\""@}],
15320file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15321(@value{GDBP})
15322@end smallexample
15323
15324Listing breakpoints and watchpoints, at different points in the program
15325execution. Note that once the watchpoint goes out of scope, it is
15326deleted.
15327
15328@smallexample
15329(@value{GDBP})
15330-break-watch C
15331^done,wpt=@{number="2",exp="C"@}
15332(@value{GDBP})
15333-break-list
15334^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15335hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15336@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15337@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15338@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15339@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15340@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15341body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15342addr="0x00010734",func="callee4",
15343file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15344bkpt=@{number="2",type="watchpoint",disp="keep",
15345enabled="y",addr="",what="C",times="0"@}]@}
15346(@value{GDBP})
15347-exec-continue
15348^running
15349^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
15350value=@{old="-276895068",new="3"@},
15351frame=@{func="callee4",args=[],
15352file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15353(@value{GDBP})
15354-break-list
15355^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15356hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15357@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15358@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15359@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15360@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15361@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15362body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15363addr="0x00010734",func="callee4",
15364file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15365bkpt=@{number="2",type="watchpoint",disp="keep",
15366enabled="y",addr="",what="C",times="-5"@}]@}
15367(@value{GDBP})
15368-exec-continue
15369^running
15370^done,reason="watchpoint-scope",wpnum="2",
15371frame=@{func="callee3",args=[@{name="strarg",
15372value="0x11940 \"A string argument.\""@}],
15373file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15374(@value{GDBP})
15375-break-list
15376^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15377hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15378@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15379@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15380@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15381@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15382@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15383body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15384addr="0x00010734",func="callee4",
15385file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
15386(@value{GDBP})
15387@end smallexample
15388
15389@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15390@node GDB/MI Data Manipulation
15391@section @sc{gdb/mi} Data Manipulation
15392
15393@cindex data manipulation, in @sc{gdb/mi}
15394@cindex @sc{gdb/mi}, data manipulation
15395This section describes the @sc{gdb/mi} commands that manipulate data:
15396examine memory and registers, evaluate expressions, etc.
15397
15398@c REMOVED FROM THE INTERFACE.
15399@c @subheading -data-assign
15400@c Change the value of a program variable. Plenty of side effects.
15401@c @subsubheading GDB command
15402@c set variable
15403@c @subsubheading Example
15404@c N.A.
15405
15406@subheading The @code{-data-disassemble} Command
15407@findex -data-disassemble
15408
15409@subsubheading Synopsis
15410
15411@smallexample
15412 -data-disassemble
15413 [ -s @var{start-addr} -e @var{end-addr} ]
15414 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
15415 -- @var{mode}
15416@end smallexample
15417
15418@noindent
15419Where:
15420
15421@table @samp
15422@item @var{start-addr}
15423is the beginning address (or @code{$pc})
15424@item @var{end-addr}
15425is the end address
15426@item @var{filename}
15427is the name of the file to disassemble
15428@item @var{linenum}
15429is the line number to disassemble around
15430@item @var{lines}
15431is the the number of disassembly lines to be produced. If it is -1,
15432the whole function will be disassembled, in case no @var{end-addr} is
15433specified. If @var{end-addr} is specified as a non-zero value, and
15434@var{lines} is lower than the number of disassembly lines between
15435@var{start-addr} and @var{end-addr}, only @var{lines} lines are
15436displayed; if @var{lines} is higher than the number of lines between
15437@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
15438are displayed.
15439@item @var{mode}
15440is either 0 (meaning only disassembly) or 1 (meaning mixed source and
15441disassembly).
15442@end table
15443
15444@subsubheading Result
15445
15446The output for each instruction is composed of four fields:
15447
15448@itemize @bullet
15449@item Address
15450@item Func-name
15451@item Offset
15452@item Instruction
15453@end itemize
15454
15455Note that whatever included in the instruction field, is not manipulated
15456directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
15457
15458@subsubheading @value{GDBN} Command
15459
15460There's no direct mapping from this command to the CLI.
15461
15462@subsubheading Example
15463
15464Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
15465
15466@smallexample
15467(@value{GDBP})
15468-data-disassemble -s $pc -e "$pc + 20" -- 0
15469^done,
15470asm_insns=[
15471@{address="0x000107c0",func-name="main",offset="4",
15472inst="mov 2, %o0"@},
15473@{address="0x000107c4",func-name="main",offset="8",
15474inst="sethi %hi(0x11800), %o2"@},
15475@{address="0x000107c8",func-name="main",offset="12",
15476inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
15477@{address="0x000107cc",func-name="main",offset="16",
15478inst="sethi %hi(0x11800), %o2"@},
15479@{address="0x000107d0",func-name="main",offset="20",
15480inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
15481(@value{GDBP})
15482@end smallexample
15483
15484Disassemble the whole @code{main} function. Line 32 is part of
15485@code{main}.
15486
15487@smallexample
15488-data-disassemble -f basics.c -l 32 -- 0
15489^done,asm_insns=[
15490@{address="0x000107bc",func-name="main",offset="0",
15491inst="save %sp, -112, %sp"@},
15492@{address="0x000107c0",func-name="main",offset="4",
15493inst="mov 2, %o0"@},
15494@{address="0x000107c4",func-name="main",offset="8",
15495inst="sethi %hi(0x11800), %o2"@},
15496[@dots{}]
15497@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
15498@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
15499(@value{GDBP})
15500@end smallexample
15501
15502Disassemble 3 instructions from the start of @code{main}:
15503
15504@smallexample
15505(@value{GDBP})
15506-data-disassemble -f basics.c -l 32 -n 3 -- 0
15507^done,asm_insns=[
15508@{address="0x000107bc",func-name="main",offset="0",
15509inst="save %sp, -112, %sp"@},
15510@{address="0x000107c0",func-name="main",offset="4",
15511inst="mov 2, %o0"@},
15512@{address="0x000107c4",func-name="main",offset="8",
15513inst="sethi %hi(0x11800), %o2"@}]
15514(@value{GDBP})
15515@end smallexample
15516
15517Disassemble 3 instructions from the start of @code{main} in mixed mode:
15518
15519@smallexample
15520(@value{GDBP})
15521-data-disassemble -f basics.c -l 32 -n 3 -- 1
15522^done,asm_insns=[
15523src_and_asm_line=@{line="31",
15524file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15525 testsuite/gdb.mi/basics.c",line_asm_insn=[
15526@{address="0x000107bc",func-name="main",offset="0",
15527inst="save %sp, -112, %sp"@}]@},
15528src_and_asm_line=@{line="32",
15529file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15530 testsuite/gdb.mi/basics.c",line_asm_insn=[
15531@{address="0x000107c0",func-name="main",offset="4",
15532inst="mov 2, %o0"@},
15533@{address="0x000107c4",func-name="main",offset="8",
15534inst="sethi %hi(0x11800), %o2"@}]@}]
15535(@value{GDBP})
15536@end smallexample
15537
15538
15539@subheading The @code{-data-evaluate-expression} Command
15540@findex -data-evaluate-expression
15541
15542@subsubheading Synopsis
15543
15544@smallexample
15545 -data-evaluate-expression @var{expr}
15546@end smallexample
15547
15548Evaluate @var{expr} as an expression. The expression could contain an
15549inferior function call. The function call will execute synchronously.
15550If the expression contains spaces, it must be enclosed in double quotes.
15551
15552@subsubheading @value{GDBN} Command
15553
15554The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
15555@samp{call}. In @code{gdbtk} only, there's a corresponding
15556@samp{gdb_eval} command.
15557
15558@subsubheading Example
15559
15560In the following example, the numbers that precede the commands are the
15561@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
15562Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
15563output.
15564
15565@smallexample
15566211-data-evaluate-expression A
15567211^done,value="1"
15568(@value{GDBP})
15569311-data-evaluate-expression &A
15570311^done,value="0xefffeb7c"
15571(@value{GDBP})
15572411-data-evaluate-expression A+3
15573411^done,value="4"
15574(@value{GDBP})
15575511-data-evaluate-expression "A + 3"
15576511^done,value="4"
15577(@value{GDBP})
15578@end smallexample
15579
15580
15581@subheading The @code{-data-list-changed-registers} Command
15582@findex -data-list-changed-registers
15583
15584@subsubheading Synopsis
15585
15586@smallexample
15587 -data-list-changed-registers
15588@end smallexample
15589
15590Display a list of the registers that have changed.
15591
15592@subsubheading @value{GDBN} Command
15593
15594@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
15595has the corresponding command @samp{gdb_changed_register_list}.
15596
15597@subsubheading Example
15598
15599On a PPC MBX board:
15600
15601@smallexample
15602(@value{GDBP})
15603-exec-continue
15604^running
15605
15606(@value{GDBP})
15607*stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
15608args=[],file="try.c",line="5"@}
15609(@value{GDBP})
15610-data-list-changed-registers
15611^done,changed-registers=["0","1","2","4","5","6","7","8","9",
15612"10","11","13","14","15","16","17","18","19","20","21","22","23",
15613"24","25","26","27","28","30","31","64","65","66","67","69"]
15614(@value{GDBP})
15615@end smallexample
15616
15617
15618@subheading The @code{-data-list-register-names} Command
15619@findex -data-list-register-names
15620
15621@subsubheading Synopsis
15622
15623@smallexample
15624 -data-list-register-names [ ( @var{regno} )+ ]
15625@end smallexample
15626
15627Show a list of register names for the current target. If no arguments
15628are given, it shows a list of the names of all the registers. If
15629integer numbers are given as arguments, it will print a list of the
15630names of the registers corresponding to the arguments. To ensure
15631consistency between a register name and its number, the output list may
15632include empty register names.
15633
15634@subsubheading @value{GDBN} Command
15635
15636@value{GDBN} does not have a command which corresponds to
15637@samp{-data-list-register-names}. In @code{gdbtk} there is a
15638corresponding command @samp{gdb_regnames}.
15639
15640@subsubheading Example
15641
15642For the PPC MBX board:
15643@smallexample
15644(@value{GDBP})
15645-data-list-register-names
15646^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
15647"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
15648"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
15649"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
15650"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
15651"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
15652"", "pc","ps","cr","lr","ctr","xer"]
15653(@value{GDBP})
15654-data-list-register-names 1 2 3
15655^done,register-names=["r1","r2","r3"]
15656(@value{GDBP})
15657@end smallexample
15658
15659@subheading The @code{-data-list-register-values} Command
15660@findex -data-list-register-values
15661
15662@subsubheading Synopsis
15663
15664@smallexample
15665 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
15666@end smallexample
15667
15668Display the registers' contents. @var{fmt} is the format according to
15669which the registers' contents are to be returned, followed by an optional
15670list of numbers specifying the registers to display. A missing list of
15671numbers indicates that the contents of all the registers must be returned.
15672
15673Allowed formats for @var{fmt} are:
15674
15675@table @code
15676@item x
15677Hexadecimal
15678@item o
15679Octal
15680@item t
15681Binary
15682@item d
15683Decimal
15684@item r
15685Raw
15686@item N
15687Natural
15688@end table
15689
15690@subsubheading @value{GDBN} Command
15691
15692The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
15693all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
15694
15695@subsubheading Example
15696
15697For a PPC MBX board (note: line breaks are for readability only, they
15698don't appear in the actual output):
15699
15700@smallexample
15701(@value{GDBP})
15702-data-list-register-values r 64 65
15703^done,register-values=[@{number="64",value="0xfe00a300"@},
15704@{number="65",value="0x00029002"@}]
15705(@value{GDBP})
15706-data-list-register-values x
15707^done,register-values=[@{number="0",value="0xfe0043c8"@},
15708@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
15709@{number="3",value="0x0"@},@{number="4",value="0xa"@},
15710@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
15711@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
15712@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
15713@{number="11",value="0x1"@},@{number="12",value="0x0"@},
15714@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
15715@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
15716@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
15717@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
15718@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
15719@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
15720@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
15721@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
15722@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
15723@{number="31",value="0x0"@},@{number="32",value="0x0"@},
15724@{number="33",value="0x0"@},@{number="34",value="0x0"@},
15725@{number="35",value="0x0"@},@{number="36",value="0x0"@},
15726@{number="37",value="0x0"@},@{number="38",value="0x0"@},
15727@{number="39",value="0x0"@},@{number="40",value="0x0"@},
15728@{number="41",value="0x0"@},@{number="42",value="0x0"@},
15729@{number="43",value="0x0"@},@{number="44",value="0x0"@},
15730@{number="45",value="0x0"@},@{number="46",value="0x0"@},
15731@{number="47",value="0x0"@},@{number="48",value="0x0"@},
15732@{number="49",value="0x0"@},@{number="50",value="0x0"@},
15733@{number="51",value="0x0"@},@{number="52",value="0x0"@},
15734@{number="53",value="0x0"@},@{number="54",value="0x0"@},
15735@{number="55",value="0x0"@},@{number="56",value="0x0"@},
15736@{number="57",value="0x0"@},@{number="58",value="0x0"@},
15737@{number="59",value="0x0"@},@{number="60",value="0x0"@},
15738@{number="61",value="0x0"@},@{number="62",value="0x0"@},
15739@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
15740@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
15741@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
15742@{number="69",value="0x20002b03"@}]
15743(@value{GDBP})
15744@end smallexample
15745
15746
15747@subheading The @code{-data-read-memory} Command
15748@findex -data-read-memory
15749
15750@subsubheading Synopsis
15751
15752@smallexample
15753 -data-read-memory [ -o @var{byte-offset} ]
15754 @var{address} @var{word-format} @var{word-size}
15755 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
15756@end smallexample
15757
15758@noindent
15759where:
15760
15761@table @samp
15762@item @var{address}
15763An expression specifying the address of the first memory word to be
15764read. Complex expressions containing embedded white space should be
15765quoted using the C convention.
15766
15767@item @var{word-format}
15768The format to be used to print the memory words. The notation is the
15769same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
15770,Output formats}).
15771
15772@item @var{word-size}
15773The size of each memory word in bytes.
15774
15775@item @var{nr-rows}
15776The number of rows in the output table.
15777
15778@item @var{nr-cols}
15779The number of columns in the output table.
15780
15781@item @var{aschar}
15782If present, indicates that each row should include an @sc{ascii} dump. The
15783value of @var{aschar} is used as a padding character when a byte is not a
15784member of the printable @sc{ascii} character set (printable @sc{ascii}
15785characters are those whose code is between 32 and 126, inclusively).
15786
15787@item @var{byte-offset}
15788An offset to add to the @var{address} before fetching memory.
15789@end table
15790
15791This command displays memory contents as a table of @var{nr-rows} by
15792@var{nr-cols} words, each word being @var{word-size} bytes. In total,
15793@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
15794(returned as @samp{total-bytes}). Should less than the requested number
15795of bytes be returned by the target, the missing words are identified
15796using @samp{N/A}. The number of bytes read from the target is returned
15797in @samp{nr-bytes} and the starting address used to read memory in
15798@samp{addr}.
15799
15800The address of the next/previous row or page is available in
15801@samp{next-row} and @samp{prev-row}, @samp{next-page} and
15802@samp{prev-page}.
15803
15804@subsubheading @value{GDBN} Command
15805
15806The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
15807@samp{gdb_get_mem} memory read command.
15808
15809@subsubheading Example
15810
15811Read six bytes of memory starting at @code{bytes+6} but then offset by
15812@code{-6} bytes. Format as three rows of two columns. One byte per
15813word. Display each word in hex.
15814
15815@smallexample
15816(@value{GDBP})
158179-data-read-memory -o -6 -- bytes+6 x 1 3 2
158189^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
15819next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
15820prev-page="0x0000138a",memory=[
15821@{addr="0x00001390",data=["0x00","0x01"]@},
15822@{addr="0x00001392",data=["0x02","0x03"]@},
15823@{addr="0x00001394",data=["0x04","0x05"]@}]
15824(@value{GDBP})
15825@end smallexample
15826
15827Read two bytes of memory starting at address @code{shorts + 64} and
15828display as a single word formatted in decimal.
15829
15830@smallexample
15831(@value{GDBP})
158325-data-read-memory shorts+64 d 2 1 1
158335^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
15834next-row="0x00001512",prev-row="0x0000150e",
15835next-page="0x00001512",prev-page="0x0000150e",memory=[
15836@{addr="0x00001510",data=["128"]@}]
15837(@value{GDBP})
15838@end smallexample
15839
15840Read thirty two bytes of memory starting at @code{bytes+16} and format
15841as eight rows of four columns. Include a string encoding with @samp{x}
15842used as the non-printable character.
15843
15844@smallexample
15845(@value{GDBP})
158464-data-read-memory bytes+16 x 1 8 4 x
158474^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
15848next-row="0x000013c0",prev-row="0x0000139c",
15849next-page="0x000013c0",prev-page="0x00001380",memory=[
15850@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
15851@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
15852@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
15853@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
15854@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
15855@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
15856@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
15857@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
15858(@value{GDBP})
15859@end smallexample
15860
15861@subheading The @code{-display-delete} Command
15862@findex -display-delete
15863
15864@subsubheading Synopsis
15865
15866@smallexample
15867 -display-delete @var{number}
15868@end smallexample
15869
15870Delete the display @var{number}.
15871
15872@subsubheading @value{GDBN} Command
15873
15874The corresponding @value{GDBN} command is @samp{delete display}.
15875
15876@subsubheading Example
15877N.A.
15878
15879
15880@subheading The @code{-display-disable} Command
15881@findex -display-disable
15882
15883@subsubheading Synopsis
15884
15885@smallexample
15886 -display-disable @var{number}
15887@end smallexample
15888
15889Disable display @var{number}.
15890
15891@subsubheading @value{GDBN} Command
15892
15893The corresponding @value{GDBN} command is @samp{disable display}.
15894
15895@subsubheading Example
15896N.A.
15897
15898
15899@subheading The @code{-display-enable} Command
15900@findex -display-enable
15901
15902@subsubheading Synopsis
15903
15904@smallexample
15905 -display-enable @var{number}
15906@end smallexample
15907
15908Enable display @var{number}.
15909
15910@subsubheading @value{GDBN} Command
15911
15912The corresponding @value{GDBN} command is @samp{enable display}.
15913
15914@subsubheading Example
15915N.A.
15916
15917
15918@subheading The @code{-display-insert} Command
15919@findex -display-insert
15920
15921@subsubheading Synopsis
15922
15923@smallexample
15924 -display-insert @var{expression}
15925@end smallexample
15926
15927Display @var{expression} every time the program stops.
15928
15929@subsubheading @value{GDBN} Command
15930
15931The corresponding @value{GDBN} command is @samp{display}.
15932
15933@subsubheading Example
15934N.A.
15935
15936
15937@subheading The @code{-display-list} Command
15938@findex -display-list
15939
15940@subsubheading Synopsis
15941
15942@smallexample
15943 -display-list
15944@end smallexample
15945
15946List the displays. Do not show the current values.
15947
15948@subsubheading @value{GDBN} Command
15949
15950The corresponding @value{GDBN} command is @samp{info display}.
15951
15952@subsubheading Example
15953N.A.
15954
15955
15956@subheading The @code{-environment-cd} Command
15957@findex -environment-cd
15958
15959@subsubheading Synopsis
15960
15961@smallexample
15962 -environment-cd @var{pathdir}
15963@end smallexample
15964
15965Set @value{GDBN}'s working directory.
15966
15967@subsubheading @value{GDBN} Command
15968
15969The corresponding @value{GDBN} command is @samp{cd}.
15970
15971@subsubheading Example
15972
15973@smallexample
15974(@value{GDBP})
15975-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
15976^done
15977(@value{GDBP})
15978@end smallexample
15979
15980
15981@subheading The @code{-environment-directory} Command
15982@findex -environment-directory
15983
15984@subsubheading Synopsis
15985
15986@smallexample
15987 -environment-directory [ -r ] [ @var{pathdir} ]+
15988@end smallexample
15989
15990Add directories @var{pathdir} to beginning of search path for source files.
15991If the @samp{-r} option is used, the search path is reset to the default
15992search path. If directories @var{pathdir} are supplied in addition to the
15993@samp{-r} option, the search path is first reset and then addition
15994occurs as normal.
15995Multiple directories may be specified, separated by blanks. Specifying
15996multiple directories in a single command
15997results in the directories added to the beginning of the
15998search path in the same order they were presented in the command.
15999If blanks are needed as
16000part of a directory name, double-quotes should be used around
16001the name. In the command output, the path will show up separated
16002by the system directory-separator character. The directory-seperator
16003character must not be used
16004in any directory name.
16005If no directories are specified, the current search path is displayed.
16006
16007@subsubheading @value{GDBN} Command
16008
16009The corresponding @value{GDBN} command is @samp{dir}.
16010
16011@subsubheading Example
16012
16013@smallexample
16014(@value{GDBP})
16015-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
16016^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
16017(@value{GDBP})
16018-environment-directory ""
16019^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
16020(@value{GDBP})
16021-environment-directory -r /home/jjohnstn/src/gdb /usr/src
16022^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
16023(@value{GDBP})
16024-environment-directory -r
16025^done,source-path="$cdir:$cwd"
16026(@value{GDBP})
16027@end smallexample
16028
16029
16030@subheading The @code{-environment-path} Command
16031@findex -environment-path
16032
16033@subsubheading Synopsis
16034
16035@smallexample
16036 -environment-path [ -r ] [ @var{pathdir} ]+
16037@end smallexample
16038
16039Add directories @var{pathdir} to beginning of search path for object files.
16040If the @samp{-r} option is used, the search path is reset to the original
16041search path that existed at gdb start-up. If directories @var{pathdir} are
16042supplied in addition to the
16043@samp{-r} option, the search path is first reset and then addition
16044occurs as normal.
16045Multiple directories may be specified, separated by blanks. Specifying
16046multiple directories in a single command
16047results in the directories added to the beginning of the
16048search path in the same order they were presented in the command.
16049If blanks are needed as
16050part of a directory name, double-quotes should be used around
16051the name. In the command output, the path will show up separated
16052by the system directory-separator character. The directory-seperator
16053character must not be used
16054in any directory name.
16055If no directories are specified, the current path is displayed.
16056
16057
16058@subsubheading @value{GDBN} Command
16059
16060The corresponding @value{GDBN} command is @samp{path}.
16061
16062@subsubheading Example
16063
16064@smallexample
16065(@value{GDBP})
16066-environment-path
16067^done,path="/usr/bin"
16068(@value{GDBP})
16069-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
16070^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
16071(@value{GDBP})
16072-environment-path -r /usr/local/bin
16073^done,path="/usr/local/bin:/usr/bin"
16074(@value{GDBP})
16075@end smallexample
16076
16077
16078@subheading The @code{-environment-pwd} Command
16079@findex -environment-pwd
16080
16081@subsubheading Synopsis
16082
16083@smallexample
16084 -environment-pwd
16085@end smallexample
16086
16087Show the current working directory.
16088
16089@subsubheading @value{GDBN} command
16090
16091The corresponding @value{GDBN} command is @samp{pwd}.
16092
16093@subsubheading Example
16094
16095@smallexample
16096(@value{GDBP})
16097-environment-pwd
16098^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
16099(@value{GDBP})
16100@end smallexample
16101
16102@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16103@node GDB/MI Program Control
16104@section @sc{gdb/mi} Program control
16105
16106@subsubheading Program termination
16107
16108As a result of execution, the inferior program can run to completion, if
16109it doesn't encounter any breakpoints. In this case the output will
16110include an exit code, if the program has exited exceptionally.
16111
16112@subsubheading Examples
16113
16114@noindent
16115Program exited normally:
16116
16117@smallexample
16118(@value{GDBP})
16119-exec-run
16120^running
16121(@value{GDBP})
16122x = 55
16123*stopped,reason="exited-normally"
16124(@value{GDBP})
16125@end smallexample
16126
16127@noindent
16128Program exited exceptionally:
16129
16130@smallexample
16131(@value{GDBP})
16132-exec-run
16133^running
16134(@value{GDBP})
16135x = 55
16136*stopped,reason="exited",exit-code="01"
16137(@value{GDBP})
16138@end smallexample
16139
16140Another way the program can terminate is if it receives a signal such as
16141@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
16142
16143@smallexample
16144(@value{GDBP})
16145*stopped,reason="exited-signalled",signal-name="SIGINT",
16146signal-meaning="Interrupt"
16147@end smallexample
16148
16149
16150@subheading The @code{-exec-abort} Command
16151@findex -exec-abort
16152
16153@subsubheading Synopsis
16154
16155@smallexample
16156 -exec-abort
16157@end smallexample
16158
16159Kill the inferior running program.
16160
16161@subsubheading @value{GDBN} Command
16162
16163The corresponding @value{GDBN} command is @samp{kill}.
16164
16165@subsubheading Example
16166N.A.
16167
16168
16169@subheading The @code{-exec-arguments} Command
16170@findex -exec-arguments
16171
16172@subsubheading Synopsis
16173
16174@smallexample
16175 -exec-arguments @var{args}
16176@end smallexample
16177
16178Set the inferior program arguments, to be used in the next
16179@samp{-exec-run}.
16180
16181@subsubheading @value{GDBN} Command
16182
16183The corresponding @value{GDBN} command is @samp{set args}.
16184
16185@subsubheading Example
16186
16187@c FIXME!
16188Don't have one around.
16189
16190
16191@subheading The @code{-exec-continue} Command
16192@findex -exec-continue
16193
16194@subsubheading Synopsis
16195
16196@smallexample
16197 -exec-continue
16198@end smallexample
16199
16200Asynchronous command. Resumes the execution of the inferior program
16201until a breakpoint is encountered, or until the inferior exits.
16202
16203@subsubheading @value{GDBN} Command
16204
16205The corresponding @value{GDBN} corresponding is @samp{continue}.
16206
16207@subsubheading Example
16208
16209@smallexample
16210-exec-continue
16211^running
16212(@value{GDBP})
16213@@Hello world
16214*stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
16215file="hello.c",line="13"@}
16216(@value{GDBP})
16217@end smallexample
16218
16219
16220@subheading The @code{-exec-finish} Command
16221@findex -exec-finish
16222
16223@subsubheading Synopsis
16224
16225@smallexample
16226 -exec-finish
16227@end smallexample
16228
16229Asynchronous command. Resumes the execution of the inferior program
16230until the current function is exited. Displays the results returned by
16231the function.
16232
16233@subsubheading @value{GDBN} Command
16234
16235The corresponding @value{GDBN} command is @samp{finish}.
16236
16237@subsubheading Example
16238
16239Function returning @code{void}.
16240
16241@smallexample
16242-exec-finish
16243^running
16244(@value{GDBP})
16245@@hello from foo
16246*stopped,reason="function-finished",frame=@{func="main",args=[],
16247file="hello.c",line="7"@}
16248(@value{GDBP})
16249@end smallexample
16250
16251Function returning other than @code{void}. The name of the internal
16252@value{GDBN} variable storing the result is printed, together with the
16253value itself.
16254
16255@smallexample
16256-exec-finish
16257^running
16258(@value{GDBP})
16259*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
16260args=[@{name="a",value="1"],@{name="b",value="9"@}@},
16261file="recursive2.c",line="14"@},
16262gdb-result-var="$1",return-value="0"
16263(@value{GDBP})
16264@end smallexample
16265
16266
16267@subheading The @code{-exec-interrupt} Command
16268@findex -exec-interrupt
16269
16270@subsubheading Synopsis
16271
16272@smallexample
16273 -exec-interrupt
16274@end smallexample
16275
16276Asynchronous command. Interrupts the background execution of the target.
16277Note how the token associated with the stop message is the one for the
16278execution command that has been interrupted. The token for the interrupt
16279itself only appears in the @samp{^done} output. If the user is trying to
16280interrupt a non-running program, an error message will be printed.
16281
16282@subsubheading @value{GDBN} Command
16283
16284The corresponding @value{GDBN} command is @samp{interrupt}.
16285
16286@subsubheading Example
16287
16288@smallexample
16289(@value{GDBP})
16290111-exec-continue
16291111^running
16292
16293(@value{GDBP})
16294222-exec-interrupt
16295222^done
16296(@value{GDBP})
16297111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
16298frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@}
16299(@value{GDBP})
16300
16301(@value{GDBP})
16302-exec-interrupt
16303^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
16304(@value{GDBP})
16305@end smallexample
16306
16307
16308@subheading The @code{-exec-next} Command
16309@findex -exec-next
16310
16311@subsubheading Synopsis
16312
16313@smallexample
16314 -exec-next
16315@end smallexample
16316
16317Asynchronous command. Resumes execution of the inferior program, stopping
16318when the beginning of the next source line is reached.
16319
16320@subsubheading @value{GDBN} Command
16321
16322The corresponding @value{GDBN} command is @samp{next}.
16323
16324@subsubheading Example
16325
16326@smallexample
16327-exec-next
16328^running
16329(@value{GDBP})
16330*stopped,reason="end-stepping-range",line="8",file="hello.c"
16331(@value{GDBP})
16332@end smallexample
16333
16334
16335@subheading The @code{-exec-next-instruction} Command
16336@findex -exec-next-instruction
16337
16338@subsubheading Synopsis
16339
16340@smallexample
16341 -exec-next-instruction
16342@end smallexample
16343
16344Asynchronous command. Executes one machine instruction. If the
16345instruction is a function call continues until the function returns. If
16346the program stops at an instruction in the middle of a source line, the
16347address will be printed as well.
16348
16349@subsubheading @value{GDBN} Command
16350
16351The corresponding @value{GDBN} command is @samp{nexti}.
16352
16353@subsubheading Example
16354
16355@smallexample
16356(@value{GDBP})
16357-exec-next-instruction
16358^running
16359
16360(@value{GDBP})
16361*stopped,reason="end-stepping-range",
16362addr="0x000100d4",line="5",file="hello.c"
16363(@value{GDBP})
16364@end smallexample
16365
16366
16367@subheading The @code{-exec-return} Command
16368@findex -exec-return
16369
16370@subsubheading Synopsis
16371
16372@smallexample
16373 -exec-return
16374@end smallexample
16375
16376Makes current function return immediately. Doesn't execute the inferior.
16377Displays the new current frame.
16378
16379@subsubheading @value{GDBN} Command
16380
16381The corresponding @value{GDBN} command is @samp{return}.
16382
16383@subsubheading Example
16384
16385@smallexample
16386(@value{GDBP})
16387200-break-insert callee4
16388200^done,bkpt=@{number="1",addr="0x00010734",
16389file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16390(@value{GDBP})
16391000-exec-run
16392000^running
16393(@value{GDBP})
16394000*stopped,reason="breakpoint-hit",bkptno="1",
16395frame=@{func="callee4",args=[],
16396file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16397(@value{GDBP})
16398205-break-delete
16399205^done
16400(@value{GDBP})
16401111-exec-return
16402111^done,frame=@{level="0",func="callee3",
16403args=[@{name="strarg",
16404value="0x11940 \"A string argument.\""@}],
16405file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
16406(@value{GDBP})
16407@end smallexample
16408
16409
16410@subheading The @code{-exec-run} Command
16411@findex -exec-run
16412
16413@subsubheading Synopsis
16414
16415@smallexample
16416 -exec-run
16417@end smallexample
16418
16419Asynchronous command. Starts execution of the inferior from the
16420beginning. The inferior executes until either a breakpoint is
16421encountered or the program exits.
16422
16423@subsubheading @value{GDBN} Command
16424
16425The corresponding @value{GDBN} command is @samp{run}.
16426
16427@subsubheading Example
16428
16429@smallexample
16430(@value{GDBP})
16431-break-insert main
16432^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
16433(@value{GDBP})
16434-exec-run
16435^running
16436(@value{GDBP})
16437*stopped,reason="breakpoint-hit",bkptno="1",
16438frame=@{func="main",args=[],file="recursive2.c",line="4"@}
16439(@value{GDBP})
16440@end smallexample
16441
16442
16443@subheading The @code{-exec-show-arguments} Command
16444@findex -exec-show-arguments
16445
16446@subsubheading Synopsis
16447
16448@smallexample
16449 -exec-show-arguments
16450@end smallexample
16451
16452Print the arguments of the program.
16453
16454@subsubheading @value{GDBN} Command
16455
16456The corresponding @value{GDBN} command is @samp{show args}.
16457
16458@subsubheading Example
16459N.A.
16460
16461@c @subheading -exec-signal
16462
16463@subheading The @code{-exec-step} Command
16464@findex -exec-step
16465
16466@subsubheading Synopsis
16467
16468@smallexample
16469 -exec-step
16470@end smallexample
16471
16472Asynchronous command. Resumes execution of the inferior program, stopping
16473when the beginning of the next source line is reached, if the next
16474source line is not a function call. If it is, stop at the first
16475instruction of the called function.
16476
16477@subsubheading @value{GDBN} Command
16478
16479The corresponding @value{GDBN} command is @samp{step}.
16480
16481@subsubheading Example
16482
16483Stepping into a function:
16484
16485@smallexample
16486-exec-step
16487^running
16488(@value{GDBP})
16489*stopped,reason="end-stepping-range",
16490frame=@{func="foo",args=[@{name="a",value="10"@},
16491@{name="b",value="0"@}],file="recursive2.c",line="11"@}
16492(@value{GDBP})
16493@end smallexample
16494
16495Regular stepping:
16496
16497@smallexample
16498-exec-step
16499^running
16500(@value{GDBP})
16501*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
16502(@value{GDBP})
16503@end smallexample
16504
16505
16506@subheading The @code{-exec-step-instruction} Command
16507@findex -exec-step-instruction
16508
16509@subsubheading Synopsis
16510
16511@smallexample
16512 -exec-step-instruction
16513@end smallexample
16514
16515Asynchronous command. Resumes the inferior which executes one machine
16516instruction. The output, once @value{GDBN} has stopped, will vary depending on
16517whether we have stopped in the middle of a source line or not. In the
16518former case, the address at which the program stopped will be printed as
16519well.
16520
16521@subsubheading @value{GDBN} Command
16522
16523The corresponding @value{GDBN} command is @samp{stepi}.
16524
16525@subsubheading Example
16526
16527@smallexample
16528(@value{GDBP})
16529-exec-step-instruction
16530^running
16531
16532(@value{GDBP})
16533*stopped,reason="end-stepping-range",
16534frame=@{func="foo",args=[],file="try.c",line="10"@}
16535(@value{GDBP})
16536-exec-step-instruction
16537^running
16538
16539(@value{GDBP})
16540*stopped,reason="end-stepping-range",
16541frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@}
16542(@value{GDBP})
16543@end smallexample
16544
16545
16546@subheading The @code{-exec-until} Command
16547@findex -exec-until
16548
16549@subsubheading Synopsis
16550
16551@smallexample
16552 -exec-until [ @var{location} ]
16553@end smallexample
16554
16555Asynchronous command. Executes the inferior until the @var{location}
16556specified in the argument is reached. If there is no argument, the inferior
16557executes until a source line greater than the current one is reached.
16558The reason for stopping in this case will be @samp{location-reached}.
16559
16560@subsubheading @value{GDBN} Command
16561
16562The corresponding @value{GDBN} command is @samp{until}.
16563
16564@subsubheading Example
16565
16566@smallexample
16567(@value{GDBP})
16568-exec-until recursive2.c:6
16569^running
16570(@value{GDBP})
16571x = 55
16572*stopped,reason="location-reached",frame=@{func="main",args=[],
16573file="recursive2.c",line="6"@}
16574(@value{GDBP})
16575@end smallexample
16576
16577@ignore
16578@subheading -file-clear
16579Is this going away????
16580@end ignore
16581
16582
16583@subheading The @code{-file-exec-and-symbols} Command
16584@findex -file-exec-and-symbols
16585
16586@subsubheading Synopsis
16587
16588@smallexample
16589 -file-exec-and-symbols @var{file}
16590@end smallexample
16591
16592Specify the executable file to be debugged. This file is the one from
16593which the symbol table is also read. If no file is specified, the
16594command clears the executable and symbol information. If breakpoints
16595are set when using this command with no arguments, @value{GDBN} will produce
16596error messages. Otherwise, no output is produced, except a completion
16597notification.
16598
16599@subsubheading @value{GDBN} Command
16600
16601The corresponding @value{GDBN} command is @samp{file}.
16602
16603@subsubheading Example
16604
16605@smallexample
16606(@value{GDBP})
16607-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16608^done
16609(@value{GDBP})
16610@end smallexample
16611
16612
16613@subheading The @code{-file-exec-file} Command
16614@findex -file-exec-file
16615
16616@subsubheading Synopsis
16617
16618@smallexample
16619 -file-exec-file @var{file}
16620@end smallexample
16621
16622Specify the executable file to be debugged. Unlike
16623@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
16624from this file. If used without argument, @value{GDBN} clears the information
16625about the executable file. No output is produced, except a completion
16626notification.
16627
16628@subsubheading @value{GDBN} Command
16629
16630The corresponding @value{GDBN} command is @samp{exec-file}.
16631
16632@subsubheading Example
16633
16634@smallexample
16635(@value{GDBP})
16636-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16637^done
16638(@value{GDBP})
16639@end smallexample
16640
16641
16642@subheading The @code{-file-list-exec-sections} Command
16643@findex -file-list-exec-sections
16644
16645@subsubheading Synopsis
16646
16647@smallexample
16648 -file-list-exec-sections
16649@end smallexample
16650
16651List the sections of the current executable file.
16652
16653@subsubheading @value{GDBN} Command
16654
16655The @value{GDBN} command @samp{info file} shows, among the rest, the same
16656information as this command. @code{gdbtk} has a corresponding command
16657@samp{gdb_load_info}.
16658
16659@subsubheading Example
16660N.A.
16661
16662
1abaf70c
BR
16663@subheading The @code{-file-list-exec-source-file} Command
16664@findex -file-list-exec-source-file
16665
16666@subsubheading Synopsis
16667
16668@smallexample
16669 -file-list-exec-source-file
16670@end smallexample
16671
16672List the line number, the current source file, and the absolute path
16673to the current source file for the current executable.
16674
16675@subsubheading @value{GDBN} Command
16676
16677There's no @value{GDBN} command which directly corresponds to this one.
16678
16679@subsubheading Example
16680
16681@smallexample
16682(@value{GDBP})
16683123-file-list-exec-source-file
16684123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
16685(@value{GDBP})
16686@end smallexample
16687
16688
922fbb7b
AC
16689@subheading The @code{-file-list-exec-source-files} Command
16690@findex -file-list-exec-source-files
16691
16692@subsubheading Synopsis
16693
16694@smallexample
16695 -file-list-exec-source-files
16696@end smallexample
16697
16698List the source files for the current executable.
16699
16700@subsubheading @value{GDBN} Command
16701
16702There's no @value{GDBN} command which directly corresponds to this one.
16703@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
16704
16705@subsubheading Example
16706N.A.
16707
16708
16709@subheading The @code{-file-list-shared-libraries} Command
16710@findex -file-list-shared-libraries
16711
16712@subsubheading Synopsis
16713
16714@smallexample
16715 -file-list-shared-libraries
16716@end smallexample
16717
16718List the shared libraries in the program.
16719
16720@subsubheading @value{GDBN} Command
16721
16722The corresponding @value{GDBN} command is @samp{info shared}.
16723
16724@subsubheading Example
16725N.A.
16726
16727
16728@subheading The @code{-file-list-symbol-files} Command
16729@findex -file-list-symbol-files
16730
16731@subsubheading Synopsis
16732
16733@smallexample
16734 -file-list-symbol-files
16735@end smallexample
16736
16737List symbol files.
16738
16739@subsubheading @value{GDBN} Command
16740
16741The corresponding @value{GDBN} command is @samp{info file} (part of it).
16742
16743@subsubheading Example
16744N.A.
16745
16746
16747@subheading The @code{-file-symbol-file} Command
16748@findex -file-symbol-file
16749
16750@subsubheading Synopsis
16751
16752@smallexample
16753 -file-symbol-file @var{file}
16754@end smallexample
16755
16756Read symbol table info from the specified @var{file} argument. When
16757used without arguments, clears @value{GDBN}'s symbol table info. No output is
16758produced, except for a completion notification.
16759
16760@subsubheading @value{GDBN} Command
16761
16762The corresponding @value{GDBN} command is @samp{symbol-file}.
16763
16764@subsubheading Example
16765
16766@smallexample
16767(@value{GDBP})
16768-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16769^done
16770(@value{GDBP})
16771@end smallexample
16772
16773@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16774@node GDB/MI Miscellaneous Commands
16775@section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
16776
16777@c @subheading -gdb-complete
16778
16779@subheading The @code{-gdb-exit} Command
16780@findex -gdb-exit
16781
16782@subsubheading Synopsis
16783
16784@smallexample
16785 -gdb-exit
16786@end smallexample
16787
16788Exit @value{GDBN} immediately.
16789
16790@subsubheading @value{GDBN} Command
16791
16792Approximately corresponds to @samp{quit}.
16793
16794@subsubheading Example
16795
16796@smallexample
16797(@value{GDBP})
16798-gdb-exit
16799@end smallexample
16800
16801@subheading The @code{-gdb-set} Command
16802@findex -gdb-set
16803
16804@subsubheading Synopsis
16805
16806@smallexample
16807 -gdb-set
16808@end smallexample
16809
16810Set an internal @value{GDBN} variable.
16811@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
16812
16813@subsubheading @value{GDBN} Command
16814
16815The corresponding @value{GDBN} command is @samp{set}.
16816
16817@subsubheading Example
16818
16819@smallexample
16820(@value{GDBP})
16821-gdb-set $foo=3
16822^done
16823(@value{GDBP})
16824@end smallexample
16825
16826
16827@subheading The @code{-gdb-show} Command
16828@findex -gdb-show
16829
16830@subsubheading Synopsis
16831
16832@smallexample
16833 -gdb-show
16834@end smallexample
16835
16836Show the current value of a @value{GDBN} variable.
16837
16838@subsubheading @value{GDBN} command
16839
16840The corresponding @value{GDBN} command is @samp{show}.
16841
16842@subsubheading Example
16843
16844@smallexample
16845(@value{GDBP})
16846-gdb-show annotate
16847^done,value="0"
16848(@value{GDBP})
16849@end smallexample
16850
16851@c @subheading -gdb-source
16852
16853
16854@subheading The @code{-gdb-version} Command
16855@findex -gdb-version
16856
16857@subsubheading Synopsis
16858
16859@smallexample
16860 -gdb-version
16861@end smallexample
16862
16863Show version information for @value{GDBN}. Used mostly in testing.
16864
16865@subsubheading @value{GDBN} Command
16866
16867There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
16868information when you start an interactive session.
16869
16870@subsubheading Example
16871
16872@c This example modifies the actual output from GDB to avoid overfull
16873@c box in TeX.
16874@smallexample
16875(@value{GDBP})
16876-gdb-version
16877~GNU gdb 5.2.1
16878~Copyright 2000 Free Software Foundation, Inc.
16879~GDB is free software, covered by the GNU General Public License, and
16880~you are welcome to change it and/or distribute copies of it under
16881~ certain conditions.
16882~Type "show copying" to see the conditions.
16883~There is absolutely no warranty for GDB. Type "show warranty" for
16884~ details.
16885~This GDB was configured as
16886 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
16887^done
16888(@value{GDBP})
16889@end smallexample
16890
16891@subheading The @code{-interpreter-exec} Command
16892@findex -interpreter-exec
16893
16894@subheading Synopsis
16895
16896@smallexample
16897-interpreter-exec @var{interpreter} @var{command}
16898@end smallexample
16899
16900Execute the specified @var{command} in the given @var{interpreter}.
16901
16902@subheading @value{GDBN} Command
16903
16904The corresponding @value{GDBN} command is @samp{interpreter-exec}.
16905
16906@subheading Example
16907
16908@smallexample
16909(@value{GDBP})
16910-interpreter-exec console "break main"
16911&"During symbol reading, couldn't parse type; debugger out of date?.\n"
16912&"During symbol reading, bad structure-type format.\n"
16913~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
16914^done
16915(@value{GDBP})
16916@end smallexample
16917
16918@ignore
16919@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16920@node GDB/MI Kod Commands
16921@section @sc{gdb/mi} Kod Commands
16922
16923The Kod commands are not implemented.
16924
16925@c @subheading -kod-info
16926
16927@c @subheading -kod-list
16928
16929@c @subheading -kod-list-object-types
16930
16931@c @subheading -kod-show
16932
16933@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16934@node GDB/MI Memory Overlay Commands
16935@section @sc{gdb/mi} Memory Overlay Commands
16936
16937The memory overlay commands are not implemented.
16938
16939@c @subheading -overlay-auto
16940
16941@c @subheading -overlay-list-mapping-state
16942
16943@c @subheading -overlay-list-overlays
16944
16945@c @subheading -overlay-map
16946
16947@c @subheading -overlay-off
16948
16949@c @subheading -overlay-on
16950
16951@c @subheading -overlay-unmap
16952
16953@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16954@node GDB/MI Signal Handling Commands
16955@section @sc{gdb/mi} Signal Handling Commands
16956
16957Signal handling commands are not implemented.
16958
16959@c @subheading -signal-handle
16960
16961@c @subheading -signal-list-handle-actions
16962
16963@c @subheading -signal-list-signal-types
16964@end ignore
16965
16966
16967@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16968@node GDB/MI Stack Manipulation
16969@section @sc{gdb/mi} Stack Manipulation Commands
16970
16971
16972@subheading The @code{-stack-info-frame} Command
16973@findex -stack-info-frame
16974
16975@subsubheading Synopsis
16976
16977@smallexample
16978 -stack-info-frame
16979@end smallexample
16980
16981Get info on the current frame.
16982
16983@subsubheading @value{GDBN} Command
16984
16985The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
16986(without arguments).
16987
16988@subsubheading Example
16989N.A.
16990
16991@subheading The @code{-stack-info-depth} Command
16992@findex -stack-info-depth
16993
16994@subsubheading Synopsis
16995
16996@smallexample
16997 -stack-info-depth [ @var{max-depth} ]
16998@end smallexample
16999
17000Return the depth of the stack. If the integer argument @var{max-depth}
17001is specified, do not count beyond @var{max-depth} frames.
17002
17003@subsubheading @value{GDBN} Command
17004
17005There's no equivalent @value{GDBN} command.
17006
17007@subsubheading Example
17008
17009For a stack with frame levels 0 through 11:
17010
17011@smallexample
17012(@value{GDBP})
17013-stack-info-depth
17014^done,depth="12"
17015(@value{GDBP})
17016-stack-info-depth 4
17017^done,depth="4"
17018(@value{GDBP})
17019-stack-info-depth 12
17020^done,depth="12"
17021(@value{GDBP})
17022-stack-info-depth 11
17023^done,depth="11"
17024(@value{GDBP})
17025-stack-info-depth 13
17026^done,depth="12"
17027(@value{GDBP})
17028@end smallexample
17029
17030@subheading The @code{-stack-list-arguments} Command
17031@findex -stack-list-arguments
17032
17033@subsubheading Synopsis
17034
17035@smallexample
17036 -stack-list-arguments @var{show-values}
17037 [ @var{low-frame} @var{high-frame} ]
17038@end smallexample
17039
17040Display a list of the arguments for the frames between @var{low-frame}
17041and @var{high-frame} (inclusive). If @var{low-frame} and
17042@var{high-frame} are not provided, list the arguments for the whole call
17043stack.
17044
17045The @var{show-values} argument must have a value of 0 or 1. A value of
170460 means that only the names of the arguments are listed, a value of 1
17047means that both names and values of the arguments are printed.
17048
17049@subsubheading @value{GDBN} Command
17050
17051@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
17052@samp{gdb_get_args} command which partially overlaps with the
17053functionality of @samp{-stack-list-arguments}.
17054
17055@subsubheading Example
17056
17057@smallexample
17058(@value{GDBP})
17059-stack-list-frames
17060^done,
17061stack=[
17062frame=@{level="0",addr="0x00010734",func="callee4",
17063file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
17064frame=@{level="1",addr="0x0001076c",func="callee3",
17065file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
17066frame=@{level="2",addr="0x0001078c",func="callee2",
17067file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
17068frame=@{level="3",addr="0x000107b4",func="callee1",
17069file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
17070frame=@{level="4",addr="0x000107e0",func="main",
17071file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
17072(@value{GDBP})
17073-stack-list-arguments 0
17074^done,
17075stack-args=[
17076frame=@{level="0",args=[]@},
17077frame=@{level="1",args=[name="strarg"]@},
17078frame=@{level="2",args=[name="intarg",name="strarg"]@},
17079frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
17080frame=@{level="4",args=[]@}]
17081(@value{GDBP})
17082-stack-list-arguments 1
17083^done,
17084stack-args=[
17085frame=@{level="0",args=[]@},
17086frame=@{level="1",
17087 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
17088frame=@{level="2",args=[
17089@{name="intarg",value="2"@},
17090@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
17091@{frame=@{level="3",args=[
17092@{name="intarg",value="2"@},
17093@{name="strarg",value="0x11940 \"A string argument.\""@},
17094@{name="fltarg",value="3.5"@}]@},
17095frame=@{level="4",args=[]@}]
17096(@value{GDBP})
17097-stack-list-arguments 0 2 2
17098^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
17099(@value{GDBP})
17100-stack-list-arguments 1 2 2
17101^done,stack-args=[frame=@{level="2",
17102args=[@{name="intarg",value="2"@},
17103@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
17104(@value{GDBP})
17105@end smallexample
17106
17107@c @subheading -stack-list-exception-handlers
17108
17109
17110@subheading The @code{-stack-list-frames} Command
17111@findex -stack-list-frames
17112
17113@subsubheading Synopsis
17114
17115@smallexample
17116 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
17117@end smallexample
17118
17119List the frames currently on the stack. For each frame it displays the
17120following info:
17121
17122@table @samp
17123@item @var{level}
17124The frame number, 0 being the topmost frame, i.e. the innermost function.
17125@item @var{addr}
17126The @code{$pc} value for that frame.
17127@item @var{func}
17128Function name.
17129@item @var{file}
17130File name of the source file where the function lives.
17131@item @var{line}
17132Line number corresponding to the @code{$pc}.
17133@end table
17134
17135If invoked without arguments, this command prints a backtrace for the
17136whole stack. If given two integer arguments, it shows the frames whose
17137levels are between the two arguments (inclusive). If the two arguments
17138are equal, it shows the single frame at the corresponding level.
17139
17140@subsubheading @value{GDBN} Command
17141
17142The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
17143
17144@subsubheading Example
17145
17146Full stack backtrace:
17147
17148@smallexample
17149(@value{GDBP})
17150-stack-list-frames
17151^done,stack=
17152[frame=@{level="0",addr="0x0001076c",func="foo",
17153 file="recursive2.c",line="11"@},
17154frame=@{level="1",addr="0x000107a4",func="foo",
17155 file="recursive2.c",line="14"@},
17156frame=@{level="2",addr="0x000107a4",func="foo",
17157 file="recursive2.c",line="14"@},
17158frame=@{level="3",addr="0x000107a4",func="foo",
17159 file="recursive2.c",line="14"@},
17160frame=@{level="4",addr="0x000107a4",func="foo",
17161 file="recursive2.c",line="14"@},
17162frame=@{level="5",addr="0x000107a4",func="foo",
17163 file="recursive2.c",line="14"@},
17164frame=@{level="6",addr="0x000107a4",func="foo",
17165 file="recursive2.c",line="14"@},
17166frame=@{level="7",addr="0x000107a4",func="foo",
17167 file="recursive2.c",line="14"@},
17168frame=@{level="8",addr="0x000107a4",func="foo",
17169 file="recursive2.c",line="14"@},
17170frame=@{level="9",addr="0x000107a4",func="foo",
17171 file="recursive2.c",line="14"@},
17172frame=@{level="10",addr="0x000107a4",func="foo",
17173 file="recursive2.c",line="14"@},
17174frame=@{level="11",addr="0x00010738",func="main",
17175 file="recursive2.c",line="4"@}]
17176(@value{GDBP})
17177@end smallexample
17178
17179Show frames between @var{low_frame} and @var{high_frame}:
17180
17181@smallexample
17182(@value{GDBP})
17183-stack-list-frames 3 5
17184^done,stack=
17185[frame=@{level="3",addr="0x000107a4",func="foo",
17186 file="recursive2.c",line="14"@},
17187frame=@{level="4",addr="0x000107a4",func="foo",
17188 file="recursive2.c",line="14"@},
17189frame=@{level="5",addr="0x000107a4",func="foo",
17190 file="recursive2.c",line="14"@}]
17191(@value{GDBP})
17192@end smallexample
17193
17194Show a single frame:
17195
17196@smallexample
17197(@value{GDBP})
17198-stack-list-frames 3 3
17199^done,stack=
17200[frame=@{level="3",addr="0x000107a4",func="foo",
17201 file="recursive2.c",line="14"@}]
17202(@value{GDBP})
17203@end smallexample
17204
17205
17206@subheading The @code{-stack-list-locals} Command
17207@findex -stack-list-locals
17208
17209@subsubheading Synopsis
17210
17211@smallexample
17212 -stack-list-locals @var{print-values}
17213@end smallexample
17214
17215Display the local variable names for the current frame. With an
bc8ced35
NR
17216argument of 0 or @code{--no-values}, prints only the names of the variables.
17217With argument of 1 or @code{--all-values}, prints also their values. With
17218argument of 2 or @code{--simple-values}, prints the name, type and value for
17219simple data types and the name and type for arrays, structures and
17220unions. In this last case, the idea is that the user can see the
17221value of simple data types immediately and he can create variable
17222objects for other data types if he wishes to explore their values in
17223more detail.
922fbb7b
AC
17224
17225@subsubheading @value{GDBN} Command
17226
17227@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
17228
17229@subsubheading Example
17230
17231@smallexample
17232(@value{GDBP})
17233-stack-list-locals 0
17234^done,locals=[name="A",name="B",name="C"]
17235(@value{GDBP})
bc8ced35 17236-stack-list-locals --all-values
922fbb7b 17237^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
bc8ced35
NR
17238 @{name="C",value="@{1, 2, 3@}"@}]
17239-stack-list-locals --simple-values
17240^done,locals=[@{name="A",type="int",value="1"@},
17241 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
922fbb7b
AC
17242(@value{GDBP})
17243@end smallexample
17244
17245
17246@subheading The @code{-stack-select-frame} Command
17247@findex -stack-select-frame
17248
17249@subsubheading Synopsis
17250
17251@smallexample
17252 -stack-select-frame @var{framenum}
17253@end smallexample
17254
17255Change the current frame. Select a different frame @var{framenum} on
17256the stack.
17257
17258@subsubheading @value{GDBN} Command
17259
17260The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
17261@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
17262
17263@subsubheading Example
17264
17265@smallexample
17266(@value{GDBP})
17267-stack-select-frame 2
17268^done
17269(@value{GDBP})
17270@end smallexample
17271
17272@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17273@node GDB/MI Symbol Query
17274@section @sc{gdb/mi} Symbol Query Commands
17275
17276
17277@subheading The @code{-symbol-info-address} Command
17278@findex -symbol-info-address
17279
17280@subsubheading Synopsis
17281
17282@smallexample
17283 -symbol-info-address @var{symbol}
17284@end smallexample
17285
17286Describe where @var{symbol} is stored.
17287
17288@subsubheading @value{GDBN} Command
17289
17290The corresponding @value{GDBN} command is @samp{info address}.
17291
17292@subsubheading Example
17293N.A.
17294
17295
17296@subheading The @code{-symbol-info-file} Command
17297@findex -symbol-info-file
17298
17299@subsubheading Synopsis
17300
17301@smallexample
17302 -symbol-info-file
17303@end smallexample
17304
17305Show the file for the symbol.
17306
17307@subsubheading @value{GDBN} Command
17308
17309There's no equivalent @value{GDBN} command. @code{gdbtk} has
17310@samp{gdb_find_file}.
17311
17312@subsubheading Example
17313N.A.
17314
17315
17316@subheading The @code{-symbol-info-function} Command
17317@findex -symbol-info-function
17318
17319@subsubheading Synopsis
17320
17321@smallexample
17322 -symbol-info-function
17323@end smallexample
17324
17325Show which function the symbol lives in.
17326
17327@subsubheading @value{GDBN} Command
17328
17329@samp{gdb_get_function} in @code{gdbtk}.
17330
17331@subsubheading Example
17332N.A.
17333
17334
17335@subheading The @code{-symbol-info-line} Command
17336@findex -symbol-info-line
17337
17338@subsubheading Synopsis
17339
17340@smallexample
17341 -symbol-info-line
17342@end smallexample
17343
17344Show the core addresses of the code for a source line.
17345
17346@subsubheading @value{GDBN} Command
17347
71952f4c 17348The corresponding @value{GDBN} command is @samp{info line}.
922fbb7b
AC
17349@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
17350
17351@subsubheading Example
17352N.A.
17353
17354
17355@subheading The @code{-symbol-info-symbol} Command
17356@findex -symbol-info-symbol
17357
17358@subsubheading Synopsis
17359
17360@smallexample
17361 -symbol-info-symbol @var{addr}
17362@end smallexample
17363
17364Describe what symbol is at location @var{addr}.
17365
17366@subsubheading @value{GDBN} Command
17367
17368The corresponding @value{GDBN} command is @samp{info symbol}.
17369
17370@subsubheading Example
17371N.A.
17372
17373
17374@subheading The @code{-symbol-list-functions} Command
17375@findex -symbol-list-functions
17376
17377@subsubheading Synopsis
17378
17379@smallexample
17380 -symbol-list-functions
17381@end smallexample
17382
17383List the functions in the executable.
17384
17385@subsubheading @value{GDBN} Command
17386
17387@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
17388@samp{gdb_search} in @code{gdbtk}.
17389
17390@subsubheading Example
17391N.A.
17392
17393
32e7087d
JB
17394@subheading The @code{-symbol-list-lines} Command
17395@findex -symbol-list-lines
17396
17397@subsubheading Synopsis
17398
17399@smallexample
17400 -symbol-list-lines @var{filename}
17401@end smallexample
17402
17403Print the list of lines that contain code and their associated program
17404addresses for the given source filename. The entries are sorted in
17405ascending PC order.
17406
17407@subsubheading @value{GDBN} Command
17408
17409There is no corresponding @value{GDBN} command.
17410
17411@subsubheading Example
17412@smallexample
17413(@value{GDBP})
17414-symbol-list-lines basics.c
54ff5908 17415^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
32e7087d
JB
17416(@value{GDBP})
17417@end smallexample
17418
17419
922fbb7b
AC
17420@subheading The @code{-symbol-list-types} Command
17421@findex -symbol-list-types
17422
17423@subsubheading Synopsis
17424
17425@smallexample
17426 -symbol-list-types
17427@end smallexample
17428
17429List all the type names.
17430
17431@subsubheading @value{GDBN} Command
17432
17433The corresponding commands are @samp{info types} in @value{GDBN},
17434@samp{gdb_search} in @code{gdbtk}.
17435
17436@subsubheading Example
17437N.A.
17438
17439
17440@subheading The @code{-symbol-list-variables} Command
17441@findex -symbol-list-variables
17442
17443@subsubheading Synopsis
17444
17445@smallexample
17446 -symbol-list-variables
17447@end smallexample
17448
17449List all the global and static variable names.
17450
17451@subsubheading @value{GDBN} Command
17452
17453@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
17454
17455@subsubheading Example
17456N.A.
17457
17458
17459@subheading The @code{-symbol-locate} Command
17460@findex -symbol-locate
17461
17462@subsubheading Synopsis
17463
17464@smallexample
17465 -symbol-locate
17466@end smallexample
17467
17468@subsubheading @value{GDBN} Command
17469
17470@samp{gdb_loc} in @code{gdbtk}.
17471
17472@subsubheading Example
17473N.A.
17474
17475
17476@subheading The @code{-symbol-type} Command
17477@findex -symbol-type
17478
17479@subsubheading Synopsis
17480
17481@smallexample
17482 -symbol-type @var{variable}
17483@end smallexample
17484
17485Show type of @var{variable}.
17486
17487@subsubheading @value{GDBN} Command
17488
17489The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
17490@samp{gdb_obj_variable}.
17491
17492@subsubheading Example
17493N.A.
17494
17495
17496@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17497@node GDB/MI Target Manipulation
17498@section @sc{gdb/mi} Target Manipulation Commands
17499
17500
17501@subheading The @code{-target-attach} Command
17502@findex -target-attach
17503
17504@subsubheading Synopsis
17505
17506@smallexample
17507 -target-attach @var{pid} | @var{file}
17508@end smallexample
17509
17510Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
17511
17512@subsubheading @value{GDBN} command
17513
17514The corresponding @value{GDBN} command is @samp{attach}.
17515
17516@subsubheading Example
17517N.A.
17518
17519
17520@subheading The @code{-target-compare-sections} Command
17521@findex -target-compare-sections
17522
17523@subsubheading Synopsis
17524
17525@smallexample
17526 -target-compare-sections [ @var{section} ]
17527@end smallexample
17528
17529Compare data of section @var{section} on target to the exec file.
17530Without the argument, all sections are compared.
17531
17532@subsubheading @value{GDBN} Command
17533
17534The @value{GDBN} equivalent is @samp{compare-sections}.
17535
17536@subsubheading Example
17537N.A.
17538
17539
17540@subheading The @code{-target-detach} Command
17541@findex -target-detach
17542
17543@subsubheading Synopsis
17544
17545@smallexample
17546 -target-detach
17547@end smallexample
17548
17549Disconnect from the remote target. There's no output.
17550
17551@subsubheading @value{GDBN} command
17552
17553The corresponding @value{GDBN} command is @samp{detach}.
17554
17555@subsubheading Example
17556
17557@smallexample
17558(@value{GDBP})
17559-target-detach
17560^done
17561(@value{GDBP})
17562@end smallexample
17563
17564
07f31aa6
DJ
17565@subheading The @code{-target-disconnect} Command
17566@findex -target-disconnect
17567
17568@subsubheading Synopsis
17569
17570@example
17571 -target-disconnect
17572@end example
17573
17574Disconnect from the remote target. There's no output.
17575
17576@subsubheading @value{GDBN} command
17577
17578The corresponding @value{GDBN} command is @samp{disconnect}.
17579
17580@subsubheading Example
17581
17582@smallexample
17583(@value{GDBP})
17584-target-disconnect
17585^done
17586(@value{GDBP})
17587@end smallexample
17588
17589
922fbb7b
AC
17590@subheading The @code{-target-download} Command
17591@findex -target-download
17592
17593@subsubheading Synopsis
17594
17595@smallexample
17596 -target-download
17597@end smallexample
17598
17599Loads the executable onto the remote target.
17600It prints out an update message every half second, which includes the fields:
17601
17602@table @samp
17603@item section
17604The name of the section.
17605@item section-sent
17606The size of what has been sent so far for that section.
17607@item section-size
17608The size of the section.
17609@item total-sent
17610The total size of what was sent so far (the current and the previous sections).
17611@item total-size
17612The size of the overall executable to download.
17613@end table
17614
17615@noindent
17616Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
17617@sc{gdb/mi} Output Syntax}).
17618
17619In addition, it prints the name and size of the sections, as they are
17620downloaded. These messages include the following fields:
17621
17622@table @samp
17623@item section
17624The name of the section.
17625@item section-size
17626The size of the section.
17627@item total-size
17628The size of the overall executable to download.
17629@end table
17630
17631@noindent
17632At the end, a summary is printed.
17633
17634@subsubheading @value{GDBN} Command
17635
17636The corresponding @value{GDBN} command is @samp{load}.
17637
17638@subsubheading Example
17639
17640Note: each status message appears on a single line. Here the messages
17641have been broken down so that they can fit onto a page.
17642
17643@smallexample
17644(@value{GDBP})
17645-target-download
17646+download,@{section=".text",section-size="6668",total-size="9880"@}
17647+download,@{section=".text",section-sent="512",section-size="6668",
17648total-sent="512",total-size="9880"@}
17649+download,@{section=".text",section-sent="1024",section-size="6668",
17650total-sent="1024",total-size="9880"@}
17651+download,@{section=".text",section-sent="1536",section-size="6668",
17652total-sent="1536",total-size="9880"@}
17653+download,@{section=".text",section-sent="2048",section-size="6668",
17654total-sent="2048",total-size="9880"@}
17655+download,@{section=".text",section-sent="2560",section-size="6668",
17656total-sent="2560",total-size="9880"@}
17657+download,@{section=".text",section-sent="3072",section-size="6668",
17658total-sent="3072",total-size="9880"@}
17659+download,@{section=".text",section-sent="3584",section-size="6668",
17660total-sent="3584",total-size="9880"@}
17661+download,@{section=".text",section-sent="4096",section-size="6668",
17662total-sent="4096",total-size="9880"@}
17663+download,@{section=".text",section-sent="4608",section-size="6668",
17664total-sent="4608",total-size="9880"@}
17665+download,@{section=".text",section-sent="5120",section-size="6668",
17666total-sent="5120",total-size="9880"@}
17667+download,@{section=".text",section-sent="5632",section-size="6668",
17668total-sent="5632",total-size="9880"@}
17669+download,@{section=".text",section-sent="6144",section-size="6668",
17670total-sent="6144",total-size="9880"@}
17671+download,@{section=".text",section-sent="6656",section-size="6668",
17672total-sent="6656",total-size="9880"@}
17673+download,@{section=".init",section-size="28",total-size="9880"@}
17674+download,@{section=".fini",section-size="28",total-size="9880"@}
17675+download,@{section=".data",section-size="3156",total-size="9880"@}
17676+download,@{section=".data",section-sent="512",section-size="3156",
17677total-sent="7236",total-size="9880"@}
17678+download,@{section=".data",section-sent="1024",section-size="3156",
17679total-sent="7748",total-size="9880"@}
17680+download,@{section=".data",section-sent="1536",section-size="3156",
17681total-sent="8260",total-size="9880"@}
17682+download,@{section=".data",section-sent="2048",section-size="3156",
17683total-sent="8772",total-size="9880"@}
17684+download,@{section=".data",section-sent="2560",section-size="3156",
17685total-sent="9284",total-size="9880"@}
17686+download,@{section=".data",section-sent="3072",section-size="3156",
17687total-sent="9796",total-size="9880"@}
17688^done,address="0x10004",load-size="9880",transfer-rate="6586",
17689write-rate="429"
17690(@value{GDBP})
17691@end smallexample
17692
17693
17694@subheading The @code{-target-exec-status} Command
17695@findex -target-exec-status
17696
17697@subsubheading Synopsis
17698
17699@smallexample
17700 -target-exec-status
17701@end smallexample
17702
17703Provide information on the state of the target (whether it is running or
17704not, for instance).
17705
17706@subsubheading @value{GDBN} Command
17707
17708There's no equivalent @value{GDBN} command.
17709
17710@subsubheading Example
17711N.A.
17712
17713
17714@subheading The @code{-target-list-available-targets} Command
17715@findex -target-list-available-targets
17716
17717@subsubheading Synopsis
17718
17719@smallexample
17720 -target-list-available-targets
17721@end smallexample
17722
17723List the possible targets to connect to.
17724
17725@subsubheading @value{GDBN} Command
17726
17727The corresponding @value{GDBN} command is @samp{help target}.
17728
17729@subsubheading Example
17730N.A.
17731
17732
17733@subheading The @code{-target-list-current-targets} Command
17734@findex -target-list-current-targets
17735
17736@subsubheading Synopsis
17737
17738@smallexample
17739 -target-list-current-targets
17740@end smallexample
17741
17742Describe the current target.
17743
17744@subsubheading @value{GDBN} Command
17745
17746The corresponding information is printed by @samp{info file} (among
17747other things).
17748
17749@subsubheading Example
17750N.A.
17751
17752
17753@subheading The @code{-target-list-parameters} Command
17754@findex -target-list-parameters
17755
17756@subsubheading Synopsis
17757
17758@smallexample
17759 -target-list-parameters
17760@end smallexample
17761
17762@c ????
17763
17764@subsubheading @value{GDBN} Command
17765
17766No equivalent.
17767
17768@subsubheading Example
17769N.A.
17770
17771
17772@subheading The @code{-target-select} Command
17773@findex -target-select
17774
17775@subsubheading Synopsis
17776
17777@smallexample
17778 -target-select @var{type} @var{parameters @dots{}}
17779@end smallexample
17780
17781Connect @value{GDBN} to the remote target. This command takes two args:
17782
17783@table @samp
17784@item @var{type}
17785The type of target, for instance @samp{async}, @samp{remote}, etc.
17786@item @var{parameters}
17787Device names, host names and the like. @xref{Target Commands, ,
17788Commands for managing targets}, for more details.
17789@end table
17790
17791The output is a connection notification, followed by the address at
17792which the target program is, in the following form:
17793
17794@smallexample
17795^connected,addr="@var{address}",func="@var{function name}",
17796 args=[@var{arg list}]
17797@end smallexample
17798
17799@subsubheading @value{GDBN} Command
17800
17801The corresponding @value{GDBN} command is @samp{target}.
17802
17803@subsubheading Example
17804
17805@smallexample
17806(@value{GDBP})
17807-target-select async /dev/ttya
17808^connected,addr="0xfe00a300",func="??",args=[]
17809(@value{GDBP})
17810@end smallexample
17811
17812@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17813@node GDB/MI Thread Commands
17814@section @sc{gdb/mi} Thread Commands
17815
17816
17817@subheading The @code{-thread-info} Command
17818@findex -thread-info
17819
17820@subsubheading Synopsis
17821
17822@smallexample
17823 -thread-info
17824@end smallexample
17825
17826@subsubheading @value{GDBN} command
17827
17828No equivalent.
17829
17830@subsubheading Example
17831N.A.
17832
17833
17834@subheading The @code{-thread-list-all-threads} Command
17835@findex -thread-list-all-threads
17836
17837@subsubheading Synopsis
17838
17839@smallexample
17840 -thread-list-all-threads
17841@end smallexample
17842
17843@subsubheading @value{GDBN} Command
17844
17845The equivalent @value{GDBN} command is @samp{info threads}.
17846
17847@subsubheading Example
17848N.A.
17849
17850
17851@subheading The @code{-thread-list-ids} Command
17852@findex -thread-list-ids
17853
17854@subsubheading Synopsis
17855
17856@smallexample
17857 -thread-list-ids
17858@end smallexample
17859
17860Produces a list of the currently known @value{GDBN} thread ids. At the
17861end of the list it also prints the total number of such threads.
17862
17863@subsubheading @value{GDBN} Command
17864
17865Part of @samp{info threads} supplies the same information.
17866
17867@subsubheading Example
17868
17869No threads present, besides the main process:
17870
17871@smallexample
17872(@value{GDBP})
17873-thread-list-ids
17874^done,thread-ids=@{@},number-of-threads="0"
17875(@value{GDBP})
17876@end smallexample
17877
17878
17879Several threads:
17880
17881@smallexample
17882(@value{GDBP})
17883-thread-list-ids
17884^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
17885number-of-threads="3"
17886(@value{GDBP})
17887@end smallexample
17888
17889
17890@subheading The @code{-thread-select} Command
17891@findex -thread-select
17892
17893@subsubheading Synopsis
17894
17895@smallexample
17896 -thread-select @var{threadnum}
17897@end smallexample
17898
17899Make @var{threadnum} the current thread. It prints the number of the new
17900current thread, and the topmost frame for that thread.
17901
17902@subsubheading @value{GDBN} Command
17903
17904The corresponding @value{GDBN} command is @samp{thread}.
17905
17906@subsubheading Example
17907
17908@smallexample
17909(@value{GDBP})
17910-exec-next
17911^running
17912(@value{GDBP})
17913*stopped,reason="end-stepping-range",thread-id="2",line="187",
17914file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
17915(@value{GDBP})
17916-thread-list-ids
17917^done,
17918thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
17919number-of-threads="3"
17920(@value{GDBP})
17921-thread-select 3
17922^done,new-thread-id="3",
17923frame=@{level="0",func="vprintf",
17924args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
17925@{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
17926(@value{GDBP})
17927@end smallexample
17928
17929@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17930@node GDB/MI Tracepoint Commands
17931@section @sc{gdb/mi} Tracepoint Commands
17932
17933The tracepoint commands are not yet implemented.
17934
17935@c @subheading -trace-actions
17936
17937@c @subheading -trace-delete
17938
17939@c @subheading -trace-disable
17940
17941@c @subheading -trace-dump
17942
17943@c @subheading -trace-enable
17944
17945@c @subheading -trace-exists
17946
17947@c @subheading -trace-find
17948
17949@c @subheading -trace-frame-number
17950
17951@c @subheading -trace-info
17952
17953@c @subheading -trace-insert
17954
17955@c @subheading -trace-list
17956
17957@c @subheading -trace-pass-count
17958
17959@c @subheading -trace-save
17960
17961@c @subheading -trace-start
17962
17963@c @subheading -trace-stop
17964
17965
17966@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17967@node GDB/MI Variable Objects
17968@section @sc{gdb/mi} Variable Objects
17969
17970
17971@subheading Motivation for Variable Objects in @sc{gdb/mi}
17972
17973For the implementation of a variable debugger window (locals, watched
17974expressions, etc.), we are proposing the adaptation of the existing code
17975used by @code{Insight}.
17976
17977The two main reasons for that are:
17978
17979@enumerate 1
17980@item
17981It has been proven in practice (it is already on its second generation).
17982
17983@item
17984It will shorten development time (needless to say how important it is
17985now).
17986@end enumerate
17987
17988The original interface was designed to be used by Tcl code, so it was
17989slightly changed so it could be used through @sc{gdb/mi}. This section
17990describes the @sc{gdb/mi} operations that will be available and gives some
17991hints about their use.
17992
17993@emph{Note}: In addition to the set of operations described here, we
17994expect the @sc{gui} implementation of a variable window to require, at
17995least, the following operations:
17996
17997@itemize @bullet
17998@item @code{-gdb-show} @code{output-radix}
17999@item @code{-stack-list-arguments}
18000@item @code{-stack-list-locals}
18001@item @code{-stack-select-frame}
18002@end itemize
18003
18004@subheading Introduction to Variable Objects in @sc{gdb/mi}
18005
18006@cindex variable objects in @sc{gdb/mi}
18007The basic idea behind variable objects is the creation of a named object
18008to represent a variable, an expression, a memory location or even a CPU
18009register. For each object created, a set of operations is available for
18010examining or changing its properties.
18011
18012Furthermore, complex data types, such as C structures, are represented
18013in a tree format. For instance, the @code{struct} type variable is the
18014root and the children will represent the struct members. If a child
18015is itself of a complex type, it will also have children of its own.
18016Appropriate language differences are handled for C, C@t{++} and Java.
18017
18018When returning the actual values of the objects, this facility allows
18019for the individual selection of the display format used in the result
18020creation. It can be chosen among: binary, decimal, hexadecimal, octal
18021and natural. Natural refers to a default format automatically
18022chosen based on the variable type (like decimal for an @code{int}, hex
18023for pointers, etc.).
18024
18025The following is the complete set of @sc{gdb/mi} operations defined to
18026access this functionality:
18027
18028@multitable @columnfractions .4 .6
18029@item @strong{Operation}
18030@tab @strong{Description}
18031
18032@item @code{-var-create}
18033@tab create a variable object
18034@item @code{-var-delete}
18035@tab delete the variable object and its children
18036@item @code{-var-set-format}
18037@tab set the display format of this variable
18038@item @code{-var-show-format}
18039@tab show the display format of this variable
18040@item @code{-var-info-num-children}
18041@tab tells how many children this object has
18042@item @code{-var-list-children}
18043@tab return a list of the object's children
18044@item @code{-var-info-type}
18045@tab show the type of this variable object
18046@item @code{-var-info-expression}
18047@tab print what this variable object represents
18048@item @code{-var-show-attributes}
18049@tab is this variable editable? does it exist here?
18050@item @code{-var-evaluate-expression}
18051@tab get the value of this variable
18052@item @code{-var-assign}
18053@tab set the value of this variable
18054@item @code{-var-update}
18055@tab update the variable and its children
18056@end multitable
18057
18058In the next subsection we describe each operation in detail and suggest
18059how it can be used.
18060
18061@subheading Description And Use of Operations on Variable Objects
18062
18063@subheading The @code{-var-create} Command
18064@findex -var-create
18065
18066@subsubheading Synopsis
18067
18068@smallexample
18069 -var-create @{@var{name} | "-"@}
18070 @{@var{frame-addr} | "*"@} @var{expression}
18071@end smallexample
18072
18073This operation creates a variable object, which allows the monitoring of
18074a variable, the result of an expression, a memory cell or a CPU
18075register.
18076
18077The @var{name} parameter is the string by which the object can be
18078referenced. It must be unique. If @samp{-} is specified, the varobj
18079system will generate a string ``varNNNNNN'' automatically. It will be
18080unique provided that one does not specify @var{name} on that format.
18081The command fails if a duplicate name is found.
18082
18083The frame under which the expression should be evaluated can be
18084specified by @var{frame-addr}. A @samp{*} indicates that the current
18085frame should be used.
18086
18087@var{expression} is any expression valid on the current language set (must not
18088begin with a @samp{*}), or one of the following:
18089
18090@itemize @bullet
18091@item
18092@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
18093
18094@item
18095@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
18096
18097@item
18098@samp{$@var{regname}} --- a CPU register name
18099@end itemize
18100
18101@subsubheading Result
18102
18103This operation returns the name, number of children and the type of the
18104object created. Type is returned as a string as the ones generated by
18105the @value{GDBN} CLI:
18106
18107@smallexample
18108 name="@var{name}",numchild="N",type="@var{type}"
18109@end smallexample
18110
18111
18112@subheading The @code{-var-delete} Command
18113@findex -var-delete
18114
18115@subsubheading Synopsis
18116
18117@smallexample
18118 -var-delete @var{name}
18119@end smallexample
18120
18121Deletes a previously created variable object and all of its children.
18122
18123Returns an error if the object @var{name} is not found.
18124
18125
18126@subheading The @code{-var-set-format} Command
18127@findex -var-set-format
18128
18129@subsubheading Synopsis
18130
18131@smallexample
18132 -var-set-format @var{name} @var{format-spec}
18133@end smallexample
18134
18135Sets the output format for the value of the object @var{name} to be
18136@var{format-spec}.
18137
18138The syntax for the @var{format-spec} is as follows:
18139
18140@smallexample
18141 @var{format-spec} @expansion{}
18142 @{binary | decimal | hexadecimal | octal | natural@}
18143@end smallexample
18144
18145
18146@subheading The @code{-var-show-format} Command
18147@findex -var-show-format
18148
18149@subsubheading Synopsis
18150
18151@smallexample
18152 -var-show-format @var{name}
18153@end smallexample
18154
18155Returns the format used to display the value of the object @var{name}.
18156
18157@smallexample
18158 @var{format} @expansion{}
18159 @var{format-spec}
18160@end smallexample
18161
18162
18163@subheading The @code{-var-info-num-children} Command
18164@findex -var-info-num-children
18165
18166@subsubheading Synopsis
18167
18168@smallexample
18169 -var-info-num-children @var{name}
18170@end smallexample
18171
18172Returns the number of children of a variable object @var{name}:
18173
18174@smallexample
18175 numchild=@var{n}
18176@end smallexample
18177
18178
18179@subheading The @code{-var-list-children} Command
18180@findex -var-list-children
18181
18182@subsubheading Synopsis
18183
18184@smallexample
bc8ced35 18185 -var-list-children [@var{print-values}] @var{name}
922fbb7b
AC
18186@end smallexample
18187
bc8ced35
NR
18188Returns a list of the children of the specified variable object. With
18189just the variable object name as an argument or with an optional
18190preceding argument of 0 or @code{--no-values}, prints only the names of the
18191variables. With an optional preceding argument of 1 or @code{--all-values},
18192also prints their values.
18193
18194@subsubheading Example
922fbb7b
AC
18195
18196@smallexample
bc8ced35
NR
18197(@value{GDBP})
18198 -var-list-children n
922fbb7b
AC
18199 numchild=@var{n},children=[@{name=@var{name},
18200 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
bc8ced35
NR
18201(@value{GDBP})
18202 -var-list-children --all-values n
18203 numchild=@var{n},children=[@{name=@var{name},
18204 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
922fbb7b
AC
18205@end smallexample
18206
18207
18208@subheading The @code{-var-info-type} Command
18209@findex -var-info-type
18210
18211@subsubheading Synopsis
18212
18213@smallexample
18214 -var-info-type @var{name}
18215@end smallexample
18216
18217Returns the type of the specified variable @var{name}. The type is
18218returned as a string in the same format as it is output by the
18219@value{GDBN} CLI:
18220
18221@smallexample
18222 type=@var{typename}
18223@end smallexample
18224
18225
18226@subheading The @code{-var-info-expression} Command
18227@findex -var-info-expression
18228
18229@subsubheading Synopsis
18230
18231@smallexample
18232 -var-info-expression @var{name}
18233@end smallexample
18234
18235Returns what is represented by the variable object @var{name}:
18236
18237@smallexample
18238 lang=@var{lang-spec},exp=@var{expression}
18239@end smallexample
18240
18241@noindent
18242where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
18243
18244@subheading The @code{-var-show-attributes} Command
18245@findex -var-show-attributes
18246
18247@subsubheading Synopsis
18248
18249@smallexample
18250 -var-show-attributes @var{name}
18251@end smallexample
18252
18253List attributes of the specified variable object @var{name}:
18254
18255@smallexample
18256 status=@var{attr} [ ( ,@var{attr} )* ]
18257@end smallexample
18258
18259@noindent
18260where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
18261
18262@subheading The @code{-var-evaluate-expression} Command
18263@findex -var-evaluate-expression
18264
18265@subsubheading Synopsis
18266
18267@smallexample
18268 -var-evaluate-expression @var{name}
18269@end smallexample
18270
18271Evaluates the expression that is represented by the specified variable
18272object and returns its value as a string in the current format specified
18273for the object:
18274
18275@smallexample
18276 value=@var{value}
18277@end smallexample
18278
18279Note that one must invoke @code{-var-list-children} for a variable
18280before the value of a child variable can be evaluated.
18281
18282@subheading The @code{-var-assign} Command
18283@findex -var-assign
18284
18285@subsubheading Synopsis
18286
18287@smallexample
18288 -var-assign @var{name} @var{expression}
18289@end smallexample
18290
18291Assigns the value of @var{expression} to the variable object specified
18292by @var{name}. The object must be @samp{editable}. If the variable's
18293value is altered by the assign, the variable will show up in any
18294subsequent @code{-var-update} list.
18295
18296@subsubheading Example
18297
18298@smallexample
18299(@value{GDBP})
18300-var-assign var1 3
18301^done,value="3"
18302(@value{GDBP})
18303-var-update *
18304^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
18305(@value{GDBP})
18306@end smallexample
18307
18308@subheading The @code{-var-update} Command
18309@findex -var-update
18310
18311@subsubheading Synopsis
18312
18313@smallexample
18314 -var-update @{@var{name} | "*"@}
18315@end smallexample
18316
18317Update the value of the variable object @var{name} by evaluating its
18318expression after fetching all the new values from memory or registers.
18319A @samp{*} causes all existing variable objects to be updated.
18320
18321
18322@node Annotations
18323@chapter @value{GDBN} Annotations
18324
086432e2
AC
18325This chapter describes annotations in @value{GDBN}. Annotations were
18326designed to interface @value{GDBN} to graphical user interfaces or other
18327similar programs which want to interact with @value{GDBN} at a
922fbb7b
AC
18328relatively high level.
18329
086432e2
AC
18330The annotation mechanism has largely been superseeded by @sc{gdb/mi}
18331(@pxref{GDB/MI}).
18332
922fbb7b
AC
18333@ignore
18334This is Edition @value{EDITION}, @value{DATE}.
18335@end ignore
18336
18337@menu
18338* Annotations Overview:: What annotations are; the general syntax.
18339* Server Prefix:: Issuing a command without affecting user state.
922fbb7b
AC
18340* Prompting:: Annotations marking @value{GDBN}'s need for input.
18341* Errors:: Annotations for error messages.
922fbb7b
AC
18342* Invalidation:: Some annotations describe things now invalid.
18343* Annotations for Running::
18344 Whether the program is running, how it stopped, etc.
18345* Source Annotations:: Annotations describing source code.
922fbb7b
AC
18346@end menu
18347
18348@node Annotations Overview
18349@section What is an Annotation?
18350@cindex annotations
18351
922fbb7b
AC
18352Annotations start with a newline character, two @samp{control-z}
18353characters, and the name of the annotation. If there is no additional
18354information associated with this annotation, the name of the annotation
18355is followed immediately by a newline. If there is additional
18356information, the name of the annotation is followed by a space, the
18357additional information, and a newline. The additional information
18358cannot contain newline characters.
18359
18360Any output not beginning with a newline and two @samp{control-z}
18361characters denotes literal output from @value{GDBN}. Currently there is
18362no need for @value{GDBN} to output a newline followed by two
18363@samp{control-z} characters, but if there was such a need, the
18364annotations could be extended with an @samp{escape} annotation which
18365means those three characters as output.
18366
086432e2
AC
18367The annotation @var{level}, which is specified using the
18368@option{--annotate} command line option (@pxref{Mode Options}), controls
18369how much information @value{GDBN} prints together with its prompt,
18370values of expressions, source lines, and other types of output. Level 0
18371is for no anntations, level 1 is for use when @value{GDBN} is run as a
18372subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
18373for programs that control @value{GDBN}, and level 2 annotations have
18374been made obsolete (@pxref{Limitations, , Limitations of the Annotation
18375Interface, annotate, GDB's Obsolete Annotations}). This chapter
18376describes level 3 annotations.
18377
922fbb7b
AC
18378A simple example of starting up @value{GDBN} with annotations is:
18379
18380@smallexample
086432e2
AC
18381$ @kbd{gdb --annotate=3}
18382GNU gdb 6.0
18383Copyright 2003 Free Software Foundation, Inc.
922fbb7b
AC
18384GDB is free software, covered by the GNU General Public License,
18385and you are welcome to change it and/or distribute copies of it
18386under certain conditions.
18387Type "show copying" to see the conditions.
18388There is absolutely no warranty for GDB. Type "show warranty"
18389for details.
086432e2 18390This GDB was configured as "i386-pc-linux-gnu"
922fbb7b
AC
18391
18392^Z^Zpre-prompt
18393(gdb)
18394^Z^Zprompt
086432e2 18395@kbd{quit}
922fbb7b
AC
18396
18397^Z^Zpost-prompt
18398$
18399@end smallexample
18400
18401Here @samp{quit} is input to @value{GDBN}; the rest is output from
18402@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
18403denotes a @samp{control-z} character) are annotations; the rest is
18404output from @value{GDBN}.
18405
18406@node Server Prefix
18407@section The Server Prefix
18408@cindex server prefix for annotations
18409
18410To issue a command to @value{GDBN} without affecting certain aspects of
18411the state which is seen by users, prefix it with @samp{server }. This
18412means that this command will not affect the command history, nor will it
18413affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
18414pressed on a line by itself.
18415
18416The server prefix does not affect the recording of values into the value
18417history; to print a value without recording it into the value history,
18418use the @code{output} command instead of the @code{print} command.
18419
922fbb7b
AC
18420@node Prompting
18421@section Annotation for @value{GDBN} Input
18422
18423@cindex annotations for prompts
18424When @value{GDBN} prompts for input, it annotates this fact so it is possible
18425to know when to send output, when the output from a given command is
18426over, etc.
18427
18428Different kinds of input each have a different @dfn{input type}. Each
18429input type has three annotations: a @code{pre-} annotation, which
18430denotes the beginning of any prompt which is being output, a plain
18431annotation, which denotes the end of the prompt, and then a @code{post-}
18432annotation which denotes the end of any echo which may (or may not) be
18433associated with the input. For example, the @code{prompt} input type
18434features the following annotations:
18435
18436@smallexample
18437^Z^Zpre-prompt
18438^Z^Zprompt
18439^Z^Zpost-prompt
18440@end smallexample
18441
18442The input types are
18443
18444@table @code
18445@findex pre-prompt
18446@findex prompt
18447@findex post-prompt
18448@item prompt
18449When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
18450
18451@findex pre-commands
18452@findex commands
18453@findex post-commands
18454@item commands
18455When @value{GDBN} prompts for a set of commands, like in the @code{commands}
18456command. The annotations are repeated for each command which is input.
18457
18458@findex pre-overload-choice
18459@findex overload-choice
18460@findex post-overload-choice
18461@item overload-choice
18462When @value{GDBN} wants the user to select between various overloaded functions.
18463
18464@findex pre-query
18465@findex query
18466@findex post-query
18467@item query
18468When @value{GDBN} wants the user to confirm a potentially dangerous operation.
18469
18470@findex pre-prompt-for-continue
18471@findex prompt-for-continue
18472@findex post-prompt-for-continue
18473@item prompt-for-continue
18474When @value{GDBN} is asking the user to press return to continue. Note: Don't
18475expect this to work well; instead use @code{set height 0} to disable
18476prompting. This is because the counting of lines is buggy in the
18477presence of annotations.
18478@end table
18479
18480@node Errors
18481@section Errors
18482@cindex annotations for errors, warnings and interrupts
18483
18484@findex quit
18485@smallexample
18486^Z^Zquit
18487@end smallexample
18488
18489This annotation occurs right before @value{GDBN} responds to an interrupt.
18490
18491@findex error
18492@smallexample
18493^Z^Zerror
18494@end smallexample
18495
18496This annotation occurs right before @value{GDBN} responds to an error.
18497
18498Quit and error annotations indicate that any annotations which @value{GDBN} was
18499in the middle of may end abruptly. For example, if a
18500@code{value-history-begin} annotation is followed by a @code{error}, one
18501cannot expect to receive the matching @code{value-history-end}. One
18502cannot expect not to receive it either, however; an error annotation
18503does not necessarily mean that @value{GDBN} is immediately returning all the way
18504to the top level.
18505
18506@findex error-begin
18507A quit or error annotation may be preceded by
18508
18509@smallexample
18510^Z^Zerror-begin
18511@end smallexample
18512
18513Any output between that and the quit or error annotation is the error
18514message.
18515
18516Warning messages are not yet annotated.
18517@c If we want to change that, need to fix warning(), type_error(),
18518@c range_error(), and possibly other places.
18519
922fbb7b
AC
18520@node Invalidation
18521@section Invalidation Notices
18522
18523@cindex annotations for invalidation messages
18524The following annotations say that certain pieces of state may have
18525changed.
18526
18527@table @code
18528@findex frames-invalid
18529@item ^Z^Zframes-invalid
18530
18531The frames (for example, output from the @code{backtrace} command) may
18532have changed.
18533
18534@findex breakpoints-invalid
18535@item ^Z^Zbreakpoints-invalid
18536
18537The breakpoints may have changed. For example, the user just added or
18538deleted a breakpoint.
18539@end table
18540
18541@node Annotations for Running
18542@section Running the Program
18543@cindex annotations for running programs
18544
18545@findex starting
18546@findex stopping
18547When the program starts executing due to a @value{GDBN} command such as
18548@code{step} or @code{continue},
18549
18550@smallexample
18551^Z^Zstarting
18552@end smallexample
18553
18554is output. When the program stops,
18555
18556@smallexample
18557^Z^Zstopped
18558@end smallexample
18559
18560is output. Before the @code{stopped} annotation, a variety of
18561annotations describe how the program stopped.
18562
18563@table @code
18564@findex exited
18565@item ^Z^Zexited @var{exit-status}
18566The program exited, and @var{exit-status} is the exit status (zero for
18567successful exit, otherwise nonzero).
18568
18569@findex signalled
18570@findex signal-name
18571@findex signal-name-end
18572@findex signal-string
18573@findex signal-string-end
18574@item ^Z^Zsignalled
18575The program exited with a signal. After the @code{^Z^Zsignalled}, the
18576annotation continues:
18577
18578@smallexample
18579@var{intro-text}
18580^Z^Zsignal-name
18581@var{name}
18582^Z^Zsignal-name-end
18583@var{middle-text}
18584^Z^Zsignal-string
18585@var{string}
18586^Z^Zsignal-string-end
18587@var{end-text}
18588@end smallexample
18589
18590@noindent
18591where @var{name} is the name of the signal, such as @code{SIGILL} or
18592@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
18593as @code{Illegal Instruction} or @code{Segmentation fault}.
18594@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
18595user's benefit and have no particular format.
18596
18597@findex signal
18598@item ^Z^Zsignal
18599The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
18600just saying that the program received the signal, not that it was
18601terminated with it.
18602
18603@findex breakpoint
18604@item ^Z^Zbreakpoint @var{number}
18605The program hit breakpoint number @var{number}.
18606
18607@findex watchpoint
18608@item ^Z^Zwatchpoint @var{number}
18609The program hit watchpoint number @var{number}.
18610@end table
18611
18612@node Source Annotations
18613@section Displaying Source
18614@cindex annotations for source display
18615
18616@findex source
18617The following annotation is used instead of displaying source code:
18618
18619@smallexample
18620^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
18621@end smallexample
18622
18623where @var{filename} is an absolute file name indicating which source
18624file, @var{line} is the line number within that file (where 1 is the
18625first line in the file), @var{character} is the character position
18626within the file (where 0 is the first character in the file) (for most
18627debug formats this will necessarily point to the beginning of a line),
18628@var{middle} is @samp{middle} if @var{addr} is in the middle of the
18629line, or @samp{beg} if @var{addr} is at the beginning of the line, and
18630@var{addr} is the address in the target program associated with the
18631source which is being displayed. @var{addr} is in the form @samp{0x}
18632followed by one or more lowercase hex digits (note that this does not
18633depend on the language).
18634
8e04817f
AC
18635@node GDB Bugs
18636@chapter Reporting Bugs in @value{GDBN}
18637@cindex bugs in @value{GDBN}
18638@cindex reporting bugs in @value{GDBN}
c906108c 18639
8e04817f 18640Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 18641
8e04817f
AC
18642Reporting a bug may help you by bringing a solution to your problem, or it
18643may not. But in any case the principal function of a bug report is to help
18644the entire community by making the next version of @value{GDBN} work better. Bug
18645reports are your contribution to the maintenance of @value{GDBN}.
c906108c 18646
8e04817f
AC
18647In order for a bug report to serve its purpose, you must include the
18648information that enables us to fix the bug.
c4555f82
SC
18649
18650@menu
8e04817f
AC
18651* Bug Criteria:: Have you found a bug?
18652* Bug Reporting:: How to report bugs
c4555f82
SC
18653@end menu
18654
8e04817f
AC
18655@node Bug Criteria
18656@section Have you found a bug?
18657@cindex bug criteria
c4555f82 18658
8e04817f 18659If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
18660
18661@itemize @bullet
8e04817f
AC
18662@cindex fatal signal
18663@cindex debugger crash
18664@cindex crash of debugger
c4555f82 18665@item
8e04817f
AC
18666If the debugger gets a fatal signal, for any input whatever, that is a
18667@value{GDBN} bug. Reliable debuggers never crash.
18668
18669@cindex error on valid input
18670@item
18671If @value{GDBN} produces an error message for valid input, that is a
18672bug. (Note that if you're cross debugging, the problem may also be
18673somewhere in the connection to the target.)
c4555f82 18674
8e04817f 18675@cindex invalid input
c4555f82 18676@item
8e04817f
AC
18677If @value{GDBN} does not produce an error message for invalid input,
18678that is a bug. However, you should note that your idea of
18679``invalid input'' might be our idea of ``an extension'' or ``support
18680for traditional practice''.
18681
18682@item
18683If you are an experienced user of debugging tools, your suggestions
18684for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
18685@end itemize
18686
8e04817f
AC
18687@node Bug Reporting
18688@section How to report bugs
18689@cindex bug reports
18690@cindex @value{GDBN} bugs, reporting
18691
18692A number of companies and individuals offer support for @sc{gnu} products.
18693If you obtained @value{GDBN} from a support organization, we recommend you
18694contact that organization first.
18695
18696You can find contact information for many support companies and
18697individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
18698distribution.
18699@c should add a web page ref...
18700
129188f6
AC
18701In any event, we also recommend that you submit bug reports for
18702@value{GDBN}. The prefered method is to submit them directly using
18703@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
18704page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
18705be used.
8e04817f
AC
18706
18707@strong{Do not send bug reports to @samp{info-gdb}, or to
18708@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
18709not want to receive bug reports. Those that do have arranged to receive
18710@samp{bug-gdb}.
18711
18712The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
18713serves as a repeater. The mailing list and the newsgroup carry exactly
18714the same messages. Often people think of posting bug reports to the
18715newsgroup instead of mailing them. This appears to work, but it has one
18716problem which can be crucial: a newsgroup posting often lacks a mail
18717path back to the sender. Thus, if we need to ask for more information,
18718we may be unable to reach you. For this reason, it is better to send
18719bug reports to the mailing list.
c4555f82 18720
8e04817f
AC
18721The fundamental principle of reporting bugs usefully is this:
18722@strong{report all the facts}. If you are not sure whether to state a
18723fact or leave it out, state it!
c4555f82 18724
8e04817f
AC
18725Often people omit facts because they think they know what causes the
18726problem and assume that some details do not matter. Thus, you might
18727assume that the name of the variable you use in an example does not matter.
18728Well, probably it does not, but one cannot be sure. Perhaps the bug is a
18729stray memory reference which happens to fetch from the location where that
18730name is stored in memory; perhaps, if the name were different, the contents
18731of that location would fool the debugger into doing the right thing despite
18732the bug. Play it safe and give a specific, complete example. That is the
18733easiest thing for you to do, and the most helpful.
c4555f82 18734
8e04817f
AC
18735Keep in mind that the purpose of a bug report is to enable us to fix the
18736bug. It may be that the bug has been reported previously, but neither
18737you nor we can know that unless your bug report is complete and
18738self-contained.
c4555f82 18739
8e04817f
AC
18740Sometimes people give a few sketchy facts and ask, ``Does this ring a
18741bell?'' Those bug reports are useless, and we urge everyone to
18742@emph{refuse to respond to them} except to chide the sender to report
18743bugs properly.
18744
18745To enable us to fix the bug, you should include all these things:
c4555f82
SC
18746
18747@itemize @bullet
18748@item
8e04817f
AC
18749The version of @value{GDBN}. @value{GDBN} announces it if you start
18750with no arguments; you can also print it at any time using @code{show
18751version}.
c4555f82 18752
8e04817f
AC
18753Without this, we will not know whether there is any point in looking for
18754the bug in the current version of @value{GDBN}.
c4555f82
SC
18755
18756@item
8e04817f
AC
18757The type of machine you are using, and the operating system name and
18758version number.
c4555f82
SC
18759
18760@item
8e04817f
AC
18761What compiler (and its version) was used to compile @value{GDBN}---e.g.
18762``@value{GCC}--2.8.1''.
c4555f82
SC
18763
18764@item
8e04817f
AC
18765What compiler (and its version) was used to compile the program you are
18766debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
18767C Compiler''. For GCC, you can say @code{gcc --version} to get this
18768information; for other compilers, see the documentation for those
18769compilers.
c4555f82 18770
8e04817f
AC
18771@item
18772The command arguments you gave the compiler to compile your example and
18773observe the bug. For example, did you use @samp{-O}? To guarantee
18774you will not omit something important, list them all. A copy of the
18775Makefile (or the output from make) is sufficient.
c4555f82 18776
8e04817f
AC
18777If we were to try to guess the arguments, we would probably guess wrong
18778and then we might not encounter the bug.
c4555f82 18779
8e04817f
AC
18780@item
18781A complete input script, and all necessary source files, that will
18782reproduce the bug.
c4555f82 18783
8e04817f
AC
18784@item
18785A description of what behavior you observe that you believe is
18786incorrect. For example, ``It gets a fatal signal.''
c4555f82 18787
8e04817f
AC
18788Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
18789will certainly notice it. But if the bug is incorrect output, we might
18790not notice unless it is glaringly wrong. You might as well not give us
18791a chance to make a mistake.
c4555f82 18792
8e04817f
AC
18793Even if the problem you experience is a fatal signal, you should still
18794say so explicitly. Suppose something strange is going on, such as, your
18795copy of @value{GDBN} is out of synch, or you have encountered a bug in
18796the C library on your system. (This has happened!) Your copy might
18797crash and ours would not. If you told us to expect a crash, then when
18798ours fails to crash, we would know that the bug was not happening for
18799us. If you had not told us to expect a crash, then we would not be able
18800to draw any conclusion from our observations.
c4555f82 18801
8e04817f
AC
18802@item
18803If you wish to suggest changes to the @value{GDBN} source, send us context
18804diffs. If you even discuss something in the @value{GDBN} source, refer to
18805it by context, not by line number.
c4555f82 18806
8e04817f
AC
18807The line numbers in our development sources will not match those in your
18808sources. Your line numbers would convey no useful information to us.
c4555f82 18809
8e04817f 18810@end itemize
c4555f82 18811
8e04817f 18812Here are some things that are not necessary:
c4555f82 18813
8e04817f
AC
18814@itemize @bullet
18815@item
18816A description of the envelope of the bug.
c4555f82 18817
8e04817f
AC
18818Often people who encounter a bug spend a lot of time investigating
18819which changes to the input file will make the bug go away and which
18820changes will not affect it.
c4555f82 18821
8e04817f
AC
18822This is often time consuming and not very useful, because the way we
18823will find the bug is by running a single example under the debugger
18824with breakpoints, not by pure deduction from a series of examples.
18825We recommend that you save your time for something else.
c4555f82 18826
8e04817f
AC
18827Of course, if you can find a simpler example to report @emph{instead}
18828of the original one, that is a convenience for us. Errors in the
18829output will be easier to spot, running under the debugger will take
18830less time, and so on.
c4555f82 18831
8e04817f
AC
18832However, simplification is not vital; if you do not want to do this,
18833report the bug anyway and send us the entire test case you used.
c4555f82 18834
8e04817f
AC
18835@item
18836A patch for the bug.
c4555f82 18837
8e04817f
AC
18838A patch for the bug does help us if it is a good one. But do not omit
18839the necessary information, such as the test case, on the assumption that
18840a patch is all we need. We might see problems with your patch and decide
18841to fix the problem another way, or we might not understand it at all.
c4555f82 18842
8e04817f
AC
18843Sometimes with a program as complicated as @value{GDBN} it is very hard to
18844construct an example that will make the program follow a certain path
18845through the code. If you do not send us the example, we will not be able
18846to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 18847
8e04817f
AC
18848And if we cannot understand what bug you are trying to fix, or why your
18849patch should be an improvement, we will not install it. A test case will
18850help us to understand.
c4555f82 18851
8e04817f
AC
18852@item
18853A guess about what the bug is or what it depends on.
c4555f82 18854
8e04817f
AC
18855Such guesses are usually wrong. Even we cannot guess right about such
18856things without first using the debugger to find the facts.
18857@end itemize
c4555f82 18858
8e04817f
AC
18859@c The readline documentation is distributed with the readline code
18860@c and consists of the two following files:
18861@c rluser.texinfo
18862@c inc-hist.texinfo
18863@c Use -I with makeinfo to point to the appropriate directory,
18864@c environment var TEXINPUTS with TeX.
18865@include rluser.texinfo
18866@include inc-hist.texinfo
c4555f82 18867
c4555f82 18868
8e04817f
AC
18869@node Formatting Documentation
18870@appendix Formatting Documentation
c4555f82 18871
8e04817f
AC
18872@cindex @value{GDBN} reference card
18873@cindex reference card
18874The @value{GDBN} 4 release includes an already-formatted reference card, ready
18875for printing with PostScript or Ghostscript, in the @file{gdb}
18876subdirectory of the main source directory@footnote{In
18877@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
18878release.}. If you can use PostScript or Ghostscript with your printer,
18879you can print the reference card immediately with @file{refcard.ps}.
c4555f82 18880
8e04817f
AC
18881The release also includes the source for the reference card. You
18882can format it, using @TeX{}, by typing:
c4555f82 18883
474c8240 18884@smallexample
8e04817f 18885make refcard.dvi
474c8240 18886@end smallexample
c4555f82 18887
8e04817f
AC
18888The @value{GDBN} reference card is designed to print in @dfn{landscape}
18889mode on US ``letter'' size paper;
18890that is, on a sheet 11 inches wide by 8.5 inches
18891high. You will need to specify this form of printing as an option to
18892your @sc{dvi} output program.
c4555f82 18893
8e04817f 18894@cindex documentation
c4555f82 18895
8e04817f
AC
18896All the documentation for @value{GDBN} comes as part of the machine-readable
18897distribution. The documentation is written in Texinfo format, which is
18898a documentation system that uses a single source file to produce both
18899on-line information and a printed manual. You can use one of the Info
18900formatting commands to create the on-line version of the documentation
18901and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 18902
8e04817f
AC
18903@value{GDBN} includes an already formatted copy of the on-line Info
18904version of this manual in the @file{gdb} subdirectory. The main Info
18905file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
18906subordinate files matching @samp{gdb.info*} in the same directory. If
18907necessary, you can print out these files, or read them with any editor;
18908but they are easier to read using the @code{info} subsystem in @sc{gnu}
18909Emacs or the standalone @code{info} program, available as part of the
18910@sc{gnu} Texinfo distribution.
c4555f82 18911
8e04817f
AC
18912If you want to format these Info files yourself, you need one of the
18913Info formatting programs, such as @code{texinfo-format-buffer} or
18914@code{makeinfo}.
c4555f82 18915
8e04817f
AC
18916If you have @code{makeinfo} installed, and are in the top level
18917@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
18918version @value{GDBVN}), you can make the Info file by typing:
c4555f82 18919
474c8240 18920@smallexample
8e04817f
AC
18921cd gdb
18922make gdb.info
474c8240 18923@end smallexample
c4555f82 18924
8e04817f
AC
18925If you want to typeset and print copies of this manual, you need @TeX{},
18926a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
18927Texinfo definitions file.
c4555f82 18928
8e04817f
AC
18929@TeX{} is a typesetting program; it does not print files directly, but
18930produces output files called @sc{dvi} files. To print a typeset
18931document, you need a program to print @sc{dvi} files. If your system
18932has @TeX{} installed, chances are it has such a program. The precise
18933command to use depends on your system; @kbd{lpr -d} is common; another
18934(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
18935require a file name without any extension or a @samp{.dvi} extension.
c4555f82 18936
8e04817f
AC
18937@TeX{} also requires a macro definitions file called
18938@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
18939written in Texinfo format. On its own, @TeX{} cannot either read or
18940typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
18941and is located in the @file{gdb-@var{version-number}/texinfo}
18942directory.
c4555f82 18943
8e04817f
AC
18944If you have @TeX{} and a @sc{dvi} printer program installed, you can
18945typeset and print this manual. First switch to the the @file{gdb}
18946subdirectory of the main source directory (for example, to
18947@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 18948
474c8240 18949@smallexample
8e04817f 18950make gdb.dvi
474c8240 18951@end smallexample
c4555f82 18952
8e04817f 18953Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 18954
8e04817f
AC
18955@node Installing GDB
18956@appendix Installing @value{GDBN}
18957@cindex configuring @value{GDBN}
18958@cindex installation
94e91d6d 18959@cindex configuring @value{GDBN}, and source tree subdirectories
c4555f82 18960
8e04817f
AC
18961@value{GDBN} comes with a @code{configure} script that automates the process
18962of preparing @value{GDBN} for installation; you can then use @code{make} to
18963build the @code{gdb} program.
18964@iftex
18965@c irrelevant in info file; it's as current as the code it lives with.
18966@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
18967look at the @file{README} file in the sources; we may have improved the
18968installation procedures since publishing this manual.}
18969@end iftex
c4555f82 18970
8e04817f
AC
18971The @value{GDBN} distribution includes all the source code you need for
18972@value{GDBN} in a single directory, whose name is usually composed by
18973appending the version number to @samp{gdb}.
c4555f82 18974
8e04817f
AC
18975For example, the @value{GDBN} version @value{GDBVN} distribution is in the
18976@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 18977
8e04817f
AC
18978@table @code
18979@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
18980script for configuring @value{GDBN} and all its supporting libraries
c4555f82 18981
8e04817f
AC
18982@item gdb-@value{GDBVN}/gdb
18983the source specific to @value{GDBN} itself
c4555f82 18984
8e04817f
AC
18985@item gdb-@value{GDBVN}/bfd
18986source for the Binary File Descriptor library
c906108c 18987
8e04817f
AC
18988@item gdb-@value{GDBVN}/include
18989@sc{gnu} include files
c906108c 18990
8e04817f
AC
18991@item gdb-@value{GDBVN}/libiberty
18992source for the @samp{-liberty} free software library
c906108c 18993
8e04817f
AC
18994@item gdb-@value{GDBVN}/opcodes
18995source for the library of opcode tables and disassemblers
c906108c 18996
8e04817f
AC
18997@item gdb-@value{GDBVN}/readline
18998source for the @sc{gnu} command-line interface
c906108c 18999
8e04817f
AC
19000@item gdb-@value{GDBVN}/glob
19001source for the @sc{gnu} filename pattern-matching subroutine
c906108c 19002
8e04817f
AC
19003@item gdb-@value{GDBVN}/mmalloc
19004source for the @sc{gnu} memory-mapped malloc package
19005@end table
c906108c 19006
8e04817f
AC
19007The simplest way to configure and build @value{GDBN} is to run @code{configure}
19008from the @file{gdb-@var{version-number}} source directory, which in
19009this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 19010
8e04817f
AC
19011First switch to the @file{gdb-@var{version-number}} source directory
19012if you are not already in it; then run @code{configure}. Pass the
19013identifier for the platform on which @value{GDBN} will run as an
19014argument.
c906108c 19015
8e04817f 19016For example:
c906108c 19017
474c8240 19018@smallexample
8e04817f
AC
19019cd gdb-@value{GDBVN}
19020./configure @var{host}
19021make
474c8240 19022@end smallexample
c906108c 19023
8e04817f
AC
19024@noindent
19025where @var{host} is an identifier such as @samp{sun4} or
19026@samp{decstation}, that identifies the platform where @value{GDBN} will run.
19027(You can often leave off @var{host}; @code{configure} tries to guess the
19028correct value by examining your system.)
c906108c 19029
8e04817f
AC
19030Running @samp{configure @var{host}} and then running @code{make} builds the
19031@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
19032libraries, then @code{gdb} itself. The configured source files, and the
19033binaries, are left in the corresponding source directories.
c906108c 19034
8e04817f
AC
19035@need 750
19036@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
19037system does not recognize this automatically when you run a different
19038shell, you may need to run @code{sh} on it explicitly:
c906108c 19039
474c8240 19040@smallexample
8e04817f 19041sh configure @var{host}
474c8240 19042@end smallexample
c906108c 19043
8e04817f
AC
19044If you run @code{configure} from a directory that contains source
19045directories for multiple libraries or programs, such as the
19046@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
19047creates configuration files for every directory level underneath (unless
19048you tell it not to, with the @samp{--norecursion} option).
19049
94e91d6d
MC
19050You should run the @code{configure} script from the top directory in the
19051source tree, the @file{gdb-@var{version-number}} directory. If you run
19052@code{configure} from one of the subdirectories, you will configure only
19053that subdirectory. That is usually not what you want. In particular,
19054if you run the first @code{configure} from the @file{gdb} subdirectory
19055of the @file{gdb-@var{version-number}} directory, you will omit the
19056configuration of @file{bfd}, @file{readline}, and other sibling
19057directories of the @file{gdb} subdirectory. This leads to build errors
19058about missing include files such as @file{bfd/bfd.h}.
c906108c 19059
8e04817f
AC
19060You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
19061However, you should make sure that the shell on your path (named by
19062the @samp{SHELL} environment variable) is publicly readable. Remember
19063that @value{GDBN} uses the shell to start your program---some systems refuse to
19064let @value{GDBN} debug child processes whose programs are not readable.
c906108c 19065
8e04817f
AC
19066@menu
19067* Separate Objdir:: Compiling @value{GDBN} in another directory
19068* Config Names:: Specifying names for hosts and targets
19069* Configure Options:: Summary of options for configure
19070@end menu
c906108c 19071
8e04817f
AC
19072@node Separate Objdir
19073@section Compiling @value{GDBN} in another directory
c906108c 19074
8e04817f
AC
19075If you want to run @value{GDBN} versions for several host or target machines,
19076you need a different @code{gdb} compiled for each combination of
19077host and target. @code{configure} is designed to make this easy by
19078allowing you to generate each configuration in a separate subdirectory,
19079rather than in the source directory. If your @code{make} program
19080handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
19081@code{make} in each of these directories builds the @code{gdb}
19082program specified there.
c906108c 19083
8e04817f
AC
19084To build @code{gdb} in a separate directory, run @code{configure}
19085with the @samp{--srcdir} option to specify where to find the source.
19086(You also need to specify a path to find @code{configure}
19087itself from your working directory. If the path to @code{configure}
19088would be the same as the argument to @samp{--srcdir}, you can leave out
19089the @samp{--srcdir} option; it is assumed.)
c906108c 19090
8e04817f
AC
19091For example, with version @value{GDBVN}, you can build @value{GDBN} in a
19092separate directory for a Sun 4 like this:
c906108c 19093
474c8240 19094@smallexample
8e04817f
AC
19095@group
19096cd gdb-@value{GDBVN}
19097mkdir ../gdb-sun4
19098cd ../gdb-sun4
19099../gdb-@value{GDBVN}/configure sun4
19100make
19101@end group
474c8240 19102@end smallexample
c906108c 19103
8e04817f
AC
19104When @code{configure} builds a configuration using a remote source
19105directory, it creates a tree for the binaries with the same structure
19106(and using the same names) as the tree under the source directory. In
19107the example, you'd find the Sun 4 library @file{libiberty.a} in the
19108directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
19109@file{gdb-sun4/gdb}.
c906108c 19110
94e91d6d
MC
19111Make sure that your path to the @file{configure} script has just one
19112instance of @file{gdb} in it. If your path to @file{configure} looks
19113like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
19114one subdirectory of @value{GDBN}, not the whole package. This leads to
19115build errors about missing include files such as @file{bfd/bfd.h}.
19116
8e04817f
AC
19117One popular reason to build several @value{GDBN} configurations in separate
19118directories is to configure @value{GDBN} for cross-compiling (where
19119@value{GDBN} runs on one machine---the @dfn{host}---while debugging
19120programs that run on another machine---the @dfn{target}).
19121You specify a cross-debugging target by
19122giving the @samp{--target=@var{target}} option to @code{configure}.
c906108c 19123
8e04817f
AC
19124When you run @code{make} to build a program or library, you must run
19125it in a configured directory---whatever directory you were in when you
19126called @code{configure} (or one of its subdirectories).
c906108c 19127
8e04817f
AC
19128The @code{Makefile} that @code{configure} generates in each source
19129directory also runs recursively. If you type @code{make} in a source
19130directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
19131directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
19132will build all the required libraries, and then build GDB.
c906108c 19133
8e04817f
AC
19134When you have multiple hosts or targets configured in separate
19135directories, you can run @code{make} on them in parallel (for example,
19136if they are NFS-mounted on each of the hosts); they will not interfere
19137with each other.
c906108c 19138
8e04817f
AC
19139@node Config Names
19140@section Specifying names for hosts and targets
c906108c 19141
8e04817f
AC
19142The specifications used for hosts and targets in the @code{configure}
19143script are based on a three-part naming scheme, but some short predefined
19144aliases are also supported. The full naming scheme encodes three pieces
19145of information in the following pattern:
c906108c 19146
474c8240 19147@smallexample
8e04817f 19148@var{architecture}-@var{vendor}-@var{os}
474c8240 19149@end smallexample
c906108c 19150
8e04817f
AC
19151For example, you can use the alias @code{sun4} as a @var{host} argument,
19152or as the value for @var{target} in a @code{--target=@var{target}}
19153option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 19154
8e04817f
AC
19155The @code{configure} script accompanying @value{GDBN} does not provide
19156any query facility to list all supported host and target names or
19157aliases. @code{configure} calls the Bourne shell script
19158@code{config.sub} to map abbreviations to full names; you can read the
19159script, if you wish, or you can use it to test your guesses on
19160abbreviations---for example:
c906108c 19161
8e04817f
AC
19162@smallexample
19163% sh config.sub i386-linux
19164i386-pc-linux-gnu
19165% sh config.sub alpha-linux
19166alpha-unknown-linux-gnu
19167% sh config.sub hp9k700
19168hppa1.1-hp-hpux
19169% sh config.sub sun4
19170sparc-sun-sunos4.1.1
19171% sh config.sub sun3
19172m68k-sun-sunos4.1.1
19173% sh config.sub i986v
19174Invalid configuration `i986v': machine `i986v' not recognized
19175@end smallexample
c906108c 19176
8e04817f
AC
19177@noindent
19178@code{config.sub} is also distributed in the @value{GDBN} source
19179directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 19180
8e04817f
AC
19181@node Configure Options
19182@section @code{configure} options
c906108c 19183
8e04817f
AC
19184Here is a summary of the @code{configure} options and arguments that
19185are most often useful for building @value{GDBN}. @code{configure} also has
19186several other options not listed here. @inforef{What Configure
19187Does,,configure.info}, for a full explanation of @code{configure}.
c906108c 19188
474c8240 19189@smallexample
8e04817f
AC
19190configure @r{[}--help@r{]}
19191 @r{[}--prefix=@var{dir}@r{]}
19192 @r{[}--exec-prefix=@var{dir}@r{]}
19193 @r{[}--srcdir=@var{dirname}@r{]}
19194 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
19195 @r{[}--target=@var{target}@r{]}
19196 @var{host}
474c8240 19197@end smallexample
c906108c 19198
8e04817f
AC
19199@noindent
19200You may introduce options with a single @samp{-} rather than
19201@samp{--} if you prefer; but you may abbreviate option names if you use
19202@samp{--}.
c906108c 19203
8e04817f
AC
19204@table @code
19205@item --help
19206Display a quick summary of how to invoke @code{configure}.
c906108c 19207
8e04817f
AC
19208@item --prefix=@var{dir}
19209Configure the source to install programs and files under directory
19210@file{@var{dir}}.
c906108c 19211
8e04817f
AC
19212@item --exec-prefix=@var{dir}
19213Configure the source to install programs under directory
19214@file{@var{dir}}.
c906108c 19215
8e04817f
AC
19216@c avoid splitting the warning from the explanation:
19217@need 2000
19218@item --srcdir=@var{dirname}
19219@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
19220@code{make} that implements the @code{VPATH} feature.}@*
19221Use this option to make configurations in directories separate from the
19222@value{GDBN} source directories. Among other things, you can use this to
19223build (or maintain) several configurations simultaneously, in separate
19224directories. @code{configure} writes configuration specific files in
19225the current directory, but arranges for them to use the source in the
19226directory @var{dirname}. @code{configure} creates directories under
19227the working directory in parallel to the source directories below
19228@var{dirname}.
c906108c 19229
8e04817f
AC
19230@item --norecursion
19231Configure only the directory level where @code{configure} is executed; do not
19232propagate configuration to subdirectories.
c906108c 19233
8e04817f
AC
19234@item --target=@var{target}
19235Configure @value{GDBN} for cross-debugging programs running on the specified
19236@var{target}. Without this option, @value{GDBN} is configured to debug
19237programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 19238
8e04817f 19239There is no convenient way to generate a list of all available targets.
c906108c 19240
8e04817f
AC
19241@item @var{host} @dots{}
19242Configure @value{GDBN} to run on the specified @var{host}.
c906108c 19243
8e04817f
AC
19244There is no convenient way to generate a list of all available hosts.
19245@end table
c906108c 19246
8e04817f
AC
19247There are many other options available as well, but they are generally
19248needed for special purposes only.
c906108c 19249
8e04817f
AC
19250@node Maintenance Commands
19251@appendix Maintenance Commands
19252@cindex maintenance commands
19253@cindex internal commands
c906108c 19254
8e04817f
AC
19255In addition to commands intended for @value{GDBN} users, @value{GDBN}
19256includes a number of commands intended for @value{GDBN} developers.
19257These commands are provided here for reference.
c906108c 19258
8e04817f
AC
19259@table @code
19260@kindex maint info breakpoints
19261@item @anchor{maint info breakpoints}maint info breakpoints
19262Using the same format as @samp{info breakpoints}, display both the
19263breakpoints you've set explicitly, and those @value{GDBN} is using for
19264internal purposes. Internal breakpoints are shown with negative
19265breakpoint numbers. The type column identifies what kind of breakpoint
19266is shown:
c906108c 19267
8e04817f
AC
19268@table @code
19269@item breakpoint
19270Normal, explicitly set breakpoint.
c906108c 19271
8e04817f
AC
19272@item watchpoint
19273Normal, explicitly set watchpoint.
c906108c 19274
8e04817f
AC
19275@item longjmp
19276Internal breakpoint, used to handle correctly stepping through
19277@code{longjmp} calls.
c906108c 19278
8e04817f
AC
19279@item longjmp resume
19280Internal breakpoint at the target of a @code{longjmp}.
c906108c 19281
8e04817f
AC
19282@item until
19283Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 19284
8e04817f
AC
19285@item finish
19286Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 19287
8e04817f
AC
19288@item shlib events
19289Shared library events.
c906108c 19290
8e04817f 19291@end table
c906108c 19292
8d30a00d
AC
19293@kindex maint internal-error
19294@kindex maint internal-warning
19295@item maint internal-error
19296@itemx maint internal-warning
19297Cause @value{GDBN} to call the internal function @code{internal_error}
19298or @code{internal_warning} and hence behave as though an internal error
19299or internal warning has been detected. In addition to reporting the
19300internal problem, these functions give the user the opportunity to
19301either quit @value{GDBN} or create a core file of the current
19302@value{GDBN} session.
19303
19304@smallexample
19305(gdb) @kbd{maint internal-error testing, 1, 2}
19306@dots{}/maint.c:121: internal-error: testing, 1, 2
19307A problem internal to GDB has been detected. Further
19308debugging may prove unreliable.
19309Quit this debugging session? (y or n) @kbd{n}
19310Create a core file? (y or n) @kbd{n}
19311(gdb)
19312@end smallexample
19313
19314Takes an optional parameter that is used as the text of the error or
19315warning message.
19316
00905d52
AC
19317@kindex maint print dummy-frames
19318@item maint print dummy-frames
19319
19320Prints the contents of @value{GDBN}'s internal dummy-frame stack.
19321
19322@smallexample
19323(gdb) @kbd{b add}
19324@dots{}
19325(gdb) @kbd{print add(2,3)}
19326Breakpoint 2, add (a=2, b=3) at @dots{}
1932758 return (a + b);
19328The program being debugged stopped while in a function called from GDB.
19329@dots{}
19330(gdb) @kbd{maint print dummy-frames}
193310x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
19332 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
19333 call_lo=0x01014000 call_hi=0x01014001
19334(gdb)
19335@end smallexample
19336
19337Takes an optional file parameter.
19338
0680b120
AC
19339@kindex maint print registers
19340@kindex maint print raw-registers
19341@kindex maint print cooked-registers
617073a9 19342@kindex maint print register-groups
0680b120
AC
19343@item maint print registers
19344@itemx maint print raw-registers
19345@itemx maint print cooked-registers
617073a9 19346@itemx maint print register-groups
0680b120
AC
19347Print @value{GDBN}'s internal register data structures.
19348
617073a9
AC
19349The command @code{maint print raw-registers} includes the contents of
19350the raw register cache; the command @code{maint print cooked-registers}
19351includes the (cooked) value of all registers; and the command
19352@code{maint print register-groups} includes the groups that each
19353register is a member of. @xref{Registers,, Registers, gdbint,
19354@value{GDBN} Internals}.
0680b120
AC
19355
19356Takes an optional file parameter.
19357
617073a9
AC
19358@kindex maint print reggroups
19359@item maint print reggroups
19360Print @value{GDBN}'s internal register group data structures.
19361
19362Takes an optional file parameter.
19363
19364@smallexample
19365(gdb) @kbd{maint print reggroups}
19366 Group Type
19367 general user
19368 float user
19369 all user
19370 vector user
19371 system user
19372 save internal
19373 restore internal
19374@end smallexample
19375
e7ba9c65
DJ
19376@kindex maint set profile
19377@kindex maint show profile
19378@cindex profiling GDB
19379@item maint set profile
19380@itemx maint show profile
19381Control profiling of @value{GDBN}.
19382
19383Profiling will be disabled until you use the @samp{maint set profile}
19384command to enable it. When you enable profiling, the system will begin
19385collecting timing and execution count data; when you disable profiling or
19386exit @value{GDBN}, the results will be written to a log file. Remember that
19387if you use profiling, @value{GDBN} will overwrite the profiling log file
19388(often called @file{gmon.out}). If you have a record of important profiling
19389data in a @file{gmon.out} file, be sure to move it to a safe location.
19390
19391Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
19392compiled with the @samp{-pg} compiler option.
19393
8e04817f 19394@end table
c906108c 19395
c906108c 19396
e0ce93ac 19397@node Remote Protocol
8e04817f 19398@appendix @value{GDBN} Remote Serial Protocol
c906108c 19399
ee2d5c50
AC
19400@menu
19401* Overview::
19402* Packets::
19403* Stop Reply Packets::
19404* General Query Packets::
19405* Register Packet Format::
19406* Examples::
0ce1b118 19407* File-I/O remote protocol extension::
ee2d5c50
AC
19408@end menu
19409
19410@node Overview
19411@section Overview
19412
8e04817f
AC
19413There may be occasions when you need to know something about the
19414protocol---for example, if there is only one serial port to your target
19415machine, you might want your program to do something special if it
19416recognizes a packet meant for @value{GDBN}.
c906108c 19417
d2c6833e 19418In the examples below, @samp{->} and @samp{<-} are used to indicate
8e04817f 19419transmitted and received data respectfully.
c906108c 19420
8e04817f
AC
19421@cindex protocol, @value{GDBN} remote serial
19422@cindex serial protocol, @value{GDBN} remote
19423@cindex remote serial protocol
19424All @value{GDBN} commands and responses (other than acknowledgments) are
19425sent as a @var{packet}. A @var{packet} is introduced with the character
19426@samp{$}, the actual @var{packet-data}, and the terminating character
19427@samp{#} followed by a two-digit @var{checksum}:
c906108c 19428
474c8240 19429@smallexample
8e04817f 19430@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 19431@end smallexample
8e04817f 19432@noindent
c906108c 19433
8e04817f
AC
19434@cindex checksum, for @value{GDBN} remote
19435@noindent
19436The two-digit @var{checksum} is computed as the modulo 256 sum of all
19437characters between the leading @samp{$} and the trailing @samp{#} (an
19438eight bit unsigned checksum).
c906108c 19439
8e04817f
AC
19440Implementors should note that prior to @value{GDBN} 5.0 the protocol
19441specification also included an optional two-digit @var{sequence-id}:
c906108c 19442
474c8240 19443@smallexample
8e04817f 19444@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 19445@end smallexample
c906108c 19446
8e04817f
AC
19447@cindex sequence-id, for @value{GDBN} remote
19448@noindent
19449That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
19450has never output @var{sequence-id}s. Stubs that handle packets added
19451since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 19452
8e04817f
AC
19453@cindex acknowledgment, for @value{GDBN} remote
19454When either the host or the target machine receives a packet, the first
19455response expected is an acknowledgment: either @samp{+} (to indicate
19456the package was received correctly) or @samp{-} (to request
19457retransmission):
c906108c 19458
474c8240 19459@smallexample
d2c6833e
AC
19460-> @code{$}@var{packet-data}@code{#}@var{checksum}
19461<- @code{+}
474c8240 19462@end smallexample
8e04817f 19463@noindent
53a5351d 19464
8e04817f
AC
19465The host (@value{GDBN}) sends @var{command}s, and the target (the
19466debugging stub incorporated in your program) sends a @var{response}. In
19467the case of step and continue @var{command}s, the response is only sent
19468when the operation has completed (the target has again stopped).
c906108c 19469
8e04817f
AC
19470@var{packet-data} consists of a sequence of characters with the
19471exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
19472exceptions).
c906108c 19473
8e04817f 19474Fields within the packet should be separated using @samp{,} @samp{;} or
ee2d5c50 19475@cindex remote protocol, field separator
8e04817f 19476@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 19477@sc{hex} with leading zeros suppressed.
c906108c 19478
8e04817f
AC
19479Implementors should note that prior to @value{GDBN} 5.0, the character
19480@samp{:} could not appear as the third character in a packet (as it
19481would potentially conflict with the @var{sequence-id}).
c906108c 19482
8e04817f
AC
19483Response @var{data} can be run-length encoded to save space. A @samp{*}
19484means that the next character is an @sc{ascii} encoding giving a repeat count
19485which stands for that many repetitions of the character preceding the
19486@samp{*}. The encoding is @code{n+29}, yielding a printable character
19487where @code{n >=3} (which is where rle starts to win). The printable
19488characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
19489value greater than 126 should not be used.
c906108c 19490
8e04817f 19491So:
474c8240 19492@smallexample
8e04817f 19493"@code{0* }"
474c8240 19494@end smallexample
8e04817f
AC
19495@noindent
19496means the same as "0000".
c906108c 19497
8e04817f
AC
19498The error response returned for some packets includes a two character
19499error number. That number is not well defined.
c906108c 19500
8e04817f
AC
19501For any @var{command} not supported by the stub, an empty response
19502(@samp{$#00}) should be returned. That way it is possible to extend the
19503protocol. A newer @value{GDBN} can tell if a packet is supported based
19504on that response.
c906108c 19505
8e04817f
AC
19506A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
19507@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
19508optional.
c906108c 19509
ee2d5c50
AC
19510@node Packets
19511@section Packets
19512
19513The following table provides a complete list of all currently defined
19514@var{command}s and their corresponding response @var{data}.
19515
19516@table @r
19517
19518@item @code{!} --- extended mode
19519@cindex @code{!} packet
19520
8e04817f
AC
19521Enable extended mode. In extended mode, the remote server is made
19522persistent. The @samp{R} packet is used to restart the program being
19523debugged.
ee2d5c50
AC
19524
19525Reply:
19526@table @samp
19527@item OK
8e04817f 19528The remote target both supports and has enabled extended mode.
ee2d5c50 19529@end table
c906108c 19530
ee2d5c50
AC
19531@item @code{?} --- last signal
19532@cindex @code{?} packet
c906108c 19533
ee2d5c50
AC
19534Indicate the reason the target halted. The reply is the same as for
19535step and continue.
c906108c 19536
ee2d5c50
AC
19537Reply:
19538@xref{Stop Reply Packets}, for the reply specifications.
19539
19540@item @code{a} --- reserved
19541
19542Reserved for future use.
19543
19544@item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
19545@cindex @code{A} packet
c906108c 19546
8e04817f
AC
19547Initialized @samp{argv[]} array passed into program. @var{arglen}
19548specifies the number of bytes in the hex encoded byte stream @var{arg}.
ee2d5c50
AC
19549See @code{gdbserver} for more details.
19550
19551Reply:
19552@table @samp
19553@item OK
19554@item E@var{NN}
19555@end table
19556
19557@item @code{b}@var{baud} --- set baud @strong{(deprecated)}
19558@cindex @code{b} packet
19559
19560Change the serial line speed to @var{baud}.
19561
19562JTC: @emph{When does the transport layer state change? When it's
19563received, or after the ACK is transmitted. In either case, there are
19564problems if the command or the acknowledgment packet is dropped.}
19565
19566Stan: @emph{If people really wanted to add something like this, and get
19567it working for the first time, they ought to modify ser-unix.c to send
19568some kind of out-of-band message to a specially-setup stub and have the
19569switch happen "in between" packets, so that from remote protocol's point
19570of view, nothing actually happened.}
19571
19572@item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
19573@cindex @code{B} packet
19574
8e04817f 19575Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
19576breakpoint at @var{addr}.
19577
19578This packet has been replaced by the @samp{Z} and @samp{z} packets
19579(@pxref{insert breakpoint or watchpoint packet}).
c906108c 19580
ee2d5c50
AC
19581@item @code{c}@var{addr} --- continue
19582@cindex @code{c} packet
19583
19584@var{addr} is address to resume. If @var{addr} is omitted, resume at
8e04817f 19585current address.
c906108c 19586
ee2d5c50
AC
19587Reply:
19588@xref{Stop Reply Packets}, for the reply specifications.
19589
19590@item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
19591@cindex @code{C} packet
19592
8e04817f
AC
19593Continue with signal @var{sig} (hex signal number). If
19594@code{;}@var{addr} is omitted, resume at same address.
c906108c 19595
ee2d5c50
AC
19596Reply:
19597@xref{Stop Reply Packets}, for the reply specifications.
c906108c 19598
ee2d5c50
AC
19599@item @code{d} --- toggle debug @strong{(deprecated)}
19600@cindex @code{d} packet
19601
19602Toggle debug flag.
19603
19604@item @code{D} --- detach
19605@cindex @code{D} packet
19606
19607Detach @value{GDBN} from the remote system. Sent to the remote target
07f31aa6 19608before @value{GDBN} disconnects via the @code{detach} command.
ee2d5c50
AC
19609
19610Reply:
19611@table @samp
19612@item @emph{no response}
8e04817f 19613@value{GDBN} does not check for any response after sending this packet.
ee2d5c50 19614@end table
c906108c 19615
ee2d5c50 19616@item @code{e} --- reserved
c906108c 19617
ee2d5c50 19618Reserved for future use.
c906108c 19619
ee2d5c50 19620@item @code{E} --- reserved
c906108c 19621
ee2d5c50 19622Reserved for future use.
c906108c 19623
ee2d5c50
AC
19624@item @code{f} --- reserved
19625
19626Reserved for future use.
19627
0ce1b118
CV
19628@item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
19629@cindex @code{F} packet
ee2d5c50 19630
0ce1b118
CV
19631This packet is send by @value{GDBN} as reply to a @code{F} request packet
19632sent by the target. This is part of the File-I/O protocol extension.
19633@xref{File-I/O remote protocol extension}, for the specification.
ee2d5c50
AC
19634
19635@item @code{g} --- read registers
19636@anchor{read registers packet}
19637@cindex @code{g} packet
19638
19639Read general registers.
19640
19641Reply:
19642@table @samp
19643@item @var{XX@dots{}}
8e04817f
AC
19644Each byte of register data is described by two hex digits. The bytes
19645with the register are transmitted in target byte order. The size of
19646each register and their position within the @samp{g} @var{packet} are
12c266ea
AC
19647determined by the @value{GDBN} internal macros
19648@var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros. The
19649specification of several standard @code{g} packets is specified below.
ee2d5c50
AC
19650@item E@var{NN}
19651for an error.
19652@end table
c906108c 19653
ee2d5c50
AC
19654@item @code{G}@var{XX@dots{}} --- write regs
19655@cindex @code{G} packet
c906108c 19656
ee2d5c50
AC
19657@xref{read registers packet}, for a description of the @var{XX@dots{}}
19658data.
19659
19660Reply:
19661@table @samp
19662@item OK
19663for success
19664@item E@var{NN}
19665for an error
19666@end table
19667
19668@item @code{h} --- reserved
19669
19670Reserved for future use.
19671
19672@item @code{H}@var{c}@var{t@dots{}} --- set thread
19673@cindex @code{H} packet
c906108c 19674
8e04817f 19675Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
ee2d5c50
AC
19676@samp{G}, et.al.). @var{c} depends on the operation to be performed: it
19677should be @samp{c} for step and continue operations, @samp{g} for other
19678operations. The thread designator @var{t@dots{}} may be -1, meaning all
19679the threads, a thread number, or zero which means pick any thread.
19680
19681Reply:
19682@table @samp
19683@item OK
19684for success
19685@item E@var{NN}
19686for an error
19687@end table
c906108c 19688
8e04817f
AC
19689@c FIXME: JTC:
19690@c 'H': How restrictive (or permissive) is the thread model. If a
19691@c thread is selected and stopped, are other threads allowed
19692@c to continue to execute? As I mentioned above, I think the
19693@c semantics of each command when a thread is selected must be
19694@c described. For example:
19695@c
19696@c 'g': If the stub supports threads and a specific thread is
19697@c selected, returns the register block from that thread;
19698@c otherwise returns current registers.
19699@c
19700@c 'G' If the stub supports threads and a specific thread is
19701@c selected, sets the registers of the register block of
19702@c that thread; otherwise sets current registers.
c906108c 19703
ee2d5c50
AC
19704@item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
19705@anchor{cycle step packet}
19706@cindex @code{i} packet
19707
8e04817f
AC
19708Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
19709present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
19710step starting at that address.
c906108c 19711
ee2d5c50
AC
19712@item @code{I} --- signal then cycle step @strong{(reserved)}
19713@cindex @code{I} packet
19714
19715@xref{step with signal packet}. @xref{cycle step packet}.
19716
19717@item @code{j} --- reserved
19718
19719Reserved for future use.
19720
19721@item @code{J} --- reserved
c906108c 19722
ee2d5c50 19723Reserved for future use.
c906108c 19724
ee2d5c50
AC
19725@item @code{k} --- kill request
19726@cindex @code{k} packet
c906108c 19727
ac282366 19728FIXME: @emph{There is no description of how to operate when a specific
ee2d5c50
AC
19729thread context has been selected (i.e.@: does 'k' kill only that
19730thread?)}.
c906108c 19731
ee2d5c50 19732@item @code{K} --- reserved
c906108c 19733
ee2d5c50
AC
19734Reserved for future use.
19735
19736@item @code{l} --- reserved
19737
19738Reserved for future use.
19739
19740@item @code{L} --- reserved
19741
19742Reserved for future use.
19743
19744@item @code{m}@var{addr}@code{,}@var{length} --- read memory
19745@cindex @code{m} packet
c906108c 19746
8e04817f 19747Read @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50 19748Neither @value{GDBN} nor the stub assume that sized memory transfers are
2e834e49 19749assumed using word aligned accesses. FIXME: @emph{A word aligned memory
8e04817f 19750transfer mechanism is needed.}
c906108c 19751
ee2d5c50
AC
19752Reply:
19753@table @samp
19754@item @var{XX@dots{}}
19755@var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
19756to read only part of the data. Neither @value{GDBN} nor the stub assume
2e834e49 19757that sized memory transfers are assumed using word aligned
ee2d5c50
AC
19758accesses. FIXME: @emph{A word aligned memory transfer mechanism is
19759needed.}
19760@item E@var{NN}
19761@var{NN} is errno
19762@end table
19763
19764@item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
19765@cindex @code{M} packet
19766
8e04817f 19767Write @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50
AC
19768@var{XX@dots{}} is the data.
19769
19770Reply:
19771@table @samp
19772@item OK
19773for success
19774@item E@var{NN}
8e04817f
AC
19775for an error (this includes the case where only part of the data was
19776written).
ee2d5c50 19777@end table
c906108c 19778
ee2d5c50 19779@item @code{n} --- reserved
c906108c 19780
ee2d5c50 19781Reserved for future use.
c906108c 19782
ee2d5c50 19783@item @code{N} --- reserved
c906108c 19784
ee2d5c50 19785Reserved for future use.
c906108c 19786
ee2d5c50
AC
19787@item @code{o} --- reserved
19788
19789Reserved for future use.
19790
19791@item @code{O} --- reserved
19792
19793Reserved for future use.
c906108c 19794
ee2d5c50
AC
19795@item @code{p}@var{n@dots{}} --- read reg @strong{(reserved)}
19796@cindex @code{p} packet
19797
19798@xref{write register packet}.
19799
19800Reply:
19801@table @samp
19802@item @var{r@dots{}.}
19803The hex encoded value of the register in target byte order.
19804@end table
19805
19806@item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
19807@anchor{write register packet}
19808@cindex @code{P} packet
19809
19810Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
8e04817f 19811digits for each byte in the register (target byte order).
c906108c 19812
ee2d5c50
AC
19813Reply:
19814@table @samp
19815@item OK
19816for success
19817@item E@var{NN}
19818for an error
19819@end table
19820
19821@item @code{q}@var{query} --- general query
19822@anchor{general query packet}
19823@cindex @code{q} packet
19824
19825Request info about @var{query}. In general @value{GDBN} queries have a
19826leading upper case letter. Custom vendor queries should use a company
19827prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
19828be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
19829that they match the full @var{query} name.
19830
19831Reply:
19832@table @samp
19833@item @var{XX@dots{}}
19834Hex encoded data from query. The reply can not be empty.
19835@item E@var{NN}
19836error reply
8e04817f 19837@item
ee2d5c50
AC
19838Indicating an unrecognized @var{query}.
19839@end table
19840
19841@item @code{Q}@var{var}@code{=}@var{val} --- general set
19842@cindex @code{Q} packet
19843
19844Set value of @var{var} to @var{val}.
19845
19846@xref{general query packet}, for a discussion of naming conventions.
c906108c 19847
ee2d5c50
AC
19848@item @code{r} --- reset @strong{(deprecated)}
19849@cindex @code{r} packet
c906108c 19850
8e04817f 19851Reset the entire system.
c906108c 19852
ee2d5c50
AC
19853@item @code{R}@var{XX} --- remote restart
19854@cindex @code{R} packet
19855
8e04817f
AC
19856Restart the program being debugged. @var{XX}, while needed, is ignored.
19857This packet is only available in extended mode.
ee2d5c50
AC
19858
19859Reply:
19860@table @samp
19861@item @emph{no reply}
8e04817f 19862The @samp{R} packet has no reply.
ee2d5c50
AC
19863@end table
19864
19865@item @code{s}@var{addr} --- step
19866@cindex @code{s} packet
c906108c 19867
8e04817f
AC
19868@var{addr} is address to resume. If @var{addr} is omitted, resume at
19869same address.
c906108c 19870
ee2d5c50
AC
19871Reply:
19872@xref{Stop Reply Packets}, for the reply specifications.
19873
19874@item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
19875@anchor{step with signal packet}
19876@cindex @code{S} packet
19877
8e04817f 19878Like @samp{C} but step not continue.
c906108c 19879
ee2d5c50
AC
19880Reply:
19881@xref{Stop Reply Packets}, for the reply specifications.
19882
19883@item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
19884@cindex @code{t} packet
19885
8e04817f 19886Search backwards starting at address @var{addr} for a match with pattern
ee2d5c50
AC
19887@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
19888@var{addr} must be at least 3 digits.
c906108c 19889
ee2d5c50
AC
19890@item @code{T}@var{XX} --- thread alive
19891@cindex @code{T} packet
c906108c 19892
ee2d5c50 19893Find out if the thread XX is alive.
c906108c 19894
ee2d5c50
AC
19895Reply:
19896@table @samp
19897@item OK
19898thread is still alive
19899@item E@var{NN}
19900thread is dead
19901@end table
19902
19903@item @code{u} --- reserved
19904
19905Reserved for future use.
19906
19907@item @code{U} --- reserved
19908
19909Reserved for future use.
19910
86d30acc 19911@item @code{v} --- verbose packet prefix
ee2d5c50 19912
86d30acc
DJ
19913Packets starting with @code{v} are identified by a multi-letter name,
19914up to the first @code{;} or @code{?} (or the end of the packet).
19915
19916@item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
19917@cindex @code{vCont} packet
19918
19919Resume the inferior. Different actions may be specified for each thread.
19920If an action is specified with no @var{tid}, then it is applied to any
19921threads that don't have a specific action specified; if no default action is
19922specified then other threads should remain stopped. Specifying multiple
19923default actions is an error; specifying no actions is also an error.
19924Thread IDs are specified in hexadecimal. Currently supported actions are:
19925
19926@table @code
19927@item c
19928Continue.
19929@item C@var{sig}
19930Continue with signal @var{sig}. @var{sig} should be two hex digits.
19931@item s
19932Step.
19933@item S@var{sig}
19934Step with signal @var{sig}. @var{sig} should be two hex digits.
19935@end table
19936
19937The optional @var{addr} argument normally associated with these packets is
19938not supported in @code{vCont}.
19939
19940Reply:
19941@xref{Stop Reply Packets}, for the reply specifications.
19942
19943@item @code{vCont?} --- extended resume query
19944@cindex @code{vCont?} packet
19945
19946Query support for the @code{vCont} packet.
19947
19948Reply:
19949@table @samp
19950@item @code{vCont}[;@var{action}]...
19951The @code{vCont} packet is supported. Each @var{action} is a supported
19952command in the @code{vCont} packet.
19953@item
19954The @code{vCont} packet is not supported.
19955@end table
ee2d5c50
AC
19956
19957@item @code{V} --- reserved
c906108c 19958
ee2d5c50 19959Reserved for future use.
c906108c 19960
ee2d5c50 19961@item @code{w} --- reserved
c906108c 19962
ee2d5c50 19963Reserved for future use.
c906108c 19964
ee2d5c50 19965@item @code{W} --- reserved
c906108c 19966
ee2d5c50 19967Reserved for future use.
c906108c 19968
ee2d5c50
AC
19969@item @code{x} --- reserved
19970
19971Reserved for future use.
19972
19973@item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
19974@cindex @code{X} packet
19975
19976@var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
19977is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
8e04817f 19978escaped using @code{0x7d}.
c906108c 19979
ee2d5c50
AC
19980Reply:
19981@table @samp
19982@item OK
19983for success
19984@item E@var{NN}
19985for an error
19986@end table
19987
19988@item @code{y} --- reserved
c906108c 19989
ee2d5c50 19990Reserved for future use.
c906108c 19991
ee2d5c50
AC
19992@item @code{Y} reserved
19993
19994Reserved for future use.
19995
2f870471
AC
19996@item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
19997@itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
19998@anchor{insert breakpoint or watchpoint packet}
ee2d5c50 19999@cindex @code{z} packet
2f870471 20000@cindex @code{Z} packets
ee2d5c50 20001
2f870471
AC
20002Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
20003watchpoint starting at address @var{address} and covering the next
20004@var{length} bytes.
ee2d5c50 20005
2f870471
AC
20006Each breakpoint and watchpoint packet @var{type} is documented
20007separately.
20008
512217c7
AC
20009@emph{Implementation notes: A remote target shall return an empty string
20010for an unrecognized breakpoint or watchpoint packet @var{type}. A
20011remote target shall support either both or neither of a given
2f870471
AC
20012@code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
20013avoid potential problems with duplicate packets, the operations should
20014be implemented in an idempotent way.}
20015
20016@item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
20017@item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
20018@cindex @code{z0} packet
20019@cindex @code{Z0} packet
20020
20021Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
20022@code{addr} of size @code{length}.
20023
20024A memory breakpoint is implemented by replacing the instruction at
20025@var{addr} with a software breakpoint or trap instruction. The
20026@code{length} is used by targets that indicates the size of the
20027breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
20028@sc{mips} can insert either a 2 or 4 byte breakpoint).
c906108c 20029
2f870471
AC
20030@emph{Implementation note: It is possible for a target to copy or move
20031code that contains memory breakpoints (e.g., when implementing
20032overlays). The behavior of this packet, in the presence of such a
20033target, is not defined.}
c906108c 20034
ee2d5c50
AC
20035Reply:
20036@table @samp
2f870471
AC
20037@item OK
20038success
20039@item
20040not supported
ee2d5c50
AC
20041@item E@var{NN}
20042for an error
2f870471
AC
20043@end table
20044
20045@item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
20046@item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
20047@cindex @code{z1} packet
20048@cindex @code{Z1} packet
20049
20050Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
20051address @code{addr} of size @code{length}.
20052
20053A hardware breakpoint is implemented using a mechanism that is not
20054dependant on being able to modify the target's memory.
20055
20056@emph{Implementation note: A hardware breakpoint is not affected by code
20057movement.}
20058
20059Reply:
20060@table @samp
ee2d5c50 20061@item OK
2f870471
AC
20062success
20063@item
20064not supported
20065@item E@var{NN}
20066for an error
20067@end table
20068
20069@item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
20070@item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
20071@cindex @code{z2} packet
20072@cindex @code{Z2} packet
20073
20074Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
20075
20076Reply:
20077@table @samp
20078@item OK
20079success
20080@item
20081not supported
20082@item E@var{NN}
20083for an error
20084@end table
20085
20086@item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
20087@item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
20088@cindex @code{z3} packet
20089@cindex @code{Z3} packet
20090
2e834e49 20091Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
2f870471
AC
20092
20093Reply:
20094@table @samp
20095@item OK
20096success
20097@item
20098not supported
20099@item E@var{NN}
20100for an error
20101@end table
20102
2e834e49
HPN
20103@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
20104@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
2f870471
AC
20105@cindex @code{z4} packet
20106@cindex @code{Z4} packet
20107
20108Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
20109
20110Reply:
20111@table @samp
20112@item OK
20113success
20114@item
20115not supported
20116@item E@var{NN}
20117for an error
ee2d5c50
AC
20118@end table
20119
20120@end table
c906108c 20121
ee2d5c50
AC
20122@node Stop Reply Packets
20123@section Stop Reply Packets
20124@cindex stop reply packets
c906108c 20125
8e04817f
AC
20126The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
20127receive any of the below as a reply. In the case of the @samp{C},
20128@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
20129when the target halts. In the below the exact meaning of @samp{signal
20130number} is poorly defined. In general one of the UNIX signal numbering
20131conventions is used.
c906108c 20132
ee2d5c50 20133@table @samp
c906108c 20134
ee2d5c50
AC
20135@item S@var{AA}
20136@var{AA} is the signal number
c906108c 20137
8e04817f 20138@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
20139@cindex @code{T} packet reply
20140
8e04817f
AC
20141@var{AA} = two hex digit signal number; @var{n...} = register number
20142(hex), @var{r...} = target byte ordered register contents, size defined
12c266ea
AC
20143by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
20144@var{r...} = thread process ID, this is a hex integer; @var{n...} =
20145(@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
20146address, this is a hex integer; @var{n...} = other string not starting
20147with valid hex digit. @value{GDBN} should ignore this @var{n...},
20148@var{r...} pair and go on to the next. This way we can extend the
20149protocol.
c906108c 20150
ee2d5c50
AC
20151@item W@var{AA}
20152
8e04817f 20153The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
20154applicable to certain targets.
20155
20156@item X@var{AA}
c906108c 20157
8e04817f 20158The process terminated with signal @var{AA}.
c906108c 20159
ee2d5c50 20160@item O@var{XX@dots{}}
c906108c 20161
ee2d5c50
AC
20162@var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
20163any time while the program is running and the debugger should continue
20164to wait for @samp{W}, @samp{T}, etc.
20165
0ce1b118
CV
20166@item F@var{call-id}@code{,}@var{parameter@dots{}}
20167
20168@var{call-id} is the identifier which says which host system call should
20169be called. This is just the name of the function. Translation into the
20170correct system call is only applicable as it's defined in @value{GDBN}.
20171@xref{File-I/O remote protocol extension}, for a list of implemented
20172system calls.
20173
20174@var{parameter@dots{}} is a list of parameters as defined for this very
20175system call.
20176
20177The target replies with this packet when it expects @value{GDBN} to call
20178a host system call on behalf of the target. @value{GDBN} replies with
20179an appropriate @code{F} packet and keeps up waiting for the next reply
20180packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
20181@samp{s} action is expected to be continued.
20182@xref{File-I/O remote protocol extension}, for more details.
20183
ee2d5c50
AC
20184@end table
20185
20186@node General Query Packets
20187@section General Query Packets
c906108c 20188
8e04817f 20189The following set and query packets have already been defined.
c906108c 20190
ee2d5c50 20191@table @r
c906108c 20192
ee2d5c50
AC
20193@item @code{q}@code{C} --- current thread
20194
20195Return the current thread id.
20196
20197Reply:
20198@table @samp
20199@item @code{QC}@var{pid}
8e04817f 20200Where @var{pid} is a HEX encoded 16 bit process id.
ee2d5c50
AC
20201@item *
20202Any other reply implies the old pid.
20203@end table
20204
20205@item @code{q}@code{fThreadInfo} -- all thread ids
20206
20207@code{q}@code{sThreadInfo}
c906108c 20208
8e04817f
AC
20209Obtain a list of active thread ids from the target (OS). Since there
20210may be too many active threads to fit into one reply packet, this query
20211works iteratively: it may require more than one query/reply sequence to
20212obtain the entire list of threads. The first query of the sequence will
20213be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
20214sequence will be the @code{qs}@code{ThreadInfo} query.
ee2d5c50
AC
20215
20216NOTE: replaces the @code{qL} query (see below).
20217
20218Reply:
20219@table @samp
20220@item @code{m}@var{id}
20221A single thread id
20222@item @code{m}@var{id},@var{id}@dots{}
20223a comma-separated list of thread ids
20224@item @code{l}
20225(lower case 'el') denotes end of list.
20226@end table
20227
20228In response to each query, the target will reply with a list of one or
20229more thread ids, in big-endian hex, separated by commas. @value{GDBN}
20230will respond to each reply with a request for more thread ids (using the
8e04817f
AC
20231@code{qs} form of the query), until the target responds with @code{l}
20232(lower-case el, for @code{'last'}).
c906108c 20233
ee2d5c50
AC
20234@item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
20235
20236Where @var{id} is a thread-id in big-endian hex. Obtain a printable
20237string description of a thread's attributes from the target OS. This
20238string may contain anything that the target OS thinks is interesting for
20239@value{GDBN} to tell the user about the thread. The string is displayed
20240in @value{GDBN}'s @samp{info threads} display. Some examples of
20241possible thread extra info strings are ``Runnable'', or ``Blocked on
20242Mutex''.
20243
20244Reply:
20245@table @samp
20246@item @var{XX@dots{}}
20247Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
20248the printable string containing the extra information about the thread's
8e04817f 20249attributes.
ee2d5c50
AC
20250@end table
20251
20252@item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
c906108c 20253
8e04817f
AC
20254Obtain thread information from RTOS. Where: @var{startflag} (one hex
20255digit) is one to indicate the first query and zero to indicate a
20256subsequent query; @var{threadcount} (two hex digits) is the maximum
20257number of threads the response packet can contain; and @var{nextthread}
20258(eight hex digits), for subsequent queries (@var{startflag} is zero), is
20259returned in the response as @var{argthread}.
ee2d5c50
AC
20260
20261NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
20262(see above).
20263
20264Reply:
20265@table @samp
20266@item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
8e04817f
AC
20267Where: @var{count} (two hex digits) is the number of threads being
20268returned; @var{done} (one hex digit) is zero to indicate more threads
20269and one indicates no further threads; @var{argthreadid} (eight hex
ee2d5c50
AC
20270digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
20271is a sequence of thread IDs from the target. @var{threadid} (eight hex
8e04817f 20272digits). See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 20273@end table
c906108c 20274
ee2d5c50
AC
20275@item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
20276
20277Reply:
20278@table @samp
20279@item @code{E}@var{NN}
20280An error (such as memory fault)
20281@item @code{C}@var{CRC32}
20282A 32 bit cyclic redundancy check of the specified memory region.
20283@end table
20284
20285@item @code{q}@code{Offsets} --- query sect offs
c906108c 20286
8e04817f
AC
20287Get section offsets that the target used when re-locating the downloaded
20288image. @emph{Note: while a @code{Bss} offset is included in the
20289response, @value{GDBN} ignores this and instead applies the @code{Data}
20290offset to the @code{Bss} section.}
c906108c 20291
ee2d5c50
AC
20292Reply:
20293@table @samp
20294@item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
20295@end table
20296
20297@item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
20298
8e04817f
AC
20299Returns information on @var{threadid}. Where: @var{mode} is a hex
20300encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
ee2d5c50
AC
20301
20302Reply:
20303@table @samp
20304@item *
20305@end table
20306
8e04817f 20307See @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 20308
ee2d5c50
AC
20309@item @code{q}@code{Rcmd,}@var{command} --- remote command
20310
20311@var{command} (hex encoded) is passed to the local interpreter for
8e04817f
AC
20312execution. Invalid commands should be reported using the output string.
20313Before the final result packet, the target may also respond with a
ee2d5c50
AC
20314number of intermediate @code{O}@var{output} console output packets.
20315@emph{Implementors should note that providing access to a stubs's
20316interpreter may have security implications}.
20317
20318Reply:
20319@table @samp
20320@item OK
8e04817f 20321A command response with no output.
ee2d5c50 20322@item @var{OUTPUT}
8e04817f 20323A command response with the hex encoded output string @var{OUTPUT}.
ee2d5c50 20324@item @code{E}@var{NN}
8e04817f 20325Indicate a badly formed request.
ee2d5c50 20326@item @samp{}
8e04817f 20327When @samp{q}@samp{Rcmd} is not recognized.
ee2d5c50
AC
20328@end table
20329
20330@item @code{qSymbol::} --- symbol lookup
c906108c 20331
8e04817f
AC
20332Notify the target that @value{GDBN} is prepared to serve symbol lookup
20333requests. Accept requests from the target for the values of symbols.
ee2d5c50
AC
20334
20335Reply:
20336@table @samp
20337@item @code{OK}
8e04817f 20338The target does not need to look up any (more) symbols.
ee2d5c50
AC
20339@item @code{qSymbol:}@var{sym_name}
20340The target requests the value of symbol @var{sym_name} (hex encoded).
20341@value{GDBN} may provide the value by using the
20342@code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
20343@end table
20344
20345@item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
20346
20347Set the value of @var{sym_name} to @var{sym_value}.
20348
20349@var{sym_name} (hex encoded) is the name of a symbol whose value the
20350target has previously requested.
20351
20352@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
20353@value{GDBN} cannot supply a value for @var{sym_name}, then this field
20354will be empty.
20355
20356Reply:
20357@table @samp
20358@item @code{OK}
8e04817f 20359The target does not need to look up any (more) symbols.
ee2d5c50
AC
20360@item @code{qSymbol:}@var{sym_name}
20361The target requests the value of a new symbol @var{sym_name} (hex
20362encoded). @value{GDBN} will continue to supply the values of symbols
20363(if available), until the target ceases to request them.
20364@end table
eb12ee30 20365
ee2d5c50
AC
20366@end table
20367
20368@node Register Packet Format
20369@section Register Packet Format
eb12ee30 20370
8e04817f 20371The following @samp{g}/@samp{G} packets have previously been defined.
ee2d5c50
AC
20372In the below, some thirty-two bit registers are transferred as
20373sixty-four bits. Those registers should be zero/sign extended (which?)
20374to fill the space allocated. Register bytes are transfered in target
20375byte order. The two nibbles within a register byte are transfered
20376most-significant - least-significant.
eb12ee30 20377
ee2d5c50 20378@table @r
eb12ee30 20379
8e04817f 20380@item MIPS32
ee2d5c50 20381
8e04817f
AC
20382All registers are transfered as thirty-two bit quantities in the order:
2038332 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
20384registers; fsr; fir; fp.
eb12ee30 20385
8e04817f 20386@item MIPS64
ee2d5c50 20387
8e04817f
AC
20388All registers are transfered as sixty-four bit quantities (including
20389thirty-two bit registers such as @code{sr}). The ordering is the same
20390as @code{MIPS32}.
eb12ee30 20391
ee2d5c50
AC
20392@end table
20393
20394@node Examples
20395@section Examples
eb12ee30 20396
8e04817f
AC
20397Example sequence of a target being re-started. Notice how the restart
20398does not get any direct output:
eb12ee30 20399
474c8240 20400@smallexample
d2c6833e
AC
20401-> @code{R00}
20402<- @code{+}
8e04817f 20403@emph{target restarts}
d2c6833e 20404-> @code{?}
8e04817f 20405<- @code{+}
d2c6833e
AC
20406<- @code{T001:1234123412341234}
20407-> @code{+}
474c8240 20408@end smallexample
eb12ee30 20409
8e04817f 20410Example sequence of a target being stepped by a single instruction:
eb12ee30 20411
474c8240 20412@smallexample
d2c6833e 20413-> @code{G1445@dots{}}
8e04817f 20414<- @code{+}
d2c6833e
AC
20415-> @code{s}
20416<- @code{+}
20417@emph{time passes}
20418<- @code{T001:1234123412341234}
8e04817f 20419-> @code{+}
d2c6833e 20420-> @code{g}
8e04817f 20421<- @code{+}
d2c6833e
AC
20422<- @code{1455@dots{}}
20423-> @code{+}
474c8240 20424@end smallexample
eb12ee30 20425
0ce1b118
CV
20426@node File-I/O remote protocol extension
20427@section File-I/O remote protocol extension
20428@cindex File-I/O remote protocol extension
20429
20430@menu
20431* File-I/O Overview::
20432* Protocol basics::
1d8b2f28
JB
20433* The F request packet::
20434* The F reply packet::
0ce1b118
CV
20435* Memory transfer::
20436* The Ctrl-C message::
20437* Console I/O::
20438* The isatty call::
20439* The system call::
20440* List of supported calls::
20441* Protocol specific representation of datatypes::
20442* Constants::
20443* File-I/O Examples::
20444@end menu
20445
20446@node File-I/O Overview
20447@subsection File-I/O Overview
20448@cindex file-i/o overview
20449
20450The File I/O remote protocol extension (short: File-I/O) allows the
20451target to use the hosts file system and console I/O when calling various
20452system calls. System calls on the target system are translated into a
20453remote protocol packet to the host system which then performs the needed
20454actions and returns with an adequate response packet to the target system.
20455This simulates file system operations even on targets that lack file systems.
20456
20457The protocol is defined host- and target-system independent. It uses
20458it's own independent representation of datatypes and values. Both,
20459@value{GDBN} and the target's @value{GDBN} stub are responsible for
20460translating the system dependent values into the unified protocol values
20461when data is transmitted.
20462
20463The communication is synchronous. A system call is possible only
20464when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
20465packets. While @value{GDBN} handles the request for a system call,
20466the target is stopped to allow deterministic access to the target's
20467memory. Therefore File-I/O is not interuptible by target signals. It
20468is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
20469
20470The target's request to perform a host system call does not finish
20471the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
20472after finishing the system call, the target returns to continuing the
20473previous activity (continue, step). No additional continue or step
20474request from @value{GDBN} is required.
20475
20476@smallexample
20477(gdb) continue
20478 <- target requests 'system call X'
20479 target is stopped, @value{GDBN} executes system call
20480 -> GDB returns result
20481 ... target continues, GDB returns to wait for the target
20482 <- target hits breakpoint and sends a Txx packet
20483@end smallexample
20484
20485The protocol is only used for files on the host file system and
20486for I/O on the console. Character or block special devices, pipes,
20487named pipes or sockets or any other communication method on the host
20488system are not supported by this protocol.
20489
20490@node Protocol basics
20491@subsection Protocol basics
20492@cindex protocol basics, file-i/o
20493
20494The File-I/O protocol uses the @code{F} packet, as request as well
20495as as reply packet. Since a File-I/O system call can only occur when
20496@value{GDBN} is waiting for the continuing or stepping target, the
20497File-I/O request is a reply that @value{GDBN} has to expect as a result
20498of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
20499This @code{F} packet contains all information needed to allow @value{GDBN}
20500to call the appropriate host system call:
20501
20502@itemize @bullet
20503@item
20504A unique identifier for the requested system call.
20505
20506@item
20507All parameters to the system call. Pointers are given as addresses
20508in the target memory address space. Pointers to strings are given as
20509pointer/length pair. Numerical values are given as they are.
20510Numerical control values are given in a protocol specific representation.
20511
20512@end itemize
20513
20514At that point @value{GDBN} has to perform the following actions.
20515
20516@itemize @bullet
20517@item
20518If parameter pointer values are given, which point to data needed as input
20519to a system call, @value{GDBN} requests this data from the target with a
20520standard @code{m} packet request. This additional communication has to be
20521expected by the target implementation and is handled as any other @code{m}
20522packet.
20523
20524@item
20525@value{GDBN} translates all value from protocol representation to host
20526representation as needed. Datatypes are coerced into the host types.
20527
20528@item
20529@value{GDBN} calls the system call
20530
20531@item
20532It then coerces datatypes back to protocol representation.
20533
20534@item
20535If pointer parameters in the request packet point to buffer space in which
20536a system call is expected to copy data to, the data is transmitted to the
20537target using a @code{M} or @code{X} packet. This packet has to be expected
20538by the target implementation and is handled as any other @code{M} or @code{X}
20539packet.
20540
20541@end itemize
20542
20543Eventually @value{GDBN} replies with another @code{F} packet which contains all
20544necessary information for the target to continue. This at least contains
20545
20546@itemize @bullet
20547@item
20548Return value.
20549
20550@item
20551@code{errno}, if has been changed by the system call.
20552
20553@item
20554``Ctrl-C'' flag.
20555
20556@end itemize
20557
20558After having done the needed type and value coercion, the target continues
20559the latest continue or step action.
20560
1d8b2f28 20561@node The F request packet
0ce1b118
CV
20562@subsection The @code{F} request packet
20563@cindex file-i/o request packet
20564@cindex @code{F} request packet
20565
20566The @code{F} request packet has the following format:
20567
20568@table @samp
20569
20570@smallexample
20571@code{F}@var{call-id}@code{,}@var{parameter@dots{}}
20572@end smallexample
20573
20574@var{call-id} is the identifier to indicate the host system call to be called.
20575This is just the name of the function.
20576
20577@var{parameter@dots{}} are the parameters to the system call.
20578
20579@end table
20580
20581Parameters are hexadecimal integer values, either the real values in case
20582of scalar datatypes, as pointers to target buffer space in case of compound
20583datatypes and unspecified memory areas or as pointer/length pairs in case
20584of string parameters. These are appended to the call-id, each separated
20585from its predecessor by a comma. All values are transmitted in ASCII
20586string representation, pointer/length pairs separated by a slash.
20587
1d8b2f28 20588@node The F reply packet
0ce1b118
CV
20589@subsection The @code{F} reply packet
20590@cindex file-i/o reply packet
20591@cindex @code{F} reply packet
20592
20593The @code{F} reply packet has the following format:
20594
20595@table @samp
20596
20597@smallexample
20598@code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
20599@end smallexample
20600
20601@var{retcode} is the return code of the system call as hexadecimal value.
20602
20603@var{errno} is the errno set by the call, in protocol specific representation.
20604This parameter can be omitted if the call was successful.
20605
20606@var{Ctrl-C flag} is only send if the user requested a break. In this
20607case, @var{errno} must be send as well, even if the call was successful.
20608The @var{Ctrl-C flag} itself consists of the character 'C':
20609
20610@smallexample
20611F0,0,C
20612@end smallexample
20613
20614@noindent
20615or, if the call was interupted before the host call has been performed:
20616
20617@smallexample
20618F-1,4,C
20619@end smallexample
20620
20621@noindent
20622assuming 4 is the protocol specific representation of @code{EINTR}.
20623
20624@end table
20625
20626@node Memory transfer
20627@subsection Memory transfer
20628@cindex memory transfer, in file-i/o protocol
20629
20630Structured data which is transferred using a memory read or write as e.g.@:
20631a @code{struct stat} is expected to be in a protocol specific format with
20632all scalar multibyte datatypes being big endian. This should be done by
20633the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
20634it transfers memory to the target. Transferred pointers to structured
20635data should point to the already coerced data at any time.
20636
20637@node The Ctrl-C message
20638@subsection The Ctrl-C message
20639@cindex ctrl-c message, in file-i/o protocol
20640
20641A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
20642reply packet. In this case the target should behave, as if it had
20643gotten a break message. The meaning for the target is ``system call
20644interupted by @code{SIGINT}''. Consequentially, the target should actually stop
20645(as with a break message) and return to @value{GDBN} with a @code{T02}
20646packet. In this case, it's important for the target to know, in which
20647state the system call was interrupted. Since this action is by design
20648not an atomic operation, we have to differ between two cases:
20649
20650@itemize @bullet
20651@item
20652The system call hasn't been performed on the host yet.
20653
20654@item
20655The system call on the host has been finished.
20656
20657@end itemize
20658
20659These two states can be distinguished by the target by the value of the
20660returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
20661call hasn't been performed. This is equivalent to the @code{EINTR} handling
20662on POSIX systems. In any other case, the target may presume that the
20663system call has been finished --- successful or not --- and should behave
20664as if the break message arrived right after the system call.
20665
20666@value{GDBN} must behave reliable. If the system call has not been called
20667yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
20668@code{errno} in the packet. If the system call on the host has been finished
20669before the user requests a break, the full action must be finshed by
20670@value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
20671The @code{F} packet may only be send when either nothing has happened
20672or the full action has been completed.
20673
20674@node Console I/O
20675@subsection Console I/O
20676@cindex console i/o as part of file-i/o
20677
20678By default and if not explicitely closed by the target system, the file
20679descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
20680on the @value{GDBN} console is handled as any other file output operation
20681(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
20682by @value{GDBN} so that after the target read request from file descriptor
206830 all following typing is buffered until either one of the following
20684conditions is met:
20685
20686@itemize @bullet
20687@item
20688The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
20689@code{read}
20690system call is treated as finished.
20691
20692@item
20693The user presses @kbd{Enter}. This is treated as end of input with a trailing
20694line feed.
20695
20696@item
20697The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
20698character, especially no Ctrl-D is appended to the input.
20699
20700@end itemize
20701
20702If the user has typed more characters as fit in the buffer given to
20703the read call, the trailing characters are buffered in @value{GDBN} until
20704either another @code{read(0, @dots{})} is requested by the target or debugging
20705is stopped on users request.
20706
20707@node The isatty call
20708@subsection The isatty(3) call
20709@cindex isatty call, file-i/o protocol
20710
20711A special case in this protocol is the library call @code{isatty} which
20712is implemented as it's own call inside of this protocol. It returns
207131 to the target if the file descriptor given as parameter is attached
20714to the @value{GDBN} console, 0 otherwise. Implementing through system calls
20715would require implementing @code{ioctl} and would be more complex than
20716needed.
20717
20718@node The system call
20719@subsection The system(3) call
20720@cindex system call, file-i/o protocol
20721
20722The other special case in this protocol is the @code{system} call which
20723is implemented as it's own call, too. @value{GDBN} is taking over the full
20724task of calling the necessary host calls to perform the @code{system}
20725call. The return value of @code{system} is simplified before it's returned
20726to the target. Basically, the only signal transmitted back is @code{EINTR}
20727in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
20728entirely of the exit status of the called command.
20729
20730Due to security concerns, the @code{system} call is refused to be called
20731by @value{GDBN} by default. The user has to allow this call explicitly by
20732entering
20733
20734@table @samp
20735@kindex set remote system-call-allowed 1
20736@item @code{set remote system-call-allowed 1}
20737@end table
20738
20739Disabling the @code{system} call is done by
20740
20741@table @samp
20742@kindex set remote system-call-allowed 0
20743@item @code{set remote system-call-allowed 0}
20744@end table
20745
20746The current setting is shown by typing
20747
20748@table @samp
20749@kindex show remote system-call-allowed
20750@item @code{show remote system-call-allowed}
20751@end table
20752
20753@node List of supported calls
20754@subsection List of supported calls
20755@cindex list of supported file-i/o calls
20756
20757@menu
20758* open::
20759* close::
20760* read::
20761* write::
20762* lseek::
20763* rename::
20764* unlink::
20765* stat/fstat::
20766* gettimeofday::
20767* isatty::
20768* system::
20769@end menu
20770
20771@node open
20772@unnumberedsubsubsec open
20773@cindex open, file-i/o system call
20774
20775@smallexample
20776@exdent Synopsis:
20777int open(const char *pathname, int flags);
20778int open(const char *pathname, int flags, mode_t mode);
20779
20780@exdent Request:
20781Fopen,pathptr/len,flags,mode
20782@end smallexample
20783
20784@noindent
20785@code{flags} is the bitwise or of the following values:
20786
20787@table @code
20788@item O_CREAT
20789If the file does not exist it will be created. The host
20790rules apply as far as file ownership and time stamps
20791are concerned.
20792
20793@item O_EXCL
20794When used with O_CREAT, if the file already exists it is
20795an error and open() fails.
20796
20797@item O_TRUNC
20798If the file already exists and the open mode allows
20799writing (O_RDWR or O_WRONLY is given) it will be
20800truncated to length 0.
20801
20802@item O_APPEND
20803The file is opened in append mode.
20804
20805@item O_RDONLY
20806The file is opened for reading only.
20807
20808@item O_WRONLY
20809The file is opened for writing only.
20810
20811@item O_RDWR
20812The file is opened for reading and writing.
20813
20814@noindent
20815Each other bit is silently ignored.
20816
20817@end table
20818
20819@noindent
20820@code{mode} is the bitwise or of the following values:
20821
20822@table @code
20823@item S_IRUSR
20824User has read permission.
20825
20826@item S_IWUSR
20827User has write permission.
20828
20829@item S_IRGRP
20830Group has read permission.
20831
20832@item S_IWGRP
20833Group has write permission.
20834
20835@item S_IROTH
20836Others have read permission.
20837
20838@item S_IWOTH
20839Others have write permission.
20840
20841@noindent
20842Each other bit is silently ignored.
20843
20844@end table
20845
20846@smallexample
20847@exdent Return value:
20848open returns the new file descriptor or -1 if an error
20849occured.
20850
20851@exdent Errors:
20852@end smallexample
20853
20854@table @code
20855@item EEXIST
20856pathname already exists and O_CREAT and O_EXCL were used.
20857
20858@item EISDIR
20859pathname refers to a directory.
20860
20861@item EACCES
20862The requested access is not allowed.
20863
20864@item ENAMETOOLONG
20865pathname was too long.
20866
20867@item ENOENT
20868A directory component in pathname does not exist.
20869
20870@item ENODEV
20871pathname refers to a device, pipe, named pipe or socket.
20872
20873@item EROFS
20874pathname refers to a file on a read-only filesystem and
20875write access was requested.
20876
20877@item EFAULT
20878pathname is an invalid pointer value.
20879
20880@item ENOSPC
20881No space on device to create the file.
20882
20883@item EMFILE
20884The process already has the maximum number of files open.
20885
20886@item ENFILE
20887The limit on the total number of files open on the system
20888has been reached.
20889
20890@item EINTR
20891The call was interrupted by the user.
20892@end table
20893
20894@node close
20895@unnumberedsubsubsec close
20896@cindex close, file-i/o system call
20897
20898@smallexample
20899@exdent Synopsis:
20900int close(int fd);
20901
20902@exdent Request:
20903Fclose,fd
20904
20905@exdent Return value:
20906close returns zero on success, or -1 if an error occurred.
20907
20908@exdent Errors:
20909@end smallexample
20910
20911@table @code
20912@item EBADF
20913fd isn't a valid open file descriptor.
20914
20915@item EINTR
20916The call was interrupted by the user.
20917@end table
20918
20919@node read
20920@unnumberedsubsubsec read
20921@cindex read, file-i/o system call
20922
20923@smallexample
20924@exdent Synopsis:
20925int read(int fd, void *buf, unsigned int count);
20926
20927@exdent Request:
20928Fread,fd,bufptr,count
20929
20930@exdent Return value:
20931On success, the number of bytes read is returned.
20932Zero indicates end of file. If count is zero, read
20933returns zero as well. On error, -1 is returned.
20934
20935@exdent Errors:
20936@end smallexample
20937
20938@table @code
20939@item EBADF
20940fd is not a valid file descriptor or is not open for
20941reading.
20942
20943@item EFAULT
20944buf is an invalid pointer value.
20945
20946@item EINTR
20947The call was interrupted by the user.
20948@end table
20949
20950@node write
20951@unnumberedsubsubsec write
20952@cindex write, file-i/o system call
20953
20954@smallexample
20955@exdent Synopsis:
20956int write(int fd, const void *buf, unsigned int count);
20957
20958@exdent Request:
20959Fwrite,fd,bufptr,count
20960
20961@exdent Return value:
20962On success, the number of bytes written are returned.
20963Zero indicates nothing was written. On error, -1
20964is returned.
20965
20966@exdent Errors:
20967@end smallexample
20968
20969@table @code
20970@item EBADF
20971fd is not a valid file descriptor or is not open for
20972writing.
20973
20974@item EFAULT
20975buf is an invalid pointer value.
20976
20977@item EFBIG
20978An attempt was made to write a file that exceeds the
20979host specific maximum file size allowed.
20980
20981@item ENOSPC
20982No space on device to write the data.
20983
20984@item EINTR
20985The call was interrupted by the user.
20986@end table
20987
20988@node lseek
20989@unnumberedsubsubsec lseek
20990@cindex lseek, file-i/o system call
20991
20992@smallexample
20993@exdent Synopsis:
20994long lseek (int fd, long offset, int flag);
20995
20996@exdent Request:
20997Flseek,fd,offset,flag
20998@end smallexample
20999
21000@code{flag} is one of:
21001
21002@table @code
21003@item SEEK_SET
21004The offset is set to offset bytes.
21005
21006@item SEEK_CUR
21007The offset is set to its current location plus offset
21008bytes.
21009
21010@item SEEK_END
21011The offset is set to the size of the file plus offset
21012bytes.
21013@end table
21014
21015@smallexample
21016@exdent Return value:
21017On success, the resulting unsigned offset in bytes from
21018the beginning of the file is returned. Otherwise, a
21019value of -1 is returned.
21020
21021@exdent Errors:
21022@end smallexample
21023
21024@table @code
21025@item EBADF
21026fd is not a valid open file descriptor.
21027
21028@item ESPIPE
21029fd is associated with the @value{GDBN} console.
21030
21031@item EINVAL
21032flag is not a proper value.
21033
21034@item EINTR
21035The call was interrupted by the user.
21036@end table
21037
21038@node rename
21039@unnumberedsubsubsec rename
21040@cindex rename, file-i/o system call
21041
21042@smallexample
21043@exdent Synopsis:
21044int rename(const char *oldpath, const char *newpath);
21045
21046@exdent Request:
21047Frename,oldpathptr/len,newpathptr/len
21048
21049@exdent Return value:
21050On success, zero is returned. On error, -1 is returned.
21051
21052@exdent Errors:
21053@end smallexample
21054
21055@table @code
21056@item EISDIR
21057newpath is an existing directory, but oldpath is not a
21058directory.
21059
21060@item EEXIST
21061newpath is a non-empty directory.
21062
21063@item EBUSY
21064oldpath or newpath is a directory that is in use by some
21065process.
21066
21067@item EINVAL
21068An attempt was made to make a directory a subdirectory
21069of itself.
21070
21071@item ENOTDIR
21072A component used as a directory in oldpath or new
21073path is not a directory. Or oldpath is a directory
21074and newpath exists but is not a directory.
21075
21076@item EFAULT
21077oldpathptr or newpathptr are invalid pointer values.
21078
21079@item EACCES
21080No access to the file or the path of the file.
21081
21082@item ENAMETOOLONG
21083
21084oldpath or newpath was too long.
21085
21086@item ENOENT
21087A directory component in oldpath or newpath does not exist.
21088
21089@item EROFS
21090The file is on a read-only filesystem.
21091
21092@item ENOSPC
21093The device containing the file has no room for the new
21094directory entry.
21095
21096@item EINTR
21097The call was interrupted by the user.
21098@end table
21099
21100@node unlink
21101@unnumberedsubsubsec unlink
21102@cindex unlink, file-i/o system call
21103
21104@smallexample
21105@exdent Synopsis:
21106int unlink(const char *pathname);
21107
21108@exdent Request:
21109Funlink,pathnameptr/len
21110
21111@exdent Return value:
21112On success, zero is returned. On error, -1 is returned.
21113
21114@exdent Errors:
21115@end smallexample
21116
21117@table @code
21118@item EACCES
21119No access to the file or the path of the file.
21120
21121@item EPERM
21122The system does not allow unlinking of directories.
21123
21124@item EBUSY
21125The file pathname cannot be unlinked because it's
21126being used by another process.
21127
21128@item EFAULT
21129pathnameptr is an invalid pointer value.
21130
21131@item ENAMETOOLONG
21132pathname was too long.
21133
21134@item ENOENT
21135A directory component in pathname does not exist.
21136
21137@item ENOTDIR
21138A component of the path is not a directory.
21139
21140@item EROFS
21141The file is on a read-only filesystem.
21142
21143@item EINTR
21144The call was interrupted by the user.
21145@end table
21146
21147@node stat/fstat
21148@unnumberedsubsubsec stat/fstat
21149@cindex fstat, file-i/o system call
21150@cindex stat, file-i/o system call
21151
21152@smallexample
21153@exdent Synopsis:
21154int stat(const char *pathname, struct stat *buf);
21155int fstat(int fd, struct stat *buf);
21156
21157@exdent Request:
21158Fstat,pathnameptr/len,bufptr
21159Ffstat,fd,bufptr
21160
21161@exdent Return value:
21162On success, zero is returned. On error, -1 is returned.
21163
21164@exdent Errors:
21165@end smallexample
21166
21167@table @code
21168@item EBADF
21169fd is not a valid open file.
21170
21171@item ENOENT
21172A directory component in pathname does not exist or the
21173path is an empty string.
21174
21175@item ENOTDIR
21176A component of the path is not a directory.
21177
21178@item EFAULT
21179pathnameptr is an invalid pointer value.
21180
21181@item EACCES
21182No access to the file or the path of the file.
21183
21184@item ENAMETOOLONG
21185pathname was too long.
21186
21187@item EINTR
21188The call was interrupted by the user.
21189@end table
21190
21191@node gettimeofday
21192@unnumberedsubsubsec gettimeofday
21193@cindex gettimeofday, file-i/o system call
21194
21195@smallexample
21196@exdent Synopsis:
21197int gettimeofday(struct timeval *tv, void *tz);
21198
21199@exdent Request:
21200Fgettimeofday,tvptr,tzptr
21201
21202@exdent Return value:
21203On success, 0 is returned, -1 otherwise.
21204
21205@exdent Errors:
21206@end smallexample
21207
21208@table @code
21209@item EINVAL
21210tz is a non-NULL pointer.
21211
21212@item EFAULT
21213tvptr and/or tzptr is an invalid pointer value.
21214@end table
21215
21216@node isatty
21217@unnumberedsubsubsec isatty
21218@cindex isatty, file-i/o system call
21219
21220@smallexample
21221@exdent Synopsis:
21222int isatty(int fd);
21223
21224@exdent Request:
21225Fisatty,fd
21226
21227@exdent Return value:
21228Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
21229
21230@exdent Errors:
21231@end smallexample
21232
21233@table @code
21234@item EINTR
21235The call was interrupted by the user.
21236@end table
21237
21238@node system
21239@unnumberedsubsubsec system
21240@cindex system, file-i/o system call
21241
21242@smallexample
21243@exdent Synopsis:
21244int system(const char *command);
21245
21246@exdent Request:
21247Fsystem,commandptr/len
21248
21249@exdent Return value:
21250The value returned is -1 on error and the return status
21251of the command otherwise. Only the exit status of the
21252command is returned, which is extracted from the hosts
21253system return value by calling WEXITSTATUS(retval).
21254In case /bin/sh could not be executed, 127 is returned.
21255
21256@exdent Errors:
21257@end smallexample
21258
21259@table @code
21260@item EINTR
21261The call was interrupted by the user.
21262@end table
21263
21264@node Protocol specific representation of datatypes
21265@subsection Protocol specific representation of datatypes
21266@cindex protocol specific representation of datatypes, in file-i/o protocol
21267
21268@menu
21269* Integral datatypes::
21270* Pointer values::
21271* struct stat::
21272* struct timeval::
21273@end menu
21274
21275@node Integral datatypes
21276@unnumberedsubsubsec Integral datatypes
21277@cindex integral datatypes, in file-i/o protocol
21278
21279The integral datatypes used in the system calls are
21280
21281@smallexample
21282int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
21283@end smallexample
21284
21285@code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
21286implemented as 32 bit values in this protocol.
21287
21288@code{Long} and @code{unsigned long} are implemented as 64 bit types.
21289
21290@xref{Limits}, for corresponding MIN and MAX values (similar to those
21291in @file{limits.h}) to allow range checking on host and target.
21292
21293@code{time_t} datatypes are defined as seconds since the Epoch.
21294
21295All integral datatypes transferred as part of a memory read or write of a
21296structured datatype e.g.@: a @code{struct stat} have to be given in big endian
21297byte order.
21298
21299@node Pointer values
21300@unnumberedsubsubsec Pointer values
21301@cindex pointer values, in file-i/o protocol
21302
21303Pointers to target data are transmitted as they are. An exception
21304is made for pointers to buffers for which the length isn't
21305transmitted as part of the function call, namely strings. Strings
21306are transmitted as a pointer/length pair, both as hex values, e.g.@:
21307
21308@smallexample
21309@code{1aaf/12}
21310@end smallexample
21311
21312@noindent
21313which is a pointer to data of length 18 bytes at position 0x1aaf.
21314The length is defined as the full string length in bytes, including
21315the trailing null byte. Example:
21316
21317@smallexample
21318``hello, world'' at address 0x123456
21319@end smallexample
21320
21321@noindent
21322is transmitted as
21323
21324@smallexample
21325@code{123456/d}
21326@end smallexample
21327
21328@node struct stat
21329@unnumberedsubsubsec struct stat
21330@cindex struct stat, in file-i/o protocol
21331
21332The buffer of type struct stat used by the target and @value{GDBN} is defined
21333as follows:
21334
21335@smallexample
21336struct stat @{
21337 unsigned int st_dev; /* device */
21338 unsigned int st_ino; /* inode */
21339 mode_t st_mode; /* protection */
21340 unsigned int st_nlink; /* number of hard links */
21341 unsigned int st_uid; /* user ID of owner */
21342 unsigned int st_gid; /* group ID of owner */
21343 unsigned int st_rdev; /* device type (if inode device) */
21344 unsigned long st_size; /* total size, in bytes */
21345 unsigned long st_blksize; /* blocksize for filesystem I/O */
21346 unsigned long st_blocks; /* number of blocks allocated */
21347 time_t st_atime; /* time of last access */
21348 time_t st_mtime; /* time of last modification */
21349 time_t st_ctime; /* time of last change */
21350@};
21351@end smallexample
21352
21353The integral datatypes are conforming to the definitions given in the
21354approriate section (see @ref{Integral datatypes}, for details) so this
21355structure is of size 64 bytes.
21356
21357The values of several fields have a restricted meaning and/or
21358range of values.
21359
21360@smallexample
21361st_dev: 0 file
21362 1 console
21363
21364st_ino: No valid meaning for the target. Transmitted unchanged.
21365
21366st_mode: Valid mode bits are described in Appendix C. Any other
21367 bits have currently no meaning for the target.
21368
21369st_uid: No valid meaning for the target. Transmitted unchanged.
21370
21371st_gid: No valid meaning for the target. Transmitted unchanged.
21372
21373st_rdev: No valid meaning for the target. Transmitted unchanged.
21374
21375st_atime, st_mtime, st_ctime:
21376 These values have a host and file system dependent
21377 accuracy. Especially on Windows hosts the file systems
21378 don't support exact timing values.
21379@end smallexample
21380
21381The target gets a struct stat of the above representation and is
21382responsible to coerce it to the target representation before
21383continuing.
21384
21385Note that due to size differences between the host and target
21386representation of stat members, these members could eventually
21387get truncated on the target.
21388
21389@node struct timeval
21390@unnumberedsubsubsec struct timeval
21391@cindex struct timeval, in file-i/o protocol
21392
21393The buffer of type struct timeval used by the target and @value{GDBN}
21394is defined as follows:
21395
21396@smallexample
21397struct timeval @{
21398 time_t tv_sec; /* second */
21399 long tv_usec; /* microsecond */
21400@};
21401@end smallexample
21402
21403The integral datatypes are conforming to the definitions given in the
21404approriate section (see @ref{Integral datatypes}, for details) so this
21405structure is of size 8 bytes.
21406
21407@node Constants
21408@subsection Constants
21409@cindex constants, in file-i/o protocol
21410
21411The following values are used for the constants inside of the
21412protocol. @value{GDBN} and target are resposible to translate these
21413values before and after the call as needed.
21414
21415@menu
21416* Open flags::
21417* mode_t values::
21418* Errno values::
21419* Lseek flags::
21420* Limits::
21421@end menu
21422
21423@node Open flags
21424@unnumberedsubsubsec Open flags
21425@cindex open flags, in file-i/o protocol
21426
21427All values are given in hexadecimal representation.
21428
21429@smallexample
21430 O_RDONLY 0x0
21431 O_WRONLY 0x1
21432 O_RDWR 0x2
21433 O_APPEND 0x8
21434 O_CREAT 0x200
21435 O_TRUNC 0x400
21436 O_EXCL 0x800
21437@end smallexample
21438
21439@node mode_t values
21440@unnumberedsubsubsec mode_t values
21441@cindex mode_t values, in file-i/o protocol
21442
21443All values are given in octal representation.
21444
21445@smallexample
21446 S_IFREG 0100000
21447 S_IFDIR 040000
21448 S_IRUSR 0400
21449 S_IWUSR 0200
21450 S_IXUSR 0100
21451 S_IRGRP 040
21452 S_IWGRP 020
21453 S_IXGRP 010
21454 S_IROTH 04
21455 S_IWOTH 02
21456 S_IXOTH 01
21457@end smallexample
21458
21459@node Errno values
21460@unnumberedsubsubsec Errno values
21461@cindex errno values, in file-i/o protocol
21462
21463All values are given in decimal representation.
21464
21465@smallexample
21466 EPERM 1
21467 ENOENT 2
21468 EINTR 4
21469 EBADF 9
21470 EACCES 13
21471 EFAULT 14
21472 EBUSY 16
21473 EEXIST 17
21474 ENODEV 19
21475 ENOTDIR 20
21476 EISDIR 21
21477 EINVAL 22
21478 ENFILE 23
21479 EMFILE 24
21480 EFBIG 27
21481 ENOSPC 28
21482 ESPIPE 29
21483 EROFS 30
21484 ENAMETOOLONG 91
21485 EUNKNOWN 9999
21486@end smallexample
21487
21488 EUNKNOWN is used as a fallback error value if a host system returns
21489 any error value not in the list of supported error numbers.
21490
21491@node Lseek flags
21492@unnumberedsubsubsec Lseek flags
21493@cindex lseek flags, in file-i/o protocol
21494
21495@smallexample
21496 SEEK_SET 0
21497 SEEK_CUR 1
21498 SEEK_END 2
21499@end smallexample
21500
21501@node Limits
21502@unnumberedsubsubsec Limits
21503@cindex limits, in file-i/o protocol
21504
21505All values are given in decimal representation.
21506
21507@smallexample
21508 INT_MIN -2147483648
21509 INT_MAX 2147483647
21510 UINT_MAX 4294967295
21511 LONG_MIN -9223372036854775808
21512 LONG_MAX 9223372036854775807
21513 ULONG_MAX 18446744073709551615
21514@end smallexample
21515
21516@node File-I/O Examples
21517@subsection File-I/O Examples
21518@cindex file-i/o examples
21519
21520Example sequence of a write call, file descriptor 3, buffer is at target
21521address 0x1234, 6 bytes should be written:
21522
21523@smallexample
21524<- @code{Fwrite,3,1234,6}
21525@emph{request memory read from target}
21526-> @code{m1234,6}
21527<- XXXXXX
21528@emph{return "6 bytes written"}
21529-> @code{F6}
21530@end smallexample
21531
21532Example sequence of a read call, file descriptor 3, buffer is at target
21533address 0x1234, 6 bytes should be read:
21534
21535@smallexample
21536<- @code{Fread,3,1234,6}
21537@emph{request memory write to target}
21538-> @code{X1234,6:XXXXXX}
21539@emph{return "6 bytes read"}
21540-> @code{F6}
21541@end smallexample
21542
21543Example sequence of a read call, call fails on the host due to invalid
21544file descriptor (EBADF):
21545
21546@smallexample
21547<- @code{Fread,3,1234,6}
21548-> @code{F-1,9}
21549@end smallexample
21550
21551Example sequence of a read call, user presses Ctrl-C before syscall on
21552host is called:
21553
21554@smallexample
21555<- @code{Fread,3,1234,6}
21556-> @code{F-1,4,C}
21557<- @code{T02}
21558@end smallexample
21559
21560Example sequence of a read call, user presses Ctrl-C after syscall on
21561host is called:
21562
21563@smallexample
21564<- @code{Fread,3,1234,6}
21565-> @code{X1234,6:XXXXXX}
21566<- @code{T02}
21567@end smallexample
21568
f418dd93
DJ
21569@include agentexpr.texi
21570
aab4e0ec 21571@include gpl.texi
eb12ee30 21572
6826cf00
EZ
21573@include fdl.texi
21574
6d2ebf8b 21575@node Index
c906108c
SS
21576@unnumbered Index
21577
21578@printindex cp
21579
21580@tex
21581% I think something like @colophon should be in texinfo. In the
21582% meantime:
21583\long\def\colophon{\hbox to0pt{}\vfill
21584\centerline{The body of this manual is set in}
21585\centerline{\fontname\tenrm,}
21586\centerline{with headings in {\bf\fontname\tenbf}}
21587\centerline{and examples in {\tt\fontname\tentt}.}
21588\centerline{{\it\fontname\tenit\/},}
21589\centerline{{\bf\fontname\tenbf}, and}
21590\centerline{{\sl\fontname\tensl\/}}
21591\centerline{are used for emphasis.}\vfill}
21592\page\colophon
21593% Blame: doc@cygnus.com, 1991.
21594@end tex
21595
c906108c 21596@bye