]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/doc/gdb.texinfo
daily update
[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
2650777c
JJ
2602Where the breakpoint is in your program, as a memory address. If the
2603breakpoint is pending (see below for details) on a future load of a shared library, the address
2604will be listed as @samp{<PENDING>}.
c906108c
SS
2605@item What
2606Where the breakpoint is in the source for your program, as a file and
2650777c
JJ
2607line number. For a pending breakpoint, the original string passed to
2608the breakpoint command will be listed as it cannot be resolved until
2609the appropriate shared library is loaded in the future.
c906108c
SS
2610@end table
2611
2612@noindent
2613If a breakpoint is conditional, @code{info break} shows the condition on
2614the line following the affected breakpoint; breakpoint commands, if any,
2650777c
JJ
2615are listed after that. A pending breakpoint is allowed to have a condition
2616specified for it. The condition is not parsed for validity until a shared
2617library is loaded that allows the pending breakpoint to resolve to a
2618valid location.
c906108c
SS
2619
2620@noindent
2621@code{info break} with a breakpoint
2622number @var{n} as argument lists only that breakpoint. The
2623convenience variable @code{$_} and the default examining-address for
2624the @code{x} command are set to the address of the last breakpoint
5d161b24 2625listed (@pxref{Memory, ,Examining memory}).
c906108c
SS
2626
2627@noindent
2628@code{info break} displays a count of the number of times the breakpoint
2629has been hit. This is especially useful in conjunction with the
2630@code{ignore} command. You can ignore a large number of breakpoint
2631hits, look at the breakpoint info to see how many times the breakpoint
2632was hit, and then run again, ignoring one less than that number. This
2633will get you quickly to the last hit of that breakpoint.
2634@end table
2635
2636@value{GDBN} allows you to set any number of breakpoints at the same place in
2637your program. There is nothing silly or meaningless about this. When
2638the breakpoints are conditional, this is even useful
2639(@pxref{Conditions, ,Break conditions}).
2640
2650777c
JJ
2641@cindex pending breakpoints
2642If a specified breakpoint location cannot be found, @value{GDBN} will
2643prompt you
2644as to whether to make the breakpoint pending on a future shared
2645library load. This is useful for setting breakpoints at the start of your
2646@value{GDBN} session for locations that you know will be dynamically loaded
2647later by the program being debugged. When shared libraries are loaded,
2648a check is made to see if the load resoloves any pending breakpoint locations.
2649If a pending breakpoint location has been resolved,
2650a real breakpoint is created and the original pending breakpoint is removed.
2651
2652@cindex operations allowed on pending breakpoints
2653Normal breakpoint operations apply to pending breakpoints as well. You may
2654specify a condition for a pending breakpoint and/or commands to run when the
2655breakpoint is reached. You can also enable or disable
2656the pending breakpoint. When you specify a condition for a pending breakpoint,
2657the parsing of the condition will be deferred until the point where the
2658pending breakpoint location is resolved. Disabling a pending breakpoint
2659tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
2660shared library load. When a pending breakpoint is re-enabled,
2661@value{GDBN} checks to see if the location is already resolved.
2662This is done because any number of shared library loads could have
2663occurred since the time the breakpoint was disabled and one or more
2664of these loads could resolve the location.
2665
c906108c
SS
2666@cindex negative breakpoint numbers
2667@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
2668@value{GDBN} itself sometimes sets breakpoints in your program for
2669special purposes, such as proper handling of @code{longjmp} (in C
2670programs). These internal breakpoints are assigned negative numbers,
2671starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 2672You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 2673@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
2674
2675
6d2ebf8b 2676@node Set Watchpoints
c906108c
SS
2677@subsection Setting watchpoints
2678
2679@cindex setting watchpoints
2680@cindex software watchpoints
2681@cindex hardware watchpoints
2682You can use a watchpoint to stop execution whenever the value of an
2683expression changes, without having to predict a particular place where
2684this may happen.
2685
2686Depending on your system, watchpoints may be implemented in software or
2df3850c 2687hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
2688program and testing the variable's value each time, which is hundreds of
2689times slower than normal execution. (But this may still be worth it, to
2690catch errors where you have no clue what part of your program is the
2691culprit.)
2692
1104b9e7 2693On some systems, such as HP-UX, @sc{gnu}/Linux and some other x86-based targets,
2df3850c 2694@value{GDBN} includes support for
c906108c
SS
2695hardware watchpoints, which do not slow down the running of your
2696program.
2697
2698@table @code
2699@kindex watch
2700@item watch @var{expr}
2701Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2702is written into by the program and its value changes.
2703
2704@kindex rwatch
2705@item rwatch @var{expr}
2706Set a watchpoint that will break when watch @var{expr} is read by the program.
c906108c
SS
2707
2708@kindex awatch
2709@item awatch @var{expr}
2df3850c 2710Set a watchpoint that will break when @var{expr} is either read or written into
7be570e7 2711by the program.
c906108c
SS
2712
2713@kindex info watchpoints
2714@item info watchpoints
2715This command prints a list of watchpoints, breakpoints, and catchpoints;
2716it is the same as @code{info break}.
2717@end table
2718
2719@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2720watchpoints execute very quickly, and the debugger reports a change in
2721value at the exact instruction where the change occurs. If @value{GDBN}
2722cannot set a hardware watchpoint, it sets a software watchpoint, which
2723executes more slowly and reports the change in value at the next
2724statement, not the instruction, after the change occurs.
2725
2726When you issue the @code{watch} command, @value{GDBN} reports
2727
474c8240 2728@smallexample
c906108c 2729Hardware watchpoint @var{num}: @var{expr}
474c8240 2730@end smallexample
c906108c
SS
2731
2732@noindent
2733if it was able to set a hardware watchpoint.
2734
7be570e7
JM
2735Currently, the @code{awatch} and @code{rwatch} commands can only set
2736hardware watchpoints, because accesses to data that don't change the
2737value of the watched expression cannot be detected without examining
2738every instruction as it is being executed, and @value{GDBN} does not do
2739that currently. If @value{GDBN} finds that it is unable to set a
2740hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2741will print a message like this:
2742
2743@smallexample
2744Expression cannot be implemented with read/access watchpoint.
2745@end smallexample
2746
2747Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2748data type of the watched expression is wider than what a hardware
2749watchpoint on the target machine can handle. For example, some systems
2750can only watch regions that are up to 4 bytes wide; on such systems you
2751cannot set hardware watchpoints for an expression that yields a
2752double-precision floating-point number (which is typically 8 bytes
2753wide). As a work-around, it might be possible to break the large region
2754into a series of smaller ones and watch them with separate watchpoints.
2755
2756If you set too many hardware watchpoints, @value{GDBN} might be unable
2757to insert all of them when you resume the execution of your program.
2758Since the precise number of active watchpoints is unknown until such
2759time as the program is about to be resumed, @value{GDBN} might not be
2760able to warn you about this when you set the watchpoints, and the
2761warning will be printed only when the program is resumed:
2762
2763@smallexample
2764Hardware watchpoint @var{num}: Could not insert watchpoint
2765@end smallexample
2766
2767@noindent
2768If this happens, delete or disable some of the watchpoints.
2769
2770The SPARClite DSU will generate traps when a program accesses some data
2771or instruction address that is assigned to the debug registers. For the
2772data addresses, DSU facilitates the @code{watch} command. However the
2773hardware breakpoint registers can only take two data watchpoints, and
2774both watchpoints must be the same kind. For example, you can set two
2775watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2776@strong{or} two with @code{awatch} commands, but you cannot set one
2777watchpoint with one command and the other with a different command.
c906108c
SS
2778@value{GDBN} will reject the command if you try to mix watchpoints.
2779Delete or disable unused watchpoint commands before setting new ones.
2780
2781If you call a function interactively using @code{print} or @code{call},
2df3850c 2782any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
2783kind of breakpoint or the call completes.
2784
7be570e7
JM
2785@value{GDBN} automatically deletes watchpoints that watch local
2786(automatic) variables, or expressions that involve such variables, when
2787they go out of scope, that is, when the execution leaves the block in
2788which these variables were defined. In particular, when the program
2789being debugged terminates, @emph{all} local variables go out of scope,
2790and so only watchpoints that watch global variables remain set. If you
2791rerun the program, you will need to set all such watchpoints again. One
2792way of doing that would be to set a code breakpoint at the entry to the
2793@code{main} function and when it breaks, set all the watchpoints.
2794
c906108c
SS
2795@quotation
2796@cindex watchpoints and threads
2797@cindex threads and watchpoints
c906108c
SS
2798@emph{Warning:} In multi-thread programs, watchpoints have only limited
2799usefulness. With the current watchpoint implementation, @value{GDBN}
2800can only watch the value of an expression @emph{in a single thread}. If
2801you are confident that the expression can only change due to the current
2802thread's activity (and if you are also confident that no other thread
2803can become current), then you can use watchpoints as usual. However,
2804@value{GDBN} may not notice when a non-current thread's activity changes
2805the expression.
53a5351d 2806
d4f3574e 2807@c FIXME: this is almost identical to the previous paragraph.
53a5351d
JM
2808@emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2809have only limited usefulness. If @value{GDBN} creates a software
2810watchpoint, it can only watch the value of an expression @emph{in a
2811single thread}. If you are confident that the expression can only
2812change due to the current thread's activity (and if you are also
2813confident that no other thread can become current), then you can use
2814software watchpoints as usual. However, @value{GDBN} may not notice
2815when a non-current thread's activity changes the expression. (Hardware
2816watchpoints, in contrast, watch an expression in all threads.)
c906108c 2817@end quotation
c906108c 2818
501eef12
AC
2819@xref{set remote hardware-watchpoint-limit}.
2820
6d2ebf8b 2821@node Set Catchpoints
c906108c 2822@subsection Setting catchpoints
d4f3574e 2823@cindex catchpoints, setting
c906108c
SS
2824@cindex exception handlers
2825@cindex event handling
2826
2827You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 2828kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
2829shared library. Use the @code{catch} command to set a catchpoint.
2830
2831@table @code
2832@kindex catch
2833@item catch @var{event}
2834Stop when @var{event} occurs. @var{event} can be any of the following:
2835@table @code
2836@item throw
2837@kindex catch throw
b37052ae 2838The throwing of a C@t{++} exception.
c906108c
SS
2839
2840@item catch
2841@kindex catch catch
b37052ae 2842The catching of a C@t{++} exception.
c906108c
SS
2843
2844@item exec
2845@kindex catch exec
2846A call to @code{exec}. This is currently only available for HP-UX.
2847
2848@item fork
2849@kindex catch fork
2850A call to @code{fork}. This is currently only available for HP-UX.
2851
2852@item vfork
2853@kindex catch vfork
2854A call to @code{vfork}. This is currently only available for HP-UX.
2855
2856@item load
2857@itemx load @var{libname}
2858@kindex catch load
2859The dynamic loading of any shared library, or the loading of the library
2860@var{libname}. This is currently only available for HP-UX.
2861
2862@item unload
2863@itemx unload @var{libname}
2864@kindex catch unload
2865The unloading of any dynamically loaded shared library, or the unloading
2866of the library @var{libname}. This is currently only available for HP-UX.
2867@end table
2868
2869@item tcatch @var{event}
2870Set a catchpoint that is enabled only for one stop. The catchpoint is
2871automatically deleted after the first time the event is caught.
2872
2873@end table
2874
2875Use the @code{info break} command to list the current catchpoints.
2876
b37052ae 2877There are currently some limitations to C@t{++} exception handling
c906108c
SS
2878(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2879
2880@itemize @bullet
2881@item
2882If you call a function interactively, @value{GDBN} normally returns
2883control to you when the function has finished executing. If the call
2884raises an exception, however, the call may bypass the mechanism that
2885returns control to you and cause your program either to abort or to
2886simply continue running until it hits a breakpoint, catches a signal
2887that @value{GDBN} is listening for, or exits. This is the case even if
2888you set a catchpoint for the exception; catchpoints on exceptions are
2889disabled within interactive calls.
2890
2891@item
2892You cannot raise an exception interactively.
2893
2894@item
2895You cannot install an exception handler interactively.
2896@end itemize
2897
2898@cindex raise exceptions
2899Sometimes @code{catch} is not the best way to debug exception handling:
2900if you need to know exactly where an exception is raised, it is better to
2901stop @emph{before} the exception handler is called, since that way you
2902can see the stack before any unwinding takes place. If you set a
2903breakpoint in an exception handler instead, it may not be easy to find
2904out where the exception was raised.
2905
2906To stop just before an exception handler is called, you need some
b37052ae 2907knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
c906108c
SS
2908raised by calling a library function named @code{__raise_exception}
2909which has the following ANSI C interface:
2910
474c8240 2911@smallexample
c906108c 2912 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
2913 @var{id} is the exception identifier. */
2914 void __raise_exception (void **addr, void *id);
474c8240 2915@end smallexample
c906108c
SS
2916
2917@noindent
2918To make the debugger catch all exceptions before any stack
2919unwinding takes place, set a breakpoint on @code{__raise_exception}
2920(@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
2921
2922With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
2923that depends on the value of @var{id}, you can stop your program when
2924a specific exception is raised. You can use multiple conditional
2925breakpoints to stop your program when any of a number of exceptions are
2926raised.
2927
2928
6d2ebf8b 2929@node Delete Breaks
c906108c
SS
2930@subsection Deleting breakpoints
2931
2932@cindex clearing breakpoints, watchpoints, catchpoints
2933@cindex deleting breakpoints, watchpoints, catchpoints
2934It is often necessary to eliminate a breakpoint, watchpoint, or
2935catchpoint once it has done its job and you no longer want your program
2936to stop there. This is called @dfn{deleting} the breakpoint. A
2937breakpoint that has been deleted no longer exists; it is forgotten.
2938
2939With the @code{clear} command you can delete breakpoints according to
2940where they are in your program. With the @code{delete} command you can
2941delete individual breakpoints, watchpoints, or catchpoints by specifying
2942their breakpoint numbers.
2943
2944It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
2945automatically ignores breakpoints on the first instruction to be executed
2946when you continue execution without changing the execution address.
2947
2948@table @code
2949@kindex clear
2950@item clear
2951Delete any breakpoints at the next instruction to be executed in the
2952selected stack frame (@pxref{Selection, ,Selecting a frame}). When
2953the innermost frame is selected, this is a good way to delete a
2954breakpoint where your program just stopped.
2955
2956@item clear @var{function}
2957@itemx clear @var{filename}:@var{function}
2958Delete any breakpoints set at entry to the function @var{function}.
2959
2960@item clear @var{linenum}
2961@itemx clear @var{filename}:@var{linenum}
2962Delete any breakpoints set at or within the code of the specified line.
2963
2964@cindex delete breakpoints
2965@kindex delete
41afff9a 2966@kindex d @r{(@code{delete})}
c5394b80
JM
2967@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2968Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
2969ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
2970breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
2971confirm off}). You can abbreviate this command as @code{d}.
2972@end table
2973
6d2ebf8b 2974@node Disabling
c906108c
SS
2975@subsection Disabling breakpoints
2976
2977@kindex disable breakpoints
2978@kindex enable breakpoints
2979Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
2980prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
2981it had been deleted, but remembers the information on the breakpoint so
2982that you can @dfn{enable} it again later.
2983
2984You disable and enable breakpoints, watchpoints, and catchpoints with
2985the @code{enable} and @code{disable} commands, optionally specifying one
2986or more breakpoint numbers as arguments. Use @code{info break} or
2987@code{info watch} to print a list of breakpoints, watchpoints, and
2988catchpoints if you do not know which numbers to use.
2989
2990A breakpoint, watchpoint, or catchpoint can have any of four different
2991states of enablement:
2992
2993@itemize @bullet
2994@item
2995Enabled. The breakpoint stops your program. A breakpoint set
2996with the @code{break} command starts out in this state.
2997@item
2998Disabled. The breakpoint has no effect on your program.
2999@item
3000Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 3001disabled.
c906108c
SS
3002@item
3003Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
3004immediately after it does so it is deleted permanently. A breakpoint
3005set with the @code{tbreak} command starts out in this state.
c906108c
SS
3006@end itemize
3007
3008You can use the following commands to enable or disable breakpoints,
3009watchpoints, and catchpoints:
3010
3011@table @code
3012@kindex disable breakpoints
3013@kindex disable
41afff9a 3014@kindex dis @r{(@code{disable})}
c5394b80 3015@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3016Disable the specified breakpoints---or all breakpoints, if none are
3017listed. A disabled breakpoint has no effect but is not forgotten. All
3018options such as ignore-counts, conditions and commands are remembered in
3019case the breakpoint is enabled again later. You may abbreviate
3020@code{disable} as @code{dis}.
3021
3022@kindex enable breakpoints
3023@kindex enable
c5394b80 3024@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3025Enable the specified breakpoints (or all defined breakpoints). They
3026become effective once again in stopping your program.
3027
c5394b80 3028@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
3029Enable the specified breakpoints temporarily. @value{GDBN} disables any
3030of these breakpoints immediately after stopping your program.
3031
c5394b80 3032@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
3033Enable the specified breakpoints to work once, then die. @value{GDBN}
3034deletes any of these breakpoints as soon as your program stops there.
3035@end table
3036
d4f3574e
SS
3037@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3038@c confusing: tbreak is also initially enabled.
c906108c
SS
3039Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3040,Setting breakpoints}), breakpoints that you set are initially enabled;
3041subsequently, they become disabled or enabled only when you use one of
3042the commands above. (The command @code{until} can set and delete a
3043breakpoint of its own, but it does not change the state of your other
3044breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3045stepping}.)
3046
6d2ebf8b 3047@node Conditions
c906108c
SS
3048@subsection Break conditions
3049@cindex conditional breakpoints
3050@cindex breakpoint conditions
3051
3052@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 3053@c in particular for a watchpoint?
c906108c
SS
3054The simplest sort of breakpoint breaks every time your program reaches a
3055specified place. You can also specify a @dfn{condition} for a
3056breakpoint. A condition is just a Boolean expression in your
3057programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
3058a condition evaluates the expression each time your program reaches it,
3059and your program stops only if the condition is @emph{true}.
3060
3061This is the converse of using assertions for program validation; in that
3062situation, you want to stop when the assertion is violated---that is,
3063when the condition is false. In C, if you want to test an assertion expressed
3064by the condition @var{assert}, you should set the condition
3065@samp{! @var{assert}} on the appropriate breakpoint.
3066
3067Conditions are also accepted for watchpoints; you may not need them,
3068since a watchpoint is inspecting the value of an expression anyhow---but
3069it might be simpler, say, to just set a watchpoint on a variable name,
3070and specify a condition that tests whether the new value is an interesting
3071one.
3072
3073Break conditions can have side effects, and may even call functions in
3074your program. This can be useful, for example, to activate functions
3075that log program progress, or to use your own print functions to
3076format special data structures. The effects are completely predictable
3077unless there is another enabled breakpoint at the same address. (In
3078that case, @value{GDBN} might see the other breakpoint first and stop your
3079program without checking the condition of this one.) Note that
d4f3574e
SS
3080breakpoint commands are usually more convenient and flexible than break
3081conditions for the
c906108c
SS
3082purpose of performing side effects when a breakpoint is reached
3083(@pxref{Break Commands, ,Breakpoint command lists}).
3084
3085Break conditions can be specified when a breakpoint is set, by using
3086@samp{if} in the arguments to the @code{break} command. @xref{Set
3087Breaks, ,Setting breakpoints}. They can also be changed at any time
3088with the @code{condition} command.
53a5351d 3089
c906108c
SS
3090You can also use the @code{if} keyword with the @code{watch} command.
3091The @code{catch} command does not recognize the @code{if} keyword;
3092@code{condition} is the only way to impose a further condition on a
3093catchpoint.
c906108c
SS
3094
3095@table @code
3096@kindex condition
3097@item condition @var{bnum} @var{expression}
3098Specify @var{expression} as the break condition for breakpoint,
3099watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3100breakpoint @var{bnum} stops your program only if the value of
3101@var{expression} is true (nonzero, in C). When you use
3102@code{condition}, @value{GDBN} checks @var{expression} immediately for
3103syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
3104referents in the context of your breakpoint. If @var{expression} uses
3105symbols not referenced in the context of the breakpoint, @value{GDBN}
3106prints an error message:
3107
474c8240 3108@smallexample
d4f3574e 3109No symbol "foo" in current context.
474c8240 3110@end smallexample
d4f3574e
SS
3111
3112@noindent
c906108c
SS
3113@value{GDBN} does
3114not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
3115command (or a command that sets a breakpoint with a condition, like
3116@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
3117
3118@item condition @var{bnum}
3119Remove the condition from breakpoint number @var{bnum}. It becomes
3120an ordinary unconditional breakpoint.
3121@end table
3122
3123@cindex ignore count (of breakpoint)
3124A special case of a breakpoint condition is to stop only when the
3125breakpoint has been reached a certain number of times. This is so
3126useful that there is a special way to do it, using the @dfn{ignore
3127count} of the breakpoint. Every breakpoint has an ignore count, which
3128is an integer. Most of the time, the ignore count is zero, and
3129therefore has no effect. But if your program reaches a breakpoint whose
3130ignore count is positive, then instead of stopping, it just decrements
3131the ignore count by one and continues. As a result, if the ignore count
3132value is @var{n}, the breakpoint does not stop the next @var{n} times
3133your program reaches it.
3134
3135@table @code
3136@kindex ignore
3137@item ignore @var{bnum} @var{count}
3138Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3139The next @var{count} times the breakpoint is reached, your program's
3140execution does not stop; other than to decrement the ignore count, @value{GDBN}
3141takes no action.
3142
3143To make the breakpoint stop the next time it is reached, specify
3144a count of zero.
3145
3146When you use @code{continue} to resume execution of your program from a
3147breakpoint, you can specify an ignore count directly as an argument to
3148@code{continue}, rather than using @code{ignore}. @xref{Continuing and
3149Stepping,,Continuing and stepping}.
3150
3151If a breakpoint has a positive ignore count and a condition, the
3152condition is not checked. Once the ignore count reaches zero,
3153@value{GDBN} resumes checking the condition.
3154
3155You could achieve the effect of the ignore count with a condition such
3156as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3157is decremented each time. @xref{Convenience Vars, ,Convenience
3158variables}.
3159@end table
3160
3161Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3162
3163
6d2ebf8b 3164@node Break Commands
c906108c
SS
3165@subsection Breakpoint command lists
3166
3167@cindex breakpoint commands
3168You can give any breakpoint (or watchpoint or catchpoint) a series of
3169commands to execute when your program stops due to that breakpoint. For
3170example, you might want to print the values of certain expressions, or
3171enable other breakpoints.
3172
3173@table @code
3174@kindex commands
3175@kindex end
3176@item commands @r{[}@var{bnum}@r{]}
3177@itemx @dots{} @var{command-list} @dots{}
3178@itemx end
3179Specify a list of commands for breakpoint number @var{bnum}. The commands
3180themselves appear on the following lines. Type a line containing just
3181@code{end} to terminate the commands.
3182
3183To remove all commands from a breakpoint, type @code{commands} and
3184follow it immediately with @code{end}; that is, give no commands.
3185
3186With no @var{bnum} argument, @code{commands} refers to the last
3187breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3188recently encountered).
3189@end table
3190
3191Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3192disabled within a @var{command-list}.
3193
3194You can use breakpoint commands to start your program up again. Simply
3195use the @code{continue} command, or @code{step}, or any other command
3196that resumes execution.
3197
3198Any other commands in the command list, after a command that resumes
3199execution, are ignored. This is because any time you resume execution
3200(even with a simple @code{next} or @code{step}), you may encounter
3201another breakpoint---which could have its own command list, leading to
3202ambiguities about which list to execute.
3203
3204@kindex silent
3205If the first command you specify in a command list is @code{silent}, the
3206usual message about stopping at a breakpoint is not printed. This may
3207be desirable for breakpoints that are to print a specific message and
3208then continue. If none of the remaining commands print anything, you
3209see no sign that the breakpoint was reached. @code{silent} is
3210meaningful only at the beginning of a breakpoint command list.
3211
3212The commands @code{echo}, @code{output}, and @code{printf} allow you to
3213print precisely controlled output, and are often useful in silent
3214breakpoints. @xref{Output, ,Commands for controlled output}.
3215
3216For example, here is how you could use breakpoint commands to print the
3217value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3218
474c8240 3219@smallexample
c906108c
SS
3220break foo if x>0
3221commands
3222silent
3223printf "x is %d\n",x
3224cont
3225end
474c8240 3226@end smallexample
c906108c
SS
3227
3228One application for breakpoint commands is to compensate for one bug so
3229you can test for another. Put a breakpoint just after the erroneous line
3230of code, give it a condition to detect the case in which something
3231erroneous has been done, and give it commands to assign correct values
3232to any variables that need them. End with the @code{continue} command
3233so that your program does not stop, and start with the @code{silent}
3234command so that no output is produced. Here is an example:
3235
474c8240 3236@smallexample
c906108c
SS
3237break 403
3238commands
3239silent
3240set x = y + 4
3241cont
3242end
474c8240 3243@end smallexample
c906108c 3244
6d2ebf8b 3245@node Breakpoint Menus
c906108c
SS
3246@subsection Breakpoint menus
3247@cindex overloading
3248@cindex symbol overloading
3249
b37303ee
AF
3250Some programming languages (notably C@t{++} and Objective-C) permit a
3251single function name
c906108c
SS
3252to be defined several times, for application in different contexts.
3253This is called @dfn{overloading}. When a function name is overloaded,
3254@samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3255a breakpoint. If you realize this is a problem, you can use
3256something like @samp{break @var{function}(@var{types})} to specify which
3257particular version of the function you want. Otherwise, @value{GDBN} offers
3258you a menu of numbered choices for different possible breakpoints, and
3259waits for your selection with the prompt @samp{>}. The first two
3260options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3261sets a breakpoint at each definition of @var{function}, and typing
3262@kbd{0} aborts the @code{break} command without setting any new
3263breakpoints.
3264
3265For example, the following session excerpt shows an attempt to set a
3266breakpoint at the overloaded symbol @code{String::after}.
3267We choose three particular definitions of that function name:
3268
3269@c FIXME! This is likely to change to show arg type lists, at least
3270@smallexample
3271@group
3272(@value{GDBP}) b String::after
3273[0] cancel
3274[1] all
3275[2] file:String.cc; line number:867
3276[3] file:String.cc; line number:860
3277[4] file:String.cc; line number:875
3278[5] file:String.cc; line number:853
3279[6] file:String.cc; line number:846
3280[7] file:String.cc; line number:735
3281> 2 4 6
3282Breakpoint 1 at 0xb26c: file String.cc, line 867.
3283Breakpoint 2 at 0xb344: file String.cc, line 875.
3284Breakpoint 3 at 0xafcc: file String.cc, line 846.
3285Multiple breakpoints were set.
3286Use the "delete" command to delete unwanted
3287 breakpoints.
3288(@value{GDBP})
3289@end group
3290@end smallexample
c906108c
SS
3291
3292@c @ifclear BARETARGET
6d2ebf8b 3293@node Error in Breakpoints
d4f3574e 3294@subsection ``Cannot insert breakpoints''
c906108c
SS
3295@c
3296@c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3297@c
d4f3574e
SS
3298Under some operating systems, breakpoints cannot be used in a program if
3299any other process is running that program. In this situation,
5d161b24 3300attempting to run or continue a program with a breakpoint causes
d4f3574e
SS
3301@value{GDBN} to print an error message:
3302
474c8240 3303@smallexample
d4f3574e
SS
3304Cannot insert breakpoints.
3305The same program may be running in another process.
474c8240 3306@end smallexample
d4f3574e
SS
3307
3308When this happens, you have three ways to proceed:
3309
3310@enumerate
3311@item
3312Remove or disable the breakpoints, then continue.
3313
3314@item
5d161b24 3315Suspend @value{GDBN}, and copy the file containing your program to a new
d4f3574e 3316name. Resume @value{GDBN} and use the @code{exec-file} command to specify
5d161b24 3317that @value{GDBN} should run your program under that name.
d4f3574e
SS
3318Then start your program again.
3319
3320@item
3321Relink your program so that the text segment is nonsharable, using the
3322linker option @samp{-N}. The operating system limitation may not apply
3323to nonsharable executables.
3324@end enumerate
c906108c
SS
3325@c @end ifclear
3326
d4f3574e
SS
3327A similar message can be printed if you request too many active
3328hardware-assisted breakpoints and watchpoints:
3329
3330@c FIXME: the precise wording of this message may change; the relevant
3331@c source change is not committed yet (Sep 3, 1999).
3332@smallexample
3333Stopped; cannot insert breakpoints.
3334You may have requested too many hardware breakpoints and watchpoints.
3335@end smallexample
3336
3337@noindent
3338This message is printed when you attempt to resume the program, since
3339only then @value{GDBN} knows exactly how many hardware breakpoints and
3340watchpoints it needs to insert.
3341
3342When this message is printed, you need to disable or remove some of the
3343hardware-assisted breakpoints and watchpoints, and then continue.
3344
1485d690
KB
3345@node Breakpoint related warnings
3346@subsection ``Breakpoint address adjusted...''
3347@cindex breakpoint address adjusted
3348
3349Some processor architectures place constraints on the addresses at
3350which breakpoints may be placed. For architectures thus constrained,
3351@value{GDBN} will attempt to adjust the breakpoint's address to comply
3352with the constraints dictated by the architecture.
3353
3354One example of such an architecture is the Fujitsu FR-V. The FR-V is
3355a VLIW architecture in which a number of RISC-like instructions may be
3356bundled together for parallel execution. The FR-V architecture
3357constrains the location of a breakpoint instruction within such a
3358bundle to the instruction with the lowest address. @value{GDBN}
3359honors this constraint by adjusting a breakpoint's address to the
3360first in the bundle.
3361
3362It is not uncommon for optimized code to have bundles which contain
3363instructions from different source statements, thus it may happen that
3364a breakpoint's address will be adjusted from one source statement to
3365another. Since this adjustment may significantly alter @value{GDBN}'s
3366breakpoint related behavior from what the user expects, a warning is
3367printed when the breakpoint is first set and also when the breakpoint
3368is hit.
3369
3370A warning like the one below is printed when setting a breakpoint
3371that's been subject to address adjustment:
3372
3373@smallexample
3374warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3375@end smallexample
3376
3377Such warnings are printed both for user settable and @value{GDBN}'s
3378internal breakpoints. If you see one of these warnings, you should
3379verify that a breakpoint set at the adjusted address will have the
3380desired affect. If not, the breakpoint in question may be removed and
3381other breakpoints may be set which will have the desired behavior.
3382E.g., it may be sufficient to place the breakpoint at a later
3383instruction. A conditional breakpoint may also be useful in some
3384cases to prevent the breakpoint from triggering too often.
3385
3386@value{GDBN} will also issue a warning when stopping at one of these
3387adjusted breakpoints:
3388
3389@smallexample
3390warning: Breakpoint 1 address previously adjusted from 0x00010414
3391to 0x00010410.
3392@end smallexample
3393
3394When this warning is encountered, it may be too late to take remedial
3395action except in cases where the breakpoint is hit earlier or more
3396frequently than expected.
d4f3574e 3397
6d2ebf8b 3398@node Continuing and Stepping
c906108c
SS
3399@section Continuing and stepping
3400
3401@cindex stepping
3402@cindex continuing
3403@cindex resuming execution
3404@dfn{Continuing} means resuming program execution until your program
3405completes normally. In contrast, @dfn{stepping} means executing just
3406one more ``step'' of your program, where ``step'' may mean either one
3407line of source code, or one machine instruction (depending on what
7a292a7a
SS
3408particular command you use). Either when continuing or when stepping,
3409your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
3410it stops due to a signal, you may want to use @code{handle}, or use
3411@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
3412
3413@table @code
3414@kindex continue
41afff9a
EZ
3415@kindex c @r{(@code{continue})}
3416@kindex fg @r{(resume foreground execution)}
c906108c
SS
3417@item continue @r{[}@var{ignore-count}@r{]}
3418@itemx c @r{[}@var{ignore-count}@r{]}
3419@itemx fg @r{[}@var{ignore-count}@r{]}
3420Resume program execution, at the address where your program last stopped;
3421any breakpoints set at that address are bypassed. The optional argument
3422@var{ignore-count} allows you to specify a further number of times to
3423ignore a breakpoint at this location; its effect is like that of
3424@code{ignore} (@pxref{Conditions, ,Break conditions}).
3425
3426The argument @var{ignore-count} is meaningful only when your program
3427stopped due to a breakpoint. At other times, the argument to
3428@code{continue} is ignored.
3429
d4f3574e
SS
3430The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3431debugged program is deemed to be the foreground program) are provided
3432purely for convenience, and have exactly the same behavior as
3433@code{continue}.
c906108c
SS
3434@end table
3435
3436To resume execution at a different place, you can use @code{return}
3437(@pxref{Returning, ,Returning from a function}) to go back to the
3438calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3439different address}) to go to an arbitrary location in your program.
3440
3441A typical technique for using stepping is to set a breakpoint
3442(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3443beginning of the function or the section of your program where a problem
3444is believed to lie, run your program until it stops at that breakpoint,
3445and then step through the suspect area, examining the variables that are
3446interesting, until you see the problem happen.
3447
3448@table @code
3449@kindex step
41afff9a 3450@kindex s @r{(@code{step})}
c906108c
SS
3451@item step
3452Continue running your program until control reaches a different source
3453line, then stop it and return control to @value{GDBN}. This command is
3454abbreviated @code{s}.
3455
3456@quotation
3457@c "without debugging information" is imprecise; actually "without line
3458@c numbers in the debugging information". (gcc -g1 has debugging info but
3459@c not line numbers). But it seems complex to try to make that
3460@c distinction here.
3461@emph{Warning:} If you use the @code{step} command while control is
3462within a function that was compiled without debugging information,
3463execution proceeds until control reaches a function that does have
3464debugging information. Likewise, it will not step into a function which
3465is compiled without debugging information. To step through functions
3466without debugging information, use the @code{stepi} command, described
3467below.
3468@end quotation
3469
4a92d011
EZ
3470The @code{step} command only stops at the first instruction of a source
3471line. This prevents the multiple stops that could otherwise occur in
3472@code{switch} statements, @code{for} loops, etc. @code{step} continues
3473to stop if a function that has debugging information is called within
3474the line. In other words, @code{step} @emph{steps inside} any functions
3475called within the line.
c906108c 3476
d4f3574e
SS
3477Also, the @code{step} command only enters a function if there is line
3478number information for the function. Otherwise it acts like the
5d161b24 3479@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 3480on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 3481was any debugging information about the routine.
c906108c
SS
3482
3483@item step @var{count}
3484Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
3485breakpoint is reached, or a signal not related to stepping occurs before
3486@var{count} steps, stepping stops right away.
c906108c
SS
3487
3488@kindex next
41afff9a 3489@kindex n @r{(@code{next})}
c906108c
SS
3490@item next @r{[}@var{count}@r{]}
3491Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
3492This is similar to @code{step}, but function calls that appear within
3493the line of code are executed without stopping. Execution stops when
3494control reaches a different line of code at the original stack level
3495that was executing when you gave the @code{next} command. This command
3496is abbreviated @code{n}.
c906108c
SS
3497
3498An argument @var{count} is a repeat count, as for @code{step}.
3499
3500
3501@c FIX ME!! Do we delete this, or is there a way it fits in with
3502@c the following paragraph? --- Vctoria
3503@c
3504@c @code{next} within a function that lacks debugging information acts like
3505@c @code{step}, but any function calls appearing within the code of the
3506@c function are executed without stopping.
3507
d4f3574e
SS
3508The @code{next} command only stops at the first instruction of a
3509source line. This prevents multiple stops that could otherwise occur in
4a92d011 3510@code{switch} statements, @code{for} loops, etc.
c906108c 3511
b90a5f51
CF
3512@kindex set step-mode
3513@item set step-mode
3514@cindex functions without line info, and stepping
3515@cindex stepping into functions with no line info
3516@itemx set step-mode on
4a92d011 3517The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
3518stop at the first instruction of a function which contains no debug line
3519information rather than stepping over it.
3520
4a92d011
EZ
3521This is useful in cases where you may be interested in inspecting the
3522machine instructions of a function which has no symbolic info and do not
3523want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
3524
3525@item set step-mode off
4a92d011 3526Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
3527debug information. This is the default.
3528
c906108c
SS
3529@kindex finish
3530@item finish
3531Continue running until just after function in the selected stack frame
3532returns. Print the returned value (if any).
3533
3534Contrast this with the @code{return} command (@pxref{Returning,
3535,Returning from a function}).
3536
3537@kindex until
41afff9a 3538@kindex u @r{(@code{until})}
c906108c
SS
3539@item until
3540@itemx u
3541Continue running until a source line past the current line, in the
3542current stack frame, is reached. This command is used to avoid single
3543stepping through a loop more than once. It is like the @code{next}
3544command, except that when @code{until} encounters a jump, it
3545automatically continues execution until the program counter is greater
3546than the address of the jump.
3547
3548This means that when you reach the end of a loop after single stepping
3549though it, @code{until} makes your program continue execution until it
3550exits the loop. In contrast, a @code{next} command at the end of a loop
3551simply steps back to the beginning of the loop, which forces you to step
3552through the next iteration.
3553
3554@code{until} always stops your program if it attempts to exit the current
3555stack frame.
3556
3557@code{until} may produce somewhat counterintuitive results if the order
3558of machine code does not match the order of the source lines. For
3559example, in the following excerpt from a debugging session, the @code{f}
3560(@code{frame}) command shows that execution is stopped at line
3561@code{206}; yet when we use @code{until}, we get to line @code{195}:
3562
474c8240 3563@smallexample
c906108c
SS
3564(@value{GDBP}) f
3565#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3566206 expand_input();
3567(@value{GDBP}) until
3568195 for ( ; argc > 0; NEXTARG) @{
474c8240 3569@end smallexample
c906108c
SS
3570
3571This happened because, for execution efficiency, the compiler had
3572generated code for the loop closure test at the end, rather than the
3573start, of the loop---even though the test in a C @code{for}-loop is
3574written before the body of the loop. The @code{until} command appeared
3575to step back to the beginning of the loop when it advanced to this
3576expression; however, it has not really gone to an earlier
3577statement---not in terms of the actual machine code.
3578
3579@code{until} with no argument works by means of single
3580instruction stepping, and hence is slower than @code{until} with an
3581argument.
3582
3583@item until @var{location}
3584@itemx u @var{location}
3585Continue running your program until either the specified location is
3586reached, or the current stack frame returns. @var{location} is any of
3587the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
c60eb6f1
EZ
3588,Setting breakpoints}). This form of the command uses breakpoints, and
3589hence is quicker than @code{until} without an argument. The specified
3590location is actually reached only if it is in the current frame. This
3591implies that @code{until} can be used to skip over recursive function
3592invocations. For instance in the code below, if the current location is
3593line @code{96}, issuing @code{until 99} will execute the program up to
3594line @code{99} in the same invocation of factorial, i.e. after the inner
3595invocations have returned.
3596
3597@smallexample
359894 int factorial (int value)
359995 @{
360096 if (value > 1) @{
360197 value *= factorial (value - 1);
360298 @}
360399 return (value);
3604100 @}
3605@end smallexample
3606
3607
3608@kindex advance @var{location}
3609@itemx advance @var{location}
3610Continue running the program up to the given location. An argument is
3611required, anything of the same form as arguments for the @code{break}
3612command. Execution will also stop upon exit from the current stack
3613frame. This command is similar to @code{until}, but @code{advance} will
3614not skip over recursive function calls, and the target location doesn't
3615have to be in the same frame as the current one.
3616
c906108c
SS
3617
3618@kindex stepi
41afff9a 3619@kindex si @r{(@code{stepi})}
c906108c 3620@item stepi
96a2c332 3621@itemx stepi @var{arg}
c906108c
SS
3622@itemx si
3623Execute one machine instruction, then stop and return to the debugger.
3624
3625It is often useful to do @samp{display/i $pc} when stepping by machine
3626instructions. This makes @value{GDBN} automatically display the next
3627instruction to be executed, each time your program stops. @xref{Auto
3628Display,, Automatic display}.
3629
3630An argument is a repeat count, as in @code{step}.
3631
3632@need 750
3633@kindex nexti
41afff9a 3634@kindex ni @r{(@code{nexti})}
c906108c 3635@item nexti
96a2c332 3636@itemx nexti @var{arg}
c906108c
SS
3637@itemx ni
3638Execute one machine instruction, but if it is a function call,
3639proceed until the function returns.
3640
3641An argument is a repeat count, as in @code{next}.
3642@end table
3643
6d2ebf8b 3644@node Signals
c906108c
SS
3645@section Signals
3646@cindex signals
3647
3648A signal is an asynchronous event that can happen in a program. The
3649operating system defines the possible kinds of signals, and gives each
3650kind a name and a number. For example, in Unix @code{SIGINT} is the
d4f3574e 3651signal a program gets when you type an interrupt character (often @kbd{C-c});
c906108c
SS
3652@code{SIGSEGV} is the signal a program gets from referencing a place in
3653memory far away from all the areas in use; @code{SIGALRM} occurs when
3654the alarm clock timer goes off (which happens only if your program has
3655requested an alarm).
3656
3657@cindex fatal signals
3658Some signals, including @code{SIGALRM}, are a normal part of the
3659functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 3660errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
3661program has not specified in advance some other way to handle the signal.
3662@code{SIGINT} does not indicate an error in your program, but it is normally
3663fatal so it can carry out the purpose of the interrupt: to kill the program.
3664
3665@value{GDBN} has the ability to detect any occurrence of a signal in your
3666program. You can tell @value{GDBN} in advance what to do for each kind of
3667signal.
3668
3669@cindex handling signals
24f93129
EZ
3670Normally, @value{GDBN} is set up to let the non-erroneous signals like
3671@code{SIGALRM} be silently passed to your program
3672(so as not to interfere with their role in the program's functioning)
c906108c
SS
3673but to stop your program immediately whenever an error signal happens.
3674You can change these settings with the @code{handle} command.
3675
3676@table @code
3677@kindex info signals
3678@item info signals
96a2c332 3679@itemx info handle
c906108c
SS
3680Print a table of all the kinds of signals and how @value{GDBN} has been told to
3681handle each one. You can use this to see the signal numbers of all
3682the defined types of signals.
3683
d4f3574e 3684@code{info handle} is an alias for @code{info signals}.
c906108c
SS
3685
3686@kindex handle
3687@item handle @var{signal} @var{keywords}@dots{}
5ece1a18
EZ
3688Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3689can be the number of a signal or its name (with or without the
24f93129 3690@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18
EZ
3691@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3692known signals. The @var{keywords} say what change to make.
c906108c
SS
3693@end table
3694
3695@c @group
3696The keywords allowed by the @code{handle} command can be abbreviated.
3697Their full names are:
3698
3699@table @code
3700@item nostop
3701@value{GDBN} should not stop your program when this signal happens. It may
3702still print a message telling you that the signal has come in.
3703
3704@item stop
3705@value{GDBN} should stop your program when this signal happens. This implies
3706the @code{print} keyword as well.
3707
3708@item print
3709@value{GDBN} should print a message when this signal happens.
3710
3711@item noprint
3712@value{GDBN} should not mention the occurrence of the signal at all. This
3713implies the @code{nostop} keyword as well.
3714
3715@item pass
5ece1a18 3716@itemx noignore
c906108c
SS
3717@value{GDBN} should allow your program to see this signal; your program
3718can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 3719and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
3720
3721@item nopass
5ece1a18 3722@itemx ignore
c906108c 3723@value{GDBN} should not allow your program to see this signal.
5ece1a18 3724@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
3725@end table
3726@c @end group
3727
d4f3574e
SS
3728When a signal stops your program, the signal is not visible to the
3729program until you
c906108c
SS
3730continue. Your program sees the signal then, if @code{pass} is in
3731effect for the signal in question @emph{at that time}. In other words,
3732after @value{GDBN} reports a signal, you can use the @code{handle}
3733command with @code{pass} or @code{nopass} to control whether your
3734program sees that signal when you continue.
3735
24f93129
EZ
3736The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3737non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3738@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3739erroneous signals.
3740
c906108c
SS
3741You can also use the @code{signal} command to prevent your program from
3742seeing a signal, or cause it to see a signal it normally would not see,
3743or to give it any signal at any time. For example, if your program stopped
3744due to some sort of memory reference error, you might store correct
3745values into the erroneous variables and continue, hoping to see more
3746execution; but your program would probably terminate immediately as
3747a result of the fatal signal once it saw the signal. To prevent this,
3748you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5d161b24 3749program a signal}.
c906108c 3750
6d2ebf8b 3751@node Thread Stops
c906108c
SS
3752@section Stopping and starting multi-thread programs
3753
3754When your program has multiple threads (@pxref{Threads,, Debugging
3755programs with multiple threads}), you can choose whether to set
3756breakpoints on all threads, or on a particular thread.
3757
3758@table @code
3759@cindex breakpoints and threads
3760@cindex thread breakpoints
3761@kindex break @dots{} thread @var{threadno}
3762@item break @var{linespec} thread @var{threadno}
3763@itemx break @var{linespec} thread @var{threadno} if @dots{}
3764@var{linespec} specifies source lines; there are several ways of
3765writing them, but the effect is always to specify some source line.
3766
3767Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3768to specify that you only want @value{GDBN} to stop the program when a
3769particular thread reaches this breakpoint. @var{threadno} is one of the
3770numeric thread identifiers assigned by @value{GDBN}, shown in the first
3771column of the @samp{info threads} display.
3772
3773If you do not specify @samp{thread @var{threadno}} when you set a
3774breakpoint, the breakpoint applies to @emph{all} threads of your
3775program.
3776
3777You can use the @code{thread} qualifier on conditional breakpoints as
3778well; in this case, place @samp{thread @var{threadno}} before the
3779breakpoint condition, like this:
3780
3781@smallexample
2df3850c 3782(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
3783@end smallexample
3784
3785@end table
3786
3787@cindex stopped threads
3788@cindex threads, stopped
3789Whenever your program stops under @value{GDBN} for any reason,
3790@emph{all} threads of execution stop, not just the current thread. This
3791allows you to examine the overall state of the program, including
3792switching between threads, without worrying that things may change
3793underfoot.
3794
36d86913
MC
3795@cindex thread breakpoints and system calls
3796@cindex system calls and thread breakpoints
3797@cindex premature return from system calls
3798There is an unfortunate side effect. If one thread stops for a
3799breakpoint, or for some other reason, and another thread is blocked in a
3800system call, then the system call may return prematurely. This is a
3801consequence of the interaction between multiple threads and the signals
3802that @value{GDBN} uses to implement breakpoints and other events that
3803stop execution.
3804
3805To handle this problem, your program should check the return value of
3806each system call and react appropriately. This is good programming
3807style anyways.
3808
3809For example, do not write code like this:
3810
3811@smallexample
3812 sleep (10);
3813@end smallexample
3814
3815The call to @code{sleep} will return early if a different thread stops
3816at a breakpoint or for some other reason.
3817
3818Instead, write this:
3819
3820@smallexample
3821 int unslept = 10;
3822 while (unslept > 0)
3823 unslept = sleep (unslept);
3824@end smallexample
3825
3826A system call is allowed to return early, so the system is still
3827conforming to its specification. But @value{GDBN} does cause your
3828multi-threaded program to behave differently than it would without
3829@value{GDBN}.
3830
3831Also, @value{GDBN} uses internal breakpoints in the thread library to
3832monitor certain events such as thread creation and thread destruction.
3833When such an event happens, a system call in another thread may return
3834prematurely, even though your program does not appear to stop.
3835
c906108c
SS
3836@cindex continuing threads
3837@cindex threads, continuing
3838Conversely, whenever you restart the program, @emph{all} threads start
3839executing. @emph{This is true even when single-stepping} with commands
5d161b24 3840like @code{step} or @code{next}.
c906108c
SS
3841
3842In particular, @value{GDBN} cannot single-step all threads in lockstep.
3843Since thread scheduling is up to your debugging target's operating
3844system (not controlled by @value{GDBN}), other threads may
3845execute more than one statement while the current thread completes a
3846single step. Moreover, in general other threads stop in the middle of a
3847statement, rather than at a clean statement boundary, when the program
3848stops.
3849
3850You might even find your program stopped in another thread after
3851continuing or even single-stepping. This happens whenever some other
3852thread runs into a breakpoint, a signal, or an exception before the
3853first thread completes whatever you requested.
3854
3855On some OSes, you can lock the OS scheduler and thus allow only a single
3856thread to run.
3857
3858@table @code
3859@item set scheduler-locking @var{mode}
3860Set the scheduler locking mode. If it is @code{off}, then there is no
3861locking and any thread may run at any time. If @code{on}, then only the
3862current thread may run when the inferior is resumed. The @code{step}
3863mode optimizes for single-stepping. It stops other threads from
3864``seizing the prompt'' by preempting the current thread while you are
3865stepping. Other threads will only rarely (or never) get a chance to run
d4f3574e 3866when you step. They are more likely to run when you @samp{next} over a
c906108c 3867function call, and they are completely free to run when you use commands
d4f3574e 3868like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
c906108c 3869thread hits a breakpoint during its timeslice, they will never steal the
2df3850c 3870@value{GDBN} prompt away from the thread that you are debugging.
c906108c
SS
3871
3872@item show scheduler-locking
3873Display the current scheduler locking mode.
3874@end table
3875
c906108c 3876
6d2ebf8b 3877@node Stack
c906108c
SS
3878@chapter Examining the Stack
3879
3880When your program has stopped, the first thing you need to know is where it
3881stopped and how it got there.
3882
3883@cindex call stack
5d161b24
DB
3884Each time your program performs a function call, information about the call
3885is generated.
3886That information includes the location of the call in your program,
3887the arguments of the call,
c906108c 3888and the local variables of the function being called.
5d161b24 3889The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
3890The stack frames are allocated in a region of memory called the @dfn{call
3891stack}.
3892
3893When your program stops, the @value{GDBN} commands for examining the
3894stack allow you to see all of this information.
3895
3896@cindex selected frame
3897One of the stack frames is @dfn{selected} by @value{GDBN} and many
3898@value{GDBN} commands refer implicitly to the selected frame. In
3899particular, whenever you ask @value{GDBN} for the value of a variable in
3900your program, the value is found in the selected frame. There are
3901special @value{GDBN} commands to select whichever frame you are
3902interested in. @xref{Selection, ,Selecting a frame}.
3903
3904When your program stops, @value{GDBN} automatically selects the
5d161b24 3905currently executing frame and describes it briefly, similar to the
c906108c
SS
3906@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3907
3908@menu
3909* Frames:: Stack frames
3910* Backtrace:: Backtraces
3911* Selection:: Selecting a frame
3912* Frame Info:: Information on a frame
c906108c
SS
3913
3914@end menu
3915
6d2ebf8b 3916@node Frames
c906108c
SS
3917@section Stack frames
3918
d4f3574e 3919@cindex frame, definition
c906108c
SS
3920@cindex stack frame
3921The call stack is divided up into contiguous pieces called @dfn{stack
3922frames}, or @dfn{frames} for short; each frame is the data associated
3923with one call to one function. The frame contains the arguments given
3924to the function, the function's local variables, and the address at
3925which the function is executing.
3926
3927@cindex initial frame
3928@cindex outermost frame
3929@cindex innermost frame
3930When your program is started, the stack has only one frame, that of the
3931function @code{main}. This is called the @dfn{initial} frame or the
3932@dfn{outermost} frame. Each time a function is called, a new frame is
3933made. Each time a function returns, the frame for that function invocation
3934is eliminated. If a function is recursive, there can be many frames for
3935the same function. The frame for the function in which execution is
3936actually occurring is called the @dfn{innermost} frame. This is the most
3937recently created of all the stack frames that still exist.
3938
3939@cindex frame pointer
3940Inside your program, stack frames are identified by their addresses. A
3941stack frame consists of many bytes, each of which has its own address; each
3942kind of computer has a convention for choosing one byte whose
3943address serves as the address of the frame. Usually this address is kept
3944in a register called the @dfn{frame pointer register} while execution is
3945going on in that frame.
3946
3947@cindex frame number
3948@value{GDBN} assigns numbers to all existing stack frames, starting with
3949zero for the innermost frame, one for the frame that called it,
3950and so on upward. These numbers do not really exist in your program;
3951they are assigned by @value{GDBN} to give you a way of designating stack
3952frames in @value{GDBN} commands.
3953
6d2ebf8b
SS
3954@c The -fomit-frame-pointer below perennially causes hbox overflow
3955@c underflow problems.
c906108c
SS
3956@cindex frameless execution
3957Some compilers provide a way to compile functions so that they operate
6d2ebf8b 3958without stack frames. (For example, the @value{GCC} option
474c8240 3959@smallexample
6d2ebf8b 3960@samp{-fomit-frame-pointer}
474c8240 3961@end smallexample
6d2ebf8b 3962generates functions without a frame.)
c906108c
SS
3963This is occasionally done with heavily used library functions to save
3964the frame setup time. @value{GDBN} has limited facilities for dealing
3965with these function invocations. If the innermost function invocation
3966has no stack frame, @value{GDBN} nevertheless regards it as though
3967it had a separate frame, which is numbered zero as usual, allowing
3968correct tracing of the function call chain. However, @value{GDBN} has
3969no provision for frameless functions elsewhere in the stack.
3970
3971@table @code
d4f3574e 3972@kindex frame@r{, command}
41afff9a 3973@cindex current stack frame
c906108c 3974@item frame @var{args}
5d161b24 3975The @code{frame} command allows you to move from one stack frame to another,
c906108c 3976and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
3977address of the frame or the stack frame number. Without an argument,
3978@code{frame} prints the current stack frame.
c906108c
SS
3979
3980@kindex select-frame
41afff9a 3981@cindex selecting frame silently
c906108c
SS
3982@item select-frame
3983The @code{select-frame} command allows you to move from one stack frame
3984to another without printing the frame. This is the silent version of
3985@code{frame}.
3986@end table
3987
6d2ebf8b 3988@node Backtrace
c906108c
SS
3989@section Backtraces
3990
3991@cindex backtraces
3992@cindex tracebacks
3993@cindex stack traces
3994A backtrace is a summary of how your program got where it is. It shows one
3995line per frame, for many frames, starting with the currently executing
3996frame (frame zero), followed by its caller (frame one), and on up the
3997stack.
3998
3999@table @code
4000@kindex backtrace
41afff9a 4001@kindex bt @r{(@code{backtrace})}
c906108c
SS
4002@item backtrace
4003@itemx bt
4004Print a backtrace of the entire stack: one line per frame for all
4005frames in the stack.
4006
4007You can stop the backtrace at any time by typing the system interrupt
4008character, normally @kbd{C-c}.
4009
4010@item backtrace @var{n}
4011@itemx bt @var{n}
4012Similar, but print only the innermost @var{n} frames.
4013
4014@item backtrace -@var{n}
4015@itemx bt -@var{n}
4016Similar, but print only the outermost @var{n} frames.
4017@end table
4018
4019@kindex where
4020@kindex info stack
41afff9a 4021@kindex info s @r{(@code{info stack})}
c906108c
SS
4022The names @code{where} and @code{info stack} (abbreviated @code{info s})
4023are additional aliases for @code{backtrace}.
4024
4025Each line in the backtrace shows the frame number and the function name.
4026The program counter value is also shown---unless you use @code{set
4027print address off}. The backtrace also shows the source file name and
4028line number, as well as the arguments to the function. The program
4029counter value is omitted if it is at the beginning of the code for that
4030line number.
4031
4032Here is an example of a backtrace. It was made with the command
4033@samp{bt 3}, so it shows the innermost three frames.
4034
4035@smallexample
4036@group
5d161b24 4037#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c
SS
4038 at builtin.c:993
4039#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4040#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4041 at macro.c:71
4042(More stack frames follow...)
4043@end group
4044@end smallexample
4045
4046@noindent
4047The display for frame zero does not begin with a program counter
4048value, indicating that your program has stopped at the beginning of the
4049code for line @code{993} of @code{builtin.c}.
4050
25d29d70
AC
4051@kindex set backtrace past-main
4052@kindex show backtrace past-main
4053@kindex set backtrace limit
4054@kindex show backtrace limit
b4e9345d 4055
25d29d70
AC
4056Most programs have a standard user entry point---a place where system
4057libraries and startup code transition into user code. For C this is
4058@code{main}. When @value{GDBN} finds the entry function in a backtrace
4059it will terminate the backtrace, to avoid tracing into highly
4060system-specific (and generally uninteresting) code.
4061
4062If you need to examine the startup code, or limit the number of levels
4063in a backtrace, you can change this behavior:
95f90d25
DJ
4064
4065@table @code
25d29d70
AC
4066@item set backtrace past-main
4067@itemx set backtrace past-main on
4068Backtraces will continue past the user entry point.
4069
4070@item set backtrace past-main off
95f90d25
DJ
4071Backtraces will stop when they encounter the user entry point. This is the
4072default.
4073
25d29d70
AC
4074@item show backtrace past-main
4075Display the current user entry point backtrace policy.
4076
4077@item set backtrace limit @var{n}
4078@itemx set backtrace limit 0
4079@cindex backtrace limit
4080Limit the backtrace to @var{n} levels. A value of zero means
4081unlimited.
95f90d25 4082
25d29d70
AC
4083@item show backtrace limit
4084Display the current limit on backtrace levels.
95f90d25
DJ
4085@end table
4086
6d2ebf8b 4087@node Selection
c906108c
SS
4088@section Selecting a frame
4089
4090Most commands for examining the stack and other data in your program work on
4091whichever stack frame is selected at the moment. Here are the commands for
4092selecting a stack frame; all of them finish by printing a brief description
4093of the stack frame just selected.
4094
4095@table @code
d4f3574e 4096@kindex frame@r{, selecting}
41afff9a 4097@kindex f @r{(@code{frame})}
c906108c
SS
4098@item frame @var{n}
4099@itemx f @var{n}
4100Select frame number @var{n}. Recall that frame zero is the innermost
4101(currently executing) frame, frame one is the frame that called the
4102innermost one, and so on. The highest-numbered frame is the one for
4103@code{main}.
4104
4105@item frame @var{addr}
4106@itemx f @var{addr}
4107Select the frame at address @var{addr}. This is useful mainly if the
4108chaining of stack frames has been damaged by a bug, making it
4109impossible for @value{GDBN} to assign numbers properly to all frames. In
4110addition, this can be useful when your program has multiple stacks and
4111switches between them.
4112
c906108c
SS
4113On the SPARC architecture, @code{frame} needs two addresses to
4114select an arbitrary frame: a frame pointer and a stack pointer.
4115
4116On the MIPS and Alpha architecture, it needs two addresses: a stack
4117pointer and a program counter.
4118
4119On the 29k architecture, it needs three addresses: a register stack
4120pointer, a program counter, and a memory stack pointer.
4121@c note to future updaters: this is conditioned on a flag
4122@c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
4123@c as of 27 Jan 1994.
c906108c
SS
4124
4125@kindex up
4126@item up @var{n}
4127Move @var{n} frames up the stack. For positive numbers @var{n}, this
4128advances toward the outermost frame, to higher frame numbers, to frames
4129that have existed longer. @var{n} defaults to one.
4130
4131@kindex down
41afff9a 4132@kindex do @r{(@code{down})}
c906108c
SS
4133@item down @var{n}
4134Move @var{n} frames down the stack. For positive numbers @var{n}, this
4135advances toward the innermost frame, to lower frame numbers, to frames
4136that were created more recently. @var{n} defaults to one. You may
4137abbreviate @code{down} as @code{do}.
4138@end table
4139
4140All of these commands end by printing two lines of output describing the
4141frame. The first line shows the frame number, the function name, the
4142arguments, and the source file and line number of execution in that
5d161b24 4143frame. The second line shows the text of that source line.
c906108c
SS
4144
4145@need 1000
4146For example:
4147
4148@smallexample
4149@group
4150(@value{GDBP}) up
4151#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4152 at env.c:10
415310 read_input_file (argv[i]);
4154@end group
4155@end smallexample
4156
4157After such a printout, the @code{list} command with no arguments
4158prints ten lines centered on the point of execution in the frame.
87885426
FN
4159You can also edit the program at the point of execution with your favorite
4160editing program by typing @code{edit}.
4161@xref{List, ,Printing source lines},
4162for details.
c906108c
SS
4163
4164@table @code
4165@kindex down-silently
4166@kindex up-silently
4167@item up-silently @var{n}
4168@itemx down-silently @var{n}
4169These two commands are variants of @code{up} and @code{down},
4170respectively; they differ in that they do their work silently, without
4171causing display of the new frame. They are intended primarily for use
4172in @value{GDBN} command scripts, where the output might be unnecessary and
4173distracting.
4174@end table
4175
6d2ebf8b 4176@node Frame Info
c906108c
SS
4177@section Information about a frame
4178
4179There are several other commands to print information about the selected
4180stack frame.
4181
4182@table @code
4183@item frame
4184@itemx f
4185When used without any argument, this command does not change which
4186frame is selected, but prints a brief description of the currently
4187selected stack frame. It can be abbreviated @code{f}. With an
4188argument, this command is used to select a stack frame.
4189@xref{Selection, ,Selecting a frame}.
4190
4191@kindex info frame
41afff9a 4192@kindex info f @r{(@code{info frame})}
c906108c
SS
4193@item info frame
4194@itemx info f
4195This command prints a verbose description of the selected stack frame,
4196including:
4197
4198@itemize @bullet
5d161b24
DB
4199@item
4200the address of the frame
c906108c
SS
4201@item
4202the address of the next frame down (called by this frame)
4203@item
4204the address of the next frame up (caller of this frame)
4205@item
4206the language in which the source code corresponding to this frame is written
4207@item
4208the address of the frame's arguments
4209@item
d4f3574e
SS
4210the address of the frame's local variables
4211@item
c906108c
SS
4212the program counter saved in it (the address of execution in the caller frame)
4213@item
4214which registers were saved in the frame
4215@end itemize
4216
4217@noindent The verbose description is useful when
4218something has gone wrong that has made the stack format fail to fit
4219the usual conventions.
4220
4221@item info frame @var{addr}
4222@itemx info f @var{addr}
4223Print a verbose description of the frame at address @var{addr}, without
4224selecting that frame. The selected frame remains unchanged by this
4225command. This requires the same kind of address (more than one for some
4226architectures) that you specify in the @code{frame} command.
4227@xref{Selection, ,Selecting a frame}.
4228
4229@kindex info args
4230@item info args
4231Print the arguments of the selected frame, each on a separate line.
4232
4233@item info locals
4234@kindex info locals
4235Print the local variables of the selected frame, each on a separate
4236line. These are all variables (declared either static or automatic)
4237accessible at the point of execution of the selected frame.
4238
c906108c 4239@kindex info catch
d4f3574e
SS
4240@cindex catch exceptions, list active handlers
4241@cindex exception handlers, how to list
c906108c
SS
4242@item info catch
4243Print a list of all the exception handlers that are active in the
4244current stack frame at the current point of execution. To see other
4245exception handlers, visit the associated frame (using the @code{up},
4246@code{down}, or @code{frame} commands); then type @code{info catch}.
4247@xref{Set Catchpoints, , Setting catchpoints}.
53a5351d 4248
c906108c
SS
4249@end table
4250
c906108c 4251
6d2ebf8b 4252@node Source
c906108c
SS
4253@chapter Examining Source Files
4254
4255@value{GDBN} can print parts of your program's source, since the debugging
4256information recorded in the program tells @value{GDBN} what source files were
4257used to build it. When your program stops, @value{GDBN} spontaneously prints
4258the line where it stopped. Likewise, when you select a stack frame
4259(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4260execution in that frame has stopped. You can print other portions of
4261source files by explicit command.
4262
7a292a7a 4263If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 4264prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 4265@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
4266
4267@menu
4268* List:: Printing source lines
87885426 4269* Edit:: Editing source files
c906108c 4270* Search:: Searching source files
c906108c
SS
4271* Source Path:: Specifying source directories
4272* Machine Code:: Source and machine code
4273@end menu
4274
6d2ebf8b 4275@node List
c906108c
SS
4276@section Printing source lines
4277
4278@kindex list
41afff9a 4279@kindex l @r{(@code{list})}
c906108c 4280To print lines from a source file, use the @code{list} command
5d161b24 4281(abbreviated @code{l}). By default, ten lines are printed.
c906108c
SS
4282There are several ways to specify what part of the file you want to print.
4283
4284Here are the forms of the @code{list} command most commonly used:
4285
4286@table @code
4287@item list @var{linenum}
4288Print lines centered around line number @var{linenum} in the
4289current source file.
4290
4291@item list @var{function}
4292Print lines centered around the beginning of function
4293@var{function}.
4294
4295@item list
4296Print more lines. If the last lines printed were printed with a
4297@code{list} command, this prints lines following the last lines
4298printed; however, if the last line printed was a solitary line printed
4299as part of displaying a stack frame (@pxref{Stack, ,Examining the
4300Stack}), this prints lines centered around that line.
4301
4302@item list -
4303Print lines just before the lines last printed.
4304@end table
4305
4306By default, @value{GDBN} prints ten source lines with any of these forms of
4307the @code{list} command. You can change this using @code{set listsize}:
4308
4309@table @code
4310@kindex set listsize
4311@item set listsize @var{count}
4312Make the @code{list} command display @var{count} source lines (unless
4313the @code{list} argument explicitly specifies some other number).
4314
4315@kindex show listsize
4316@item show listsize
4317Display the number of lines that @code{list} prints.
4318@end table
4319
4320Repeating a @code{list} command with @key{RET} discards the argument,
4321so it is equivalent to typing just @code{list}. This is more useful
4322than listing the same lines again. An exception is made for an
4323argument of @samp{-}; that argument is preserved in repetition so that
4324each repetition moves up in the source file.
4325
4326@cindex linespec
4327In general, the @code{list} command expects you to supply zero, one or two
4328@dfn{linespecs}. Linespecs specify source lines; there are several ways
d4f3574e 4329of writing them, but the effect is always to specify some source line.
c906108c
SS
4330Here is a complete description of the possible arguments for @code{list}:
4331
4332@table @code
4333@item list @var{linespec}
4334Print lines centered around the line specified by @var{linespec}.
4335
4336@item list @var{first},@var{last}
4337Print lines from @var{first} to @var{last}. Both arguments are
4338linespecs.
4339
4340@item list ,@var{last}
4341Print lines ending with @var{last}.
4342
4343@item list @var{first},
4344Print lines starting with @var{first}.
4345
4346@item list +
4347Print lines just after the lines last printed.
4348
4349@item list -
4350Print lines just before the lines last printed.
4351
4352@item list
4353As described in the preceding table.
4354@end table
4355
4356Here are the ways of specifying a single source line---all the
4357kinds of linespec.
4358
4359@table @code
4360@item @var{number}
4361Specifies line @var{number} of the current source file.
4362When a @code{list} command has two linespecs, this refers to
4363the same source file as the first linespec.
4364
4365@item +@var{offset}
4366Specifies the line @var{offset} lines after the last line printed.
4367When used as the second linespec in a @code{list} command that has
4368two, this specifies the line @var{offset} lines down from the
4369first linespec.
4370
4371@item -@var{offset}
4372Specifies the line @var{offset} lines before the last line printed.
4373
4374@item @var{filename}:@var{number}
4375Specifies line @var{number} in the source file @var{filename}.
4376
4377@item @var{function}
4378Specifies the line that begins the body of the function @var{function}.
4379For example: in C, this is the line with the open brace.
4380
4381@item @var{filename}:@var{function}
4382Specifies the line of the open-brace that begins the body of the
4383function @var{function} in the file @var{filename}. You only need the
4384file name with a function name to avoid ambiguity when there are
4385identically named functions in different source files.
4386
4387@item *@var{address}
4388Specifies the line containing the program address @var{address}.
4389@var{address} may be any expression.
4390@end table
4391
87885426
FN
4392@node Edit
4393@section Editing source files
4394@cindex editing source files
4395
4396@kindex edit
4397@kindex e @r{(@code{edit})}
4398To edit the lines in a source file, use the @code{edit} command.
4399The editing program of your choice
4400is invoked with the current line set to
4401the active line in the program.
4402Alternatively, there are several ways to specify what part of the file you
4403want to print if you want to see other parts of the program.
4404
4405Here are the forms of the @code{edit} command most commonly used:
4406
4407@table @code
4408@item edit
4409Edit the current source file at the active line number in the program.
4410
4411@item edit @var{number}
4412Edit the current source file with @var{number} as the active line number.
4413
4414@item edit @var{function}
4415Edit the file containing @var{function} at the beginning of its definition.
4416
4417@item edit @var{filename}:@var{number}
4418Specifies line @var{number} in the source file @var{filename}.
4419
4420@item edit @var{filename}:@var{function}
4421Specifies the line that begins the body of the
4422function @var{function} in the file @var{filename}. You only need the
4423file name with a function name to avoid ambiguity when there are
4424identically named functions in different source files.
4425
4426@item edit *@var{address}
4427Specifies the line containing the program address @var{address}.
4428@var{address} may be any expression.
4429@end table
4430
4431@subsection Choosing your editor
4432You can customize @value{GDBN} to use any editor you want
4433@footnote{
4434The only restriction is that your editor (say @code{ex}), recognizes the
4435following command-line syntax:
10998722 4436@smallexample
87885426 4437ex +@var{number} file
10998722
AC
4438@end smallexample
4439The optional numeric value +@var{number} designates the active line in
4440the file.}. By default, it is @value{EDITOR}, but you can change this
4441by setting the environment variable @code{EDITOR} before using
4442@value{GDBN}. For example, to configure @value{GDBN} to use the
4443@code{vi} editor, you could use these commands with the @code{sh} shell:
4444@smallexample
87885426
FN
4445EDITOR=/usr/bin/vi
4446export EDITOR
4447gdb ...
10998722 4448@end smallexample
87885426 4449or in the @code{csh} shell,
10998722 4450@smallexample
87885426
FN
4451setenv EDITOR /usr/bin/vi
4452gdb ...
10998722 4453@end smallexample
87885426 4454
6d2ebf8b 4455@node Search
c906108c
SS
4456@section Searching source files
4457@cindex searching
4458@kindex reverse-search
4459
4460There are two commands for searching through the current source file for a
4461regular expression.
4462
4463@table @code
4464@kindex search
4465@kindex forward-search
4466@item forward-search @var{regexp}
4467@itemx search @var{regexp}
4468The command @samp{forward-search @var{regexp}} checks each line,
4469starting with the one following the last line listed, for a match for
5d161b24 4470@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
4471synonym @samp{search @var{regexp}} or abbreviate the command name as
4472@code{fo}.
4473
4474@item reverse-search @var{regexp}
4475The command @samp{reverse-search @var{regexp}} checks each line, starting
4476with the one before the last line listed and going backward, for a match
4477for @var{regexp}. It lists the line that is found. You can abbreviate
4478this command as @code{rev}.
4479@end table
c906108c 4480
6d2ebf8b 4481@node Source Path
c906108c
SS
4482@section Specifying source directories
4483
4484@cindex source path
4485@cindex directories for source files
4486Executable programs sometimes do not record the directories of the source
4487files from which they were compiled, just the names. Even when they do,
4488the directories could be moved between the compilation and your debugging
4489session. @value{GDBN} has a list of directories to search for source files;
4490this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4491it tries all the directories in the list, in the order they are present
4492in the list, until it finds a file with the desired name. Note that
4493the executable search path is @emph{not} used for this purpose. Neither is
4494the current working directory, unless it happens to be in the source
4495path.
4496
4497If @value{GDBN} cannot find a source file in the source path, and the
4498object program records a directory, @value{GDBN} tries that directory
4499too. If the source path is empty, and there is no record of the
4500compilation directory, @value{GDBN} looks in the current directory as a
4501last resort.
4502
4503Whenever you reset or rearrange the source path, @value{GDBN} clears out
4504any information it has cached about where source files are found and where
4505each line is in the file.
4506
4507@kindex directory
4508@kindex dir
d4f3574e
SS
4509When you start @value{GDBN}, its source path includes only @samp{cdir}
4510and @samp{cwd}, in that order.
c906108c
SS
4511To add other directories, use the @code{directory} command.
4512
4513@table @code
4514@item directory @var{dirname} @dots{}
4515@item dir @var{dirname} @dots{}
4516Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
4517directory names may be given to this command, separated by @samp{:}
4518(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4519part of absolute file names) or
c906108c
SS
4520whitespace. You may specify a directory that is already in the source
4521path; this moves it forward, so @value{GDBN} searches it sooner.
4522
4523@kindex cdir
4524@kindex cwd
41afff9a
EZ
4525@vindex $cdir@r{, convenience variable}
4526@vindex $cwdr@r{, convenience variable}
c906108c
SS
4527@cindex compilation directory
4528@cindex current directory
4529@cindex working directory
4530@cindex directory, current
4531@cindex directory, compilation
4532You can use the string @samp{$cdir} to refer to the compilation
4533directory (if one is recorded), and @samp{$cwd} to refer to the current
4534working directory. @samp{$cwd} is not the same as @samp{.}---the former
4535tracks the current working directory as it changes during your @value{GDBN}
4536session, while the latter is immediately expanded to the current
4537directory at the time you add an entry to the source path.
4538
4539@item directory
4540Reset the source path to empty again. This requires confirmation.
4541
4542@c RET-repeat for @code{directory} is explicitly disabled, but since
4543@c repeating it would be a no-op we do not say that. (thanks to RMS)
4544
4545@item show directories
4546@kindex show directories
4547Print the source path: show which directories it contains.
4548@end table
4549
4550If your source path is cluttered with directories that are no longer of
4551interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4552versions of source. You can correct the situation as follows:
4553
4554@enumerate
4555@item
4556Use @code{directory} with no argument to reset the source path to empty.
4557
4558@item
4559Use @code{directory} with suitable arguments to reinstall the
4560directories you want in the source path. You can add all the
4561directories in one command.
4562@end enumerate
4563
6d2ebf8b 4564@node Machine Code
c906108c
SS
4565@section Source and machine code
4566
4567You can use the command @code{info line} to map source lines to program
4568addresses (and vice versa), and the command @code{disassemble} to display
4569a range of addresses as machine instructions. When run under @sc{gnu} Emacs
d4f3574e 4570mode, the @code{info line} command causes the arrow to point to the
5d161b24 4571line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
4572well as hex.
4573
4574@table @code
4575@kindex info line
4576@item info line @var{linespec}
4577Print the starting and ending addresses of the compiled code for
4578source line @var{linespec}. You can specify source lines in any of
4579the ways understood by the @code{list} command (@pxref{List, ,Printing
4580source lines}).
4581@end table
4582
4583For example, we can use @code{info line} to discover the location of
4584the object code for the first line of function
4585@code{m4_changequote}:
4586
d4f3574e
SS
4587@c FIXME: I think this example should also show the addresses in
4588@c symbolic form, as they usually would be displayed.
c906108c 4589@smallexample
96a2c332 4590(@value{GDBP}) info line m4_changequote
c906108c
SS
4591Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4592@end smallexample
4593
4594@noindent
4595We can also inquire (using @code{*@var{addr}} as the form for
4596@var{linespec}) what source line covers a particular address:
4597@smallexample
4598(@value{GDBP}) info line *0x63ff
4599Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4600@end smallexample
4601
4602@cindex @code{$_} and @code{info line}
41afff9a 4603@kindex x@r{(examine), and} info line
c906108c
SS
4604After @code{info line}, the default address for the @code{x} command
4605is changed to the starting address of the line, so that @samp{x/i} is
4606sufficient to begin examining the machine code (@pxref{Memory,
4607,Examining memory}). Also, this address is saved as the value of the
4608convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4609variables}).
4610
4611@table @code
4612@kindex disassemble
4613@cindex assembly instructions
4614@cindex instructions, assembly
4615@cindex machine instructions
4616@cindex listing machine instructions
4617@item disassemble
4618This specialized command dumps a range of memory as machine
4619instructions. The default memory range is the function surrounding the
4620program counter of the selected frame. A single argument to this
4621command is a program counter value; @value{GDBN} dumps the function
4622surrounding this value. Two arguments specify a range of addresses
4623(first inclusive, second exclusive) to dump.
4624@end table
4625
c906108c
SS
4626The following example shows the disassembly of a range of addresses of
4627HP PA-RISC 2.0 code:
4628
4629@smallexample
4630(@value{GDBP}) disas 0x32c4 0x32e4
4631Dump of assembler code from 0x32c4 to 0x32e4:
46320x32c4 <main+204>: addil 0,dp
46330x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
46340x32cc <main+212>: ldil 0x3000,r31
46350x32d0 <main+216>: ble 0x3f8(sr4,r31)
46360x32d4 <main+220>: ldo 0(r31),rp
46370x32d8 <main+224>: addil -0x800,dp
46380x32dc <main+228>: ldo 0x588(r1),r26
46390x32e0 <main+232>: ldil 0x3000,r31
4640End of assembler dump.
4641@end smallexample
c906108c
SS
4642
4643Some architectures have more than one commonly-used set of instruction
4644mnemonics or other syntax.
4645
4646@table @code
d4f3574e 4647@kindex set disassembly-flavor
c906108c
SS
4648@cindex assembly instructions
4649@cindex instructions, assembly
4650@cindex machine instructions
4651@cindex listing machine instructions
d4f3574e
SS
4652@cindex Intel disassembly flavor
4653@cindex AT&T disassembly flavor
4654@item set disassembly-flavor @var{instruction-set}
c906108c
SS
4655Select the instruction set to use when disassembling the
4656program via the @code{disassemble} or @code{x/i} commands.
4657
4658Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
4659can set @var{instruction-set} to either @code{intel} or @code{att}.
4660The default is @code{att}, the AT&T flavor used by default by Unix
4661assemblers for x86-based targets.
c906108c
SS
4662@end table
4663
4664
6d2ebf8b 4665@node Data
c906108c
SS
4666@chapter Examining Data
4667
4668@cindex printing data
4669@cindex examining data
4670@kindex print
4671@kindex inspect
4672@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4673@c document because it is nonstandard... Under Epoch it displays in a
4674@c different window or something like that.
4675The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
4676command (abbreviated @code{p}), or its synonym @code{inspect}. It
4677evaluates and prints the value of an expression of the language your
4678program is written in (@pxref{Languages, ,Using @value{GDBN} with
4679Different Languages}).
c906108c
SS
4680
4681@table @code
d4f3574e
SS
4682@item print @var{expr}
4683@itemx print /@var{f} @var{expr}
4684@var{expr} is an expression (in the source language). By default the
4685value of @var{expr} is printed in a format appropriate to its data type;
c906108c 4686you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 4687@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
c906108c
SS
4688formats}.
4689
4690@item print
4691@itemx print /@var{f}
d4f3574e 4692If you omit @var{expr}, @value{GDBN} displays the last value again (from the
c906108c
SS
4693@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4694conveniently inspect the same value in an alternative format.
4695@end table
4696
4697A more low-level way of examining data is with the @code{x} command.
4698It examines data in memory at a specified address and prints it in a
4699specified format. @xref{Memory, ,Examining memory}.
4700
7a292a7a 4701If you are interested in information about types, or about how the
d4f3574e
SS
4702fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4703command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 4704Table}.
c906108c
SS
4705
4706@menu
4707* Expressions:: Expressions
4708* Variables:: Program variables
4709* Arrays:: Artificial arrays
4710* Output Formats:: Output formats
4711* Memory:: Examining memory
4712* Auto Display:: Automatic display
4713* Print Settings:: Print settings
4714* Value History:: Value history
4715* Convenience Vars:: Convenience variables
4716* Registers:: Registers
c906108c 4717* Floating Point Hardware:: Floating point hardware
53c69bd7 4718* Vector Unit:: Vector Unit
29e57380 4719* Memory Region Attributes:: Memory region attributes
16d9dec6 4720* Dump/Restore Files:: Copy between memory and a file
a0eb71c5
KB
4721* Character Sets:: Debugging programs that use a different
4722 character set than GDB does
c906108c
SS
4723@end menu
4724
6d2ebf8b 4725@node Expressions
c906108c
SS
4726@section Expressions
4727
4728@cindex expressions
4729@code{print} and many other @value{GDBN} commands accept an expression and
4730compute its value. Any kind of constant, variable or operator defined
4731by the programming language you are using is valid in an expression in
e2e0bcd1
JB
4732@value{GDBN}. This includes conditional expressions, function calls,
4733casts, and string constants. It also includes preprocessor macros, if
4734you compiled your program to include this information; see
4735@ref{Compilation}.
c906108c 4736
d4f3574e
SS
4737@value{GDBN} supports array constants in expressions input by
4738the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5d161b24 4739you can use the command @code{print @{1, 2, 3@}} to build up an array in
d4f3574e 4740memory that is @code{malloc}ed in the target program.
c906108c 4741
c906108c
SS
4742Because C is so widespread, most of the expressions shown in examples in
4743this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4744Languages}, for information on how to use expressions in other
4745languages.
4746
4747In this section, we discuss operators that you can use in @value{GDBN}
4748expressions regardless of your programming language.
4749
4750Casts are supported in all languages, not just in C, because it is so
4751useful to cast a number into a pointer in order to examine a structure
4752at that address in memory.
4753@c FIXME: casts supported---Mod2 true?
c906108c
SS
4754
4755@value{GDBN} supports these operators, in addition to those common
4756to programming languages:
4757
4758@table @code
4759@item @@
4760@samp{@@} is a binary operator for treating parts of memory as arrays.
4761@xref{Arrays, ,Artificial arrays}, for more information.
4762
4763@item ::
4764@samp{::} allows you to specify a variable in terms of the file or
4765function where it is defined. @xref{Variables, ,Program variables}.
4766
4767@cindex @{@var{type}@}
4768@cindex type casting memory
4769@cindex memory, viewing as typed object
4770@cindex casts, to view memory
4771@item @{@var{type}@} @var{addr}
4772Refers to an object of type @var{type} stored at address @var{addr} in
4773memory. @var{addr} may be any expression whose value is an integer or
4774pointer (but parentheses are required around binary operators, just as in
4775a cast). This construct is allowed regardless of what kind of data is
4776normally supposed to reside at @var{addr}.
4777@end table
4778
6d2ebf8b 4779@node Variables
c906108c
SS
4780@section Program variables
4781
4782The most common kind of expression to use is the name of a variable
4783in your program.
4784
4785Variables in expressions are understood in the selected stack frame
4786(@pxref{Selection, ,Selecting a frame}); they must be either:
4787
4788@itemize @bullet
4789@item
4790global (or file-static)
4791@end itemize
4792
5d161b24 4793@noindent or
c906108c
SS
4794
4795@itemize @bullet
4796@item
4797visible according to the scope rules of the
4798programming language from the point of execution in that frame
5d161b24 4799@end itemize
c906108c
SS
4800
4801@noindent This means that in the function
4802
474c8240 4803@smallexample
c906108c
SS
4804foo (a)
4805 int a;
4806@{
4807 bar (a);
4808 @{
4809 int b = test ();
4810 bar (b);
4811 @}
4812@}
474c8240 4813@end smallexample
c906108c
SS
4814
4815@noindent
4816you can examine and use the variable @code{a} whenever your program is
4817executing within the function @code{foo}, but you can only use or
4818examine the variable @code{b} while your program is executing inside
4819the block where @code{b} is declared.
4820
4821@cindex variable name conflict
4822There is an exception: you can refer to a variable or function whose
4823scope is a single source file even if the current execution point is not
4824in this file. But it is possible to have more than one such variable or
4825function with the same name (in different source files). If that
4826happens, referring to that name has unpredictable effects. If you wish,
4827you can specify a static variable in a particular function or file,
4828using the colon-colon notation:
4829
d4f3574e 4830@cindex colon-colon, context for variables/functions
c906108c
SS
4831@iftex
4832@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 4833@cindex @code{::}, context for variables/functions
c906108c 4834@end iftex
474c8240 4835@smallexample
c906108c
SS
4836@var{file}::@var{variable}
4837@var{function}::@var{variable}
474c8240 4838@end smallexample
c906108c
SS
4839
4840@noindent
4841Here @var{file} or @var{function} is the name of the context for the
4842static @var{variable}. In the case of file names, you can use quotes to
4843make sure @value{GDBN} parses the file name as a single word---for example,
4844to print a global value of @code{x} defined in @file{f2.c}:
4845
474c8240 4846@smallexample
c906108c 4847(@value{GDBP}) p 'f2.c'::x
474c8240 4848@end smallexample
c906108c 4849
b37052ae 4850@cindex C@t{++} scope resolution
c906108c 4851This use of @samp{::} is very rarely in conflict with the very similar
b37052ae 4852use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
4853scope resolution operator in @value{GDBN} expressions.
4854@c FIXME: Um, so what happens in one of those rare cases where it's in
4855@c conflict?? --mew
c906108c
SS
4856
4857@cindex wrong values
4858@cindex variable values, wrong
4859@quotation
4860@emph{Warning:} Occasionally, a local variable may appear to have the
4861wrong value at certain points in a function---just after entry to a new
4862scope, and just before exit.
4863@end quotation
4864You may see this problem when you are stepping by machine instructions.
4865This is because, on most machines, it takes more than one instruction to
4866set up a stack frame (including local variable definitions); if you are
4867stepping by machine instructions, variables may appear to have the wrong
4868values until the stack frame is completely built. On exit, it usually
4869also takes more than one machine instruction to destroy a stack frame;
4870after you begin stepping through that group of instructions, local
4871variable definitions may be gone.
4872
4873This may also happen when the compiler does significant optimizations.
4874To be sure of always seeing accurate values, turn off all optimization
4875when compiling.
4876
d4f3574e
SS
4877@cindex ``No symbol "foo" in current context''
4878Another possible effect of compiler optimizations is to optimize
4879unused variables out of existence, or assign variables to registers (as
4880opposed to memory addresses). Depending on the support for such cases
4881offered by the debug info format used by the compiler, @value{GDBN}
4882might not be able to display values for such local variables. If that
4883happens, @value{GDBN} will print a message like this:
4884
474c8240 4885@smallexample
d4f3574e 4886No symbol "foo" in current context.
474c8240 4887@end smallexample
d4f3574e
SS
4888
4889To solve such problems, either recompile without optimizations, or use a
4890different debug info format, if the compiler supports several such
0179ffac
DC
4891formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler
4892usually supports the @option{-gstabs+} option. @option{-gstabs+}
4893produces debug info in a format that is superior to formats such as
4894COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
4895an effective form for debug info. @xref{Debugging Options,,Options
4896for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
d4f3574e
SS
4897
4898
6d2ebf8b 4899@node Arrays
c906108c
SS
4900@section Artificial arrays
4901
4902@cindex artificial array
41afff9a 4903@kindex @@@r{, referencing memory as an array}
c906108c
SS
4904It is often useful to print out several successive objects of the
4905same type in memory; a section of an array, or an array of
4906dynamically determined size for which only a pointer exists in the
4907program.
4908
4909You can do this by referring to a contiguous span of memory as an
4910@dfn{artificial array}, using the binary operator @samp{@@}. The left
4911operand of @samp{@@} should be the first element of the desired array
4912and be an individual object. The right operand should be the desired length
4913of the array. The result is an array value whose elements are all of
4914the type of the left argument. The first element is actually the left
4915argument; the second element comes from bytes of memory immediately
4916following those that hold the first element, and so on. Here is an
4917example. If a program says
4918
474c8240 4919@smallexample
c906108c 4920int *array = (int *) malloc (len * sizeof (int));
474c8240 4921@end smallexample
c906108c
SS
4922
4923@noindent
4924you can print the contents of @code{array} with
4925
474c8240 4926@smallexample
c906108c 4927p *array@@len
474c8240 4928@end smallexample
c906108c
SS
4929
4930The left operand of @samp{@@} must reside in memory. Array values made
4931with @samp{@@} in this way behave just like other arrays in terms of
4932subscripting, and are coerced to pointers when used in expressions.
4933Artificial arrays most often appear in expressions via the value history
4934(@pxref{Value History, ,Value history}), after printing one out.
4935
4936Another way to create an artificial array is to use a cast.
4937This re-interprets a value as if it were an array.
4938The value need not be in memory:
474c8240 4939@smallexample
c906108c
SS
4940(@value{GDBP}) p/x (short[2])0x12345678
4941$1 = @{0x1234, 0x5678@}
474c8240 4942@end smallexample
c906108c
SS
4943
4944As a convenience, if you leave the array length out (as in
c3f6f71d 4945@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 4946the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 4947@smallexample
c906108c
SS
4948(@value{GDBP}) p/x (short[])0x12345678
4949$2 = @{0x1234, 0x5678@}
474c8240 4950@end smallexample
c906108c
SS
4951
4952Sometimes the artificial array mechanism is not quite enough; in
4953moderately complex data structures, the elements of interest may not
4954actually be adjacent---for example, if you are interested in the values
4955of pointers in an array. One useful work-around in this situation is
4956to use a convenience variable (@pxref{Convenience Vars, ,Convenience
4957variables}) as a counter in an expression that prints the first
4958interesting value, and then repeat that expression via @key{RET}. For
4959instance, suppose you have an array @code{dtab} of pointers to
4960structures, and you are interested in the values of a field @code{fv}
4961in each structure. Here is an example of what you might type:
4962
474c8240 4963@smallexample
c906108c
SS
4964set $i = 0
4965p dtab[$i++]->fv
4966@key{RET}
4967@key{RET}
4968@dots{}
474c8240 4969@end smallexample
c906108c 4970
6d2ebf8b 4971@node Output Formats
c906108c
SS
4972@section Output formats
4973
4974@cindex formatted output
4975@cindex output formats
4976By default, @value{GDBN} prints a value according to its data type. Sometimes
4977this is not what you want. For example, you might want to print a number
4978in hex, or a pointer in decimal. Or you might want to view data in memory
4979at a certain address as a character string or as an instruction. To do
4980these things, specify an @dfn{output format} when you print a value.
4981
4982The simplest use of output formats is to say how to print a value
4983already computed. This is done by starting the arguments of the
4984@code{print} command with a slash and a format letter. The format
4985letters supported are:
4986
4987@table @code
4988@item x
4989Regard the bits of the value as an integer, and print the integer in
4990hexadecimal.
4991
4992@item d
4993Print as integer in signed decimal.
4994
4995@item u
4996Print as integer in unsigned decimal.
4997
4998@item o
4999Print as integer in octal.
5000
5001@item t
5002Print as integer in binary. The letter @samp{t} stands for ``two''.
5003@footnote{@samp{b} cannot be used because these format letters are also
5004used with the @code{x} command, where @samp{b} stands for ``byte'';
d4f3574e 5005see @ref{Memory,,Examining memory}.}
c906108c
SS
5006
5007@item a
5008@cindex unknown address, locating
3d67e040 5009@cindex locate address
c906108c
SS
5010Print as an address, both absolute in hexadecimal and as an offset from
5011the nearest preceding symbol. You can use this format used to discover
5012where (in what function) an unknown address is located:
5013
474c8240 5014@smallexample
c906108c
SS
5015(@value{GDBP}) p/a 0x54320
5016$3 = 0x54320 <_initialize_vx+396>
474c8240 5017@end smallexample
c906108c 5018
3d67e040
EZ
5019@noindent
5020The command @code{info symbol 0x54320} yields similar results.
5021@xref{Symbols, info symbol}.
5022
c906108c
SS
5023@item c
5024Regard as an integer and print it as a character constant.
5025
5026@item f
5027Regard the bits of the value as a floating point number and print
5028using typical floating point syntax.
5029@end table
5030
5031For example, to print the program counter in hex (@pxref{Registers}), type
5032
474c8240 5033@smallexample
c906108c 5034p/x $pc
474c8240 5035@end smallexample
c906108c
SS
5036
5037@noindent
5038Note that no space is required before the slash; this is because command
5039names in @value{GDBN} cannot contain a slash.
5040
5041To reprint the last value in the value history with a different format,
5042you can use the @code{print} command with just a format and no
5043expression. For example, @samp{p/x} reprints the last value in hex.
5044
6d2ebf8b 5045@node Memory
c906108c
SS
5046@section Examining memory
5047
5048You can use the command @code{x} (for ``examine'') to examine memory in
5049any of several formats, independently of your program's data types.
5050
5051@cindex examining memory
5052@table @code
41afff9a 5053@kindex x @r{(examine memory)}
c906108c
SS
5054@item x/@var{nfu} @var{addr}
5055@itemx x @var{addr}
5056@itemx x
5057Use the @code{x} command to examine memory.
5058@end table
5059
5060@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5061much memory to display and how to format it; @var{addr} is an
5062expression giving the address where you want to start displaying memory.
5063If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5064Several commands set convenient defaults for @var{addr}.
5065
5066@table @r
5067@item @var{n}, the repeat count
5068The repeat count is a decimal integer; the default is 1. It specifies
5069how much memory (counting by units @var{u}) to display.
5070@c This really is **decimal**; unaffected by 'set radix' as of GDB
5071@c 4.1.2.
5072
5073@item @var{f}, the display format
5074The display format is one of the formats used by @code{print},
5075@samp{s} (null-terminated string), or @samp{i} (machine instruction).
5076The default is @samp{x} (hexadecimal) initially.
5077The default changes each time you use either @code{x} or @code{print}.
5078
5079@item @var{u}, the unit size
5080The unit size is any of
5081
5082@table @code
5083@item b
5084Bytes.
5085@item h
5086Halfwords (two bytes).
5087@item w
5088Words (four bytes). This is the initial default.
5089@item g
5090Giant words (eight bytes).
5091@end table
5092
5093Each time you specify a unit size with @code{x}, that size becomes the
5094default unit the next time you use @code{x}. (For the @samp{s} and
5095@samp{i} formats, the unit size is ignored and is normally not written.)
5096
5097@item @var{addr}, starting display address
5098@var{addr} is the address where you want @value{GDBN} to begin displaying
5099memory. The expression need not have a pointer value (though it may);
5100it is always interpreted as an integer address of a byte of memory.
5101@xref{Expressions, ,Expressions}, for more information on expressions. The default for
5102@var{addr} is usually just after the last address examined---but several
5103other commands also set the default address: @code{info breakpoints} (to
5104the address of the last breakpoint listed), @code{info line} (to the
5105starting address of a line), and @code{print} (if you use it to display
5106a value from memory).
5107@end table
5108
5109For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5110(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5111starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
5112words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 5113@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
5114
5115Since the letters indicating unit sizes are all distinct from the
5116letters specifying output formats, you do not have to remember whether
5117unit size or format comes first; either order works. The output
5118specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5119(However, the count @var{n} must come first; @samp{wx4} does not work.)
5120
5121Even though the unit size @var{u} is ignored for the formats @samp{s}
5122and @samp{i}, you might still want to use a count @var{n}; for example,
5123@samp{3i} specifies that you want to see three machine instructions,
5124including any operands. The command @code{disassemble} gives an
d4f3574e 5125alternative way of inspecting machine instructions; see @ref{Machine
c906108c
SS
5126Code,,Source and machine code}.
5127
5128All the defaults for the arguments to @code{x} are designed to make it
5129easy to continue scanning memory with minimal specifications each time
5130you use @code{x}. For example, after you have inspected three machine
5131instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5132with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
5133the repeat count @var{n} is used again; the other arguments default as
5134for successive uses of @code{x}.
5135
5136@cindex @code{$_}, @code{$__}, and value history
5137The addresses and contents printed by the @code{x} command are not saved
5138in the value history because there is often too much of them and they
5139would get in the way. Instead, @value{GDBN} makes these values available for
5140subsequent use in expressions as values of the convenience variables
5141@code{$_} and @code{$__}. After an @code{x} command, the last address
5142examined is available for use in expressions in the convenience variable
5143@code{$_}. The contents of that address, as examined, are available in
5144the convenience variable @code{$__}.
5145
5146If the @code{x} command has a repeat count, the address and contents saved
5147are from the last memory unit printed; this is not the same as the last
5148address printed if several units were printed on the last line of output.
5149
6d2ebf8b 5150@node Auto Display
c906108c
SS
5151@section Automatic display
5152@cindex automatic display
5153@cindex display of expressions
5154
5155If you find that you want to print the value of an expression frequently
5156(to see how it changes), you might want to add it to the @dfn{automatic
5157display list} so that @value{GDBN} prints its value each time your program stops.
5158Each expression added to the list is given a number to identify it;
5159to remove an expression from the list, you specify that number.
5160The automatic display looks like this:
5161
474c8240 5162@smallexample
c906108c
SS
51632: foo = 38
51643: bar[5] = (struct hack *) 0x3804
474c8240 5165@end smallexample
c906108c
SS
5166
5167@noindent
5168This display shows item numbers, expressions and their current values. As with
5169displays you request manually using @code{x} or @code{print}, you can
5170specify the output format you prefer; in fact, @code{display} decides
5171whether to use @code{print} or @code{x} depending on how elaborate your
5172format specification is---it uses @code{x} if you specify a unit size,
5173or one of the two formats (@samp{i} and @samp{s}) that are only
5174supported by @code{x}; otherwise it uses @code{print}.
5175
5176@table @code
5177@kindex display
d4f3574e
SS
5178@item display @var{expr}
5179Add the expression @var{expr} to the list of expressions to display
c906108c
SS
5180each time your program stops. @xref{Expressions, ,Expressions}.
5181
5182@code{display} does not repeat if you press @key{RET} again after using it.
5183
d4f3574e 5184@item display/@var{fmt} @var{expr}
c906108c 5185For @var{fmt} specifying only a display format and not a size or
d4f3574e 5186count, add the expression @var{expr} to the auto-display list but
c906108c
SS
5187arrange to display it each time in the specified format @var{fmt}.
5188@xref{Output Formats,,Output formats}.
5189
5190@item display/@var{fmt} @var{addr}
5191For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5192number of units, add the expression @var{addr} as a memory address to
5193be examined each time your program stops. Examining means in effect
5194doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5195@end table
5196
5197For example, @samp{display/i $pc} can be helpful, to see the machine
5198instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 5199is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
5200
5201@table @code
5202@kindex delete display
5203@kindex undisplay
5204@item undisplay @var{dnums}@dots{}
5205@itemx delete display @var{dnums}@dots{}
5206Remove item numbers @var{dnums} from the list of expressions to display.
5207
5208@code{undisplay} does not repeat if you press @key{RET} after using it.
5209(Otherwise you would just get the error @samp{No display number @dots{}}.)
5210
5211@kindex disable display
5212@item disable display @var{dnums}@dots{}
5213Disable the display of item numbers @var{dnums}. A disabled display
5214item is not printed automatically, but is not forgotten. It may be
5215enabled again later.
5216
5217@kindex enable display
5218@item enable display @var{dnums}@dots{}
5219Enable display of item numbers @var{dnums}. It becomes effective once
5220again in auto display of its expression, until you specify otherwise.
5221
5222@item display
5223Display the current values of the expressions on the list, just as is
5224done when your program stops.
5225
5226@kindex info display
5227@item info display
5228Print the list of expressions previously set up to display
5229automatically, each one with its item number, but without showing the
5230values. This includes disabled expressions, which are marked as such.
5231It also includes expressions which would not be displayed right now
5232because they refer to automatic variables not currently available.
5233@end table
5234
5235If a display expression refers to local variables, then it does not make
5236sense outside the lexical context for which it was set up. Such an
5237expression is disabled when execution enters a context where one of its
5238variables is not defined. For example, if you give the command
5239@code{display last_char} while inside a function with an argument
5240@code{last_char}, @value{GDBN} displays this argument while your program
5241continues to stop inside that function. When it stops elsewhere---where
5242there is no variable @code{last_char}---the display is disabled
5243automatically. The next time your program stops where @code{last_char}
5244is meaningful, you can enable the display expression once again.
5245
6d2ebf8b 5246@node Print Settings
c906108c
SS
5247@section Print settings
5248
5249@cindex format options
5250@cindex print settings
5251@value{GDBN} provides the following ways to control how arrays, structures,
5252and symbols are printed.
5253
5254@noindent
5255These settings are useful for debugging programs in any language:
5256
5257@table @code
5258@kindex set print address
5259@item set print address
5260@itemx set print address on
5261@value{GDBN} prints memory addresses showing the location of stack
5262traces, structure values, pointer values, breakpoints, and so forth,
5263even when it also displays the contents of those addresses. The default
5264is @code{on}. For example, this is what a stack frame display looks like with
5265@code{set print address on}:
5266
5267@smallexample
5268@group
5269(@value{GDBP}) f
5270#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5271 at input.c:530
5272530 if (lquote != def_lquote)
5273@end group
5274@end smallexample
5275
5276@item set print address off
5277Do not print addresses when displaying their contents. For example,
5278this is the same stack frame displayed with @code{set print address off}:
5279
5280@smallexample
5281@group
5282(@value{GDBP}) set print addr off
5283(@value{GDBP}) f
5284#0 set_quotes (lq="<<", rq=">>") at input.c:530
5285530 if (lquote != def_lquote)
5286@end group
5287@end smallexample
5288
5289You can use @samp{set print address off} to eliminate all machine
5290dependent displays from the @value{GDBN} interface. For example, with
5291@code{print address off}, you should get the same text for backtraces on
5292all machines---whether or not they involve pointer arguments.
5293
5294@kindex show print address
5295@item show print address
5296Show whether or not addresses are to be printed.
5297@end table
5298
5299When @value{GDBN} prints a symbolic address, it normally prints the
5300closest earlier symbol plus an offset. If that symbol does not uniquely
5301identify the address (for example, it is a name whose scope is a single
5302source file), you may need to clarify. One way to do this is with
5303@code{info line}, for example @samp{info line *0x4537}. Alternately,
5304you can set @value{GDBN} to print the source file and line number when
5305it prints a symbolic address:
5306
5307@table @code
5308@kindex set print symbol-filename
5309@item set print symbol-filename on
5310Tell @value{GDBN} to print the source file name and line number of a
5311symbol in the symbolic form of an address.
5312
5313@item set print symbol-filename off
5314Do not print source file name and line number of a symbol. This is the
5315default.
5316
5317@kindex show print symbol-filename
5318@item show print symbol-filename
5319Show whether or not @value{GDBN} will print the source file name and
5320line number of a symbol in the symbolic form of an address.
5321@end table
5322
5323Another situation where it is helpful to show symbol filenames and line
5324numbers is when disassembling code; @value{GDBN} shows you the line
5325number and source file that corresponds to each instruction.
5326
5327Also, you may wish to see the symbolic form only if the address being
5328printed is reasonably close to the closest earlier symbol:
5329
5330@table @code
5331@kindex set print max-symbolic-offset
5332@item set print max-symbolic-offset @var{max-offset}
5333Tell @value{GDBN} to only display the symbolic form of an address if the
5334offset between the closest earlier symbol and the address is less than
5d161b24 5335@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
5336to always print the symbolic form of an address if any symbol precedes it.
5337
5338@kindex show print max-symbolic-offset
5339@item show print max-symbolic-offset
5340Ask how large the maximum offset is that @value{GDBN} prints in a
5341symbolic address.
5342@end table
5343
5344@cindex wild pointer, interpreting
5345@cindex pointer, finding referent
5346If you have a pointer and you are not sure where it points, try
5347@samp{set print symbol-filename on}. Then you can determine the name
5348and source file location of the variable where it points, using
5349@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5350For example, here @value{GDBN} shows that a variable @code{ptt} points
5351at another variable @code{t}, defined in @file{hi2.c}:
5352
474c8240 5353@smallexample
c906108c
SS
5354(@value{GDBP}) set print symbol-filename on
5355(@value{GDBP}) p/a ptt
5356$4 = 0xe008 <t in hi2.c>
474c8240 5357@end smallexample
c906108c
SS
5358
5359@quotation
5360@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5361does not show the symbol name and filename of the referent, even with
5362the appropriate @code{set print} options turned on.
5363@end quotation
5364
5365Other settings control how different kinds of objects are printed:
5366
5367@table @code
5368@kindex set print array
5369@item set print array
5370@itemx set print array on
5371Pretty print arrays. This format is more convenient to read,
5372but uses more space. The default is off.
5373
5374@item set print array off
5375Return to compressed format for arrays.
5376
5377@kindex show print array
5378@item show print array
5379Show whether compressed or pretty format is selected for displaying
5380arrays.
5381
5382@kindex set print elements
5383@item set print elements @var{number-of-elements}
5384Set a limit on how many elements of an array @value{GDBN} will print.
5385If @value{GDBN} is printing a large array, it stops printing after it has
5386printed the number of elements set by the @code{set print elements} command.
5387This limit also applies to the display of strings.
d4f3574e 5388When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
5389Setting @var{number-of-elements} to zero means that the printing is unlimited.
5390
5391@kindex show print elements
5392@item show print elements
5393Display the number of elements of a large array that @value{GDBN} will print.
5394If the number is 0, then the printing is unlimited.
5395
5396@kindex set print null-stop
5397@item set print null-stop
5398Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 5399@sc{null} is encountered. This is useful when large arrays actually
c906108c 5400contain only short strings.
d4f3574e 5401The default is off.
c906108c
SS
5402
5403@kindex set print pretty
5404@item set print pretty on
5d161b24 5405Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
5406per line, like this:
5407
5408@smallexample
5409@group
5410$1 = @{
5411 next = 0x0,
5412 flags = @{
5413 sweet = 1,
5414 sour = 1
5415 @},
5416 meat = 0x54 "Pork"
5417@}
5418@end group
5419@end smallexample
5420
5421@item set print pretty off
5422Cause @value{GDBN} to print structures in a compact format, like this:
5423
5424@smallexample
5425@group
5426$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5427meat = 0x54 "Pork"@}
5428@end group
5429@end smallexample
5430
5431@noindent
5432This is the default format.
5433
5434@kindex show print pretty
5435@item show print pretty
5436Show which format @value{GDBN} is using to print structures.
5437
5438@kindex set print sevenbit-strings
5439@item set print sevenbit-strings on
5440Print using only seven-bit characters; if this option is set,
5441@value{GDBN} displays any eight-bit characters (in strings or
5442character values) using the notation @code{\}@var{nnn}. This setting is
5443best if you are working in English (@sc{ascii}) and you use the
5444high-order bit of characters as a marker or ``meta'' bit.
5445
5446@item set print sevenbit-strings off
5447Print full eight-bit characters. This allows the use of more
5448international character sets, and is the default.
5449
5450@kindex show print sevenbit-strings
5451@item show print sevenbit-strings
5452Show whether or not @value{GDBN} is printing only seven-bit characters.
5453
5454@kindex set print union
5455@item set print union on
5d161b24 5456Tell @value{GDBN} to print unions which are contained in structures. This
c906108c
SS
5457is the default setting.
5458
5459@item set print union off
5460Tell @value{GDBN} not to print unions which are contained in structures.
5461
5462@kindex show print union
5463@item show print union
5464Ask @value{GDBN} whether or not it will print unions which are contained in
5465structures.
5466
5467For example, given the declarations
5468
5469@smallexample
5470typedef enum @{Tree, Bug@} Species;
5471typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 5472typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
5473 Bug_forms;
5474
5475struct thing @{
5476 Species it;
5477 union @{
5478 Tree_forms tree;
5479 Bug_forms bug;
5480 @} form;
5481@};
5482
5483struct thing foo = @{Tree, @{Acorn@}@};
5484@end smallexample
5485
5486@noindent
5487with @code{set print union on} in effect @samp{p foo} would print
5488
5489@smallexample
5490$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5491@end smallexample
5492
5493@noindent
5494and with @code{set print union off} in effect it would print
5495
5496@smallexample
5497$1 = @{it = Tree, form = @{...@}@}
5498@end smallexample
5499@end table
5500
c906108c
SS
5501@need 1000
5502@noindent
b37052ae 5503These settings are of interest when debugging C@t{++} programs:
c906108c
SS
5504
5505@table @code
5506@cindex demangling
5507@kindex set print demangle
5508@item set print demangle
5509@itemx set print demangle on
b37052ae 5510Print C@t{++} names in their source form rather than in the encoded
c906108c 5511(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 5512linkage. The default is on.
c906108c
SS
5513
5514@kindex show print demangle
5515@item show print demangle
b37052ae 5516Show whether C@t{++} names are printed in mangled or demangled form.
c906108c
SS
5517
5518@kindex set print asm-demangle
5519@item set print asm-demangle
5520@itemx set print asm-demangle on
b37052ae 5521Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
5522in assembler code printouts such as instruction disassemblies.
5523The default is off.
5524
5525@kindex show print asm-demangle
5526@item show print asm-demangle
b37052ae 5527Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
5528or demangled form.
5529
5530@kindex set demangle-style
b37052ae
EZ
5531@cindex C@t{++} symbol decoding style
5532@cindex symbol decoding style, C@t{++}
c906108c
SS
5533@item set demangle-style @var{style}
5534Choose among several encoding schemes used by different compilers to
b37052ae 5535represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
5536
5537@table @code
5538@item auto
5539Allow @value{GDBN} to choose a decoding style by inspecting your program.
5540
5541@item gnu
b37052ae 5542Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c 5543This is the default.
c906108c
SS
5544
5545@item hp
b37052ae 5546Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
5547
5548@item lucid
b37052ae 5549Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
5550
5551@item arm
b37052ae 5552Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
5553@strong{Warning:} this setting alone is not sufficient to allow
5554debugging @code{cfront}-generated executables. @value{GDBN} would
5555require further enhancement to permit that.
5556
5557@end table
5558If you omit @var{style}, you will see a list of possible formats.
5559
5560@kindex show demangle-style
5561@item show demangle-style
b37052ae 5562Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c
SS
5563
5564@kindex set print object
5565@item set print object
5566@itemx set print object on
5567When displaying a pointer to an object, identify the @emph{actual}
5568(derived) type of the object rather than the @emph{declared} type, using
5569the virtual function table.
5570
5571@item set print object off
5572Display only the declared type of objects, without reference to the
5573virtual function table. This is the default setting.
5574
5575@kindex show print object
5576@item show print object
5577Show whether actual, or declared, object types are displayed.
5578
5579@kindex set print static-members
5580@item set print static-members
5581@itemx set print static-members on
b37052ae 5582Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
5583
5584@item set print static-members off
b37052ae 5585Do not print static members when displaying a C@t{++} object.
c906108c
SS
5586
5587@kindex show print static-members
5588@item show print static-members
b37052ae 5589Show whether C@t{++} static members are printed, or not.
c906108c
SS
5590
5591@c These don't work with HP ANSI C++ yet.
5592@kindex set print vtbl
5593@item set print vtbl
5594@itemx set print vtbl on
b37052ae 5595Pretty print C@t{++} virtual function tables. The default is off.
c906108c 5596(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 5597ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
5598
5599@item set print vtbl off
b37052ae 5600Do not pretty print C@t{++} virtual function tables.
c906108c
SS
5601
5602@kindex show print vtbl
5603@item show print vtbl
b37052ae 5604Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 5605@end table
c906108c 5606
6d2ebf8b 5607@node Value History
c906108c
SS
5608@section Value history
5609
5610@cindex value history
5d161b24
DB
5611Values printed by the @code{print} command are saved in the @value{GDBN}
5612@dfn{value history}. This allows you to refer to them in other expressions.
5613Values are kept until the symbol table is re-read or discarded
5614(for example with the @code{file} or @code{symbol-file} commands).
5615When the symbol table changes, the value history is discarded,
5616since the values may contain pointers back to the types defined in the
c906108c
SS
5617symbol table.
5618
5619@cindex @code{$}
5620@cindex @code{$$}
5621@cindex history number
5622The values printed are given @dfn{history numbers} by which you can
5623refer to them. These are successive integers starting with one.
5624@code{print} shows you the history number assigned to a value by
5625printing @samp{$@var{num} = } before the value; here @var{num} is the
5626history number.
5627
5628To refer to any previous value, use @samp{$} followed by the value's
5629history number. The way @code{print} labels its output is designed to
5630remind you of this. Just @code{$} refers to the most recent value in
5631the history, and @code{$$} refers to the value before that.
5632@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5633is the value just prior to @code{$$}, @code{$$1} is equivalent to
5634@code{$$}, and @code{$$0} is equivalent to @code{$}.
5635
5636For example, suppose you have just printed a pointer to a structure and
5637want to see the contents of the structure. It suffices to type
5638
474c8240 5639@smallexample
c906108c 5640p *$
474c8240 5641@end smallexample
c906108c
SS
5642
5643If you have a chain of structures where the component @code{next} points
5644to the next one, you can print the contents of the next one with this:
5645
474c8240 5646@smallexample
c906108c 5647p *$.next
474c8240 5648@end smallexample
c906108c
SS
5649
5650@noindent
5651You can print successive links in the chain by repeating this
5652command---which you can do by just typing @key{RET}.
5653
5654Note that the history records values, not expressions. If the value of
5655@code{x} is 4 and you type these commands:
5656
474c8240 5657@smallexample
c906108c
SS
5658print x
5659set x=5
474c8240 5660@end smallexample
c906108c
SS
5661
5662@noindent
5663then the value recorded in the value history by the @code{print} command
5664remains 4 even though the value of @code{x} has changed.
5665
5666@table @code
5667@kindex show values
5668@item show values
5669Print the last ten values in the value history, with their item numbers.
5670This is like @samp{p@ $$9} repeated ten times, except that @code{show
5671values} does not change the history.
5672
5673@item show values @var{n}
5674Print ten history values centered on history item number @var{n}.
5675
5676@item show values +
5677Print ten history values just after the values last printed. If no more
5678values are available, @code{show values +} produces no display.
5679@end table
5680
5681Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5682same effect as @samp{show values +}.
5683
6d2ebf8b 5684@node Convenience Vars
c906108c
SS
5685@section Convenience variables
5686
5687@cindex convenience variables
5688@value{GDBN} provides @dfn{convenience variables} that you can use within
5689@value{GDBN} to hold on to a value and refer to it later. These variables
5690exist entirely within @value{GDBN}; they are not part of your program, and
5691setting a convenience variable has no direct effect on further execution
5692of your program. That is why you can use them freely.
5693
5694Convenience variables are prefixed with @samp{$}. Any name preceded by
5695@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 5696the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c
SS
5697(Value history references, in contrast, are @emph{numbers} preceded
5698by @samp{$}. @xref{Value History, ,Value history}.)
5699
5700You can save a value in a convenience variable with an assignment
5701expression, just as you would set a variable in your program.
5702For example:
5703
474c8240 5704@smallexample
c906108c 5705set $foo = *object_ptr
474c8240 5706@end smallexample
c906108c
SS
5707
5708@noindent
5709would save in @code{$foo} the value contained in the object pointed to by
5710@code{object_ptr}.
5711
5712Using a convenience variable for the first time creates it, but its
5713value is @code{void} until you assign a new value. You can alter the
5714value with another assignment at any time.
5715
5716Convenience variables have no fixed types. You can assign a convenience
5717variable any type of value, including structures and arrays, even if
5718that variable already has a value of a different type. The convenience
5719variable, when used as an expression, has the type of its current value.
5720
5721@table @code
5722@kindex show convenience
5723@item show convenience
5724Print a list of convenience variables used so far, and their values.
d4f3574e 5725Abbreviated @code{show conv}.
c906108c
SS
5726@end table
5727
5728One of the ways to use a convenience variable is as a counter to be
5729incremented or a pointer to be advanced. For example, to print
5730a field from successive elements of an array of structures:
5731
474c8240 5732@smallexample
c906108c
SS
5733set $i = 0
5734print bar[$i++]->contents
474c8240 5735@end smallexample
c906108c 5736
d4f3574e
SS
5737@noindent
5738Repeat that command by typing @key{RET}.
c906108c
SS
5739
5740Some convenience variables are created automatically by @value{GDBN} and given
5741values likely to be useful.
5742
5743@table @code
41afff9a 5744@vindex $_@r{, convenience variable}
c906108c
SS
5745@item $_
5746The variable @code{$_} is automatically set by the @code{x} command to
5747the last address examined (@pxref{Memory, ,Examining memory}). Other
5748commands which provide a default address for @code{x} to examine also
5749set @code{$_} to that address; these commands include @code{info line}
5750and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5751except when set by the @code{x} command, in which case it is a pointer
5752to the type of @code{$__}.
5753
41afff9a 5754@vindex $__@r{, convenience variable}
c906108c
SS
5755@item $__
5756The variable @code{$__} is automatically set by the @code{x} command
5757to the value found in the last address examined. Its type is chosen
5758to match the format in which the data was printed.
5759
5760@item $_exitcode
41afff9a 5761@vindex $_exitcode@r{, convenience variable}
c906108c
SS
5762The variable @code{$_exitcode} is automatically set to the exit code when
5763the program being debugged terminates.
5764@end table
5765
53a5351d
JM
5766On HP-UX systems, if you refer to a function or variable name that
5767begins with a dollar sign, @value{GDBN} searches for a user or system
5768name first, before it searches for a convenience variable.
c906108c 5769
6d2ebf8b 5770@node Registers
c906108c
SS
5771@section Registers
5772
5773@cindex registers
5774You can refer to machine register contents, in expressions, as variables
5775with names starting with @samp{$}. The names of registers are different
5776for each machine; use @code{info registers} to see the names used on
5777your machine.
5778
5779@table @code
5780@kindex info registers
5781@item info registers
5782Print the names and values of all registers except floating-point
c85508ee 5783and vector registers (in the selected stack frame).
c906108c
SS
5784
5785@kindex info all-registers
5786@cindex floating point registers
5787@item info all-registers
5788Print the names and values of all registers, including floating-point
c85508ee 5789and vector registers (in the selected stack frame).
c906108c
SS
5790
5791@item info registers @var{regname} @dots{}
5792Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
5793As discussed in detail below, register values are normally relative to
5794the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
5795the machine you are using, with or without the initial @samp{$}.
5796@end table
5797
5798@value{GDBN} has four ``standard'' register names that are available (in
5799expressions) on most machines---whenever they do not conflict with an
5800architecture's canonical mnemonics for registers. The register names
5801@code{$pc} and @code{$sp} are used for the program counter register and
5802the stack pointer. @code{$fp} is used for a register that contains a
5803pointer to the current stack frame, and @code{$ps} is used for a
5804register that contains the processor status. For example,
5805you could print the program counter in hex with
5806
474c8240 5807@smallexample
c906108c 5808p/x $pc
474c8240 5809@end smallexample
c906108c
SS
5810
5811@noindent
5812or print the instruction to be executed next with
5813
474c8240 5814@smallexample
c906108c 5815x/i $pc
474c8240 5816@end smallexample
c906108c
SS
5817
5818@noindent
5819or add four to the stack pointer@footnote{This is a way of removing
5820one word from the stack, on machines where stacks grow downward in
5821memory (most machines, nowadays). This assumes that the innermost
5822stack frame is selected; setting @code{$sp} is not allowed when other
5823stack frames are selected. To pop entire frames off the stack,
5824regardless of machine architecture, use @code{return};
d4f3574e 5825see @ref{Returning, ,Returning from a function}.} with
c906108c 5826
474c8240 5827@smallexample
c906108c 5828set $sp += 4
474c8240 5829@end smallexample
c906108c
SS
5830
5831Whenever possible, these four standard register names are available on
5832your machine even though the machine has different canonical mnemonics,
5833so long as there is no conflict. The @code{info registers} command
5834shows the canonical names. For example, on the SPARC, @code{info
5835registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
5836can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
5837is an alias for the @sc{eflags} register.
c906108c
SS
5838
5839@value{GDBN} always considers the contents of an ordinary register as an
5840integer when the register is examined in this way. Some machines have
5841special registers which can hold nothing but floating point; these
5842registers are considered to have floating point values. There is no way
5843to refer to the contents of an ordinary register as floating point value
5844(although you can @emph{print} it as a floating point value with
5845@samp{print/f $@var{regname}}).
5846
5847Some registers have distinct ``raw'' and ``virtual'' data formats. This
5848means that the data format in which the register contents are saved by
5849the operating system is not the same one that your program normally
5850sees. For example, the registers of the 68881 floating point
5851coprocessor are always saved in ``extended'' (raw) format, but all C
5852programs expect to work with ``double'' (virtual) format. In such
5d161b24 5853cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
5854that makes sense for your program), but the @code{info registers} command
5855prints the data in both formats.
5856
5857Normally, register values are relative to the selected stack frame
5858(@pxref{Selection, ,Selecting a frame}). This means that you get the
5859value that the register would contain if all stack frames farther in
5860were exited and their saved registers restored. In order to see the
5861true contents of hardware registers, you must select the innermost
5862frame (with @samp{frame 0}).
5863
5864However, @value{GDBN} must deduce where registers are saved, from the machine
5865code generated by your compiler. If some registers are not saved, or if
5866@value{GDBN} is unable to locate the saved registers, the selected stack
5867frame makes no difference.
5868
6d2ebf8b 5869@node Floating Point Hardware
c906108c
SS
5870@section Floating point hardware
5871@cindex floating point
5872
5873Depending on the configuration, @value{GDBN} may be able to give
5874you more information about the status of the floating point hardware.
5875
5876@table @code
5877@kindex info float
5878@item info float
5879Display hardware-dependent information about the floating
5880point unit. The exact contents and layout vary depending on the
5881floating point chip. Currently, @samp{info float} is supported on
5882the ARM and x86 machines.
5883@end table
c906108c 5884
e76f1f2e
AC
5885@node Vector Unit
5886@section Vector Unit
5887@cindex vector unit
5888
5889Depending on the configuration, @value{GDBN} may be able to give you
5890more information about the status of the vector unit.
5891
5892@table @code
5893@kindex info vector
5894@item info vector
5895Display information about the vector unit. The exact contents and
5896layout vary depending on the hardware.
5897@end table
5898
29e57380 5899@node Memory Region Attributes
16d9dec6 5900@section Memory region attributes
29e57380
C
5901@cindex memory region attributes
5902
5903@dfn{Memory region attributes} allow you to describe special handling
5904required by regions of your target's memory. @value{GDBN} uses attributes
5905to determine whether to allow certain types of memory accesses; whether to
5906use specific width accesses; and whether to cache target memory.
5907
5908Defined memory regions can be individually enabled and disabled. When a
5909memory region is disabled, @value{GDBN} uses the default attributes when
5910accessing memory in that region. Similarly, if no memory regions have
5911been defined, @value{GDBN} uses the default attributes when accessing
5912all memory.
5913
5914When a memory region is defined, it is given a number to identify it;
5915to enable, disable, or remove a memory region, you specify that number.
5916
5917@table @code
5918@kindex mem
bfac230e
DH
5919@item mem @var{lower} @var{upper} @var{attributes}@dots{}
5920Define memory region bounded by @var{lower} and @var{upper} with
5921attributes @var{attributes}@dots{}. Note that @var{upper} == 0 is a
5922special case: it is treated as the the target's maximum memory address.
5923(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380
C
5924
5925@kindex delete mem
5926@item delete mem @var{nums}@dots{}
59649f2e 5927Remove memory regions @var{nums}@dots{}.
29e57380
C
5928
5929@kindex disable mem
5930@item disable mem @var{nums}@dots{}
59649f2e 5931Disable memory regions @var{nums}@dots{}.
29e57380
C
5932A disabled memory region is not forgotten.
5933It may be enabled again later.
5934
5935@kindex enable mem
5936@item enable mem @var{nums}@dots{}
59649f2e 5937Enable memory regions @var{nums}@dots{}.
29e57380
C
5938
5939@kindex info mem
5940@item info mem
5941Print a table of all defined memory regions, with the following columns
5942for each region.
5943
5944@table @emph
5945@item Memory Region Number
5946@item Enabled or Disabled.
5947Enabled memory regions are marked with @samp{y}.
5948Disabled memory regions are marked with @samp{n}.
5949
5950@item Lo Address
5951The address defining the inclusive lower bound of the memory region.
5952
5953@item Hi Address
5954The address defining the exclusive upper bound of the memory region.
5955
5956@item Attributes
5957The list of attributes set for this memory region.
5958@end table
5959@end table
5960
5961
5962@subsection Attributes
5963
5964@subsubsection Memory Access Mode
5965The access mode attributes set whether @value{GDBN} may make read or
5966write accesses to a memory region.
5967
5968While these attributes prevent @value{GDBN} from performing invalid
5969memory accesses, they do nothing to prevent the target system, I/O DMA,
5970etc. from accessing memory.
5971
5972@table @code
5973@item ro
5974Memory is read only.
5975@item wo
5976Memory is write only.
5977@item rw
6ca652b0 5978Memory is read/write. This is the default.
29e57380
C
5979@end table
5980
5981@subsubsection Memory Access Size
5982The acccess size attributes tells @value{GDBN} to use specific sized
5983accesses in the memory region. Often memory mapped device registers
5984require specific sized accesses. If no access size attribute is
5985specified, @value{GDBN} may use accesses of any size.
5986
5987@table @code
5988@item 8
5989Use 8 bit memory accesses.
5990@item 16
5991Use 16 bit memory accesses.
5992@item 32
5993Use 32 bit memory accesses.
5994@item 64
5995Use 64 bit memory accesses.
5996@end table
5997
5998@c @subsubsection Hardware/Software Breakpoints
5999@c The hardware/software breakpoint attributes set whether @value{GDBN}
6000@c will use hardware or software breakpoints for the internal breakpoints
6001@c used by the step, next, finish, until, etc. commands.
6002@c
6003@c @table @code
6004@c @item hwbreak
6005@c Always use hardware breakpoints
6006@c @item swbreak (default)
6007@c @end table
6008
6009@subsubsection Data Cache
6010The data cache attributes set whether @value{GDBN} will cache target
6011memory. While this generally improves performance by reducing debug
6012protocol overhead, it can lead to incorrect results because @value{GDBN}
6013does not know about volatile variables or memory mapped device
6014registers.
6015
6016@table @code
6017@item cache
6018Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
6019@item nocache
6020Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
6021@end table
6022
6023@c @subsubsection Memory Write Verification
6024@c The memory write verification attributes set whether @value{GDBN}
6025@c will re-reads data after each write to verify the write was successful.
6026@c
6027@c @table @code
6028@c @item verify
6029@c @item noverify (default)
6030@c @end table
6031
16d9dec6
MS
6032@node Dump/Restore Files
6033@section Copy between memory and a file
6034@cindex dump/restore files
6035@cindex append data to a file
6036@cindex dump data to a file
6037@cindex restore data from a file
16d9dec6 6038
df5215a6
JB
6039You can use the commands @code{dump}, @code{append}, and
6040@code{restore} to copy data between target memory and a file. The
6041@code{dump} and @code{append} commands write data to a file, and the
6042@code{restore} command reads data from a file back into the inferior's
6043memory. Files may be in binary, Motorola S-record, Intel hex, or
6044Tektronix Hex format; however, @value{GDBN} can only append to binary
6045files.
6046
6047@table @code
6048
6049@kindex dump
6050@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6051@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6052Dump the contents of memory from @var{start_addr} to @var{end_addr},
6053or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 6054
df5215a6 6055The @var{format} parameter may be any one of:
16d9dec6 6056@table @code
df5215a6
JB
6057@item binary
6058Raw binary form.
6059@item ihex
6060Intel hex format.
6061@item srec
6062Motorola S-record format.
6063@item tekhex
6064Tektronix Hex format.
6065@end table
6066
6067@value{GDBN} uses the same definitions of these formats as the
6068@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
6069@var{format} is omitted, @value{GDBN} dumps the data in raw binary
6070form.
6071
6072@kindex append
6073@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6074@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6075Append the contents of memory from @var{start_addr} to @var{end_addr},
6076or the value of @var{expr}, to @var{filename}, in raw binary form.
6077(@value{GDBN} can only append data to files in raw binary form.)
6078
6079@kindex restore
6080@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6081Restore the contents of file @var{filename} into memory. The
6082@code{restore} command can automatically recognize any known @sc{bfd}
6083file format, except for raw binary. To restore a raw binary file you
6084must specify the optional keyword @code{binary} after the filename.
16d9dec6
MS
6085
6086If @var{bias} is non-zero, its value will be added to the addresses
6087contained in the file. Binary files always start at address zero, so
6088they will be restored at address @var{bias}. Other bfd files have
6089a built-in location; they will be restored at offset @var{bias}
6090from that location.
6091
6092If @var{start} and/or @var{end} are non-zero, then only data between
6093file offset @var{start} and file offset @var{end} will be restored.
6094These offsets are relative to the addresses in the file, before
6095the @var{bias} argument is applied.
6096
6097@end table
6098
a0eb71c5
KB
6099@node Character Sets
6100@section Character Sets
6101@cindex character sets
6102@cindex charset
6103@cindex translating between character sets
6104@cindex host character set
6105@cindex target character set
6106
6107If the program you are debugging uses a different character set to
6108represent characters and strings than the one @value{GDBN} uses itself,
6109@value{GDBN} can automatically translate between the character sets for
6110you. The character set @value{GDBN} uses we call the @dfn{host
6111character set}; the one the inferior program uses we call the
6112@dfn{target character set}.
6113
6114For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6115uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6116remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6117running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6118then the host character set is Latin-1, and the target character set is
6119@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 6120target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
6121@sc{ebcdic} and Latin 1 as you print character or string values, or use
6122character and string literals in expressions.
6123
6124@value{GDBN} has no way to automatically recognize which character set
6125the inferior program uses; you must tell it, using the @code{set
6126target-charset} command, described below.
6127
6128Here are the commands for controlling @value{GDBN}'s character set
6129support:
6130
6131@table @code
6132@item set target-charset @var{charset}
6133@kindex set target-charset
6134Set the current target character set to @var{charset}. We list the
e33d66ec
EZ
6135character set names @value{GDBN} recognizes below, but if you type
6136@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6137list the target character sets it supports.
a0eb71c5
KB
6138@end table
6139
6140@table @code
6141@item set host-charset @var{charset}
6142@kindex set host-charset
6143Set the current host character set to @var{charset}.
6144
6145By default, @value{GDBN} uses a host character set appropriate to the
6146system it is running on; you can override that default using the
6147@code{set host-charset} command.
6148
6149@value{GDBN} can only use certain character sets as its host character
6150set. We list the character set names @value{GDBN} recognizes below, and
e33d66ec
EZ
6151indicate which can be host character sets, but if you type
6152@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6153list the host character sets it supports.
a0eb71c5
KB
6154
6155@item set charset @var{charset}
6156@kindex set charset
e33d66ec
EZ
6157Set the current host and target character sets to @var{charset}. As
6158above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6159@value{GDBN} will list the name of the character sets that can be used
6160for both host and target.
6161
a0eb71c5
KB
6162
6163@item show charset
a0eb71c5 6164@kindex show charset
e33d66ec
EZ
6165Show the names of the current host and target charsets.
6166
6167@itemx show host-charset
a0eb71c5 6168@kindex show host-charset
e33d66ec
EZ
6169Show the name of the current host charset.
6170
6171@itemx show target-charset
a0eb71c5 6172@kindex show target-charset
e33d66ec 6173Show the name of the current target charset.
a0eb71c5
KB
6174
6175@end table
6176
6177@value{GDBN} currently includes support for the following character
6178sets:
6179
6180@table @code
6181
6182@item ASCII
6183@cindex ASCII character set
6184Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6185character set.
6186
6187@item ISO-8859-1
6188@cindex ISO 8859-1 character set
6189@cindex ISO Latin 1 character set
e33d66ec 6190The ISO Latin 1 character set. This extends @sc{ascii} with accented
a0eb71c5
KB
6191characters needed for French, German, and Spanish. @value{GDBN} can use
6192this as its host character set.
6193
6194@item EBCDIC-US
6195@itemx IBM1047
6196@cindex EBCDIC character set
6197@cindex IBM1047 character set
6198Variants of the @sc{ebcdic} character set, used on some of IBM's
6199mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6200@value{GDBN} cannot use these as its host character set.
6201
6202@end table
6203
6204Note that these are all single-byte character sets. More work inside
6205GDB is needed to support multi-byte or variable-width character
6206encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6207
6208Here is an example of @value{GDBN}'s character set support in action.
6209Assume that the following source code has been placed in the file
6210@file{charset-test.c}:
6211
6212@smallexample
6213#include <stdio.h>
6214
6215char ascii_hello[]
6216 = @{72, 101, 108, 108, 111, 44, 32, 119,
6217 111, 114, 108, 100, 33, 10, 0@};
6218char ibm1047_hello[]
6219 = @{200, 133, 147, 147, 150, 107, 64, 166,
6220 150, 153, 147, 132, 90, 37, 0@};
6221
6222main ()
6223@{
6224 printf ("Hello, world!\n");
6225@}
10998722 6226@end smallexample
a0eb71c5
KB
6227
6228In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6229containing the string @samp{Hello, world!} followed by a newline,
6230encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6231
6232We compile the program, and invoke the debugger on it:
6233
6234@smallexample
6235$ gcc -g charset-test.c -o charset-test
6236$ gdb -nw charset-test
6237GNU gdb 2001-12-19-cvs
6238Copyright 2001 Free Software Foundation, Inc.
6239@dots{}
6240(gdb)
10998722 6241@end smallexample
a0eb71c5
KB
6242
6243We can use the @code{show charset} command to see what character sets
6244@value{GDBN} is currently using to interpret and display characters and
6245strings:
6246
6247@smallexample
6248(gdb) show charset
e33d66ec 6249The current host and target character set is `ISO-8859-1'.
a0eb71c5 6250(gdb)
10998722 6251@end smallexample
a0eb71c5
KB
6252
6253For the sake of printing this manual, let's use @sc{ascii} as our
6254initial character set:
6255@smallexample
e33d66ec 6256(gdb) set charset ASCII
a0eb71c5 6257(gdb) show charset
e33d66ec 6258The current host and target character set is `ASCII'.
a0eb71c5 6259(gdb)
10998722 6260@end smallexample
a0eb71c5
KB
6261
6262Let's assume that @sc{ascii} is indeed the correct character set for our
6263host system --- in other words, let's assume that if @value{GDBN} prints
6264characters using the @sc{ascii} character set, our terminal will display
6265them properly. Since our current target character set is also
6266@sc{ascii}, the contents of @code{ascii_hello} print legibly:
6267
6268@smallexample
6269(gdb) print ascii_hello
6270$1 = 0x401698 "Hello, world!\n"
6271(gdb) print ascii_hello[0]
6272$2 = 72 'H'
6273(gdb)
10998722 6274@end smallexample
a0eb71c5
KB
6275
6276@value{GDBN} uses the target character set for character and string
6277literals you use in expressions:
6278
6279@smallexample
6280(gdb) print '+'
6281$3 = 43 '+'
6282(gdb)
10998722 6283@end smallexample
a0eb71c5
KB
6284
6285The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6286character.
6287
6288@value{GDBN} relies on the user to tell it which character set the
6289target program uses. If we print @code{ibm1047_hello} while our target
6290character set is still @sc{ascii}, we get jibberish:
6291
6292@smallexample
6293(gdb) print ibm1047_hello
6294$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6295(gdb) print ibm1047_hello[0]
6296$5 = 200 '\310'
6297(gdb)
10998722 6298@end smallexample
a0eb71c5 6299
e33d66ec 6300If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
6301@value{GDBN} tells us the character sets it supports:
6302
6303@smallexample
6304(gdb) set target-charset
e33d66ec
EZ
6305ASCII EBCDIC-US IBM1047 ISO-8859-1
6306(gdb) set target-charset
10998722 6307@end smallexample
a0eb71c5
KB
6308
6309We can select @sc{ibm1047} as our target character set, and examine the
6310program's strings again. Now the @sc{ascii} string is wrong, but
6311@value{GDBN} translates the contents of @code{ibm1047_hello} from the
6312target character set, @sc{ibm1047}, to the host character set,
6313@sc{ascii}, and they display correctly:
6314
6315@smallexample
e33d66ec 6316(gdb) set target-charset IBM1047
a0eb71c5 6317(gdb) show charset
e33d66ec
EZ
6318The current host character set is `ASCII'.
6319The current target character set is `IBM1047'.
a0eb71c5
KB
6320(gdb) print ascii_hello
6321$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6322(gdb) print ascii_hello[0]
6323$7 = 72 '\110'
6324(gdb) print ibm1047_hello
6325$8 = 0x4016a8 "Hello, world!\n"
6326(gdb) print ibm1047_hello[0]
6327$9 = 200 'H'
6328(gdb)
10998722 6329@end smallexample
a0eb71c5
KB
6330
6331As above, @value{GDBN} uses the target character set for character and
6332string literals you use in expressions:
6333
6334@smallexample
6335(gdb) print '+'
6336$10 = 78 '+'
6337(gdb)
10998722 6338@end smallexample
a0eb71c5 6339
e33d66ec 6340The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
6341character.
6342
6343
e2e0bcd1
JB
6344@node Macros
6345@chapter C Preprocessor Macros
6346
6347Some languages, such as C and C++, provide a way to define and invoke
6348``preprocessor macros'' which expand into strings of tokens.
6349@value{GDBN} can evaluate expressions containing macro invocations, show
6350the result of macro expansion, and show a macro's definition, including
6351where it was defined.
6352
6353You may need to compile your program specially to provide @value{GDBN}
6354with information about preprocessor macros. Most compilers do not
6355include macros in their debugging information, even when you compile
6356with the @option{-g} flag. @xref{Compilation}.
6357
6358A program may define a macro at one point, remove that definition later,
6359and then provide a different definition after that. Thus, at different
6360points in the program, a macro may have different definitions, or have
6361no definition at all. If there is a current stack frame, @value{GDBN}
6362uses the macros in scope at that frame's source code line. Otherwise,
6363@value{GDBN} uses the macros in scope at the current listing location;
6364see @ref{List}.
6365
6366At the moment, @value{GDBN} does not support the @code{##}
6367token-splicing operator, the @code{#} stringification operator, or
6368variable-arity macros.
6369
6370Whenever @value{GDBN} evaluates an expression, it always expands any
6371macro invocations present in the expression. @value{GDBN} also provides
6372the following commands for working with macros explicitly.
6373
6374@table @code
6375
6376@kindex macro expand
6377@cindex macro expansion, showing the results of preprocessor
6378@cindex preprocessor macro expansion, showing the results of
6379@cindex expanding preprocessor macros
6380@item macro expand @var{expression}
6381@itemx macro exp @var{expression}
6382Show the results of expanding all preprocessor macro invocations in
6383@var{expression}. Since @value{GDBN} simply expands macros, but does
6384not parse the result, @var{expression} need not be a valid expression;
6385it can be any string of tokens.
6386
6387@kindex macro expand-once
6388@item macro expand-once @var{expression}
6389@itemx macro exp1 @var{expression}
6390@i{(This command is not yet implemented.)} Show the results of
6391expanding those preprocessor macro invocations that appear explicitly in
6392@var{expression}. Macro invocations appearing in that expansion are
6393left unchanged. This command allows you to see the effect of a
6394particular macro more clearly, without being confused by further
6395expansions. Since @value{GDBN} simply expands macros, but does not
6396parse the result, @var{expression} need not be a valid expression; it
6397can be any string of tokens.
6398
475b0867 6399@kindex info macro
e2e0bcd1
JB
6400@cindex macro definition, showing
6401@cindex definition, showing a macro's
475b0867 6402@item info macro @var{macro}
e2e0bcd1
JB
6403Show the definition of the macro named @var{macro}, and describe the
6404source location where that definition was established.
6405
6406@kindex macro define
6407@cindex user-defined macros
6408@cindex defining macros interactively
6409@cindex macros, user-defined
6410@item macro define @var{macro} @var{replacement-list}
6411@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6412@i{(This command is not yet implemented.)} Introduce a definition for a
6413preprocessor macro named @var{macro}, invocations of which are replaced
6414by the tokens given in @var{replacement-list}. The first form of this
6415command defines an ``object-like'' macro, which takes no arguments; the
6416second form defines a ``function-like'' macro, which takes the arguments
6417given in @var{arglist}.
6418
6419A definition introduced by this command is in scope in every expression
6420evaluated in @value{GDBN}, until it is removed with the @command{macro
6421undef} command, described below. The definition overrides all
6422definitions for @var{macro} present in the program being debugged, as
6423well as any previous user-supplied definition.
6424
6425@kindex macro undef
6426@item macro undef @var{macro}
6427@i{(This command is not yet implemented.)} Remove any user-supplied
6428definition for the macro named @var{macro}. This command only affects
6429definitions provided with the @command{macro define} command, described
6430above; it cannot remove definitions present in the program being
6431debugged.
6432
6433@end table
6434
6435@cindex macros, example of debugging with
6436Here is a transcript showing the above commands in action. First, we
6437show our source files:
6438
6439@smallexample
6440$ cat sample.c
6441#include <stdio.h>
6442#include "sample.h"
6443
6444#define M 42
6445#define ADD(x) (M + x)
6446
6447main ()
6448@{
6449#define N 28
6450 printf ("Hello, world!\n");
6451#undef N
6452 printf ("We're so creative.\n");
6453#define N 1729
6454 printf ("Goodbye, world!\n");
6455@}
6456$ cat sample.h
6457#define Q <
6458$
6459@end smallexample
6460
6461Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6462We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6463compiler includes information about preprocessor macros in the debugging
6464information.
6465
6466@smallexample
6467$ gcc -gdwarf-2 -g3 sample.c -o sample
6468$
6469@end smallexample
6470
6471Now, we start @value{GDBN} on our sample program:
6472
6473@smallexample
6474$ gdb -nw sample
6475GNU gdb 2002-05-06-cvs
6476Copyright 2002 Free Software Foundation, Inc.
6477GDB is free software, @dots{}
6478(gdb)
6479@end smallexample
6480
6481We can expand macros and examine their definitions, even when the
6482program is not running. @value{GDBN} uses the current listing position
6483to decide which macro definitions are in scope:
6484
6485@smallexample
6486(gdb) list main
64873
64884 #define M 42
64895 #define ADD(x) (M + x)
64906
64917 main ()
64928 @{
64939 #define N 28
649410 printf ("Hello, world!\n");
649511 #undef N
649612 printf ("We're so creative.\n");
475b0867 6497(gdb) info macro ADD
e2e0bcd1
JB
6498Defined at /home/jimb/gdb/macros/play/sample.c:5
6499#define ADD(x) (M + x)
475b0867 6500(gdb) info macro Q
e2e0bcd1
JB
6501Defined at /home/jimb/gdb/macros/play/sample.h:1
6502 included at /home/jimb/gdb/macros/play/sample.c:2
6503#define Q <
6504(gdb) macro expand ADD(1)
6505expands to: (42 + 1)
6506(gdb) macro expand-once ADD(1)
6507expands to: once (M + 1)
6508(gdb)
6509@end smallexample
6510
6511In the example above, note that @command{macro expand-once} expands only
6512the macro invocation explicit in the original text --- the invocation of
6513@code{ADD} --- but does not expand the invocation of the macro @code{M},
6514which was introduced by @code{ADD}.
6515
6516Once the program is running, GDB uses the macro definitions in force at
6517the source line of the current stack frame:
6518
6519@smallexample
6520(gdb) break main
6521Breakpoint 1 at 0x8048370: file sample.c, line 10.
6522(gdb) run
6523Starting program: /home/jimb/gdb/macros/play/sample
6524
6525Breakpoint 1, main () at sample.c:10
652610 printf ("Hello, world!\n");
6527(gdb)
6528@end smallexample
6529
6530At line 10, the definition of the macro @code{N} at line 9 is in force:
6531
6532@smallexample
475b0867 6533(gdb) info macro N
e2e0bcd1
JB
6534Defined at /home/jimb/gdb/macros/play/sample.c:9
6535#define N 28
6536(gdb) macro expand N Q M
6537expands to: 28 < 42
6538(gdb) print N Q M
6539$1 = 1
6540(gdb)
6541@end smallexample
6542
6543As we step over directives that remove @code{N}'s definition, and then
6544give it a new definition, @value{GDBN} finds the definition (or lack
6545thereof) in force at each point:
6546
6547@smallexample
6548(gdb) next
6549Hello, world!
655012 printf ("We're so creative.\n");
475b0867 6551(gdb) info macro N
e2e0bcd1
JB
6552The symbol `N' has no definition as a C/C++ preprocessor macro
6553at /home/jimb/gdb/macros/play/sample.c:12
6554(gdb) next
6555We're so creative.
655614 printf ("Goodbye, world!\n");
475b0867 6557(gdb) info macro N
e2e0bcd1
JB
6558Defined at /home/jimb/gdb/macros/play/sample.c:13
6559#define N 1729
6560(gdb) macro expand N Q M
6561expands to: 1729 < 42
6562(gdb) print N Q M
6563$2 = 0
6564(gdb)
6565@end smallexample
6566
6567
b37052ae
EZ
6568@node Tracepoints
6569@chapter Tracepoints
6570@c This chapter is based on the documentation written by Michael
6571@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6572
6573@cindex tracepoints
6574In some applications, it is not feasible for the debugger to interrupt
6575the program's execution long enough for the developer to learn
6576anything helpful about its behavior. If the program's correctness
6577depends on its real-time behavior, delays introduced by a debugger
6578might cause the program to change its behavior drastically, or perhaps
6579fail, even when the code itself is correct. It is useful to be able
6580to observe the program's behavior without interrupting it.
6581
6582Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6583specify locations in the program, called @dfn{tracepoints}, and
6584arbitrary expressions to evaluate when those tracepoints are reached.
6585Later, using the @code{tfind} command, you can examine the values
6586those expressions had when the program hit the tracepoints. The
6587expressions may also denote objects in memory---structures or arrays,
6588for example---whose values @value{GDBN} should record; while visiting
6589a particular tracepoint, you may inspect those objects as if they were
6590in memory at that moment. However, because @value{GDBN} records these
6591values without interacting with you, it can do so quickly and
6592unobtrusively, hopefully not disturbing the program's behavior.
6593
6594The tracepoint facility is currently available only for remote
2c0069bb
EZ
6595targets. @xref{Targets}. In addition, your remote target must know how
6596to collect trace data. This functionality is implemented in the remote
6597stub; however, none of the stubs distributed with @value{GDBN} support
6598tracepoints as of this writing.
b37052ae
EZ
6599
6600This chapter describes the tracepoint commands and features.
6601
6602@menu
6603* Set Tracepoints::
6604* Analyze Collected Data::
6605* Tracepoint Variables::
6606@end menu
6607
6608@node Set Tracepoints
6609@section Commands to Set Tracepoints
6610
6611Before running such a @dfn{trace experiment}, an arbitrary number of
6612tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
6613tracepoint has a number assigned to it by @value{GDBN}. Like with
6614breakpoints, tracepoint numbers are successive integers starting from
6615one. Many of the commands associated with tracepoints take the
6616tracepoint number as their argument, to identify which tracepoint to
6617work on.
6618
6619For each tracepoint, you can specify, in advance, some arbitrary set
6620of data that you want the target to collect in the trace buffer when
6621it hits that tracepoint. The collected data can include registers,
6622local variables, or global data. Later, you can use @value{GDBN}
6623commands to examine the values these data had at the time the
6624tracepoint was hit.
6625
6626This section describes commands to set tracepoints and associated
6627conditions and actions.
6628
6629@menu
6630* Create and Delete Tracepoints::
6631* Enable and Disable Tracepoints::
6632* Tracepoint Passcounts::
6633* Tracepoint Actions::
6634* Listing Tracepoints::
6635* Starting and Stopping Trace Experiment::
6636@end menu
6637
6638@node Create and Delete Tracepoints
6639@subsection Create and Delete Tracepoints
6640
6641@table @code
6642@cindex set tracepoint
6643@kindex trace
6644@item trace
6645The @code{trace} command is very similar to the @code{break} command.
6646Its argument can be a source line, a function name, or an address in
6647the target program. @xref{Set Breaks}. The @code{trace} command
6648defines a tracepoint, which is a point in the target program where the
6649debugger will briefly stop, collect some data, and then allow the
6650program to continue. Setting a tracepoint or changing its commands
6651doesn't take effect until the next @code{tstart} command; thus, you
6652cannot change the tracepoint attributes once a trace experiment is
6653running.
6654
6655Here are some examples of using the @code{trace} command:
6656
6657@smallexample
6658(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
6659
6660(@value{GDBP}) @b{trace +2} // 2 lines forward
6661
6662(@value{GDBP}) @b{trace my_function} // first source line of function
6663
6664(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
6665
6666(@value{GDBP}) @b{trace *0x2117c4} // an address
6667@end smallexample
6668
6669@noindent
6670You can abbreviate @code{trace} as @code{tr}.
6671
6672@vindex $tpnum
6673@cindex last tracepoint number
6674@cindex recent tracepoint number
6675@cindex tracepoint number
6676The convenience variable @code{$tpnum} records the tracepoint number
6677of the most recently set tracepoint.
6678
6679@kindex delete tracepoint
6680@cindex tracepoint deletion
6681@item delete tracepoint @r{[}@var{num}@r{]}
6682Permanently delete one or more tracepoints. With no argument, the
6683default is to delete all tracepoints.
6684
6685Examples:
6686
6687@smallexample
6688(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
6689
6690(@value{GDBP}) @b{delete trace} // remove all tracepoints
6691@end smallexample
6692
6693@noindent
6694You can abbreviate this command as @code{del tr}.
6695@end table
6696
6697@node Enable and Disable Tracepoints
6698@subsection Enable and Disable Tracepoints
6699
6700@table @code
6701@kindex disable tracepoint
6702@item disable tracepoint @r{[}@var{num}@r{]}
6703Disable tracepoint @var{num}, or all tracepoints if no argument
6704@var{num} is given. A disabled tracepoint will have no effect during
6705the next trace experiment, but it is not forgotten. You can re-enable
6706a disabled tracepoint using the @code{enable tracepoint} command.
6707
6708@kindex enable tracepoint
6709@item enable tracepoint @r{[}@var{num}@r{]}
6710Enable tracepoint @var{num}, or all tracepoints. The enabled
6711tracepoints will become effective the next time a trace experiment is
6712run.
6713@end table
6714
6715@node Tracepoint Passcounts
6716@subsection Tracepoint Passcounts
6717
6718@table @code
6719@kindex passcount
6720@cindex tracepoint pass count
6721@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
6722Set the @dfn{passcount} of a tracepoint. The passcount is a way to
6723automatically stop a trace experiment. If a tracepoint's passcount is
6724@var{n}, then the trace experiment will be automatically stopped on
6725the @var{n}'th time that tracepoint is hit. If the tracepoint number
6726@var{num} is not specified, the @code{passcount} command sets the
6727passcount of the most recently defined tracepoint. If no passcount is
6728given, the trace experiment will run until stopped explicitly by the
6729user.
6730
6731Examples:
6732
6733@smallexample
6826cf00
EZ
6734(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6735@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
6736
6737(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 6738@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
6739(@value{GDBP}) @b{trace foo}
6740(@value{GDBP}) @b{pass 3}
6741(@value{GDBP}) @b{trace bar}
6742(@value{GDBP}) @b{pass 2}
6743(@value{GDBP}) @b{trace baz}
6744(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
6745@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
6746@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
6747@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
6748@end smallexample
6749@end table
6750
6751@node Tracepoint Actions
6752@subsection Tracepoint Action Lists
6753
6754@table @code
6755@kindex actions
6756@cindex tracepoint actions
6757@item actions @r{[}@var{num}@r{]}
6758This command will prompt for a list of actions to be taken when the
6759tracepoint is hit. If the tracepoint number @var{num} is not
6760specified, this command sets the actions for the one that was most
6761recently defined (so that you can define a tracepoint and then say
6762@code{actions} without bothering about its number). You specify the
6763actions themselves on the following lines, one action at a time, and
6764terminate the actions list with a line containing just @code{end}. So
6765far, the only defined actions are @code{collect} and
6766@code{while-stepping}.
6767
6768@cindex remove actions from a tracepoint
6769To remove all actions from a tracepoint, type @samp{actions @var{num}}
6770and follow it immediately with @samp{end}.
6771
6772@smallexample
6773(@value{GDBP}) @b{collect @var{data}} // collect some data
6774
6826cf00 6775(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 6776
6826cf00 6777(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
6778@end smallexample
6779
6780In the following example, the action list begins with @code{collect}
6781commands indicating the things to be collected when the tracepoint is
6782hit. Then, in order to single-step and collect additional data
6783following the tracepoint, a @code{while-stepping} command is used,
6784followed by the list of things to be collected while stepping. The
6785@code{while-stepping} command is terminated by its own separate
6786@code{end} command. Lastly, the action list is terminated by an
6787@code{end} command.
6788
6789@smallexample
6790(@value{GDBP}) @b{trace foo}
6791(@value{GDBP}) @b{actions}
6792Enter actions for tracepoint 1, one per line:
6793> collect bar,baz
6794> collect $regs
6795> while-stepping 12
6796 > collect $fp, $sp
6797 > end
6798end
6799@end smallexample
6800
6801@kindex collect @r{(tracepoints)}
6802@item collect @var{expr1}, @var{expr2}, @dots{}
6803Collect values of the given expressions when the tracepoint is hit.
6804This command accepts a comma-separated list of any valid expressions.
6805In addition to global, static, or local variables, the following
6806special arguments are supported:
6807
6808@table @code
6809@item $regs
6810collect all registers
6811
6812@item $args
6813collect all function arguments
6814
6815@item $locals
6816collect all local variables.
6817@end table
6818
6819You can give several consecutive @code{collect} commands, each one
6820with a single argument, or one @code{collect} command with several
6821arguments separated by commas: the effect is the same.
6822
f5c37c66
EZ
6823The command @code{info scope} (@pxref{Symbols, info scope}) is
6824particularly useful for figuring out what data to collect.
6825
b37052ae
EZ
6826@kindex while-stepping @r{(tracepoints)}
6827@item while-stepping @var{n}
6828Perform @var{n} single-step traces after the tracepoint, collecting
6829new data at each step. The @code{while-stepping} command is
6830followed by the list of what to collect while stepping (followed by
6831its own @code{end} command):
6832
6833@smallexample
6834> while-stepping 12
6835 > collect $regs, myglobal
6836 > end
6837>
6838@end smallexample
6839
6840@noindent
6841You may abbreviate @code{while-stepping} as @code{ws} or
6842@code{stepping}.
6843@end table
6844
6845@node Listing Tracepoints
6846@subsection Listing Tracepoints
6847
6848@table @code
6849@kindex info tracepoints
6850@cindex information about tracepoints
6851@item info tracepoints @r{[}@var{num}@r{]}
8a037dd7 6852Display information about the tracepoint @var{num}. If you don't specify
798c8bc6 6853a tracepoint number, displays information about all the tracepoints
b37052ae
EZ
6854defined so far. For each tracepoint, the following information is
6855shown:
6856
6857@itemize @bullet
6858@item
6859its number
6860@item
6861whether it is enabled or disabled
6862@item
6863its address
6864@item
6865its passcount as given by the @code{passcount @var{n}} command
6866@item
6867its step count as given by the @code{while-stepping @var{n}} command
6868@item
6869where in the source files is the tracepoint set
6870@item
6871its action list as given by the @code{actions} command
6872@end itemize
6873
6874@smallexample
6875(@value{GDBP}) @b{info trace}
6876Num Enb Address PassC StepC What
68771 y 0x002117c4 0 0 <gdb_asm>
6826cf00
EZ
68782 y 0x0020dc64 0 0 in g_test at g_test.c:1375
68793 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
b37052ae
EZ
6880(@value{GDBP})
6881@end smallexample
6882
6883@noindent
6884This command can be abbreviated @code{info tp}.
6885@end table
6886
6887@node Starting and Stopping Trace Experiment
6888@subsection Starting and Stopping Trace Experiment
6889
6890@table @code
6891@kindex tstart
6892@cindex start a new trace experiment
6893@cindex collected data discarded
6894@item tstart
6895This command takes no arguments. It starts the trace experiment, and
6896begins collecting data. This has the side effect of discarding all
6897the data collected in the trace buffer during the previous trace
6898experiment.
6899
6900@kindex tstop
6901@cindex stop a running trace experiment
6902@item tstop
6903This command takes no arguments. It ends the trace experiment, and
6904stops collecting data.
6905
6906@strong{Note:} a trace experiment and data collection may stop
6907automatically if any tracepoint's passcount is reached
6908(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
6909
6910@kindex tstatus
6911@cindex status of trace data collection
6912@cindex trace experiment, status of
6913@item tstatus
6914This command displays the status of the current trace data
6915collection.
6916@end table
6917
6918Here is an example of the commands we described so far:
6919
6920@smallexample
6921(@value{GDBP}) @b{trace gdb_c_test}
6922(@value{GDBP}) @b{actions}
6923Enter actions for tracepoint #1, one per line.
6924> collect $regs,$locals,$args
6925> while-stepping 11
6926 > collect $regs
6927 > end
6928> end
6929(@value{GDBP}) @b{tstart}
6930 [time passes @dots{}]
6931(@value{GDBP}) @b{tstop}
6932@end smallexample
6933
6934
6935@node Analyze Collected Data
6936@section Using the collected data
6937
6938After the tracepoint experiment ends, you use @value{GDBN} commands
6939for examining the trace data. The basic idea is that each tracepoint
6940collects a trace @dfn{snapshot} every time it is hit and another
6941snapshot every time it single-steps. All these snapshots are
6942consecutively numbered from zero and go into a buffer, and you can
6943examine them later. The way you examine them is to @dfn{focus} on a
6944specific trace snapshot. When the remote stub is focused on a trace
6945snapshot, it will respond to all @value{GDBN} requests for memory and
6946registers by reading from the buffer which belongs to that snapshot,
6947rather than from @emph{real} memory or registers of the program being
6948debugged. This means that @strong{all} @value{GDBN} commands
6949(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
6950behave as if we were currently debugging the program state as it was
6951when the tracepoint occurred. Any requests for data that are not in
6952the buffer will fail.
6953
6954@menu
6955* tfind:: How to select a trace snapshot
6956* tdump:: How to display all data for a snapshot
6957* save-tracepoints:: How to save tracepoints for a future run
6958@end menu
6959
6960@node tfind
6961@subsection @code{tfind @var{n}}
6962
6963@kindex tfind
6964@cindex select trace snapshot
6965@cindex find trace snapshot
6966The basic command for selecting a trace snapshot from the buffer is
6967@code{tfind @var{n}}, which finds trace snapshot number @var{n},
6968counting from zero. If no argument @var{n} is given, the next
6969snapshot is selected.
6970
6971Here are the various forms of using the @code{tfind} command.
6972
6973@table @code
6974@item tfind start
6975Find the first snapshot in the buffer. This is a synonym for
6976@code{tfind 0} (since 0 is the number of the first snapshot).
6977
6978@item tfind none
6979Stop debugging trace snapshots, resume @emph{live} debugging.
6980
6981@item tfind end
6982Same as @samp{tfind none}.
6983
6984@item tfind
6985No argument means find the next trace snapshot.
6986
6987@item tfind -
6988Find the previous trace snapshot before the current one. This permits
6989retracing earlier steps.
6990
6991@item tfind tracepoint @var{num}
6992Find the next snapshot associated with tracepoint @var{num}. Search
6993proceeds forward from the last examined trace snapshot. If no
6994argument @var{num} is given, it means find the next snapshot collected
6995for the same tracepoint as the current snapshot.
6996
6997@item tfind pc @var{addr}
6998Find the next snapshot associated with the value @var{addr} of the
6999program counter. Search proceeds forward from the last examined trace
7000snapshot. If no argument @var{addr} is given, it means find the next
7001snapshot with the same value of PC as the current snapshot.
7002
7003@item tfind outside @var{addr1}, @var{addr2}
7004Find the next snapshot whose PC is outside the given range of
7005addresses.
7006
7007@item tfind range @var{addr1}, @var{addr2}
7008Find the next snapshot whose PC is between @var{addr1} and
7009@var{addr2}. @c FIXME: Is the range inclusive or exclusive?
7010
7011@item tfind line @r{[}@var{file}:@r{]}@var{n}
7012Find the next snapshot associated with the source line @var{n}. If
7013the optional argument @var{file} is given, refer to line @var{n} in
7014that source file. Search proceeds forward from the last examined
7015trace snapshot. If no argument @var{n} is given, it means find the
7016next line other than the one currently being examined; thus saying
7017@code{tfind line} repeatedly can appear to have the same effect as
7018stepping from line to line in a @emph{live} debugging session.
7019@end table
7020
7021The default arguments for the @code{tfind} commands are specifically
7022designed to make it easy to scan through the trace buffer. For
7023instance, @code{tfind} with no argument selects the next trace
7024snapshot, and @code{tfind -} with no argument selects the previous
7025trace snapshot. So, by giving one @code{tfind} command, and then
7026simply hitting @key{RET} repeatedly you can examine all the trace
7027snapshots in order. Or, by saying @code{tfind -} and then hitting
7028@key{RET} repeatedly you can examine the snapshots in reverse order.
7029The @code{tfind line} command with no argument selects the snapshot
7030for the next source line executed. The @code{tfind pc} command with
7031no argument selects the next snapshot with the same program counter
7032(PC) as the current frame. The @code{tfind tracepoint} command with
7033no argument selects the next trace snapshot collected by the same
7034tracepoint as the current one.
7035
7036In addition to letting you scan through the trace buffer manually,
7037these commands make it easy to construct @value{GDBN} scripts that
7038scan through the trace buffer and print out whatever collected data
7039you are interested in. Thus, if we want to examine the PC, FP, and SP
7040registers from each trace frame in the buffer, we can say this:
7041
7042@smallexample
7043(@value{GDBP}) @b{tfind start}
7044(@value{GDBP}) @b{while ($trace_frame != -1)}
7045> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7046 $trace_frame, $pc, $sp, $fp
7047> tfind
7048> end
7049
7050Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7051Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7052Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7053Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7054Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7055Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7056Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7057Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7058Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7059Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7060Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7061@end smallexample
7062
7063Or, if we want to examine the variable @code{X} at each source line in
7064the buffer:
7065
7066@smallexample
7067(@value{GDBP}) @b{tfind start}
7068(@value{GDBP}) @b{while ($trace_frame != -1)}
7069> printf "Frame %d, X == %d\n", $trace_frame, X
7070> tfind line
7071> end
7072
7073Frame 0, X = 1
7074Frame 7, X = 2
7075Frame 13, X = 255
7076@end smallexample
7077
7078@node tdump
7079@subsection @code{tdump}
7080@kindex tdump
7081@cindex dump all data collected at tracepoint
7082@cindex tracepoint data, display
7083
7084This command takes no arguments. It prints all the data collected at
7085the current trace snapshot.
7086
7087@smallexample
7088(@value{GDBP}) @b{trace 444}
7089(@value{GDBP}) @b{actions}
7090Enter actions for tracepoint #2, one per line:
7091> collect $regs, $locals, $args, gdb_long_test
7092> end
7093
7094(@value{GDBP}) @b{tstart}
7095
7096(@value{GDBP}) @b{tfind line 444}
7097#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7098at gdb_test.c:444
7099444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7100
7101(@value{GDBP}) @b{tdump}
7102Data collected at tracepoint 2, trace frame 1:
7103d0 0xc4aa0085 -995491707
7104d1 0x18 24
7105d2 0x80 128
7106d3 0x33 51
7107d4 0x71aea3d 119204413
7108d5 0x22 34
7109d6 0xe0 224
7110d7 0x380035 3670069
7111a0 0x19e24a 1696330
7112a1 0x3000668 50333288
7113a2 0x100 256
7114a3 0x322000 3284992
7115a4 0x3000698 50333336
7116a5 0x1ad3cc 1758156
7117fp 0x30bf3c 0x30bf3c
7118sp 0x30bf34 0x30bf34
7119ps 0x0 0
7120pc 0x20b2c8 0x20b2c8
7121fpcontrol 0x0 0
7122fpstatus 0x0 0
7123fpiaddr 0x0 0
7124p = 0x20e5b4 "gdb-test"
7125p1 = (void *) 0x11
7126p2 = (void *) 0x22
7127p3 = (void *) 0x33
7128p4 = (void *) 0x44
7129p5 = (void *) 0x55
7130p6 = (void *) 0x66
7131gdb_long_test = 17 '\021'
7132
7133(@value{GDBP})
7134@end smallexample
7135
7136@node save-tracepoints
7137@subsection @code{save-tracepoints @var{filename}}
7138@kindex save-tracepoints
7139@cindex save tracepoints for future sessions
7140
7141This command saves all current tracepoint definitions together with
7142their actions and passcounts, into a file @file{@var{filename}}
7143suitable for use in a later debugging session. To read the saved
7144tracepoint definitions, use the @code{source} command (@pxref{Command
7145Files}).
7146
7147@node Tracepoint Variables
7148@section Convenience Variables for Tracepoints
7149@cindex tracepoint variables
7150@cindex convenience variables for tracepoints
7151
7152@table @code
7153@vindex $trace_frame
7154@item (int) $trace_frame
7155The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7156snapshot is selected.
7157
7158@vindex $tracepoint
7159@item (int) $tracepoint
7160The tracepoint for the current trace snapshot.
7161
7162@vindex $trace_line
7163@item (int) $trace_line
7164The line number for the current trace snapshot.
7165
7166@vindex $trace_file
7167@item (char []) $trace_file
7168The source file for the current trace snapshot.
7169
7170@vindex $trace_func
7171@item (char []) $trace_func
7172The name of the function containing @code{$tracepoint}.
7173@end table
7174
7175Note: @code{$trace_file} is not suitable for use in @code{printf},
7176use @code{output} instead.
7177
7178Here's a simple example of using these convenience variables for
7179stepping through all the trace snapshots and printing some of their
7180data.
7181
7182@smallexample
7183(@value{GDBP}) @b{tfind start}
7184
7185(@value{GDBP}) @b{while $trace_frame != -1}
7186> output $trace_file
7187> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7188> tfind
7189> end
7190@end smallexample
7191
df0cd8c5
JB
7192@node Overlays
7193@chapter Debugging Programs That Use Overlays
7194@cindex overlays
7195
7196If your program is too large to fit completely in your target system's
7197memory, you can sometimes use @dfn{overlays} to work around this
7198problem. @value{GDBN} provides some support for debugging programs that
7199use overlays.
7200
7201@menu
7202* How Overlays Work:: A general explanation of overlays.
7203* Overlay Commands:: Managing overlays in @value{GDBN}.
7204* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7205 mapped by asking the inferior.
7206* Overlay Sample Program:: A sample program using overlays.
7207@end menu
7208
7209@node How Overlays Work
7210@section How Overlays Work
7211@cindex mapped overlays
7212@cindex unmapped overlays
7213@cindex load address, overlay's
7214@cindex mapped address
7215@cindex overlay area
7216
7217Suppose you have a computer whose instruction address space is only 64
7218kilobytes long, but which has much more memory which can be accessed by
7219other means: special instructions, segment registers, or memory
7220management hardware, for example. Suppose further that you want to
7221adapt a program which is larger than 64 kilobytes to run on this system.
7222
7223One solution is to identify modules of your program which are relatively
7224independent, and need not call each other directly; call these modules
7225@dfn{overlays}. Separate the overlays from the main program, and place
7226their machine code in the larger memory. Place your main program in
7227instruction memory, but leave at least enough space there to hold the
7228largest overlay as well.
7229
7230Now, to call a function located in an overlay, you must first copy that
7231overlay's machine code from the large memory into the space set aside
7232for it in the instruction memory, and then jump to its entry point
7233there.
7234
c928edc0
AC
7235@c NB: In the below the mapped area's size is greater or equal to the
7236@c size of all overlays. This is intentional to remind the developer
7237@c that overlays don't necessarily need to be the same size.
7238
474c8240 7239@smallexample
df0cd8c5 7240@group
c928edc0
AC
7241 Data Instruction Larger
7242Address Space Address Space Address Space
7243+-----------+ +-----------+ +-----------+
7244| | | | | |
7245+-----------+ +-----------+ +-----------+<-- overlay 1
7246| program | | main | .----| overlay 1 | load address
7247| variables | | program | | +-----------+
7248| and heap | | | | | |
7249+-----------+ | | | +-----------+<-- overlay 2
7250| | +-----------+ | | | load address
7251+-----------+ | | | .-| overlay 2 |
7252 | | | | | |
7253 mapped --->+-----------+ | | +-----------+
7254 address | | | | | |
7255 | overlay | <-' | | |
7256 | area | <---' +-----------+<-- overlay 3
7257 | | <---. | | load address
7258 +-----------+ `--| overlay 3 |
7259 | | | |
7260 +-----------+ | |
7261 +-----------+
7262 | |
7263 +-----------+
7264
7265 @anchor{A code overlay}A code overlay
df0cd8c5 7266@end group
474c8240 7267@end smallexample
df0cd8c5 7268
c928edc0
AC
7269The diagram (@pxref{A code overlay}) shows a system with separate data
7270and instruction address spaces. To map an overlay, the program copies
7271its code from the larger address space to the instruction address space.
7272Since the overlays shown here all use the same mapped address, only one
7273may be mapped at a time. For a system with a single address space for
7274data and instructions, the diagram would be similar, except that the
7275program variables and heap would share an address space with the main
7276program and the overlay area.
df0cd8c5
JB
7277
7278An overlay loaded into instruction memory and ready for use is called a
7279@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7280instruction memory. An overlay not present (or only partially present)
7281in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7282is its address in the larger memory. The mapped address is also called
7283the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7284called the @dfn{load memory address}, or @dfn{LMA}.
7285
7286Unfortunately, overlays are not a completely transparent way to adapt a
7287program to limited instruction memory. They introduce a new set of
7288global constraints you must keep in mind as you design your program:
7289
7290@itemize @bullet
7291
7292@item
7293Before calling or returning to a function in an overlay, your program
7294must make sure that overlay is actually mapped. Otherwise, the call or
7295return will transfer control to the right address, but in the wrong
7296overlay, and your program will probably crash.
7297
7298@item
7299If the process of mapping an overlay is expensive on your system, you
7300will need to choose your overlays carefully to minimize their effect on
7301your program's performance.
7302
7303@item
7304The executable file you load onto your system must contain each
7305overlay's instructions, appearing at the overlay's load address, not its
7306mapped address. However, each overlay's instructions must be relocated
7307and its symbols defined as if the overlay were at its mapped address.
7308You can use GNU linker scripts to specify different load and relocation
7309addresses for pieces of your program; see @ref{Overlay Description,,,
7310ld.info, Using ld: the GNU linker}.
7311
7312@item
7313The procedure for loading executable files onto your system must be able
7314to load their contents into the larger address space as well as the
7315instruction and data spaces.
7316
7317@end itemize
7318
7319The overlay system described above is rather simple, and could be
7320improved in many ways:
7321
7322@itemize @bullet
7323
7324@item
7325If your system has suitable bank switch registers or memory management
7326hardware, you could use those facilities to make an overlay's load area
7327contents simply appear at their mapped address in instruction space.
7328This would probably be faster than copying the overlay to its mapped
7329area in the usual way.
7330
7331@item
7332If your overlays are small enough, you could set aside more than one
7333overlay area, and have more than one overlay mapped at a time.
7334
7335@item
7336You can use overlays to manage data, as well as instructions. In
7337general, data overlays are even less transparent to your design than
7338code overlays: whereas code overlays only require care when you call or
7339return to functions, data overlays require care every time you access
7340the data. Also, if you change the contents of a data overlay, you
7341must copy its contents back out to its load address before you can copy a
7342different data overlay into the same mapped area.
7343
7344@end itemize
7345
7346
7347@node Overlay Commands
7348@section Overlay Commands
7349
7350To use @value{GDBN}'s overlay support, each overlay in your program must
7351correspond to a separate section of the executable file. The section's
7352virtual memory address and load memory address must be the overlay's
7353mapped and load addresses. Identifying overlays with sections allows
7354@value{GDBN} to determine the appropriate address of a function or
7355variable, depending on whether the overlay is mapped or not.
7356
7357@value{GDBN}'s overlay commands all start with the word @code{overlay};
7358you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7359
7360@table @code
7361@item overlay off
7362@kindex overlay off
7363Disable @value{GDBN}'s overlay support. When overlay support is
7364disabled, @value{GDBN} assumes that all functions and variables are
7365always present at their mapped addresses. By default, @value{GDBN}'s
7366overlay support is disabled.
7367
7368@item overlay manual
7369@kindex overlay manual
7370@cindex manual overlay debugging
7371Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7372relies on you to tell it which overlays are mapped, and which are not,
7373using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7374commands described below.
7375
7376@item overlay map-overlay @var{overlay}
7377@itemx overlay map @var{overlay}
7378@kindex overlay map-overlay
7379@cindex map an overlay
7380Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7381be the name of the object file section containing the overlay. When an
7382overlay is mapped, @value{GDBN} assumes it can find the overlay's
7383functions and variables at their mapped addresses. @value{GDBN} assumes
7384that any other overlays whose mapped ranges overlap that of
7385@var{overlay} are now unmapped.
7386
7387@item overlay unmap-overlay @var{overlay}
7388@itemx overlay unmap @var{overlay}
7389@kindex overlay unmap-overlay
7390@cindex unmap an overlay
7391Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7392must be the name of the object file section containing the overlay.
7393When an overlay is unmapped, @value{GDBN} assumes it can find the
7394overlay's functions and variables at their load addresses.
7395
7396@item overlay auto
7397@kindex overlay auto
7398Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7399consults a data structure the overlay manager maintains in the inferior
7400to see which overlays are mapped. For details, see @ref{Automatic
7401Overlay Debugging}.
7402
7403@item overlay load-target
7404@itemx overlay load
7405@kindex overlay load-target
7406@cindex reloading the overlay table
7407Re-read the overlay table from the inferior. Normally, @value{GDBN}
7408re-reads the table @value{GDBN} automatically each time the inferior
7409stops, so this command should only be necessary if you have changed the
7410overlay mapping yourself using @value{GDBN}. This command is only
7411useful when using automatic overlay debugging.
7412
7413@item overlay list-overlays
7414@itemx overlay list
7415@cindex listing mapped overlays
7416Display a list of the overlays currently mapped, along with their mapped
7417addresses, load addresses, and sizes.
7418
7419@end table
7420
7421Normally, when @value{GDBN} prints a code address, it includes the name
7422of the function the address falls in:
7423
474c8240 7424@smallexample
df0cd8c5
JB
7425(gdb) print main
7426$3 = @{int ()@} 0x11a0 <main>
474c8240 7427@end smallexample
df0cd8c5
JB
7428@noindent
7429When overlay debugging is enabled, @value{GDBN} recognizes code in
7430unmapped overlays, and prints the names of unmapped functions with
7431asterisks around them. For example, if @code{foo} is a function in an
7432unmapped overlay, @value{GDBN} prints it this way:
7433
474c8240 7434@smallexample
df0cd8c5
JB
7435(gdb) overlay list
7436No sections are mapped.
7437(gdb) print foo
7438$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 7439@end smallexample
df0cd8c5
JB
7440@noindent
7441When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7442name normally:
7443
474c8240 7444@smallexample
df0cd8c5
JB
7445(gdb) overlay list
7446Section .ov.foo.text, loaded at 0x100000 - 0x100034,
7447 mapped at 0x1016 - 0x104a
7448(gdb) print foo
7449$6 = @{int (int)@} 0x1016 <foo>
474c8240 7450@end smallexample
df0cd8c5
JB
7451
7452When overlay debugging is enabled, @value{GDBN} can find the correct
7453address for functions and variables in an overlay, whether or not the
7454overlay is mapped. This allows most @value{GDBN} commands, like
7455@code{break} and @code{disassemble}, to work normally, even on unmapped
7456code. However, @value{GDBN}'s breakpoint support has some limitations:
7457
7458@itemize @bullet
7459@item
7460@cindex breakpoints in overlays
7461@cindex overlays, setting breakpoints in
7462You can set breakpoints in functions in unmapped overlays, as long as
7463@value{GDBN} can write to the overlay at its load address.
7464@item
7465@value{GDBN} can not set hardware or simulator-based breakpoints in
7466unmapped overlays. However, if you set a breakpoint at the end of your
7467overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7468you are using manual overlay management), @value{GDBN} will re-set its
7469breakpoints properly.
7470@end itemize
7471
7472
7473@node Automatic Overlay Debugging
7474@section Automatic Overlay Debugging
7475@cindex automatic overlay debugging
7476
7477@value{GDBN} can automatically track which overlays are mapped and which
7478are not, given some simple co-operation from the overlay manager in the
7479inferior. If you enable automatic overlay debugging with the
7480@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7481looks in the inferior's memory for certain variables describing the
7482current state of the overlays.
7483
7484Here are the variables your overlay manager must define to support
7485@value{GDBN}'s automatic overlay debugging:
7486
7487@table @asis
7488
7489@item @code{_ovly_table}:
7490This variable must be an array of the following structures:
7491
474c8240 7492@smallexample
df0cd8c5
JB
7493struct
7494@{
7495 /* The overlay's mapped address. */
7496 unsigned long vma;
7497
7498 /* The size of the overlay, in bytes. */
7499 unsigned long size;
7500
7501 /* The overlay's load address. */
7502 unsigned long lma;
7503
7504 /* Non-zero if the overlay is currently mapped;
7505 zero otherwise. */
7506 unsigned long mapped;
7507@}
474c8240 7508@end smallexample
df0cd8c5
JB
7509
7510@item @code{_novlys}:
7511This variable must be a four-byte signed integer, holding the total
7512number of elements in @code{_ovly_table}.
7513
7514@end table
7515
7516To decide whether a particular overlay is mapped or not, @value{GDBN}
7517looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7518@code{lma} members equal the VMA and LMA of the overlay's section in the
7519executable file. When @value{GDBN} finds a matching entry, it consults
7520the entry's @code{mapped} member to determine whether the overlay is
7521currently mapped.
7522
81d46470 7523In addition, your overlay manager may define a function called
def71bfa 7524@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
7525will silently set a breakpoint there. If the overlay manager then
7526calls this function whenever it has changed the overlay table, this
7527will enable @value{GDBN} to accurately keep track of which overlays
7528are in program memory, and update any breakpoints that may be set
7529in overlays. This will allow breakpoints to work even if the
7530overlays are kept in ROM or other non-writable memory while they
7531are not being executed.
df0cd8c5
JB
7532
7533@node Overlay Sample Program
7534@section Overlay Sample Program
7535@cindex overlay example program
7536
7537When linking a program which uses overlays, you must place the overlays
7538at their load addresses, while relocating them to run at their mapped
7539addresses. To do this, you must write a linker script (@pxref{Overlay
7540Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7541since linker scripts are specific to a particular host system, target
7542architecture, and target memory layout, this manual cannot provide
7543portable sample code demonstrating @value{GDBN}'s overlay support.
7544
7545However, the @value{GDBN} source distribution does contain an overlaid
7546program, with linker scripts for a few systems, as part of its test
7547suite. The program consists of the following files from
7548@file{gdb/testsuite/gdb.base}:
7549
7550@table @file
7551@item overlays.c
7552The main program file.
7553@item ovlymgr.c
7554A simple overlay manager, used by @file{overlays.c}.
7555@item foo.c
7556@itemx bar.c
7557@itemx baz.c
7558@itemx grbx.c
7559Overlay modules, loaded and used by @file{overlays.c}.
7560@item d10v.ld
7561@itemx m32r.ld
7562Linker scripts for linking the test program on the @code{d10v-elf}
7563and @code{m32r-elf} targets.
7564@end table
7565
7566You can build the test program using the @code{d10v-elf} GCC
7567cross-compiler like this:
7568
474c8240 7569@smallexample
df0cd8c5
JB
7570$ d10v-elf-gcc -g -c overlays.c
7571$ d10v-elf-gcc -g -c ovlymgr.c
7572$ d10v-elf-gcc -g -c foo.c
7573$ d10v-elf-gcc -g -c bar.c
7574$ d10v-elf-gcc -g -c baz.c
7575$ d10v-elf-gcc -g -c grbx.c
7576$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7577 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 7578@end smallexample
df0cd8c5
JB
7579
7580The build process is identical for any other architecture, except that
7581you must substitute the appropriate compiler and linker script for the
7582target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7583
7584
6d2ebf8b 7585@node Languages
c906108c
SS
7586@chapter Using @value{GDBN} with Different Languages
7587@cindex languages
7588
c906108c
SS
7589Although programming languages generally have common aspects, they are
7590rarely expressed in the same manner. For instance, in ANSI C,
7591dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7592Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 7593represented (and displayed) differently. Hex numbers in C appear as
c906108c 7594@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
7595
7596@cindex working language
7597Language-specific information is built into @value{GDBN} for some languages,
7598allowing you to express operations like the above in your program's
7599native language, and allowing @value{GDBN} to output values in a manner
7600consistent with the syntax of your program's native language. The
7601language you use to build expressions is called the @dfn{working
7602language}.
7603
7604@menu
7605* Setting:: Switching between source languages
7606* Show:: Displaying the language
c906108c 7607* Checks:: Type and range checks
c906108c 7608* Support:: Supported languages
4e562065 7609* Unsupported languages:: Unsupported languages
c906108c
SS
7610@end menu
7611
6d2ebf8b 7612@node Setting
c906108c
SS
7613@section Switching between source languages
7614
7615There are two ways to control the working language---either have @value{GDBN}
7616set it automatically, or select it manually yourself. You can use the
7617@code{set language} command for either purpose. On startup, @value{GDBN}
7618defaults to setting the language automatically. The working language is
7619used to determine how expressions you type are interpreted, how values
7620are printed, etc.
7621
7622In addition to the working language, every source file that
7623@value{GDBN} knows about has its own working language. For some object
7624file formats, the compiler might indicate which language a particular
7625source file is in. However, most of the time @value{GDBN} infers the
7626language from the name of the file. The language of a source file
b37052ae 7627controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 7628show each frame appropriately for its own language. There is no way to
d4f3574e
SS
7629set the language of a source file from within @value{GDBN}, but you can
7630set the language associated with a filename extension. @xref{Show, ,
7631Displaying the language}.
c906108c
SS
7632
7633This is most commonly a problem when you use a program, such
5d161b24 7634as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
7635another language. In that case, make the
7636program use @code{#line} directives in its C output; that way
7637@value{GDBN} will know the correct language of the source code of the original
7638program, and will display that source code, not the generated C code.
7639
7640@menu
7641* Filenames:: Filename extensions and languages.
7642* Manually:: Setting the working language manually
7643* Automatically:: Having @value{GDBN} infer the source language
7644@end menu
7645
6d2ebf8b 7646@node Filenames
c906108c
SS
7647@subsection List of filename extensions and languages
7648
7649If a source file name ends in one of the following extensions, then
7650@value{GDBN} infers that its language is the one indicated.
7651
7652@table @file
7653
7654@item .c
7655C source file
7656
7657@item .C
7658@itemx .cc
7659@itemx .cp
7660@itemx .cpp
7661@itemx .cxx
7662@itemx .c++
b37052ae 7663C@t{++} source file
c906108c 7664
b37303ee
AF
7665@item .m
7666Objective-C source file
7667
c906108c
SS
7668@item .f
7669@itemx .F
7670Fortran source file
7671
c906108c
SS
7672@item .mod
7673Modula-2 source file
c906108c
SS
7674
7675@item .s
7676@itemx .S
7677Assembler source file. This actually behaves almost like C, but
7678@value{GDBN} does not skip over function prologues when stepping.
7679@end table
7680
7681In addition, you may set the language associated with a filename
7682extension. @xref{Show, , Displaying the language}.
7683
6d2ebf8b 7684@node Manually
c906108c
SS
7685@subsection Setting the working language
7686
7687If you allow @value{GDBN} to set the language automatically,
7688expressions are interpreted the same way in your debugging session and
7689your program.
7690
7691@kindex set language
7692If you wish, you may set the language manually. To do this, issue the
7693command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 7694a language, such as
c906108c 7695@code{c} or @code{modula-2}.
c906108c
SS
7696For a list of the supported languages, type @samp{set language}.
7697
c906108c
SS
7698Setting the language manually prevents @value{GDBN} from updating the working
7699language automatically. This can lead to confusion if you try
7700to debug a program when the working language is not the same as the
7701source language, when an expression is acceptable to both
7702languages---but means different things. For instance, if the current
7703source file were written in C, and @value{GDBN} was parsing Modula-2, a
7704command such as:
7705
474c8240 7706@smallexample
c906108c 7707print a = b + c
474c8240 7708@end smallexample
c906108c
SS
7709
7710@noindent
7711might not have the effect you intended. In C, this means to add
7712@code{b} and @code{c} and place the result in @code{a}. The result
7713printed would be the value of @code{a}. In Modula-2, this means to compare
7714@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 7715
6d2ebf8b 7716@node Automatically
c906108c
SS
7717@subsection Having @value{GDBN} infer the source language
7718
7719To have @value{GDBN} set the working language automatically, use
7720@samp{set language local} or @samp{set language auto}. @value{GDBN}
7721then infers the working language. That is, when your program stops in a
7722frame (usually by encountering a breakpoint), @value{GDBN} sets the
7723working language to the language recorded for the function in that
7724frame. If the language for a frame is unknown (that is, if the function
7725or block corresponding to the frame was defined in a source file that
7726does not have a recognized extension), the current working language is
7727not changed, and @value{GDBN} issues a warning.
7728
7729This may not seem necessary for most programs, which are written
7730entirely in one source language. However, program modules and libraries
7731written in one source language can be used by a main program written in
7732a different source language. Using @samp{set language auto} in this
7733case frees you from having to set the working language manually.
7734
6d2ebf8b 7735@node Show
c906108c 7736@section Displaying the language
c906108c
SS
7737
7738The following commands help you find out which language is the
7739working language, and also what language source files were written in.
7740
7741@kindex show language
d4f3574e
SS
7742@kindex info frame@r{, show the source language}
7743@kindex info source@r{, show the source language}
c906108c
SS
7744@table @code
7745@item show language
7746Display the current working language. This is the
7747language you can use with commands such as @code{print} to
7748build and compute expressions that may involve variables in your program.
7749
7750@item info frame
5d161b24 7751Display the source language for this frame. This language becomes the
c906108c 7752working language if you use an identifier from this frame.
5d161b24 7753@xref{Frame Info, ,Information about a frame}, to identify the other
c906108c
SS
7754information listed here.
7755
7756@item info source
7757Display the source language of this source file.
5d161b24 7758@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
7759information listed here.
7760@end table
7761
7762In unusual circumstances, you may have source files with extensions
7763not in the standard list. You can then set the extension associated
7764with a language explicitly:
7765
7766@kindex set extension-language
7767@kindex info extensions
7768@table @code
7769@item set extension-language @var{.ext} @var{language}
7770Set source files with extension @var{.ext} to be assumed to be in
7771the source language @var{language}.
7772
7773@item info extensions
7774List all the filename extensions and the associated languages.
7775@end table
7776
6d2ebf8b 7777@node Checks
c906108c
SS
7778@section Type and range checking
7779
7780@quotation
7781@emph{Warning:} In this release, the @value{GDBN} commands for type and range
7782checking are included, but they do not yet have any effect. This
7783section documents the intended facilities.
7784@end quotation
7785@c FIXME remove warning when type/range code added
7786
7787Some languages are designed to guard you against making seemingly common
7788errors through a series of compile- and run-time checks. These include
7789checking the type of arguments to functions and operators, and making
7790sure mathematical overflows are caught at run time. Checks such as
7791these help to ensure a program's correctness once it has been compiled
7792by eliminating type mismatches, and providing active checks for range
7793errors when your program is running.
7794
7795@value{GDBN} can check for conditions like the above if you wish.
7796Although @value{GDBN} does not check the statements in your program, it
7797can check expressions entered directly into @value{GDBN} for evaluation via
7798the @code{print} command, for example. As with the working language,
7799@value{GDBN} can also decide whether or not to check automatically based on
7800your program's source language. @xref{Support, ,Supported languages},
7801for the default settings of supported languages.
7802
7803@menu
7804* Type Checking:: An overview of type checking
7805* Range Checking:: An overview of range checking
7806@end menu
7807
7808@cindex type checking
7809@cindex checks, type
6d2ebf8b 7810@node Type Checking
c906108c
SS
7811@subsection An overview of type checking
7812
7813Some languages, such as Modula-2, are strongly typed, meaning that the
7814arguments to operators and functions have to be of the correct type,
7815otherwise an error occurs. These checks prevent type mismatch
7816errors from ever causing any run-time problems. For example,
7817
7818@smallexample
78191 + 2 @result{} 3
7820@exdent but
7821@error{} 1 + 2.3
7822@end smallexample
7823
7824The second example fails because the @code{CARDINAL} 1 is not
7825type-compatible with the @code{REAL} 2.3.
7826
5d161b24
DB
7827For the expressions you use in @value{GDBN} commands, you can tell the
7828@value{GDBN} type checker to skip checking;
7829to treat any mismatches as errors and abandon the expression;
7830or to only issue warnings when type mismatches occur,
c906108c
SS
7831but evaluate the expression anyway. When you choose the last of
7832these, @value{GDBN} evaluates expressions like the second example above, but
7833also issues a warning.
7834
5d161b24
DB
7835Even if you turn type checking off, there may be other reasons
7836related to type that prevent @value{GDBN} from evaluating an expression.
7837For instance, @value{GDBN} does not know how to add an @code{int} and
7838a @code{struct foo}. These particular type errors have nothing to do
7839with the language in use, and usually arise from expressions, such as
c906108c
SS
7840the one described above, which make little sense to evaluate anyway.
7841
7842Each language defines to what degree it is strict about type. For
7843instance, both Modula-2 and C require the arguments to arithmetical
7844operators to be numbers. In C, enumerated types and pointers can be
7845represented as numbers, so that they are valid arguments to mathematical
7846operators. @xref{Support, ,Supported languages}, for further
7847details on specific languages.
7848
7849@value{GDBN} provides some additional commands for controlling the type checker:
7850
d4f3574e 7851@kindex set check@r{, type}
c906108c
SS
7852@kindex set check type
7853@kindex show check type
7854@table @code
7855@item set check type auto
7856Set type checking on or off based on the current working language.
7857@xref{Support, ,Supported languages}, for the default settings for
7858each language.
7859
7860@item set check type on
7861@itemx set check type off
7862Set type checking on or off, overriding the default setting for the
7863current working language. Issue a warning if the setting does not
7864match the language default. If any type mismatches occur in
d4f3574e 7865evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
7866message and aborts evaluation of the expression.
7867
7868@item set check type warn
7869Cause the type checker to issue warnings, but to always attempt to
7870evaluate the expression. Evaluating the expression may still
7871be impossible for other reasons. For example, @value{GDBN} cannot add
7872numbers and structures.
7873
7874@item show type
5d161b24 7875Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
7876is setting it automatically.
7877@end table
7878
7879@cindex range checking
7880@cindex checks, range
6d2ebf8b 7881@node Range Checking
c906108c
SS
7882@subsection An overview of range checking
7883
7884In some languages (such as Modula-2), it is an error to exceed the
7885bounds of a type; this is enforced with run-time checks. Such range
7886checking is meant to ensure program correctness by making sure
7887computations do not overflow, or indices on an array element access do
7888not exceed the bounds of the array.
7889
7890For expressions you use in @value{GDBN} commands, you can tell
7891@value{GDBN} to treat range errors in one of three ways: ignore them,
7892always treat them as errors and abandon the expression, or issue
7893warnings but evaluate the expression anyway.
7894
7895A range error can result from numerical overflow, from exceeding an
7896array index bound, or when you type a constant that is not a member
7897of any type. Some languages, however, do not treat overflows as an
7898error. In many implementations of C, mathematical overflow causes the
7899result to ``wrap around'' to lower values---for example, if @var{m} is
7900the largest integer value, and @var{s} is the smallest, then
7901
474c8240 7902@smallexample
c906108c 7903@var{m} + 1 @result{} @var{s}
474c8240 7904@end smallexample
c906108c
SS
7905
7906This, too, is specific to individual languages, and in some cases
7907specific to individual compilers or machines. @xref{Support, ,
7908Supported languages}, for further details on specific languages.
7909
7910@value{GDBN} provides some additional commands for controlling the range checker:
7911
d4f3574e 7912@kindex set check@r{, range}
c906108c
SS
7913@kindex set check range
7914@kindex show check range
7915@table @code
7916@item set check range auto
7917Set range checking on or off based on the current working language.
7918@xref{Support, ,Supported languages}, for the default settings for
7919each language.
7920
7921@item set check range on
7922@itemx set check range off
7923Set range checking on or off, overriding the default setting for the
7924current working language. A warning is issued if the setting does not
c3f6f71d
JM
7925match the language default. If a range error occurs and range checking is on,
7926then a message is printed and evaluation of the expression is aborted.
c906108c
SS
7927
7928@item set check range warn
7929Output messages when the @value{GDBN} range checker detects a range error,
7930but attempt to evaluate the expression anyway. Evaluating the
7931expression may still be impossible for other reasons, such as accessing
7932memory that the process does not own (a typical example from many Unix
7933systems).
7934
7935@item show range
7936Show the current setting of the range checker, and whether or not it is
7937being set automatically by @value{GDBN}.
7938@end table
c906108c 7939
6d2ebf8b 7940@node Support
c906108c 7941@section Supported languages
c906108c 7942
b37303ee 7943@value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, assembly, and Modula-2.
cce74817 7944@c This is false ...
c906108c
SS
7945Some @value{GDBN} features may be used in expressions regardless of the
7946language you use: the @value{GDBN} @code{@@} and @code{::} operators,
7947and the @samp{@{type@}addr} construct (@pxref{Expressions,
7948,Expressions}) can be used with the constructs of any supported
7949language.
7950
7951The following sections detail to what degree each source language is
7952supported by @value{GDBN}. These sections are not meant to be language
7953tutorials or references, but serve only as a reference guide to what the
7954@value{GDBN} expression parser accepts, and what input and output
7955formats should look like for different languages. There are many good
7956books written on each of these languages; please look to these for a
7957language reference or tutorial.
7958
c906108c 7959@menu
b37303ee
AF
7960* C:: C and C@t{++}
7961* Objective-C:: Objective-C
7962* Modula-2:: Modula-2
c906108c
SS
7963@end menu
7964
6d2ebf8b 7965@node C
b37052ae 7966@subsection C and C@t{++}
7a292a7a 7967
b37052ae
EZ
7968@cindex C and C@t{++}
7969@cindex expressions in C or C@t{++}
c906108c 7970
b37052ae 7971Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
7972to both languages. Whenever this is the case, we discuss those languages
7973together.
7974
41afff9a
EZ
7975@cindex C@t{++}
7976@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
7977@cindex @sc{gnu} C@t{++}
7978The C@t{++} debugging facilities are jointly implemented by the C@t{++}
7979compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
7980effectively, you must compile your C@t{++} programs with a supported
7981C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
7982compiler (@code{aCC}).
7983
0179ffac
DC
7984For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
7985format; if it doesn't work on your system, try the stabs+ debugging
7986format. You can select those formats explicitly with the @code{g++}
7987command-line options @option{-gdwarf-2} and @option{-gstabs+}.
7988@xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
7989CC, gcc.info, Using @sc{gnu} CC}.
c906108c 7990
c906108c 7991@menu
b37052ae
EZ
7992* C Operators:: C and C@t{++} operators
7993* C Constants:: C and C@t{++} constants
7994* C plus plus expressions:: C@t{++} expressions
7995* C Defaults:: Default settings for C and C@t{++}
7996* C Checks:: C and C@t{++} type and range checks
c906108c 7997* Debugging C:: @value{GDBN} and C
b37052ae 7998* Debugging C plus plus:: @value{GDBN} features for C@t{++}
c906108c 7999@end menu
c906108c 8000
6d2ebf8b 8001@node C Operators
b37052ae 8002@subsubsection C and C@t{++} operators
7a292a7a 8003
b37052ae 8004@cindex C and C@t{++} operators
c906108c
SS
8005
8006Operators must be defined on values of specific types. For instance,
8007@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 8008often defined on groups of types.
c906108c 8009
b37052ae 8010For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
8011
8012@itemize @bullet
53a5351d 8013
c906108c 8014@item
c906108c 8015@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 8016specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
8017
8018@item
d4f3574e
SS
8019@emph{Floating-point types} include @code{float}, @code{double}, and
8020@code{long double} (if supported by the target platform).
c906108c
SS
8021
8022@item
53a5351d 8023@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
8024
8025@item
8026@emph{Scalar types} include all of the above.
53a5351d 8027
c906108c
SS
8028@end itemize
8029
8030@noindent
8031The following operators are supported. They are listed here
8032in order of increasing precedence:
8033
8034@table @code
8035@item ,
8036The comma or sequencing operator. Expressions in a comma-separated list
8037are evaluated from left to right, with the result of the entire
8038expression being the last expression evaluated.
8039
8040@item =
8041Assignment. The value of an assignment expression is the value
8042assigned. Defined on scalar types.
8043
8044@item @var{op}=
8045Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8046and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 8047@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
8048@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8049@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8050
8051@item ?:
8052The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
8053of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
8054integral type.
8055
8056@item ||
8057Logical @sc{or}. Defined on integral types.
8058
8059@item &&
8060Logical @sc{and}. Defined on integral types.
8061
8062@item |
8063Bitwise @sc{or}. Defined on integral types.
8064
8065@item ^
8066Bitwise exclusive-@sc{or}. Defined on integral types.
8067
8068@item &
8069Bitwise @sc{and}. Defined on integral types.
8070
8071@item ==@r{, }!=
8072Equality and inequality. Defined on scalar types. The value of these
8073expressions is 0 for false and non-zero for true.
8074
8075@item <@r{, }>@r{, }<=@r{, }>=
8076Less than, greater than, less than or equal, greater than or equal.
8077Defined on scalar types. The value of these expressions is 0 for false
8078and non-zero for true.
8079
8080@item <<@r{, }>>
8081left shift, and right shift. Defined on integral types.
8082
8083@item @@
8084The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8085
8086@item +@r{, }-
8087Addition and subtraction. Defined on integral types, floating-point types and
8088pointer types.
8089
8090@item *@r{, }/@r{, }%
8091Multiplication, division, and modulus. Multiplication and division are
8092defined on integral and floating-point types. Modulus is defined on
8093integral types.
8094
8095@item ++@r{, }--
8096Increment and decrement. When appearing before a variable, the
8097operation is performed before the variable is used in an expression;
8098when appearing after it, the variable's value is used before the
8099operation takes place.
8100
8101@item *
8102Pointer dereferencing. Defined on pointer types. Same precedence as
8103@code{++}.
8104
8105@item &
8106Address operator. Defined on variables. Same precedence as @code{++}.
8107
b37052ae
EZ
8108For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8109allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
c906108c 8110(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
b37052ae 8111where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 8112stored.
c906108c
SS
8113
8114@item -
8115Negative. Defined on integral and floating-point types. Same
8116precedence as @code{++}.
8117
8118@item !
8119Logical negation. Defined on integral types. Same precedence as
8120@code{++}.
8121
8122@item ~
8123Bitwise complement operator. Defined on integral types. Same precedence as
8124@code{++}.
8125
8126
8127@item .@r{, }->
8128Structure member, and pointer-to-structure member. For convenience,
8129@value{GDBN} regards the two as equivalent, choosing whether to dereference a
8130pointer based on the stored type information.
8131Defined on @code{struct} and @code{union} data.
8132
c906108c
SS
8133@item .*@r{, }->*
8134Dereferences of pointers to members.
c906108c
SS
8135
8136@item []
8137Array indexing. @code{@var{a}[@var{i}]} is defined as
8138@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
8139
8140@item ()
8141Function parameter list. Same precedence as @code{->}.
8142
c906108c 8143@item ::
b37052ae 8144C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 8145and @code{class} types.
c906108c
SS
8146
8147@item ::
7a292a7a
SS
8148Doubled colons also represent the @value{GDBN} scope operator
8149(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
8150above.
c906108c
SS
8151@end table
8152
c906108c
SS
8153If an operator is redefined in the user code, @value{GDBN} usually
8154attempts to invoke the redefined version instead of using the operator's
8155predefined meaning.
c906108c 8156
c906108c 8157@menu
5d161b24 8158* C Constants::
c906108c
SS
8159@end menu
8160
6d2ebf8b 8161@node C Constants
b37052ae 8162@subsubsection C and C@t{++} constants
c906108c 8163
b37052ae 8164@cindex C and C@t{++} constants
c906108c 8165
b37052ae 8166@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 8167following ways:
c906108c
SS
8168
8169@itemize @bullet
8170@item
8171Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
8172specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8173by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
8174@samp{l}, specifying that the constant should be treated as a
8175@code{long} value.
8176
8177@item
8178Floating point constants are a sequence of digits, followed by a decimal
8179point, followed by a sequence of digits, and optionally followed by an
8180exponent. An exponent is of the form:
8181@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8182sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
8183A floating-point constant may also end with a letter @samp{f} or
8184@samp{F}, specifying that the constant should be treated as being of
8185the @code{float} (as opposed to the default @code{double}) type; or with
8186a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8187constant.
c906108c
SS
8188
8189@item
8190Enumerated constants consist of enumerated identifiers, or their
8191integral equivalents.
8192
8193@item
8194Character constants are a single character surrounded by single quotes
8195(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 8196(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
8197be represented by a letter or by @dfn{escape sequences}, which are of
8198the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8199of the character's ordinal value; or of the form @samp{\@var{x}}, where
8200@samp{@var{x}} is a predefined special character---for example,
8201@samp{\n} for newline.
8202
8203@item
96a2c332
SS
8204String constants are a sequence of character constants surrounded by
8205double quotes (@code{"}). Any valid character constant (as described
8206above) may appear. Double quotes within the string must be preceded by
8207a backslash, so for instance @samp{"a\"b'c"} is a string of five
8208characters.
c906108c
SS
8209
8210@item
8211Pointer constants are an integral value. You can also write pointers
8212to constants using the C operator @samp{&}.
8213
8214@item
8215Array constants are comma-separated lists surrounded by braces @samp{@{}
8216and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8217integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8218and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8219@end itemize
8220
c906108c 8221@menu
5d161b24
DB
8222* C plus plus expressions::
8223* C Defaults::
8224* C Checks::
c906108c 8225
5d161b24 8226* Debugging C::
c906108c
SS
8227@end menu
8228
6d2ebf8b 8229@node C plus plus expressions
b37052ae
EZ
8230@subsubsection C@t{++} expressions
8231
8232@cindex expressions in C@t{++}
8233@value{GDBN} expression handling can interpret most C@t{++} expressions.
8234
0179ffac
DC
8235@cindex debugging C@t{++} programs
8236@cindex C@t{++} compilers
8237@cindex debug formats and C@t{++}
8238@cindex @value{NGCC} and C@t{++}
c906108c 8239@quotation
b37052ae 8240@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
0179ffac
DC
8241proper compiler and the proper debug format. Currently, @value{GDBN}
8242works best when debugging C@t{++} code that is compiled with
8243@value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8244@option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8245stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8246stabs+ as their default debug format, so you usually don't need to
8247specify a debug format explicitly. Other compilers and/or debug formats
8248are likely to work badly or not at all when using @value{GDBN} to debug
8249C@t{++} code.
c906108c 8250@end quotation
c906108c
SS
8251
8252@enumerate
8253
8254@cindex member functions
8255@item
8256Member function calls are allowed; you can use expressions like
8257
474c8240 8258@smallexample
c906108c 8259count = aml->GetOriginal(x, y)
474c8240 8260@end smallexample
c906108c 8261
41afff9a 8262@vindex this@r{, inside C@t{++} member functions}
b37052ae 8263@cindex namespace in C@t{++}
c906108c
SS
8264@item
8265While a member function is active (in the selected stack frame), your
8266expressions have the same namespace available as the member function;
8267that is, @value{GDBN} allows implicit references to the class instance
b37052ae 8268pointer @code{this} following the same rules as C@t{++}.
c906108c 8269
c906108c 8270@cindex call overloaded functions
d4f3574e 8271@cindex overloaded functions, calling
b37052ae 8272@cindex type conversions in C@t{++}
c906108c
SS
8273@item
8274You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 8275call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
8276perform overload resolution involving user-defined type conversions,
8277calls to constructors, or instantiations of templates that do not exist
8278in the program. It also cannot handle ellipsis argument lists or
8279default arguments.
8280
8281It does perform integral conversions and promotions, floating-point
8282promotions, arithmetic conversions, pointer conversions, conversions of
8283class objects to base classes, and standard conversions such as those of
8284functions or arrays to pointers; it requires an exact match on the
8285number of function arguments.
8286
8287Overload resolution is always performed, unless you have specified
8288@code{set overload-resolution off}. @xref{Debugging C plus plus,
b37052ae 8289,@value{GDBN} features for C@t{++}}.
c906108c 8290
d4f3574e 8291You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
8292explicit function signature to call an overloaded function, as in
8293@smallexample
8294p 'foo(char,int)'('x', 13)
8295@end smallexample
d4f3574e 8296
c906108c 8297The @value{GDBN} command-completion facility can simplify this;
d4f3574e 8298see @ref{Completion, ,Command completion}.
c906108c 8299
c906108c
SS
8300@cindex reference declarations
8301@item
b37052ae
EZ
8302@value{GDBN} understands variables declared as C@t{++} references; you can use
8303them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
8304dereferenced.
8305
8306In the parameter list shown when @value{GDBN} displays a frame, the values of
8307reference variables are not displayed (unlike other variables); this
8308avoids clutter, since references are often used for large structures.
8309The @emph{address} of a reference variable is always shown, unless
8310you have specified @samp{set print address off}.
8311
8312@item
b37052ae 8313@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
8314expressions can use it just as expressions in your program do. Since
8315one scope may be defined in another, you can use @code{::} repeatedly if
8316necessary, for example in an expression like
8317@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 8318resolving name scope by reference to source files, in both C and C@t{++}
c906108c
SS
8319debugging (@pxref{Variables, ,Program variables}).
8320@end enumerate
8321
b37052ae 8322In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
53a5351d
JM
8323calling virtual functions correctly, printing out virtual bases of
8324objects, calling functions in a base subobject, casting objects, and
8325invoking user-defined operators.
c906108c 8326
6d2ebf8b 8327@node C Defaults
b37052ae 8328@subsubsection C and C@t{++} defaults
7a292a7a 8329
b37052ae 8330@cindex C and C@t{++} defaults
c906108c 8331
c906108c
SS
8332If you allow @value{GDBN} to set type and range checking automatically, they
8333both default to @code{off} whenever the working language changes to
b37052ae 8334C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 8335selects the working language.
c906108c
SS
8336
8337If you allow @value{GDBN} to set the language automatically, it
8338recognizes source files whose names end with @file{.c}, @file{.C}, or
8339@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 8340these files, it sets the working language to C or C@t{++}.
c906108c
SS
8341@xref{Automatically, ,Having @value{GDBN} infer the source language},
8342for further details.
8343
c906108c
SS
8344@c Type checking is (a) primarily motivated by Modula-2, and (b)
8345@c unimplemented. If (b) changes, it might make sense to let this node
8346@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 8347
6d2ebf8b 8348@node C Checks
b37052ae 8349@subsubsection C and C@t{++} type and range checks
7a292a7a 8350
b37052ae 8351@cindex C and C@t{++} checks
c906108c 8352
b37052ae 8353By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
c906108c
SS
8354is not used. However, if you turn type checking on, @value{GDBN}
8355considers two variables type equivalent if:
8356
8357@itemize @bullet
8358@item
8359The two variables are structured and have the same structure, union, or
8360enumerated tag.
8361
8362@item
8363The two variables have the same type name, or types that have been
8364declared equivalent through @code{typedef}.
8365
8366@ignore
8367@c leaving this out because neither J Gilmore nor R Pesch understand it.
8368@c FIXME--beers?
8369@item
8370The two @code{struct}, @code{union}, or @code{enum} variables are
8371declared in the same declaration. (Note: this may not be true for all C
8372compilers.)
8373@end ignore
8374@end itemize
8375
8376Range checking, if turned on, is done on mathematical operations. Array
8377indices are not checked, since they are often used to index a pointer
8378that is not itself an array.
c906108c 8379
6d2ebf8b 8380@node Debugging C
c906108c 8381@subsubsection @value{GDBN} and C
c906108c
SS
8382
8383The @code{set print union} and @code{show print union} commands apply to
8384the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
8385inside a @code{struct} or @code{class} is also printed. Otherwise, it
8386appears as @samp{@{...@}}.
c906108c
SS
8387
8388The @code{@@} operator aids in the debugging of dynamic arrays, formed
8389with pointers and a memory allocation function. @xref{Expressions,
8390,Expressions}.
8391
c906108c 8392@menu
5d161b24 8393* Debugging C plus plus::
c906108c
SS
8394@end menu
8395
6d2ebf8b 8396@node Debugging C plus plus
b37052ae 8397@subsubsection @value{GDBN} features for C@t{++}
c906108c 8398
b37052ae 8399@cindex commands for C@t{++}
7a292a7a 8400
b37052ae
EZ
8401Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8402designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
8403
8404@table @code
8405@cindex break in overloaded functions
8406@item @r{breakpoint menus}
8407When you want a breakpoint in a function whose name is overloaded,
8408@value{GDBN} breakpoint menus help you specify which function definition
8409you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8410
b37052ae 8411@cindex overloading in C@t{++}
c906108c
SS
8412@item rbreak @var{regex}
8413Setting breakpoints using regular expressions is helpful for setting
8414breakpoints on overloaded functions that are not members of any special
8415classes.
8416@xref{Set Breaks, ,Setting breakpoints}.
8417
b37052ae 8418@cindex C@t{++} exception handling
c906108c
SS
8419@item catch throw
8420@itemx catch catch
b37052ae 8421Debug C@t{++} exception handling using these commands. @xref{Set
c906108c
SS
8422Catchpoints, , Setting catchpoints}.
8423
8424@cindex inheritance
8425@item ptype @var{typename}
8426Print inheritance relationships as well as other information for type
8427@var{typename}.
8428@xref{Symbols, ,Examining the Symbol Table}.
8429
b37052ae 8430@cindex C@t{++} symbol display
c906108c
SS
8431@item set print demangle
8432@itemx show print demangle
8433@itemx set print asm-demangle
8434@itemx show print asm-demangle
b37052ae
EZ
8435Control whether C@t{++} symbols display in their source form, both when
8436displaying code as C@t{++} source and when displaying disassemblies.
c906108c
SS
8437@xref{Print Settings, ,Print settings}.
8438
8439@item set print object
8440@itemx show print object
8441Choose whether to print derived (actual) or declared types of objects.
8442@xref{Print Settings, ,Print settings}.
8443
8444@item set print vtbl
8445@itemx show print vtbl
8446Control the format for printing virtual function tables.
8447@xref{Print Settings, ,Print settings}.
c906108c 8448(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 8449ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
8450
8451@kindex set overload-resolution
d4f3574e 8452@cindex overloaded functions, overload resolution
c906108c 8453@item set overload-resolution on
b37052ae 8454Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
8455is on. For overloaded functions, @value{GDBN} evaluates the arguments
8456and searches for a function whose signature matches the argument types,
b37052ae 8457using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
d4f3574e 8458expressions}, for details). If it cannot find a match, it emits a
c906108c
SS
8459message.
8460
8461@item set overload-resolution off
b37052ae 8462Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
8463overloaded functions that are not class member functions, @value{GDBN}
8464chooses the first function of the specified name that it finds in the
8465symbol table, whether or not its arguments are of the correct type. For
8466overloaded functions that are class member functions, @value{GDBN}
8467searches for a function whose signature @emph{exactly} matches the
8468argument types.
c906108c
SS
8469
8470@item @r{Overloaded symbol names}
8471You can specify a particular definition of an overloaded symbol, using
b37052ae 8472the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
8473@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8474also use the @value{GDBN} command-line word completion facilities to list the
8475available choices, or to finish the type list for you.
8476@xref{Completion,, Command completion}, for details on how to do this.
8477@end table
c906108c 8478
b37303ee
AF
8479@node Objective-C
8480@subsection Objective-C
8481
8482@cindex Objective-C
8483This section provides information about some commands and command
8484options that are useful for debugging Objective-C code.
8485
8486@menu
8487* Method Names in Commands::
8488* The Print Command with Objective-C::
8489@end menu
8490
8491@node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8492@subsubsection Method Names in Commands
8493
8494The following commands have been extended to accept Objective-C method
8495names as line specifications:
8496
8497@kindex clear@r{, and Objective-C}
8498@kindex break@r{, and Objective-C}
8499@kindex info line@r{, and Objective-C}
8500@kindex jump@r{, and Objective-C}
8501@kindex list@r{, and Objective-C}
8502@itemize
8503@item @code{clear}
8504@item @code{break}
8505@item @code{info line}
8506@item @code{jump}
8507@item @code{list}
8508@end itemize
8509
8510A fully qualified Objective-C method name is specified as
8511
8512@smallexample
8513-[@var{Class} @var{methodName}]
8514@end smallexample
8515
c552b3bb
JM
8516where the minus sign is used to indicate an instance method and a
8517plus sign (not shown) is used to indicate a class method. The class
8518name @var{Class} and method name @var{methodName} are enclosed in
8519brackets, similar to the way messages are specified in Objective-C
8520source code. For example, to set a breakpoint at the @code{create}
8521instance method of class @code{Fruit} in the program currently being
8522debugged, enter:
b37303ee
AF
8523
8524@smallexample
8525break -[Fruit create]
8526@end smallexample
8527
8528To list ten program lines around the @code{initialize} class method,
8529enter:
8530
8531@smallexample
8532list +[NSText initialize]
8533@end smallexample
8534
c552b3bb
JM
8535In the current version of @value{GDBN}, the plus or minus sign is
8536required. In future versions of @value{GDBN}, the plus or minus
8537sign will be optional, but you can use it to narrow the search. It
8538is also possible to specify just a method name:
b37303ee
AF
8539
8540@smallexample
8541break create
8542@end smallexample
8543
8544You must specify the complete method name, including any colons. If
8545your program's source files contain more than one @code{create} method,
8546you'll be presented with a numbered list of classes that implement that
8547method. Indicate your choice by number, or type @samp{0} to exit if
8548none apply.
8549
8550As another example, to clear a breakpoint established at the
8551@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
8552
8553@smallexample
8554clear -[NSWindow makeKeyAndOrderFront:]
8555@end smallexample
8556
8557@node The Print Command with Objective-C
8558@subsubsection The Print Command With Objective-C
c552b3bb
JM
8559@kindex print-object
8560@kindex po @r{(@code{print-object})}
b37303ee 8561
c552b3bb 8562The print command has also been extended to accept methods. For example:
b37303ee
AF
8563
8564@smallexample
c552b3bb 8565print -[@var{object} hash]
b37303ee
AF
8566@end smallexample
8567
8568@cindex print an Objective-C object description
c552b3bb
JM
8569@cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
8570@noindent
8571will tell @value{GDBN} to send the @code{hash} message to @var{object}
8572and print the result. Also, an additional command has been added,
8573@code{print-object} or @code{po} for short, which is meant to print
8574the description of an object. However, this command may only work
8575with certain Objective-C libraries that have a particular hook
8576function, @code{_NSPrintForDebugger}, defined.
b37303ee
AF
8577
8578@node Modula-2, , Objective-C, Support
c906108c 8579@subsection Modula-2
7a292a7a 8580
d4f3574e 8581@cindex Modula-2, @value{GDBN} support
c906108c
SS
8582
8583The extensions made to @value{GDBN} to support Modula-2 only support
8584output from the @sc{gnu} Modula-2 compiler (which is currently being
8585developed). Other Modula-2 compilers are not currently supported, and
8586attempting to debug executables produced by them is most likely
8587to give an error as @value{GDBN} reads in the executable's symbol
8588table.
8589
8590@cindex expressions in Modula-2
8591@menu
8592* M2 Operators:: Built-in operators
8593* Built-In Func/Proc:: Built-in functions and procedures
8594* M2 Constants:: Modula-2 constants
8595* M2 Defaults:: Default settings for Modula-2
8596* Deviations:: Deviations from standard Modula-2
8597* M2 Checks:: Modula-2 type and range checks
8598* M2 Scope:: The scope operators @code{::} and @code{.}
8599* GDB/M2:: @value{GDBN} and Modula-2
8600@end menu
8601
6d2ebf8b 8602@node M2 Operators
c906108c
SS
8603@subsubsection Operators
8604@cindex Modula-2 operators
8605
8606Operators must be defined on values of specific types. For instance,
8607@code{+} is defined on numbers, but not on structures. Operators are
8608often defined on groups of types. For the purposes of Modula-2, the
8609following definitions hold:
8610
8611@itemize @bullet
8612
8613@item
8614@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
8615their subranges.
8616
8617@item
8618@emph{Character types} consist of @code{CHAR} and its subranges.
8619
8620@item
8621@emph{Floating-point types} consist of @code{REAL}.
8622
8623@item
8624@emph{Pointer types} consist of anything declared as @code{POINTER TO
8625@var{type}}.
8626
8627@item
8628@emph{Scalar types} consist of all of the above.
8629
8630@item
8631@emph{Set types} consist of @code{SET} and @code{BITSET} types.
8632
8633@item
8634@emph{Boolean types} consist of @code{BOOLEAN}.
8635@end itemize
8636
8637@noindent
8638The following operators are supported, and appear in order of
8639increasing precedence:
8640
8641@table @code
8642@item ,
8643Function argument or array index separator.
8644
8645@item :=
8646Assignment. The value of @var{var} @code{:=} @var{value} is
8647@var{value}.
8648
8649@item <@r{, }>
8650Less than, greater than on integral, floating-point, or enumerated
8651types.
8652
8653@item <=@r{, }>=
96a2c332 8654Less than or equal to, greater than or equal to
c906108c
SS
8655on integral, floating-point and enumerated types, or set inclusion on
8656set types. Same precedence as @code{<}.
8657
8658@item =@r{, }<>@r{, }#
8659Equality and two ways of expressing inequality, valid on scalar types.
8660Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
8661available for inequality, since @code{#} conflicts with the script
8662comment character.
8663
8664@item IN
8665Set membership. Defined on set types and the types of their members.
8666Same precedence as @code{<}.
8667
8668@item OR
8669Boolean disjunction. Defined on boolean types.
8670
8671@item AND@r{, }&
d4f3574e 8672Boolean conjunction. Defined on boolean types.
c906108c
SS
8673
8674@item @@
8675The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8676
8677@item +@r{, }-
8678Addition and subtraction on integral and floating-point types, or union
8679and difference on set types.
8680
8681@item *
8682Multiplication on integral and floating-point types, or set intersection
8683on set types.
8684
8685@item /
8686Division on floating-point types, or symmetric set difference on set
8687types. Same precedence as @code{*}.
8688
8689@item DIV@r{, }MOD
8690Integer division and remainder. Defined on integral types. Same
8691precedence as @code{*}.
8692
8693@item -
8694Negative. Defined on @code{INTEGER} and @code{REAL} data.
8695
8696@item ^
8697Pointer dereferencing. Defined on pointer types.
8698
8699@item NOT
8700Boolean negation. Defined on boolean types. Same precedence as
8701@code{^}.
8702
8703@item .
8704@code{RECORD} field selector. Defined on @code{RECORD} data. Same
8705precedence as @code{^}.
8706
8707@item []
8708Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
8709
8710@item ()
8711Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
8712as @code{^}.
8713
8714@item ::@r{, }.
8715@value{GDBN} and Modula-2 scope operators.
8716@end table
8717
8718@quotation
8719@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
8720treats the use of the operator @code{IN}, or the use of operators
8721@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
8722@code{<=}, and @code{>=} on sets as an error.
8723@end quotation
8724
cb51c4e0 8725
6d2ebf8b 8726@node Built-In Func/Proc
c906108c 8727@subsubsection Built-in functions and procedures
cb51c4e0 8728@cindex Modula-2 built-ins
c906108c
SS
8729
8730Modula-2 also makes available several built-in procedures and functions.
8731In describing these, the following metavariables are used:
8732
8733@table @var
8734
8735@item a
8736represents an @code{ARRAY} variable.
8737
8738@item c
8739represents a @code{CHAR} constant or variable.
8740
8741@item i
8742represents a variable or constant of integral type.
8743
8744@item m
8745represents an identifier that belongs to a set. Generally used in the
8746same function with the metavariable @var{s}. The type of @var{s} should
8747be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
8748
8749@item n
8750represents a variable or constant of integral or floating-point type.
8751
8752@item r
8753represents a variable or constant of floating-point type.
8754
8755@item t
8756represents a type.
8757
8758@item v
8759represents a variable.
8760
8761@item x
8762represents a variable or constant of one of many types. See the
8763explanation of the function for details.
8764@end table
8765
8766All Modula-2 built-in procedures also return a result, described below.
8767
8768@table @code
8769@item ABS(@var{n})
8770Returns the absolute value of @var{n}.
8771
8772@item CAP(@var{c})
8773If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 8774equivalent, otherwise it returns its argument.
c906108c
SS
8775
8776@item CHR(@var{i})
8777Returns the character whose ordinal value is @var{i}.
8778
8779@item DEC(@var{v})
c3f6f71d 8780Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8781
8782@item DEC(@var{v},@var{i})
8783Decrements the value in the variable @var{v} by @var{i}. Returns the
8784new value.
8785
8786@item EXCL(@var{m},@var{s})
8787Removes the element @var{m} from the set @var{s}. Returns the new
8788set.
8789
8790@item FLOAT(@var{i})
8791Returns the floating point equivalent of the integer @var{i}.
8792
8793@item HIGH(@var{a})
8794Returns the index of the last member of @var{a}.
8795
8796@item INC(@var{v})
c3f6f71d 8797Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
8798
8799@item INC(@var{v},@var{i})
8800Increments the value in the variable @var{v} by @var{i}. Returns the
8801new value.
8802
8803@item INCL(@var{m},@var{s})
8804Adds the element @var{m} to the set @var{s} if it is not already
8805there. Returns the new set.
8806
8807@item MAX(@var{t})
8808Returns the maximum value of the type @var{t}.
8809
8810@item MIN(@var{t})
8811Returns the minimum value of the type @var{t}.
8812
8813@item ODD(@var{i})
8814Returns boolean TRUE if @var{i} is an odd number.
8815
8816@item ORD(@var{x})
8817Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
8818value of a character is its @sc{ascii} value (on machines supporting the
8819@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
8820integral, character and enumerated types.
8821
8822@item SIZE(@var{x})
8823Returns the size of its argument. @var{x} can be a variable or a type.
8824
8825@item TRUNC(@var{r})
8826Returns the integral part of @var{r}.
8827
8828@item VAL(@var{t},@var{i})
8829Returns the member of the type @var{t} whose ordinal value is @var{i}.
8830@end table
8831
8832@quotation
8833@emph{Warning:} Sets and their operations are not yet supported, so
8834@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
8835an error.
8836@end quotation
8837
8838@cindex Modula-2 constants
6d2ebf8b 8839@node M2 Constants
c906108c
SS
8840@subsubsection Constants
8841
8842@value{GDBN} allows you to express the constants of Modula-2 in the following
8843ways:
8844
8845@itemize @bullet
8846
8847@item
8848Integer constants are simply a sequence of digits. When used in an
8849expression, a constant is interpreted to be type-compatible with the
8850rest of the expression. Hexadecimal integers are specified by a
8851trailing @samp{H}, and octal integers by a trailing @samp{B}.
8852
8853@item
8854Floating point constants appear as a sequence of digits, followed by a
8855decimal point and another sequence of digits. An optional exponent can
8856then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
8857@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
8858digits of the floating point constant must be valid decimal (base 10)
8859digits.
8860
8861@item
8862Character constants consist of a single character enclosed by a pair of
8863like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 8864also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
8865followed by a @samp{C}.
8866
8867@item
8868String constants consist of a sequence of characters enclosed by a
8869pair of like quotes, either single (@code{'}) or double (@code{"}).
8870Escape sequences in the style of C are also allowed. @xref{C
b37052ae 8871Constants, ,C and C@t{++} constants}, for a brief explanation of escape
c906108c
SS
8872sequences.
8873
8874@item
8875Enumerated constants consist of an enumerated identifier.
8876
8877@item
8878Boolean constants consist of the identifiers @code{TRUE} and
8879@code{FALSE}.
8880
8881@item
8882Pointer constants consist of integral values only.
8883
8884@item
8885Set constants are not yet supported.
8886@end itemize
8887
6d2ebf8b 8888@node M2 Defaults
c906108c
SS
8889@subsubsection Modula-2 defaults
8890@cindex Modula-2 defaults
8891
8892If type and range checking are set automatically by @value{GDBN}, they
8893both default to @code{on} whenever the working language changes to
d4f3574e 8894Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
8895selected the working language.
8896
8897If you allow @value{GDBN} to set the language automatically, then entering
8898code compiled from a file whose name ends with @file{.mod} sets the
d4f3574e 8899working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c906108c
SS
8900the language automatically}, for further details.
8901
6d2ebf8b 8902@node Deviations
c906108c
SS
8903@subsubsection Deviations from standard Modula-2
8904@cindex Modula-2, deviations from
8905
8906A few changes have been made to make Modula-2 programs easier to debug.
8907This is done primarily via loosening its type strictness:
8908
8909@itemize @bullet
8910@item
8911Unlike in standard Modula-2, pointer constants can be formed by
8912integers. This allows you to modify pointer variables during
8913debugging. (In standard Modula-2, the actual address contained in a
8914pointer variable is hidden from you; it can only be modified
8915through direct assignment to another pointer variable or expression that
8916returned a pointer.)
8917
8918@item
8919C escape sequences can be used in strings and characters to represent
8920non-printable characters. @value{GDBN} prints out strings with these
8921escape sequences embedded. Single non-printable characters are
8922printed using the @samp{CHR(@var{nnn})} format.
8923
8924@item
8925The assignment operator (@code{:=}) returns the value of its right-hand
8926argument.
8927
8928@item
8929All built-in procedures both modify @emph{and} return their argument.
8930@end itemize
8931
6d2ebf8b 8932@node M2 Checks
c906108c
SS
8933@subsubsection Modula-2 type and range checks
8934@cindex Modula-2 checks
8935
8936@quotation
8937@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
8938range checking.
8939@end quotation
8940@c FIXME remove warning when type/range checks added
8941
8942@value{GDBN} considers two Modula-2 variables type equivalent if:
8943
8944@itemize @bullet
8945@item
8946They are of types that have been declared equivalent via a @code{TYPE
8947@var{t1} = @var{t2}} statement
8948
8949@item
8950They have been declared on the same line. (Note: This is true of the
8951@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
8952@end itemize
8953
8954As long as type checking is enabled, any attempt to combine variables
8955whose types are not equivalent is an error.
8956
8957Range checking is done on all mathematical operations, assignment, array
8958index bounds, and all built-in functions and procedures.
8959
6d2ebf8b 8960@node M2 Scope
c906108c
SS
8961@subsubsection The scope operators @code{::} and @code{.}
8962@cindex scope
41afff9a 8963@cindex @code{.}, Modula-2 scope operator
c906108c
SS
8964@cindex colon, doubled as scope operator
8965@ifinfo
41afff9a 8966@vindex colon-colon@r{, in Modula-2}
c906108c
SS
8967@c Info cannot handle :: but TeX can.
8968@end ifinfo
8969@iftex
41afff9a 8970@vindex ::@r{, in Modula-2}
c906108c
SS
8971@end iftex
8972
8973There are a few subtle differences between the Modula-2 scope operator
8974(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
8975similar syntax:
8976
474c8240 8977@smallexample
c906108c
SS
8978
8979@var{module} . @var{id}
8980@var{scope} :: @var{id}
474c8240 8981@end smallexample
c906108c
SS
8982
8983@noindent
8984where @var{scope} is the name of a module or a procedure,
8985@var{module} the name of a module, and @var{id} is any declared
8986identifier within your program, except another module.
8987
8988Using the @code{::} operator makes @value{GDBN} search the scope
8989specified by @var{scope} for the identifier @var{id}. If it is not
8990found in the specified scope, then @value{GDBN} searches all scopes
8991enclosing the one specified by @var{scope}.
8992
8993Using the @code{.} operator makes @value{GDBN} search the current scope for
8994the identifier specified by @var{id} that was imported from the
8995definition module specified by @var{module}. With this operator, it is
8996an error if the identifier @var{id} was not imported from definition
8997module @var{module}, or if @var{id} is not an identifier in
8998@var{module}.
8999
6d2ebf8b 9000@node GDB/M2
c906108c
SS
9001@subsubsection @value{GDBN} and Modula-2
9002
9003Some @value{GDBN} commands have little use when debugging Modula-2 programs.
9004Five subcommands of @code{set print} and @code{show print} apply
b37052ae 9005specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 9006@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 9007apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
9008analogue in Modula-2.
9009
9010The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 9011with any language, is not useful with Modula-2. Its
c906108c 9012intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 9013created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 9014address can be specified by an integral constant, the construct
d4f3574e 9015@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
9016
9017@cindex @code{#} in Modula-2
9018In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
9019interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 9020
4e562065
JB
9021@node Unsupported languages
9022@section Unsupported languages
9023
9024@cindex unsupported languages
9025@cindex minimal language
9026In addition to the other fully-supported programming languages,
9027@value{GDBN} also provides a pseudo-language, called @code{minimal}.
9028It does not represent a real programming language, but provides a set
9029of capabilities close to what the C or assembly languages provide.
9030This should allow most simple operations to be performed while debugging
9031an application that uses a language currently not supported by @value{GDBN}.
9032
9033If the language is set to @code{auto}, @value{GDBN} will automatically
9034select this language if the current frame corresponds to an unsupported
9035language.
9036
6d2ebf8b 9037@node Symbols
c906108c
SS
9038@chapter Examining the Symbol Table
9039
d4f3574e 9040The commands described in this chapter allow you to inquire about the
c906108c
SS
9041symbols (names of variables, functions and types) defined in your
9042program. This information is inherent in the text of your program and
9043does not change as your program executes. @value{GDBN} finds it in your
9044program's symbol table, in the file indicated when you started @value{GDBN}
9045(@pxref{File Options, ,Choosing files}), or by one of the
9046file-management commands (@pxref{Files, ,Commands to specify files}).
9047
9048@cindex symbol names
9049@cindex names of symbols
9050@cindex quoting names
9051Occasionally, you may need to refer to symbols that contain unusual
9052characters, which @value{GDBN} ordinarily treats as word delimiters. The
9053most frequent case is in referring to static variables in other
9054source files (@pxref{Variables,,Program variables}). File names
9055are recorded in object files as debugging symbols, but @value{GDBN} would
9056ordinarily parse a typical file name, like @file{foo.c}, as the three words
9057@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
9058@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9059
474c8240 9060@smallexample
c906108c 9061p 'foo.c'::x
474c8240 9062@end smallexample
c906108c
SS
9063
9064@noindent
9065looks up the value of @code{x} in the scope of the file @file{foo.c}.
9066
9067@table @code
9068@kindex info address
b37052ae 9069@cindex address of a symbol
c906108c
SS
9070@item info address @var{symbol}
9071Describe where the data for @var{symbol} is stored. For a register
9072variable, this says which register it is kept in. For a non-register
9073local variable, this prints the stack-frame offset at which the variable
9074is always stored.
9075
9076Note the contrast with @samp{print &@var{symbol}}, which does not work
9077at all for a register variable, and for a stack local variable prints
9078the exact address of the current instantiation of the variable.
9079
3d67e040 9080@kindex info symbol
b37052ae 9081@cindex symbol from address
3d67e040
EZ
9082@item info symbol @var{addr}
9083Print the name of a symbol which is stored at the address @var{addr}.
9084If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9085nearest symbol and an offset from it:
9086
474c8240 9087@smallexample
3d67e040
EZ
9088(@value{GDBP}) info symbol 0x54320
9089_initialize_vx + 396 in section .text
474c8240 9090@end smallexample
3d67e040
EZ
9091
9092@noindent
9093This is the opposite of the @code{info address} command. You can use
9094it to find out the name of a variable or a function given its address.
9095
c906108c 9096@kindex whatis
d4f3574e
SS
9097@item whatis @var{expr}
9098Print the data type of expression @var{expr}. @var{expr} is not
c906108c
SS
9099actually evaluated, and any side-effecting operations (such as
9100assignments or function calls) inside it do not take place.
9101@xref{Expressions, ,Expressions}.
9102
9103@item whatis
9104Print the data type of @code{$}, the last value in the value history.
9105
9106@kindex ptype
9107@item ptype @var{typename}
9108Print a description of data type @var{typename}. @var{typename} may be
7a292a7a
SS
9109the name of a type, or for C code it may have the form @samp{class
9110@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9111@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 9112
d4f3574e 9113@item ptype @var{expr}
c906108c 9114@itemx ptype
d4f3574e 9115Print a description of the type of expression @var{expr}. @code{ptype}
c906108c
SS
9116differs from @code{whatis} by printing a detailed description, instead
9117of just the name of the type.
9118
9119For example, for this variable declaration:
9120
474c8240 9121@smallexample
c906108c 9122struct complex @{double real; double imag;@} v;
474c8240 9123@end smallexample
c906108c
SS
9124
9125@noindent
9126the two commands give this output:
9127
474c8240 9128@smallexample
c906108c
SS
9129@group
9130(@value{GDBP}) whatis v
9131type = struct complex
9132(@value{GDBP}) ptype v
9133type = struct complex @{
9134 double real;
9135 double imag;
9136@}
9137@end group
474c8240 9138@end smallexample
c906108c
SS
9139
9140@noindent
9141As with @code{whatis}, using @code{ptype} without an argument refers to
9142the type of @code{$}, the last value in the value history.
9143
9144@kindex info types
9145@item info types @var{regexp}
9146@itemx info types
d4f3574e 9147Print a brief description of all types whose names match @var{regexp}
c906108c
SS
9148(or all types in your program, if you supply no argument). Each
9149complete typename is matched as though it were a complete line; thus,
9150@samp{i type value} gives information on all types in your program whose
d4f3574e 9151names include the string @code{value}, but @samp{i type ^value$} gives
c906108c
SS
9152information only on types whose complete name is @code{value}.
9153
9154This command differs from @code{ptype} in two ways: first, like
9155@code{whatis}, it does not print a detailed description; second, it
9156lists all source files where a type is defined.
9157
b37052ae
EZ
9158@kindex info scope
9159@cindex local variables
9160@item info scope @var{addr}
9161List all the variables local to a particular scope. This command
9162accepts a location---a function name, a source line, or an address
9163preceded by a @samp{*}, and prints all the variables local to the
9164scope defined by that location. For example:
9165
9166@smallexample
9167(@value{GDBP}) @b{info scope command_line_handler}
9168Scope for command_line_handler:
9169Symbol rl is an argument at stack/frame offset 8, length 4.
9170Symbol linebuffer is in static storage at address 0x150a18, length 4.
9171Symbol linelength is in static storage at address 0x150a1c, length 4.
9172Symbol p is a local variable in register $esi, length 4.
9173Symbol p1 is a local variable in register $ebx, length 4.
9174Symbol nline is a local variable in register $edx, length 4.
9175Symbol repeat is a local variable at frame offset -8, length 4.
9176@end smallexample
9177
f5c37c66
EZ
9178@noindent
9179This command is especially useful for determining what data to collect
9180during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
9181collect}.
9182
c906108c
SS
9183@kindex info source
9184@item info source
919d772c
JB
9185Show information about the current source file---that is, the source file for
9186the function containing the current point of execution:
9187@itemize @bullet
9188@item
9189the name of the source file, and the directory containing it,
9190@item
9191the directory it was compiled in,
9192@item
9193its length, in lines,
9194@item
9195which programming language it is written in,
9196@item
9197whether the executable includes debugging information for that file, and
9198if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
9199@item
9200whether the debugging information includes information about
9201preprocessor macros.
9202@end itemize
9203
c906108c
SS
9204
9205@kindex info sources
9206@item info sources
9207Print the names of all source files in your program for which there is
9208debugging information, organized into two lists: files whose symbols
9209have already been read, and files whose symbols will be read when needed.
9210
9211@kindex info functions
9212@item info functions
9213Print the names and data types of all defined functions.
9214
9215@item info functions @var{regexp}
9216Print the names and data types of all defined functions
9217whose names contain a match for regular expression @var{regexp}.
9218Thus, @samp{info fun step} finds all functions whose names
9219include @code{step}; @samp{info fun ^step} finds those whose names
1c5dfdad
MS
9220start with @code{step}. If a function name contains characters
9221that conflict with the regular expression language (eg.
9222@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
9223
9224@kindex info variables
9225@item info variables
9226Print the names and data types of all variables that are declared
6ca652b0 9227outside of functions (i.e.@: excluding local variables).
c906108c
SS
9228
9229@item info variables @var{regexp}
9230Print the names and data types of all variables (except for local
9231variables) whose names contain a match for regular expression
9232@var{regexp}.
9233
b37303ee
AF
9234@kindex info classes
9235@item info classes
9236@itemx info classes @var{regexp}
9237Display all Objective-C classes in your program, or
9238(with the @var{regexp} argument) all those matching a particular regular
9239expression.
9240
9241@kindex info selectors
9242@item info selectors
9243@itemx info selectors @var{regexp}
9244Display all Objective-C selectors in your program, or
9245(with the @var{regexp} argument) all those matching a particular regular
9246expression.
9247
c906108c
SS
9248@ignore
9249This was never implemented.
9250@kindex info methods
9251@item info methods
9252@itemx info methods @var{regexp}
9253The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
9254methods within C@t{++} program, or (with the @var{regexp} argument) a
9255specific set of methods found in the various C@t{++} classes. Many
9256C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
9257from the @code{ptype} command can be overwhelming and hard to use. The
9258@code{info-methods} command filters the methods, printing only those
9259which match the regular-expression @var{regexp}.
9260@end ignore
9261
c906108c
SS
9262@cindex reloading symbols
9263Some systems allow individual object files that make up your program to
7a292a7a
SS
9264be replaced without stopping and restarting your program. For example,
9265in VxWorks you can simply recompile a defective object file and keep on
9266running. If you are running on one of these systems, you can allow
9267@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
9268
9269@table @code
9270@kindex set symbol-reloading
9271@item set symbol-reloading on
9272Replace symbol definitions for the corresponding source file when an
9273object file with a particular name is seen again.
9274
9275@item set symbol-reloading off
6d2ebf8b
SS
9276Do not replace symbol definitions when encountering object files of the
9277same name more than once. This is the default state; if you are not
9278running on a system that permits automatic relinking of modules, you
9279should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
9280may discard symbols when linking large programs, that may contain
9281several modules (from different directories or libraries) with the same
9282name.
c906108c
SS
9283
9284@kindex show symbol-reloading
9285@item show symbol-reloading
9286Show the current @code{on} or @code{off} setting.
9287@end table
c906108c 9288
c906108c
SS
9289@kindex set opaque-type-resolution
9290@item set opaque-type-resolution on
9291Tell @value{GDBN} to resolve opaque types. An opaque type is a type
9292declared as a pointer to a @code{struct}, @code{class}, or
9293@code{union}---for example, @code{struct MyType *}---that is used in one
9294source file although the full declaration of @code{struct MyType} is in
9295another source file. The default is on.
9296
9297A change in the setting of this subcommand will not take effect until
9298the next time symbols for a file are loaded.
9299
9300@item set opaque-type-resolution off
9301Tell @value{GDBN} not to resolve opaque types. In this case, the type
9302is printed as follows:
9303@smallexample
9304@{<no data fields>@}
9305@end smallexample
9306
9307@kindex show opaque-type-resolution
9308@item show opaque-type-resolution
9309Show whether opaque types are resolved or not.
c906108c
SS
9310
9311@kindex maint print symbols
9312@cindex symbol dump
9313@kindex maint print psymbols
9314@cindex partial symbol dump
9315@item maint print symbols @var{filename}
9316@itemx maint print psymbols @var{filename}
9317@itemx maint print msymbols @var{filename}
9318Write a dump of debugging symbol data into the file @var{filename}.
9319These commands are used to debug the @value{GDBN} symbol-reading code. Only
9320symbols with debugging data are included. If you use @samp{maint print
9321symbols}, @value{GDBN} includes all the symbols for which it has already
9322collected full details: that is, @var{filename} reflects symbols for
9323only those files whose symbols @value{GDBN} has read. You can use the
9324command @code{info sources} to find out which files these are. If you
9325use @samp{maint print psymbols} instead, the dump shows information about
9326symbols that @value{GDBN} only knows partially---that is, symbols defined in
9327files that @value{GDBN} has skimmed, but not yet read completely. Finally,
9328@samp{maint print msymbols} dumps just the minimal symbol information
9329required for each object file from which @value{GDBN} has read some symbols.
9330@xref{Files, ,Commands to specify files}, for a discussion of how
9331@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 9332
5e7b2f39
JB
9333@kindex maint info symtabs
9334@kindex maint info psymtabs
44ea7b70
JB
9335@cindex listing @value{GDBN}'s internal symbol tables
9336@cindex symbol tables, listing @value{GDBN}'s internal
9337@cindex full symbol tables, listing @value{GDBN}'s internal
9338@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
9339@item maint info symtabs @r{[} @var{regexp} @r{]}
9340@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
9341
9342List the @code{struct symtab} or @code{struct partial_symtab}
9343structures whose names match @var{regexp}. If @var{regexp} is not
9344given, list them all. The output includes expressions which you can
9345copy into a @value{GDBN} debugging this one to examine a particular
9346structure in more detail. For example:
9347
9348@smallexample
5e7b2f39 9349(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
9350@{ objfile /home/gnu/build/gdb/gdb
9351 ((struct objfile *) 0x82e69d0)
9352 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
9353 ((struct partial_symtab *) 0x8474b10)
9354 readin no
9355 fullname (null)
9356 text addresses 0x814d3c8 -- 0x8158074
9357 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
9358 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
9359 dependencies (none)
9360 @}
9361@}
5e7b2f39 9362(@value{GDBP}) maint info symtabs
44ea7b70
JB
9363(@value{GDBP})
9364@end smallexample
9365@noindent
9366We see that there is one partial symbol table whose filename contains
9367the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
9368and we see that @value{GDBN} has not read in any symtabs yet at all.
9369If we set a breakpoint on a function, that will cause @value{GDBN} to
9370read the symtab for the compilation unit containing that function:
9371
9372@smallexample
9373(@value{GDBP}) break dwarf2_psymtab_to_symtab
9374Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
9375line 1574.
5e7b2f39 9376(@value{GDBP}) maint info symtabs
44ea7b70
JB
9377@{ objfile /home/gnu/build/gdb/gdb
9378 ((struct objfile *) 0x82e69d0)
9379 @{ symtab /home/gnu/src/gdb/dwarf2read.c
9380 ((struct symtab *) 0x86c1f38)
9381 dirname (null)
9382 fullname (null)
9383 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
9384 debugformat DWARF 2
9385 @}
9386@}
9387(@value{GDBP})
9388@end smallexample
c906108c
SS
9389@end table
9390
44ea7b70 9391
6d2ebf8b 9392@node Altering
c906108c
SS
9393@chapter Altering Execution
9394
9395Once you think you have found an error in your program, you might want to
9396find out for certain whether correcting the apparent error would lead to
9397correct results in the rest of the run. You can find the answer by
9398experiment, using the @value{GDBN} features for altering execution of the
9399program.
9400
9401For example, you can store new values into variables or memory
7a292a7a
SS
9402locations, give your program a signal, restart it at a different
9403address, or even return prematurely from a function.
c906108c
SS
9404
9405@menu
9406* Assignment:: Assignment to variables
9407* Jumping:: Continuing at a different address
c906108c 9408* Signaling:: Giving your program a signal
c906108c
SS
9409* Returning:: Returning from a function
9410* Calling:: Calling your program's functions
9411* Patching:: Patching your program
9412@end menu
9413
6d2ebf8b 9414@node Assignment
c906108c
SS
9415@section Assignment to variables
9416
9417@cindex assignment
9418@cindex setting variables
9419To alter the value of a variable, evaluate an assignment expression.
9420@xref{Expressions, ,Expressions}. For example,
9421
474c8240 9422@smallexample
c906108c 9423print x=4
474c8240 9424@end smallexample
c906108c
SS
9425
9426@noindent
9427stores the value 4 into the variable @code{x}, and then prints the
5d161b24 9428value of the assignment expression (which is 4).
c906108c
SS
9429@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
9430information on operators in supported languages.
c906108c
SS
9431
9432@kindex set variable
9433@cindex variables, setting
9434If you are not interested in seeing the value of the assignment, use the
9435@code{set} command instead of the @code{print} command. @code{set} is
9436really the same as @code{print} except that the expression's value is
9437not printed and is not put in the value history (@pxref{Value History,
9438,Value history}). The expression is evaluated only for its effects.
9439
c906108c
SS
9440If the beginning of the argument string of the @code{set} command
9441appears identical to a @code{set} subcommand, use the @code{set
9442variable} command instead of just @code{set}. This command is identical
9443to @code{set} except for its lack of subcommands. For example, if your
9444program has a variable @code{width}, you get an error if you try to set
9445a new value with just @samp{set width=13}, because @value{GDBN} has the
9446command @code{set width}:
9447
474c8240 9448@smallexample
c906108c
SS
9449(@value{GDBP}) whatis width
9450type = double
9451(@value{GDBP}) p width
9452$4 = 13
9453(@value{GDBP}) set width=47
9454Invalid syntax in expression.
474c8240 9455@end smallexample
c906108c
SS
9456
9457@noindent
9458The invalid expression, of course, is @samp{=47}. In
9459order to actually set the program's variable @code{width}, use
9460
474c8240 9461@smallexample
c906108c 9462(@value{GDBP}) set var width=47
474c8240 9463@end smallexample
53a5351d 9464
c906108c
SS
9465Because the @code{set} command has many subcommands that can conflict
9466with the names of program variables, it is a good idea to use the
9467@code{set variable} command instead of just @code{set}. For example, if
9468your program has a variable @code{g}, you run into problems if you try
9469to set a new value with just @samp{set g=4}, because @value{GDBN} has
9470the command @code{set gnutarget}, abbreviated @code{set g}:
9471
474c8240 9472@smallexample
c906108c
SS
9473@group
9474(@value{GDBP}) whatis g
9475type = double
9476(@value{GDBP}) p g
9477$1 = 1
9478(@value{GDBP}) set g=4
2df3850c 9479(@value{GDBP}) p g
c906108c
SS
9480$2 = 1
9481(@value{GDBP}) r
9482The program being debugged has been started already.
9483Start it from the beginning? (y or n) y
9484Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
9485"/home/smith/cc_progs/a.out": can't open to read symbols:
9486 Invalid bfd target.
c906108c
SS
9487(@value{GDBP}) show g
9488The current BFD target is "=4".
9489@end group
474c8240 9490@end smallexample
c906108c
SS
9491
9492@noindent
9493The program variable @code{g} did not change, and you silently set the
9494@code{gnutarget} to an invalid value. In order to set the variable
9495@code{g}, use
9496
474c8240 9497@smallexample
c906108c 9498(@value{GDBP}) set var g=4
474c8240 9499@end smallexample
c906108c
SS
9500
9501@value{GDBN} allows more implicit conversions in assignments than C; you can
9502freely store an integer value into a pointer variable or vice versa,
9503and you can convert any structure to any other structure that is the
9504same length or shorter.
9505@comment FIXME: how do structs align/pad in these conversions?
9506@comment /doc@cygnus.com 18dec1990
9507
9508To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
9509construct to generate a value of specified type at a specified address
9510(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
9511to memory location @code{0x83040} as an integer (which implies a certain size
9512and representation in memory), and
9513
474c8240 9514@smallexample
c906108c 9515set @{int@}0x83040 = 4
474c8240 9516@end smallexample
c906108c
SS
9517
9518@noindent
9519stores the value 4 into that memory location.
9520
6d2ebf8b 9521@node Jumping
c906108c
SS
9522@section Continuing at a different address
9523
9524Ordinarily, when you continue your program, you do so at the place where
9525it stopped, with the @code{continue} command. You can instead continue at
9526an address of your own choosing, with the following commands:
9527
9528@table @code
9529@kindex jump
9530@item jump @var{linespec}
9531Resume execution at line @var{linespec}. Execution stops again
9532immediately if there is a breakpoint there. @xref{List, ,Printing
9533source lines}, for a description of the different forms of
9534@var{linespec}. It is common practice to use the @code{tbreak} command
9535in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
9536breakpoints}.
9537
9538The @code{jump} command does not change the current stack frame, or
9539the stack pointer, or the contents of any memory location or any
9540register other than the program counter. If line @var{linespec} is in
9541a different function from the one currently executing, the results may
9542be bizarre if the two functions expect different patterns of arguments or
9543of local variables. For this reason, the @code{jump} command requests
9544confirmation if the specified line is not in the function currently
9545executing. However, even bizarre results are predictable if you are
9546well acquainted with the machine-language code of your program.
9547
9548@item jump *@var{address}
9549Resume execution at the instruction at address @var{address}.
9550@end table
9551
c906108c 9552@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
9553On many systems, you can get much the same effect as the @code{jump}
9554command by storing a new value into the register @code{$pc}. The
9555difference is that this does not start your program running; it only
9556changes the address of where it @emph{will} run when you continue. For
9557example,
c906108c 9558
474c8240 9559@smallexample
c906108c 9560set $pc = 0x485
474c8240 9561@end smallexample
c906108c
SS
9562
9563@noindent
9564makes the next @code{continue} command or stepping command execute at
9565address @code{0x485}, rather than at the address where your program stopped.
9566@xref{Continuing and Stepping, ,Continuing and stepping}.
c906108c
SS
9567
9568The most common occasion to use the @code{jump} command is to back
9569up---perhaps with more breakpoints set---over a portion of a program
9570that has already executed, in order to examine its execution in more
9571detail.
9572
c906108c 9573@c @group
6d2ebf8b 9574@node Signaling
c906108c
SS
9575@section Giving your program a signal
9576
9577@table @code
9578@kindex signal
9579@item signal @var{signal}
9580Resume execution where your program stopped, but immediately give it the
9581signal @var{signal}. @var{signal} can be the name or the number of a
9582signal. For example, on many systems @code{signal 2} and @code{signal
9583SIGINT} are both ways of sending an interrupt signal.
9584
9585Alternatively, if @var{signal} is zero, continue execution without
9586giving a signal. This is useful when your program stopped on account of
9587a signal and would ordinary see the signal when resumed with the
9588@code{continue} command; @samp{signal 0} causes it to resume without a
9589signal.
9590
9591@code{signal} does not repeat when you press @key{RET} a second time
9592after executing the command.
9593@end table
9594@c @end group
9595
9596Invoking the @code{signal} command is not the same as invoking the
9597@code{kill} utility from the shell. Sending a signal with @code{kill}
9598causes @value{GDBN} to decide what to do with the signal depending on
9599the signal handling tables (@pxref{Signals}). The @code{signal} command
9600passes the signal directly to your program.
9601
c906108c 9602
6d2ebf8b 9603@node Returning
c906108c
SS
9604@section Returning from a function
9605
9606@table @code
9607@cindex returning from a function
9608@kindex return
9609@item return
9610@itemx return @var{expression}
9611You can cancel execution of a function call with the @code{return}
9612command. If you give an
9613@var{expression} argument, its value is used as the function's return
9614value.
9615@end table
9616
9617When you use @code{return}, @value{GDBN} discards the selected stack frame
9618(and all frames within it). You can think of this as making the
9619discarded frame return prematurely. If you wish to specify a value to
9620be returned, give that value as the argument to @code{return}.
9621
9622This pops the selected stack frame (@pxref{Selection, ,Selecting a
9623frame}), and any other frames inside of it, leaving its caller as the
9624innermost remaining frame. That frame becomes selected. The
9625specified value is stored in the registers used for returning values
9626of functions.
9627
9628The @code{return} command does not resume execution; it leaves the
9629program stopped in the state that would exist if the function had just
9630returned. In contrast, the @code{finish} command (@pxref{Continuing
9631and Stepping, ,Continuing and stepping}) resumes execution until the
9632selected stack frame returns naturally.
9633
6d2ebf8b 9634@node Calling
c906108c
SS
9635@section Calling program functions
9636
9637@cindex calling functions
9638@kindex call
9639@table @code
9640@item call @var{expr}
9641Evaluate the expression @var{expr} without displaying @code{void}
9642returned values.
9643@end table
9644
9645You can use this variant of the @code{print} command if you want to
9646execute a function from your program, but without cluttering the output
5d161b24
DB
9647with @code{void} returned values. If the result is not void, it
9648is printed and saved in the value history.
c906108c 9649
6d2ebf8b 9650@node Patching
c906108c 9651@section Patching programs
7a292a7a 9652
c906108c
SS
9653@cindex patching binaries
9654@cindex writing into executables
c906108c 9655@cindex writing into corefiles
c906108c 9656
7a292a7a
SS
9657By default, @value{GDBN} opens the file containing your program's
9658executable code (or the corefile) read-only. This prevents accidental
9659alterations to machine code; but it also prevents you from intentionally
9660patching your program's binary.
c906108c
SS
9661
9662If you'd like to be able to patch the binary, you can specify that
9663explicitly with the @code{set write} command. For example, you might
9664want to turn on internal debugging flags, or even to make emergency
9665repairs.
9666
9667@table @code
9668@kindex set write
9669@item set write on
9670@itemx set write off
7a292a7a
SS
9671If you specify @samp{set write on}, @value{GDBN} opens executable and
9672core files for both reading and writing; if you specify @samp{set write
c906108c
SS
9673off} (the default), @value{GDBN} opens them read-only.
9674
9675If you have already loaded a file, you must load it again (using the
7a292a7a
SS
9676@code{exec-file} or @code{core-file} command) after changing @code{set
9677write}, for your new setting to take effect.
c906108c
SS
9678
9679@item show write
9680@kindex show write
7a292a7a
SS
9681Display whether executable files and core files are opened for writing
9682as well as reading.
c906108c
SS
9683@end table
9684
6d2ebf8b 9685@node GDB Files
c906108c
SS
9686@chapter @value{GDBN} Files
9687
7a292a7a
SS
9688@value{GDBN} needs to know the file name of the program to be debugged,
9689both in order to read its symbol table and in order to start your
9690program. To debug a core dump of a previous run, you must also tell
9691@value{GDBN} the name of the core dump file.
c906108c
SS
9692
9693@menu
9694* Files:: Commands to specify files
5b5d99cf 9695* Separate Debug Files:: Debugging information in separate files
c906108c
SS
9696* Symbol Errors:: Errors reading symbol files
9697@end menu
9698
6d2ebf8b 9699@node Files
c906108c 9700@section Commands to specify files
c906108c 9701
7a292a7a 9702@cindex symbol table
c906108c 9703@cindex core dump file
7a292a7a
SS
9704
9705You may want to specify executable and core dump file names. The usual
9706way to do this is at start-up time, using the arguments to
9707@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
9708Out of @value{GDBN}}).
c906108c
SS
9709
9710Occasionally it is necessary to change to a different file during a
9711@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
9712a file you want to use. In these situations the @value{GDBN} commands
9713to specify new files are useful.
9714
9715@table @code
9716@cindex executable file
9717@kindex file
9718@item file @var{filename}
9719Use @var{filename} as the program to be debugged. It is read for its
9720symbols and for the contents of pure memory. It is also the program
9721executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
9722directory and the file is not found in the @value{GDBN} working directory,
9723@value{GDBN} uses the environment variable @code{PATH} as a list of
9724directories to search, just as the shell does when looking for a program
9725to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
9726and your program, using the @code{path} command.
9727
6d2ebf8b 9728On systems with memory-mapped files, an auxiliary file named
c906108c
SS
9729@file{@var{filename}.syms} may hold symbol table information for
9730@var{filename}. If so, @value{GDBN} maps in the symbol table from
9731@file{@var{filename}.syms}, starting up more quickly. See the
9732descriptions of the file options @samp{-mapped} and @samp{-readnow}
9733(available on the command line, and with the commands @code{file},
5d161b24 9734@code{symbol-file}, or @code{add-symbol-file}, described below),
c906108c 9735for more information.
c906108c
SS
9736
9737@item file
9738@code{file} with no argument makes @value{GDBN} discard any information it
9739has on both executable file and the symbol table.
9740
9741@kindex exec-file
9742@item exec-file @r{[} @var{filename} @r{]}
9743Specify that the program to be run (but not the symbol table) is found
9744in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
9745if necessary to locate your program. Omitting @var{filename} means to
9746discard information on the executable file.
9747
9748@kindex symbol-file
9749@item symbol-file @r{[} @var{filename} @r{]}
9750Read symbol table information from file @var{filename}. @code{PATH} is
9751searched when necessary. Use the @code{file} command to get both symbol
9752table and program to run from the same file.
9753
9754@code{symbol-file} with no argument clears out @value{GDBN} information on your
9755program's symbol table.
9756
5d161b24 9757The @code{symbol-file} command causes @value{GDBN} to forget the contents
c906108c
SS
9758of its convenience variables, the value history, and all breakpoints and
9759auto-display expressions. This is because they may contain pointers to
9760the internal data recording symbols and data types, which are part of
9761the old symbol table data being discarded inside @value{GDBN}.
9762
9763@code{symbol-file} does not repeat if you press @key{RET} again after
9764executing it once.
9765
9766When @value{GDBN} is configured for a particular environment, it
9767understands debugging information in whatever format is the standard
9768generated for that environment; you may use either a @sc{gnu} compiler, or
9769other compilers that adhere to the local conventions.
c906108c
SS
9770Best results are usually obtained from @sc{gnu} compilers; for example,
9771using @code{@value{GCC}} you can generate debugging information for
9772optimized code.
c906108c
SS
9773
9774For most kinds of object files, with the exception of old SVR3 systems
9775using COFF, the @code{symbol-file} command does not normally read the
9776symbol table in full right away. Instead, it scans the symbol table
9777quickly to find which source files and which symbols are present. The
9778details are read later, one source file at a time, as they are needed.
9779
9780The purpose of this two-stage reading strategy is to make @value{GDBN}
9781start up faster. For the most part, it is invisible except for
9782occasional pauses while the symbol table details for a particular source
9783file are being read. (The @code{set verbose} command can turn these
9784pauses into messages if desired. @xref{Messages/Warnings, ,Optional
9785warnings and messages}.)
9786
c906108c
SS
9787We have not implemented the two-stage strategy for COFF yet. When the
9788symbol table is stored in COFF format, @code{symbol-file} reads the
9789symbol table data in full right away. Note that ``stabs-in-COFF''
9790still does the two-stage strategy, since the debug info is actually
9791in stabs format.
9792
9793@kindex readnow
9794@cindex reading symbols immediately
9795@cindex symbols, reading immediately
9796@kindex mapped
9797@cindex memory-mapped symbol file
9798@cindex saving symbol table
9799@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9800@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9801You can override the @value{GDBN} two-stage strategy for reading symbol
9802tables by using the @samp{-readnow} option with any of the commands that
9803load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 9804entire symbol table available.
c906108c 9805
c906108c
SS
9806If memory-mapped files are available on your system through the
9807@code{mmap} system call, you can use another option, @samp{-mapped}, to
9808cause @value{GDBN} to write the symbols for your program into a reusable
9809file. Future @value{GDBN} debugging sessions map in symbol information
9810from this auxiliary symbol file (if the program has not changed), rather
9811than spending time reading the symbol table from the executable
9812program. Using the @samp{-mapped} option has the same effect as
9813starting @value{GDBN} with the @samp{-mapped} command-line option.
9814
9815You can use both options together, to make sure the auxiliary symbol
9816file has all the symbol information for your program.
9817
9818The auxiliary symbol file for a program called @var{myprog} is called
9819@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
9820than the corresponding executable), @value{GDBN} always attempts to use
9821it when you debug @var{myprog}; no special options or commands are
9822needed.
9823
9824The @file{.syms} file is specific to the host machine where you run
9825@value{GDBN}. It holds an exact image of the internal @value{GDBN}
9826symbol table. It cannot be shared across multiple host platforms.
c906108c
SS
9827
9828@c FIXME: for now no mention of directories, since this seems to be in
9829@c flux. 13mar1992 status is that in theory GDB would look either in
9830@c current dir or in same dir as myprog; but issues like competing
9831@c GDB's, or clutter in system dirs, mean that in practice right now
9832@c only current dir is used. FFish says maybe a special GDB hierarchy
9833@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
9834@c files.
9835
9836@kindex core
9837@kindex core-file
9838@item core-file @r{[} @var{filename} @r{]}
9839Specify the whereabouts of a core dump file to be used as the ``contents
9840of memory''. Traditionally, core files contain only some parts of the
9841address space of the process that generated them; @value{GDBN} can access the
9842executable file itself for other parts.
9843
9844@code{core-file} with no argument specifies that no core file is
9845to be used.
9846
9847Note that the core file is ignored when your program is actually running
7a292a7a
SS
9848under @value{GDBN}. So, if you have been running your program and you
9849wish to debug a core file instead, you must kill the subprocess in which
9850the program is running. To do this, use the @code{kill} command
c906108c 9851(@pxref{Kill Process, ,Killing the child process}).
c906108c 9852
c906108c
SS
9853@kindex add-symbol-file
9854@cindex dynamic linking
9855@item add-symbol-file @var{filename} @var{address}
9856@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
17d9d558 9857@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
96a2c332
SS
9858The @code{add-symbol-file} command reads additional symbol table
9859information from the file @var{filename}. You would use this command
9860when @var{filename} has been dynamically loaded (by some other means)
9861into the program that is running. @var{address} should be the memory
9862address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
9863this out for itself. You can additionally specify an arbitrary number
9864of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
9865section name and base address for that section. You can specify any
9866@var{address} as an expression.
c906108c
SS
9867
9868The symbol table of the file @var{filename} is added to the symbol table
9869originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
9870@code{add-symbol-file} command any number of times; the new symbol data
9871thus read keeps adding to the old. To discard all old symbol data
9872instead, use the @code{symbol-file} command without any arguments.
c906108c 9873
17d9d558
JB
9874@cindex relocatable object files, reading symbols from
9875@cindex object files, relocatable, reading symbols from
9876@cindex reading symbols from relocatable object files
9877@cindex symbols, reading from relocatable object files
9878@cindex @file{.o} files, reading symbols from
9879Although @var{filename} is typically a shared library file, an
9880executable file, or some other object file which has been fully
9881relocated for loading into a process, you can also load symbolic
9882information from relocatable @file{.o} files, as long as:
9883
9884@itemize @bullet
9885@item
9886the file's symbolic information refers only to linker symbols defined in
9887that file, not to symbols defined by other object files,
9888@item
9889every section the file's symbolic information refers to has actually
9890been loaded into the inferior, as it appears in the file, and
9891@item
9892you can determine the address at which every section was loaded, and
9893provide these to the @code{add-symbol-file} command.
9894@end itemize
9895
9896@noindent
9897Some embedded operating systems, like Sun Chorus and VxWorks, can load
9898relocatable files into an already running program; such systems
9899typically make the requirements above easy to meet. However, it's
9900important to recognize that many native systems use complex link
9901procedures (@code{.linkonce} section factoring and C++ constructor table
9902assembly, for example) that make the requirements difficult to meet. In
9903general, one cannot assume that using @code{add-symbol-file} to read a
9904relocatable object file's symbolic information will have the same effect
9905as linking the relocatable object file into the program in the normal
9906way.
9907
c906108c
SS
9908@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
9909
9910You can use the @samp{-mapped} and @samp{-readnow} options just as with
9911the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
9912table information for @var{filename}.
9913
9914@kindex add-shared-symbol-file
9915@item add-shared-symbol-file
9916The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
5d161b24
DB
9917operating system for the Motorola 88k. @value{GDBN} automatically looks for
9918shared libraries, however if @value{GDBN} does not find yours, you can run
c906108c 9919@code{add-shared-symbol-file}. It takes no arguments.
c906108c 9920
c906108c
SS
9921@kindex section
9922@item section
5d161b24
DB
9923The @code{section} command changes the base address of section SECTION of
9924the exec file to ADDR. This can be used if the exec file does not contain
9925section addresses, (such as in the a.out format), or when the addresses
9926specified in the file itself are wrong. Each section must be changed
d4f3574e
SS
9927separately. The @code{info files} command, described below, lists all
9928the sections and their addresses.
c906108c
SS
9929
9930@kindex info files
9931@kindex info target
9932@item info files
9933@itemx info target
7a292a7a
SS
9934@code{info files} and @code{info target} are synonymous; both print the
9935current target (@pxref{Targets, ,Specifying a Debugging Target}),
9936including the names of the executable and core dump files currently in
9937use by @value{GDBN}, and the files from which symbols were loaded. The
9938command @code{help target} lists all possible targets rather than
9939current ones.
9940
fe95c787
MS
9941@kindex maint info sections
9942@item maint info sections
9943Another command that can give you extra information about program sections
9944is @code{maint info sections}. In addition to the section information
9945displayed by @code{info files}, this command displays the flags and file
9946offset of each section in the executable and core dump files. In addition,
9947@code{maint info sections} provides the following command options (which
9948may be arbitrarily combined):
9949
9950@table @code
9951@item ALLOBJ
9952Display sections for all loaded object files, including shared libraries.
9953@item @var{sections}
6600abed 9954Display info only for named @var{sections}.
fe95c787
MS
9955@item @var{section-flags}
9956Display info only for sections for which @var{section-flags} are true.
9957The section flags that @value{GDBN} currently knows about are:
9958@table @code
9959@item ALLOC
9960Section will have space allocated in the process when loaded.
9961Set for all sections except those containing debug information.
9962@item LOAD
9963Section will be loaded from the file into the child process memory.
9964Set for pre-initialized code and data, clear for @code{.bss} sections.
9965@item RELOC
9966Section needs to be relocated before loading.
9967@item READONLY
9968Section cannot be modified by the child process.
9969@item CODE
9970Section contains executable code only.
6600abed 9971@item DATA
fe95c787
MS
9972Section contains data only (no executable code).
9973@item ROM
9974Section will reside in ROM.
9975@item CONSTRUCTOR
9976Section contains data for constructor/destructor lists.
9977@item HAS_CONTENTS
9978Section is not empty.
9979@item NEVER_LOAD
9980An instruction to the linker to not output the section.
9981@item COFF_SHARED_LIBRARY
9982A notification to the linker that the section contains
9983COFF shared library information.
9984@item IS_COMMON
9985Section contains common symbols.
9986@end table
9987@end table
6763aef9
MS
9988@kindex set trust-readonly-sections
9989@item set trust-readonly-sections on
9990Tell @value{GDBN} that readonly sections in your object file
6ca652b0 9991really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
9992In that case, @value{GDBN} can fetch values from these sections
9993out of the object file, rather than from the target program.
9994For some targets (notably embedded ones), this can be a significant
9995enhancement to debugging performance.
9996
9997The default is off.
9998
9999@item set trust-readonly-sections off
15110bc3 10000Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
10001the contents of the section might change while the program is running,
10002and must therefore be fetched from the target when needed.
c906108c
SS
10003@end table
10004
10005All file-specifying commands allow both absolute and relative file names
10006as arguments. @value{GDBN} always converts the file name to an absolute file
10007name and remembers it that way.
10008
c906108c 10009@cindex shared libraries
c906108c
SS
10010@value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared
10011libraries.
53a5351d 10012
c906108c
SS
10013@value{GDBN} automatically loads symbol definitions from shared libraries
10014when you use the @code{run} command, or when you examine a core file.
10015(Before you issue the @code{run} command, @value{GDBN} does not understand
10016references to a function in a shared library, however---unless you are
10017debugging a core file).
53a5351d
JM
10018
10019On HP-UX, if the program loads a library explicitly, @value{GDBN}
10020automatically loads the symbols at the time of the @code{shl_load} call.
10021
c906108c
SS
10022@c FIXME: some @value{GDBN} release may permit some refs to undef
10023@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10024@c FIXME...lib; check this from time to time when updating manual
10025
b7209cb4
FF
10026There are times, however, when you may wish to not automatically load
10027symbol definitions from shared libraries, such as when they are
10028particularly large or there are many of them.
10029
10030To control the automatic loading of shared library symbols, use the
10031commands:
10032
10033@table @code
10034@kindex set auto-solib-add
10035@item set auto-solib-add @var{mode}
10036If @var{mode} is @code{on}, symbols from all shared object libraries
10037will be loaded automatically when the inferior begins execution, you
10038attach to an independently started inferior, or when the dynamic linker
10039informs @value{GDBN} that a new library has been loaded. If @var{mode}
10040is @code{off}, symbols must be loaded manually, using the
10041@code{sharedlibrary} command. The default value is @code{on}.
10042
10043@kindex show auto-solib-add
10044@item show auto-solib-add
10045Display the current autoloading mode.
10046@end table
10047
10048To explicitly load shared library symbols, use the @code{sharedlibrary}
10049command:
10050
c906108c
SS
10051@table @code
10052@kindex info sharedlibrary
10053@kindex info share
10054@item info share
10055@itemx info sharedlibrary
10056Print the names of the shared libraries which are currently loaded.
10057
10058@kindex sharedlibrary
10059@kindex share
10060@item sharedlibrary @var{regex}
10061@itemx share @var{regex}
c906108c
SS
10062Load shared object library symbols for files matching a
10063Unix regular expression.
10064As with files loaded automatically, it only loads shared libraries
10065required by your program for a core file or after typing @code{run}. If
10066@var{regex} is omitted all shared libraries required by your program are
10067loaded.
10068@end table
10069
b7209cb4
FF
10070On some systems, such as HP-UX systems, @value{GDBN} supports
10071autoloading shared library symbols until a limiting threshold size is
10072reached. This provides the benefit of allowing autoloading to remain on
10073by default, but avoids autoloading excessively large shared libraries,
10074up to a threshold that is initially set, but which you can modify if you
10075wish.
c906108c
SS
10076
10077Beyond that threshold, symbols from shared libraries must be explicitly
d4f3574e
SS
10078loaded. To load these symbols, use the command @code{sharedlibrary
10079@var{filename}}. The base address of the shared library is determined
c906108c
SS
10080automatically by @value{GDBN} and need not be specified.
10081
10082To display or set the threshold, use the commands:
10083
10084@table @code
b7209cb4
FF
10085@kindex set auto-solib-limit
10086@item set auto-solib-limit @var{threshold}
10087Set the autoloading size threshold, in an integral number of megabytes.
10088If @var{threshold} is nonzero and shared library autoloading is enabled,
10089symbols from all shared object libraries will be loaded until the total
10090size of the loaded shared library symbols exceeds this threshold.
c906108c 10091Otherwise, symbols must be loaded manually, using the
6ca652b0 10092@code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100
b7209cb4 10093Mb).
c906108c 10094
b7209cb4
FF
10095@kindex show auto-solib-limit
10096@item show auto-solib-limit
c906108c
SS
10097Display the current autoloading size threshold, in megabytes.
10098@end table
c906108c 10099
f5ebfba0
DJ
10100Shared libraries are also supported in many cross or remote debugging
10101configurations. A copy of the target's libraries need to be present on the
10102host system; they need to be the same as the target libraries, although the
10103copies on the target can be stripped as long as the copies on the host are
10104not.
10105
10106You need to tell @value{GDBN} where the target libraries are, so that it can
10107load the correct copies---otherwise, it may try to load the host's libraries.
10108@value{GDBN} has two variables to specify the search directories for target
10109libraries.
10110
10111@table @code
10112@kindex set solib-absolute-prefix
10113@item set solib-absolute-prefix @var{path}
10114If this variable is set, @var{path} will be used as a prefix for any
10115absolute shared library paths; many runtime loaders store the absolute
10116paths to the shared library in the target program's memory. If you use
10117@samp{solib-absolute-prefix} to find shared libraries, they need to be laid
10118out in the same way that they are on the target, with e.g.@: a
10119@file{/usr/lib} hierarchy under @var{path}.
10120
10121You can set the default value of @samp{solib-absolute-prefix} by using the
10122configure-time @samp{--with-sysroot} option.
10123
10124@kindex show solib-absolute-prefix
10125@item show solib-absolute-prefix
10126Display the current shared library prefix.
10127
10128@kindex set solib-search-path
10129@item set solib-search-path @var{path}
10130If this variable is set, @var{path} is a colon-separated list of directories
10131to search for shared libraries. @samp{solib-search-path} is used after
10132@samp{solib-absolute-prefix} fails to locate the library, or if the path to
10133the library is relative instead of absolute. If you want to use
10134@samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
10135set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
10136@value{GDBN} from finding your host's libraries.
10137
10138@kindex show solib-search-path
10139@item show solib-search-path
10140Display the current shared library search path.
10141@end table
10142
5b5d99cf
JB
10143
10144@node Separate Debug Files
10145@section Debugging Information in Separate Files
10146@cindex separate debugging information files
10147@cindex debugging information in separate files
10148@cindex @file{.debug} subdirectories
10149@cindex debugging information directory, global
10150@cindex global debugging information directory
10151
10152@value{GDBN} allows you to put a program's debugging information in a
10153file separate from the executable itself, in a way that allows
10154@value{GDBN} to find and load the debugging information automatically.
10155Since debugging information can be very large --- sometimes larger
10156than the executable code itself --- some systems distribute debugging
10157information for their executables in separate files, which users can
10158install only when they need to debug a problem.
10159
10160If an executable's debugging information has been extracted to a
10161separate file, the executable should contain a @dfn{debug link} giving
10162the name of the debugging information file (with no directory
10163components), and a checksum of its contents. (The exact form of a
10164debug link is described below.) If the full name of the directory
10165containing the executable is @var{execdir}, and the executable has a
10166debug link that specifies the name @var{debugfile}, then @value{GDBN}
10167will automatically search for the debugging information file in three
10168places:
10169
10170@itemize @bullet
10171@item
10172the directory containing the executable file (that is, it will look
10173for a file named @file{@var{execdir}/@var{debugfile}},
10174@item
10175a subdirectory of that directory named @file{.debug} (that is, the
10176file @file{@var{execdir}/.debug/@var{debugfile}}, and
10177@item
10178a subdirectory of the global debug file directory that includes the
10179executable's full path, and the name from the link (that is, the file
10180@file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
10181@var{globaldebugdir} is the global debug file directory, and
10182@var{execdir} has been turned into a relative path).
10183@end itemize
10184@noindent
10185@value{GDBN} checks under each of these names for a debugging
10186information file whose checksum matches that given in the link, and
10187reads the debugging information from the first one it finds.
10188
10189So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
10190which has a link containing the name @file{ls.debug}, and the global
10191debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
10192for debug information in @file{/usr/bin/ls.debug},
10193@file{/usr/bin/.debug/ls.debug}, and
10194@file{/usr/lib/debug/usr/bin/ls.debug}.
10195
10196You can set the global debugging info directory's name, and view the
10197name @value{GDBN} is currently using.
10198
10199@table @code
10200
10201@kindex set debug-file-directory
10202@item set debug-file-directory @var{directory}
10203Set the directory which @value{GDBN} searches for separate debugging
10204information files to @var{directory}.
10205
10206@kindex show debug-file-directory
10207@item show debug-file-directory
10208Show the directory @value{GDBN} searches for separate debugging
10209information files.
10210
10211@end table
10212
10213@cindex @code{.gnu_debuglink} sections
10214@cindex debug links
10215A debug link is a special section of the executable file named
10216@code{.gnu_debuglink}. The section must contain:
10217
10218@itemize
10219@item
10220A filename, with any leading directory components removed, followed by
10221a zero byte,
10222@item
10223zero to three bytes of padding, as needed to reach the next four-byte
10224boundary within the section, and
10225@item
10226a four-byte CRC checksum, stored in the same endianness used for the
10227executable file itself. The checksum is computed on the debugging
10228information file's full contents by the function given below, passing
10229zero as the @var{crc} argument.
10230@end itemize
10231
10232Any executable file format can carry a debug link, as long as it can
10233contain a section named @code{.gnu_debuglink} with the contents
10234described above.
10235
10236The debugging information file itself should be an ordinary
10237executable, containing a full set of linker symbols, sections, and
10238debugging information. The sections of the debugging information file
10239should have the same names, addresses and sizes as the original file,
10240but they need not contain any data --- much like a @code{.bss} section
10241in an ordinary executable.
10242
10243As of December 2002, there is no standard GNU utility to produce
10244separated executable / debugging information file pairs. Ulrich
10245Drepper's @file{elfutils} package, starting with version 0.53,
10246contains a version of the @code{strip} command such that the command
10247@kbd{strip foo -f foo.debug} removes the debugging information from
10248the executable file @file{foo}, places it in the file
10249@file{foo.debug}, and leaves behind a debug link in @file{foo}.
10250
10251Since there are many different ways to compute CRC's (different
10252polynomials, reversals, byte ordering, etc.), the simplest way to
10253describe the CRC used in @code{.gnu_debuglink} sections is to give the
10254complete code for a function that computes it:
10255
10256@kindex @code{gnu_debuglink_crc32}
10257@smallexample
10258unsigned long
10259gnu_debuglink_crc32 (unsigned long crc,
10260 unsigned char *buf, size_t len)
10261@{
10262 static const unsigned long crc32_table[256] =
10263 @{
10264 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
10265 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
10266 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
10267 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
10268 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
10269 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
10270 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
10271 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
10272 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
10273 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
10274 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
10275 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
10276 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
10277 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
10278 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
10279 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
10280 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
10281 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
10282 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
10283 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
10284 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
10285 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
10286 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
10287 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
10288 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
10289 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
10290 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
10291 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
10292 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
10293 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
10294 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
10295 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
10296 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
10297 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
10298 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
10299 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
10300 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
10301 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
10302 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
10303 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
10304 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
10305 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
10306 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
10307 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
10308 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
10309 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
10310 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
10311 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
10312 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
10313 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
10314 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
10315 0x2d02ef8d
10316 @};
10317 unsigned char *end;
10318
10319 crc = ~crc & 0xffffffff;
10320 for (end = buf + len; buf < end; ++buf)
10321 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
e7a3abfc 10322 return ~crc & 0xffffffff;
5b5d99cf
JB
10323@}
10324@end smallexample
10325
10326
6d2ebf8b 10327@node Symbol Errors
c906108c
SS
10328@section Errors reading symbol files
10329
10330While reading a symbol file, @value{GDBN} occasionally encounters problems,
10331such as symbol types it does not recognize, or known bugs in compiler
10332output. By default, @value{GDBN} does not notify you of such problems, since
10333they are relatively common and primarily of interest to people
10334debugging compilers. If you are interested in seeing information
10335about ill-constructed symbol tables, you can either ask @value{GDBN} to print
10336only one message about each such type of problem, no matter how many
10337times the problem occurs; or you can ask @value{GDBN} to print more messages,
10338to see how many times the problems occur, with the @code{set
10339complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
10340messages}).
10341
10342The messages currently printed, and their meanings, include:
10343
10344@table @code
10345@item inner block not inside outer block in @var{symbol}
10346
10347The symbol information shows where symbol scopes begin and end
10348(such as at the start of a function or a block of statements). This
10349error indicates that an inner scope block is not fully contained
10350in its outer scope blocks.
10351
10352@value{GDBN} circumvents the problem by treating the inner block as if it had
10353the same scope as the outer block. In the error message, @var{symbol}
10354may be shown as ``@code{(don't know)}'' if the outer block is not a
10355function.
10356
10357@item block at @var{address} out of order
10358
10359The symbol information for symbol scope blocks should occur in
10360order of increasing addresses. This error indicates that it does not
10361do so.
10362
10363@value{GDBN} does not circumvent this problem, and has trouble
10364locating symbols in the source file whose symbols it is reading. (You
10365can often determine what source file is affected by specifying
10366@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
10367messages}.)
10368
10369@item bad block start address patched
10370
10371The symbol information for a symbol scope block has a start address
10372smaller than the address of the preceding source line. This is known
10373to occur in the SunOS 4.1.1 (and earlier) C compiler.
10374
10375@value{GDBN} circumvents the problem by treating the symbol scope block as
10376starting on the previous source line.
10377
10378@item bad string table offset in symbol @var{n}
10379
10380@cindex foo
10381Symbol number @var{n} contains a pointer into the string table which is
10382larger than the size of the string table.
10383
10384@value{GDBN} circumvents the problem by considering the symbol to have the
10385name @code{foo}, which may cause other problems if many symbols end up
10386with this name.
10387
10388@item unknown symbol type @code{0x@var{nn}}
10389
7a292a7a
SS
10390The symbol information contains new data types that @value{GDBN} does
10391not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 10392uncomprehended information, in hexadecimal.
c906108c 10393
7a292a7a
SS
10394@value{GDBN} circumvents the error by ignoring this symbol information.
10395This usually allows you to debug your program, though certain symbols
c906108c 10396are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
10397debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
10398on @code{complain}, then go up to the function @code{read_dbx_symtab}
10399and examine @code{*bufp} to see the symbol.
c906108c
SS
10400
10401@item stub type has NULL name
c906108c 10402
7a292a7a 10403@value{GDBN} could not find the full definition for a struct or class.
c906108c 10404
7a292a7a 10405@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 10406The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
10407information that recent versions of the compiler should have output for
10408it.
c906108c
SS
10409
10410@item info mismatch between compiler and debugger
10411
10412@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 10413
c906108c
SS
10414@end table
10415
6d2ebf8b 10416@node Targets
c906108c 10417@chapter Specifying a Debugging Target
7a292a7a 10418
c906108c
SS
10419@cindex debugging target
10420@kindex target
10421
10422A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
10423
10424Often, @value{GDBN} runs in the same host environment as your program;
10425in that case, the debugging target is specified as a side effect when
10426you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
10427flexibility---for example, running @value{GDBN} on a physically separate
10428host, or controlling a standalone system over a serial port or a
53a5351d
JM
10429realtime system over a TCP/IP connection---you can use the @code{target}
10430command to specify one of the target types configured for @value{GDBN}
10431(@pxref{Target Commands, ,Commands for managing targets}).
c906108c
SS
10432
10433@menu
10434* Active Targets:: Active targets
10435* Target Commands:: Commands for managing targets
c906108c
SS
10436* Byte Order:: Choosing target byte order
10437* Remote:: Remote debugging
96baa820 10438* KOD:: Kernel Object Display
c906108c
SS
10439
10440@end menu
10441
6d2ebf8b 10442@node Active Targets
c906108c 10443@section Active targets
7a292a7a 10444
c906108c
SS
10445@cindex stacking targets
10446@cindex active targets
10447@cindex multiple targets
10448
c906108c 10449There are three classes of targets: processes, core files, and
7a292a7a
SS
10450executable files. @value{GDBN} can work concurrently on up to three
10451active targets, one in each class. This allows you to (for example)
10452start a process and inspect its activity without abandoning your work on
10453a core file.
c906108c
SS
10454
10455For example, if you execute @samp{gdb a.out}, then the executable file
10456@code{a.out} is the only active target. If you designate a core file as
10457well---presumably from a prior run that crashed and coredumped---then
10458@value{GDBN} has two active targets and uses them in tandem, looking
10459first in the corefile target, then in the executable file, to satisfy
10460requests for memory addresses. (Typically, these two classes of target
10461are complementary, since core files contain only a program's
10462read-write memory---variables and so on---plus machine status, while
10463executable files contain only the program text and initialized data.)
c906108c
SS
10464
10465When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
10466target as well. When a process target is active, all @value{GDBN}
10467commands requesting memory addresses refer to that target; addresses in
10468an active core file or executable file target are obscured while the
10469process target is active.
c906108c 10470
7a292a7a
SS
10471Use the @code{core-file} and @code{exec-file} commands to select a new
10472core file or executable target (@pxref{Files, ,Commands to specify
c906108c 10473files}). To specify as a target a process that is already running, use
7a292a7a
SS
10474the @code{attach} command (@pxref{Attach, ,Debugging an already-running
10475process}).
c906108c 10476
6d2ebf8b 10477@node Target Commands
c906108c
SS
10478@section Commands for managing targets
10479
10480@table @code
10481@item target @var{type} @var{parameters}
7a292a7a
SS
10482Connects the @value{GDBN} host environment to a target machine or
10483process. A target is typically a protocol for talking to debugging
10484facilities. You use the argument @var{type} to specify the type or
10485protocol of the target machine.
c906108c
SS
10486
10487Further @var{parameters} are interpreted by the target protocol, but
10488typically include things like device names or host names to connect
10489with, process numbers, and baud rates.
c906108c
SS
10490
10491The @code{target} command does not repeat if you press @key{RET} again
10492after executing the command.
10493
10494@kindex help target
10495@item help target
10496Displays the names of all targets available. To display targets
10497currently selected, use either @code{info target} or @code{info files}
10498(@pxref{Files, ,Commands to specify files}).
10499
10500@item help target @var{name}
10501Describe a particular target, including any parameters necessary to
10502select it.
10503
10504@kindex set gnutarget
10505@item set gnutarget @var{args}
5d161b24 10506@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 10507knows whether it is reading an @dfn{executable},
5d161b24
DB
10508a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
10509with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
10510with @code{gnutarget} the @code{target} refers to a program, not a machine.
10511
d4f3574e 10512@quotation
c906108c
SS
10513@emph{Warning:} To specify a file format with @code{set gnutarget},
10514you must know the actual BFD name.
d4f3574e 10515@end quotation
c906108c 10516
d4f3574e
SS
10517@noindent
10518@xref{Files, , Commands to specify files}.
c906108c 10519
5d161b24 10520@kindex show gnutarget
c906108c
SS
10521@item show gnutarget
10522Use the @code{show gnutarget} command to display what file format
10523@code{gnutarget} is set to read. If you have not set @code{gnutarget},
10524@value{GDBN} will determine the file format for each file automatically,
10525and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
10526@end table
10527
c906108c
SS
10528Here are some common targets (available, or not, depending on the GDB
10529configuration):
c906108c
SS
10530
10531@table @code
10532@kindex target exec
10533@item target exec @var{program}
10534An executable file. @samp{target exec @var{program}} is the same as
10535@samp{exec-file @var{program}}.
10536
c906108c
SS
10537@kindex target core
10538@item target core @var{filename}
10539A core dump file. @samp{target core @var{filename}} is the same as
10540@samp{core-file @var{filename}}.
c906108c
SS
10541
10542@kindex target remote
10543@item target remote @var{dev}
10544Remote serial target in GDB-specific protocol. The argument @var{dev}
10545specifies what serial device to use for the connection (e.g.
10546@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
d4f3574e 10547supports the @code{load} command. This is only useful if you have
c906108c
SS
10548some other way of getting the stub to the target system, and you can put
10549it somewhere in memory where it won't get clobbered by the download.
10550
c906108c
SS
10551@kindex target sim
10552@item target sim
2df3850c 10553Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 10554In general,
474c8240 10555@smallexample
104c1213
JM
10556 target sim
10557 load
10558 run
474c8240 10559@end smallexample
d4f3574e 10560@noindent
104c1213 10561works; however, you cannot assume that a specific memory map, device
d4f3574e 10562drivers, or even basic I/O is available, although some simulators do
104c1213
JM
10563provide these. For info about any processor-specific simulator details,
10564see the appropriate section in @ref{Embedded Processors, ,Embedded
10565Processors}.
10566
c906108c
SS
10567@end table
10568
104c1213 10569Some configurations may include these targets as well:
c906108c
SS
10570
10571@table @code
10572
c906108c
SS
10573@kindex target nrom
10574@item target nrom @var{dev}
10575NetROM ROM emulator. This target only supports downloading.
10576
c906108c
SS
10577@end table
10578
5d161b24 10579Different targets are available on different configurations of @value{GDBN};
c906108c 10580your configuration may have more or fewer targets.
c906108c
SS
10581
10582Many remote targets require you to download the executable's code
10583once you've successfully established a connection.
10584
10585@table @code
10586
10587@kindex load @var{filename}
10588@item load @var{filename}
c906108c
SS
10589Depending on what remote debugging facilities are configured into
10590@value{GDBN}, the @code{load} command may be available. Where it exists, it
10591is meant to make @var{filename} (an executable) available for debugging
10592on the remote system---by downloading, or dynamic linking, for example.
10593@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
10594the @code{add-symbol-file} command.
10595
10596If your @value{GDBN} does not have a @code{load} command, attempting to
10597execute it gets the error message ``@code{You can't do that when your
10598target is @dots{}}''
c906108c
SS
10599
10600The file is loaded at whatever address is specified in the executable.
10601For some object file formats, you can specify the load address when you
10602link the program; for other formats, like a.out, the object file format
10603specifies a fixed address.
10604@c FIXME! This would be a good place for an xref to the GNU linker doc.
10605
c906108c
SS
10606@code{load} does not repeat if you press @key{RET} again after using it.
10607@end table
10608
6d2ebf8b 10609@node Byte Order
c906108c 10610@section Choosing target byte order
7a292a7a 10611
c906108c
SS
10612@cindex choosing target byte order
10613@cindex target byte order
c906108c 10614
172c2a43 10615Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
c906108c
SS
10616offer the ability to run either big-endian or little-endian byte
10617orders. Usually the executable or symbol will include a bit to
10618designate the endian-ness, and you will not need to worry about
10619which to use. However, you may still find it useful to adjust
d4f3574e 10620@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
10621
10622@table @code
10623@kindex set endian big
10624@item set endian big
10625Instruct @value{GDBN} to assume the target is big-endian.
10626
10627@kindex set endian little
10628@item set endian little
10629Instruct @value{GDBN} to assume the target is little-endian.
10630
10631@kindex set endian auto
10632@item set endian auto
10633Instruct @value{GDBN} to use the byte order associated with the
10634executable.
10635
10636@item show endian
10637Display @value{GDBN}'s current idea of the target byte order.
10638
10639@end table
10640
10641Note that these commands merely adjust interpretation of symbolic
10642data on the host, and that they have absolutely no effect on the
10643target system.
10644
6d2ebf8b 10645@node Remote
c906108c
SS
10646@section Remote debugging
10647@cindex remote debugging
10648
10649If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
10650@value{GDBN} in the usual way, it is often useful to use remote debugging.
10651For example, you might use remote debugging on an operating system kernel,
c906108c
SS
10652or on a small system which does not have a general purpose operating system
10653powerful enough to run a full-featured debugger.
10654
10655Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
10656to make this work with particular debugging targets. In addition,
5d161b24 10657@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
10658but not specific to any particular target system) which you can use if you
10659write the remote stubs---the code that runs on the remote system to
10660communicate with @value{GDBN}.
10661
10662Other remote targets may be available in your
10663configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 10664
6f05cf9f
AC
10665@node KOD
10666@section Kernel Object Display
6f05cf9f 10667@cindex kernel object display
6f05cf9f
AC
10668@cindex KOD
10669
10670Some targets support kernel object display. Using this facility,
10671@value{GDBN} communicates specially with the underlying operating system
10672and can display information about operating system-level objects such as
10673mutexes and other synchronization objects. Exactly which objects can be
10674displayed is determined on a per-OS basis.
10675
3bbe9696 10676@kindex set os
6f05cf9f
AC
10677Use the @code{set os} command to set the operating system. This tells
10678@value{GDBN} which kernel object display module to initialize:
10679
474c8240 10680@smallexample
6f05cf9f 10681(@value{GDBP}) set os cisco
474c8240 10682@end smallexample
6f05cf9f 10683
3bbe9696
EZ
10684@kindex show os
10685The associated command @code{show os} displays the operating system
10686set with the @code{set os} command; if no operating system has been
10687set, @code{show os} will display an empty string @samp{""}.
10688
6f05cf9f
AC
10689If @code{set os} succeeds, @value{GDBN} will display some information
10690about the operating system, and will create a new @code{info} command
10691which can be used to query the target. The @code{info} command is named
10692after the operating system:
c906108c 10693
3bbe9696 10694@kindex info cisco
474c8240 10695@smallexample
6f05cf9f
AC
10696(@value{GDBP}) info cisco
10697List of Cisco Kernel Objects
10698Object Description
10699any Any and all objects
474c8240 10700@end smallexample
6f05cf9f
AC
10701
10702Further subcommands can be used to query about particular objects known
10703by the kernel.
10704
3bbe9696
EZ
10705There is currently no way to determine whether a given operating
10706system is supported other than to try setting it with @kbd{set os
10707@var{name}}, where @var{name} is the name of the operating system you
10708want to try.
6f05cf9f
AC
10709
10710
10711@node Remote Debugging
10712@chapter Debugging remote programs
10713
6b2f586d 10714@menu
07f31aa6 10715* Connecting:: Connecting to a remote target
6b2f586d
AC
10716* Server:: Using the gdbserver program
10717* NetWare:: Using the gdbserve.nlm program
501eef12 10718* Remote configuration:: Remote configuration
6b2f586d 10719* remote stub:: Implementing a remote stub
6b2f586d
AC
10720@end menu
10721
07f31aa6
DJ
10722@node Connecting
10723@section Connecting to a remote target
10724
10725On the @value{GDBN} host machine, you will need an unstripped copy of
10726your program, since @value{GDBN} needs symobl and debugging information.
10727Start up @value{GDBN} as usual, using the name of the local copy of your
10728program as the first argument.
10729
10730@cindex serial line, @code{target remote}
10731If you're using a serial line, you may want to give @value{GDBN} the
10732@w{@samp{--baud}} option, or use the @code{set remotebaud} command
10733before the @code{target} command.
10734
10735After that, use @code{target remote} to establish communications with
10736the target machine. Its argument specifies how to communicate---either
10737via a devicename attached to a direct serial line, or a TCP or UDP port
10738(possibly to a terminal server which in turn has a serial line to the
10739target). For example, to use a serial line connected to the device
10740named @file{/dev/ttyb}:
10741
10742@smallexample
10743target remote /dev/ttyb
10744@end smallexample
10745
10746@cindex TCP port, @code{target remote}
10747To use a TCP connection, use an argument of the form
10748@code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
10749For example, to connect to port 2828 on a
10750terminal server named @code{manyfarms}:
10751
10752@smallexample
10753target remote manyfarms:2828
10754@end smallexample
10755
10756If your remote target is actually running on the same machine as
10757your debugger session (e.g.@: a simulator of your target running on
10758the same host), you can omit the hostname. For example, to connect
10759to port 1234 on your local machine:
10760
10761@smallexample
10762target remote :1234
10763@end smallexample
10764@noindent
10765
10766Note that the colon is still required here.
10767
10768@cindex UDP port, @code{target remote}
10769To use a UDP connection, use an argument of the form
10770@code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
10771on a terminal server named @code{manyfarms}:
10772
10773@smallexample
10774target remote udp:manyfarms:2828
10775@end smallexample
10776
10777When using a UDP connection for remote debugging, you should keep in mind
10778that the `U' stands for ``Unreliable''. UDP can silently drop packets on
10779busy or unreliable networks, which will cause havoc with your debugging
10780session.
10781
10782Now you can use all the usual commands to examine and change data and to
10783step and continue the remote program.
10784
10785@cindex interrupting remote programs
10786@cindex remote programs, interrupting
10787Whenever @value{GDBN} is waiting for the remote program, if you type the
10788interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
10789program. This may or may not succeed, depending in part on the hardware
10790and the serial drivers the remote system uses. If you type the
10791interrupt character once again, @value{GDBN} displays this prompt:
10792
10793@smallexample
10794Interrupted while waiting for the program.
10795Give up (and stop debugging it)? (y or n)
10796@end smallexample
10797
10798If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
10799(If you decide you want to try again later, you can use @samp{target
10800remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
10801goes back to waiting.
10802
10803@table @code
10804@kindex detach (remote)
10805@item detach
10806When you have finished debugging the remote program, you can use the
10807@code{detach} command to release it from @value{GDBN} control.
10808Detaching from the target normally resumes its execution, but the results
10809will depend on your particular remote stub. After the @code{detach}
10810command, @value{GDBN} is free to connect to another target.
10811
10812@kindex disconnect
10813@item disconnect
10814The @code{disconnect} command behaves like @code{detach}, except that
10815the target is generally not resumed. It will wait for @value{GDBN}
10816(this instance or another one) to connect and continue debugging. After
10817the @code{disconnect} command, @value{GDBN} is again free to connect to
10818another target.
10819@end table
10820
6f05cf9f
AC
10821@node Server
10822@section Using the @code{gdbserver} program
10823
10824@kindex gdbserver
10825@cindex remote connection without stubs
10826@code{gdbserver} is a control program for Unix-like systems, which
10827allows you to connect your program with a remote @value{GDBN} via
10828@code{target remote}---but without linking in the usual debugging stub.
10829
10830@code{gdbserver} is not a complete replacement for the debugging stubs,
10831because it requires essentially the same operating-system facilities
10832that @value{GDBN} itself does. In fact, a system that can run
10833@code{gdbserver} to connect to a remote @value{GDBN} could also run
10834@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
10835because it is a much smaller program than @value{GDBN} itself. It is
10836also easier to port than all of @value{GDBN}, so you may be able to get
10837started more quickly on a new system by using @code{gdbserver}.
10838Finally, if you develop code for real-time systems, you may find that
10839the tradeoffs involved in real-time operation make it more convenient to
10840do as much development work as possible on another system, for example
10841by cross-compiling. You can use @code{gdbserver} to make a similar
10842choice for debugging.
10843
10844@value{GDBN} and @code{gdbserver} communicate via either a serial line
10845or a TCP connection, using the standard @value{GDBN} remote serial
10846protocol.
10847
10848@table @emph
10849@item On the target machine,
10850you need to have a copy of the program you want to debug.
10851@code{gdbserver} does not need your program's symbol table, so you can
10852strip the program if necessary to save space. @value{GDBN} on the host
10853system does all the symbol handling.
10854
10855To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 10856the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
10857syntax is:
10858
10859@smallexample
10860target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
10861@end smallexample
10862
10863@var{comm} is either a device name (to use a serial line) or a TCP
10864hostname and portnumber. For example, to debug Emacs with the argument
10865@samp{foo.txt} and communicate with @value{GDBN} over the serial port
10866@file{/dev/com1}:
10867
10868@smallexample
10869target> gdbserver /dev/com1 emacs foo.txt
10870@end smallexample
10871
10872@code{gdbserver} waits passively for the host @value{GDBN} to communicate
10873with it.
10874
10875To use a TCP connection instead of a serial line:
10876
10877@smallexample
10878target> gdbserver host:2345 emacs foo.txt
10879@end smallexample
10880
10881The only difference from the previous example is the first argument,
10882specifying that you are communicating with the host @value{GDBN} via
10883TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
10884expect a TCP connection from machine @samp{host} to local TCP port 2345.
10885(Currently, the @samp{host} part is ignored.) You can choose any number
10886you want for the port number as long as it does not conflict with any
10887TCP ports already in use on the target system (for example, @code{23} is
10888reserved for @code{telnet}).@footnote{If you choose a port number that
10889conflicts with another service, @code{gdbserver} prints an error message
10890and exits.} You must use the same port number with the host @value{GDBN}
10891@code{target remote} command.
10892
56460a61
DJ
10893On some targets, @code{gdbserver} can also attach to running programs.
10894This is accomplished via the @code{--attach} argument. The syntax is:
10895
10896@smallexample
10897target> gdbserver @var{comm} --attach @var{pid}
10898@end smallexample
10899
10900@var{pid} is the process ID of a currently running process. It isn't necessary
10901to point @code{gdbserver} at a binary for the running process.
10902
b1fe9455
DJ
10903@pindex pidof
10904@cindex attach to a program by name
10905You can debug processes by name instead of process ID if your target has the
10906@code{pidof} utility:
10907
10908@smallexample
10909target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
10910@end smallexample
10911
10912In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
10913has multiple threads, most versions of @code{pidof} support the
10914@code{-s} option to only return the first process ID.
10915
07f31aa6
DJ
10916@item On the host machine,
10917connect to your target (@pxref{Connecting,,Connecting to a remote target}).
6f05cf9f
AC
10918For TCP connections, you must start up @code{gdbserver} prior to using
10919the @code{target remote} command. Otherwise you may get an error whose
10920text depends on the host system, but which usually looks something like
07f31aa6
DJ
10921@samp{Connection refused}. You don't need to use the @code{load}
10922command in @value{GDBN} when using gdbserver, since the program is
10923already on the target.
10924
6f05cf9f
AC
10925@end table
10926
10927@node NetWare
10928@section Using the @code{gdbserve.nlm} program
10929
10930@kindex gdbserve.nlm
10931@code{gdbserve.nlm} is a control program for NetWare systems, which
10932allows you to connect your program with a remote @value{GDBN} via
10933@code{target remote}.
10934
10935@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
10936using the standard @value{GDBN} remote serial protocol.
10937
10938@table @emph
10939@item On the target machine,
10940you need to have a copy of the program you want to debug.
10941@code{gdbserve.nlm} does not need your program's symbol table, so you
10942can strip the program if necessary to save space. @value{GDBN} on the
10943host system does all the symbol handling.
10944
10945To use the server, you must tell it how to communicate with
10946@value{GDBN}; the name of your program; and the arguments for your
10947program. The syntax is:
10948
10949@smallexample
10950load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
10951 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
10952@end smallexample
10953
10954@var{board} and @var{port} specify the serial line; @var{baud} specifies
10955the baud rate used by the connection. @var{port} and @var{node} default
10956to 0, @var{baud} defaults to 9600@dmn{bps}.
10957
10958For example, to debug Emacs with the argument @samp{foo.txt}and
10959communicate with @value{GDBN} over serial port number 2 or board 1
10960using a 19200@dmn{bps} connection:
10961
10962@smallexample
10963load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
10964@end smallexample
10965
07f31aa6
DJ
10966@item
10967On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
10968Connecting to a remote target}).
6f05cf9f 10969
6f05cf9f
AC
10970@end table
10971
501eef12
AC
10972@node Remote configuration
10973@section Remote configuration
10974
10975The following configuration options are available when debugging remote
10976programs:
10977
10978@table @code
10979@kindex set remote hardware-watchpoint-limit
10980@kindex set remote hardware-breakpoint-limit
10981@anchor{set remote hardware-watchpoint-limit}
10982@anchor{set remote hardware-breakpoint-limit}
10983@item set remote hardware-watchpoint-limit @var{limit}
10984@itemx set remote hardware-breakpoint-limit @var{limit}
10985Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
10986watchpoints. A limit of -1, the default, is treated as unlimited.
10987@end table
10988
6f05cf9f
AC
10989@node remote stub
10990@section Implementing a remote stub
7a292a7a 10991
8e04817f
AC
10992@cindex debugging stub, example
10993@cindex remote stub, example
10994@cindex stub example, remote debugging
10995The stub files provided with @value{GDBN} implement the target side of the
10996communication protocol, and the @value{GDBN} side is implemented in the
10997@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
10998these subroutines to communicate, and ignore the details. (If you're
10999implementing your own stub file, you can still ignore the details: start
11000with one of the existing stub files. @file{sparc-stub.c} is the best
11001organized, and therefore the easiest to read.)
11002
104c1213
JM
11003@cindex remote serial debugging, overview
11004To debug a program running on another machine (the debugging
11005@dfn{target} machine), you must first arrange for all the usual
11006prerequisites for the program to run by itself. For example, for a C
11007program, you need:
c906108c 11008
104c1213
JM
11009@enumerate
11010@item
11011A startup routine to set up the C runtime environment; these usually
11012have a name like @file{crt0}. The startup routine may be supplied by
11013your hardware supplier, or you may have to write your own.
96baa820 11014
5d161b24 11015@item
d4f3574e 11016A C subroutine library to support your program's
104c1213 11017subroutine calls, notably managing input and output.
96baa820 11018
104c1213
JM
11019@item
11020A way of getting your program to the other machine---for example, a
11021download program. These are often supplied by the hardware
11022manufacturer, but you may have to write your own from hardware
11023documentation.
11024@end enumerate
96baa820 11025
104c1213
JM
11026The next step is to arrange for your program to use a serial port to
11027communicate with the machine where @value{GDBN} is running (the @dfn{host}
11028machine). In general terms, the scheme looks like this:
96baa820 11029
104c1213
JM
11030@table @emph
11031@item On the host,
11032@value{GDBN} already understands how to use this protocol; when everything
11033else is set up, you can simply use the @samp{target remote} command
11034(@pxref{Targets,,Specifying a Debugging Target}).
11035
11036@item On the target,
11037you must link with your program a few special-purpose subroutines that
11038implement the @value{GDBN} remote serial protocol. The file containing these
11039subroutines is called a @dfn{debugging stub}.
11040
11041On certain remote targets, you can use an auxiliary program
11042@code{gdbserver} instead of linking a stub into your program.
11043@xref{Server,,Using the @code{gdbserver} program}, for details.
11044@end table
96baa820 11045
104c1213
JM
11046The debugging stub is specific to the architecture of the remote
11047machine; for example, use @file{sparc-stub.c} to debug programs on
11048@sc{sparc} boards.
96baa820 11049
104c1213
JM
11050@cindex remote serial stub list
11051These working remote stubs are distributed with @value{GDBN}:
96baa820 11052
104c1213
JM
11053@table @code
11054
11055@item i386-stub.c
41afff9a 11056@cindex @file{i386-stub.c}
104c1213
JM
11057@cindex Intel
11058@cindex i386
11059For Intel 386 and compatible architectures.
11060
11061@item m68k-stub.c
41afff9a 11062@cindex @file{m68k-stub.c}
104c1213
JM
11063@cindex Motorola 680x0
11064@cindex m680x0
11065For Motorola 680x0 architectures.
11066
11067@item sh-stub.c
41afff9a 11068@cindex @file{sh-stub.c}
172c2a43 11069@cindex Renesas
104c1213 11070@cindex SH
172c2a43 11071For Renesas SH architectures.
104c1213
JM
11072
11073@item sparc-stub.c
41afff9a 11074@cindex @file{sparc-stub.c}
104c1213
JM
11075@cindex Sparc
11076For @sc{sparc} architectures.
11077
11078@item sparcl-stub.c
41afff9a 11079@cindex @file{sparcl-stub.c}
104c1213
JM
11080@cindex Fujitsu
11081@cindex SparcLite
11082For Fujitsu @sc{sparclite} architectures.
11083
11084@end table
11085
11086The @file{README} file in the @value{GDBN} distribution may list other
11087recently added stubs.
11088
11089@menu
11090* Stub Contents:: What the stub can do for you
11091* Bootstrapping:: What you must do for the stub
11092* Debug Session:: Putting it all together
104c1213
JM
11093@end menu
11094
6d2ebf8b 11095@node Stub Contents
6f05cf9f 11096@subsection What the stub can do for you
104c1213
JM
11097
11098@cindex remote serial stub
11099The debugging stub for your architecture supplies these three
11100subroutines:
11101
11102@table @code
11103@item set_debug_traps
11104@kindex set_debug_traps
11105@cindex remote serial stub, initialization
11106This routine arranges for @code{handle_exception} to run when your
11107program stops. You must call this subroutine explicitly near the
11108beginning of your program.
11109
11110@item handle_exception
11111@kindex handle_exception
11112@cindex remote serial stub, main routine
11113This is the central workhorse, but your program never calls it
11114explicitly---the setup code arranges for @code{handle_exception} to
11115run when a trap is triggered.
11116
11117@code{handle_exception} takes control when your program stops during
11118execution (for example, on a breakpoint), and mediates communications
11119with @value{GDBN} on the host machine. This is where the communications
11120protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 11121representative on the target machine. It begins by sending summary
104c1213
JM
11122information on the state of your program, then continues to execute,
11123retrieving and transmitting any information @value{GDBN} needs, until you
11124execute a @value{GDBN} command that makes your program resume; at that point,
11125@code{handle_exception} returns control to your own code on the target
5d161b24 11126machine.
104c1213
JM
11127
11128@item breakpoint
11129@cindex @code{breakpoint} subroutine, remote
11130Use this auxiliary subroutine to make your program contain a
11131breakpoint. Depending on the particular situation, this may be the only
11132way for @value{GDBN} to get control. For instance, if your target
11133machine has some sort of interrupt button, you won't need to call this;
11134pressing the interrupt button transfers control to
11135@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
11136simply receiving characters on the serial port may also trigger a trap;
11137again, in that situation, you don't need to call @code{breakpoint} from
11138your own program---simply running @samp{target remote} from the host
5d161b24 11139@value{GDBN} session gets control.
104c1213
JM
11140
11141Call @code{breakpoint} if none of these is true, or if you simply want
11142to make certain your program stops at a predetermined point for the
11143start of your debugging session.
11144@end table
11145
6d2ebf8b 11146@node Bootstrapping
6f05cf9f 11147@subsection What you must do for the stub
104c1213
JM
11148
11149@cindex remote stub, support routines
11150The debugging stubs that come with @value{GDBN} are set up for a particular
11151chip architecture, but they have no information about the rest of your
11152debugging target machine.
11153
11154First of all you need to tell the stub how to communicate with the
11155serial port.
11156
11157@table @code
11158@item int getDebugChar()
11159@kindex getDebugChar
11160Write this subroutine to read a single character from the serial port.
11161It may be identical to @code{getchar} for your target system; a
11162different name is used to allow you to distinguish the two if you wish.
11163
11164@item void putDebugChar(int)
11165@kindex putDebugChar
11166Write this subroutine to write a single character to the serial port.
5d161b24 11167It may be identical to @code{putchar} for your target system; a
104c1213
JM
11168different name is used to allow you to distinguish the two if you wish.
11169@end table
11170
11171@cindex control C, and remote debugging
11172@cindex interrupting remote targets
11173If you want @value{GDBN} to be able to stop your program while it is
11174running, you need to use an interrupt-driven serial driver, and arrange
11175for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
11176character). That is the character which @value{GDBN} uses to tell the
11177remote system to stop.
11178
11179Getting the debugging target to return the proper status to @value{GDBN}
11180probably requires changes to the standard stub; one quick and dirty way
11181is to just execute a breakpoint instruction (the ``dirty'' part is that
11182@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
11183
11184Other routines you need to supply are:
11185
11186@table @code
11187@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
11188@kindex exceptionHandler
11189Write this function to install @var{exception_address} in the exception
11190handling tables. You need to do this because the stub does not have any
11191way of knowing what the exception handling tables on your target system
11192are like (for example, the processor's table might be in @sc{rom},
11193containing entries which point to a table in @sc{ram}).
11194@var{exception_number} is the exception number which should be changed;
11195its meaning is architecture-dependent (for example, different numbers
11196might represent divide by zero, misaligned access, etc). When this
11197exception occurs, control should be transferred directly to
11198@var{exception_address}, and the processor state (stack, registers,
11199and so on) should be just as it is when a processor exception occurs. So if
11200you want to use a jump instruction to reach @var{exception_address}, it
11201should be a simple jump, not a jump to subroutine.
11202
11203For the 386, @var{exception_address} should be installed as an interrupt
11204gate so that interrupts are masked while the handler runs. The gate
11205should be at privilege level 0 (the most privileged level). The
11206@sc{sparc} and 68k stubs are able to mask interrupts themselves without
11207help from @code{exceptionHandler}.
11208
11209@item void flush_i_cache()
11210@kindex flush_i_cache
d4f3574e 11211On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
11212instruction cache, if any, on your target machine. If there is no
11213instruction cache, this subroutine may be a no-op.
11214
11215On target machines that have instruction caches, @value{GDBN} requires this
11216function to make certain that the state of your program is stable.
11217@end table
11218
11219@noindent
11220You must also make sure this library routine is available:
11221
11222@table @code
11223@item void *memset(void *, int, int)
11224@kindex memset
11225This is the standard library function @code{memset} that sets an area of
11226memory to a known value. If you have one of the free versions of
11227@code{libc.a}, @code{memset} can be found there; otherwise, you must
11228either obtain it from your hardware manufacturer, or write your own.
11229@end table
11230
11231If you do not use the GNU C compiler, you may need other standard
11232library subroutines as well; this varies from one stub to another,
11233but in general the stubs are likely to use any of the common library
d4f3574e 11234subroutines which @code{@value{GCC}} generates as inline code.
104c1213
JM
11235
11236
6d2ebf8b 11237@node Debug Session
6f05cf9f 11238@subsection Putting it all together
104c1213
JM
11239
11240@cindex remote serial debugging summary
11241In summary, when your program is ready to debug, you must follow these
11242steps.
11243
11244@enumerate
11245@item
6d2ebf8b 11246Make sure you have defined the supporting low-level routines
104c1213
JM
11247(@pxref{Bootstrapping,,What you must do for the stub}):
11248@display
11249@code{getDebugChar}, @code{putDebugChar},
11250@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
11251@end display
11252
11253@item
11254Insert these lines near the top of your program:
11255
474c8240 11256@smallexample
104c1213
JM
11257set_debug_traps();
11258breakpoint();
474c8240 11259@end smallexample
104c1213
JM
11260
11261@item
11262For the 680x0 stub only, you need to provide a variable called
11263@code{exceptionHook}. Normally you just use:
11264
474c8240 11265@smallexample
104c1213 11266void (*exceptionHook)() = 0;
474c8240 11267@end smallexample
104c1213 11268
d4f3574e 11269@noindent
104c1213 11270but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 11271function in your program, that function is called when
104c1213
JM
11272@code{@value{GDBN}} continues after stopping on a trap (for example, bus
11273error). The function indicated by @code{exceptionHook} is called with
11274one parameter: an @code{int} which is the exception number.
11275
11276@item
11277Compile and link together: your program, the @value{GDBN} debugging stub for
11278your target architecture, and the supporting subroutines.
11279
11280@item
11281Make sure you have a serial connection between your target machine and
11282the @value{GDBN} host, and identify the serial port on the host.
11283
11284@item
11285@c The "remote" target now provides a `load' command, so we should
11286@c document that. FIXME.
11287Download your program to your target machine (or get it there by
11288whatever means the manufacturer provides), and start it.
11289
11290@item
07f31aa6
DJ
11291Start @value{GDBN} on the host, and connect to the target
11292(@pxref{Connecting,,Connecting to a remote target}).
9db8d71f 11293
104c1213
JM
11294@end enumerate
11295
8e04817f
AC
11296@node Configurations
11297@chapter Configuration-Specific Information
104c1213 11298
8e04817f
AC
11299While nearly all @value{GDBN} commands are available for all native and
11300cross versions of the debugger, there are some exceptions. This chapter
11301describes things that are only available in certain configurations.
104c1213 11302
8e04817f
AC
11303There are three major categories of configurations: native
11304configurations, where the host and target are the same, embedded
11305operating system configurations, which are usually the same for several
11306different processor architectures, and bare embedded processors, which
11307are quite different from each other.
104c1213 11308
8e04817f
AC
11309@menu
11310* Native::
11311* Embedded OS::
11312* Embedded Processors::
11313* Architectures::
11314@end menu
104c1213 11315
8e04817f
AC
11316@node Native
11317@section Native
104c1213 11318
8e04817f
AC
11319This section describes details specific to particular native
11320configurations.
6cf7e474 11321
8e04817f
AC
11322@menu
11323* HP-UX:: HP-UX
11324* SVR4 Process Information:: SVR4 process information
11325* DJGPP Native:: Features specific to the DJGPP port
78c47bea 11326* Cygwin Native:: Features specific to the Cygwin port
8e04817f 11327@end menu
6cf7e474 11328
8e04817f
AC
11329@node HP-UX
11330@subsection HP-UX
104c1213 11331
8e04817f
AC
11332On HP-UX systems, if you refer to a function or variable name that
11333begins with a dollar sign, @value{GDBN} searches for a user or system
11334name first, before it searches for a convenience variable.
104c1213 11335
8e04817f
AC
11336@node SVR4 Process Information
11337@subsection SVR4 process information
104c1213 11338
8e04817f
AC
11339@kindex /proc
11340@cindex process image
104c1213 11341
8e04817f
AC
11342Many versions of SVR4 provide a facility called @samp{/proc} that can be
11343used to examine the image of a running process using file-system
11344subroutines. If @value{GDBN} is configured for an operating system with
11345this facility, the command @code{info proc} is available to report on
11346several kinds of information about the process running your program.
11347@code{info proc} works only on SVR4 systems that include the
11348@code{procfs} code. This includes OSF/1 (Digital Unix), Solaris, Irix,
1104b9e7 11349and Unixware, but not HP-UX or @sc{gnu}/Linux, for example.
104c1213 11350
8e04817f
AC
11351@table @code
11352@kindex info proc
11353@item info proc
11354Summarize available information about the process.
6cf7e474 11355
8e04817f
AC
11356@kindex info proc mappings
11357@item info proc mappings
11358Report on the address ranges accessible in the program, with information
11359on whether your program may read, write, or execute each range.
11360@ignore
11361@comment These sub-options of 'info proc' were not included when
11362@comment procfs.c was re-written. Keep their descriptions around
11363@comment against the day when someone finds the time to put them back in.
11364@kindex info proc times
11365@item info proc times
11366Starting time, user CPU time, and system CPU time for your program and
11367its children.
6cf7e474 11368
8e04817f
AC
11369@kindex info proc id
11370@item info proc id
11371Report on the process IDs related to your program: its own process ID,
11372the ID of its parent, the process group ID, and the session ID.
104c1213 11373
8e04817f
AC
11374@kindex info proc status
11375@item info proc status
11376General information on the state of the process. If the process is
11377stopped, this report includes the reason for stopping, and any signal
11378received.
d4f3574e 11379
8e04817f
AC
11380@item info proc all
11381Show all the above information about the process.
11382@end ignore
11383@end table
104c1213 11384
8e04817f
AC
11385@node DJGPP Native
11386@subsection Features for Debugging @sc{djgpp} Programs
11387@cindex @sc{djgpp} debugging
11388@cindex native @sc{djgpp} debugging
11389@cindex MS-DOS-specific commands
104c1213 11390
8e04817f
AC
11391@sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
11392MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
11393that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
11394top of real-mode DOS systems and their emulations.
104c1213 11395
8e04817f
AC
11396@value{GDBN} supports native debugging of @sc{djgpp} programs, and
11397defines a few commands specific to the @sc{djgpp} port. This
11398subsection describes those commands.
104c1213 11399
8e04817f
AC
11400@table @code
11401@kindex info dos
11402@item info dos
11403This is a prefix of @sc{djgpp}-specific commands which print
11404information about the target system and important OS structures.
f1251bdd 11405
8e04817f
AC
11406@kindex sysinfo
11407@cindex MS-DOS system info
11408@cindex free memory information (MS-DOS)
11409@item info dos sysinfo
11410This command displays assorted information about the underlying
11411platform: the CPU type and features, the OS version and flavor, the
11412DPMI version, and the available conventional and DPMI memory.
104c1213 11413
8e04817f
AC
11414@cindex GDT
11415@cindex LDT
11416@cindex IDT
11417@cindex segment descriptor tables
11418@cindex descriptor tables display
11419@item info dos gdt
11420@itemx info dos ldt
11421@itemx info dos idt
11422These 3 commands display entries from, respectively, Global, Local,
11423and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
11424tables are data structures which store a descriptor for each segment
11425that is currently in use. The segment's selector is an index into a
11426descriptor table; the table entry for that index holds the
11427descriptor's base address and limit, and its attributes and access
11428rights.
104c1213 11429
8e04817f
AC
11430A typical @sc{djgpp} program uses 3 segments: a code segment, a data
11431segment (used for both data and the stack), and a DOS segment (which
11432allows access to DOS/BIOS data structures and absolute addresses in
11433conventional memory). However, the DPMI host will usually define
11434additional segments in order to support the DPMI environment.
d4f3574e 11435
8e04817f
AC
11436@cindex garbled pointers
11437These commands allow to display entries from the descriptor tables.
11438Without an argument, all entries from the specified table are
11439displayed. An argument, which should be an integer expression, means
11440display a single entry whose index is given by the argument. For
11441example, here's a convenient way to display information about the
11442debugged program's data segment:
104c1213 11443
8e04817f
AC
11444@smallexample
11445@exdent @code{(@value{GDBP}) info dos ldt $ds}
11446@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
11447@end smallexample
104c1213 11448
8e04817f
AC
11449@noindent
11450This comes in handy when you want to see whether a pointer is outside
11451the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 11452
8e04817f
AC
11453@cindex page tables display (MS-DOS)
11454@item info dos pde
11455@itemx info dos pte
11456These two commands display entries from, respectively, the Page
11457Directory and the Page Tables. Page Directories and Page Tables are
11458data structures which control how virtual memory addresses are mapped
11459into physical addresses. A Page Table includes an entry for every
11460page of memory that is mapped into the program's address space; there
11461may be several Page Tables, each one holding up to 4096 entries. A
11462Page Directory has up to 4096 entries, one each for every Page Table
11463that is currently in use.
104c1213 11464
8e04817f
AC
11465Without an argument, @kbd{info dos pde} displays the entire Page
11466Directory, and @kbd{info dos pte} displays all the entries in all of
11467the Page Tables. An argument, an integer expression, given to the
11468@kbd{info dos pde} command means display only that entry from the Page
11469Directory table. An argument given to the @kbd{info dos pte} command
11470means display entries from a single Page Table, the one pointed to by
11471the specified entry in the Page Directory.
104c1213 11472
8e04817f
AC
11473@cindex direct memory access (DMA) on MS-DOS
11474These commands are useful when your program uses @dfn{DMA} (Direct
11475Memory Access), which needs physical addresses to program the DMA
11476controller.
104c1213 11477
8e04817f 11478These commands are supported only with some DPMI servers.
104c1213 11479
8e04817f
AC
11480@cindex physical address from linear address
11481@item info dos address-pte @var{addr}
11482This command displays the Page Table entry for a specified linear
11483address. The argument linear address @var{addr} should already have the
11484appropriate segment's base address added to it, because this command
11485accepts addresses which may belong to @emph{any} segment. For
11486example, here's how to display the Page Table entry for the page where
11487the variable @code{i} is stored:
104c1213 11488
8e04817f
AC
11489@smallexample
11490@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
11491@exdent @code{Page Table entry for address 0x11a00d30:}
11492@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
11493@end smallexample
104c1213 11494
8e04817f
AC
11495@noindent
11496This says that @code{i} is stored at offset @code{0xd30} from the page
11497whose physical base address is @code{0x02698000}, and prints all the
11498attributes of that page.
104c1213 11499
8e04817f
AC
11500Note that you must cast the addresses of variables to a @code{char *},
11501since otherwise the value of @code{__djgpp_base_address}, the base
11502address of all variables and functions in a @sc{djgpp} program, will
11503be added using the rules of C pointer arithmetics: if @code{i} is
11504declared an @code{int}, @value{GDBN} will add 4 times the value of
11505@code{__djgpp_base_address} to the address of @code{i}.
104c1213 11506
8e04817f
AC
11507Here's another example, it displays the Page Table entry for the
11508transfer buffer:
104c1213 11509
8e04817f
AC
11510@smallexample
11511@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
11512@exdent @code{Page Table entry for address 0x29110:}
11513@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
11514@end smallexample
104c1213 11515
8e04817f
AC
11516@noindent
11517(The @code{+ 3} offset is because the transfer buffer's address is the
115183rd member of the @code{_go32_info_block} structure.) The output of
11519this command clearly shows that addresses in conventional memory are
11520mapped 1:1, i.e.@: the physical and linear addresses are identical.
104c1213 11521
8e04817f
AC
11522This command is supported only with some DPMI servers.
11523@end table
104c1213 11524
78c47bea
PM
11525@node Cygwin Native
11526@subsection Features for Debugging MS Windows PE executables
11527@cindex MS Windows debugging
11528@cindex native Cygwin debugging
11529@cindex Cygwin-specific commands
11530
be448670
CF
11531@value{GDBN} supports native debugging of MS Windows programs, including
11532DLLs with and without symbolic debugging information. There are various
11533additional Cygwin-specific commands, described in this subsection. The
11534subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
11535that have no debugging symbols.
11536
78c47bea
PM
11537
11538@table @code
11539@kindex info w32
11540@item info w32
11541This is a prefix of MS Windows specific commands which print
11542information about the target system and important OS structures.
11543
11544@item info w32 selector
11545This command displays information returned by
11546the Win32 API @code{GetThreadSelectorEntry} function.
11547It takes an optional argument that is evaluated to
11548a long value to give the information about this given selector.
11549Without argument, this command displays information
11550about the the six segment registers.
11551
11552@kindex info dll
11553@item info dll
11554This is a Cygwin specific alias of info shared.
11555
11556@kindex dll-symbols
11557@item dll-symbols
11558This command loads symbols from a dll similarly to
11559add-sym command but without the need to specify a base address.
11560
11561@kindex set new-console
11562@item set new-console @var{mode}
11563If @var{mode} is @code{on} the debuggee will
11564be started in a new console on next start.
11565If @var{mode} is @code{off}i, the debuggee will
11566be started in the same console as the debugger.
11567
11568@kindex show new-console
11569@item show new-console
11570Displays whether a new console is used
11571when the debuggee is started.
11572
11573@kindex set new-group
11574@item set new-group @var{mode}
11575This boolean value controls whether the debuggee should
11576start a new group or stay in the same group as the debugger.
11577This affects the way the Windows OS handles
11578Ctrl-C.
11579
11580@kindex show new-group
11581@item show new-group
11582Displays current value of new-group boolean.
11583
11584@kindex set debugevents
11585@item set debugevents
11586This boolean value adds debug output concerning events seen by the debugger.
11587
11588@kindex set debugexec
11589@item set debugexec
11590This boolean value adds debug output concerning execute events
11591seen by the debugger.
11592
11593@kindex set debugexceptions
11594@item set debugexceptions
11595This boolean value adds debug ouptut concerning exception events
11596seen by the debugger.
11597
11598@kindex set debugmemory
11599@item set debugmemory
11600This boolean value adds debug ouptut concerning memory events
11601seen by the debugger.
11602
11603@kindex set shell
11604@item set shell
11605This boolean values specifies whether the debuggee is called
11606via a shell or directly (default value is on).
11607
11608@kindex show shell
11609@item show shell
11610Displays if the debuggee will be started with a shell.
11611
11612@end table
11613
be448670
CF
11614@menu
11615* Non-debug DLL symbols:: Support for DLLs without debugging symbols
11616@end menu
11617
11618@node Non-debug DLL symbols
11619@subsubsection Support for DLLs without debugging symbols
11620@cindex DLLs with no debugging symbols
11621@cindex Minimal symbols and DLLs
11622
11623Very often on windows, some of the DLLs that your program relies on do
11624not include symbolic debugging information (for example,
11625@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
11626symbols in a DLL, it relies on the minimal amount of symbolic
11627information contained in the DLL's export table. This subsubsection
11628describes working with such symbols, known internally to @value{GDBN} as
11629``minimal symbols''.
11630
11631Note that before the debugged program has started execution, no DLLs
11632will have been loaded. The easiest way around this problem is simply to
11633start the program --- either by setting a breakpoint or letting the
11634program run once to completion. It is also possible to force
11635@value{GDBN} to load a particular DLL before starting the executable ---
11636see the shared library information in @pxref{Files} or the
11637@code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
11638explicitly loading symbols from a DLL with no debugging information will
11639cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
11640which may adversely affect symbol lookup performance.
11641
11642@subsubsection DLL name prefixes
11643
11644In keeping with the naming conventions used by the Microsoft debugging
11645tools, DLL export symbols are made available with a prefix based on the
11646DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
11647also entered into the symbol table, so @code{CreateFileA} is often
11648sufficient. In some cases there will be name clashes within a program
11649(particularly if the executable itself includes full debugging symbols)
11650necessitating the use of the fully qualified name when referring to the
11651contents of the DLL. Use single-quotes around the name to avoid the
11652exclamation mark (``!'') being interpreted as a language operator.
11653
11654Note that the internal name of the DLL may be all upper-case, even
11655though the file name of the DLL is lower-case, or vice-versa. Since
11656symbols within @value{GDBN} are @emph{case-sensitive} this may cause
11657some confusion. If in doubt, try the @code{info functions} and
11658@code{info variables} commands or even @code{maint print msymbols} (see
11659@pxref{Symbols}). Here's an example:
11660
11661@smallexample
11662(gdb) info function CreateFileA
11663All functions matching regular expression "CreateFileA":
11664
11665Non-debugging symbols:
116660x77e885f4 CreateFileA
116670x77e885f4 KERNEL32!CreateFileA
11668@end smallexample
11669
11670@smallexample
11671(gdb) info function !
11672All functions matching regular expression "!":
11673
11674Non-debugging symbols:
116750x6100114c cygwin1!__assert
116760x61004034 cygwin1!_dll_crt0@@0
116770x61004240 cygwin1!dll_crt0(per_process *)
11678[etc...]
11679@end smallexample
11680
11681@subsubsection Working with minimal symbols
11682
11683Symbols extracted from a DLL's export table do not contain very much
11684type information. All that @value{GDBN} can do is guess whether a symbol
11685refers to a function or variable depending on the linker section that
11686contains the symbol. Also note that the actual contents of the memory
11687contained in a DLL are not available unless the program is running. This
11688means that you cannot examine the contents of a variable or disassemble
11689a function within a DLL without a running program.
11690
11691Variables are generally treated as pointers and dereferenced
11692automatically. For this reason, it is often necessary to prefix a
11693variable name with the address-of operator (``&'') and provide explicit
11694type information in the command. Here's an example of the type of
11695problem:
11696
11697@smallexample
11698(gdb) print 'cygwin1!__argv'
11699$1 = 268572168
11700@end smallexample
11701
11702@smallexample
11703(gdb) x 'cygwin1!__argv'
117040x10021610: "\230y\""
11705@end smallexample
11706
11707And two possible solutions:
11708
11709@smallexample
11710(gdb) print ((char **)'cygwin1!__argv')[0]
11711$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
11712@end smallexample
11713
11714@smallexample
11715(gdb) x/2x &'cygwin1!__argv'
117160x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
11717(gdb) x/x 0x10021608
117180x10021608: 0x0022fd98
11719(gdb) x/s 0x0022fd98
117200x22fd98: "/cygdrive/c/mydirectory/myprogram"
11721@end smallexample
11722
11723Setting a break point within a DLL is possible even before the program
11724starts execution. However, under these circumstances, @value{GDBN} can't
11725examine the initial instructions of the function in order to skip the
11726function's frame set-up code. You can work around this by using ``*&''
11727to set the breakpoint at a raw memory address:
11728
11729@smallexample
11730(gdb) break *&'python22!PyOS_Readline'
11731Breakpoint 1 at 0x1e04eff0
11732@end smallexample
11733
11734The author of these extensions is not entirely convinced that setting a
11735break point within a shared DLL like @file{kernel32.dll} is completely
11736safe.
11737
8e04817f
AC
11738@node Embedded OS
11739@section Embedded Operating Systems
104c1213 11740
8e04817f
AC
11741This section describes configurations involving the debugging of
11742embedded operating systems that are available for several different
11743architectures.
d4f3574e 11744
8e04817f
AC
11745@menu
11746* VxWorks:: Using @value{GDBN} with VxWorks
11747@end menu
104c1213 11748
8e04817f
AC
11749@value{GDBN} includes the ability to debug programs running on
11750various real-time operating systems.
104c1213 11751
8e04817f
AC
11752@node VxWorks
11753@subsection Using @value{GDBN} with VxWorks
104c1213 11754
8e04817f 11755@cindex VxWorks
104c1213 11756
8e04817f 11757@table @code
104c1213 11758
8e04817f
AC
11759@kindex target vxworks
11760@item target vxworks @var{machinename}
11761A VxWorks system, attached via TCP/IP. The argument @var{machinename}
11762is the target system's machine name or IP address.
104c1213 11763
8e04817f 11764@end table
104c1213 11765
8e04817f
AC
11766On VxWorks, @code{load} links @var{filename} dynamically on the
11767current target system as well as adding its symbols in @value{GDBN}.
104c1213 11768
8e04817f
AC
11769@value{GDBN} enables developers to spawn and debug tasks running on networked
11770VxWorks targets from a Unix host. Already-running tasks spawned from
11771the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
11772both the Unix host and on the VxWorks target. The program
11773@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
11774installed with the name @code{vxgdb}, to distinguish it from a
11775@value{GDBN} for debugging programs on the host itself.)
104c1213 11776
8e04817f
AC
11777@table @code
11778@item VxWorks-timeout @var{args}
11779@kindex vxworks-timeout
11780All VxWorks-based targets now support the option @code{vxworks-timeout}.
11781This option is set by the user, and @var{args} represents the number of
11782seconds @value{GDBN} waits for responses to rpc's. You might use this if
11783your VxWorks target is a slow software simulator or is on the far side
11784of a thin network line.
11785@end table
104c1213 11786
8e04817f
AC
11787The following information on connecting to VxWorks was current when
11788this manual was produced; newer releases of VxWorks may use revised
11789procedures.
104c1213 11790
8e04817f
AC
11791@kindex INCLUDE_RDB
11792To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
11793to include the remote debugging interface routines in the VxWorks
11794library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
11795VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
11796kernel. The resulting kernel contains @file{rdb.a}, and spawns the
11797source debugging task @code{tRdbTask} when VxWorks is booted. For more
11798information on configuring and remaking VxWorks, see the manufacturer's
11799manual.
11800@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 11801
8e04817f
AC
11802Once you have included @file{rdb.a} in your VxWorks system image and set
11803your Unix execution search path to find @value{GDBN}, you are ready to
11804run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
11805@code{vxgdb}, depending on your installation).
104c1213 11806
8e04817f 11807@value{GDBN} comes up showing the prompt:
104c1213 11808
474c8240 11809@smallexample
8e04817f 11810(vxgdb)
474c8240 11811@end smallexample
104c1213 11812
8e04817f
AC
11813@menu
11814* VxWorks Connection:: Connecting to VxWorks
11815* VxWorks Download:: VxWorks download
11816* VxWorks Attach:: Running tasks
11817@end menu
104c1213 11818
8e04817f
AC
11819@node VxWorks Connection
11820@subsubsection Connecting to VxWorks
104c1213 11821
8e04817f
AC
11822The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
11823network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 11824
474c8240 11825@smallexample
8e04817f 11826(vxgdb) target vxworks tt
474c8240 11827@end smallexample
104c1213 11828
8e04817f
AC
11829@need 750
11830@value{GDBN} displays messages like these:
104c1213 11831
8e04817f
AC
11832@smallexample
11833Attaching remote machine across net...
11834Connected to tt.
11835@end smallexample
104c1213 11836
8e04817f
AC
11837@need 1000
11838@value{GDBN} then attempts to read the symbol tables of any object modules
11839loaded into the VxWorks target since it was last booted. @value{GDBN} locates
11840these files by searching the directories listed in the command search
11841path (@pxref{Environment, ,Your program's environment}); if it fails
11842to find an object file, it displays a message such as:
5d161b24 11843
474c8240 11844@smallexample
8e04817f 11845prog.o: No such file or directory.
474c8240 11846@end smallexample
104c1213 11847
8e04817f
AC
11848When this happens, add the appropriate directory to the search path with
11849the @value{GDBN} command @code{path}, and execute the @code{target}
11850command again.
104c1213 11851
8e04817f
AC
11852@node VxWorks Download
11853@subsubsection VxWorks download
104c1213 11854
8e04817f
AC
11855@cindex download to VxWorks
11856If you have connected to the VxWorks target and you want to debug an
11857object that has not yet been loaded, you can use the @value{GDBN}
11858@code{load} command to download a file from Unix to VxWorks
11859incrementally. The object file given as an argument to the @code{load}
11860command is actually opened twice: first by the VxWorks target in order
11861to download the code, then by @value{GDBN} in order to read the symbol
11862table. This can lead to problems if the current working directories on
11863the two systems differ. If both systems have NFS mounted the same
11864filesystems, you can avoid these problems by using absolute paths.
11865Otherwise, it is simplest to set the working directory on both systems
11866to the directory in which the object file resides, and then to reference
11867the file by its name, without any path. For instance, a program
11868@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
11869and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
11870program, type this on VxWorks:
104c1213 11871
474c8240 11872@smallexample
8e04817f 11873-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 11874@end smallexample
104c1213 11875
8e04817f
AC
11876@noindent
11877Then, in @value{GDBN}, type:
104c1213 11878
474c8240 11879@smallexample
8e04817f
AC
11880(vxgdb) cd @var{hostpath}/vw/demo/rdb
11881(vxgdb) load prog.o
474c8240 11882@end smallexample
104c1213 11883
8e04817f 11884@value{GDBN} displays a response similar to this:
104c1213 11885
8e04817f
AC
11886@smallexample
11887Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
11888@end smallexample
104c1213 11889
8e04817f
AC
11890You can also use the @code{load} command to reload an object module
11891after editing and recompiling the corresponding source file. Note that
11892this makes @value{GDBN} delete all currently-defined breakpoints,
11893auto-displays, and convenience variables, and to clear the value
11894history. (This is necessary in order to preserve the integrity of
11895debugger's data structures that reference the target system's symbol
11896table.)
104c1213 11897
8e04817f
AC
11898@node VxWorks Attach
11899@subsubsection Running tasks
104c1213
JM
11900
11901@cindex running VxWorks tasks
11902You can also attach to an existing task using the @code{attach} command as
11903follows:
11904
474c8240 11905@smallexample
104c1213 11906(vxgdb) attach @var{task}
474c8240 11907@end smallexample
104c1213
JM
11908
11909@noindent
11910where @var{task} is the VxWorks hexadecimal task ID. The task can be running
11911or suspended when you attach to it. Running tasks are suspended at
11912the time of attachment.
11913
6d2ebf8b 11914@node Embedded Processors
104c1213
JM
11915@section Embedded Processors
11916
11917This section goes into details specific to particular embedded
11918configurations.
11919
7d86b5d5 11920
104c1213 11921@menu
104c1213 11922* ARM:: ARM
172c2a43
KI
11923* H8/300:: Renesas H8/300
11924* H8/500:: Renesas H8/500
11925* M32R/D:: Renesas M32R/D
104c1213 11926* M68K:: Motorola M68K
104c1213 11927* MIPS Embedded:: MIPS Embedded
a37295f9 11928* OpenRISC 1000:: OpenRisc 1000
104c1213
JM
11929* PA:: HP PA Embedded
11930* PowerPC: PowerPC
172c2a43 11931* SH:: Renesas SH
104c1213
JM
11932* Sparclet:: Tsqware Sparclet
11933* Sparclite:: Fujitsu Sparclite
11934* ST2000:: Tandem ST2000
11935* Z8000:: Zilog Z8000
11936@end menu
11937
6d2ebf8b 11938@node ARM
104c1213
JM
11939@subsection ARM
11940
11941@table @code
11942
8e04817f
AC
11943@kindex target rdi
11944@item target rdi @var{dev}
11945ARM Angel monitor, via RDI library interface to ADP protocol. You may
11946use this target to communicate with both boards running the Angel
11947monitor, or with the EmbeddedICE JTAG debug device.
11948
11949@kindex target rdp
11950@item target rdp @var{dev}
11951ARM Demon monitor.
11952
11953@end table
11954
11955@node H8/300
172c2a43 11956@subsection Renesas H8/300
8e04817f
AC
11957
11958@table @code
11959
11960@kindex target hms@r{, with H8/300}
11961@item target hms @var{dev}
172c2a43 11962A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
8e04817f
AC
11963Use special commands @code{device} and @code{speed} to control the serial
11964line and the communications speed used.
11965
11966@kindex target e7000@r{, with H8/300}
11967@item target e7000 @var{dev}
172c2a43 11968E7000 emulator for Renesas H8 and SH.
8e04817f
AC
11969
11970@kindex target sh3@r{, with H8/300}
11971@kindex target sh3e@r{, with H8/300}
11972@item target sh3 @var{dev}
11973@itemx target sh3e @var{dev}
172c2a43 11974Renesas SH-3 and SH-3E target systems.
8e04817f
AC
11975
11976@end table
11977
11978@cindex download to H8/300 or H8/500
11979@cindex H8/300 or H8/500 download
172c2a43
KI
11980@cindex download to Renesas SH
11981@cindex Renesas SH download
11982When you select remote debugging to a Renesas SH, H8/300, or H8/500
11983board, the @code{load} command downloads your program to the Renesas
8e04817f
AC
11984board and also opens it as the current executable target for
11985@value{GDBN} on your host (like the @code{file} command).
11986
11987@value{GDBN} needs to know these things to talk to your
172c2a43 11988Renesas SH, H8/300, or H8/500:
8e04817f
AC
11989
11990@enumerate
11991@item
11992that you want to use @samp{target hms}, the remote debugging interface
172c2a43
KI
11993for Renesas microprocessors, or @samp{target e7000}, the in-circuit
11994emulator for the Renesas SH and the Renesas 300H. (@samp{target hms} is
11995the default when @value{GDBN} is configured specifically for the Renesas SH,
8e04817f
AC
11996H8/300, or H8/500.)
11997
11998@item
172c2a43 11999what serial device connects your host to your Renesas board (the first
8e04817f
AC
12000serial device available on your host is the default).
12001
12002@item
12003what speed to use over the serial device.
12004@end enumerate
12005
12006@menu
172c2a43
KI
12007* Renesas Boards:: Connecting to Renesas boards.
12008* Renesas ICE:: Using the E7000 In-Circuit Emulator.
12009* Renesas Special:: Special @value{GDBN} commands for Renesas micros.
8e04817f
AC
12010@end menu
12011
172c2a43
KI
12012@node Renesas Boards
12013@subsubsection Connecting to Renesas boards
8e04817f
AC
12014
12015@c only for Unix hosts
12016@kindex device
172c2a43 12017@cindex serial device, Renesas micros
8e04817f
AC
12018Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
12019need to explicitly set the serial device. The default @var{port} is the
12020first available port on your host. This is only necessary on Unix
12021hosts, where it is typically something like @file{/dev/ttya}.
12022
12023@kindex speed
172c2a43 12024@cindex serial line speed, Renesas micros
8e04817f
AC
12025@code{@value{GDBN}} has another special command to set the communications
12026speed: @samp{speed @var{bps}}. This command also is only used from Unix
12027hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
12028the DOS @code{mode} command (for instance,
12029@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
12030
12031The @samp{device} and @samp{speed} commands are available only when you
172c2a43 12032use a Unix host to debug your Renesas microprocessor programs. If you
8e04817f
AC
12033use a DOS host,
12034@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
12035called @code{asynctsr} to communicate with the development board
12036through a PC serial port. You must also use the DOS @code{mode} command
12037to set up the serial port on the DOS side.
12038
12039The following sample session illustrates the steps needed to start a
12040program under @value{GDBN} control on an H8/300. The example uses a
12041sample H8/300 program called @file{t.x}. The procedure is the same for
172c2a43 12042the Renesas SH and the H8/500.
8e04817f
AC
12043
12044First hook up your development board. In this example, we use a
12045board attached to serial port @code{COM2}; if you use a different serial
12046port, substitute its name in the argument of the @code{mode} command.
12047When you call @code{asynctsr}, the auxiliary comms program used by the
12048debugger, you give it just the numeric part of the serial port's name;
12049for example, @samp{asyncstr 2} below runs @code{asyncstr} on
12050@code{COM2}.
12051
474c8240 12052@smallexample
8e04817f
AC
12053C:\H8300\TEST> asynctsr 2
12054C:\H8300\TEST> mode com2:9600,n,8,1,p
12055
12056Resident portion of MODE loaded
12057
12058COM2: 9600, n, 8, 1, p
12059
474c8240 12060@end smallexample
8e04817f
AC
12061
12062@quotation
12063@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
12064@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
12065disable it, or even boot without it, to use @code{asynctsr} to control
12066your development board.
12067@end quotation
12068
12069@kindex target hms@r{, and serial protocol}
12070Now that serial communications are set up, and the development board is
12071connected, you can start up @value{GDBN}. Call @code{@value{GDBP}} with
12072the name of your program as the argument. @code{@value{GDBN}} prompts
12073you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
12074commands to begin your debugging session: @samp{target hms} to specify
172c2a43 12075cross-debugging to the Renesas board, and the @code{load} command to
8e04817f
AC
12076download your program to the board. @code{load} displays the names of
12077the program's sections, and a @samp{*} for each 2K of data downloaded.
12078(If you want to refresh @value{GDBN} data on symbols or on the
12079executable file without downloading, use the @value{GDBN} commands
12080@code{file} or @code{symbol-file}. These commands, and @code{load}
12081itself, are described in @ref{Files,,Commands to specify files}.)
12082
12083@smallexample
12084(eg-C:\H8300\TEST) @value{GDBP} t.x
12085@value{GDBN} is free software and you are welcome to distribute copies
12086 of it under certain conditions; type "show copying" to see
12087 the conditions.
12088There is absolutely no warranty for @value{GDBN}; type "show warranty"
12089for details.
12090@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
12091(@value{GDBP}) target hms
12092Connected to remote H8/300 HMS system.
12093(@value{GDBP}) load t.x
12094.text : 0x8000 .. 0xabde ***********
12095.data : 0xabde .. 0xad30 *
12096.stack : 0xf000 .. 0xf014 *
12097@end smallexample
12098
12099At this point, you're ready to run or debug your program. From here on,
12100you can use all the usual @value{GDBN} commands. The @code{break} command
12101sets breakpoints; the @code{run} command starts your program;
12102@code{print} or @code{x} display data; the @code{continue} command
12103resumes execution after stopping at a breakpoint. You can use the
12104@code{help} command at any time to find out more about @value{GDBN} commands.
12105
12106Remember, however, that @emph{operating system} facilities aren't
12107available on your development board; for example, if your program hangs,
12108you can't send an interrupt---but you can press the @sc{reset} switch!
12109
12110Use the @sc{reset} button on the development board
12111@itemize @bullet
12112@item
12113to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
12114no way to pass an interrupt signal to the development board); and
12115
12116@item
12117to return to the @value{GDBN} command prompt after your program finishes
12118normally. The communications protocol provides no other way for @value{GDBN}
12119to detect program completion.
12120@end itemize
12121
12122In either case, @value{GDBN} sees the effect of a @sc{reset} on the
12123development board as a ``normal exit'' of your program.
12124
172c2a43 12125@node Renesas ICE
8e04817f
AC
12126@subsubsection Using the E7000 in-circuit emulator
12127
172c2a43 12128@kindex target e7000@r{, with Renesas ICE}
8e04817f 12129You can use the E7000 in-circuit emulator to develop code for either the
172c2a43 12130Renesas SH or the H8/300H. Use one of these forms of the @samp{target
8e04817f
AC
12131e7000} command to connect @value{GDBN} to your E7000:
12132
12133@table @code
12134@item target e7000 @var{port} @var{speed}
12135Use this form if your E7000 is connected to a serial port. The
12136@var{port} argument identifies what serial port to use (for example,
12137@samp{com2}). The third argument is the line speed in bits per second
12138(for example, @samp{9600}).
12139
12140@item target e7000 @var{hostname}
12141If your E7000 is installed as a host on a TCP/IP network, you can just
12142specify its hostname; @value{GDBN} uses @code{telnet} to connect.
12143@end table
12144
172c2a43
KI
12145@node Renesas Special
12146@subsubsection Special @value{GDBN} commands for Renesas micros
8e04817f
AC
12147
12148Some @value{GDBN} commands are available only for the H8/300:
12149
12150@table @code
12151
12152@kindex set machine
12153@kindex show machine
12154@item set machine h8300
12155@itemx set machine h8300h
12156Condition @value{GDBN} for one of the two variants of the H8/300
12157architecture with @samp{set machine}. You can use @samp{show machine}
12158to check which variant is currently in effect.
104c1213
JM
12159
12160@end table
12161
8e04817f
AC
12162@node H8/500
12163@subsection H8/500
104c1213
JM
12164
12165@table @code
12166
8e04817f
AC
12167@kindex set memory @var{mod}
12168@cindex memory models, H8/500
12169@item set memory @var{mod}
12170@itemx show memory
12171Specify which H8/500 memory model (@var{mod}) you are using with
12172@samp{set memory}; check which memory model is in effect with @samp{show
12173memory}. The accepted values for @var{mod} are @code{small},
12174@code{big}, @code{medium}, and @code{compact}.
104c1213 12175
8e04817f 12176@end table
104c1213 12177
8e04817f 12178@node M32R/D
172c2a43 12179@subsection Renesas M32R/D
8e04817f
AC
12180
12181@table @code
12182
12183@kindex target m32r
12184@item target m32r @var{dev}
172c2a43 12185Renesas M32R/D ROM monitor.
8e04817f 12186
fb3e19c0
KI
12187@kindex target m32rsdi
12188@item target m32rsdi @var{dev}
12189Renesas M32R SDI server, connected via parallel port to the board.
12190
8e04817f
AC
12191@end table
12192
12193@node M68K
12194@subsection M68k
12195
12196The Motorola m68k configuration includes ColdFire support, and
12197target command for the following ROM monitors.
12198
12199@table @code
12200
12201@kindex target abug
12202@item target abug @var{dev}
12203ABug ROM monitor for M68K.
12204
12205@kindex target cpu32bug
12206@item target cpu32bug @var{dev}
12207CPU32BUG monitor, running on a CPU32 (M68K) board.
12208
12209@kindex target dbug
12210@item target dbug @var{dev}
12211dBUG ROM monitor for Motorola ColdFire.
12212
12213@kindex target est
12214@item target est @var{dev}
12215EST-300 ICE monitor, running on a CPU32 (M68K) board.
12216
12217@kindex target rom68k
12218@item target rom68k @var{dev}
12219ROM 68K monitor, running on an M68K IDP board.
12220
12221@end table
12222
8e04817f
AC
12223@table @code
12224
12225@kindex target rombug
12226@item target rombug @var{dev}
12227ROMBUG ROM monitor for OS/9000.
12228
12229@end table
12230
8e04817f
AC
12231@node MIPS Embedded
12232@subsection MIPS Embedded
12233
12234@cindex MIPS boards
12235@value{GDBN} can use the MIPS remote debugging protocol to talk to a
12236MIPS board attached to a serial line. This is available when
12237you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
104c1213 12238
8e04817f
AC
12239@need 1000
12240Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 12241
8e04817f
AC
12242@table @code
12243@item target mips @var{port}
12244@kindex target mips @var{port}
12245To run a program on the board, start up @code{@value{GDBP}} with the
12246name of your program as the argument. To connect to the board, use the
12247command @samp{target mips @var{port}}, where @var{port} is the name of
12248the serial port connected to the board. If the program has not already
12249been downloaded to the board, you may use the @code{load} command to
12250download it. You can then use all the usual @value{GDBN} commands.
104c1213 12251
8e04817f
AC
12252For example, this sequence connects to the target board through a serial
12253port, and loads and runs a program called @var{prog} through the
12254debugger:
104c1213 12255
474c8240 12256@smallexample
8e04817f
AC
12257host$ @value{GDBP} @var{prog}
12258@value{GDBN} is free software and @dots{}
12259(@value{GDBP}) target mips /dev/ttyb
12260(@value{GDBP}) load @var{prog}
12261(@value{GDBP}) run
474c8240 12262@end smallexample
104c1213 12263
8e04817f
AC
12264@item target mips @var{hostname}:@var{portnumber}
12265On some @value{GDBN} host configurations, you can specify a TCP
12266connection (for instance, to a serial line managed by a terminal
12267concentrator) instead of a serial port, using the syntax
12268@samp{@var{hostname}:@var{portnumber}}.
104c1213 12269
8e04817f
AC
12270@item target pmon @var{port}
12271@kindex target pmon @var{port}
12272PMON ROM monitor.
104c1213 12273
8e04817f
AC
12274@item target ddb @var{port}
12275@kindex target ddb @var{port}
12276NEC's DDB variant of PMON for Vr4300.
104c1213 12277
8e04817f
AC
12278@item target lsi @var{port}
12279@kindex target lsi @var{port}
12280LSI variant of PMON.
104c1213 12281
8e04817f
AC
12282@kindex target r3900
12283@item target r3900 @var{dev}
12284Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 12285
8e04817f
AC
12286@kindex target array
12287@item target array @var{dev}
12288Array Tech LSI33K RAID controller board.
104c1213 12289
8e04817f 12290@end table
104c1213 12291
104c1213 12292
8e04817f
AC
12293@noindent
12294@value{GDBN} also supports these special commands for MIPS targets:
104c1213 12295
8e04817f
AC
12296@table @code
12297@item set processor @var{args}
12298@itemx show processor
12299@kindex set processor @var{args}
12300@kindex show processor
12301Use the @code{set processor} command to set the type of MIPS
12302processor when you want to access processor-type-specific registers.
12303For example, @code{set processor @var{r3041}} tells @value{GDBN}
12304to use the CPU registers appropriate for the 3041 chip.
12305Use the @code{show processor} command to see what MIPS processor @value{GDBN}
12306is using. Use the @code{info reg} command to see what registers
12307@value{GDBN} is using.
104c1213 12308
8e04817f
AC
12309@item set mipsfpu double
12310@itemx set mipsfpu single
12311@itemx set mipsfpu none
12312@itemx show mipsfpu
12313@kindex set mipsfpu
12314@kindex show mipsfpu
12315@cindex MIPS remote floating point
12316@cindex floating point, MIPS remote
12317If your target board does not support the MIPS floating point
12318coprocessor, you should use the command @samp{set mipsfpu none} (if you
12319need this, you may wish to put the command in your @value{GDBN} init
12320file). This tells @value{GDBN} how to find the return value of
12321functions which return floating point values. It also allows
12322@value{GDBN} to avoid saving the floating point registers when calling
12323functions on the board. If you are using a floating point coprocessor
12324with only single precision floating point support, as on the @sc{r4650}
12325processor, use the command @samp{set mipsfpu single}. The default
12326double precision floating point coprocessor may be selected using
12327@samp{set mipsfpu double}.
104c1213 12328
8e04817f
AC
12329In previous versions the only choices were double precision or no
12330floating point, so @samp{set mipsfpu on} will select double precision
12331and @samp{set mipsfpu off} will select no floating point.
104c1213 12332
8e04817f
AC
12333As usual, you can inquire about the @code{mipsfpu} variable with
12334@samp{show mipsfpu}.
104c1213 12335
8e04817f
AC
12336@item set remotedebug @var{n}
12337@itemx show remotedebug
12338@kindex set remotedebug@r{, MIPS protocol}
12339@kindex show remotedebug@r{, MIPS protocol}
12340@cindex @code{remotedebug}, MIPS protocol
12341@cindex MIPS @code{remotedebug} protocol
12342@c FIXME! For this to be useful, you must know something about the MIPS
12343@c FIXME...protocol. Where is it described?
12344You can see some debugging information about communications with the board
12345by setting the @code{remotedebug} variable. If you set it to @code{1} using
12346@samp{set remotedebug 1}, every packet is displayed. If you set it
12347to @code{2}, every character is displayed. You can check the current value
12348at any time with the command @samp{show remotedebug}.
104c1213 12349
8e04817f
AC
12350@item set timeout @var{seconds}
12351@itemx set retransmit-timeout @var{seconds}
12352@itemx show timeout
12353@itemx show retransmit-timeout
12354@cindex @code{timeout}, MIPS protocol
12355@cindex @code{retransmit-timeout}, MIPS protocol
12356@kindex set timeout
12357@kindex show timeout
12358@kindex set retransmit-timeout
12359@kindex show retransmit-timeout
12360You can control the timeout used while waiting for a packet, in the MIPS
12361remote protocol, with the @code{set timeout @var{seconds}} command. The
12362default is 5 seconds. Similarly, you can control the timeout used while
12363waiting for an acknowledgement of a packet with the @code{set
12364retransmit-timeout @var{seconds}} command. The default is 3 seconds.
12365You can inspect both values with @code{show timeout} and @code{show
12366retransmit-timeout}. (These commands are @emph{only} available when
12367@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
104c1213 12368
8e04817f
AC
12369The timeout set by @code{set timeout} does not apply when @value{GDBN}
12370is waiting for your program to stop. In that case, @value{GDBN} waits
12371forever because it has no way of knowing how long the program is going
12372to run before stopping.
12373@end table
104c1213 12374
a37295f9
MM
12375@node OpenRISC 1000
12376@subsection OpenRISC 1000
12377@cindex OpenRISC 1000
12378
12379@cindex or1k boards
12380See OR1k Architecture document (@uref{www.opencores.org}) for more information
12381about platform and commands.
12382
12383@table @code
12384
12385@kindex target jtag
12386@item target jtag jtag://@var{host}:@var{port}
12387
12388Connects to remote JTAG server.
12389JTAG remote server can be either an or1ksim or JTAG server,
12390connected via parallel port to the board.
12391
12392Example: @code{target jtag jtag://localhost:9999}
12393
12394@kindex or1ksim
12395@item or1ksim @var{command}
12396If connected to @code{or1ksim} OpenRISC 1000 Architectural
12397Simulator, proprietary commands can be executed.
12398
12399@kindex info or1k spr
12400@item info or1k spr
12401Displays spr groups.
12402
12403@item info or1k spr @var{group}
12404@itemx info or1k spr @var{groupno}
12405Displays register names in selected group.
12406
12407@item info or1k spr @var{group} @var{register}
12408@itemx info or1k spr @var{register}
12409@itemx info or1k spr @var{groupno} @var{registerno}
12410@itemx info or1k spr @var{registerno}
12411Shows information about specified spr register.
12412
12413@kindex spr
12414@item spr @var{group} @var{register} @var{value}
12415@itemx spr @var{register @var{value}}
12416@itemx spr @var{groupno} @var{registerno @var{value}}
12417@itemx spr @var{registerno @var{value}}
12418Writes @var{value} to specified spr register.
12419@end table
12420
12421Some implementations of OpenRISC 1000 Architecture also have hardware trace.
12422It is very similar to @value{GDBN} trace, except it does not interfere with normal
12423program execution and is thus much faster. Hardware breakpoints/watchpoint
12424triggers can be set using:
12425@table @code
12426@item $LEA/$LDATA
12427Load effective address/data
12428@item $SEA/$SDATA
12429Store effective address/data
12430@item $AEA/$ADATA
12431Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
12432@item $FETCH
12433Fetch data
12434@end table
12435
12436When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
12437@code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
12438
12439@code{htrace} commands:
12440@cindex OpenRISC 1000 htrace
12441@table @code
12442@kindex hwatch
12443@item hwatch @var{conditional}
12444Set hardware watchpoint on combination of Load/Store Effecive Address(es)
12445or Data. For example:
12446
12447@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12448
12449@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12450
12451@kindex htrace info
12452@item htrace info
12453Display information about current HW trace configuration.
12454
12455@kindex htrace trigger
12456@item htrace trigger @var{conditional}
12457Set starting criteria for HW trace.
12458
12459@kindex htrace qualifier
12460@item htrace qualifier @var{conditional}
12461Set acquisition qualifier for HW trace.
12462
12463@kindex htrace stop
12464@item htrace stop @var{conditional}
12465Set HW trace stopping criteria.
12466
12467@kindex htrace record
f153cc92 12468@item htrace record [@var{data}]*
a37295f9
MM
12469Selects the data to be recorded, when qualifier is met and HW trace was
12470triggered.
12471
12472@kindex htrace enable
12473@item htrace enable
12474@kindex htrace disable
12475@itemx htrace disable
12476Enables/disables the HW trace.
12477
12478@kindex htrace rewind
f153cc92 12479@item htrace rewind [@var{filename}]
a37295f9
MM
12480Clears currently recorded trace data.
12481
12482If filename is specified, new trace file is made and any newly collected data
12483will be written there.
12484
12485@kindex htrace print
f153cc92 12486@item htrace print [@var{start} [@var{len}]]
a37295f9
MM
12487Prints trace buffer, using current record configuration.
12488
12489@kindex htrace mode continuous
12490@item htrace mode continuous
12491Set continuous trace mode.
12492
12493@kindex htrace mode suspend
12494@item htrace mode suspend
12495Set suspend trace mode.
12496
12497@end table
12498
8e04817f
AC
12499@node PowerPC
12500@subsection PowerPC
104c1213
JM
12501
12502@table @code
104c1213 12503
8e04817f
AC
12504@kindex target dink32
12505@item target dink32 @var{dev}
12506DINK32 ROM monitor.
104c1213 12507
8e04817f
AC
12508@kindex target ppcbug
12509@item target ppcbug @var{dev}
12510@kindex target ppcbug1
12511@item target ppcbug1 @var{dev}
12512PPCBUG ROM monitor for PowerPC.
104c1213 12513
8e04817f
AC
12514@kindex target sds
12515@item target sds @var{dev}
12516SDS monitor, running on a PowerPC board (such as Motorola's ADS).
12517
12518@end table
12519
12520@node PA
12521@subsection HP PA Embedded
104c1213
JM
12522
12523@table @code
12524
8e04817f
AC
12525@kindex target op50n
12526@item target op50n @var{dev}
12527OP50N monitor, running on an OKI HPPA board.
12528
12529@kindex target w89k
12530@item target w89k @var{dev}
12531W89K monitor, running on a Winbond HPPA board.
104c1213
JM
12532
12533@end table
12534
8e04817f 12535@node SH
172c2a43 12536@subsection Renesas SH
104c1213
JM
12537
12538@table @code
12539
172c2a43 12540@kindex target hms@r{, with Renesas SH}
8e04817f 12541@item target hms @var{dev}
172c2a43 12542A Renesas SH board attached via serial line to your host. Use special
8e04817f
AC
12543commands @code{device} and @code{speed} to control the serial line and
12544the communications speed used.
104c1213 12545
172c2a43 12546@kindex target e7000@r{, with Renesas SH}
8e04817f 12547@item target e7000 @var{dev}
172c2a43 12548E7000 emulator for Renesas SH.
104c1213 12549
8e04817f
AC
12550@kindex target sh3@r{, with SH}
12551@kindex target sh3e@r{, with SH}
12552@item target sh3 @var{dev}
12553@item target sh3e @var{dev}
172c2a43 12554Renesas SH-3 and SH-3E target systems.
104c1213 12555
8e04817f 12556@end table
104c1213 12557
8e04817f
AC
12558@node Sparclet
12559@subsection Tsqware Sparclet
104c1213 12560
8e04817f
AC
12561@cindex Sparclet
12562
12563@value{GDBN} enables developers to debug tasks running on
12564Sparclet targets from a Unix host.
12565@value{GDBN} uses code that runs on
12566both the Unix host and on the Sparclet target. The program
12567@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 12568
8e04817f
AC
12569@table @code
12570@item remotetimeout @var{args}
12571@kindex remotetimeout
12572@value{GDBN} supports the option @code{remotetimeout}.
12573This option is set by the user, and @var{args} represents the number of
12574seconds @value{GDBN} waits for responses.
104c1213
JM
12575@end table
12576
8e04817f
AC
12577@cindex compiling, on Sparclet
12578When compiling for debugging, include the options @samp{-g} to get debug
12579information and @samp{-Ttext} to relocate the program to where you wish to
12580load it on the target. You may also want to add the options @samp{-n} or
12581@samp{-N} in order to reduce the size of the sections. Example:
104c1213 12582
474c8240 12583@smallexample
8e04817f 12584sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 12585@end smallexample
104c1213 12586
8e04817f 12587You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 12588
474c8240 12589@smallexample
8e04817f 12590sparclet-aout-objdump --headers --syms prog
474c8240 12591@end smallexample
104c1213 12592
8e04817f
AC
12593@cindex running, on Sparclet
12594Once you have set
12595your Unix execution search path to find @value{GDBN}, you are ready to
12596run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
12597(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 12598
8e04817f
AC
12599@value{GDBN} comes up showing the prompt:
12600
474c8240 12601@smallexample
8e04817f 12602(gdbslet)
474c8240 12603@end smallexample
104c1213
JM
12604
12605@menu
8e04817f
AC
12606* Sparclet File:: Setting the file to debug
12607* Sparclet Connection:: Connecting to Sparclet
12608* Sparclet Download:: Sparclet download
12609* Sparclet Execution:: Running and debugging
104c1213
JM
12610@end menu
12611
8e04817f
AC
12612@node Sparclet File
12613@subsubsection Setting file to debug
104c1213 12614
8e04817f 12615The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 12616
474c8240 12617@smallexample
8e04817f 12618(gdbslet) file prog
474c8240 12619@end smallexample
104c1213 12620
8e04817f
AC
12621@need 1000
12622@value{GDBN} then attempts to read the symbol table of @file{prog}.
12623@value{GDBN} locates
12624the file by searching the directories listed in the command search
12625path.
12626If the file was compiled with debug information (option "-g"), source
12627files will be searched as well.
12628@value{GDBN} locates
12629the source files by searching the directories listed in the directory search
12630path (@pxref{Environment, ,Your program's environment}).
12631If it fails
12632to find a file, it displays a message such as:
104c1213 12633
474c8240 12634@smallexample
8e04817f 12635prog: No such file or directory.
474c8240 12636@end smallexample
104c1213 12637
8e04817f
AC
12638When this happens, add the appropriate directories to the search paths with
12639the @value{GDBN} commands @code{path} and @code{dir}, and execute the
12640@code{target} command again.
104c1213 12641
8e04817f
AC
12642@node Sparclet Connection
12643@subsubsection Connecting to Sparclet
104c1213 12644
8e04817f
AC
12645The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
12646To connect to a target on serial port ``@code{ttya}'', type:
104c1213 12647
474c8240 12648@smallexample
8e04817f
AC
12649(gdbslet) target sparclet /dev/ttya
12650Remote target sparclet connected to /dev/ttya
12651main () at ../prog.c:3
474c8240 12652@end smallexample
104c1213 12653
8e04817f
AC
12654@need 750
12655@value{GDBN} displays messages like these:
104c1213 12656
474c8240 12657@smallexample
8e04817f 12658Connected to ttya.
474c8240 12659@end smallexample
104c1213 12660
8e04817f
AC
12661@node Sparclet Download
12662@subsubsection Sparclet download
104c1213 12663
8e04817f
AC
12664@cindex download to Sparclet
12665Once connected to the Sparclet target,
12666you can use the @value{GDBN}
12667@code{load} command to download the file from the host to the target.
12668The file name and load offset should be given as arguments to the @code{load}
12669command.
12670Since the file format is aout, the program must be loaded to the starting
12671address. You can use @code{objdump} to find out what this value is. The load
12672offset is an offset which is added to the VMA (virtual memory address)
12673of each of the file's sections.
12674For instance, if the program
12675@file{prog} was linked to text address 0x1201000, with data at 0x12010160
12676and bss at 0x12010170, in @value{GDBN}, type:
104c1213 12677
474c8240 12678@smallexample
8e04817f
AC
12679(gdbslet) load prog 0x12010000
12680Loading section .text, size 0xdb0 vma 0x12010000
474c8240 12681@end smallexample
104c1213 12682
8e04817f
AC
12683If the code is loaded at a different address then what the program was linked
12684to, you may need to use the @code{section} and @code{add-symbol-file} commands
12685to tell @value{GDBN} where to map the symbol table.
12686
12687@node Sparclet Execution
12688@subsubsection Running and debugging
12689
12690@cindex running and debugging Sparclet programs
12691You can now begin debugging the task using @value{GDBN}'s execution control
12692commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
12693manual for the list of commands.
12694
474c8240 12695@smallexample
8e04817f
AC
12696(gdbslet) b main
12697Breakpoint 1 at 0x12010000: file prog.c, line 3.
12698(gdbslet) run
12699Starting program: prog
12700Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
127013 char *symarg = 0;
12702(gdbslet) step
127034 char *execarg = "hello!";
12704(gdbslet)
474c8240 12705@end smallexample
8e04817f
AC
12706
12707@node Sparclite
12708@subsection Fujitsu Sparclite
104c1213
JM
12709
12710@table @code
12711
8e04817f
AC
12712@kindex target sparclite
12713@item target sparclite @var{dev}
12714Fujitsu sparclite boards, used only for the purpose of loading.
12715You must use an additional command to debug the program.
12716For example: target remote @var{dev} using @value{GDBN} standard
12717remote protocol.
104c1213
JM
12718
12719@end table
12720
8e04817f
AC
12721@node ST2000
12722@subsection Tandem ST2000
104c1213 12723
8e04817f
AC
12724@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
12725STDBUG protocol.
104c1213 12726
8e04817f
AC
12727To connect your ST2000 to the host system, see the manufacturer's
12728manual. Once the ST2000 is physically attached, you can run:
104c1213 12729
474c8240 12730@smallexample
8e04817f 12731target st2000 @var{dev} @var{speed}
474c8240 12732@end smallexample
104c1213 12733
8e04817f
AC
12734@noindent
12735to establish it as your debugging environment. @var{dev} is normally
12736the name of a serial device, such as @file{/dev/ttya}, connected to the
12737ST2000 via a serial line. You can instead specify @var{dev} as a TCP
12738connection (for example, to a serial line attached via a terminal
12739concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
104c1213 12740
8e04817f
AC
12741The @code{load} and @code{attach} commands are @emph{not} defined for
12742this target; you must load your program into the ST2000 as you normally
12743would for standalone operation. @value{GDBN} reads debugging information
12744(such as symbols) from a separate, debugging version of the program
12745available on your host computer.
12746@c FIXME!! This is terribly vague; what little content is here is
12747@c basically hearsay.
104c1213 12748
8e04817f
AC
12749@cindex ST2000 auxiliary commands
12750These auxiliary @value{GDBN} commands are available to help you with the ST2000
12751environment:
104c1213 12752
8e04817f
AC
12753@table @code
12754@item st2000 @var{command}
12755@kindex st2000 @var{cmd}
12756@cindex STDBUG commands (ST2000)
12757@cindex commands to STDBUG (ST2000)
12758Send a @var{command} to the STDBUG monitor. See the manufacturer's
12759manual for available commands.
104c1213 12760
8e04817f
AC
12761@item connect
12762@cindex connect (to STDBUG)
12763Connect the controlling terminal to the STDBUG command monitor. When
12764you are done interacting with STDBUG, typing either of two character
12765sequences gets you back to the @value{GDBN} command prompt:
12766@kbd{@key{RET}~.} (Return, followed by tilde and period) or
12767@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
104c1213
JM
12768@end table
12769
8e04817f
AC
12770@node Z8000
12771@subsection Zilog Z8000
104c1213 12772
8e04817f
AC
12773@cindex Z8000
12774@cindex simulator, Z8000
12775@cindex Zilog Z8000 simulator
104c1213 12776
8e04817f
AC
12777When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
12778a Z8000 simulator.
12779
12780For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
12781unsegmented variant of the Z8000 architecture) or the Z8001 (the
12782segmented variant). The simulator recognizes which architecture is
12783appropriate by inspecting the object code.
104c1213 12784
8e04817f
AC
12785@table @code
12786@item target sim @var{args}
12787@kindex sim
12788@kindex target sim@r{, with Z8000}
12789Debug programs on a simulated CPU. If the simulator supports setup
12790options, specify them via @var{args}.
104c1213
JM
12791@end table
12792
8e04817f
AC
12793@noindent
12794After specifying this target, you can debug programs for the simulated
12795CPU in the same style as programs for your host computer; use the
12796@code{file} command to load a new program image, the @code{run} command
12797to run your program, and so on.
12798
12799As well as making available all the usual machine registers
12800(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
12801additional items of information as specially named registers:
104c1213
JM
12802
12803@table @code
12804
8e04817f
AC
12805@item cycles
12806Counts clock-ticks in the simulator.
104c1213 12807
8e04817f
AC
12808@item insts
12809Counts instructions run in the simulator.
104c1213 12810
8e04817f
AC
12811@item time
12812Execution time in 60ths of a second.
104c1213 12813
8e04817f 12814@end table
104c1213 12815
8e04817f
AC
12816You can refer to these values in @value{GDBN} expressions with the usual
12817conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
12818conditional breakpoint that suspends only after at least 5000
12819simulated clock ticks.
104c1213 12820
8e04817f
AC
12821@node Architectures
12822@section Architectures
104c1213 12823
8e04817f
AC
12824This section describes characteristics of architectures that affect
12825all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 12826
8e04817f
AC
12827@menu
12828* A29K::
12829* Alpha::
12830* MIPS::
12831@end menu
104c1213 12832
8e04817f
AC
12833@node A29K
12834@subsection A29K
104c1213
JM
12835
12836@table @code
104c1213 12837
8e04817f
AC
12838@kindex set rstack_high_address
12839@cindex AMD 29K register stack
12840@cindex register stack, AMD29K
12841@item set rstack_high_address @var{address}
12842On AMD 29000 family processors, registers are saved in a separate
12843@dfn{register stack}. There is no way for @value{GDBN} to determine the
12844extent of this stack. Normally, @value{GDBN} just assumes that the
12845stack is ``large enough''. This may result in @value{GDBN} referencing
12846memory locations that do not exist. If necessary, you can get around
12847this problem by specifying the ending address of the register stack with
12848the @code{set rstack_high_address} command. The argument should be an
12849address, which you probably want to precede with @samp{0x} to specify in
12850hexadecimal.
104c1213 12851
8e04817f
AC
12852@kindex show rstack_high_address
12853@item show rstack_high_address
12854Display the current limit of the register stack, on AMD 29000 family
12855processors.
104c1213 12856
8e04817f 12857@end table
104c1213 12858
8e04817f
AC
12859@node Alpha
12860@subsection Alpha
104c1213 12861
8e04817f 12862See the following section.
104c1213 12863
8e04817f
AC
12864@node MIPS
12865@subsection MIPS
104c1213 12866
8e04817f
AC
12867@cindex stack on Alpha
12868@cindex stack on MIPS
12869@cindex Alpha stack
12870@cindex MIPS stack
12871Alpha- and MIPS-based computers use an unusual stack frame, which
12872sometimes requires @value{GDBN} to search backward in the object code to
12873find the beginning of a function.
104c1213 12874
8e04817f
AC
12875@cindex response time, MIPS debugging
12876To improve response time (especially for embedded applications, where
12877@value{GDBN} may be restricted to a slow serial line for this search)
12878you may want to limit the size of this search, using one of these
12879commands:
104c1213 12880
8e04817f
AC
12881@table @code
12882@cindex @code{heuristic-fence-post} (Alpha, MIPS)
12883@item set heuristic-fence-post @var{limit}
12884Restrict @value{GDBN} to examining at most @var{limit} bytes in its
12885search for the beginning of a function. A value of @var{0} (the
12886default) means there is no limit. However, except for @var{0}, the
12887larger the limit the more bytes @code{heuristic-fence-post} must search
12888and therefore the longer it takes to run.
104c1213 12889
8e04817f
AC
12890@item show heuristic-fence-post
12891Display the current limit.
12892@end table
104c1213
JM
12893
12894@noindent
8e04817f
AC
12895These commands are available @emph{only} when @value{GDBN} is configured
12896for debugging programs on Alpha or MIPS processors.
104c1213 12897
104c1213 12898
8e04817f
AC
12899@node Controlling GDB
12900@chapter Controlling @value{GDBN}
12901
12902You can alter the way @value{GDBN} interacts with you by using the
12903@code{set} command. For commands controlling how @value{GDBN} displays
12904data, see @ref{Print Settings, ,Print settings}. Other settings are
12905described here.
12906
12907@menu
12908* Prompt:: Prompt
12909* Editing:: Command editing
12910* History:: Command history
12911* Screen Size:: Screen size
12912* Numbers:: Numbers
1e698235 12913* ABI:: Configuring the current ABI
8e04817f
AC
12914* Messages/Warnings:: Optional warnings and messages
12915* Debugging Output:: Optional messages about internal happenings
12916@end menu
12917
12918@node Prompt
12919@section Prompt
104c1213 12920
8e04817f 12921@cindex prompt
104c1213 12922
8e04817f
AC
12923@value{GDBN} indicates its readiness to read a command by printing a string
12924called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
12925can change the prompt string with the @code{set prompt} command. For
12926instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
12927the prompt in one of the @value{GDBN} sessions so that you can always tell
12928which one you are talking to.
104c1213 12929
8e04817f
AC
12930@emph{Note:} @code{set prompt} does not add a space for you after the
12931prompt you set. This allows you to set a prompt which ends in a space
12932or a prompt that does not.
104c1213 12933
8e04817f
AC
12934@table @code
12935@kindex set prompt
12936@item set prompt @var{newprompt}
12937Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 12938
8e04817f
AC
12939@kindex show prompt
12940@item show prompt
12941Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
12942@end table
12943
8e04817f
AC
12944@node Editing
12945@section Command editing
12946@cindex readline
12947@cindex command line editing
104c1213 12948
8e04817f
AC
12949@value{GDBN} reads its input commands via the @dfn{readline} interface. This
12950@sc{gnu} library provides consistent behavior for programs which provide a
12951command line interface to the user. Advantages are @sc{gnu} Emacs-style
12952or @dfn{vi}-style inline editing of commands, @code{csh}-like history
12953substitution, and a storage and recall of command history across
12954debugging sessions.
104c1213 12955
8e04817f
AC
12956You may control the behavior of command line editing in @value{GDBN} with the
12957command @code{set}.
104c1213 12958
8e04817f
AC
12959@table @code
12960@kindex set editing
12961@cindex editing
12962@item set editing
12963@itemx set editing on
12964Enable command line editing (enabled by default).
104c1213 12965
8e04817f
AC
12966@item set editing off
12967Disable command line editing.
104c1213 12968
8e04817f
AC
12969@kindex show editing
12970@item show editing
12971Show whether command line editing is enabled.
104c1213
JM
12972@end table
12973
8e04817f
AC
12974@node History
12975@section Command history
12976
12977@value{GDBN} can keep track of the commands you type during your
12978debugging sessions, so that you can be certain of precisely what
12979happened. Use these commands to manage the @value{GDBN} command
12980history facility.
104c1213
JM
12981
12982@table @code
8e04817f
AC
12983@cindex history substitution
12984@cindex history file
12985@kindex set history filename
12986@kindex GDBHISTFILE
12987@item set history filename @var{fname}
12988Set the name of the @value{GDBN} command history file to @var{fname}.
12989This is the file where @value{GDBN} reads an initial command history
12990list, and where it writes the command history from this session when it
12991exits. You can access this list through history expansion or through
12992the history command editing characters listed below. This file defaults
12993to the value of the environment variable @code{GDBHISTFILE}, or to
12994@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
12995is not set.
104c1213 12996
8e04817f
AC
12997@cindex history save
12998@kindex set history save
12999@item set history save
13000@itemx set history save on
13001Record command history in a file, whose name may be specified with the
13002@code{set history filename} command. By default, this option is disabled.
104c1213 13003
8e04817f
AC
13004@item set history save off
13005Stop recording command history in a file.
104c1213 13006
8e04817f
AC
13007@cindex history size
13008@kindex set history size
13009@item set history size @var{size}
13010Set the number of commands which @value{GDBN} keeps in its history list.
13011This defaults to the value of the environment variable
13012@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
13013@end table
13014
8e04817f
AC
13015@cindex history expansion
13016History expansion assigns special meaning to the character @kbd{!}.
13017@ifset have-readline-appendices
13018@xref{Event Designators}.
13019@end ifset
13020
13021Since @kbd{!} is also the logical not operator in C, history expansion
13022is off by default. If you decide to enable history expansion with the
13023@code{set history expansion on} command, you may sometimes need to
13024follow @kbd{!} (when it is used as logical not, in an expression) with
13025a space or a tab to prevent it from being expanded. The readline
13026history facilities do not attempt substitution on the strings
13027@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
13028
13029The commands to control history expansion are:
104c1213
JM
13030
13031@table @code
8e04817f
AC
13032@kindex set history expansion
13033@item set history expansion on
13034@itemx set history expansion
13035Enable history expansion. History expansion is off by default.
104c1213 13036
8e04817f
AC
13037@item set history expansion off
13038Disable history expansion.
104c1213 13039
8e04817f
AC
13040The readline code comes with more complete documentation of
13041editing and history expansion features. Users unfamiliar with @sc{gnu} Emacs
13042or @code{vi} may wish to read it.
13043@ifset have-readline-appendices
13044@xref{Command Line Editing}.
13045@end ifset
104c1213 13046
8e04817f
AC
13047@c @group
13048@kindex show history
13049@item show history
13050@itemx show history filename
13051@itemx show history save
13052@itemx show history size
13053@itemx show history expansion
13054These commands display the state of the @value{GDBN} history parameters.
13055@code{show history} by itself displays all four states.
13056@c @end group
13057@end table
13058
13059@table @code
13060@kindex shows
13061@item show commands
13062Display the last ten commands in the command history.
104c1213 13063
8e04817f
AC
13064@item show commands @var{n}
13065Print ten commands centered on command number @var{n}.
13066
13067@item show commands +
13068Print ten commands just after the commands last printed.
104c1213
JM
13069@end table
13070
8e04817f
AC
13071@node Screen Size
13072@section Screen size
13073@cindex size of screen
13074@cindex pauses in output
104c1213 13075
8e04817f
AC
13076Certain commands to @value{GDBN} may produce large amounts of
13077information output to the screen. To help you read all of it,
13078@value{GDBN} pauses and asks you for input at the end of each page of
13079output. Type @key{RET} when you want to continue the output, or @kbd{q}
13080to discard the remaining output. Also, the screen width setting
13081determines when to wrap lines of output. Depending on what is being
13082printed, @value{GDBN} tries to break the line at a readable place,
13083rather than simply letting it overflow onto the following line.
13084
13085Normally @value{GDBN} knows the size of the screen from the terminal
13086driver software. For example, on Unix @value{GDBN} uses the termcap data base
13087together with the value of the @code{TERM} environment variable and the
13088@code{stty rows} and @code{stty cols} settings. If this is not correct,
13089you can override it with the @code{set height} and @code{set
13090width} commands:
13091
13092@table @code
13093@kindex set height
13094@kindex set width
13095@kindex show width
13096@kindex show height
13097@item set height @var{lpp}
13098@itemx show height
13099@itemx set width @var{cpl}
13100@itemx show width
13101These @code{set} commands specify a screen height of @var{lpp} lines and
13102a screen width of @var{cpl} characters. The associated @code{show}
13103commands display the current settings.
104c1213 13104
8e04817f
AC
13105If you specify a height of zero lines, @value{GDBN} does not pause during
13106output no matter how long the output is. This is useful if output is to a
13107file or to an editor buffer.
104c1213 13108
8e04817f
AC
13109Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
13110from wrapping its output.
104c1213
JM
13111@end table
13112
8e04817f
AC
13113@node Numbers
13114@section Numbers
13115@cindex number representation
13116@cindex entering numbers
104c1213 13117
8e04817f
AC
13118You can always enter numbers in octal, decimal, or hexadecimal in
13119@value{GDBN} by the usual conventions: octal numbers begin with
13120@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
13121begin with @samp{0x}. Numbers that begin with none of these are, by
13122default, entered in base 10; likewise, the default display for
13123numbers---when no particular format is specified---is base 10. You can
13124change the default base for both input and output with the @code{set
13125radix} command.
104c1213 13126
8e04817f
AC
13127@table @code
13128@kindex set input-radix
13129@item set input-radix @var{base}
13130Set the default base for numeric input. Supported choices
13131for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
13132specified either unambiguously or using the current default radix; for
13133example, any of
104c1213 13134
8e04817f
AC
13135@smallexample
13136set radix 012
13137set radix 10.
13138set radix 0xa
13139@end smallexample
104c1213 13140
8e04817f
AC
13141@noindent
13142sets the base to decimal. On the other hand, @samp{set radix 10}
13143leaves the radix unchanged no matter what it was.
104c1213 13144
8e04817f
AC
13145@kindex set output-radix
13146@item set output-radix @var{base}
13147Set the default base for numeric display. Supported choices
13148for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
13149specified either unambiguously or using the current default radix.
104c1213 13150
8e04817f
AC
13151@kindex show input-radix
13152@item show input-radix
13153Display the current default base for numeric input.
104c1213 13154
8e04817f
AC
13155@kindex show output-radix
13156@item show output-radix
13157Display the current default base for numeric display.
13158@end table
104c1213 13159
1e698235
DJ
13160@node ABI
13161@section Configuring the current ABI
13162
13163@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
13164application automatically. However, sometimes you need to override its
13165conclusions. Use these commands to manage @value{GDBN}'s view of the
13166current ABI.
13167
98b45e30
DJ
13168@cindex OS ABI
13169@kindex set osabi
b4e9345d 13170@kindex show osabi
98b45e30
DJ
13171
13172One @value{GDBN} configuration can debug binaries for multiple operating
13173system targets, either via remote debugging or native emulation.
13174@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
13175but you can override its conclusion using the @code{set osabi} command.
13176One example where this is useful is in debugging of binaries which use
13177an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
13178not have the same identifying marks that the standard C library for your
13179platform provides.
13180
13181@table @code
13182@item show osabi
13183Show the OS ABI currently in use.
13184
13185@item set osabi
13186With no argument, show the list of registered available OS ABI's.
13187
13188@item set osabi @var{abi}
13189Set the current OS ABI to @var{abi}.
13190@end table
13191
1e698235
DJ
13192@cindex float promotion
13193@kindex set coerce-float-to-double
13194
13195Generally, the way that an argument of type @code{float} is passed to a
13196function depends on whether the function is prototyped. For a prototyped
13197(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
13198according to the architecture's convention for @code{float}. For unprototyped
13199(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
13200@code{double} and then passed.
13201
13202Unfortunately, some forms of debug information do not reliably indicate whether
13203a function is prototyped. If @value{GDBN} calls a function that is not marked
13204as prototyped, it consults @kbd{set coerce-float-to-double}.
13205
13206@table @code
13207@item set coerce-float-to-double
13208@itemx set coerce-float-to-double on
13209Arguments of type @code{float} will be promoted to @code{double} when passed
13210to an unprototyped function. This is the default setting.
13211
13212@item set coerce-float-to-double off
13213Arguments of type @code{float} will be passed directly to unprototyped
13214functions.
13215@end table
13216
f1212245
DJ
13217@kindex set cp-abi
13218@kindex show cp-abi
13219@value{GDBN} needs to know the ABI used for your program's C@t{++}
13220objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
13221used to build your application. @value{GDBN} only fully supports
13222programs with a single C@t{++} ABI; if your program contains code using
13223multiple C@t{++} ABI's or if @value{GDBN} can not identify your
13224program's ABI correctly, you can tell @value{GDBN} which ABI to use.
13225Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
13226before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
13227``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
13228use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
13229``auto''.
13230
13231@table @code
13232@item show cp-abi
13233Show the C@t{++} ABI currently in use.
13234
13235@item set cp-abi
13236With no argument, show the list of supported C@t{++} ABI's.
13237
13238@item set cp-abi @var{abi}
13239@itemx set cp-abi auto
13240Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
13241@end table
13242
8e04817f
AC
13243@node Messages/Warnings
13244@section Optional warnings and messages
104c1213 13245
8e04817f
AC
13246By default, @value{GDBN} is silent about its inner workings. If you are
13247running on a slow machine, you may want to use the @code{set verbose}
13248command. This makes @value{GDBN} tell you when it does a lengthy
13249internal operation, so you will not think it has crashed.
104c1213 13250
8e04817f
AC
13251Currently, the messages controlled by @code{set verbose} are those
13252which announce that the symbol table for a source file is being read;
13253see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
104c1213 13254
8e04817f
AC
13255@table @code
13256@kindex set verbose
13257@item set verbose on
13258Enables @value{GDBN} output of certain informational messages.
104c1213 13259
8e04817f
AC
13260@item set verbose off
13261Disables @value{GDBN} output of certain informational messages.
104c1213 13262
8e04817f
AC
13263@kindex show verbose
13264@item show verbose
13265Displays whether @code{set verbose} is on or off.
13266@end table
104c1213 13267
8e04817f
AC
13268By default, if @value{GDBN} encounters bugs in the symbol table of an
13269object file, it is silent; but if you are debugging a compiler, you may
13270find this information useful (@pxref{Symbol Errors, ,Errors reading
13271symbol files}).
104c1213 13272
8e04817f 13273@table @code
104c1213 13274
8e04817f
AC
13275@kindex set complaints
13276@item set complaints @var{limit}
13277Permits @value{GDBN} to output @var{limit} complaints about each type of
13278unusual symbols before becoming silent about the problem. Set
13279@var{limit} to zero to suppress all complaints; set it to a large number
13280to prevent complaints from being suppressed.
104c1213 13281
8e04817f
AC
13282@kindex show complaints
13283@item show complaints
13284Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 13285
8e04817f 13286@end table
104c1213 13287
8e04817f
AC
13288By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
13289lot of stupid questions to confirm certain commands. For example, if
13290you try to run a program which is already running:
104c1213 13291
474c8240 13292@smallexample
8e04817f
AC
13293(@value{GDBP}) run
13294The program being debugged has been started already.
13295Start it from the beginning? (y or n)
474c8240 13296@end smallexample
104c1213 13297
8e04817f
AC
13298If you are willing to unflinchingly face the consequences of your own
13299commands, you can disable this ``feature'':
104c1213 13300
8e04817f 13301@table @code
104c1213 13302
8e04817f
AC
13303@kindex set confirm
13304@cindex flinching
13305@cindex confirmation
13306@cindex stupid questions
13307@item set confirm off
13308Disables confirmation requests.
104c1213 13309
8e04817f
AC
13310@item set confirm on
13311Enables confirmation requests (the default).
104c1213 13312
8e04817f
AC
13313@kindex show confirm
13314@item show confirm
13315Displays state of confirmation requests.
13316
13317@end table
104c1213 13318
8e04817f
AC
13319@node Debugging Output
13320@section Optional messages about internal happenings
104c1213 13321@table @code
8e04817f
AC
13322@kindex set debug arch
13323@item set debug arch
13324Turns on or off display of gdbarch debugging info. The default is off
13325@kindex show debug arch
13326@item show debug arch
13327Displays the current state of displaying gdbarch debugging info.
13328@kindex set debug event
13329@item set debug event
13330Turns on or off display of @value{GDBN} event debugging info. The
13331default is off.
13332@kindex show debug event
13333@item show debug event
13334Displays the current state of displaying @value{GDBN} event debugging
13335info.
13336@kindex set debug expression
13337@item set debug expression
13338Turns on or off display of @value{GDBN} expression debugging info. The
13339default is off.
13340@kindex show debug expression
13341@item show debug expression
13342Displays the current state of displaying @value{GDBN} expression
13343debugging info.
7453dc06
AC
13344@kindex set debug frame
13345@item set debug frame
13346Turns on or off display of @value{GDBN} frame debugging info. The
13347default is off.
13348@kindex show debug frame
13349@item show debug frame
13350Displays the current state of displaying @value{GDBN} frame debugging
13351info.
8e04817f
AC
13352@kindex set debug overload
13353@item set debug overload
13354Turns on or off display of @value{GDBN} C@t{++} overload debugging
13355info. This includes info such as ranking of functions, etc. The default
13356is off.
13357@kindex show debug overload
13358@item show debug overload
13359Displays the current state of displaying @value{GDBN} C@t{++} overload
13360debugging info.
13361@kindex set debug remote
13362@cindex packets, reporting on stdout
13363@cindex serial connections, debugging
13364@item set debug remote
13365Turns on or off display of reports on all packets sent back and forth across
13366the serial line to the remote machine. The info is printed on the
13367@value{GDBN} standard output stream. The default is off.
13368@kindex show debug remote
13369@item show debug remote
13370Displays the state of display of remote packets.
13371@kindex set debug serial
13372@item set debug serial
13373Turns on or off display of @value{GDBN} serial debugging info. The
13374default is off.
13375@kindex show debug serial
13376@item show debug serial
13377Displays the current state of displaying @value{GDBN} serial debugging
13378info.
13379@kindex set debug target
13380@item set debug target
13381Turns on or off display of @value{GDBN} target debugging info. This info
13382includes what is going on at the target level of GDB, as it happens. The
13383default is off.
13384@kindex show debug target
13385@item show debug target
13386Displays the current state of displaying @value{GDBN} target debugging
13387info.
13388@kindex set debug varobj
13389@item set debug varobj
13390Turns on or off display of @value{GDBN} variable object debugging
13391info. The default is off.
13392@kindex show debug varobj
13393@item show debug varobj
13394Displays the current state of displaying @value{GDBN} variable object
13395debugging info.
13396@end table
104c1213 13397
8e04817f
AC
13398@node Sequences
13399@chapter Canned Sequences of Commands
104c1213 13400
8e04817f
AC
13401Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
13402command lists}), @value{GDBN} provides two ways to store sequences of
13403commands for execution as a unit: user-defined commands and command
13404files.
104c1213 13405
8e04817f
AC
13406@menu
13407* Define:: User-defined commands
13408* Hooks:: User-defined command hooks
13409* Command Files:: Command files
13410* Output:: Commands for controlled output
13411@end menu
104c1213 13412
8e04817f
AC
13413@node Define
13414@section User-defined commands
104c1213 13415
8e04817f
AC
13416@cindex user-defined command
13417A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
13418which you assign a new name as a command. This is done with the
13419@code{define} command. User commands may accept up to 10 arguments
13420separated by whitespace. Arguments are accessed within the user command
13421via @var{$arg0@dots{}$arg9}. A trivial example:
104c1213 13422
8e04817f
AC
13423@smallexample
13424define adder
13425 print $arg0 + $arg1 + $arg2
13426@end smallexample
104c1213
JM
13427
13428@noindent
8e04817f 13429To execute the command use:
104c1213 13430
8e04817f
AC
13431@smallexample
13432adder 1 2 3
13433@end smallexample
104c1213 13434
8e04817f
AC
13435@noindent
13436This defines the command @code{adder}, which prints the sum of
13437its three arguments. Note the arguments are text substitutions, so they may
13438reference variables, use complex expressions, or even perform inferior
13439functions calls.
104c1213
JM
13440
13441@table @code
104c1213 13442
8e04817f
AC
13443@kindex define
13444@item define @var{commandname}
13445Define a command named @var{commandname}. If there is already a command
13446by that name, you are asked to confirm that you want to redefine it.
104c1213 13447
8e04817f
AC
13448The definition of the command is made up of other @value{GDBN} command lines,
13449which are given following the @code{define} command. The end of these
13450commands is marked by a line containing @code{end}.
104c1213 13451
8e04817f
AC
13452@kindex if
13453@kindex else
13454@item if
13455Takes a single argument, which is an expression to evaluate.
13456It is followed by a series of commands that are executed
13457only if the expression is true (nonzero).
13458There can then optionally be a line @code{else}, followed
13459by a series of commands that are only executed if the expression
13460was false. The end of the list is marked by a line containing @code{end}.
104c1213 13461
8e04817f
AC
13462@kindex while
13463@item while
13464The syntax is similar to @code{if}: the command takes a single argument,
13465which is an expression to evaluate, and must be followed by the commands to
13466execute, one per line, terminated by an @code{end}.
13467The commands are executed repeatedly as long as the expression
13468evaluates to true.
104c1213 13469
8e04817f
AC
13470@kindex document
13471@item document @var{commandname}
13472Document the user-defined command @var{commandname}, so that it can be
13473accessed by @code{help}. The command @var{commandname} must already be
13474defined. This command reads lines of documentation just as @code{define}
13475reads the lines of the command definition, ending with @code{end}.
13476After the @code{document} command is finished, @code{help} on command
13477@var{commandname} displays the documentation you have written.
104c1213 13478
8e04817f
AC
13479You may use the @code{document} command again to change the
13480documentation of a command. Redefining the command with @code{define}
13481does not change the documentation.
104c1213 13482
8e04817f
AC
13483@kindex help user-defined
13484@item help user-defined
13485List all user-defined commands, with the first line of the documentation
13486(if any) for each.
104c1213 13487
8e04817f
AC
13488@kindex show user
13489@item show user
13490@itemx show user @var{commandname}
13491Display the @value{GDBN} commands used to define @var{commandname} (but
13492not its documentation). If no @var{commandname} is given, display the
13493definitions for all user-defined commands.
104c1213 13494
20f01a46
DH
13495@kindex show max-user-call-depth
13496@kindex set max-user-call-depth
13497@item show max-user-call-depth
5ca0cb28
DH
13498@itemx set max-user-call-depth
13499The value of @code{max-user-call-depth} controls how many recursion
13500levels are allowed in user-defined commands before GDB suspects an
13501infinite recursion and aborts the command.
20f01a46 13502
104c1213
JM
13503@end table
13504
8e04817f
AC
13505When user-defined commands are executed, the
13506commands of the definition are not printed. An error in any command
13507stops execution of the user-defined command.
104c1213 13508
8e04817f
AC
13509If used interactively, commands that would ask for confirmation proceed
13510without asking when used inside a user-defined command. Many @value{GDBN}
13511commands that normally print messages to say what they are doing omit the
13512messages when used in a user-defined command.
104c1213 13513
8e04817f
AC
13514@node Hooks
13515@section User-defined command hooks
13516@cindex command hooks
13517@cindex hooks, for commands
13518@cindex hooks, pre-command
104c1213 13519
8e04817f
AC
13520@kindex hook
13521@kindex hook-
13522You may define @dfn{hooks}, which are a special kind of user-defined
13523command. Whenever you run the command @samp{foo}, if the user-defined
13524command @samp{hook-foo} exists, it is executed (with no arguments)
13525before that command.
104c1213 13526
8e04817f
AC
13527@cindex hooks, post-command
13528@kindex hookpost
13529@kindex hookpost-
13530A hook may also be defined which is run after the command you executed.
13531Whenever you run the command @samp{foo}, if the user-defined command
13532@samp{hookpost-foo} exists, it is executed (with no arguments) after
13533that command. Post-execution hooks may exist simultaneously with
13534pre-execution hooks, for the same command.
104c1213 13535
8e04817f
AC
13536It is valid for a hook to call the command which it hooks. If this
13537occurs, the hook is not re-executed, thereby avoiding infinte recursion.
104c1213 13538
8e04817f
AC
13539@c It would be nice if hookpost could be passed a parameter indicating
13540@c if the command it hooks executed properly or not. FIXME!
104c1213 13541
8e04817f
AC
13542@kindex stop@r{, a pseudo-command}
13543In addition, a pseudo-command, @samp{stop} exists. Defining
13544(@samp{hook-stop}) makes the associated commands execute every time
13545execution stops in your program: before breakpoint commands are run,
13546displays are printed, or the stack frame is printed.
104c1213 13547
8e04817f
AC
13548For example, to ignore @code{SIGALRM} signals while
13549single-stepping, but treat them normally during normal execution,
13550you could define:
104c1213 13551
474c8240 13552@smallexample
8e04817f
AC
13553define hook-stop
13554handle SIGALRM nopass
13555end
104c1213 13556
8e04817f
AC
13557define hook-run
13558handle SIGALRM pass
13559end
104c1213 13560
8e04817f
AC
13561define hook-continue
13562handle SIGLARM pass
13563end
474c8240 13564@end smallexample
104c1213 13565
8e04817f
AC
13566As a further example, to hook at the begining and end of the @code{echo}
13567command, and to add extra text to the beginning and end of the message,
13568you could define:
104c1213 13569
474c8240 13570@smallexample
8e04817f
AC
13571define hook-echo
13572echo <<<---
13573end
104c1213 13574
8e04817f
AC
13575define hookpost-echo
13576echo --->>>\n
13577end
104c1213 13578
8e04817f
AC
13579(@value{GDBP}) echo Hello World
13580<<<---Hello World--->>>
13581(@value{GDBP})
104c1213 13582
474c8240 13583@end smallexample
104c1213 13584
8e04817f
AC
13585You can define a hook for any single-word command in @value{GDBN}, but
13586not for command aliases; you should define a hook for the basic command
13587name, e.g. @code{backtrace} rather than @code{bt}.
13588@c FIXME! So how does Joe User discover whether a command is an alias
13589@c or not?
13590If an error occurs during the execution of your hook, execution of
13591@value{GDBN} commands stops and @value{GDBN} issues a prompt
13592(before the command that you actually typed had a chance to run).
104c1213 13593
8e04817f
AC
13594If you try to define a hook which does not match any known command, you
13595get a warning from the @code{define} command.
c906108c 13596
8e04817f
AC
13597@node Command Files
13598@section Command files
c906108c 13599
8e04817f
AC
13600@cindex command files
13601A command file for @value{GDBN} is a file of lines that are @value{GDBN}
13602commands. Comments (lines starting with @kbd{#}) may also be included.
13603An empty line in a command file does nothing; it does not mean to repeat
13604the last command, as it would from the terminal.
c906108c 13605
8e04817f
AC
13606@cindex init file
13607@cindex @file{.gdbinit}
13608@cindex @file{gdb.ini}
13609When you start @value{GDBN}, it automatically executes commands from its
13610@dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
13611port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
13612limitations of file names imposed by DOS filesystems.}.
13613During startup, @value{GDBN} does the following:
c906108c 13614
8e04817f
AC
13615@enumerate
13616@item
13617Reads the init file (if any) in your home directory@footnote{On
13618DOS/Windows systems, the home directory is the one pointed to by the
13619@code{HOME} environment variable.}.
c906108c 13620
8e04817f
AC
13621@item
13622Processes command line options and operands.
c906108c 13623
8e04817f
AC
13624@item
13625Reads the init file (if any) in the current working directory.
c906108c 13626
8e04817f
AC
13627@item
13628Reads command files specified by the @samp{-x} option.
13629@end enumerate
c906108c 13630
8e04817f
AC
13631The init file in your home directory can set options (such as @samp{set
13632complaints}) that affect subsequent processing of command line options
13633and operands. Init files are not executed if you use the @samp{-nx}
13634option (@pxref{Mode Options, ,Choosing modes}).
c906108c 13635
8e04817f
AC
13636@cindex init file name
13637On some configurations of @value{GDBN}, the init file is known by a
13638different name (these are typically environments where a specialized
13639form of @value{GDBN} may need to coexist with other forms, hence a
13640different name for the specialized version's init file). These are the
13641environments with special init file names:
c906108c 13642
8e04817f
AC
13643@cindex @file{.vxgdbinit}
13644@itemize @bullet
13645@item
13646VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
c906108c 13647
8e04817f
AC
13648@cindex @file{.os68gdbinit}
13649@item
13650OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
c906108c 13651
8e04817f
AC
13652@cindex @file{.esgdbinit}
13653@item
13654ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
13655@end itemize
c906108c 13656
8e04817f
AC
13657You can also request the execution of a command file with the
13658@code{source} command:
c906108c 13659
8e04817f
AC
13660@table @code
13661@kindex source
13662@item source @var{filename}
13663Execute the command file @var{filename}.
c906108c
SS
13664@end table
13665
8e04817f 13666The lines in a command file are executed sequentially. They are not
a71ec265
DH
13667printed as they are executed. An error in any command terminates
13668execution of the command file and control is returned to the console.
c906108c 13669
8e04817f
AC
13670Commands that would ask for confirmation if used interactively proceed
13671without asking when used in a command file. Many @value{GDBN} commands that
13672normally print messages to say what they are doing omit the messages
13673when called from command files.
c906108c 13674
8e04817f
AC
13675@value{GDBN} also accepts command input from standard input. In this
13676mode, normal output goes to standard output and error output goes to
13677standard error. Errors in a command file supplied on standard input do
13678not terminate execution of the command file --- execution continues with
13679the next command.
c906108c 13680
474c8240 13681@smallexample
8e04817f 13682gdb < cmds > log 2>&1
474c8240 13683@end smallexample
c906108c 13684
8e04817f
AC
13685(The syntax above will vary depending on the shell used.) This example
13686will execute commands from the file @file{cmds}. All output and errors
13687would be directed to @file{log}.
c906108c 13688
8e04817f
AC
13689@node Output
13690@section Commands for controlled output
c906108c 13691
8e04817f
AC
13692During the execution of a command file or a user-defined command, normal
13693@value{GDBN} output is suppressed; the only output that appears is what is
13694explicitly printed by the commands in the definition. This section
13695describes three commands useful for generating exactly the output you
13696want.
c906108c
SS
13697
13698@table @code
8e04817f
AC
13699@kindex echo
13700@item echo @var{text}
13701@c I do not consider backslash-space a standard C escape sequence
13702@c because it is not in ANSI.
13703Print @var{text}. Nonprinting characters can be included in
13704@var{text} using C escape sequences, such as @samp{\n} to print a
13705newline. @strong{No newline is printed unless you specify one.}
13706In addition to the standard C escape sequences, a backslash followed
13707by a space stands for a space. This is useful for displaying a
13708string with spaces at the beginning or the end, since leading and
13709trailing spaces are otherwise trimmed from all arguments.
13710To print @samp{@w{ }and foo =@w{ }}, use the command
13711@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 13712
8e04817f
AC
13713A backslash at the end of @var{text} can be used, as in C, to continue
13714the command onto subsequent lines. For example,
c906108c 13715
474c8240 13716@smallexample
8e04817f
AC
13717echo This is some text\n\
13718which is continued\n\
13719onto several lines.\n
474c8240 13720@end smallexample
c906108c 13721
8e04817f 13722produces the same output as
c906108c 13723
474c8240 13724@smallexample
8e04817f
AC
13725echo This is some text\n
13726echo which is continued\n
13727echo onto several lines.\n
474c8240 13728@end smallexample
c906108c 13729
8e04817f
AC
13730@kindex output
13731@item output @var{expression}
13732Print the value of @var{expression} and nothing but that value: no
13733newlines, no @samp{$@var{nn} = }. The value is not entered in the
13734value history either. @xref{Expressions, ,Expressions}, for more information
13735on expressions.
c906108c 13736
8e04817f
AC
13737@item output/@var{fmt} @var{expression}
13738Print the value of @var{expression} in format @var{fmt}. You can use
13739the same formats as for @code{print}. @xref{Output Formats,,Output
13740formats}, for more information.
c906108c 13741
8e04817f
AC
13742@kindex printf
13743@item printf @var{string}, @var{expressions}@dots{}
13744Print the values of the @var{expressions} under the control of
13745@var{string}. The @var{expressions} are separated by commas and may be
13746either numbers or pointers. Their values are printed as specified by
13747@var{string}, exactly as if your program were to execute the C
13748subroutine
13749@c FIXME: the above implies that at least all ANSI C formats are
13750@c supported, but it isn't true: %E and %G don't work (or so it seems).
13751@c Either this is a bug, or the manual should document what formats are
13752@c supported.
c906108c 13753
474c8240 13754@smallexample
8e04817f 13755printf (@var{string}, @var{expressions}@dots{});
474c8240 13756@end smallexample
c906108c 13757
8e04817f 13758For example, you can print two values in hex like this:
c906108c 13759
8e04817f
AC
13760@smallexample
13761printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
13762@end smallexample
c906108c 13763
8e04817f
AC
13764The only backslash-escape sequences that you can use in the format
13765string are the simple ones that consist of backslash followed by a
13766letter.
c906108c
SS
13767@end table
13768
21c294e6
AC
13769@node Interpreters
13770@chapter Command Interpreters
13771@cindex command interpreters
13772
13773@value{GDBN} supports multiple command interpreters, and some command
13774infrastructure to allow users or user interface writers to switch
13775between interpreters or run commands in other interpreters.
13776
13777@value{GDBN} currently supports two command interpreters, the console
13778interpreter (sometimes called the command-line interpreter or @sc{cli})
13779and the machine interface interpreter (or @sc{gdb/mi}). This manual
13780describes both of these interfaces in great detail.
13781
13782By default, @value{GDBN} will start with the console interpreter.
13783However, the user may choose to start @value{GDBN} with another
13784interpreter by specifying the @option{-i} or @option{--interpreter}
13785startup options. Defined interpreters include:
13786
13787@table @code
13788@item console
13789@cindex console interpreter
13790The traditional console or command-line interpreter. This is the most often
13791used interpreter with @value{GDBN}. With no interpreter specified at runtime,
13792@value{GDBN} will use this interpreter.
13793
13794@item mi
13795@cindex mi interpreter
13796The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
13797by programs wishing to use @value{GDBN} as a backend for a debugger GUI
13798or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
13799Interface}.
13800
13801@item mi2
13802@cindex mi2 interpreter
13803The current @sc{gdb/mi} interface.
13804
13805@item mi1
13806@cindex mi1 interpreter
13807The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
13808
13809@end table
13810
13811@cindex invoke another interpreter
13812The interpreter being used by @value{GDBN} may not be dynamically
13813switched at runtime. Although possible, this could lead to a very
13814precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
13815enters the command "interpreter-set console" in a console view,
13816@value{GDBN} would switch to using the console interpreter, rendering
13817the IDE inoperable!
13818
13819@kindex interpreter-exec
13820Although you may only choose a single interpreter at startup, you may execute
13821commands in any interpreter from the current interpreter using the appropriate
13822command. If you are running the console interpreter, simply use the
13823@code{interpreter-exec} command:
13824
13825@smallexample
13826interpreter-exec mi "-data-list-register-names"
13827@end smallexample
13828
13829@sc{gdb/mi} has a similar command, although it is only available in versions of
13830@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
13831
8e04817f
AC
13832@node TUI
13833@chapter @value{GDBN} Text User Interface
13834@cindex TUI
c906108c 13835
8e04817f
AC
13836@menu
13837* TUI Overview:: TUI overview
13838* TUI Keys:: TUI key bindings
7cf36c78 13839* TUI Single Key Mode:: TUI single key mode
8e04817f
AC
13840* TUI Commands:: TUI specific commands
13841* TUI Configuration:: TUI configuration variables
13842@end menu
c906108c 13843
8e04817f
AC
13844The @value{GDBN} Text User Interface, TUI in short,
13845is a terminal interface which uses the @code{curses} library
13846to show the source file, the assembly output, the program registers
13847and @value{GDBN} commands in separate text windows.
13848The TUI is available only when @value{GDBN} is configured
13849with the @code{--enable-tui} configure option (@pxref{Configure Options}).
c906108c 13850
8e04817f
AC
13851@node TUI Overview
13852@section TUI overview
c906108c 13853
8e04817f
AC
13854The TUI has two display modes that can be switched while
13855@value{GDBN} runs:
c906108c 13856
8e04817f
AC
13857@itemize @bullet
13858@item
13859A curses (or TUI) mode in which it displays several text
13860windows on the terminal.
c906108c 13861
8e04817f
AC
13862@item
13863A standard mode which corresponds to the @value{GDBN} configured without
13864the TUI.
13865@end itemize
c906108c 13866
8e04817f
AC
13867In the TUI mode, @value{GDBN} can display several text window
13868on the terminal:
c906108c 13869
8e04817f
AC
13870@table @emph
13871@item command
13872This window is the @value{GDBN} command window with the @value{GDBN}
13873prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
13874managed using readline but through the TUI. The @emph{command}
13875window is always visible.
c906108c 13876
8e04817f
AC
13877@item source
13878The source window shows the source file of the program. The current
13879line as well as active breakpoints are displayed in this window.
c906108c 13880
8e04817f
AC
13881@item assembly
13882The assembly window shows the disassembly output of the program.
c906108c 13883
8e04817f
AC
13884@item register
13885This window shows the processor registers. It detects when
13886a register is changed and when this is the case, registers that have
13887changed are highlighted.
c906108c 13888
c906108c
SS
13889@end table
13890
269c21fe
SC
13891The source and assembly windows show the current program position
13892by highlighting the current line and marking them with the @samp{>} marker.
13893Breakpoints are also indicated with two markers. A first one
13894indicates the breakpoint type:
13895
13896@table @code
13897@item B
13898Breakpoint which was hit at least once.
13899
13900@item b
13901Breakpoint which was never hit.
13902
13903@item H
13904Hardware breakpoint which was hit at least once.
13905
13906@item h
13907Hardware breakpoint which was never hit.
13908
13909@end table
13910
13911The second marker indicates whether the breakpoint is enabled or not:
13912
13913@table @code
13914@item +
13915Breakpoint is enabled.
13916
13917@item -
13918Breakpoint is disabled.
13919
13920@end table
13921
8e04817f
AC
13922The source, assembly and register windows are attached to the thread
13923and the frame position. They are updated when the current thread
13924changes, when the frame changes or when the program counter changes.
13925These three windows are arranged by the TUI according to several
13926layouts. The layout defines which of these three windows are visible.
13927The following layouts are available:
c906108c 13928
8e04817f
AC
13929@itemize @bullet
13930@item
13931source
2df3850c 13932
8e04817f
AC
13933@item
13934assembly
13935
13936@item
13937source and assembly
13938
13939@item
13940source and registers
c906108c 13941
8e04817f
AC
13942@item
13943assembly and registers
2df3850c 13944
8e04817f 13945@end itemize
c906108c 13946
b7bb15bc
SC
13947On top of the command window a status line gives various information
13948concerning the current process begin debugged. The status line is
13949updated when the information it shows changes. The following fields
13950are displayed:
13951
13952@table @emph
13953@item target
13954Indicates the current gdb target
13955(@pxref{Targets, ,Specifying a Debugging Target}).
13956
13957@item process
13958Gives information about the current process or thread number.
13959When no process is being debugged, this field is set to @code{No process}.
13960
13961@item function
13962Gives the current function name for the selected frame.
13963The name is demangled if demangling is turned on (@pxref{Print Settings}).
13964When there is no symbol corresponding to the current program counter
13965the string @code{??} is displayed.
13966
13967@item line
13968Indicates the current line number for the selected frame.
13969When the current line number is not known the string @code{??} is displayed.
13970
13971@item pc
13972Indicates the current program counter address.
13973
13974@end table
13975
8e04817f
AC
13976@node TUI Keys
13977@section TUI Key Bindings
13978@cindex TUI key bindings
c906108c 13979
8e04817f
AC
13980The TUI installs several key bindings in the readline keymaps
13981(@pxref{Command Line Editing}).
13982They allow to leave or enter in the TUI mode or they operate
7cf36c78
SC
13983directly on the TUI layout and windows. The TUI also provides
13984a @emph{SingleKey} keymap which binds several keys directly to
13985@value{GDBN} commands. The following key bindings
8e04817f 13986are installed for both TUI mode and the @value{GDBN} standard mode.
c906108c 13987
8e04817f
AC
13988@table @kbd
13989@kindex C-x C-a
13990@item C-x C-a
13991@kindex C-x a
13992@itemx C-x a
13993@kindex C-x A
13994@itemx C-x A
13995Enter or leave the TUI mode. When the TUI mode is left,
13996the curses window management is left and @value{GDBN} operates using
13997its standard mode writing on the terminal directly. When the TUI
13998mode is entered, the control is given back to the curses windows.
13999The screen is then refreshed.
c906108c 14000
8e04817f
AC
14001@kindex C-x 1
14002@item C-x 1
14003Use a TUI layout with only one window. The layout will
14004either be @samp{source} or @samp{assembly}. When the TUI mode
14005is not active, it will switch to the TUI mode.
2df3850c 14006
8e04817f 14007Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 14008
8e04817f
AC
14009@kindex C-x 2
14010@item C-x 2
14011Use a TUI layout with at least two windows. When the current
14012layout shows already two windows, a next layout with two windows is used.
14013When a new layout is chosen, one window will always be common to the
14014previous layout and the new one.
c906108c 14015
8e04817f 14016Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 14017
72ffddc9
SC
14018@kindex C-x o
14019@item C-x o
14020Change the active window. The TUI associates several key bindings
14021(like scrolling and arrow keys) to the active window. This command
14022gives the focus to the next TUI window.
14023
14024Think of it as the Emacs @kbd{C-x o} binding.
14025
7cf36c78
SC
14026@kindex C-x s
14027@item C-x s
14028Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
14029(@pxref{TUI Single Key Mode}).
14030
c906108c
SS
14031@end table
14032
8e04817f 14033The following key bindings are handled only by the TUI mode:
5d161b24 14034
8e04817f
AC
14035@table @key
14036@kindex PgUp
14037@item PgUp
14038Scroll the active window one page up.
c906108c 14039
8e04817f
AC
14040@kindex PgDn
14041@item PgDn
14042Scroll the active window one page down.
c906108c 14043
8e04817f
AC
14044@kindex Up
14045@item Up
14046Scroll the active window one line up.
c906108c 14047
8e04817f
AC
14048@kindex Down
14049@item Down
14050Scroll the active window one line down.
c906108c 14051
8e04817f
AC
14052@kindex Left
14053@item Left
14054Scroll the active window one column left.
c906108c 14055
8e04817f
AC
14056@kindex Right
14057@item Right
14058Scroll the active window one column right.
c906108c 14059
8e04817f
AC
14060@kindex C-L
14061@item C-L
14062Refresh the screen.
c906108c 14063
8e04817f 14064@end table
c906108c 14065
8e04817f 14066In the TUI mode, the arrow keys are used by the active window
72ffddc9
SC
14067for scrolling. This means they are available for readline when the
14068active window is the command window. When the command window
14069does not have the focus, it is necessary to use other readline
14070key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
8e04817f 14071
7cf36c78
SC
14072@node TUI Single Key Mode
14073@section TUI Single Key Mode
14074@cindex TUI single key mode
14075
14076The TUI provides a @emph{SingleKey} mode in which it installs a particular
14077key binding in the readline keymaps to connect single keys to
14078some gdb commands.
14079
14080@table @kbd
14081@kindex c @r{(SingleKey TUI key)}
14082@item c
14083continue
14084
14085@kindex d @r{(SingleKey TUI key)}
14086@item d
14087down
14088
14089@kindex f @r{(SingleKey TUI key)}
14090@item f
14091finish
14092
14093@kindex n @r{(SingleKey TUI key)}
14094@item n
14095next
14096
14097@kindex q @r{(SingleKey TUI key)}
14098@item q
14099exit the @emph{SingleKey} mode.
14100
14101@kindex r @r{(SingleKey TUI key)}
14102@item r
14103run
14104
14105@kindex s @r{(SingleKey TUI key)}
14106@item s
14107step
14108
14109@kindex u @r{(SingleKey TUI key)}
14110@item u
14111up
14112
14113@kindex v @r{(SingleKey TUI key)}
14114@item v
14115info locals
14116
14117@kindex w @r{(SingleKey TUI key)}
14118@item w
14119where
14120
14121@end table
14122
14123Other keys temporarily switch to the @value{GDBN} command prompt.
14124The key that was pressed is inserted in the editing buffer so that
14125it is possible to type most @value{GDBN} commands without interaction
14126with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
14127@emph{SingleKey} mode is restored. The only way to permanently leave
14128this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
14129
14130
8e04817f
AC
14131@node TUI Commands
14132@section TUI specific commands
14133@cindex TUI commands
14134
14135The TUI has specific commands to control the text windows.
14136These commands are always available, that is they do not depend on
14137the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
14138is in the standard mode, using these commands will automatically switch
14139in the TUI mode.
c906108c
SS
14140
14141@table @code
3d757584
SC
14142@item info win
14143@kindex info win
14144List and give the size of all displayed windows.
14145
8e04817f
AC
14146@item layout next
14147@kindex layout next
14148Display the next layout.
2df3850c 14149
8e04817f
AC
14150@item layout prev
14151@kindex layout prev
14152Display the previous layout.
c906108c 14153
8e04817f
AC
14154@item layout src
14155@kindex layout src
14156Display the source window only.
c906108c 14157
8e04817f
AC
14158@item layout asm
14159@kindex layout asm
14160Display the assembly window only.
c906108c 14161
8e04817f
AC
14162@item layout split
14163@kindex layout split
14164Display the source and assembly window.
c906108c 14165
8e04817f
AC
14166@item layout regs
14167@kindex layout regs
14168Display the register window together with the source or assembly window.
14169
14170@item focus next | prev | src | asm | regs | split
14171@kindex focus
14172Set the focus to the named window.
14173This command allows to change the active window so that scrolling keys
14174can be affected to another window.
c906108c 14175
8e04817f
AC
14176@item refresh
14177@kindex refresh
14178Refresh the screen. This is similar to using @key{C-L} key.
c906108c 14179
8e04817f
AC
14180@item update
14181@kindex update
14182Update the source window and the current execution point.
c906108c 14183
8e04817f
AC
14184@item winheight @var{name} +@var{count}
14185@itemx winheight @var{name} -@var{count}
14186@kindex winheight
14187Change the height of the window @var{name} by @var{count}
14188lines. Positive counts increase the height, while negative counts
14189decrease it.
2df3850c 14190
c906108c
SS
14191@end table
14192
8e04817f
AC
14193@node TUI Configuration
14194@section TUI configuration variables
14195@cindex TUI configuration variables
c906108c 14196
8e04817f
AC
14197The TUI has several configuration variables that control the
14198appearance of windows on the terminal.
c906108c 14199
8e04817f
AC
14200@table @code
14201@item set tui border-kind @var{kind}
14202@kindex set tui border-kind
14203Select the border appearance for the source, assembly and register windows.
14204The possible values are the following:
14205@table @code
14206@item space
14207Use a space character to draw the border.
c906108c 14208
8e04817f
AC
14209@item ascii
14210Use ascii characters + - and | to draw the border.
c906108c 14211
8e04817f
AC
14212@item acs
14213Use the Alternate Character Set to draw the border. The border is
14214drawn using character line graphics if the terminal supports them.
c78b4128 14215
8e04817f 14216@end table
c78b4128 14217
8e04817f
AC
14218@item set tui active-border-mode @var{mode}
14219@kindex set tui active-border-mode
14220Select the attributes to display the border of the active window.
14221The possible values are @code{normal}, @code{standout}, @code{reverse},
14222@code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
c78b4128 14223
8e04817f
AC
14224@item set tui border-mode @var{mode}
14225@kindex set tui border-mode
14226Select the attributes to display the border of other windows.
14227The @var{mode} can be one of the following:
14228@table @code
14229@item normal
14230Use normal attributes to display the border.
c906108c 14231
8e04817f
AC
14232@item standout
14233Use standout mode.
c906108c 14234
8e04817f
AC
14235@item reverse
14236Use reverse video mode.
c906108c 14237
8e04817f
AC
14238@item half
14239Use half bright mode.
c906108c 14240
8e04817f
AC
14241@item half-standout
14242Use half bright and standout mode.
c906108c 14243
8e04817f
AC
14244@item bold
14245Use extra bright or bold mode.
c78b4128 14246
8e04817f
AC
14247@item bold-standout
14248Use extra bright or bold and standout mode.
c78b4128 14249
8e04817f 14250@end table
c78b4128 14251
8e04817f 14252@end table
c78b4128 14253
8e04817f
AC
14254@node Emacs
14255@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 14256
8e04817f
AC
14257@cindex Emacs
14258@cindex @sc{gnu} Emacs
14259A special interface allows you to use @sc{gnu} Emacs to view (and
14260edit) the source files for the program you are debugging with
14261@value{GDBN}.
c906108c 14262
8e04817f
AC
14263To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
14264executable file you want to debug as an argument. This command starts
14265@value{GDBN} as a subprocess of Emacs, with input and output through a newly
14266created Emacs buffer.
14267@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 14268
8e04817f
AC
14269Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
14270things:
c906108c 14271
8e04817f
AC
14272@itemize @bullet
14273@item
14274All ``terminal'' input and output goes through the Emacs buffer.
14275@end itemize
c906108c 14276
8e04817f
AC
14277This applies both to @value{GDBN} commands and their output, and to the input
14278and output done by the program you are debugging.
bf0184be 14279
8e04817f
AC
14280This is useful because it means that you can copy the text of previous
14281commands and input them again; you can even use parts of the output
14282in this way.
bf0184be 14283
8e04817f
AC
14284All the facilities of Emacs' Shell mode are available for interacting
14285with your program. In particular, you can send signals the usual
14286way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
14287stop.
bf0184be 14288
8e04817f 14289@itemize @bullet
bf0184be 14290@item
8e04817f
AC
14291@value{GDBN} displays source code through Emacs.
14292@end itemize
bf0184be 14293
8e04817f
AC
14294Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
14295source file for that frame and puts an arrow (@samp{=>}) at the
14296left margin of the current line. Emacs uses a separate buffer for
14297source display, and splits the screen to show both your @value{GDBN} session
14298and the source.
bf0184be 14299
8e04817f
AC
14300Explicit @value{GDBN} @code{list} or search commands still produce output as
14301usual, but you probably have no reason to use them from Emacs.
c906108c 14302
64fabec2
AC
14303If you specify an absolute file name when prompted for the @kbd{M-x
14304gdb} argument, then Emacs sets your current working directory to where
14305your program resides. If you only specify the file name, then Emacs
14306sets your current working directory to to the directory associated
14307with the previous buffer. In this case, @value{GDBN} may find your
14308program by searching your environment's @code{PATH} variable, but on
14309some operating systems it might not find the source. So, although the
14310@value{GDBN} input and output session proceeds normally, the auxiliary
14311buffer does not display the current source and line of execution.
14312
14313The initial working directory of @value{GDBN} is printed on the top
14314line of the @value{GDBN} I/O buffer and this serves as a default for
14315the commands that specify files for @value{GDBN} to operate
14316on. @xref{Files, ,Commands to specify files}.
14317
14318By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
14319need to call @value{GDBN} by a different name (for example, if you
14320keep several configurations around, with different names) you can
14321customize the Emacs variable @code{gud-gdb-command-name} to run the
14322one you want.
8e04817f
AC
14323
14324In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
14325addition to the standard Shell mode commands:
c906108c 14326
8e04817f
AC
14327@table @kbd
14328@item C-h m
14329Describe the features of Emacs' @value{GDBN} Mode.
c906108c 14330
64fabec2 14331@item C-c C-s
8e04817f
AC
14332Execute to another source line, like the @value{GDBN} @code{step} command; also
14333update the display window to show the current file and location.
c906108c 14334
64fabec2 14335@item C-c C-n
8e04817f
AC
14336Execute to next source line in this function, skipping all function
14337calls, like the @value{GDBN} @code{next} command. Then update the display window
14338to show the current file and location.
c906108c 14339
64fabec2 14340@item C-c C-i
8e04817f
AC
14341Execute one instruction, like the @value{GDBN} @code{stepi} command; update
14342display window accordingly.
c906108c 14343
8e04817f
AC
14344@item C-c C-f
14345Execute until exit from the selected stack frame, like the @value{GDBN}
14346@code{finish} command.
c906108c 14347
64fabec2 14348@item C-c C-r
8e04817f
AC
14349Continue execution of your program, like the @value{GDBN} @code{continue}
14350command.
b433d00b 14351
64fabec2 14352@item C-c <
8e04817f
AC
14353Go up the number of frames indicated by the numeric argument
14354(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
14355like the @value{GDBN} @code{up} command.
b433d00b 14356
64fabec2 14357@item C-c >
8e04817f
AC
14358Go down the number of frames indicated by the numeric argument, like the
14359@value{GDBN} @code{down} command.
8e04817f 14360@end table
c906108c 14361
64fabec2 14362In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
8e04817f 14363tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 14364
64fabec2
AC
14365If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
14366shows a backtrace when the @value{GDBN} I/O buffer is current. Move
14367point to any frame in the stack and type @key{RET} to make it become the
14368current frame and display the associated source in the source buffer.
14369Alternatively, click @kbd{Mouse-2} to make the selected frame become the
14370current one.
14371
8e04817f
AC
14372If you accidentally delete the source-display buffer, an easy way to get
14373it back is to type the command @code{f} in the @value{GDBN} buffer, to
14374request a frame display; when you run under Emacs, this recreates
14375the source buffer if necessary to show you the context of the current
14376frame.
c906108c 14377
8e04817f
AC
14378The source files displayed in Emacs are in ordinary Emacs buffers
14379which are visiting the source files in the usual way. You can edit
14380the files with these buffers if you wish; but keep in mind that @value{GDBN}
14381communicates with Emacs in terms of line numbers. If you add or
14382delete lines from the text, the line numbers that @value{GDBN} knows cease
14383to correspond properly with the code.
64fabec2
AC
14384
14385The description given here is for GNU Emacs version 21.3 and a more
14386detailed description of its interaction with @value{GDBN} is given in
14387the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
c906108c 14388
8e04817f
AC
14389@c The following dropped because Epoch is nonstandard. Reactivate
14390@c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
14391@ignore
14392@kindex Emacs Epoch environment
14393@kindex Epoch
14394@kindex inspect
c906108c 14395
8e04817f
AC
14396Version 18 of @sc{gnu} Emacs has a built-in window system
14397called the @code{epoch}
14398environment. Users of this environment can use a new command,
14399@code{inspect} which performs identically to @code{print} except that
14400each value is printed in its own window.
14401@end ignore
c906108c 14402
922fbb7b
AC
14403
14404@node GDB/MI
14405@chapter The @sc{gdb/mi} Interface
14406
14407@unnumberedsec Function and Purpose
14408
14409@cindex @sc{gdb/mi}, its purpose
14410@sc{gdb/mi} is a line based machine oriented text interface to @value{GDBN}. It is
14411specifically intended to support the development of systems which use
14412the debugger as just one small component of a larger system.
14413
14414This chapter is a specification of the @sc{gdb/mi} interface. It is written
14415in the form of a reference manual.
14416
14417Note that @sc{gdb/mi} is still under construction, so some of the
14418features described below are incomplete and subject to change.
14419
14420@unnumberedsec Notation and Terminology
14421
14422@cindex notational conventions, for @sc{gdb/mi}
14423This chapter uses the following notation:
14424
14425@itemize @bullet
14426@item
14427@code{|} separates two alternatives.
14428
14429@item
14430@code{[ @var{something} ]} indicates that @var{something} is optional:
14431it may or may not be given.
14432
14433@item
14434@code{( @var{group} )*} means that @var{group} inside the parentheses
14435may repeat zero or more times.
14436
14437@item
14438@code{( @var{group} )+} means that @var{group} inside the parentheses
14439may repeat one or more times.
14440
14441@item
14442@code{"@var{string}"} means a literal @var{string}.
14443@end itemize
14444
14445@ignore
14446@heading Dependencies
14447@end ignore
14448
14449@heading Acknowledgments
14450
14451In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
14452Elena Zannoni.
14453
14454@menu
14455* GDB/MI Command Syntax::
14456* GDB/MI Compatibility with CLI::
14457* GDB/MI Output Records::
14458* GDB/MI Command Description Format::
14459* GDB/MI Breakpoint Table Commands::
14460* GDB/MI Data Manipulation::
14461* GDB/MI Program Control::
14462* GDB/MI Miscellaneous Commands::
14463@ignore
14464* GDB/MI Kod Commands::
14465* GDB/MI Memory Overlay Commands::
14466* GDB/MI Signal Handling Commands::
14467@end ignore
14468* GDB/MI Stack Manipulation::
14469* GDB/MI Symbol Query::
14470* GDB/MI Target Manipulation::
14471* GDB/MI Thread Commands::
14472* GDB/MI Tracepoint Commands::
14473* GDB/MI Variable Objects::
14474@end menu
14475
14476@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14477@node GDB/MI Command Syntax
14478@section @sc{gdb/mi} Command Syntax
14479
14480@menu
14481* GDB/MI Input Syntax::
14482* GDB/MI Output Syntax::
14483* GDB/MI Simple Examples::
14484@end menu
14485
14486@node GDB/MI Input Syntax
14487@subsection @sc{gdb/mi} Input Syntax
14488
14489@cindex input syntax for @sc{gdb/mi}
14490@cindex @sc{gdb/mi}, input syntax
14491@table @code
14492@item @var{command} @expansion{}
14493@code{@var{cli-command} | @var{mi-command}}
14494
14495@item @var{cli-command} @expansion{}
14496@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
14497@var{cli-command} is any existing @value{GDBN} CLI command.
14498
14499@item @var{mi-command} @expansion{}
14500@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
14501@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
14502
14503@item @var{token} @expansion{}
14504"any sequence of digits"
14505
14506@item @var{option} @expansion{}
14507@code{"-" @var{parameter} [ " " @var{parameter} ]}
14508
14509@item @var{parameter} @expansion{}
14510@code{@var{non-blank-sequence} | @var{c-string}}
14511
14512@item @var{operation} @expansion{}
14513@emph{any of the operations described in this chapter}
14514
14515@item @var{non-blank-sequence} @expansion{}
14516@emph{anything, provided it doesn't contain special characters such as
14517"-", @var{nl}, """ and of course " "}
14518
14519@item @var{c-string} @expansion{}
14520@code{""" @var{seven-bit-iso-c-string-content} """}
14521
14522@item @var{nl} @expansion{}
14523@code{CR | CR-LF}
14524@end table
14525
14526@noindent
14527Notes:
14528
14529@itemize @bullet
14530@item
14531The CLI commands are still handled by the @sc{mi} interpreter; their
14532output is described below.
14533
14534@item
14535The @code{@var{token}}, when present, is passed back when the command
14536finishes.
14537
14538@item
14539Some @sc{mi} commands accept optional arguments as part of the parameter
14540list. Each option is identified by a leading @samp{-} (dash) and may be
14541followed by an optional argument parameter. Options occur first in the
14542parameter list and can be delimited from normal parameters using
14543@samp{--} (this is useful when some parameters begin with a dash).
14544@end itemize
14545
14546Pragmatics:
14547
14548@itemize @bullet
14549@item
14550We want easy access to the existing CLI syntax (for debugging).
14551
14552@item
14553We want it to be easy to spot a @sc{mi} operation.
14554@end itemize
14555
14556@node GDB/MI Output Syntax
14557@subsection @sc{gdb/mi} Output Syntax
14558
14559@cindex output syntax of @sc{gdb/mi}
14560@cindex @sc{gdb/mi}, output syntax
14561The output from @sc{gdb/mi} consists of zero or more out-of-band records
14562followed, optionally, by a single result record. This result record
14563is for the most recent command. The sequence of output records is
14564terminated by @samp{(@value{GDBP})}.
14565
14566If an input command was prefixed with a @code{@var{token}} then the
14567corresponding output for that command will also be prefixed by that same
14568@var{token}.
14569
14570@table @code
14571@item @var{output} @expansion{}
14572@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
14573
14574@item @var{result-record} @expansion{}
14575@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
14576
14577@item @var{out-of-band-record} @expansion{}
14578@code{@var{async-record} | @var{stream-record}}
14579
14580@item @var{async-record} @expansion{}
14581@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
14582
14583@item @var{exec-async-output} @expansion{}
14584@code{[ @var{token} ] "*" @var{async-output}}
14585
14586@item @var{status-async-output} @expansion{}
14587@code{[ @var{token} ] "+" @var{async-output}}
14588
14589@item @var{notify-async-output} @expansion{}
14590@code{[ @var{token} ] "=" @var{async-output}}
14591
14592@item @var{async-output} @expansion{}
14593@code{@var{async-class} ( "," @var{result} )* @var{nl}}
14594
14595@item @var{result-class} @expansion{}
14596@code{"done" | "running" | "connected" | "error" | "exit"}
14597
14598@item @var{async-class} @expansion{}
14599@code{"stopped" | @var{others}} (where @var{others} will be added
14600depending on the needs---this is still in development).
14601
14602@item @var{result} @expansion{}
14603@code{ @var{variable} "=" @var{value}}
14604
14605@item @var{variable} @expansion{}
14606@code{ @var{string} }
14607
14608@item @var{value} @expansion{}
14609@code{ @var{const} | @var{tuple} | @var{list} }
14610
14611@item @var{const} @expansion{}
14612@code{@var{c-string}}
14613
14614@item @var{tuple} @expansion{}
14615@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
14616
14617@item @var{list} @expansion{}
14618@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
14619@var{result} ( "," @var{result} )* "]" }
14620
14621@item @var{stream-record} @expansion{}
14622@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
14623
14624@item @var{console-stream-output} @expansion{}
14625@code{"~" @var{c-string}}
14626
14627@item @var{target-stream-output} @expansion{}
14628@code{"@@" @var{c-string}}
14629
14630@item @var{log-stream-output} @expansion{}
14631@code{"&" @var{c-string}}
14632
14633@item @var{nl} @expansion{}
14634@code{CR | CR-LF}
14635
14636@item @var{token} @expansion{}
14637@emph{any sequence of digits}.
14638@end table
14639
14640@noindent
14641Notes:
14642
14643@itemize @bullet
14644@item
14645All output sequences end in a single line containing a period.
14646
14647@item
14648The @code{@var{token}} is from the corresponding request. If an execution
14649command is interrupted by the @samp{-exec-interrupt} command, the
14650@var{token} associated with the @samp{*stopped} message is the one of the
14651original execution command, not the one of the interrupt command.
14652
14653@item
14654@cindex status output in @sc{gdb/mi}
14655@var{status-async-output} contains on-going status information about the
14656progress of a slow operation. It can be discarded. All status output is
14657prefixed by @samp{+}.
14658
14659@item
14660@cindex async output in @sc{gdb/mi}
14661@var{exec-async-output} contains asynchronous state change on the target
14662(stopped, started, disappeared). All async output is prefixed by
14663@samp{*}.
14664
14665@item
14666@cindex notify output in @sc{gdb/mi}
14667@var{notify-async-output} contains supplementary information that the
14668client should handle (e.g., a new breakpoint information). All notify
14669output is prefixed by @samp{=}.
14670
14671@item
14672@cindex console output in @sc{gdb/mi}
14673@var{console-stream-output} is output that should be displayed as is in the
14674console. It is the textual response to a CLI command. All the console
14675output is prefixed by @samp{~}.
14676
14677@item
14678@cindex target output in @sc{gdb/mi}
14679@var{target-stream-output} is the output produced by the target program.
14680All the target output is prefixed by @samp{@@}.
14681
14682@item
14683@cindex log output in @sc{gdb/mi}
14684@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
14685instance messages that should be displayed as part of an error log. All
14686the log output is prefixed by @samp{&}.
14687
14688@item
14689@cindex list output in @sc{gdb/mi}
14690New @sc{gdb/mi} commands should only output @var{lists} containing
14691@var{values}.
14692
14693
14694@end itemize
14695
14696@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
14697details about the various output records.
14698
14699@node GDB/MI Simple Examples
14700@subsection Simple Examples of @sc{gdb/mi} Interaction
14701@cindex @sc{gdb/mi}, simple examples
14702
14703This subsection presents several simple examples of interaction using
14704the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
14705following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
14706the output received from @sc{gdb/mi}.
14707
14708@subsubheading Target Stop
14709@c Ummm... There is no "-stop" command. This assumes async, no?
14710Here's an example of stopping the inferior process:
14711
14712@smallexample
14713-> -stop
14714<- (@value{GDBP})
14715@end smallexample
14716
14717@noindent
14718and later:
14719
14720@smallexample
14721<- *stop,reason="stop",address="0x123",source="a.c:123"
14722<- (@value{GDBP})
14723@end smallexample
14724
14725@subsubheading Simple CLI Command
14726
14727Here's an example of a simple CLI command being passed through
14728@sc{gdb/mi} and on to the CLI.
14729
14730@smallexample
14731-> print 1+2
14732<- &"print 1+2\n"
14733<- ~"$1 = 3\n"
14734<- ^done
14735<- (@value{GDBP})
14736@end smallexample
14737
14738@subsubheading Command With Side Effects
14739
14740@smallexample
14741-> -symbol-file xyz.exe
14742<- *breakpoint,nr="3",address="0x123",source="a.c:123"
14743<- (@value{GDBP})
14744@end smallexample
14745
14746@subsubheading A Bad Command
14747
14748Here's what happens if you pass a non-existent command:
14749
14750@smallexample
14751-> -rubbish
14752<- ^error,msg="Undefined MI command: rubbish"
14753<- (@value{GDBP})
14754@end smallexample
14755
14756@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14757@node GDB/MI Compatibility with CLI
14758@section @sc{gdb/mi} Compatibility with CLI
14759
14760@cindex compatibility, @sc{gdb/mi} and CLI
14761@cindex @sc{gdb/mi}, compatibility with CLI
14762To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
14763accepts existing CLI commands. As specified by the syntax, such
14764commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
14765respond.
14766
14767This mechanism is provided as an aid to developers of @sc{gdb/mi}
14768clients and not as a reliable interface into the CLI. Since the command
14769is being interpreteted in an environment that assumes @sc{gdb/mi}
14770behaviour, the exact output of such commands is likely to end up being
14771an un-supported hybrid of @sc{gdb/mi} and CLI output.
14772
14773@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14774@node GDB/MI Output Records
14775@section @sc{gdb/mi} Output Records
14776
14777@menu
14778* GDB/MI Result Records::
14779* GDB/MI Stream Records::
14780* GDB/MI Out-of-band Records::
14781@end menu
14782
14783@node GDB/MI Result Records
14784@subsection @sc{gdb/mi} Result Records
14785
14786@cindex result records in @sc{gdb/mi}
14787@cindex @sc{gdb/mi}, result records
14788In addition to a number of out-of-band notifications, the response to a
14789@sc{gdb/mi} command includes one of the following result indications:
14790
14791@table @code
14792@findex ^done
14793@item "^done" [ "," @var{results} ]
14794The synchronous operation was successful, @code{@var{results}} are the return
14795values.
14796
14797@item "^running"
14798@findex ^running
14799@c Is this one correct? Should it be an out-of-band notification?
14800The asynchronous operation was successfully started. The target is
14801running.
14802
14803@item "^error" "," @var{c-string}
14804@findex ^error
14805The operation failed. The @code{@var{c-string}} contains the corresponding
14806error message.
14807@end table
14808
14809@node GDB/MI Stream Records
14810@subsection @sc{gdb/mi} Stream Records
14811
14812@cindex @sc{gdb/mi}, stream records
14813@cindex stream records in @sc{gdb/mi}
14814@value{GDBN} internally maintains a number of output streams: the console, the
14815target, and the log. The output intended for each of these streams is
14816funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
14817
14818Each stream record begins with a unique @dfn{prefix character} which
14819identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
14820Syntax}). In addition to the prefix, each stream record contains a
14821@code{@var{string-output}}. This is either raw text (with an implicit new
14822line) or a quoted C string (which does not contain an implicit newline).
14823
14824@table @code
14825@item "~" @var{string-output}
14826The console output stream contains text that should be displayed in the
14827CLI console window. It contains the textual responses to CLI commands.
14828
14829@item "@@" @var{string-output}
14830The target output stream contains any textual output from the running
14831target.
14832
14833@item "&" @var{string-output}
14834The log stream contains debugging messages being produced by @value{GDBN}'s
14835internals.
14836@end table
14837
14838@node GDB/MI Out-of-band Records
14839@subsection @sc{gdb/mi} Out-of-band Records
14840
14841@cindex out-of-band records in @sc{gdb/mi}
14842@cindex @sc{gdb/mi}, out-of-band records
14843@dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
14844additional changes that have occurred. Those changes can either be a
14845consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
14846target activity (e.g., target stopped).
14847
14848The following is a preliminary list of possible out-of-band records.
14849
14850@table @code
14851@item "*" "stop"
14852@end table
14853
14854
14855@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14856@node GDB/MI Command Description Format
14857@section @sc{gdb/mi} Command Description Format
14858
14859The remaining sections describe blocks of commands. Each block of
14860commands is laid out in a fashion similar to this section.
14861
14862Note the the line breaks shown in the examples are here only for
14863readability. They don't appear in the real output.
14864Also note that the commands with a non-available example (N.A.@:) are
14865not yet implemented.
14866
14867@subheading Motivation
14868
14869The motivation for this collection of commands.
14870
14871@subheading Introduction
14872
14873A brief introduction to this collection of commands as a whole.
14874
14875@subheading Commands
14876
14877For each command in the block, the following is described:
14878
14879@subsubheading Synopsis
14880
14881@smallexample
14882 -command @var{args}@dots{}
14883@end smallexample
14884
14885@subsubheading @value{GDBN} Command
14886
14887The corresponding @value{GDBN} CLI command.
14888
14889@subsubheading Result
14890
14891@subsubheading Out-of-band
14892
14893@subsubheading Notes
14894
14895@subsubheading Example
14896
14897
14898@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14899@node GDB/MI Breakpoint Table Commands
14900@section @sc{gdb/mi} Breakpoint table commands
14901
14902@cindex breakpoint commands for @sc{gdb/mi}
14903@cindex @sc{gdb/mi}, breakpoint commands
14904This section documents @sc{gdb/mi} commands for manipulating
14905breakpoints.
14906
14907@subheading The @code{-break-after} Command
14908@findex -break-after
14909
14910@subsubheading Synopsis
14911
14912@smallexample
14913 -break-after @var{number} @var{count}
14914@end smallexample
14915
14916The breakpoint number @var{number} is not in effect until it has been
14917hit @var{count} times. To see how this is reflected in the output of
14918the @samp{-break-list} command, see the description of the
14919@samp{-break-list} command below.
14920
14921@subsubheading @value{GDBN} Command
14922
14923The corresponding @value{GDBN} command is @samp{ignore}.
14924
14925@subsubheading Example
14926
14927@smallexample
14928(@value{GDBP})
14929-break-insert main
14930^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
14931(@value{GDBP})
14932-break-after 1 3
14933~
14934^done
14935(@value{GDBP})
14936-break-list
14937^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14938hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14939@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14940@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14941@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14942@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14943@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14944body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14945addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
14946ignore="3"@}]@}
14947(@value{GDBP})
14948@end smallexample
14949
14950@ignore
14951@subheading The @code{-break-catch} Command
14952@findex -break-catch
14953
14954@subheading The @code{-break-commands} Command
14955@findex -break-commands
14956@end ignore
14957
14958
14959@subheading The @code{-break-condition} Command
14960@findex -break-condition
14961
14962@subsubheading Synopsis
14963
14964@smallexample
14965 -break-condition @var{number} @var{expr}
14966@end smallexample
14967
14968Breakpoint @var{number} will stop the program only if the condition in
14969@var{expr} is true. The condition becomes part of the
14970@samp{-break-list} output (see the description of the @samp{-break-list}
14971command below).
14972
14973@subsubheading @value{GDBN} Command
14974
14975The corresponding @value{GDBN} command is @samp{condition}.
14976
14977@subsubheading Example
14978
14979@smallexample
14980(@value{GDBP})
14981-break-condition 1 1
14982^done
14983(@value{GDBP})
14984-break-list
14985^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14986hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14987@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14988@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14989@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14990@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14991@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14992body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14993addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
14994times="0",ignore="3"@}]@}
14995(@value{GDBP})
14996@end smallexample
14997
14998@subheading The @code{-break-delete} Command
14999@findex -break-delete
15000
15001@subsubheading Synopsis
15002
15003@smallexample
15004 -break-delete ( @var{breakpoint} )+
15005@end smallexample
15006
15007Delete the breakpoint(s) whose number(s) are specified in the argument
15008list. This is obviously reflected in the breakpoint list.
15009
15010@subsubheading @value{GDBN} command
15011
15012The corresponding @value{GDBN} command is @samp{delete}.
15013
15014@subsubheading Example
15015
15016@smallexample
15017(@value{GDBP})
15018-break-delete 1
15019^done
15020(@value{GDBP})
15021-break-list
15022^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15023hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15024@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15025@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15026@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15027@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15028@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15029body=[]@}
15030(@value{GDBP})
15031@end smallexample
15032
15033@subheading The @code{-break-disable} Command
15034@findex -break-disable
15035
15036@subsubheading Synopsis
15037
15038@smallexample
15039 -break-disable ( @var{breakpoint} )+
15040@end smallexample
15041
15042Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
15043break list is now set to @samp{n} for the named @var{breakpoint}(s).
15044
15045@subsubheading @value{GDBN} Command
15046
15047The corresponding @value{GDBN} command is @samp{disable}.
15048
15049@subsubheading Example
15050
15051@smallexample
15052(@value{GDBP})
15053-break-disable 2
15054^done
15055(@value{GDBP})
15056-break-list
15057^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15058hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15059@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15060@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15061@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15062@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15063@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15064body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
15065addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
15066(@value{GDBP})
15067@end smallexample
15068
15069@subheading The @code{-break-enable} Command
15070@findex -break-enable
15071
15072@subsubheading Synopsis
15073
15074@smallexample
15075 -break-enable ( @var{breakpoint} )+
15076@end smallexample
15077
15078Enable (previously disabled) @var{breakpoint}(s).
15079
15080@subsubheading @value{GDBN} Command
15081
15082The corresponding @value{GDBN} command is @samp{enable}.
15083
15084@subsubheading Example
15085
15086@smallexample
15087(@value{GDBP})
15088-break-enable 2
15089^done
15090(@value{GDBP})
15091-break-list
15092^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15093hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15094@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15095@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15096@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15097@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15098@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15099body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15100addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
15101(@value{GDBP})
15102@end smallexample
15103
15104@subheading The @code{-break-info} Command
15105@findex -break-info
15106
15107@subsubheading Synopsis
15108
15109@smallexample
15110 -break-info @var{breakpoint}
15111@end smallexample
15112
15113@c REDUNDANT???
15114Get information about a single breakpoint.
15115
15116@subsubheading @value{GDBN} command
15117
15118The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
15119
15120@subsubheading Example
15121N.A.
15122
15123@subheading The @code{-break-insert} Command
15124@findex -break-insert
15125
15126@subsubheading Synopsis
15127
15128@smallexample
15129 -break-insert [ -t ] [ -h ] [ -r ]
15130 [ -c @var{condition} ] [ -i @var{ignore-count} ]
15131 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
15132@end smallexample
15133
15134@noindent
15135If specified, @var{line}, can be one of:
15136
15137@itemize @bullet
15138@item function
15139@c @item +offset
15140@c @item -offset
15141@c @item linenum
15142@item filename:linenum
15143@item filename:function
15144@item *address
15145@end itemize
15146
15147The possible optional parameters of this command are:
15148
15149@table @samp
15150@item -t
15151Insert a tempoary breakpoint.
15152@item -h
15153Insert a hardware breakpoint.
15154@item -c @var{condition}
15155Make the breakpoint conditional on @var{condition}.
15156@item -i @var{ignore-count}
15157Initialize the @var{ignore-count}.
15158@item -r
15159Insert a regular breakpoint in all the functions whose names match the
15160given regular expression. Other flags are not applicable to regular
15161expresson.
15162@end table
15163
15164@subsubheading Result
15165
15166The result is in the form:
15167
15168@smallexample
15169 ^done,bkptno="@var{number}",func="@var{funcname}",
15170 file="@var{filename}",line="@var{lineno}"
15171@end smallexample
15172
15173@noindent
15174where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
15175is the name of the function where the breakpoint was inserted,
15176@var{filename} is the name of the source file which contains this
15177function, and @var{lineno} is the source line number within that file.
15178
15179Note: this format is open to change.
15180@c An out-of-band breakpoint instead of part of the result?
15181
15182@subsubheading @value{GDBN} Command
15183
15184The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
15185@samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
15186
15187@subsubheading Example
15188
15189@smallexample
15190(@value{GDBP})
15191-break-insert main
15192^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
15193(@value{GDBP})
15194-break-insert -t foo
15195^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
15196(@value{GDBP})
15197-break-list
15198^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15199hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15200@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15201@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15202@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15203@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15204@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15205body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15206addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
15207bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
15208addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
15209(@value{GDBP})
15210-break-insert -r foo.*
15211~int foo(int, int);
15212^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
15213(@value{GDBP})
15214@end smallexample
15215
15216@subheading The @code{-break-list} Command
15217@findex -break-list
15218
15219@subsubheading Synopsis
15220
15221@smallexample
15222 -break-list
15223@end smallexample
15224
15225Displays the list of inserted breakpoints, showing the following fields:
15226
15227@table @samp
15228@item Number
15229number of the breakpoint
15230@item Type
15231type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
15232@item Disposition
15233should the breakpoint be deleted or disabled when it is hit: @samp{keep}
15234or @samp{nokeep}
15235@item Enabled
15236is the breakpoint enabled or no: @samp{y} or @samp{n}
15237@item Address
15238memory location at which the breakpoint is set
15239@item What
15240logical location of the breakpoint, expressed by function name, file
15241name, line number
15242@item Times
15243number of times the breakpoint has been hit
15244@end table
15245
15246If there are no breakpoints or watchpoints, the @code{BreakpointTable}
15247@code{body} field is an empty list.
15248
15249@subsubheading @value{GDBN} Command
15250
15251The corresponding @value{GDBN} command is @samp{info break}.
15252
15253@subsubheading Example
15254
15255@smallexample
15256(@value{GDBP})
15257-break-list
15258^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15259hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15260@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15261@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15262@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15263@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15264@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15265body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15266addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
15267bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
15268addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
15269(@value{GDBP})
15270@end smallexample
15271
15272Here's an example of the result when there are no breakpoints:
15273
15274@smallexample
15275(@value{GDBP})
15276-break-list
15277^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
15278hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15279@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15280@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15281@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15282@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15283@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15284body=[]@}
15285(@value{GDBP})
15286@end smallexample
15287
15288@subheading The @code{-break-watch} Command
15289@findex -break-watch
15290
15291@subsubheading Synopsis
15292
15293@smallexample
15294 -break-watch [ -a | -r ]
15295@end smallexample
15296
15297Create a watchpoint. With the @samp{-a} option it will create an
15298@dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
15299read from or on a write to the memory location. With the @samp{-r}
15300option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
15301trigger only when the memory location is accessed for reading. Without
15302either of the options, the watchpoint created is a regular watchpoint,
15303i.e. it will trigger when the memory location is accessed for writing.
15304@xref{Set Watchpoints, , Setting watchpoints}.
15305
15306Note that @samp{-break-list} will report a single list of watchpoints and
15307breakpoints inserted.
15308
15309@subsubheading @value{GDBN} Command
15310
15311The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
15312@samp{rwatch}.
15313
15314@subsubheading Example
15315
15316Setting a watchpoint on a variable in the @code{main} function:
15317
15318@smallexample
15319(@value{GDBP})
15320-break-watch x
15321^done,wpt=@{number="2",exp="x"@}
15322(@value{GDBP})
15323-exec-continue
15324^running
15325^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
15326value=@{old="-268439212",new="55"@},
15327frame=@{func="main",args=[],file="recursive2.c",line="5"@}
15328(@value{GDBP})
15329@end smallexample
15330
15331Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
15332the program execution twice: first for the variable changing value, then
15333for the watchpoint going out of scope.
15334
15335@smallexample
15336(@value{GDBP})
15337-break-watch C
15338^done,wpt=@{number="5",exp="C"@}
15339(@value{GDBP})
15340-exec-continue
15341^running
15342^done,reason="watchpoint-trigger",
15343wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
15344frame=@{func="callee4",args=[],
15345file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15346(@value{GDBP})
15347-exec-continue
15348^running
15349^done,reason="watchpoint-scope",wpnum="5",
15350frame=@{func="callee3",args=[@{name="strarg",
15351value="0x11940 \"A string argument.\""@}],
15352file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15353(@value{GDBP})
15354@end smallexample
15355
15356Listing breakpoints and watchpoints, at different points in the program
15357execution. Note that once the watchpoint goes out of scope, it is
15358deleted.
15359
15360@smallexample
15361(@value{GDBP})
15362-break-watch C
15363^done,wpt=@{number="2",exp="C"@}
15364(@value{GDBP})
15365-break-list
15366^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15367hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15368@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15369@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15370@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15371@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15372@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15373body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15374addr="0x00010734",func="callee4",
15375file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15376bkpt=@{number="2",type="watchpoint",disp="keep",
15377enabled="y",addr="",what="C",times="0"@}]@}
15378(@value{GDBP})
15379-exec-continue
15380^running
15381^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
15382value=@{old="-276895068",new="3"@},
15383frame=@{func="callee4",args=[],
15384file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15385(@value{GDBP})
15386-break-list
15387^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15388hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15389@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15390@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15391@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15392@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15393@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15394body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15395addr="0x00010734",func="callee4",
15396file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15397bkpt=@{number="2",type="watchpoint",disp="keep",
15398enabled="y",addr="",what="C",times="-5"@}]@}
15399(@value{GDBP})
15400-exec-continue
15401^running
15402^done,reason="watchpoint-scope",wpnum="2",
15403frame=@{func="callee3",args=[@{name="strarg",
15404value="0x11940 \"A string argument.\""@}],
15405file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15406(@value{GDBP})
15407-break-list
15408^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15409hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15410@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15411@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15412@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15413@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15414@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15415body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15416addr="0x00010734",func="callee4",
15417file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
15418(@value{GDBP})
15419@end smallexample
15420
15421@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15422@node GDB/MI Data Manipulation
15423@section @sc{gdb/mi} Data Manipulation
15424
15425@cindex data manipulation, in @sc{gdb/mi}
15426@cindex @sc{gdb/mi}, data manipulation
15427This section describes the @sc{gdb/mi} commands that manipulate data:
15428examine memory and registers, evaluate expressions, etc.
15429
15430@c REMOVED FROM THE INTERFACE.
15431@c @subheading -data-assign
15432@c Change the value of a program variable. Plenty of side effects.
15433@c @subsubheading GDB command
15434@c set variable
15435@c @subsubheading Example
15436@c N.A.
15437
15438@subheading The @code{-data-disassemble} Command
15439@findex -data-disassemble
15440
15441@subsubheading Synopsis
15442
15443@smallexample
15444 -data-disassemble
15445 [ -s @var{start-addr} -e @var{end-addr} ]
15446 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
15447 -- @var{mode}
15448@end smallexample
15449
15450@noindent
15451Where:
15452
15453@table @samp
15454@item @var{start-addr}
15455is the beginning address (or @code{$pc})
15456@item @var{end-addr}
15457is the end address
15458@item @var{filename}
15459is the name of the file to disassemble
15460@item @var{linenum}
15461is the line number to disassemble around
15462@item @var{lines}
15463is the the number of disassembly lines to be produced. If it is -1,
15464the whole function will be disassembled, in case no @var{end-addr} is
15465specified. If @var{end-addr} is specified as a non-zero value, and
15466@var{lines} is lower than the number of disassembly lines between
15467@var{start-addr} and @var{end-addr}, only @var{lines} lines are
15468displayed; if @var{lines} is higher than the number of lines between
15469@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
15470are displayed.
15471@item @var{mode}
15472is either 0 (meaning only disassembly) or 1 (meaning mixed source and
15473disassembly).
15474@end table
15475
15476@subsubheading Result
15477
15478The output for each instruction is composed of four fields:
15479
15480@itemize @bullet
15481@item Address
15482@item Func-name
15483@item Offset
15484@item Instruction
15485@end itemize
15486
15487Note that whatever included in the instruction field, is not manipulated
15488directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
15489
15490@subsubheading @value{GDBN} Command
15491
15492There's no direct mapping from this command to the CLI.
15493
15494@subsubheading Example
15495
15496Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
15497
15498@smallexample
15499(@value{GDBP})
15500-data-disassemble -s $pc -e "$pc + 20" -- 0
15501^done,
15502asm_insns=[
15503@{address="0x000107c0",func-name="main",offset="4",
15504inst="mov 2, %o0"@},
15505@{address="0x000107c4",func-name="main",offset="8",
15506inst="sethi %hi(0x11800), %o2"@},
15507@{address="0x000107c8",func-name="main",offset="12",
15508inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
15509@{address="0x000107cc",func-name="main",offset="16",
15510inst="sethi %hi(0x11800), %o2"@},
15511@{address="0x000107d0",func-name="main",offset="20",
15512inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
15513(@value{GDBP})
15514@end smallexample
15515
15516Disassemble the whole @code{main} function. Line 32 is part of
15517@code{main}.
15518
15519@smallexample
15520-data-disassemble -f basics.c -l 32 -- 0
15521^done,asm_insns=[
15522@{address="0x000107bc",func-name="main",offset="0",
15523inst="save %sp, -112, %sp"@},
15524@{address="0x000107c0",func-name="main",offset="4",
15525inst="mov 2, %o0"@},
15526@{address="0x000107c4",func-name="main",offset="8",
15527inst="sethi %hi(0x11800), %o2"@},
15528[@dots{}]
15529@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
15530@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
15531(@value{GDBP})
15532@end smallexample
15533
15534Disassemble 3 instructions from the start of @code{main}:
15535
15536@smallexample
15537(@value{GDBP})
15538-data-disassemble -f basics.c -l 32 -n 3 -- 0
15539^done,asm_insns=[
15540@{address="0x000107bc",func-name="main",offset="0",
15541inst="save %sp, -112, %sp"@},
15542@{address="0x000107c0",func-name="main",offset="4",
15543inst="mov 2, %o0"@},
15544@{address="0x000107c4",func-name="main",offset="8",
15545inst="sethi %hi(0x11800), %o2"@}]
15546(@value{GDBP})
15547@end smallexample
15548
15549Disassemble 3 instructions from the start of @code{main} in mixed mode:
15550
15551@smallexample
15552(@value{GDBP})
15553-data-disassemble -f basics.c -l 32 -n 3 -- 1
15554^done,asm_insns=[
15555src_and_asm_line=@{line="31",
15556file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15557 testsuite/gdb.mi/basics.c",line_asm_insn=[
15558@{address="0x000107bc",func-name="main",offset="0",
15559inst="save %sp, -112, %sp"@}]@},
15560src_and_asm_line=@{line="32",
15561file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15562 testsuite/gdb.mi/basics.c",line_asm_insn=[
15563@{address="0x000107c0",func-name="main",offset="4",
15564inst="mov 2, %o0"@},
15565@{address="0x000107c4",func-name="main",offset="8",
15566inst="sethi %hi(0x11800), %o2"@}]@}]
15567(@value{GDBP})
15568@end smallexample
15569
15570
15571@subheading The @code{-data-evaluate-expression} Command
15572@findex -data-evaluate-expression
15573
15574@subsubheading Synopsis
15575
15576@smallexample
15577 -data-evaluate-expression @var{expr}
15578@end smallexample
15579
15580Evaluate @var{expr} as an expression. The expression could contain an
15581inferior function call. The function call will execute synchronously.
15582If the expression contains spaces, it must be enclosed in double quotes.
15583
15584@subsubheading @value{GDBN} Command
15585
15586The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
15587@samp{call}. In @code{gdbtk} only, there's a corresponding
15588@samp{gdb_eval} command.
15589
15590@subsubheading Example
15591
15592In the following example, the numbers that precede the commands are the
15593@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
15594Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
15595output.
15596
15597@smallexample
15598211-data-evaluate-expression A
15599211^done,value="1"
15600(@value{GDBP})
15601311-data-evaluate-expression &A
15602311^done,value="0xefffeb7c"
15603(@value{GDBP})
15604411-data-evaluate-expression A+3
15605411^done,value="4"
15606(@value{GDBP})
15607511-data-evaluate-expression "A + 3"
15608511^done,value="4"
15609(@value{GDBP})
15610@end smallexample
15611
15612
15613@subheading The @code{-data-list-changed-registers} Command
15614@findex -data-list-changed-registers
15615
15616@subsubheading Synopsis
15617
15618@smallexample
15619 -data-list-changed-registers
15620@end smallexample
15621
15622Display a list of the registers that have changed.
15623
15624@subsubheading @value{GDBN} Command
15625
15626@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
15627has the corresponding command @samp{gdb_changed_register_list}.
15628
15629@subsubheading Example
15630
15631On a PPC MBX board:
15632
15633@smallexample
15634(@value{GDBP})
15635-exec-continue
15636^running
15637
15638(@value{GDBP})
15639*stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
15640args=[],file="try.c",line="5"@}
15641(@value{GDBP})
15642-data-list-changed-registers
15643^done,changed-registers=["0","1","2","4","5","6","7","8","9",
15644"10","11","13","14","15","16","17","18","19","20","21","22","23",
15645"24","25","26","27","28","30","31","64","65","66","67","69"]
15646(@value{GDBP})
15647@end smallexample
15648
15649
15650@subheading The @code{-data-list-register-names} Command
15651@findex -data-list-register-names
15652
15653@subsubheading Synopsis
15654
15655@smallexample
15656 -data-list-register-names [ ( @var{regno} )+ ]
15657@end smallexample
15658
15659Show a list of register names for the current target. If no arguments
15660are given, it shows a list of the names of all the registers. If
15661integer numbers are given as arguments, it will print a list of the
15662names of the registers corresponding to the arguments. To ensure
15663consistency between a register name and its number, the output list may
15664include empty register names.
15665
15666@subsubheading @value{GDBN} Command
15667
15668@value{GDBN} does not have a command which corresponds to
15669@samp{-data-list-register-names}. In @code{gdbtk} there is a
15670corresponding command @samp{gdb_regnames}.
15671
15672@subsubheading Example
15673
15674For the PPC MBX board:
15675@smallexample
15676(@value{GDBP})
15677-data-list-register-names
15678^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
15679"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
15680"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
15681"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
15682"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
15683"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
15684"", "pc","ps","cr","lr","ctr","xer"]
15685(@value{GDBP})
15686-data-list-register-names 1 2 3
15687^done,register-names=["r1","r2","r3"]
15688(@value{GDBP})
15689@end smallexample
15690
15691@subheading The @code{-data-list-register-values} Command
15692@findex -data-list-register-values
15693
15694@subsubheading Synopsis
15695
15696@smallexample
15697 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
15698@end smallexample
15699
15700Display the registers' contents. @var{fmt} is the format according to
15701which the registers' contents are to be returned, followed by an optional
15702list of numbers specifying the registers to display. A missing list of
15703numbers indicates that the contents of all the registers must be returned.
15704
15705Allowed formats for @var{fmt} are:
15706
15707@table @code
15708@item x
15709Hexadecimal
15710@item o
15711Octal
15712@item t
15713Binary
15714@item d
15715Decimal
15716@item r
15717Raw
15718@item N
15719Natural
15720@end table
15721
15722@subsubheading @value{GDBN} Command
15723
15724The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
15725all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
15726
15727@subsubheading Example
15728
15729For a PPC MBX board (note: line breaks are for readability only, they
15730don't appear in the actual output):
15731
15732@smallexample
15733(@value{GDBP})
15734-data-list-register-values r 64 65
15735^done,register-values=[@{number="64",value="0xfe00a300"@},
15736@{number="65",value="0x00029002"@}]
15737(@value{GDBP})
15738-data-list-register-values x
15739^done,register-values=[@{number="0",value="0xfe0043c8"@},
15740@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
15741@{number="3",value="0x0"@},@{number="4",value="0xa"@},
15742@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
15743@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
15744@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
15745@{number="11",value="0x1"@},@{number="12",value="0x0"@},
15746@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
15747@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
15748@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
15749@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
15750@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
15751@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
15752@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
15753@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
15754@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
15755@{number="31",value="0x0"@},@{number="32",value="0x0"@},
15756@{number="33",value="0x0"@},@{number="34",value="0x0"@},
15757@{number="35",value="0x0"@},@{number="36",value="0x0"@},
15758@{number="37",value="0x0"@},@{number="38",value="0x0"@},
15759@{number="39",value="0x0"@},@{number="40",value="0x0"@},
15760@{number="41",value="0x0"@},@{number="42",value="0x0"@},
15761@{number="43",value="0x0"@},@{number="44",value="0x0"@},
15762@{number="45",value="0x0"@},@{number="46",value="0x0"@},
15763@{number="47",value="0x0"@},@{number="48",value="0x0"@},
15764@{number="49",value="0x0"@},@{number="50",value="0x0"@},
15765@{number="51",value="0x0"@},@{number="52",value="0x0"@},
15766@{number="53",value="0x0"@},@{number="54",value="0x0"@},
15767@{number="55",value="0x0"@},@{number="56",value="0x0"@},
15768@{number="57",value="0x0"@},@{number="58",value="0x0"@},
15769@{number="59",value="0x0"@},@{number="60",value="0x0"@},
15770@{number="61",value="0x0"@},@{number="62",value="0x0"@},
15771@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
15772@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
15773@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
15774@{number="69",value="0x20002b03"@}]
15775(@value{GDBP})
15776@end smallexample
15777
15778
15779@subheading The @code{-data-read-memory} Command
15780@findex -data-read-memory
15781
15782@subsubheading Synopsis
15783
15784@smallexample
15785 -data-read-memory [ -o @var{byte-offset} ]
15786 @var{address} @var{word-format} @var{word-size}
15787 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
15788@end smallexample
15789
15790@noindent
15791where:
15792
15793@table @samp
15794@item @var{address}
15795An expression specifying the address of the first memory word to be
15796read. Complex expressions containing embedded white space should be
15797quoted using the C convention.
15798
15799@item @var{word-format}
15800The format to be used to print the memory words. The notation is the
15801same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
15802,Output formats}).
15803
15804@item @var{word-size}
15805The size of each memory word in bytes.
15806
15807@item @var{nr-rows}
15808The number of rows in the output table.
15809
15810@item @var{nr-cols}
15811The number of columns in the output table.
15812
15813@item @var{aschar}
15814If present, indicates that each row should include an @sc{ascii} dump. The
15815value of @var{aschar} is used as a padding character when a byte is not a
15816member of the printable @sc{ascii} character set (printable @sc{ascii}
15817characters are those whose code is between 32 and 126, inclusively).
15818
15819@item @var{byte-offset}
15820An offset to add to the @var{address} before fetching memory.
15821@end table
15822
15823This command displays memory contents as a table of @var{nr-rows} by
15824@var{nr-cols} words, each word being @var{word-size} bytes. In total,
15825@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
15826(returned as @samp{total-bytes}). Should less than the requested number
15827of bytes be returned by the target, the missing words are identified
15828using @samp{N/A}. The number of bytes read from the target is returned
15829in @samp{nr-bytes} and the starting address used to read memory in
15830@samp{addr}.
15831
15832The address of the next/previous row or page is available in
15833@samp{next-row} and @samp{prev-row}, @samp{next-page} and
15834@samp{prev-page}.
15835
15836@subsubheading @value{GDBN} Command
15837
15838The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
15839@samp{gdb_get_mem} memory read command.
15840
15841@subsubheading Example
15842
15843Read six bytes of memory starting at @code{bytes+6} but then offset by
15844@code{-6} bytes. Format as three rows of two columns. One byte per
15845word. Display each word in hex.
15846
15847@smallexample
15848(@value{GDBP})
158499-data-read-memory -o -6 -- bytes+6 x 1 3 2
158509^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
15851next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
15852prev-page="0x0000138a",memory=[
15853@{addr="0x00001390",data=["0x00","0x01"]@},
15854@{addr="0x00001392",data=["0x02","0x03"]@},
15855@{addr="0x00001394",data=["0x04","0x05"]@}]
15856(@value{GDBP})
15857@end smallexample
15858
15859Read two bytes of memory starting at address @code{shorts + 64} and
15860display as a single word formatted in decimal.
15861
15862@smallexample
15863(@value{GDBP})
158645-data-read-memory shorts+64 d 2 1 1
158655^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
15866next-row="0x00001512",prev-row="0x0000150e",
15867next-page="0x00001512",prev-page="0x0000150e",memory=[
15868@{addr="0x00001510",data=["128"]@}]
15869(@value{GDBP})
15870@end smallexample
15871
15872Read thirty two bytes of memory starting at @code{bytes+16} and format
15873as eight rows of four columns. Include a string encoding with @samp{x}
15874used as the non-printable character.
15875
15876@smallexample
15877(@value{GDBP})
158784-data-read-memory bytes+16 x 1 8 4 x
158794^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
15880next-row="0x000013c0",prev-row="0x0000139c",
15881next-page="0x000013c0",prev-page="0x00001380",memory=[
15882@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
15883@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
15884@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
15885@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
15886@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
15887@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
15888@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
15889@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
15890(@value{GDBP})
15891@end smallexample
15892
15893@subheading The @code{-display-delete} Command
15894@findex -display-delete
15895
15896@subsubheading Synopsis
15897
15898@smallexample
15899 -display-delete @var{number}
15900@end smallexample
15901
15902Delete the display @var{number}.
15903
15904@subsubheading @value{GDBN} Command
15905
15906The corresponding @value{GDBN} command is @samp{delete display}.
15907
15908@subsubheading Example
15909N.A.
15910
15911
15912@subheading The @code{-display-disable} Command
15913@findex -display-disable
15914
15915@subsubheading Synopsis
15916
15917@smallexample
15918 -display-disable @var{number}
15919@end smallexample
15920
15921Disable display @var{number}.
15922
15923@subsubheading @value{GDBN} Command
15924
15925The corresponding @value{GDBN} command is @samp{disable display}.
15926
15927@subsubheading Example
15928N.A.
15929
15930
15931@subheading The @code{-display-enable} Command
15932@findex -display-enable
15933
15934@subsubheading Synopsis
15935
15936@smallexample
15937 -display-enable @var{number}
15938@end smallexample
15939
15940Enable display @var{number}.
15941
15942@subsubheading @value{GDBN} Command
15943
15944The corresponding @value{GDBN} command is @samp{enable display}.
15945
15946@subsubheading Example
15947N.A.
15948
15949
15950@subheading The @code{-display-insert} Command
15951@findex -display-insert
15952
15953@subsubheading Synopsis
15954
15955@smallexample
15956 -display-insert @var{expression}
15957@end smallexample
15958
15959Display @var{expression} every time the program stops.
15960
15961@subsubheading @value{GDBN} Command
15962
15963The corresponding @value{GDBN} command is @samp{display}.
15964
15965@subsubheading Example
15966N.A.
15967
15968
15969@subheading The @code{-display-list} Command
15970@findex -display-list
15971
15972@subsubheading Synopsis
15973
15974@smallexample
15975 -display-list
15976@end smallexample
15977
15978List the displays. Do not show the current values.
15979
15980@subsubheading @value{GDBN} Command
15981
15982The corresponding @value{GDBN} command is @samp{info display}.
15983
15984@subsubheading Example
15985N.A.
15986
15987
15988@subheading The @code{-environment-cd} Command
15989@findex -environment-cd
15990
15991@subsubheading Synopsis
15992
15993@smallexample
15994 -environment-cd @var{pathdir}
15995@end smallexample
15996
15997Set @value{GDBN}'s working directory.
15998
15999@subsubheading @value{GDBN} Command
16000
16001The corresponding @value{GDBN} command is @samp{cd}.
16002
16003@subsubheading Example
16004
16005@smallexample
16006(@value{GDBP})
16007-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
16008^done
16009(@value{GDBP})
16010@end smallexample
16011
16012
16013@subheading The @code{-environment-directory} Command
16014@findex -environment-directory
16015
16016@subsubheading Synopsis
16017
16018@smallexample
16019 -environment-directory [ -r ] [ @var{pathdir} ]+
16020@end smallexample
16021
16022Add directories @var{pathdir} to beginning of search path for source files.
16023If the @samp{-r} option is used, the search path is reset to the default
16024search path. If directories @var{pathdir} are supplied in addition to the
16025@samp{-r} option, the search path is first reset and then addition
16026occurs as normal.
16027Multiple directories may be specified, separated by blanks. Specifying
16028multiple directories in a single command
16029results in the directories added to the beginning of the
16030search path in the same order they were presented in the command.
16031If blanks are needed as
16032part of a directory name, double-quotes should be used around
16033the name. In the command output, the path will show up separated
16034by the system directory-separator character. The directory-seperator
16035character must not be used
16036in any directory name.
16037If no directories are specified, the current search path is displayed.
16038
16039@subsubheading @value{GDBN} Command
16040
16041The corresponding @value{GDBN} command is @samp{dir}.
16042
16043@subsubheading Example
16044
16045@smallexample
16046(@value{GDBP})
16047-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
16048^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
16049(@value{GDBP})
16050-environment-directory ""
16051^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
16052(@value{GDBP})
16053-environment-directory -r /home/jjohnstn/src/gdb /usr/src
16054^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
16055(@value{GDBP})
16056-environment-directory -r
16057^done,source-path="$cdir:$cwd"
16058(@value{GDBP})
16059@end smallexample
16060
16061
16062@subheading The @code{-environment-path} Command
16063@findex -environment-path
16064
16065@subsubheading Synopsis
16066
16067@smallexample
16068 -environment-path [ -r ] [ @var{pathdir} ]+
16069@end smallexample
16070
16071Add directories @var{pathdir} to beginning of search path for object files.
16072If the @samp{-r} option is used, the search path is reset to the original
16073search path that existed at gdb start-up. If directories @var{pathdir} are
16074supplied in addition to the
16075@samp{-r} option, the search path is first reset and then addition
16076occurs as normal.
16077Multiple directories may be specified, separated by blanks. Specifying
16078multiple directories in a single command
16079results in the directories added to the beginning of the
16080search path in the same order they were presented in the command.
16081If blanks are needed as
16082part of a directory name, double-quotes should be used around
16083the name. In the command output, the path will show up separated
16084by the system directory-separator character. The directory-seperator
16085character must not be used
16086in any directory name.
16087If no directories are specified, the current path is displayed.
16088
16089
16090@subsubheading @value{GDBN} Command
16091
16092The corresponding @value{GDBN} command is @samp{path}.
16093
16094@subsubheading Example
16095
16096@smallexample
16097(@value{GDBP})
16098-environment-path
16099^done,path="/usr/bin"
16100(@value{GDBP})
16101-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
16102^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
16103(@value{GDBP})
16104-environment-path -r /usr/local/bin
16105^done,path="/usr/local/bin:/usr/bin"
16106(@value{GDBP})
16107@end smallexample
16108
16109
16110@subheading The @code{-environment-pwd} Command
16111@findex -environment-pwd
16112
16113@subsubheading Synopsis
16114
16115@smallexample
16116 -environment-pwd
16117@end smallexample
16118
16119Show the current working directory.
16120
16121@subsubheading @value{GDBN} command
16122
16123The corresponding @value{GDBN} command is @samp{pwd}.
16124
16125@subsubheading Example
16126
16127@smallexample
16128(@value{GDBP})
16129-environment-pwd
16130^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
16131(@value{GDBP})
16132@end smallexample
16133
16134@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16135@node GDB/MI Program Control
16136@section @sc{gdb/mi} Program control
16137
16138@subsubheading Program termination
16139
16140As a result of execution, the inferior program can run to completion, if
16141it doesn't encounter any breakpoints. In this case the output will
16142include an exit code, if the program has exited exceptionally.
16143
16144@subsubheading Examples
16145
16146@noindent
16147Program exited normally:
16148
16149@smallexample
16150(@value{GDBP})
16151-exec-run
16152^running
16153(@value{GDBP})
16154x = 55
16155*stopped,reason="exited-normally"
16156(@value{GDBP})
16157@end smallexample
16158
16159@noindent
16160Program exited exceptionally:
16161
16162@smallexample
16163(@value{GDBP})
16164-exec-run
16165^running
16166(@value{GDBP})
16167x = 55
16168*stopped,reason="exited",exit-code="01"
16169(@value{GDBP})
16170@end smallexample
16171
16172Another way the program can terminate is if it receives a signal such as
16173@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
16174
16175@smallexample
16176(@value{GDBP})
16177*stopped,reason="exited-signalled",signal-name="SIGINT",
16178signal-meaning="Interrupt"
16179@end smallexample
16180
16181
16182@subheading The @code{-exec-abort} Command
16183@findex -exec-abort
16184
16185@subsubheading Synopsis
16186
16187@smallexample
16188 -exec-abort
16189@end smallexample
16190
16191Kill the inferior running program.
16192
16193@subsubheading @value{GDBN} Command
16194
16195The corresponding @value{GDBN} command is @samp{kill}.
16196
16197@subsubheading Example
16198N.A.
16199
16200
16201@subheading The @code{-exec-arguments} Command
16202@findex -exec-arguments
16203
16204@subsubheading Synopsis
16205
16206@smallexample
16207 -exec-arguments @var{args}
16208@end smallexample
16209
16210Set the inferior program arguments, to be used in the next
16211@samp{-exec-run}.
16212
16213@subsubheading @value{GDBN} Command
16214
16215The corresponding @value{GDBN} command is @samp{set args}.
16216
16217@subsubheading Example
16218
16219@c FIXME!
16220Don't have one around.
16221
16222
16223@subheading The @code{-exec-continue} Command
16224@findex -exec-continue
16225
16226@subsubheading Synopsis
16227
16228@smallexample
16229 -exec-continue
16230@end smallexample
16231
16232Asynchronous command. Resumes the execution of the inferior program
16233until a breakpoint is encountered, or until the inferior exits.
16234
16235@subsubheading @value{GDBN} Command
16236
16237The corresponding @value{GDBN} corresponding is @samp{continue}.
16238
16239@subsubheading Example
16240
16241@smallexample
16242-exec-continue
16243^running
16244(@value{GDBP})
16245@@Hello world
16246*stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
16247file="hello.c",line="13"@}
16248(@value{GDBP})
16249@end smallexample
16250
16251
16252@subheading The @code{-exec-finish} Command
16253@findex -exec-finish
16254
16255@subsubheading Synopsis
16256
16257@smallexample
16258 -exec-finish
16259@end smallexample
16260
16261Asynchronous command. Resumes the execution of the inferior program
16262until the current function is exited. Displays the results returned by
16263the function.
16264
16265@subsubheading @value{GDBN} Command
16266
16267The corresponding @value{GDBN} command is @samp{finish}.
16268
16269@subsubheading Example
16270
16271Function returning @code{void}.
16272
16273@smallexample
16274-exec-finish
16275^running
16276(@value{GDBP})
16277@@hello from foo
16278*stopped,reason="function-finished",frame=@{func="main",args=[],
16279file="hello.c",line="7"@}
16280(@value{GDBP})
16281@end smallexample
16282
16283Function returning other than @code{void}. The name of the internal
16284@value{GDBN} variable storing the result is printed, together with the
16285value itself.
16286
16287@smallexample
16288-exec-finish
16289^running
16290(@value{GDBP})
16291*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
16292args=[@{name="a",value="1"],@{name="b",value="9"@}@},
16293file="recursive2.c",line="14"@},
16294gdb-result-var="$1",return-value="0"
16295(@value{GDBP})
16296@end smallexample
16297
16298
16299@subheading The @code{-exec-interrupt} Command
16300@findex -exec-interrupt
16301
16302@subsubheading Synopsis
16303
16304@smallexample
16305 -exec-interrupt
16306@end smallexample
16307
16308Asynchronous command. Interrupts the background execution of the target.
16309Note how the token associated with the stop message is the one for the
16310execution command that has been interrupted. The token for the interrupt
16311itself only appears in the @samp{^done} output. If the user is trying to
16312interrupt a non-running program, an error message will be printed.
16313
16314@subsubheading @value{GDBN} Command
16315
16316The corresponding @value{GDBN} command is @samp{interrupt}.
16317
16318@subsubheading Example
16319
16320@smallexample
16321(@value{GDBP})
16322111-exec-continue
16323111^running
16324
16325(@value{GDBP})
16326222-exec-interrupt
16327222^done
16328(@value{GDBP})
16329111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
16330frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@}
16331(@value{GDBP})
16332
16333(@value{GDBP})
16334-exec-interrupt
16335^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
16336(@value{GDBP})
16337@end smallexample
16338
16339
16340@subheading The @code{-exec-next} Command
16341@findex -exec-next
16342
16343@subsubheading Synopsis
16344
16345@smallexample
16346 -exec-next
16347@end smallexample
16348
16349Asynchronous command. Resumes execution of the inferior program, stopping
16350when the beginning of the next source line is reached.
16351
16352@subsubheading @value{GDBN} Command
16353
16354The corresponding @value{GDBN} command is @samp{next}.
16355
16356@subsubheading Example
16357
16358@smallexample
16359-exec-next
16360^running
16361(@value{GDBP})
16362*stopped,reason="end-stepping-range",line="8",file="hello.c"
16363(@value{GDBP})
16364@end smallexample
16365
16366
16367@subheading The @code{-exec-next-instruction} Command
16368@findex -exec-next-instruction
16369
16370@subsubheading Synopsis
16371
16372@smallexample
16373 -exec-next-instruction
16374@end smallexample
16375
16376Asynchronous command. Executes one machine instruction. If the
16377instruction is a function call continues until the function returns. If
16378the program stops at an instruction in the middle of a source line, the
16379address will be printed as well.
16380
16381@subsubheading @value{GDBN} Command
16382
16383The corresponding @value{GDBN} command is @samp{nexti}.
16384
16385@subsubheading Example
16386
16387@smallexample
16388(@value{GDBP})
16389-exec-next-instruction
16390^running
16391
16392(@value{GDBP})
16393*stopped,reason="end-stepping-range",
16394addr="0x000100d4",line="5",file="hello.c"
16395(@value{GDBP})
16396@end smallexample
16397
16398
16399@subheading The @code{-exec-return} Command
16400@findex -exec-return
16401
16402@subsubheading Synopsis
16403
16404@smallexample
16405 -exec-return
16406@end smallexample
16407
16408Makes current function return immediately. Doesn't execute the inferior.
16409Displays the new current frame.
16410
16411@subsubheading @value{GDBN} Command
16412
16413The corresponding @value{GDBN} command is @samp{return}.
16414
16415@subsubheading Example
16416
16417@smallexample
16418(@value{GDBP})
16419200-break-insert callee4
16420200^done,bkpt=@{number="1",addr="0x00010734",
16421file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16422(@value{GDBP})
16423000-exec-run
16424000^running
16425(@value{GDBP})
16426000*stopped,reason="breakpoint-hit",bkptno="1",
16427frame=@{func="callee4",args=[],
16428file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16429(@value{GDBP})
16430205-break-delete
16431205^done
16432(@value{GDBP})
16433111-exec-return
16434111^done,frame=@{level="0",func="callee3",
16435args=[@{name="strarg",
16436value="0x11940 \"A string argument.\""@}],
16437file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
16438(@value{GDBP})
16439@end smallexample
16440
16441
16442@subheading The @code{-exec-run} Command
16443@findex -exec-run
16444
16445@subsubheading Synopsis
16446
16447@smallexample
16448 -exec-run
16449@end smallexample
16450
16451Asynchronous command. Starts execution of the inferior from the
16452beginning. The inferior executes until either a breakpoint is
16453encountered or the program exits.
16454
16455@subsubheading @value{GDBN} Command
16456
16457The corresponding @value{GDBN} command is @samp{run}.
16458
16459@subsubheading Example
16460
16461@smallexample
16462(@value{GDBP})
16463-break-insert main
16464^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
16465(@value{GDBP})
16466-exec-run
16467^running
16468(@value{GDBP})
16469*stopped,reason="breakpoint-hit",bkptno="1",
16470frame=@{func="main",args=[],file="recursive2.c",line="4"@}
16471(@value{GDBP})
16472@end smallexample
16473
16474
16475@subheading The @code{-exec-show-arguments} Command
16476@findex -exec-show-arguments
16477
16478@subsubheading Synopsis
16479
16480@smallexample
16481 -exec-show-arguments
16482@end smallexample
16483
16484Print the arguments of the program.
16485
16486@subsubheading @value{GDBN} Command
16487
16488The corresponding @value{GDBN} command is @samp{show args}.
16489
16490@subsubheading Example
16491N.A.
16492
16493@c @subheading -exec-signal
16494
16495@subheading The @code{-exec-step} Command
16496@findex -exec-step
16497
16498@subsubheading Synopsis
16499
16500@smallexample
16501 -exec-step
16502@end smallexample
16503
16504Asynchronous command. Resumes execution of the inferior program, stopping
16505when the beginning of the next source line is reached, if the next
16506source line is not a function call. If it is, stop at the first
16507instruction of the called function.
16508
16509@subsubheading @value{GDBN} Command
16510
16511The corresponding @value{GDBN} command is @samp{step}.
16512
16513@subsubheading Example
16514
16515Stepping into a function:
16516
16517@smallexample
16518-exec-step
16519^running
16520(@value{GDBP})
16521*stopped,reason="end-stepping-range",
16522frame=@{func="foo",args=[@{name="a",value="10"@},
16523@{name="b",value="0"@}],file="recursive2.c",line="11"@}
16524(@value{GDBP})
16525@end smallexample
16526
16527Regular stepping:
16528
16529@smallexample
16530-exec-step
16531^running
16532(@value{GDBP})
16533*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
16534(@value{GDBP})
16535@end smallexample
16536
16537
16538@subheading The @code{-exec-step-instruction} Command
16539@findex -exec-step-instruction
16540
16541@subsubheading Synopsis
16542
16543@smallexample
16544 -exec-step-instruction
16545@end smallexample
16546
16547Asynchronous command. Resumes the inferior which executes one machine
16548instruction. The output, once @value{GDBN} has stopped, will vary depending on
16549whether we have stopped in the middle of a source line or not. In the
16550former case, the address at which the program stopped will be printed as
16551well.
16552
16553@subsubheading @value{GDBN} Command
16554
16555The corresponding @value{GDBN} command is @samp{stepi}.
16556
16557@subsubheading Example
16558
16559@smallexample
16560(@value{GDBP})
16561-exec-step-instruction
16562^running
16563
16564(@value{GDBP})
16565*stopped,reason="end-stepping-range",
16566frame=@{func="foo",args=[],file="try.c",line="10"@}
16567(@value{GDBP})
16568-exec-step-instruction
16569^running
16570
16571(@value{GDBP})
16572*stopped,reason="end-stepping-range",
16573frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@}
16574(@value{GDBP})
16575@end smallexample
16576
16577
16578@subheading The @code{-exec-until} Command
16579@findex -exec-until
16580
16581@subsubheading Synopsis
16582
16583@smallexample
16584 -exec-until [ @var{location} ]
16585@end smallexample
16586
16587Asynchronous command. Executes the inferior until the @var{location}
16588specified in the argument is reached. If there is no argument, the inferior
16589executes until a source line greater than the current one is reached.
16590The reason for stopping in this case will be @samp{location-reached}.
16591
16592@subsubheading @value{GDBN} Command
16593
16594The corresponding @value{GDBN} command is @samp{until}.
16595
16596@subsubheading Example
16597
16598@smallexample
16599(@value{GDBP})
16600-exec-until recursive2.c:6
16601^running
16602(@value{GDBP})
16603x = 55
16604*stopped,reason="location-reached",frame=@{func="main",args=[],
16605file="recursive2.c",line="6"@}
16606(@value{GDBP})
16607@end smallexample
16608
16609@ignore
16610@subheading -file-clear
16611Is this going away????
16612@end ignore
16613
16614
16615@subheading The @code{-file-exec-and-symbols} Command
16616@findex -file-exec-and-symbols
16617
16618@subsubheading Synopsis
16619
16620@smallexample
16621 -file-exec-and-symbols @var{file}
16622@end smallexample
16623
16624Specify the executable file to be debugged. This file is the one from
16625which the symbol table is also read. If no file is specified, the
16626command clears the executable and symbol information. If breakpoints
16627are set when using this command with no arguments, @value{GDBN} will produce
16628error messages. Otherwise, no output is produced, except a completion
16629notification.
16630
16631@subsubheading @value{GDBN} Command
16632
16633The corresponding @value{GDBN} command is @samp{file}.
16634
16635@subsubheading Example
16636
16637@smallexample
16638(@value{GDBP})
16639-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16640^done
16641(@value{GDBP})
16642@end smallexample
16643
16644
16645@subheading The @code{-file-exec-file} Command
16646@findex -file-exec-file
16647
16648@subsubheading Synopsis
16649
16650@smallexample
16651 -file-exec-file @var{file}
16652@end smallexample
16653
16654Specify the executable file to be debugged. Unlike
16655@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
16656from this file. If used without argument, @value{GDBN} clears the information
16657about the executable file. No output is produced, except a completion
16658notification.
16659
16660@subsubheading @value{GDBN} Command
16661
16662The corresponding @value{GDBN} command is @samp{exec-file}.
16663
16664@subsubheading Example
16665
16666@smallexample
16667(@value{GDBP})
16668-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16669^done
16670(@value{GDBP})
16671@end smallexample
16672
16673
16674@subheading The @code{-file-list-exec-sections} Command
16675@findex -file-list-exec-sections
16676
16677@subsubheading Synopsis
16678
16679@smallexample
16680 -file-list-exec-sections
16681@end smallexample
16682
16683List the sections of the current executable file.
16684
16685@subsubheading @value{GDBN} Command
16686
16687The @value{GDBN} command @samp{info file} shows, among the rest, the same
16688information as this command. @code{gdbtk} has a corresponding command
16689@samp{gdb_load_info}.
16690
16691@subsubheading Example
16692N.A.
16693
16694
1abaf70c
BR
16695@subheading The @code{-file-list-exec-source-file} Command
16696@findex -file-list-exec-source-file
16697
16698@subsubheading Synopsis
16699
16700@smallexample
16701 -file-list-exec-source-file
16702@end smallexample
16703
16704List the line number, the current source file, and the absolute path
16705to the current source file for the current executable.
16706
16707@subsubheading @value{GDBN} Command
16708
16709There's no @value{GDBN} command which directly corresponds to this one.
16710
16711@subsubheading Example
16712
16713@smallexample
16714(@value{GDBP})
16715123-file-list-exec-source-file
16716123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
16717(@value{GDBP})
16718@end smallexample
16719
16720
922fbb7b
AC
16721@subheading The @code{-file-list-exec-source-files} Command
16722@findex -file-list-exec-source-files
16723
16724@subsubheading Synopsis
16725
16726@smallexample
16727 -file-list-exec-source-files
16728@end smallexample
16729
16730List the source files for the current executable.
16731
16732@subsubheading @value{GDBN} Command
16733
16734There's no @value{GDBN} command which directly corresponds to this one.
16735@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
16736
16737@subsubheading Example
16738N.A.
16739
16740
16741@subheading The @code{-file-list-shared-libraries} Command
16742@findex -file-list-shared-libraries
16743
16744@subsubheading Synopsis
16745
16746@smallexample
16747 -file-list-shared-libraries
16748@end smallexample
16749
16750List the shared libraries in the program.
16751
16752@subsubheading @value{GDBN} Command
16753
16754The corresponding @value{GDBN} command is @samp{info shared}.
16755
16756@subsubheading Example
16757N.A.
16758
16759
16760@subheading The @code{-file-list-symbol-files} Command
16761@findex -file-list-symbol-files
16762
16763@subsubheading Synopsis
16764
16765@smallexample
16766 -file-list-symbol-files
16767@end smallexample
16768
16769List symbol files.
16770
16771@subsubheading @value{GDBN} Command
16772
16773The corresponding @value{GDBN} command is @samp{info file} (part of it).
16774
16775@subsubheading Example
16776N.A.
16777
16778
16779@subheading The @code{-file-symbol-file} Command
16780@findex -file-symbol-file
16781
16782@subsubheading Synopsis
16783
16784@smallexample
16785 -file-symbol-file @var{file}
16786@end smallexample
16787
16788Read symbol table info from the specified @var{file} argument. When
16789used without arguments, clears @value{GDBN}'s symbol table info. No output is
16790produced, except for a completion notification.
16791
16792@subsubheading @value{GDBN} Command
16793
16794The corresponding @value{GDBN} command is @samp{symbol-file}.
16795
16796@subsubheading Example
16797
16798@smallexample
16799(@value{GDBP})
16800-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16801^done
16802(@value{GDBP})
16803@end smallexample
16804
16805@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16806@node GDB/MI Miscellaneous Commands
16807@section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
16808
16809@c @subheading -gdb-complete
16810
16811@subheading The @code{-gdb-exit} Command
16812@findex -gdb-exit
16813
16814@subsubheading Synopsis
16815
16816@smallexample
16817 -gdb-exit
16818@end smallexample
16819
16820Exit @value{GDBN} immediately.
16821
16822@subsubheading @value{GDBN} Command
16823
16824Approximately corresponds to @samp{quit}.
16825
16826@subsubheading Example
16827
16828@smallexample
16829(@value{GDBP})
16830-gdb-exit
16831@end smallexample
16832
16833@subheading The @code{-gdb-set} Command
16834@findex -gdb-set
16835
16836@subsubheading Synopsis
16837
16838@smallexample
16839 -gdb-set
16840@end smallexample
16841
16842Set an internal @value{GDBN} variable.
16843@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
16844
16845@subsubheading @value{GDBN} Command
16846
16847The corresponding @value{GDBN} command is @samp{set}.
16848
16849@subsubheading Example
16850
16851@smallexample
16852(@value{GDBP})
16853-gdb-set $foo=3
16854^done
16855(@value{GDBP})
16856@end smallexample
16857
16858
16859@subheading The @code{-gdb-show} Command
16860@findex -gdb-show
16861
16862@subsubheading Synopsis
16863
16864@smallexample
16865 -gdb-show
16866@end smallexample
16867
16868Show the current value of a @value{GDBN} variable.
16869
16870@subsubheading @value{GDBN} command
16871
16872The corresponding @value{GDBN} command is @samp{show}.
16873
16874@subsubheading Example
16875
16876@smallexample
16877(@value{GDBP})
16878-gdb-show annotate
16879^done,value="0"
16880(@value{GDBP})
16881@end smallexample
16882
16883@c @subheading -gdb-source
16884
16885
16886@subheading The @code{-gdb-version} Command
16887@findex -gdb-version
16888
16889@subsubheading Synopsis
16890
16891@smallexample
16892 -gdb-version
16893@end smallexample
16894
16895Show version information for @value{GDBN}. Used mostly in testing.
16896
16897@subsubheading @value{GDBN} Command
16898
16899There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
16900information when you start an interactive session.
16901
16902@subsubheading Example
16903
16904@c This example modifies the actual output from GDB to avoid overfull
16905@c box in TeX.
16906@smallexample
16907(@value{GDBP})
16908-gdb-version
16909~GNU gdb 5.2.1
16910~Copyright 2000 Free Software Foundation, Inc.
16911~GDB is free software, covered by the GNU General Public License, and
16912~you are welcome to change it and/or distribute copies of it under
16913~ certain conditions.
16914~Type "show copying" to see the conditions.
16915~There is absolutely no warranty for GDB. Type "show warranty" for
16916~ details.
16917~This GDB was configured as
16918 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
16919^done
16920(@value{GDBP})
16921@end smallexample
16922
16923@subheading The @code{-interpreter-exec} Command
16924@findex -interpreter-exec
16925
16926@subheading Synopsis
16927
16928@smallexample
16929-interpreter-exec @var{interpreter} @var{command}
16930@end smallexample
16931
16932Execute the specified @var{command} in the given @var{interpreter}.
16933
16934@subheading @value{GDBN} Command
16935
16936The corresponding @value{GDBN} command is @samp{interpreter-exec}.
16937
16938@subheading Example
16939
16940@smallexample
16941(@value{GDBP})
16942-interpreter-exec console "break main"
16943&"During symbol reading, couldn't parse type; debugger out of date?.\n"
16944&"During symbol reading, bad structure-type format.\n"
16945~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
16946^done
16947(@value{GDBP})
16948@end smallexample
16949
16950@ignore
16951@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16952@node GDB/MI Kod Commands
16953@section @sc{gdb/mi} Kod Commands
16954
16955The Kod commands are not implemented.
16956
16957@c @subheading -kod-info
16958
16959@c @subheading -kod-list
16960
16961@c @subheading -kod-list-object-types
16962
16963@c @subheading -kod-show
16964
16965@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16966@node GDB/MI Memory Overlay Commands
16967@section @sc{gdb/mi} Memory Overlay Commands
16968
16969The memory overlay commands are not implemented.
16970
16971@c @subheading -overlay-auto
16972
16973@c @subheading -overlay-list-mapping-state
16974
16975@c @subheading -overlay-list-overlays
16976
16977@c @subheading -overlay-map
16978
16979@c @subheading -overlay-off
16980
16981@c @subheading -overlay-on
16982
16983@c @subheading -overlay-unmap
16984
16985@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16986@node GDB/MI Signal Handling Commands
16987@section @sc{gdb/mi} Signal Handling Commands
16988
16989Signal handling commands are not implemented.
16990
16991@c @subheading -signal-handle
16992
16993@c @subheading -signal-list-handle-actions
16994
16995@c @subheading -signal-list-signal-types
16996@end ignore
16997
16998
16999@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17000@node GDB/MI Stack Manipulation
17001@section @sc{gdb/mi} Stack Manipulation Commands
17002
17003
17004@subheading The @code{-stack-info-frame} Command
17005@findex -stack-info-frame
17006
17007@subsubheading Synopsis
17008
17009@smallexample
17010 -stack-info-frame
17011@end smallexample
17012
17013Get info on the current frame.
17014
17015@subsubheading @value{GDBN} Command
17016
17017The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
17018(without arguments).
17019
17020@subsubheading Example
17021N.A.
17022
17023@subheading The @code{-stack-info-depth} Command
17024@findex -stack-info-depth
17025
17026@subsubheading Synopsis
17027
17028@smallexample
17029 -stack-info-depth [ @var{max-depth} ]
17030@end smallexample
17031
17032Return the depth of the stack. If the integer argument @var{max-depth}
17033is specified, do not count beyond @var{max-depth} frames.
17034
17035@subsubheading @value{GDBN} Command
17036
17037There's no equivalent @value{GDBN} command.
17038
17039@subsubheading Example
17040
17041For a stack with frame levels 0 through 11:
17042
17043@smallexample
17044(@value{GDBP})
17045-stack-info-depth
17046^done,depth="12"
17047(@value{GDBP})
17048-stack-info-depth 4
17049^done,depth="4"
17050(@value{GDBP})
17051-stack-info-depth 12
17052^done,depth="12"
17053(@value{GDBP})
17054-stack-info-depth 11
17055^done,depth="11"
17056(@value{GDBP})
17057-stack-info-depth 13
17058^done,depth="12"
17059(@value{GDBP})
17060@end smallexample
17061
17062@subheading The @code{-stack-list-arguments} Command
17063@findex -stack-list-arguments
17064
17065@subsubheading Synopsis
17066
17067@smallexample
17068 -stack-list-arguments @var{show-values}
17069 [ @var{low-frame} @var{high-frame} ]
17070@end smallexample
17071
17072Display a list of the arguments for the frames between @var{low-frame}
17073and @var{high-frame} (inclusive). If @var{low-frame} and
17074@var{high-frame} are not provided, list the arguments for the whole call
17075stack.
17076
17077The @var{show-values} argument must have a value of 0 or 1. A value of
170780 means that only the names of the arguments are listed, a value of 1
17079means that both names and values of the arguments are printed.
17080
17081@subsubheading @value{GDBN} Command
17082
17083@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
17084@samp{gdb_get_args} command which partially overlaps with the
17085functionality of @samp{-stack-list-arguments}.
17086
17087@subsubheading Example
17088
17089@smallexample
17090(@value{GDBP})
17091-stack-list-frames
17092^done,
17093stack=[
17094frame=@{level="0",addr="0x00010734",func="callee4",
17095file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
17096frame=@{level="1",addr="0x0001076c",func="callee3",
17097file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
17098frame=@{level="2",addr="0x0001078c",func="callee2",
17099file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
17100frame=@{level="3",addr="0x000107b4",func="callee1",
17101file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
17102frame=@{level="4",addr="0x000107e0",func="main",
17103file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
17104(@value{GDBP})
17105-stack-list-arguments 0
17106^done,
17107stack-args=[
17108frame=@{level="0",args=[]@},
17109frame=@{level="1",args=[name="strarg"]@},
17110frame=@{level="2",args=[name="intarg",name="strarg"]@},
17111frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
17112frame=@{level="4",args=[]@}]
17113(@value{GDBP})
17114-stack-list-arguments 1
17115^done,
17116stack-args=[
17117frame=@{level="0",args=[]@},
17118frame=@{level="1",
17119 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
17120frame=@{level="2",args=[
17121@{name="intarg",value="2"@},
17122@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
17123@{frame=@{level="3",args=[
17124@{name="intarg",value="2"@},
17125@{name="strarg",value="0x11940 \"A string argument.\""@},
17126@{name="fltarg",value="3.5"@}]@},
17127frame=@{level="4",args=[]@}]
17128(@value{GDBP})
17129-stack-list-arguments 0 2 2
17130^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
17131(@value{GDBP})
17132-stack-list-arguments 1 2 2
17133^done,stack-args=[frame=@{level="2",
17134args=[@{name="intarg",value="2"@},
17135@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
17136(@value{GDBP})
17137@end smallexample
17138
17139@c @subheading -stack-list-exception-handlers
17140
17141
17142@subheading The @code{-stack-list-frames} Command
17143@findex -stack-list-frames
17144
17145@subsubheading Synopsis
17146
17147@smallexample
17148 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
17149@end smallexample
17150
17151List the frames currently on the stack. For each frame it displays the
17152following info:
17153
17154@table @samp
17155@item @var{level}
17156The frame number, 0 being the topmost frame, i.e. the innermost function.
17157@item @var{addr}
17158The @code{$pc} value for that frame.
17159@item @var{func}
17160Function name.
17161@item @var{file}
17162File name of the source file where the function lives.
17163@item @var{line}
17164Line number corresponding to the @code{$pc}.
17165@end table
17166
17167If invoked without arguments, this command prints a backtrace for the
17168whole stack. If given two integer arguments, it shows the frames whose
17169levels are between the two arguments (inclusive). If the two arguments
17170are equal, it shows the single frame at the corresponding level.
17171
17172@subsubheading @value{GDBN} Command
17173
17174The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
17175
17176@subsubheading Example
17177
17178Full stack backtrace:
17179
17180@smallexample
17181(@value{GDBP})
17182-stack-list-frames
17183^done,stack=
17184[frame=@{level="0",addr="0x0001076c",func="foo",
17185 file="recursive2.c",line="11"@},
17186frame=@{level="1",addr="0x000107a4",func="foo",
17187 file="recursive2.c",line="14"@},
17188frame=@{level="2",addr="0x000107a4",func="foo",
17189 file="recursive2.c",line="14"@},
17190frame=@{level="3",addr="0x000107a4",func="foo",
17191 file="recursive2.c",line="14"@},
17192frame=@{level="4",addr="0x000107a4",func="foo",
17193 file="recursive2.c",line="14"@},
17194frame=@{level="5",addr="0x000107a4",func="foo",
17195 file="recursive2.c",line="14"@},
17196frame=@{level="6",addr="0x000107a4",func="foo",
17197 file="recursive2.c",line="14"@},
17198frame=@{level="7",addr="0x000107a4",func="foo",
17199 file="recursive2.c",line="14"@},
17200frame=@{level="8",addr="0x000107a4",func="foo",
17201 file="recursive2.c",line="14"@},
17202frame=@{level="9",addr="0x000107a4",func="foo",
17203 file="recursive2.c",line="14"@},
17204frame=@{level="10",addr="0x000107a4",func="foo",
17205 file="recursive2.c",line="14"@},
17206frame=@{level="11",addr="0x00010738",func="main",
17207 file="recursive2.c",line="4"@}]
17208(@value{GDBP})
17209@end smallexample
17210
17211Show frames between @var{low_frame} and @var{high_frame}:
17212
17213@smallexample
17214(@value{GDBP})
17215-stack-list-frames 3 5
17216^done,stack=
17217[frame=@{level="3",addr="0x000107a4",func="foo",
17218 file="recursive2.c",line="14"@},
17219frame=@{level="4",addr="0x000107a4",func="foo",
17220 file="recursive2.c",line="14"@},
17221frame=@{level="5",addr="0x000107a4",func="foo",
17222 file="recursive2.c",line="14"@}]
17223(@value{GDBP})
17224@end smallexample
17225
17226Show a single frame:
17227
17228@smallexample
17229(@value{GDBP})
17230-stack-list-frames 3 3
17231^done,stack=
17232[frame=@{level="3",addr="0x000107a4",func="foo",
17233 file="recursive2.c",line="14"@}]
17234(@value{GDBP})
17235@end smallexample
17236
17237
17238@subheading The @code{-stack-list-locals} Command
17239@findex -stack-list-locals
17240
17241@subsubheading Synopsis
17242
17243@smallexample
17244 -stack-list-locals @var{print-values}
17245@end smallexample
17246
17247Display the local variable names for the current frame. With an
bc8ced35
NR
17248argument of 0 or @code{--no-values}, prints only the names of the variables.
17249With argument of 1 or @code{--all-values}, prints also their values. With
17250argument of 2 or @code{--simple-values}, prints the name, type and value for
17251simple data types and the name and type for arrays, structures and
17252unions. In this last case, the idea is that the user can see the
17253value of simple data types immediately and he can create variable
17254objects for other data types if he wishes to explore their values in
17255more detail.
922fbb7b
AC
17256
17257@subsubheading @value{GDBN} Command
17258
17259@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
17260
17261@subsubheading Example
17262
17263@smallexample
17264(@value{GDBP})
17265-stack-list-locals 0
17266^done,locals=[name="A",name="B",name="C"]
17267(@value{GDBP})
bc8ced35 17268-stack-list-locals --all-values
922fbb7b 17269^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
bc8ced35
NR
17270 @{name="C",value="@{1, 2, 3@}"@}]
17271-stack-list-locals --simple-values
17272^done,locals=[@{name="A",type="int",value="1"@},
17273 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
922fbb7b
AC
17274(@value{GDBP})
17275@end smallexample
17276
17277
17278@subheading The @code{-stack-select-frame} Command
17279@findex -stack-select-frame
17280
17281@subsubheading Synopsis
17282
17283@smallexample
17284 -stack-select-frame @var{framenum}
17285@end smallexample
17286
17287Change the current frame. Select a different frame @var{framenum} on
17288the stack.
17289
17290@subsubheading @value{GDBN} Command
17291
17292The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
17293@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
17294
17295@subsubheading Example
17296
17297@smallexample
17298(@value{GDBP})
17299-stack-select-frame 2
17300^done
17301(@value{GDBP})
17302@end smallexample
17303
17304@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17305@node GDB/MI Symbol Query
17306@section @sc{gdb/mi} Symbol Query Commands
17307
17308
17309@subheading The @code{-symbol-info-address} Command
17310@findex -symbol-info-address
17311
17312@subsubheading Synopsis
17313
17314@smallexample
17315 -symbol-info-address @var{symbol}
17316@end smallexample
17317
17318Describe where @var{symbol} is stored.
17319
17320@subsubheading @value{GDBN} Command
17321
17322The corresponding @value{GDBN} command is @samp{info address}.
17323
17324@subsubheading Example
17325N.A.
17326
17327
17328@subheading The @code{-symbol-info-file} Command
17329@findex -symbol-info-file
17330
17331@subsubheading Synopsis
17332
17333@smallexample
17334 -symbol-info-file
17335@end smallexample
17336
17337Show the file for the symbol.
17338
17339@subsubheading @value{GDBN} Command
17340
17341There's no equivalent @value{GDBN} command. @code{gdbtk} has
17342@samp{gdb_find_file}.
17343
17344@subsubheading Example
17345N.A.
17346
17347
17348@subheading The @code{-symbol-info-function} Command
17349@findex -symbol-info-function
17350
17351@subsubheading Synopsis
17352
17353@smallexample
17354 -symbol-info-function
17355@end smallexample
17356
17357Show which function the symbol lives in.
17358
17359@subsubheading @value{GDBN} Command
17360
17361@samp{gdb_get_function} in @code{gdbtk}.
17362
17363@subsubheading Example
17364N.A.
17365
17366
17367@subheading The @code{-symbol-info-line} Command
17368@findex -symbol-info-line
17369
17370@subsubheading Synopsis
17371
17372@smallexample
17373 -symbol-info-line
17374@end smallexample
17375
17376Show the core addresses of the code for a source line.
17377
17378@subsubheading @value{GDBN} Command
17379
71952f4c 17380The corresponding @value{GDBN} command is @samp{info line}.
922fbb7b
AC
17381@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
17382
17383@subsubheading Example
17384N.A.
17385
17386
17387@subheading The @code{-symbol-info-symbol} Command
17388@findex -symbol-info-symbol
17389
17390@subsubheading Synopsis
17391
17392@smallexample
17393 -symbol-info-symbol @var{addr}
17394@end smallexample
17395
17396Describe what symbol is at location @var{addr}.
17397
17398@subsubheading @value{GDBN} Command
17399
17400The corresponding @value{GDBN} command is @samp{info symbol}.
17401
17402@subsubheading Example
17403N.A.
17404
17405
17406@subheading The @code{-symbol-list-functions} Command
17407@findex -symbol-list-functions
17408
17409@subsubheading Synopsis
17410
17411@smallexample
17412 -symbol-list-functions
17413@end smallexample
17414
17415List the functions in the executable.
17416
17417@subsubheading @value{GDBN} Command
17418
17419@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
17420@samp{gdb_search} in @code{gdbtk}.
17421
17422@subsubheading Example
17423N.A.
17424
17425
32e7087d
JB
17426@subheading The @code{-symbol-list-lines} Command
17427@findex -symbol-list-lines
17428
17429@subsubheading Synopsis
17430
17431@smallexample
17432 -symbol-list-lines @var{filename}
17433@end smallexample
17434
17435Print the list of lines that contain code and their associated program
17436addresses for the given source filename. The entries are sorted in
17437ascending PC order.
17438
17439@subsubheading @value{GDBN} Command
17440
17441There is no corresponding @value{GDBN} command.
17442
17443@subsubheading Example
17444@smallexample
17445(@value{GDBP})
17446-symbol-list-lines basics.c
54ff5908 17447^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
32e7087d
JB
17448(@value{GDBP})
17449@end smallexample
17450
17451
922fbb7b
AC
17452@subheading The @code{-symbol-list-types} Command
17453@findex -symbol-list-types
17454
17455@subsubheading Synopsis
17456
17457@smallexample
17458 -symbol-list-types
17459@end smallexample
17460
17461List all the type names.
17462
17463@subsubheading @value{GDBN} Command
17464
17465The corresponding commands are @samp{info types} in @value{GDBN},
17466@samp{gdb_search} in @code{gdbtk}.
17467
17468@subsubheading Example
17469N.A.
17470
17471
17472@subheading The @code{-symbol-list-variables} Command
17473@findex -symbol-list-variables
17474
17475@subsubheading Synopsis
17476
17477@smallexample
17478 -symbol-list-variables
17479@end smallexample
17480
17481List all the global and static variable names.
17482
17483@subsubheading @value{GDBN} Command
17484
17485@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
17486
17487@subsubheading Example
17488N.A.
17489
17490
17491@subheading The @code{-symbol-locate} Command
17492@findex -symbol-locate
17493
17494@subsubheading Synopsis
17495
17496@smallexample
17497 -symbol-locate
17498@end smallexample
17499
17500@subsubheading @value{GDBN} Command
17501
17502@samp{gdb_loc} in @code{gdbtk}.
17503
17504@subsubheading Example
17505N.A.
17506
17507
17508@subheading The @code{-symbol-type} Command
17509@findex -symbol-type
17510
17511@subsubheading Synopsis
17512
17513@smallexample
17514 -symbol-type @var{variable}
17515@end smallexample
17516
17517Show type of @var{variable}.
17518
17519@subsubheading @value{GDBN} Command
17520
17521The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
17522@samp{gdb_obj_variable}.
17523
17524@subsubheading Example
17525N.A.
17526
17527
17528@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17529@node GDB/MI Target Manipulation
17530@section @sc{gdb/mi} Target Manipulation Commands
17531
17532
17533@subheading The @code{-target-attach} Command
17534@findex -target-attach
17535
17536@subsubheading Synopsis
17537
17538@smallexample
17539 -target-attach @var{pid} | @var{file}
17540@end smallexample
17541
17542Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
17543
17544@subsubheading @value{GDBN} command
17545
17546The corresponding @value{GDBN} command is @samp{attach}.
17547
17548@subsubheading Example
17549N.A.
17550
17551
17552@subheading The @code{-target-compare-sections} Command
17553@findex -target-compare-sections
17554
17555@subsubheading Synopsis
17556
17557@smallexample
17558 -target-compare-sections [ @var{section} ]
17559@end smallexample
17560
17561Compare data of section @var{section} on target to the exec file.
17562Without the argument, all sections are compared.
17563
17564@subsubheading @value{GDBN} Command
17565
17566The @value{GDBN} equivalent is @samp{compare-sections}.
17567
17568@subsubheading Example
17569N.A.
17570
17571
17572@subheading The @code{-target-detach} Command
17573@findex -target-detach
17574
17575@subsubheading Synopsis
17576
17577@smallexample
17578 -target-detach
17579@end smallexample
17580
17581Disconnect from the remote target. There's no output.
17582
17583@subsubheading @value{GDBN} command
17584
17585The corresponding @value{GDBN} command is @samp{detach}.
17586
17587@subsubheading Example
17588
17589@smallexample
17590(@value{GDBP})
17591-target-detach
17592^done
17593(@value{GDBP})
17594@end smallexample
17595
17596
07f31aa6
DJ
17597@subheading The @code{-target-disconnect} Command
17598@findex -target-disconnect
17599
17600@subsubheading Synopsis
17601
17602@example
17603 -target-disconnect
17604@end example
17605
17606Disconnect from the remote target. There's no output.
17607
17608@subsubheading @value{GDBN} command
17609
17610The corresponding @value{GDBN} command is @samp{disconnect}.
17611
17612@subsubheading Example
17613
17614@smallexample
17615(@value{GDBP})
17616-target-disconnect
17617^done
17618(@value{GDBP})
17619@end smallexample
17620
17621
922fbb7b
AC
17622@subheading The @code{-target-download} Command
17623@findex -target-download
17624
17625@subsubheading Synopsis
17626
17627@smallexample
17628 -target-download
17629@end smallexample
17630
17631Loads the executable onto the remote target.
17632It prints out an update message every half second, which includes the fields:
17633
17634@table @samp
17635@item section
17636The name of the section.
17637@item section-sent
17638The size of what has been sent so far for that section.
17639@item section-size
17640The size of the section.
17641@item total-sent
17642The total size of what was sent so far (the current and the previous sections).
17643@item total-size
17644The size of the overall executable to download.
17645@end table
17646
17647@noindent
17648Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
17649@sc{gdb/mi} Output Syntax}).
17650
17651In addition, it prints the name and size of the sections, as they are
17652downloaded. These messages include the following fields:
17653
17654@table @samp
17655@item section
17656The name of the section.
17657@item section-size
17658The size of the section.
17659@item total-size
17660The size of the overall executable to download.
17661@end table
17662
17663@noindent
17664At the end, a summary is printed.
17665
17666@subsubheading @value{GDBN} Command
17667
17668The corresponding @value{GDBN} command is @samp{load}.
17669
17670@subsubheading Example
17671
17672Note: each status message appears on a single line. Here the messages
17673have been broken down so that they can fit onto a page.
17674
17675@smallexample
17676(@value{GDBP})
17677-target-download
17678+download,@{section=".text",section-size="6668",total-size="9880"@}
17679+download,@{section=".text",section-sent="512",section-size="6668",
17680total-sent="512",total-size="9880"@}
17681+download,@{section=".text",section-sent="1024",section-size="6668",
17682total-sent="1024",total-size="9880"@}
17683+download,@{section=".text",section-sent="1536",section-size="6668",
17684total-sent="1536",total-size="9880"@}
17685+download,@{section=".text",section-sent="2048",section-size="6668",
17686total-sent="2048",total-size="9880"@}
17687+download,@{section=".text",section-sent="2560",section-size="6668",
17688total-sent="2560",total-size="9880"@}
17689+download,@{section=".text",section-sent="3072",section-size="6668",
17690total-sent="3072",total-size="9880"@}
17691+download,@{section=".text",section-sent="3584",section-size="6668",
17692total-sent="3584",total-size="9880"@}
17693+download,@{section=".text",section-sent="4096",section-size="6668",
17694total-sent="4096",total-size="9880"@}
17695+download,@{section=".text",section-sent="4608",section-size="6668",
17696total-sent="4608",total-size="9880"@}
17697+download,@{section=".text",section-sent="5120",section-size="6668",
17698total-sent="5120",total-size="9880"@}
17699+download,@{section=".text",section-sent="5632",section-size="6668",
17700total-sent="5632",total-size="9880"@}
17701+download,@{section=".text",section-sent="6144",section-size="6668",
17702total-sent="6144",total-size="9880"@}
17703+download,@{section=".text",section-sent="6656",section-size="6668",
17704total-sent="6656",total-size="9880"@}
17705+download,@{section=".init",section-size="28",total-size="9880"@}
17706+download,@{section=".fini",section-size="28",total-size="9880"@}
17707+download,@{section=".data",section-size="3156",total-size="9880"@}
17708+download,@{section=".data",section-sent="512",section-size="3156",
17709total-sent="7236",total-size="9880"@}
17710+download,@{section=".data",section-sent="1024",section-size="3156",
17711total-sent="7748",total-size="9880"@}
17712+download,@{section=".data",section-sent="1536",section-size="3156",
17713total-sent="8260",total-size="9880"@}
17714+download,@{section=".data",section-sent="2048",section-size="3156",
17715total-sent="8772",total-size="9880"@}
17716+download,@{section=".data",section-sent="2560",section-size="3156",
17717total-sent="9284",total-size="9880"@}
17718+download,@{section=".data",section-sent="3072",section-size="3156",
17719total-sent="9796",total-size="9880"@}
17720^done,address="0x10004",load-size="9880",transfer-rate="6586",
17721write-rate="429"
17722(@value{GDBP})
17723@end smallexample
17724
17725
17726@subheading The @code{-target-exec-status} Command
17727@findex -target-exec-status
17728
17729@subsubheading Synopsis
17730
17731@smallexample
17732 -target-exec-status
17733@end smallexample
17734
17735Provide information on the state of the target (whether it is running or
17736not, for instance).
17737
17738@subsubheading @value{GDBN} Command
17739
17740There's no equivalent @value{GDBN} command.
17741
17742@subsubheading Example
17743N.A.
17744
17745
17746@subheading The @code{-target-list-available-targets} Command
17747@findex -target-list-available-targets
17748
17749@subsubheading Synopsis
17750
17751@smallexample
17752 -target-list-available-targets
17753@end smallexample
17754
17755List the possible targets to connect to.
17756
17757@subsubheading @value{GDBN} Command
17758
17759The corresponding @value{GDBN} command is @samp{help target}.
17760
17761@subsubheading Example
17762N.A.
17763
17764
17765@subheading The @code{-target-list-current-targets} Command
17766@findex -target-list-current-targets
17767
17768@subsubheading Synopsis
17769
17770@smallexample
17771 -target-list-current-targets
17772@end smallexample
17773
17774Describe the current target.
17775
17776@subsubheading @value{GDBN} Command
17777
17778The corresponding information is printed by @samp{info file} (among
17779other things).
17780
17781@subsubheading Example
17782N.A.
17783
17784
17785@subheading The @code{-target-list-parameters} Command
17786@findex -target-list-parameters
17787
17788@subsubheading Synopsis
17789
17790@smallexample
17791 -target-list-parameters
17792@end smallexample
17793
17794@c ????
17795
17796@subsubheading @value{GDBN} Command
17797
17798No equivalent.
17799
17800@subsubheading Example
17801N.A.
17802
17803
17804@subheading The @code{-target-select} Command
17805@findex -target-select
17806
17807@subsubheading Synopsis
17808
17809@smallexample
17810 -target-select @var{type} @var{parameters @dots{}}
17811@end smallexample
17812
17813Connect @value{GDBN} to the remote target. This command takes two args:
17814
17815@table @samp
17816@item @var{type}
17817The type of target, for instance @samp{async}, @samp{remote}, etc.
17818@item @var{parameters}
17819Device names, host names and the like. @xref{Target Commands, ,
17820Commands for managing targets}, for more details.
17821@end table
17822
17823The output is a connection notification, followed by the address at
17824which the target program is, in the following form:
17825
17826@smallexample
17827^connected,addr="@var{address}",func="@var{function name}",
17828 args=[@var{arg list}]
17829@end smallexample
17830
17831@subsubheading @value{GDBN} Command
17832
17833The corresponding @value{GDBN} command is @samp{target}.
17834
17835@subsubheading Example
17836
17837@smallexample
17838(@value{GDBP})
17839-target-select async /dev/ttya
17840^connected,addr="0xfe00a300",func="??",args=[]
17841(@value{GDBP})
17842@end smallexample
17843
17844@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17845@node GDB/MI Thread Commands
17846@section @sc{gdb/mi} Thread Commands
17847
17848
17849@subheading The @code{-thread-info} Command
17850@findex -thread-info
17851
17852@subsubheading Synopsis
17853
17854@smallexample
17855 -thread-info
17856@end smallexample
17857
17858@subsubheading @value{GDBN} command
17859
17860No equivalent.
17861
17862@subsubheading Example
17863N.A.
17864
17865
17866@subheading The @code{-thread-list-all-threads} Command
17867@findex -thread-list-all-threads
17868
17869@subsubheading Synopsis
17870
17871@smallexample
17872 -thread-list-all-threads
17873@end smallexample
17874
17875@subsubheading @value{GDBN} Command
17876
17877The equivalent @value{GDBN} command is @samp{info threads}.
17878
17879@subsubheading Example
17880N.A.
17881
17882
17883@subheading The @code{-thread-list-ids} Command
17884@findex -thread-list-ids
17885
17886@subsubheading Synopsis
17887
17888@smallexample
17889 -thread-list-ids
17890@end smallexample
17891
17892Produces a list of the currently known @value{GDBN} thread ids. At the
17893end of the list it also prints the total number of such threads.
17894
17895@subsubheading @value{GDBN} Command
17896
17897Part of @samp{info threads} supplies the same information.
17898
17899@subsubheading Example
17900
17901No threads present, besides the main process:
17902
17903@smallexample
17904(@value{GDBP})
17905-thread-list-ids
17906^done,thread-ids=@{@},number-of-threads="0"
17907(@value{GDBP})
17908@end smallexample
17909
17910
17911Several threads:
17912
17913@smallexample
17914(@value{GDBP})
17915-thread-list-ids
17916^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
17917number-of-threads="3"
17918(@value{GDBP})
17919@end smallexample
17920
17921
17922@subheading The @code{-thread-select} Command
17923@findex -thread-select
17924
17925@subsubheading Synopsis
17926
17927@smallexample
17928 -thread-select @var{threadnum}
17929@end smallexample
17930
17931Make @var{threadnum} the current thread. It prints the number of the new
17932current thread, and the topmost frame for that thread.
17933
17934@subsubheading @value{GDBN} Command
17935
17936The corresponding @value{GDBN} command is @samp{thread}.
17937
17938@subsubheading Example
17939
17940@smallexample
17941(@value{GDBP})
17942-exec-next
17943^running
17944(@value{GDBP})
17945*stopped,reason="end-stepping-range",thread-id="2",line="187",
17946file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
17947(@value{GDBP})
17948-thread-list-ids
17949^done,
17950thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
17951number-of-threads="3"
17952(@value{GDBP})
17953-thread-select 3
17954^done,new-thread-id="3",
17955frame=@{level="0",func="vprintf",
17956args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
17957@{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
17958(@value{GDBP})
17959@end smallexample
17960
17961@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17962@node GDB/MI Tracepoint Commands
17963@section @sc{gdb/mi} Tracepoint Commands
17964
17965The tracepoint commands are not yet implemented.
17966
17967@c @subheading -trace-actions
17968
17969@c @subheading -trace-delete
17970
17971@c @subheading -trace-disable
17972
17973@c @subheading -trace-dump
17974
17975@c @subheading -trace-enable
17976
17977@c @subheading -trace-exists
17978
17979@c @subheading -trace-find
17980
17981@c @subheading -trace-frame-number
17982
17983@c @subheading -trace-info
17984
17985@c @subheading -trace-insert
17986
17987@c @subheading -trace-list
17988
17989@c @subheading -trace-pass-count
17990
17991@c @subheading -trace-save
17992
17993@c @subheading -trace-start
17994
17995@c @subheading -trace-stop
17996
17997
17998@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17999@node GDB/MI Variable Objects
18000@section @sc{gdb/mi} Variable Objects
18001
18002
18003@subheading Motivation for Variable Objects in @sc{gdb/mi}
18004
18005For the implementation of a variable debugger window (locals, watched
18006expressions, etc.), we are proposing the adaptation of the existing code
18007used by @code{Insight}.
18008
18009The two main reasons for that are:
18010
18011@enumerate 1
18012@item
18013It has been proven in practice (it is already on its second generation).
18014
18015@item
18016It will shorten development time (needless to say how important it is
18017now).
18018@end enumerate
18019
18020The original interface was designed to be used by Tcl code, so it was
18021slightly changed so it could be used through @sc{gdb/mi}. This section
18022describes the @sc{gdb/mi} operations that will be available and gives some
18023hints about their use.
18024
18025@emph{Note}: In addition to the set of operations described here, we
18026expect the @sc{gui} implementation of a variable window to require, at
18027least, the following operations:
18028
18029@itemize @bullet
18030@item @code{-gdb-show} @code{output-radix}
18031@item @code{-stack-list-arguments}
18032@item @code{-stack-list-locals}
18033@item @code{-stack-select-frame}
18034@end itemize
18035
18036@subheading Introduction to Variable Objects in @sc{gdb/mi}
18037
18038@cindex variable objects in @sc{gdb/mi}
18039The basic idea behind variable objects is the creation of a named object
18040to represent a variable, an expression, a memory location or even a CPU
18041register. For each object created, a set of operations is available for
18042examining or changing its properties.
18043
18044Furthermore, complex data types, such as C structures, are represented
18045in a tree format. For instance, the @code{struct} type variable is the
18046root and the children will represent the struct members. If a child
18047is itself of a complex type, it will also have children of its own.
18048Appropriate language differences are handled for C, C@t{++} and Java.
18049
18050When returning the actual values of the objects, this facility allows
18051for the individual selection of the display format used in the result
18052creation. It can be chosen among: binary, decimal, hexadecimal, octal
18053and natural. Natural refers to a default format automatically
18054chosen based on the variable type (like decimal for an @code{int}, hex
18055for pointers, etc.).
18056
18057The following is the complete set of @sc{gdb/mi} operations defined to
18058access this functionality:
18059
18060@multitable @columnfractions .4 .6
18061@item @strong{Operation}
18062@tab @strong{Description}
18063
18064@item @code{-var-create}
18065@tab create a variable object
18066@item @code{-var-delete}
18067@tab delete the variable object and its children
18068@item @code{-var-set-format}
18069@tab set the display format of this variable
18070@item @code{-var-show-format}
18071@tab show the display format of this variable
18072@item @code{-var-info-num-children}
18073@tab tells how many children this object has
18074@item @code{-var-list-children}
18075@tab return a list of the object's children
18076@item @code{-var-info-type}
18077@tab show the type of this variable object
18078@item @code{-var-info-expression}
18079@tab print what this variable object represents
18080@item @code{-var-show-attributes}
18081@tab is this variable editable? does it exist here?
18082@item @code{-var-evaluate-expression}
18083@tab get the value of this variable
18084@item @code{-var-assign}
18085@tab set the value of this variable
18086@item @code{-var-update}
18087@tab update the variable and its children
18088@end multitable
18089
18090In the next subsection we describe each operation in detail and suggest
18091how it can be used.
18092
18093@subheading Description And Use of Operations on Variable Objects
18094
18095@subheading The @code{-var-create} Command
18096@findex -var-create
18097
18098@subsubheading Synopsis
18099
18100@smallexample
18101 -var-create @{@var{name} | "-"@}
18102 @{@var{frame-addr} | "*"@} @var{expression}
18103@end smallexample
18104
18105This operation creates a variable object, which allows the monitoring of
18106a variable, the result of an expression, a memory cell or a CPU
18107register.
18108
18109The @var{name} parameter is the string by which the object can be
18110referenced. It must be unique. If @samp{-} is specified, the varobj
18111system will generate a string ``varNNNNNN'' automatically. It will be
18112unique provided that one does not specify @var{name} on that format.
18113The command fails if a duplicate name is found.
18114
18115The frame under which the expression should be evaluated can be
18116specified by @var{frame-addr}. A @samp{*} indicates that the current
18117frame should be used.
18118
18119@var{expression} is any expression valid on the current language set (must not
18120begin with a @samp{*}), or one of the following:
18121
18122@itemize @bullet
18123@item
18124@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
18125
18126@item
18127@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
18128
18129@item
18130@samp{$@var{regname}} --- a CPU register name
18131@end itemize
18132
18133@subsubheading Result
18134
18135This operation returns the name, number of children and the type of the
18136object created. Type is returned as a string as the ones generated by
18137the @value{GDBN} CLI:
18138
18139@smallexample
18140 name="@var{name}",numchild="N",type="@var{type}"
18141@end smallexample
18142
18143
18144@subheading The @code{-var-delete} Command
18145@findex -var-delete
18146
18147@subsubheading Synopsis
18148
18149@smallexample
18150 -var-delete @var{name}
18151@end smallexample
18152
18153Deletes a previously created variable object and all of its children.
18154
18155Returns an error if the object @var{name} is not found.
18156
18157
18158@subheading The @code{-var-set-format} Command
18159@findex -var-set-format
18160
18161@subsubheading Synopsis
18162
18163@smallexample
18164 -var-set-format @var{name} @var{format-spec}
18165@end smallexample
18166
18167Sets the output format for the value of the object @var{name} to be
18168@var{format-spec}.
18169
18170The syntax for the @var{format-spec} is as follows:
18171
18172@smallexample
18173 @var{format-spec} @expansion{}
18174 @{binary | decimal | hexadecimal | octal | natural@}
18175@end smallexample
18176
18177
18178@subheading The @code{-var-show-format} Command
18179@findex -var-show-format
18180
18181@subsubheading Synopsis
18182
18183@smallexample
18184 -var-show-format @var{name}
18185@end smallexample
18186
18187Returns the format used to display the value of the object @var{name}.
18188
18189@smallexample
18190 @var{format} @expansion{}
18191 @var{format-spec}
18192@end smallexample
18193
18194
18195@subheading The @code{-var-info-num-children} Command
18196@findex -var-info-num-children
18197
18198@subsubheading Synopsis
18199
18200@smallexample
18201 -var-info-num-children @var{name}
18202@end smallexample
18203
18204Returns the number of children of a variable object @var{name}:
18205
18206@smallexample
18207 numchild=@var{n}
18208@end smallexample
18209
18210
18211@subheading The @code{-var-list-children} Command
18212@findex -var-list-children
18213
18214@subsubheading Synopsis
18215
18216@smallexample
bc8ced35 18217 -var-list-children [@var{print-values}] @var{name}
922fbb7b
AC
18218@end smallexample
18219
bc8ced35
NR
18220Returns a list of the children of the specified variable object. With
18221just the variable object name as an argument or with an optional
18222preceding argument of 0 or @code{--no-values}, prints only the names of the
18223variables. With an optional preceding argument of 1 or @code{--all-values},
18224also prints their values.
18225
18226@subsubheading Example
922fbb7b
AC
18227
18228@smallexample
bc8ced35
NR
18229(@value{GDBP})
18230 -var-list-children n
922fbb7b
AC
18231 numchild=@var{n},children=[@{name=@var{name},
18232 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
bc8ced35
NR
18233(@value{GDBP})
18234 -var-list-children --all-values n
18235 numchild=@var{n},children=[@{name=@var{name},
18236 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
922fbb7b
AC
18237@end smallexample
18238
18239
18240@subheading The @code{-var-info-type} Command
18241@findex -var-info-type
18242
18243@subsubheading Synopsis
18244
18245@smallexample
18246 -var-info-type @var{name}
18247@end smallexample
18248
18249Returns the type of the specified variable @var{name}. The type is
18250returned as a string in the same format as it is output by the
18251@value{GDBN} CLI:
18252
18253@smallexample
18254 type=@var{typename}
18255@end smallexample
18256
18257
18258@subheading The @code{-var-info-expression} Command
18259@findex -var-info-expression
18260
18261@subsubheading Synopsis
18262
18263@smallexample
18264 -var-info-expression @var{name}
18265@end smallexample
18266
18267Returns what is represented by the variable object @var{name}:
18268
18269@smallexample
18270 lang=@var{lang-spec},exp=@var{expression}
18271@end smallexample
18272
18273@noindent
18274where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
18275
18276@subheading The @code{-var-show-attributes} Command
18277@findex -var-show-attributes
18278
18279@subsubheading Synopsis
18280
18281@smallexample
18282 -var-show-attributes @var{name}
18283@end smallexample
18284
18285List attributes of the specified variable object @var{name}:
18286
18287@smallexample
18288 status=@var{attr} [ ( ,@var{attr} )* ]
18289@end smallexample
18290
18291@noindent
18292where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
18293
18294@subheading The @code{-var-evaluate-expression} Command
18295@findex -var-evaluate-expression
18296
18297@subsubheading Synopsis
18298
18299@smallexample
18300 -var-evaluate-expression @var{name}
18301@end smallexample
18302
18303Evaluates the expression that is represented by the specified variable
18304object and returns its value as a string in the current format specified
18305for the object:
18306
18307@smallexample
18308 value=@var{value}
18309@end smallexample
18310
18311Note that one must invoke @code{-var-list-children} for a variable
18312before the value of a child variable can be evaluated.
18313
18314@subheading The @code{-var-assign} Command
18315@findex -var-assign
18316
18317@subsubheading Synopsis
18318
18319@smallexample
18320 -var-assign @var{name} @var{expression}
18321@end smallexample
18322
18323Assigns the value of @var{expression} to the variable object specified
18324by @var{name}. The object must be @samp{editable}. If the variable's
18325value is altered by the assign, the variable will show up in any
18326subsequent @code{-var-update} list.
18327
18328@subsubheading Example
18329
18330@smallexample
18331(@value{GDBP})
18332-var-assign var1 3
18333^done,value="3"
18334(@value{GDBP})
18335-var-update *
18336^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
18337(@value{GDBP})
18338@end smallexample
18339
18340@subheading The @code{-var-update} Command
18341@findex -var-update
18342
18343@subsubheading Synopsis
18344
18345@smallexample
18346 -var-update @{@var{name} | "*"@}
18347@end smallexample
18348
18349Update the value of the variable object @var{name} by evaluating its
18350expression after fetching all the new values from memory or registers.
18351A @samp{*} causes all existing variable objects to be updated.
18352
18353
18354@node Annotations
18355@chapter @value{GDBN} Annotations
18356
086432e2
AC
18357This chapter describes annotations in @value{GDBN}. Annotations were
18358designed to interface @value{GDBN} to graphical user interfaces or other
18359similar programs which want to interact with @value{GDBN} at a
922fbb7b
AC
18360relatively high level.
18361
086432e2
AC
18362The annotation mechanism has largely been superseeded by @sc{gdb/mi}
18363(@pxref{GDB/MI}).
18364
922fbb7b
AC
18365@ignore
18366This is Edition @value{EDITION}, @value{DATE}.
18367@end ignore
18368
18369@menu
18370* Annotations Overview:: What annotations are; the general syntax.
18371* Server Prefix:: Issuing a command without affecting user state.
922fbb7b
AC
18372* Prompting:: Annotations marking @value{GDBN}'s need for input.
18373* Errors:: Annotations for error messages.
922fbb7b
AC
18374* Invalidation:: Some annotations describe things now invalid.
18375* Annotations for Running::
18376 Whether the program is running, how it stopped, etc.
18377* Source Annotations:: Annotations describing source code.
922fbb7b
AC
18378@end menu
18379
18380@node Annotations Overview
18381@section What is an Annotation?
18382@cindex annotations
18383
922fbb7b
AC
18384Annotations start with a newline character, two @samp{control-z}
18385characters, and the name of the annotation. If there is no additional
18386information associated with this annotation, the name of the annotation
18387is followed immediately by a newline. If there is additional
18388information, the name of the annotation is followed by a space, the
18389additional information, and a newline. The additional information
18390cannot contain newline characters.
18391
18392Any output not beginning with a newline and two @samp{control-z}
18393characters denotes literal output from @value{GDBN}. Currently there is
18394no need for @value{GDBN} to output a newline followed by two
18395@samp{control-z} characters, but if there was such a need, the
18396annotations could be extended with an @samp{escape} annotation which
18397means those three characters as output.
18398
086432e2
AC
18399The annotation @var{level}, which is specified using the
18400@option{--annotate} command line option (@pxref{Mode Options}), controls
18401how much information @value{GDBN} prints together with its prompt,
18402values of expressions, source lines, and other types of output. Level 0
18403is for no anntations, level 1 is for use when @value{GDBN} is run as a
18404subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
18405for programs that control @value{GDBN}, and level 2 annotations have
18406been made obsolete (@pxref{Limitations, , Limitations of the Annotation
18407Interface, annotate, GDB's Obsolete Annotations}). This chapter
18408describes level 3 annotations.
18409
922fbb7b
AC
18410A simple example of starting up @value{GDBN} with annotations is:
18411
18412@smallexample
086432e2
AC
18413$ @kbd{gdb --annotate=3}
18414GNU gdb 6.0
18415Copyright 2003 Free Software Foundation, Inc.
922fbb7b
AC
18416GDB is free software, covered by the GNU General Public License,
18417and you are welcome to change it and/or distribute copies of it
18418under certain conditions.
18419Type "show copying" to see the conditions.
18420There is absolutely no warranty for GDB. Type "show warranty"
18421for details.
086432e2 18422This GDB was configured as "i386-pc-linux-gnu"
922fbb7b
AC
18423
18424^Z^Zpre-prompt
18425(gdb)
18426^Z^Zprompt
086432e2 18427@kbd{quit}
922fbb7b
AC
18428
18429^Z^Zpost-prompt
18430$
18431@end smallexample
18432
18433Here @samp{quit} is input to @value{GDBN}; the rest is output from
18434@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
18435denotes a @samp{control-z} character) are annotations; the rest is
18436output from @value{GDBN}.
18437
18438@node Server Prefix
18439@section The Server Prefix
18440@cindex server prefix for annotations
18441
18442To issue a command to @value{GDBN} without affecting certain aspects of
18443the state which is seen by users, prefix it with @samp{server }. This
18444means that this command will not affect the command history, nor will it
18445affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
18446pressed on a line by itself.
18447
18448The server prefix does not affect the recording of values into the value
18449history; to print a value without recording it into the value history,
18450use the @code{output} command instead of the @code{print} command.
18451
922fbb7b
AC
18452@node Prompting
18453@section Annotation for @value{GDBN} Input
18454
18455@cindex annotations for prompts
18456When @value{GDBN} prompts for input, it annotates this fact so it is possible
18457to know when to send output, when the output from a given command is
18458over, etc.
18459
18460Different kinds of input each have a different @dfn{input type}. Each
18461input type has three annotations: a @code{pre-} annotation, which
18462denotes the beginning of any prompt which is being output, a plain
18463annotation, which denotes the end of the prompt, and then a @code{post-}
18464annotation which denotes the end of any echo which may (or may not) be
18465associated with the input. For example, the @code{prompt} input type
18466features the following annotations:
18467
18468@smallexample
18469^Z^Zpre-prompt
18470^Z^Zprompt
18471^Z^Zpost-prompt
18472@end smallexample
18473
18474The input types are
18475
18476@table @code
18477@findex pre-prompt
18478@findex prompt
18479@findex post-prompt
18480@item prompt
18481When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
18482
18483@findex pre-commands
18484@findex commands
18485@findex post-commands
18486@item commands
18487When @value{GDBN} prompts for a set of commands, like in the @code{commands}
18488command. The annotations are repeated for each command which is input.
18489
18490@findex pre-overload-choice
18491@findex overload-choice
18492@findex post-overload-choice
18493@item overload-choice
18494When @value{GDBN} wants the user to select between various overloaded functions.
18495
18496@findex pre-query
18497@findex query
18498@findex post-query
18499@item query
18500When @value{GDBN} wants the user to confirm a potentially dangerous operation.
18501
18502@findex pre-prompt-for-continue
18503@findex prompt-for-continue
18504@findex post-prompt-for-continue
18505@item prompt-for-continue
18506When @value{GDBN} is asking the user to press return to continue. Note: Don't
18507expect this to work well; instead use @code{set height 0} to disable
18508prompting. This is because the counting of lines is buggy in the
18509presence of annotations.
18510@end table
18511
18512@node Errors
18513@section Errors
18514@cindex annotations for errors, warnings and interrupts
18515
18516@findex quit
18517@smallexample
18518^Z^Zquit
18519@end smallexample
18520
18521This annotation occurs right before @value{GDBN} responds to an interrupt.
18522
18523@findex error
18524@smallexample
18525^Z^Zerror
18526@end smallexample
18527
18528This annotation occurs right before @value{GDBN} responds to an error.
18529
18530Quit and error annotations indicate that any annotations which @value{GDBN} was
18531in the middle of may end abruptly. For example, if a
18532@code{value-history-begin} annotation is followed by a @code{error}, one
18533cannot expect to receive the matching @code{value-history-end}. One
18534cannot expect not to receive it either, however; an error annotation
18535does not necessarily mean that @value{GDBN} is immediately returning all the way
18536to the top level.
18537
18538@findex error-begin
18539A quit or error annotation may be preceded by
18540
18541@smallexample
18542^Z^Zerror-begin
18543@end smallexample
18544
18545Any output between that and the quit or error annotation is the error
18546message.
18547
18548Warning messages are not yet annotated.
18549@c If we want to change that, need to fix warning(), type_error(),
18550@c range_error(), and possibly other places.
18551
922fbb7b
AC
18552@node Invalidation
18553@section Invalidation Notices
18554
18555@cindex annotations for invalidation messages
18556The following annotations say that certain pieces of state may have
18557changed.
18558
18559@table @code
18560@findex frames-invalid
18561@item ^Z^Zframes-invalid
18562
18563The frames (for example, output from the @code{backtrace} command) may
18564have changed.
18565
18566@findex breakpoints-invalid
18567@item ^Z^Zbreakpoints-invalid
18568
18569The breakpoints may have changed. For example, the user just added or
18570deleted a breakpoint.
18571@end table
18572
18573@node Annotations for Running
18574@section Running the Program
18575@cindex annotations for running programs
18576
18577@findex starting
18578@findex stopping
18579When the program starts executing due to a @value{GDBN} command such as
18580@code{step} or @code{continue},
18581
18582@smallexample
18583^Z^Zstarting
18584@end smallexample
18585
18586is output. When the program stops,
18587
18588@smallexample
18589^Z^Zstopped
18590@end smallexample
18591
18592is output. Before the @code{stopped} annotation, a variety of
18593annotations describe how the program stopped.
18594
18595@table @code
18596@findex exited
18597@item ^Z^Zexited @var{exit-status}
18598The program exited, and @var{exit-status} is the exit status (zero for
18599successful exit, otherwise nonzero).
18600
18601@findex signalled
18602@findex signal-name
18603@findex signal-name-end
18604@findex signal-string
18605@findex signal-string-end
18606@item ^Z^Zsignalled
18607The program exited with a signal. After the @code{^Z^Zsignalled}, the
18608annotation continues:
18609
18610@smallexample
18611@var{intro-text}
18612^Z^Zsignal-name
18613@var{name}
18614^Z^Zsignal-name-end
18615@var{middle-text}
18616^Z^Zsignal-string
18617@var{string}
18618^Z^Zsignal-string-end
18619@var{end-text}
18620@end smallexample
18621
18622@noindent
18623where @var{name} is the name of the signal, such as @code{SIGILL} or
18624@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
18625as @code{Illegal Instruction} or @code{Segmentation fault}.
18626@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
18627user's benefit and have no particular format.
18628
18629@findex signal
18630@item ^Z^Zsignal
18631The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
18632just saying that the program received the signal, not that it was
18633terminated with it.
18634
18635@findex breakpoint
18636@item ^Z^Zbreakpoint @var{number}
18637The program hit breakpoint number @var{number}.
18638
18639@findex watchpoint
18640@item ^Z^Zwatchpoint @var{number}
18641The program hit watchpoint number @var{number}.
18642@end table
18643
18644@node Source Annotations
18645@section Displaying Source
18646@cindex annotations for source display
18647
18648@findex source
18649The following annotation is used instead of displaying source code:
18650
18651@smallexample
18652^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
18653@end smallexample
18654
18655where @var{filename} is an absolute file name indicating which source
18656file, @var{line} is the line number within that file (where 1 is the
18657first line in the file), @var{character} is the character position
18658within the file (where 0 is the first character in the file) (for most
18659debug formats this will necessarily point to the beginning of a line),
18660@var{middle} is @samp{middle} if @var{addr} is in the middle of the
18661line, or @samp{beg} if @var{addr} is at the beginning of the line, and
18662@var{addr} is the address in the target program associated with the
18663source which is being displayed. @var{addr} is in the form @samp{0x}
18664followed by one or more lowercase hex digits (note that this does not
18665depend on the language).
18666
8e04817f
AC
18667@node GDB Bugs
18668@chapter Reporting Bugs in @value{GDBN}
18669@cindex bugs in @value{GDBN}
18670@cindex reporting bugs in @value{GDBN}
c906108c 18671
8e04817f 18672Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 18673
8e04817f
AC
18674Reporting a bug may help you by bringing a solution to your problem, or it
18675may not. But in any case the principal function of a bug report is to help
18676the entire community by making the next version of @value{GDBN} work better. Bug
18677reports are your contribution to the maintenance of @value{GDBN}.
c906108c 18678
8e04817f
AC
18679In order for a bug report to serve its purpose, you must include the
18680information that enables us to fix the bug.
c4555f82
SC
18681
18682@menu
8e04817f
AC
18683* Bug Criteria:: Have you found a bug?
18684* Bug Reporting:: How to report bugs
c4555f82
SC
18685@end menu
18686
8e04817f
AC
18687@node Bug Criteria
18688@section Have you found a bug?
18689@cindex bug criteria
c4555f82 18690
8e04817f 18691If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
18692
18693@itemize @bullet
8e04817f
AC
18694@cindex fatal signal
18695@cindex debugger crash
18696@cindex crash of debugger
c4555f82 18697@item
8e04817f
AC
18698If the debugger gets a fatal signal, for any input whatever, that is a
18699@value{GDBN} bug. Reliable debuggers never crash.
18700
18701@cindex error on valid input
18702@item
18703If @value{GDBN} produces an error message for valid input, that is a
18704bug. (Note that if you're cross debugging, the problem may also be
18705somewhere in the connection to the target.)
c4555f82 18706
8e04817f 18707@cindex invalid input
c4555f82 18708@item
8e04817f
AC
18709If @value{GDBN} does not produce an error message for invalid input,
18710that is a bug. However, you should note that your idea of
18711``invalid input'' might be our idea of ``an extension'' or ``support
18712for traditional practice''.
18713
18714@item
18715If you are an experienced user of debugging tools, your suggestions
18716for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
18717@end itemize
18718
8e04817f
AC
18719@node Bug Reporting
18720@section How to report bugs
18721@cindex bug reports
18722@cindex @value{GDBN} bugs, reporting
18723
18724A number of companies and individuals offer support for @sc{gnu} products.
18725If you obtained @value{GDBN} from a support organization, we recommend you
18726contact that organization first.
18727
18728You can find contact information for many support companies and
18729individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
18730distribution.
18731@c should add a web page ref...
18732
129188f6
AC
18733In any event, we also recommend that you submit bug reports for
18734@value{GDBN}. The prefered method is to submit them directly using
18735@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
18736page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
18737be used.
8e04817f
AC
18738
18739@strong{Do not send bug reports to @samp{info-gdb}, or to
18740@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
18741not want to receive bug reports. Those that do have arranged to receive
18742@samp{bug-gdb}.
18743
18744The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
18745serves as a repeater. The mailing list and the newsgroup carry exactly
18746the same messages. Often people think of posting bug reports to the
18747newsgroup instead of mailing them. This appears to work, but it has one
18748problem which can be crucial: a newsgroup posting often lacks a mail
18749path back to the sender. Thus, if we need to ask for more information,
18750we may be unable to reach you. For this reason, it is better to send
18751bug reports to the mailing list.
c4555f82 18752
8e04817f
AC
18753The fundamental principle of reporting bugs usefully is this:
18754@strong{report all the facts}. If you are not sure whether to state a
18755fact or leave it out, state it!
c4555f82 18756
8e04817f
AC
18757Often people omit facts because they think they know what causes the
18758problem and assume that some details do not matter. Thus, you might
18759assume that the name of the variable you use in an example does not matter.
18760Well, probably it does not, but one cannot be sure. Perhaps the bug is a
18761stray memory reference which happens to fetch from the location where that
18762name is stored in memory; perhaps, if the name were different, the contents
18763of that location would fool the debugger into doing the right thing despite
18764the bug. Play it safe and give a specific, complete example. That is the
18765easiest thing for you to do, and the most helpful.
c4555f82 18766
8e04817f
AC
18767Keep in mind that the purpose of a bug report is to enable us to fix the
18768bug. It may be that the bug has been reported previously, but neither
18769you nor we can know that unless your bug report is complete and
18770self-contained.
c4555f82 18771
8e04817f
AC
18772Sometimes people give a few sketchy facts and ask, ``Does this ring a
18773bell?'' Those bug reports are useless, and we urge everyone to
18774@emph{refuse to respond to them} except to chide the sender to report
18775bugs properly.
18776
18777To enable us to fix the bug, you should include all these things:
c4555f82
SC
18778
18779@itemize @bullet
18780@item
8e04817f
AC
18781The version of @value{GDBN}. @value{GDBN} announces it if you start
18782with no arguments; you can also print it at any time using @code{show
18783version}.
c4555f82 18784
8e04817f
AC
18785Without this, we will not know whether there is any point in looking for
18786the bug in the current version of @value{GDBN}.
c4555f82
SC
18787
18788@item
8e04817f
AC
18789The type of machine you are using, and the operating system name and
18790version number.
c4555f82
SC
18791
18792@item
8e04817f
AC
18793What compiler (and its version) was used to compile @value{GDBN}---e.g.
18794``@value{GCC}--2.8.1''.
c4555f82
SC
18795
18796@item
8e04817f
AC
18797What compiler (and its version) was used to compile the program you are
18798debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
18799C Compiler''. For GCC, you can say @code{gcc --version} to get this
18800information; for other compilers, see the documentation for those
18801compilers.
c4555f82 18802
8e04817f
AC
18803@item
18804The command arguments you gave the compiler to compile your example and
18805observe the bug. For example, did you use @samp{-O}? To guarantee
18806you will not omit something important, list them all. A copy of the
18807Makefile (or the output from make) is sufficient.
c4555f82 18808
8e04817f
AC
18809If we were to try to guess the arguments, we would probably guess wrong
18810and then we might not encounter the bug.
c4555f82 18811
8e04817f
AC
18812@item
18813A complete input script, and all necessary source files, that will
18814reproduce the bug.
c4555f82 18815
8e04817f
AC
18816@item
18817A description of what behavior you observe that you believe is
18818incorrect. For example, ``It gets a fatal signal.''
c4555f82 18819
8e04817f
AC
18820Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
18821will certainly notice it. But if the bug is incorrect output, we might
18822not notice unless it is glaringly wrong. You might as well not give us
18823a chance to make a mistake.
c4555f82 18824
8e04817f
AC
18825Even if the problem you experience is a fatal signal, you should still
18826say so explicitly. Suppose something strange is going on, such as, your
18827copy of @value{GDBN} is out of synch, or you have encountered a bug in
18828the C library on your system. (This has happened!) Your copy might
18829crash and ours would not. If you told us to expect a crash, then when
18830ours fails to crash, we would know that the bug was not happening for
18831us. If you had not told us to expect a crash, then we would not be able
18832to draw any conclusion from our observations.
c4555f82 18833
8e04817f
AC
18834@item
18835If you wish to suggest changes to the @value{GDBN} source, send us context
18836diffs. If you even discuss something in the @value{GDBN} source, refer to
18837it by context, not by line number.
c4555f82 18838
8e04817f
AC
18839The line numbers in our development sources will not match those in your
18840sources. Your line numbers would convey no useful information to us.
c4555f82 18841
8e04817f 18842@end itemize
c4555f82 18843
8e04817f 18844Here are some things that are not necessary:
c4555f82 18845
8e04817f
AC
18846@itemize @bullet
18847@item
18848A description of the envelope of the bug.
c4555f82 18849
8e04817f
AC
18850Often people who encounter a bug spend a lot of time investigating
18851which changes to the input file will make the bug go away and which
18852changes will not affect it.
c4555f82 18853
8e04817f
AC
18854This is often time consuming and not very useful, because the way we
18855will find the bug is by running a single example under the debugger
18856with breakpoints, not by pure deduction from a series of examples.
18857We recommend that you save your time for something else.
c4555f82 18858
8e04817f
AC
18859Of course, if you can find a simpler example to report @emph{instead}
18860of the original one, that is a convenience for us. Errors in the
18861output will be easier to spot, running under the debugger will take
18862less time, and so on.
c4555f82 18863
8e04817f
AC
18864However, simplification is not vital; if you do not want to do this,
18865report the bug anyway and send us the entire test case you used.
c4555f82 18866
8e04817f
AC
18867@item
18868A patch for the bug.
c4555f82 18869
8e04817f
AC
18870A patch for the bug does help us if it is a good one. But do not omit
18871the necessary information, such as the test case, on the assumption that
18872a patch is all we need. We might see problems with your patch and decide
18873to fix the problem another way, or we might not understand it at all.
c4555f82 18874
8e04817f
AC
18875Sometimes with a program as complicated as @value{GDBN} it is very hard to
18876construct an example that will make the program follow a certain path
18877through the code. If you do not send us the example, we will not be able
18878to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 18879
8e04817f
AC
18880And if we cannot understand what bug you are trying to fix, or why your
18881patch should be an improvement, we will not install it. A test case will
18882help us to understand.
c4555f82 18883
8e04817f
AC
18884@item
18885A guess about what the bug is or what it depends on.
c4555f82 18886
8e04817f
AC
18887Such guesses are usually wrong. Even we cannot guess right about such
18888things without first using the debugger to find the facts.
18889@end itemize
c4555f82 18890
8e04817f
AC
18891@c The readline documentation is distributed with the readline code
18892@c and consists of the two following files:
18893@c rluser.texinfo
18894@c inc-hist.texinfo
18895@c Use -I with makeinfo to point to the appropriate directory,
18896@c environment var TEXINPUTS with TeX.
18897@include rluser.texinfo
18898@include inc-hist.texinfo
c4555f82 18899
c4555f82 18900
8e04817f
AC
18901@node Formatting Documentation
18902@appendix Formatting Documentation
c4555f82 18903
8e04817f
AC
18904@cindex @value{GDBN} reference card
18905@cindex reference card
18906The @value{GDBN} 4 release includes an already-formatted reference card, ready
18907for printing with PostScript or Ghostscript, in the @file{gdb}
18908subdirectory of the main source directory@footnote{In
18909@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
18910release.}. If you can use PostScript or Ghostscript with your printer,
18911you can print the reference card immediately with @file{refcard.ps}.
c4555f82 18912
8e04817f
AC
18913The release also includes the source for the reference card. You
18914can format it, using @TeX{}, by typing:
c4555f82 18915
474c8240 18916@smallexample
8e04817f 18917make refcard.dvi
474c8240 18918@end smallexample
c4555f82 18919
8e04817f
AC
18920The @value{GDBN} reference card is designed to print in @dfn{landscape}
18921mode on US ``letter'' size paper;
18922that is, on a sheet 11 inches wide by 8.5 inches
18923high. You will need to specify this form of printing as an option to
18924your @sc{dvi} output program.
c4555f82 18925
8e04817f 18926@cindex documentation
c4555f82 18927
8e04817f
AC
18928All the documentation for @value{GDBN} comes as part of the machine-readable
18929distribution. The documentation is written in Texinfo format, which is
18930a documentation system that uses a single source file to produce both
18931on-line information and a printed manual. You can use one of the Info
18932formatting commands to create the on-line version of the documentation
18933and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 18934
8e04817f
AC
18935@value{GDBN} includes an already formatted copy of the on-line Info
18936version of this manual in the @file{gdb} subdirectory. The main Info
18937file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
18938subordinate files matching @samp{gdb.info*} in the same directory. If
18939necessary, you can print out these files, or read them with any editor;
18940but they are easier to read using the @code{info} subsystem in @sc{gnu}
18941Emacs or the standalone @code{info} program, available as part of the
18942@sc{gnu} Texinfo distribution.
c4555f82 18943
8e04817f
AC
18944If you want to format these Info files yourself, you need one of the
18945Info formatting programs, such as @code{texinfo-format-buffer} or
18946@code{makeinfo}.
c4555f82 18947
8e04817f
AC
18948If you have @code{makeinfo} installed, and are in the top level
18949@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
18950version @value{GDBVN}), you can make the Info file by typing:
c4555f82 18951
474c8240 18952@smallexample
8e04817f
AC
18953cd gdb
18954make gdb.info
474c8240 18955@end smallexample
c4555f82 18956
8e04817f
AC
18957If you want to typeset and print copies of this manual, you need @TeX{},
18958a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
18959Texinfo definitions file.
c4555f82 18960
8e04817f
AC
18961@TeX{} is a typesetting program; it does not print files directly, but
18962produces output files called @sc{dvi} files. To print a typeset
18963document, you need a program to print @sc{dvi} files. If your system
18964has @TeX{} installed, chances are it has such a program. The precise
18965command to use depends on your system; @kbd{lpr -d} is common; another
18966(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
18967require a file name without any extension or a @samp{.dvi} extension.
c4555f82 18968
8e04817f
AC
18969@TeX{} also requires a macro definitions file called
18970@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
18971written in Texinfo format. On its own, @TeX{} cannot either read or
18972typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
18973and is located in the @file{gdb-@var{version-number}/texinfo}
18974directory.
c4555f82 18975
8e04817f
AC
18976If you have @TeX{} and a @sc{dvi} printer program installed, you can
18977typeset and print this manual. First switch to the the @file{gdb}
18978subdirectory of the main source directory (for example, to
18979@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 18980
474c8240 18981@smallexample
8e04817f 18982make gdb.dvi
474c8240 18983@end smallexample
c4555f82 18984
8e04817f 18985Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 18986
8e04817f
AC
18987@node Installing GDB
18988@appendix Installing @value{GDBN}
18989@cindex configuring @value{GDBN}
18990@cindex installation
94e91d6d 18991@cindex configuring @value{GDBN}, and source tree subdirectories
c4555f82 18992
8e04817f
AC
18993@value{GDBN} comes with a @code{configure} script that automates the process
18994of preparing @value{GDBN} for installation; you can then use @code{make} to
18995build the @code{gdb} program.
18996@iftex
18997@c irrelevant in info file; it's as current as the code it lives with.
18998@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
18999look at the @file{README} file in the sources; we may have improved the
19000installation procedures since publishing this manual.}
19001@end iftex
c4555f82 19002
8e04817f
AC
19003The @value{GDBN} distribution includes all the source code you need for
19004@value{GDBN} in a single directory, whose name is usually composed by
19005appending the version number to @samp{gdb}.
c4555f82 19006
8e04817f
AC
19007For example, the @value{GDBN} version @value{GDBVN} distribution is in the
19008@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 19009
8e04817f
AC
19010@table @code
19011@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
19012script for configuring @value{GDBN} and all its supporting libraries
c4555f82 19013
8e04817f
AC
19014@item gdb-@value{GDBVN}/gdb
19015the source specific to @value{GDBN} itself
c4555f82 19016
8e04817f
AC
19017@item gdb-@value{GDBVN}/bfd
19018source for the Binary File Descriptor library
c906108c 19019
8e04817f
AC
19020@item gdb-@value{GDBVN}/include
19021@sc{gnu} include files
c906108c 19022
8e04817f
AC
19023@item gdb-@value{GDBVN}/libiberty
19024source for the @samp{-liberty} free software library
c906108c 19025
8e04817f
AC
19026@item gdb-@value{GDBVN}/opcodes
19027source for the library of opcode tables and disassemblers
c906108c 19028
8e04817f
AC
19029@item gdb-@value{GDBVN}/readline
19030source for the @sc{gnu} command-line interface
c906108c 19031
8e04817f
AC
19032@item gdb-@value{GDBVN}/glob
19033source for the @sc{gnu} filename pattern-matching subroutine
c906108c 19034
8e04817f
AC
19035@item gdb-@value{GDBVN}/mmalloc
19036source for the @sc{gnu} memory-mapped malloc package
19037@end table
c906108c 19038
8e04817f
AC
19039The simplest way to configure and build @value{GDBN} is to run @code{configure}
19040from the @file{gdb-@var{version-number}} source directory, which in
19041this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 19042
8e04817f
AC
19043First switch to the @file{gdb-@var{version-number}} source directory
19044if you are not already in it; then run @code{configure}. Pass the
19045identifier for the platform on which @value{GDBN} will run as an
19046argument.
c906108c 19047
8e04817f 19048For example:
c906108c 19049
474c8240 19050@smallexample
8e04817f
AC
19051cd gdb-@value{GDBVN}
19052./configure @var{host}
19053make
474c8240 19054@end smallexample
c906108c 19055
8e04817f
AC
19056@noindent
19057where @var{host} is an identifier such as @samp{sun4} or
19058@samp{decstation}, that identifies the platform where @value{GDBN} will run.
19059(You can often leave off @var{host}; @code{configure} tries to guess the
19060correct value by examining your system.)
c906108c 19061
8e04817f
AC
19062Running @samp{configure @var{host}} and then running @code{make} builds the
19063@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
19064libraries, then @code{gdb} itself. The configured source files, and the
19065binaries, are left in the corresponding source directories.
c906108c 19066
8e04817f
AC
19067@need 750
19068@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
19069system does not recognize this automatically when you run a different
19070shell, you may need to run @code{sh} on it explicitly:
c906108c 19071
474c8240 19072@smallexample
8e04817f 19073sh configure @var{host}
474c8240 19074@end smallexample
c906108c 19075
8e04817f
AC
19076If you run @code{configure} from a directory that contains source
19077directories for multiple libraries or programs, such as the
19078@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
19079creates configuration files for every directory level underneath (unless
19080you tell it not to, with the @samp{--norecursion} option).
19081
94e91d6d
MC
19082You should run the @code{configure} script from the top directory in the
19083source tree, the @file{gdb-@var{version-number}} directory. If you run
19084@code{configure} from one of the subdirectories, you will configure only
19085that subdirectory. That is usually not what you want. In particular,
19086if you run the first @code{configure} from the @file{gdb} subdirectory
19087of the @file{gdb-@var{version-number}} directory, you will omit the
19088configuration of @file{bfd}, @file{readline}, and other sibling
19089directories of the @file{gdb} subdirectory. This leads to build errors
19090about missing include files such as @file{bfd/bfd.h}.
c906108c 19091
8e04817f
AC
19092You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
19093However, you should make sure that the shell on your path (named by
19094the @samp{SHELL} environment variable) is publicly readable. Remember
19095that @value{GDBN} uses the shell to start your program---some systems refuse to
19096let @value{GDBN} debug child processes whose programs are not readable.
c906108c 19097
8e04817f
AC
19098@menu
19099* Separate Objdir:: Compiling @value{GDBN} in another directory
19100* Config Names:: Specifying names for hosts and targets
19101* Configure Options:: Summary of options for configure
19102@end menu
c906108c 19103
8e04817f
AC
19104@node Separate Objdir
19105@section Compiling @value{GDBN} in another directory
c906108c 19106
8e04817f
AC
19107If you want to run @value{GDBN} versions for several host or target machines,
19108you need a different @code{gdb} compiled for each combination of
19109host and target. @code{configure} is designed to make this easy by
19110allowing you to generate each configuration in a separate subdirectory,
19111rather than in the source directory. If your @code{make} program
19112handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
19113@code{make} in each of these directories builds the @code{gdb}
19114program specified there.
c906108c 19115
8e04817f
AC
19116To build @code{gdb} in a separate directory, run @code{configure}
19117with the @samp{--srcdir} option to specify where to find the source.
19118(You also need to specify a path to find @code{configure}
19119itself from your working directory. If the path to @code{configure}
19120would be the same as the argument to @samp{--srcdir}, you can leave out
19121the @samp{--srcdir} option; it is assumed.)
c906108c 19122
8e04817f
AC
19123For example, with version @value{GDBVN}, you can build @value{GDBN} in a
19124separate directory for a Sun 4 like this:
c906108c 19125
474c8240 19126@smallexample
8e04817f
AC
19127@group
19128cd gdb-@value{GDBVN}
19129mkdir ../gdb-sun4
19130cd ../gdb-sun4
19131../gdb-@value{GDBVN}/configure sun4
19132make
19133@end group
474c8240 19134@end smallexample
c906108c 19135
8e04817f
AC
19136When @code{configure} builds a configuration using a remote source
19137directory, it creates a tree for the binaries with the same structure
19138(and using the same names) as the tree under the source directory. In
19139the example, you'd find the Sun 4 library @file{libiberty.a} in the
19140directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
19141@file{gdb-sun4/gdb}.
c906108c 19142
94e91d6d
MC
19143Make sure that your path to the @file{configure} script has just one
19144instance of @file{gdb} in it. If your path to @file{configure} looks
19145like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
19146one subdirectory of @value{GDBN}, not the whole package. This leads to
19147build errors about missing include files such as @file{bfd/bfd.h}.
19148
8e04817f
AC
19149One popular reason to build several @value{GDBN} configurations in separate
19150directories is to configure @value{GDBN} for cross-compiling (where
19151@value{GDBN} runs on one machine---the @dfn{host}---while debugging
19152programs that run on another machine---the @dfn{target}).
19153You specify a cross-debugging target by
19154giving the @samp{--target=@var{target}} option to @code{configure}.
c906108c 19155
8e04817f
AC
19156When you run @code{make} to build a program or library, you must run
19157it in a configured directory---whatever directory you were in when you
19158called @code{configure} (or one of its subdirectories).
c906108c 19159
8e04817f
AC
19160The @code{Makefile} that @code{configure} generates in each source
19161directory also runs recursively. If you type @code{make} in a source
19162directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
19163directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
19164will build all the required libraries, and then build GDB.
c906108c 19165
8e04817f
AC
19166When you have multiple hosts or targets configured in separate
19167directories, you can run @code{make} on them in parallel (for example,
19168if they are NFS-mounted on each of the hosts); they will not interfere
19169with each other.
c906108c 19170
8e04817f
AC
19171@node Config Names
19172@section Specifying names for hosts and targets
c906108c 19173
8e04817f
AC
19174The specifications used for hosts and targets in the @code{configure}
19175script are based on a three-part naming scheme, but some short predefined
19176aliases are also supported. The full naming scheme encodes three pieces
19177of information in the following pattern:
c906108c 19178
474c8240 19179@smallexample
8e04817f 19180@var{architecture}-@var{vendor}-@var{os}
474c8240 19181@end smallexample
c906108c 19182
8e04817f
AC
19183For example, you can use the alias @code{sun4} as a @var{host} argument,
19184or as the value for @var{target} in a @code{--target=@var{target}}
19185option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 19186
8e04817f
AC
19187The @code{configure} script accompanying @value{GDBN} does not provide
19188any query facility to list all supported host and target names or
19189aliases. @code{configure} calls the Bourne shell script
19190@code{config.sub} to map abbreviations to full names; you can read the
19191script, if you wish, or you can use it to test your guesses on
19192abbreviations---for example:
c906108c 19193
8e04817f
AC
19194@smallexample
19195% sh config.sub i386-linux
19196i386-pc-linux-gnu
19197% sh config.sub alpha-linux
19198alpha-unknown-linux-gnu
19199% sh config.sub hp9k700
19200hppa1.1-hp-hpux
19201% sh config.sub sun4
19202sparc-sun-sunos4.1.1
19203% sh config.sub sun3
19204m68k-sun-sunos4.1.1
19205% sh config.sub i986v
19206Invalid configuration `i986v': machine `i986v' not recognized
19207@end smallexample
c906108c 19208
8e04817f
AC
19209@noindent
19210@code{config.sub} is also distributed in the @value{GDBN} source
19211directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 19212
8e04817f
AC
19213@node Configure Options
19214@section @code{configure} options
c906108c 19215
8e04817f
AC
19216Here is a summary of the @code{configure} options and arguments that
19217are most often useful for building @value{GDBN}. @code{configure} also has
19218several other options not listed here. @inforef{What Configure
19219Does,,configure.info}, for a full explanation of @code{configure}.
c906108c 19220
474c8240 19221@smallexample
8e04817f
AC
19222configure @r{[}--help@r{]}
19223 @r{[}--prefix=@var{dir}@r{]}
19224 @r{[}--exec-prefix=@var{dir}@r{]}
19225 @r{[}--srcdir=@var{dirname}@r{]}
19226 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
19227 @r{[}--target=@var{target}@r{]}
19228 @var{host}
474c8240 19229@end smallexample
c906108c 19230
8e04817f
AC
19231@noindent
19232You may introduce options with a single @samp{-} rather than
19233@samp{--} if you prefer; but you may abbreviate option names if you use
19234@samp{--}.
c906108c 19235
8e04817f
AC
19236@table @code
19237@item --help
19238Display a quick summary of how to invoke @code{configure}.
c906108c 19239
8e04817f
AC
19240@item --prefix=@var{dir}
19241Configure the source to install programs and files under directory
19242@file{@var{dir}}.
c906108c 19243
8e04817f
AC
19244@item --exec-prefix=@var{dir}
19245Configure the source to install programs under directory
19246@file{@var{dir}}.
c906108c 19247
8e04817f
AC
19248@c avoid splitting the warning from the explanation:
19249@need 2000
19250@item --srcdir=@var{dirname}
19251@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
19252@code{make} that implements the @code{VPATH} feature.}@*
19253Use this option to make configurations in directories separate from the
19254@value{GDBN} source directories. Among other things, you can use this to
19255build (or maintain) several configurations simultaneously, in separate
19256directories. @code{configure} writes configuration specific files in
19257the current directory, but arranges for them to use the source in the
19258directory @var{dirname}. @code{configure} creates directories under
19259the working directory in parallel to the source directories below
19260@var{dirname}.
c906108c 19261
8e04817f
AC
19262@item --norecursion
19263Configure only the directory level where @code{configure} is executed; do not
19264propagate configuration to subdirectories.
c906108c 19265
8e04817f
AC
19266@item --target=@var{target}
19267Configure @value{GDBN} for cross-debugging programs running on the specified
19268@var{target}. Without this option, @value{GDBN} is configured to debug
19269programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 19270
8e04817f 19271There is no convenient way to generate a list of all available targets.
c906108c 19272
8e04817f
AC
19273@item @var{host} @dots{}
19274Configure @value{GDBN} to run on the specified @var{host}.
c906108c 19275
8e04817f
AC
19276There is no convenient way to generate a list of all available hosts.
19277@end table
c906108c 19278
8e04817f
AC
19279There are many other options available as well, but they are generally
19280needed for special purposes only.
c906108c 19281
8e04817f
AC
19282@node Maintenance Commands
19283@appendix Maintenance Commands
19284@cindex maintenance commands
19285@cindex internal commands
c906108c 19286
8e04817f
AC
19287In addition to commands intended for @value{GDBN} users, @value{GDBN}
19288includes a number of commands intended for @value{GDBN} developers.
19289These commands are provided here for reference.
c906108c 19290
8e04817f
AC
19291@table @code
19292@kindex maint info breakpoints
19293@item @anchor{maint info breakpoints}maint info breakpoints
19294Using the same format as @samp{info breakpoints}, display both the
19295breakpoints you've set explicitly, and those @value{GDBN} is using for
19296internal purposes. Internal breakpoints are shown with negative
19297breakpoint numbers. The type column identifies what kind of breakpoint
19298is shown:
c906108c 19299
8e04817f
AC
19300@table @code
19301@item breakpoint
19302Normal, explicitly set breakpoint.
c906108c 19303
8e04817f
AC
19304@item watchpoint
19305Normal, explicitly set watchpoint.
c906108c 19306
8e04817f
AC
19307@item longjmp
19308Internal breakpoint, used to handle correctly stepping through
19309@code{longjmp} calls.
c906108c 19310
8e04817f
AC
19311@item longjmp resume
19312Internal breakpoint at the target of a @code{longjmp}.
c906108c 19313
8e04817f
AC
19314@item until
19315Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 19316
8e04817f
AC
19317@item finish
19318Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 19319
8e04817f
AC
19320@item shlib events
19321Shared library events.
c906108c 19322
8e04817f 19323@end table
c906108c 19324
8d30a00d
AC
19325@kindex maint internal-error
19326@kindex maint internal-warning
19327@item maint internal-error
19328@itemx maint internal-warning
19329Cause @value{GDBN} to call the internal function @code{internal_error}
19330or @code{internal_warning} and hence behave as though an internal error
19331or internal warning has been detected. In addition to reporting the
19332internal problem, these functions give the user the opportunity to
19333either quit @value{GDBN} or create a core file of the current
19334@value{GDBN} session.
19335
19336@smallexample
19337(gdb) @kbd{maint internal-error testing, 1, 2}
19338@dots{}/maint.c:121: internal-error: testing, 1, 2
19339A problem internal to GDB has been detected. Further
19340debugging may prove unreliable.
19341Quit this debugging session? (y or n) @kbd{n}
19342Create a core file? (y or n) @kbd{n}
19343(gdb)
19344@end smallexample
19345
19346Takes an optional parameter that is used as the text of the error or
19347warning message.
19348
00905d52
AC
19349@kindex maint print dummy-frames
19350@item maint print dummy-frames
19351
19352Prints the contents of @value{GDBN}'s internal dummy-frame stack.
19353
19354@smallexample
19355(gdb) @kbd{b add}
19356@dots{}
19357(gdb) @kbd{print add(2,3)}
19358Breakpoint 2, add (a=2, b=3) at @dots{}
1935958 return (a + b);
19360The program being debugged stopped while in a function called from GDB.
19361@dots{}
19362(gdb) @kbd{maint print dummy-frames}
193630x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
19364 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
19365 call_lo=0x01014000 call_hi=0x01014001
19366(gdb)
19367@end smallexample
19368
19369Takes an optional file parameter.
19370
0680b120
AC
19371@kindex maint print registers
19372@kindex maint print raw-registers
19373@kindex maint print cooked-registers
617073a9 19374@kindex maint print register-groups
0680b120
AC
19375@item maint print registers
19376@itemx maint print raw-registers
19377@itemx maint print cooked-registers
617073a9 19378@itemx maint print register-groups
0680b120
AC
19379Print @value{GDBN}'s internal register data structures.
19380
617073a9
AC
19381The command @code{maint print raw-registers} includes the contents of
19382the raw register cache; the command @code{maint print cooked-registers}
19383includes the (cooked) value of all registers; and the command
19384@code{maint print register-groups} includes the groups that each
19385register is a member of. @xref{Registers,, Registers, gdbint,
19386@value{GDBN} Internals}.
0680b120
AC
19387
19388Takes an optional file parameter.
19389
617073a9
AC
19390@kindex maint print reggroups
19391@item maint print reggroups
19392Print @value{GDBN}'s internal register group data structures.
19393
19394Takes an optional file parameter.
19395
19396@smallexample
19397(gdb) @kbd{maint print reggroups}
19398 Group Type
19399 general user
19400 float user
19401 all user
19402 vector user
19403 system user
19404 save internal
19405 restore internal
19406@end smallexample
19407
e7ba9c65
DJ
19408@kindex maint set profile
19409@kindex maint show profile
19410@cindex profiling GDB
19411@item maint set profile
19412@itemx maint show profile
19413Control profiling of @value{GDBN}.
19414
19415Profiling will be disabled until you use the @samp{maint set profile}
19416command to enable it. When you enable profiling, the system will begin
19417collecting timing and execution count data; when you disable profiling or
19418exit @value{GDBN}, the results will be written to a log file. Remember that
19419if you use profiling, @value{GDBN} will overwrite the profiling log file
19420(often called @file{gmon.out}). If you have a record of important profiling
19421data in a @file{gmon.out} file, be sure to move it to a safe location.
19422
19423Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
19424compiled with the @samp{-pg} compiler option.
19425
8e04817f 19426@end table
c906108c 19427
c906108c 19428
e0ce93ac 19429@node Remote Protocol
8e04817f 19430@appendix @value{GDBN} Remote Serial Protocol
c906108c 19431
ee2d5c50
AC
19432@menu
19433* Overview::
19434* Packets::
19435* Stop Reply Packets::
19436* General Query Packets::
19437* Register Packet Format::
19438* Examples::
0ce1b118 19439* File-I/O remote protocol extension::
ee2d5c50
AC
19440@end menu
19441
19442@node Overview
19443@section Overview
19444
8e04817f
AC
19445There may be occasions when you need to know something about the
19446protocol---for example, if there is only one serial port to your target
19447machine, you might want your program to do something special if it
19448recognizes a packet meant for @value{GDBN}.
c906108c 19449
d2c6833e 19450In the examples below, @samp{->} and @samp{<-} are used to indicate
8e04817f 19451transmitted and received data respectfully.
c906108c 19452
8e04817f
AC
19453@cindex protocol, @value{GDBN} remote serial
19454@cindex serial protocol, @value{GDBN} remote
19455@cindex remote serial protocol
19456All @value{GDBN} commands and responses (other than acknowledgments) are
19457sent as a @var{packet}. A @var{packet} is introduced with the character
19458@samp{$}, the actual @var{packet-data}, and the terminating character
19459@samp{#} followed by a two-digit @var{checksum}:
c906108c 19460
474c8240 19461@smallexample
8e04817f 19462@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 19463@end smallexample
8e04817f 19464@noindent
c906108c 19465
8e04817f
AC
19466@cindex checksum, for @value{GDBN} remote
19467@noindent
19468The two-digit @var{checksum} is computed as the modulo 256 sum of all
19469characters between the leading @samp{$} and the trailing @samp{#} (an
19470eight bit unsigned checksum).
c906108c 19471
8e04817f
AC
19472Implementors should note that prior to @value{GDBN} 5.0 the protocol
19473specification also included an optional two-digit @var{sequence-id}:
c906108c 19474
474c8240 19475@smallexample
8e04817f 19476@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 19477@end smallexample
c906108c 19478
8e04817f
AC
19479@cindex sequence-id, for @value{GDBN} remote
19480@noindent
19481That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
19482has never output @var{sequence-id}s. Stubs that handle packets added
19483since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 19484
8e04817f
AC
19485@cindex acknowledgment, for @value{GDBN} remote
19486When either the host or the target machine receives a packet, the first
19487response expected is an acknowledgment: either @samp{+} (to indicate
19488the package was received correctly) or @samp{-} (to request
19489retransmission):
c906108c 19490
474c8240 19491@smallexample
d2c6833e
AC
19492-> @code{$}@var{packet-data}@code{#}@var{checksum}
19493<- @code{+}
474c8240 19494@end smallexample
8e04817f 19495@noindent
53a5351d 19496
8e04817f
AC
19497The host (@value{GDBN}) sends @var{command}s, and the target (the
19498debugging stub incorporated in your program) sends a @var{response}. In
19499the case of step and continue @var{command}s, the response is only sent
19500when the operation has completed (the target has again stopped).
c906108c 19501
8e04817f
AC
19502@var{packet-data} consists of a sequence of characters with the
19503exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
19504exceptions).
c906108c 19505
8e04817f 19506Fields within the packet should be separated using @samp{,} @samp{;} or
ee2d5c50 19507@cindex remote protocol, field separator
8e04817f 19508@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 19509@sc{hex} with leading zeros suppressed.
c906108c 19510
8e04817f
AC
19511Implementors should note that prior to @value{GDBN} 5.0, the character
19512@samp{:} could not appear as the third character in a packet (as it
19513would potentially conflict with the @var{sequence-id}).
c906108c 19514
8e04817f
AC
19515Response @var{data} can be run-length encoded to save space. A @samp{*}
19516means that the next character is an @sc{ascii} encoding giving a repeat count
19517which stands for that many repetitions of the character preceding the
19518@samp{*}. The encoding is @code{n+29}, yielding a printable character
19519where @code{n >=3} (which is where rle starts to win). The printable
19520characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
19521value greater than 126 should not be used.
c906108c 19522
8e04817f 19523So:
474c8240 19524@smallexample
8e04817f 19525"@code{0* }"
474c8240 19526@end smallexample
8e04817f
AC
19527@noindent
19528means the same as "0000".
c906108c 19529
8e04817f
AC
19530The error response returned for some packets includes a two character
19531error number. That number is not well defined.
c906108c 19532
8e04817f
AC
19533For any @var{command} not supported by the stub, an empty response
19534(@samp{$#00}) should be returned. That way it is possible to extend the
19535protocol. A newer @value{GDBN} can tell if a packet is supported based
19536on that response.
c906108c 19537
8e04817f
AC
19538A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
19539@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
19540optional.
c906108c 19541
ee2d5c50
AC
19542@node Packets
19543@section Packets
19544
19545The following table provides a complete list of all currently defined
19546@var{command}s and their corresponding response @var{data}.
19547
19548@table @r
19549
19550@item @code{!} --- extended mode
19551@cindex @code{!} packet
19552
8e04817f
AC
19553Enable extended mode. In extended mode, the remote server is made
19554persistent. The @samp{R} packet is used to restart the program being
19555debugged.
ee2d5c50
AC
19556
19557Reply:
19558@table @samp
19559@item OK
8e04817f 19560The remote target both supports and has enabled extended mode.
ee2d5c50 19561@end table
c906108c 19562
ee2d5c50
AC
19563@item @code{?} --- last signal
19564@cindex @code{?} packet
c906108c 19565
ee2d5c50
AC
19566Indicate the reason the target halted. The reply is the same as for
19567step and continue.
c906108c 19568
ee2d5c50
AC
19569Reply:
19570@xref{Stop Reply Packets}, for the reply specifications.
19571
19572@item @code{a} --- reserved
19573
19574Reserved for future use.
19575
19576@item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
19577@cindex @code{A} packet
c906108c 19578
8e04817f
AC
19579Initialized @samp{argv[]} array passed into program. @var{arglen}
19580specifies the number of bytes in the hex encoded byte stream @var{arg}.
ee2d5c50
AC
19581See @code{gdbserver} for more details.
19582
19583Reply:
19584@table @samp
19585@item OK
19586@item E@var{NN}
19587@end table
19588
19589@item @code{b}@var{baud} --- set baud @strong{(deprecated)}
19590@cindex @code{b} packet
19591
19592Change the serial line speed to @var{baud}.
19593
19594JTC: @emph{When does the transport layer state change? When it's
19595received, or after the ACK is transmitted. In either case, there are
19596problems if the command or the acknowledgment packet is dropped.}
19597
19598Stan: @emph{If people really wanted to add something like this, and get
19599it working for the first time, they ought to modify ser-unix.c to send
19600some kind of out-of-band message to a specially-setup stub and have the
19601switch happen "in between" packets, so that from remote protocol's point
19602of view, nothing actually happened.}
19603
19604@item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
19605@cindex @code{B} packet
19606
8e04817f 19607Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
19608breakpoint at @var{addr}.
19609
19610This packet has been replaced by the @samp{Z} and @samp{z} packets
19611(@pxref{insert breakpoint or watchpoint packet}).
c906108c 19612
ee2d5c50
AC
19613@item @code{c}@var{addr} --- continue
19614@cindex @code{c} packet
19615
19616@var{addr} is address to resume. If @var{addr} is omitted, resume at
8e04817f 19617current address.
c906108c 19618
ee2d5c50
AC
19619Reply:
19620@xref{Stop Reply Packets}, for the reply specifications.
19621
19622@item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
19623@cindex @code{C} packet
19624
8e04817f
AC
19625Continue with signal @var{sig} (hex signal number). If
19626@code{;}@var{addr} is omitted, resume at same address.
c906108c 19627
ee2d5c50
AC
19628Reply:
19629@xref{Stop Reply Packets}, for the reply specifications.
c906108c 19630
ee2d5c50
AC
19631@item @code{d} --- toggle debug @strong{(deprecated)}
19632@cindex @code{d} packet
19633
19634Toggle debug flag.
19635
19636@item @code{D} --- detach
19637@cindex @code{D} packet
19638
19639Detach @value{GDBN} from the remote system. Sent to the remote target
07f31aa6 19640before @value{GDBN} disconnects via the @code{detach} command.
ee2d5c50
AC
19641
19642Reply:
19643@table @samp
19644@item @emph{no response}
8e04817f 19645@value{GDBN} does not check for any response after sending this packet.
ee2d5c50 19646@end table
c906108c 19647
ee2d5c50 19648@item @code{e} --- reserved
c906108c 19649
ee2d5c50 19650Reserved for future use.
c906108c 19651
ee2d5c50 19652@item @code{E} --- reserved
c906108c 19653
ee2d5c50 19654Reserved for future use.
c906108c 19655
ee2d5c50
AC
19656@item @code{f} --- reserved
19657
19658Reserved for future use.
19659
0ce1b118
CV
19660@item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
19661@cindex @code{F} packet
ee2d5c50 19662
0ce1b118
CV
19663This packet is send by @value{GDBN} as reply to a @code{F} request packet
19664sent by the target. This is part of the File-I/O protocol extension.
19665@xref{File-I/O remote protocol extension}, for the specification.
ee2d5c50
AC
19666
19667@item @code{g} --- read registers
19668@anchor{read registers packet}
19669@cindex @code{g} packet
19670
19671Read general registers.
19672
19673Reply:
19674@table @samp
19675@item @var{XX@dots{}}
8e04817f
AC
19676Each byte of register data is described by two hex digits. The bytes
19677with the register are transmitted in target byte order. The size of
19678each register and their position within the @samp{g} @var{packet} are
12c266ea
AC
19679determined by the @value{GDBN} internal macros
19680@var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros. The
19681specification of several standard @code{g} packets is specified below.
ee2d5c50
AC
19682@item E@var{NN}
19683for an error.
19684@end table
c906108c 19685
ee2d5c50
AC
19686@item @code{G}@var{XX@dots{}} --- write regs
19687@cindex @code{G} packet
c906108c 19688
ee2d5c50
AC
19689@xref{read registers packet}, for a description of the @var{XX@dots{}}
19690data.
19691
19692Reply:
19693@table @samp
19694@item OK
19695for success
19696@item E@var{NN}
19697for an error
19698@end table
19699
19700@item @code{h} --- reserved
19701
19702Reserved for future use.
19703
19704@item @code{H}@var{c}@var{t@dots{}} --- set thread
19705@cindex @code{H} packet
c906108c 19706
8e04817f 19707Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
ee2d5c50
AC
19708@samp{G}, et.al.). @var{c} depends on the operation to be performed: it
19709should be @samp{c} for step and continue operations, @samp{g} for other
19710operations. The thread designator @var{t@dots{}} may be -1, meaning all
19711the threads, a thread number, or zero which means pick any thread.
19712
19713Reply:
19714@table @samp
19715@item OK
19716for success
19717@item E@var{NN}
19718for an error
19719@end table
c906108c 19720
8e04817f
AC
19721@c FIXME: JTC:
19722@c 'H': How restrictive (or permissive) is the thread model. If a
19723@c thread is selected and stopped, are other threads allowed
19724@c to continue to execute? As I mentioned above, I think the
19725@c semantics of each command when a thread is selected must be
19726@c described. For example:
19727@c
19728@c 'g': If the stub supports threads and a specific thread is
19729@c selected, returns the register block from that thread;
19730@c otherwise returns current registers.
19731@c
19732@c 'G' If the stub supports threads and a specific thread is
19733@c selected, sets the registers of the register block of
19734@c that thread; otherwise sets current registers.
c906108c 19735
ee2d5c50
AC
19736@item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
19737@anchor{cycle step packet}
19738@cindex @code{i} packet
19739
8e04817f
AC
19740Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
19741present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
19742step starting at that address.
c906108c 19743
ee2d5c50
AC
19744@item @code{I} --- signal then cycle step @strong{(reserved)}
19745@cindex @code{I} packet
19746
19747@xref{step with signal packet}. @xref{cycle step packet}.
19748
19749@item @code{j} --- reserved
19750
19751Reserved for future use.
19752
19753@item @code{J} --- reserved
c906108c 19754
ee2d5c50 19755Reserved for future use.
c906108c 19756
ee2d5c50
AC
19757@item @code{k} --- kill request
19758@cindex @code{k} packet
c906108c 19759
ac282366 19760FIXME: @emph{There is no description of how to operate when a specific
ee2d5c50
AC
19761thread context has been selected (i.e.@: does 'k' kill only that
19762thread?)}.
c906108c 19763
ee2d5c50 19764@item @code{K} --- reserved
c906108c 19765
ee2d5c50
AC
19766Reserved for future use.
19767
19768@item @code{l} --- reserved
19769
19770Reserved for future use.
19771
19772@item @code{L} --- reserved
19773
19774Reserved for future use.
19775
19776@item @code{m}@var{addr}@code{,}@var{length} --- read memory
19777@cindex @code{m} packet
c906108c 19778
8e04817f 19779Read @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50 19780Neither @value{GDBN} nor the stub assume that sized memory transfers are
2e834e49 19781assumed using word aligned accesses. FIXME: @emph{A word aligned memory
8e04817f 19782transfer mechanism is needed.}
c906108c 19783
ee2d5c50
AC
19784Reply:
19785@table @samp
19786@item @var{XX@dots{}}
19787@var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
19788to read only part of the data. Neither @value{GDBN} nor the stub assume
2e834e49 19789that sized memory transfers are assumed using word aligned
ee2d5c50
AC
19790accesses. FIXME: @emph{A word aligned memory transfer mechanism is
19791needed.}
19792@item E@var{NN}
19793@var{NN} is errno
19794@end table
19795
19796@item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
19797@cindex @code{M} packet
19798
8e04817f 19799Write @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50
AC
19800@var{XX@dots{}} is the data.
19801
19802Reply:
19803@table @samp
19804@item OK
19805for success
19806@item E@var{NN}
8e04817f
AC
19807for an error (this includes the case where only part of the data was
19808written).
ee2d5c50 19809@end table
c906108c 19810
ee2d5c50 19811@item @code{n} --- reserved
c906108c 19812
ee2d5c50 19813Reserved for future use.
c906108c 19814
ee2d5c50 19815@item @code{N} --- reserved
c906108c 19816
ee2d5c50 19817Reserved for future use.
c906108c 19818
ee2d5c50
AC
19819@item @code{o} --- reserved
19820
19821Reserved for future use.
19822
19823@item @code{O} --- reserved
19824
19825Reserved for future use.
c906108c 19826
ee2d5c50
AC
19827@item @code{p}@var{n@dots{}} --- read reg @strong{(reserved)}
19828@cindex @code{p} packet
19829
19830@xref{write register packet}.
19831
19832Reply:
19833@table @samp
19834@item @var{r@dots{}.}
19835The hex encoded value of the register in target byte order.
19836@end table
19837
19838@item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
19839@anchor{write register packet}
19840@cindex @code{P} packet
19841
19842Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
8e04817f 19843digits for each byte in the register (target byte order).
c906108c 19844
ee2d5c50
AC
19845Reply:
19846@table @samp
19847@item OK
19848for success
19849@item E@var{NN}
19850for an error
19851@end table
19852
19853@item @code{q}@var{query} --- general query
19854@anchor{general query packet}
19855@cindex @code{q} packet
19856
19857Request info about @var{query}. In general @value{GDBN} queries have a
19858leading upper case letter. Custom vendor queries should use a company
19859prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
19860be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
19861that they match the full @var{query} name.
19862
19863Reply:
19864@table @samp
19865@item @var{XX@dots{}}
19866Hex encoded data from query. The reply can not be empty.
19867@item E@var{NN}
19868error reply
8e04817f 19869@item
ee2d5c50
AC
19870Indicating an unrecognized @var{query}.
19871@end table
19872
19873@item @code{Q}@var{var}@code{=}@var{val} --- general set
19874@cindex @code{Q} packet
19875
19876Set value of @var{var} to @var{val}.
19877
19878@xref{general query packet}, for a discussion of naming conventions.
c906108c 19879
ee2d5c50
AC
19880@item @code{r} --- reset @strong{(deprecated)}
19881@cindex @code{r} packet
c906108c 19882
8e04817f 19883Reset the entire system.
c906108c 19884
ee2d5c50
AC
19885@item @code{R}@var{XX} --- remote restart
19886@cindex @code{R} packet
19887
8e04817f
AC
19888Restart the program being debugged. @var{XX}, while needed, is ignored.
19889This packet is only available in extended mode.
ee2d5c50
AC
19890
19891Reply:
19892@table @samp
19893@item @emph{no reply}
8e04817f 19894The @samp{R} packet has no reply.
ee2d5c50
AC
19895@end table
19896
19897@item @code{s}@var{addr} --- step
19898@cindex @code{s} packet
c906108c 19899
8e04817f
AC
19900@var{addr} is address to resume. If @var{addr} is omitted, resume at
19901same address.
c906108c 19902
ee2d5c50
AC
19903Reply:
19904@xref{Stop Reply Packets}, for the reply specifications.
19905
19906@item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
19907@anchor{step with signal packet}
19908@cindex @code{S} packet
19909
8e04817f 19910Like @samp{C} but step not continue.
c906108c 19911
ee2d5c50
AC
19912Reply:
19913@xref{Stop Reply Packets}, for the reply specifications.
19914
19915@item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
19916@cindex @code{t} packet
19917
8e04817f 19918Search backwards starting at address @var{addr} for a match with pattern
ee2d5c50
AC
19919@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
19920@var{addr} must be at least 3 digits.
c906108c 19921
ee2d5c50
AC
19922@item @code{T}@var{XX} --- thread alive
19923@cindex @code{T} packet
c906108c 19924
ee2d5c50 19925Find out if the thread XX is alive.
c906108c 19926
ee2d5c50
AC
19927Reply:
19928@table @samp
19929@item OK
19930thread is still alive
19931@item E@var{NN}
19932thread is dead
19933@end table
19934
19935@item @code{u} --- reserved
19936
19937Reserved for future use.
19938
19939@item @code{U} --- reserved
19940
19941Reserved for future use.
19942
86d30acc 19943@item @code{v} --- verbose packet prefix
ee2d5c50 19944
86d30acc
DJ
19945Packets starting with @code{v} are identified by a multi-letter name,
19946up to the first @code{;} or @code{?} (or the end of the packet).
19947
19948@item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
19949@cindex @code{vCont} packet
19950
19951Resume the inferior. Different actions may be specified for each thread.
19952If an action is specified with no @var{tid}, then it is applied to any
19953threads that don't have a specific action specified; if no default action is
19954specified then other threads should remain stopped. Specifying multiple
19955default actions is an error; specifying no actions is also an error.
19956Thread IDs are specified in hexadecimal. Currently supported actions are:
19957
19958@table @code
19959@item c
19960Continue.
19961@item C@var{sig}
19962Continue with signal @var{sig}. @var{sig} should be two hex digits.
19963@item s
19964Step.
19965@item S@var{sig}
19966Step with signal @var{sig}. @var{sig} should be two hex digits.
19967@end table
19968
19969The optional @var{addr} argument normally associated with these packets is
19970not supported in @code{vCont}.
19971
19972Reply:
19973@xref{Stop Reply Packets}, for the reply specifications.
19974
19975@item @code{vCont?} --- extended resume query
19976@cindex @code{vCont?} packet
19977
19978Query support for the @code{vCont} packet.
19979
19980Reply:
19981@table @samp
19982@item @code{vCont}[;@var{action}]...
19983The @code{vCont} packet is supported. Each @var{action} is a supported
19984command in the @code{vCont} packet.
19985@item
19986The @code{vCont} packet is not supported.
19987@end table
ee2d5c50
AC
19988
19989@item @code{V} --- reserved
c906108c 19990
ee2d5c50 19991Reserved for future use.
c906108c 19992
ee2d5c50 19993@item @code{w} --- reserved
c906108c 19994
ee2d5c50 19995Reserved for future use.
c906108c 19996
ee2d5c50 19997@item @code{W} --- reserved
c906108c 19998
ee2d5c50 19999Reserved for future use.
c906108c 20000
ee2d5c50
AC
20001@item @code{x} --- reserved
20002
20003Reserved for future use.
20004
20005@item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
20006@cindex @code{X} packet
20007
20008@var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
20009is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
8e04817f 20010escaped using @code{0x7d}.
c906108c 20011
ee2d5c50
AC
20012Reply:
20013@table @samp
20014@item OK
20015for success
20016@item E@var{NN}
20017for an error
20018@end table
20019
20020@item @code{y} --- reserved
c906108c 20021
ee2d5c50 20022Reserved for future use.
c906108c 20023
ee2d5c50
AC
20024@item @code{Y} reserved
20025
20026Reserved for future use.
20027
2f870471
AC
20028@item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
20029@itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
20030@anchor{insert breakpoint or watchpoint packet}
ee2d5c50 20031@cindex @code{z} packet
2f870471 20032@cindex @code{Z} packets
ee2d5c50 20033
2f870471
AC
20034Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
20035watchpoint starting at address @var{address} and covering the next
20036@var{length} bytes.
ee2d5c50 20037
2f870471
AC
20038Each breakpoint and watchpoint packet @var{type} is documented
20039separately.
20040
512217c7
AC
20041@emph{Implementation notes: A remote target shall return an empty string
20042for an unrecognized breakpoint or watchpoint packet @var{type}. A
20043remote target shall support either both or neither of a given
2f870471
AC
20044@code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
20045avoid potential problems with duplicate packets, the operations should
20046be implemented in an idempotent way.}
20047
20048@item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
20049@item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
20050@cindex @code{z0} packet
20051@cindex @code{Z0} packet
20052
20053Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
20054@code{addr} of size @code{length}.
20055
20056A memory breakpoint is implemented by replacing the instruction at
20057@var{addr} with a software breakpoint or trap instruction. The
20058@code{length} is used by targets that indicates the size of the
20059breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
20060@sc{mips} can insert either a 2 or 4 byte breakpoint).
c906108c 20061
2f870471
AC
20062@emph{Implementation note: It is possible for a target to copy or move
20063code that contains memory breakpoints (e.g., when implementing
20064overlays). The behavior of this packet, in the presence of such a
20065target, is not defined.}
c906108c 20066
ee2d5c50
AC
20067Reply:
20068@table @samp
2f870471
AC
20069@item OK
20070success
20071@item
20072not supported
ee2d5c50
AC
20073@item E@var{NN}
20074for an error
2f870471
AC
20075@end table
20076
20077@item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
20078@item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
20079@cindex @code{z1} packet
20080@cindex @code{Z1} packet
20081
20082Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
20083address @code{addr} of size @code{length}.
20084
20085A hardware breakpoint is implemented using a mechanism that is not
20086dependant on being able to modify the target's memory.
20087
20088@emph{Implementation note: A hardware breakpoint is not affected by code
20089movement.}
20090
20091Reply:
20092@table @samp
ee2d5c50 20093@item OK
2f870471
AC
20094success
20095@item
20096not supported
20097@item E@var{NN}
20098for an error
20099@end table
20100
20101@item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
20102@item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
20103@cindex @code{z2} packet
20104@cindex @code{Z2} packet
20105
20106Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
20107
20108Reply:
20109@table @samp
20110@item OK
20111success
20112@item
20113not supported
20114@item E@var{NN}
20115for an error
20116@end table
20117
20118@item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
20119@item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
20120@cindex @code{z3} packet
20121@cindex @code{Z3} packet
20122
2e834e49 20123Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
2f870471
AC
20124
20125Reply:
20126@table @samp
20127@item OK
20128success
20129@item
20130not supported
20131@item E@var{NN}
20132for an error
20133@end table
20134
2e834e49
HPN
20135@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
20136@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
2f870471
AC
20137@cindex @code{z4} packet
20138@cindex @code{Z4} packet
20139
20140Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
20141
20142Reply:
20143@table @samp
20144@item OK
20145success
20146@item
20147not supported
20148@item E@var{NN}
20149for an error
ee2d5c50
AC
20150@end table
20151
20152@end table
c906108c 20153
ee2d5c50
AC
20154@node Stop Reply Packets
20155@section Stop Reply Packets
20156@cindex stop reply packets
c906108c 20157
8e04817f
AC
20158The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
20159receive any of the below as a reply. In the case of the @samp{C},
20160@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
20161when the target halts. In the below the exact meaning of @samp{signal
20162number} is poorly defined. In general one of the UNIX signal numbering
20163conventions is used.
c906108c 20164
ee2d5c50 20165@table @samp
c906108c 20166
ee2d5c50
AC
20167@item S@var{AA}
20168@var{AA} is the signal number
c906108c 20169
8e04817f 20170@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
20171@cindex @code{T} packet reply
20172
8e04817f
AC
20173@var{AA} = two hex digit signal number; @var{n...} = register number
20174(hex), @var{r...} = target byte ordered register contents, size defined
12c266ea
AC
20175by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
20176@var{r...} = thread process ID, this is a hex integer; @var{n...} =
20177(@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
20178address, this is a hex integer; @var{n...} = other string not starting
20179with valid hex digit. @value{GDBN} should ignore this @var{n...},
20180@var{r...} pair and go on to the next. This way we can extend the
20181protocol.
c906108c 20182
ee2d5c50
AC
20183@item W@var{AA}
20184
8e04817f 20185The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
20186applicable to certain targets.
20187
20188@item X@var{AA}
c906108c 20189
8e04817f 20190The process terminated with signal @var{AA}.
c906108c 20191
ee2d5c50 20192@item O@var{XX@dots{}}
c906108c 20193
ee2d5c50
AC
20194@var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
20195any time while the program is running and the debugger should continue
20196to wait for @samp{W}, @samp{T}, etc.
20197
0ce1b118
CV
20198@item F@var{call-id}@code{,}@var{parameter@dots{}}
20199
20200@var{call-id} is the identifier which says which host system call should
20201be called. This is just the name of the function. Translation into the
20202correct system call is only applicable as it's defined in @value{GDBN}.
20203@xref{File-I/O remote protocol extension}, for a list of implemented
20204system calls.
20205
20206@var{parameter@dots{}} is a list of parameters as defined for this very
20207system call.
20208
20209The target replies with this packet when it expects @value{GDBN} to call
20210a host system call on behalf of the target. @value{GDBN} replies with
20211an appropriate @code{F} packet and keeps up waiting for the next reply
20212packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
20213@samp{s} action is expected to be continued.
20214@xref{File-I/O remote protocol extension}, for more details.
20215
ee2d5c50
AC
20216@end table
20217
20218@node General Query Packets
20219@section General Query Packets
c906108c 20220
8e04817f 20221The following set and query packets have already been defined.
c906108c 20222
ee2d5c50 20223@table @r
c906108c 20224
ee2d5c50
AC
20225@item @code{q}@code{C} --- current thread
20226
20227Return the current thread id.
20228
20229Reply:
20230@table @samp
20231@item @code{QC}@var{pid}
8e04817f 20232Where @var{pid} is a HEX encoded 16 bit process id.
ee2d5c50
AC
20233@item *
20234Any other reply implies the old pid.
20235@end table
20236
20237@item @code{q}@code{fThreadInfo} -- all thread ids
20238
20239@code{q}@code{sThreadInfo}
c906108c 20240
8e04817f
AC
20241Obtain a list of active thread ids from the target (OS). Since there
20242may be too many active threads to fit into one reply packet, this query
20243works iteratively: it may require more than one query/reply sequence to
20244obtain the entire list of threads. The first query of the sequence will
20245be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
20246sequence will be the @code{qs}@code{ThreadInfo} query.
ee2d5c50
AC
20247
20248NOTE: replaces the @code{qL} query (see below).
20249
20250Reply:
20251@table @samp
20252@item @code{m}@var{id}
20253A single thread id
20254@item @code{m}@var{id},@var{id}@dots{}
20255a comma-separated list of thread ids
20256@item @code{l}
20257(lower case 'el') denotes end of list.
20258@end table
20259
20260In response to each query, the target will reply with a list of one or
20261more thread ids, in big-endian hex, separated by commas. @value{GDBN}
20262will respond to each reply with a request for more thread ids (using the
8e04817f
AC
20263@code{qs} form of the query), until the target responds with @code{l}
20264(lower-case el, for @code{'last'}).
c906108c 20265
ee2d5c50
AC
20266@item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
20267
20268Where @var{id} is a thread-id in big-endian hex. Obtain a printable
20269string description of a thread's attributes from the target OS. This
20270string may contain anything that the target OS thinks is interesting for
20271@value{GDBN} to tell the user about the thread. The string is displayed
20272in @value{GDBN}'s @samp{info threads} display. Some examples of
20273possible thread extra info strings are ``Runnable'', or ``Blocked on
20274Mutex''.
20275
20276Reply:
20277@table @samp
20278@item @var{XX@dots{}}
20279Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
20280the printable string containing the extra information about the thread's
8e04817f 20281attributes.
ee2d5c50
AC
20282@end table
20283
20284@item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
c906108c 20285
8e04817f
AC
20286Obtain thread information from RTOS. Where: @var{startflag} (one hex
20287digit) is one to indicate the first query and zero to indicate a
20288subsequent query; @var{threadcount} (two hex digits) is the maximum
20289number of threads the response packet can contain; and @var{nextthread}
20290(eight hex digits), for subsequent queries (@var{startflag} is zero), is
20291returned in the response as @var{argthread}.
ee2d5c50
AC
20292
20293NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
20294(see above).
20295
20296Reply:
20297@table @samp
20298@item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
8e04817f
AC
20299Where: @var{count} (two hex digits) is the number of threads being
20300returned; @var{done} (one hex digit) is zero to indicate more threads
20301and one indicates no further threads; @var{argthreadid} (eight hex
ee2d5c50
AC
20302digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
20303is a sequence of thread IDs from the target. @var{threadid} (eight hex
8e04817f 20304digits). See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 20305@end table
c906108c 20306
ee2d5c50
AC
20307@item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
20308
20309Reply:
20310@table @samp
20311@item @code{E}@var{NN}
20312An error (such as memory fault)
20313@item @code{C}@var{CRC32}
20314A 32 bit cyclic redundancy check of the specified memory region.
20315@end table
20316
20317@item @code{q}@code{Offsets} --- query sect offs
c906108c 20318
8e04817f
AC
20319Get section offsets that the target used when re-locating the downloaded
20320image. @emph{Note: while a @code{Bss} offset is included in the
20321response, @value{GDBN} ignores this and instead applies the @code{Data}
20322offset to the @code{Bss} section.}
c906108c 20323
ee2d5c50
AC
20324Reply:
20325@table @samp
20326@item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
20327@end table
20328
20329@item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
20330
8e04817f
AC
20331Returns information on @var{threadid}. Where: @var{mode} is a hex
20332encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
ee2d5c50
AC
20333
20334Reply:
20335@table @samp
20336@item *
20337@end table
20338
8e04817f 20339See @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 20340
ee2d5c50
AC
20341@item @code{q}@code{Rcmd,}@var{command} --- remote command
20342
20343@var{command} (hex encoded) is passed to the local interpreter for
8e04817f
AC
20344execution. Invalid commands should be reported using the output string.
20345Before the final result packet, the target may also respond with a
ee2d5c50
AC
20346number of intermediate @code{O}@var{output} console output packets.
20347@emph{Implementors should note that providing access to a stubs's
20348interpreter may have security implications}.
20349
20350Reply:
20351@table @samp
20352@item OK
8e04817f 20353A command response with no output.
ee2d5c50 20354@item @var{OUTPUT}
8e04817f 20355A command response with the hex encoded output string @var{OUTPUT}.
ee2d5c50 20356@item @code{E}@var{NN}
8e04817f 20357Indicate a badly formed request.
ee2d5c50 20358@item @samp{}
8e04817f 20359When @samp{q}@samp{Rcmd} is not recognized.
ee2d5c50
AC
20360@end table
20361
20362@item @code{qSymbol::} --- symbol lookup
c906108c 20363
8e04817f
AC
20364Notify the target that @value{GDBN} is prepared to serve symbol lookup
20365requests. Accept requests from the target for the values of symbols.
ee2d5c50
AC
20366
20367Reply:
20368@table @samp
20369@item @code{OK}
8e04817f 20370The target does not need to look up any (more) symbols.
ee2d5c50
AC
20371@item @code{qSymbol:}@var{sym_name}
20372The target requests the value of symbol @var{sym_name} (hex encoded).
20373@value{GDBN} may provide the value by using the
20374@code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
20375@end table
20376
20377@item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
20378
20379Set the value of @var{sym_name} to @var{sym_value}.
20380
20381@var{sym_name} (hex encoded) is the name of a symbol whose value the
20382target has previously requested.
20383
20384@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
20385@value{GDBN} cannot supply a value for @var{sym_name}, then this field
20386will be empty.
20387
20388Reply:
20389@table @samp
20390@item @code{OK}
8e04817f 20391The target does not need to look up any (more) symbols.
ee2d5c50
AC
20392@item @code{qSymbol:}@var{sym_name}
20393The target requests the value of a new symbol @var{sym_name} (hex
20394encoded). @value{GDBN} will continue to supply the values of symbols
20395(if available), until the target ceases to request them.
20396@end table
eb12ee30 20397
ee2d5c50
AC
20398@end table
20399
20400@node Register Packet Format
20401@section Register Packet Format
eb12ee30 20402
8e04817f 20403The following @samp{g}/@samp{G} packets have previously been defined.
ee2d5c50
AC
20404In the below, some thirty-two bit registers are transferred as
20405sixty-four bits. Those registers should be zero/sign extended (which?)
20406to fill the space allocated. Register bytes are transfered in target
20407byte order. The two nibbles within a register byte are transfered
20408most-significant - least-significant.
eb12ee30 20409
ee2d5c50 20410@table @r
eb12ee30 20411
8e04817f 20412@item MIPS32
ee2d5c50 20413
8e04817f
AC
20414All registers are transfered as thirty-two bit quantities in the order:
2041532 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
20416registers; fsr; fir; fp.
eb12ee30 20417
8e04817f 20418@item MIPS64
ee2d5c50 20419
8e04817f
AC
20420All registers are transfered as sixty-four bit quantities (including
20421thirty-two bit registers such as @code{sr}). The ordering is the same
20422as @code{MIPS32}.
eb12ee30 20423
ee2d5c50
AC
20424@end table
20425
20426@node Examples
20427@section Examples
eb12ee30 20428
8e04817f
AC
20429Example sequence of a target being re-started. Notice how the restart
20430does not get any direct output:
eb12ee30 20431
474c8240 20432@smallexample
d2c6833e
AC
20433-> @code{R00}
20434<- @code{+}
8e04817f 20435@emph{target restarts}
d2c6833e 20436-> @code{?}
8e04817f 20437<- @code{+}
d2c6833e
AC
20438<- @code{T001:1234123412341234}
20439-> @code{+}
474c8240 20440@end smallexample
eb12ee30 20441
8e04817f 20442Example sequence of a target being stepped by a single instruction:
eb12ee30 20443
474c8240 20444@smallexample
d2c6833e 20445-> @code{G1445@dots{}}
8e04817f 20446<- @code{+}
d2c6833e
AC
20447-> @code{s}
20448<- @code{+}
20449@emph{time passes}
20450<- @code{T001:1234123412341234}
8e04817f 20451-> @code{+}
d2c6833e 20452-> @code{g}
8e04817f 20453<- @code{+}
d2c6833e
AC
20454<- @code{1455@dots{}}
20455-> @code{+}
474c8240 20456@end smallexample
eb12ee30 20457
0ce1b118
CV
20458@node File-I/O remote protocol extension
20459@section File-I/O remote protocol extension
20460@cindex File-I/O remote protocol extension
20461
20462@menu
20463* File-I/O Overview::
20464* Protocol basics::
1d8b2f28
JB
20465* The F request packet::
20466* The F reply packet::
0ce1b118
CV
20467* Memory transfer::
20468* The Ctrl-C message::
20469* Console I/O::
20470* The isatty call::
20471* The system call::
20472* List of supported calls::
20473* Protocol specific representation of datatypes::
20474* Constants::
20475* File-I/O Examples::
20476@end menu
20477
20478@node File-I/O Overview
20479@subsection File-I/O Overview
20480@cindex file-i/o overview
20481
20482The File I/O remote protocol extension (short: File-I/O) allows the
20483target to use the hosts file system and console I/O when calling various
20484system calls. System calls on the target system are translated into a
20485remote protocol packet to the host system which then performs the needed
20486actions and returns with an adequate response packet to the target system.
20487This simulates file system operations even on targets that lack file systems.
20488
20489The protocol is defined host- and target-system independent. It uses
20490it's own independent representation of datatypes and values. Both,
20491@value{GDBN} and the target's @value{GDBN} stub are responsible for
20492translating the system dependent values into the unified protocol values
20493when data is transmitted.
20494
20495The communication is synchronous. A system call is possible only
20496when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
20497packets. While @value{GDBN} handles the request for a system call,
20498the target is stopped to allow deterministic access to the target's
20499memory. Therefore File-I/O is not interuptible by target signals. It
20500is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
20501
20502The target's request to perform a host system call does not finish
20503the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
20504after finishing the system call, the target returns to continuing the
20505previous activity (continue, step). No additional continue or step
20506request from @value{GDBN} is required.
20507
20508@smallexample
20509(gdb) continue
20510 <- target requests 'system call X'
20511 target is stopped, @value{GDBN} executes system call
20512 -> GDB returns result
20513 ... target continues, GDB returns to wait for the target
20514 <- target hits breakpoint and sends a Txx packet
20515@end smallexample
20516
20517The protocol is only used for files on the host file system and
20518for I/O on the console. Character or block special devices, pipes,
20519named pipes or sockets or any other communication method on the host
20520system are not supported by this protocol.
20521
20522@node Protocol basics
20523@subsection Protocol basics
20524@cindex protocol basics, file-i/o
20525
20526The File-I/O protocol uses the @code{F} packet, as request as well
20527as as reply packet. Since a File-I/O system call can only occur when
20528@value{GDBN} is waiting for the continuing or stepping target, the
20529File-I/O request is a reply that @value{GDBN} has to expect as a result
20530of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
20531This @code{F} packet contains all information needed to allow @value{GDBN}
20532to call the appropriate host system call:
20533
20534@itemize @bullet
20535@item
20536A unique identifier for the requested system call.
20537
20538@item
20539All parameters to the system call. Pointers are given as addresses
20540in the target memory address space. Pointers to strings are given as
20541pointer/length pair. Numerical values are given as they are.
20542Numerical control values are given in a protocol specific representation.
20543
20544@end itemize
20545
20546At that point @value{GDBN} has to perform the following actions.
20547
20548@itemize @bullet
20549@item
20550If parameter pointer values are given, which point to data needed as input
20551to a system call, @value{GDBN} requests this data from the target with a
20552standard @code{m} packet request. This additional communication has to be
20553expected by the target implementation and is handled as any other @code{m}
20554packet.
20555
20556@item
20557@value{GDBN} translates all value from protocol representation to host
20558representation as needed. Datatypes are coerced into the host types.
20559
20560@item
20561@value{GDBN} calls the system call
20562
20563@item
20564It then coerces datatypes back to protocol representation.
20565
20566@item
20567If pointer parameters in the request packet point to buffer space in which
20568a system call is expected to copy data to, the data is transmitted to the
20569target using a @code{M} or @code{X} packet. This packet has to be expected
20570by the target implementation and is handled as any other @code{M} or @code{X}
20571packet.
20572
20573@end itemize
20574
20575Eventually @value{GDBN} replies with another @code{F} packet which contains all
20576necessary information for the target to continue. This at least contains
20577
20578@itemize @bullet
20579@item
20580Return value.
20581
20582@item
20583@code{errno}, if has been changed by the system call.
20584
20585@item
20586``Ctrl-C'' flag.
20587
20588@end itemize
20589
20590After having done the needed type and value coercion, the target continues
20591the latest continue or step action.
20592
1d8b2f28 20593@node The F request packet
0ce1b118
CV
20594@subsection The @code{F} request packet
20595@cindex file-i/o request packet
20596@cindex @code{F} request packet
20597
20598The @code{F} request packet has the following format:
20599
20600@table @samp
20601
20602@smallexample
20603@code{F}@var{call-id}@code{,}@var{parameter@dots{}}
20604@end smallexample
20605
20606@var{call-id} is the identifier to indicate the host system call to be called.
20607This is just the name of the function.
20608
20609@var{parameter@dots{}} are the parameters to the system call.
20610
20611@end table
20612
20613Parameters are hexadecimal integer values, either the real values in case
20614of scalar datatypes, as pointers to target buffer space in case of compound
20615datatypes and unspecified memory areas or as pointer/length pairs in case
20616of string parameters. These are appended to the call-id, each separated
20617from its predecessor by a comma. All values are transmitted in ASCII
20618string representation, pointer/length pairs separated by a slash.
20619
1d8b2f28 20620@node The F reply packet
0ce1b118
CV
20621@subsection The @code{F} reply packet
20622@cindex file-i/o reply packet
20623@cindex @code{F} reply packet
20624
20625The @code{F} reply packet has the following format:
20626
20627@table @samp
20628
20629@smallexample
20630@code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
20631@end smallexample
20632
20633@var{retcode} is the return code of the system call as hexadecimal value.
20634
20635@var{errno} is the errno set by the call, in protocol specific representation.
20636This parameter can be omitted if the call was successful.
20637
20638@var{Ctrl-C flag} is only send if the user requested a break. In this
20639case, @var{errno} must be send as well, even if the call was successful.
20640The @var{Ctrl-C flag} itself consists of the character 'C':
20641
20642@smallexample
20643F0,0,C
20644@end smallexample
20645
20646@noindent
20647or, if the call was interupted before the host call has been performed:
20648
20649@smallexample
20650F-1,4,C
20651@end smallexample
20652
20653@noindent
20654assuming 4 is the protocol specific representation of @code{EINTR}.
20655
20656@end table
20657
20658@node Memory transfer
20659@subsection Memory transfer
20660@cindex memory transfer, in file-i/o protocol
20661
20662Structured data which is transferred using a memory read or write as e.g.@:
20663a @code{struct stat} is expected to be in a protocol specific format with
20664all scalar multibyte datatypes being big endian. This should be done by
20665the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
20666it transfers memory to the target. Transferred pointers to structured
20667data should point to the already coerced data at any time.
20668
20669@node The Ctrl-C message
20670@subsection The Ctrl-C message
20671@cindex ctrl-c message, in file-i/o protocol
20672
20673A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
20674reply packet. In this case the target should behave, as if it had
20675gotten a break message. The meaning for the target is ``system call
20676interupted by @code{SIGINT}''. Consequentially, the target should actually stop
20677(as with a break message) and return to @value{GDBN} with a @code{T02}
20678packet. In this case, it's important for the target to know, in which
20679state the system call was interrupted. Since this action is by design
20680not an atomic operation, we have to differ between two cases:
20681
20682@itemize @bullet
20683@item
20684The system call hasn't been performed on the host yet.
20685
20686@item
20687The system call on the host has been finished.
20688
20689@end itemize
20690
20691These two states can be distinguished by the target by the value of the
20692returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
20693call hasn't been performed. This is equivalent to the @code{EINTR} handling
20694on POSIX systems. In any other case, the target may presume that the
20695system call has been finished --- successful or not --- and should behave
20696as if the break message arrived right after the system call.
20697
20698@value{GDBN} must behave reliable. If the system call has not been called
20699yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
20700@code{errno} in the packet. If the system call on the host has been finished
20701before the user requests a break, the full action must be finshed by
20702@value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
20703The @code{F} packet may only be send when either nothing has happened
20704or the full action has been completed.
20705
20706@node Console I/O
20707@subsection Console I/O
20708@cindex console i/o as part of file-i/o
20709
20710By default and if not explicitely closed by the target system, the file
20711descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
20712on the @value{GDBN} console is handled as any other file output operation
20713(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
20714by @value{GDBN} so that after the target read request from file descriptor
207150 all following typing is buffered until either one of the following
20716conditions is met:
20717
20718@itemize @bullet
20719@item
20720The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
20721@code{read}
20722system call is treated as finished.
20723
20724@item
20725The user presses @kbd{Enter}. This is treated as end of input with a trailing
20726line feed.
20727
20728@item
20729The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
20730character, especially no Ctrl-D is appended to the input.
20731
20732@end itemize
20733
20734If the user has typed more characters as fit in the buffer given to
20735the read call, the trailing characters are buffered in @value{GDBN} until
20736either another @code{read(0, @dots{})} is requested by the target or debugging
20737is stopped on users request.
20738
20739@node The isatty call
20740@subsection The isatty(3) call
20741@cindex isatty call, file-i/o protocol
20742
20743A special case in this protocol is the library call @code{isatty} which
20744is implemented as it's own call inside of this protocol. It returns
207451 to the target if the file descriptor given as parameter is attached
20746to the @value{GDBN} console, 0 otherwise. Implementing through system calls
20747would require implementing @code{ioctl} and would be more complex than
20748needed.
20749
20750@node The system call
20751@subsection The system(3) call
20752@cindex system call, file-i/o protocol
20753
20754The other special case in this protocol is the @code{system} call which
20755is implemented as it's own call, too. @value{GDBN} is taking over the full
20756task of calling the necessary host calls to perform the @code{system}
20757call. The return value of @code{system} is simplified before it's returned
20758to the target. Basically, the only signal transmitted back is @code{EINTR}
20759in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
20760entirely of the exit status of the called command.
20761
20762Due to security concerns, the @code{system} call is refused to be called
20763by @value{GDBN} by default. The user has to allow this call explicitly by
20764entering
20765
20766@table @samp
20767@kindex set remote system-call-allowed 1
20768@item @code{set remote system-call-allowed 1}
20769@end table
20770
20771Disabling the @code{system} call is done by
20772
20773@table @samp
20774@kindex set remote system-call-allowed 0
20775@item @code{set remote system-call-allowed 0}
20776@end table
20777
20778The current setting is shown by typing
20779
20780@table @samp
20781@kindex show remote system-call-allowed
20782@item @code{show remote system-call-allowed}
20783@end table
20784
20785@node List of supported calls
20786@subsection List of supported calls
20787@cindex list of supported file-i/o calls
20788
20789@menu
20790* open::
20791* close::
20792* read::
20793* write::
20794* lseek::
20795* rename::
20796* unlink::
20797* stat/fstat::
20798* gettimeofday::
20799* isatty::
20800* system::
20801@end menu
20802
20803@node open
20804@unnumberedsubsubsec open
20805@cindex open, file-i/o system call
20806
20807@smallexample
20808@exdent Synopsis:
20809int open(const char *pathname, int flags);
20810int open(const char *pathname, int flags, mode_t mode);
20811
20812@exdent Request:
20813Fopen,pathptr/len,flags,mode
20814@end smallexample
20815
20816@noindent
20817@code{flags} is the bitwise or of the following values:
20818
20819@table @code
20820@item O_CREAT
20821If the file does not exist it will be created. The host
20822rules apply as far as file ownership and time stamps
20823are concerned.
20824
20825@item O_EXCL
20826When used with O_CREAT, if the file already exists it is
20827an error and open() fails.
20828
20829@item O_TRUNC
20830If the file already exists and the open mode allows
20831writing (O_RDWR or O_WRONLY is given) it will be
20832truncated to length 0.
20833
20834@item O_APPEND
20835The file is opened in append mode.
20836
20837@item O_RDONLY
20838The file is opened for reading only.
20839
20840@item O_WRONLY
20841The file is opened for writing only.
20842
20843@item O_RDWR
20844The file is opened for reading and writing.
20845
20846@noindent
20847Each other bit is silently ignored.
20848
20849@end table
20850
20851@noindent
20852@code{mode} is the bitwise or of the following values:
20853
20854@table @code
20855@item S_IRUSR
20856User has read permission.
20857
20858@item S_IWUSR
20859User has write permission.
20860
20861@item S_IRGRP
20862Group has read permission.
20863
20864@item S_IWGRP
20865Group has write permission.
20866
20867@item S_IROTH
20868Others have read permission.
20869
20870@item S_IWOTH
20871Others have write permission.
20872
20873@noindent
20874Each other bit is silently ignored.
20875
20876@end table
20877
20878@smallexample
20879@exdent Return value:
20880open returns the new file descriptor or -1 if an error
20881occured.
20882
20883@exdent Errors:
20884@end smallexample
20885
20886@table @code
20887@item EEXIST
20888pathname already exists and O_CREAT and O_EXCL were used.
20889
20890@item EISDIR
20891pathname refers to a directory.
20892
20893@item EACCES
20894The requested access is not allowed.
20895
20896@item ENAMETOOLONG
20897pathname was too long.
20898
20899@item ENOENT
20900A directory component in pathname does not exist.
20901
20902@item ENODEV
20903pathname refers to a device, pipe, named pipe or socket.
20904
20905@item EROFS
20906pathname refers to a file on a read-only filesystem and
20907write access was requested.
20908
20909@item EFAULT
20910pathname is an invalid pointer value.
20911
20912@item ENOSPC
20913No space on device to create the file.
20914
20915@item EMFILE
20916The process already has the maximum number of files open.
20917
20918@item ENFILE
20919The limit on the total number of files open on the system
20920has been reached.
20921
20922@item EINTR
20923The call was interrupted by the user.
20924@end table
20925
20926@node close
20927@unnumberedsubsubsec close
20928@cindex close, file-i/o system call
20929
20930@smallexample
20931@exdent Synopsis:
20932int close(int fd);
20933
20934@exdent Request:
20935Fclose,fd
20936
20937@exdent Return value:
20938close returns zero on success, or -1 if an error occurred.
20939
20940@exdent Errors:
20941@end smallexample
20942
20943@table @code
20944@item EBADF
20945fd isn't a valid open file descriptor.
20946
20947@item EINTR
20948The call was interrupted by the user.
20949@end table
20950
20951@node read
20952@unnumberedsubsubsec read
20953@cindex read, file-i/o system call
20954
20955@smallexample
20956@exdent Synopsis:
20957int read(int fd, void *buf, unsigned int count);
20958
20959@exdent Request:
20960Fread,fd,bufptr,count
20961
20962@exdent Return value:
20963On success, the number of bytes read is returned.
20964Zero indicates end of file. If count is zero, read
20965returns zero as well. On error, -1 is returned.
20966
20967@exdent Errors:
20968@end smallexample
20969
20970@table @code
20971@item EBADF
20972fd is not a valid file descriptor or is not open for
20973reading.
20974
20975@item EFAULT
20976buf is an invalid pointer value.
20977
20978@item EINTR
20979The call was interrupted by the user.
20980@end table
20981
20982@node write
20983@unnumberedsubsubsec write
20984@cindex write, file-i/o system call
20985
20986@smallexample
20987@exdent Synopsis:
20988int write(int fd, const void *buf, unsigned int count);
20989
20990@exdent Request:
20991Fwrite,fd,bufptr,count
20992
20993@exdent Return value:
20994On success, the number of bytes written are returned.
20995Zero indicates nothing was written. On error, -1
20996is returned.
20997
20998@exdent Errors:
20999@end smallexample
21000
21001@table @code
21002@item EBADF
21003fd is not a valid file descriptor or is not open for
21004writing.
21005
21006@item EFAULT
21007buf is an invalid pointer value.
21008
21009@item EFBIG
21010An attempt was made to write a file that exceeds the
21011host specific maximum file size allowed.
21012
21013@item ENOSPC
21014No space on device to write the data.
21015
21016@item EINTR
21017The call was interrupted by the user.
21018@end table
21019
21020@node lseek
21021@unnumberedsubsubsec lseek
21022@cindex lseek, file-i/o system call
21023
21024@smallexample
21025@exdent Synopsis:
21026long lseek (int fd, long offset, int flag);
21027
21028@exdent Request:
21029Flseek,fd,offset,flag
21030@end smallexample
21031
21032@code{flag} is one of:
21033
21034@table @code
21035@item SEEK_SET
21036The offset is set to offset bytes.
21037
21038@item SEEK_CUR
21039The offset is set to its current location plus offset
21040bytes.
21041
21042@item SEEK_END
21043The offset is set to the size of the file plus offset
21044bytes.
21045@end table
21046
21047@smallexample
21048@exdent Return value:
21049On success, the resulting unsigned offset in bytes from
21050the beginning of the file is returned. Otherwise, a
21051value of -1 is returned.
21052
21053@exdent Errors:
21054@end smallexample
21055
21056@table @code
21057@item EBADF
21058fd is not a valid open file descriptor.
21059
21060@item ESPIPE
21061fd is associated with the @value{GDBN} console.
21062
21063@item EINVAL
21064flag is not a proper value.
21065
21066@item EINTR
21067The call was interrupted by the user.
21068@end table
21069
21070@node rename
21071@unnumberedsubsubsec rename
21072@cindex rename, file-i/o system call
21073
21074@smallexample
21075@exdent Synopsis:
21076int rename(const char *oldpath, const char *newpath);
21077
21078@exdent Request:
21079Frename,oldpathptr/len,newpathptr/len
21080
21081@exdent Return value:
21082On success, zero is returned. On error, -1 is returned.
21083
21084@exdent Errors:
21085@end smallexample
21086
21087@table @code
21088@item EISDIR
21089newpath is an existing directory, but oldpath is not a
21090directory.
21091
21092@item EEXIST
21093newpath is a non-empty directory.
21094
21095@item EBUSY
21096oldpath or newpath is a directory that is in use by some
21097process.
21098
21099@item EINVAL
21100An attempt was made to make a directory a subdirectory
21101of itself.
21102
21103@item ENOTDIR
21104A component used as a directory in oldpath or new
21105path is not a directory. Or oldpath is a directory
21106and newpath exists but is not a directory.
21107
21108@item EFAULT
21109oldpathptr or newpathptr are invalid pointer values.
21110
21111@item EACCES
21112No access to the file or the path of the file.
21113
21114@item ENAMETOOLONG
21115
21116oldpath or newpath was too long.
21117
21118@item ENOENT
21119A directory component in oldpath or newpath does not exist.
21120
21121@item EROFS
21122The file is on a read-only filesystem.
21123
21124@item ENOSPC
21125The device containing the file has no room for the new
21126directory entry.
21127
21128@item EINTR
21129The call was interrupted by the user.
21130@end table
21131
21132@node unlink
21133@unnumberedsubsubsec unlink
21134@cindex unlink, file-i/o system call
21135
21136@smallexample
21137@exdent Synopsis:
21138int unlink(const char *pathname);
21139
21140@exdent Request:
21141Funlink,pathnameptr/len
21142
21143@exdent Return value:
21144On success, zero is returned. On error, -1 is returned.
21145
21146@exdent Errors:
21147@end smallexample
21148
21149@table @code
21150@item EACCES
21151No access to the file or the path of the file.
21152
21153@item EPERM
21154The system does not allow unlinking of directories.
21155
21156@item EBUSY
21157The file pathname cannot be unlinked because it's
21158being used by another process.
21159
21160@item EFAULT
21161pathnameptr is an invalid pointer value.
21162
21163@item ENAMETOOLONG
21164pathname was too long.
21165
21166@item ENOENT
21167A directory component in pathname does not exist.
21168
21169@item ENOTDIR
21170A component of the path is not a directory.
21171
21172@item EROFS
21173The file is on a read-only filesystem.
21174
21175@item EINTR
21176The call was interrupted by the user.
21177@end table
21178
21179@node stat/fstat
21180@unnumberedsubsubsec stat/fstat
21181@cindex fstat, file-i/o system call
21182@cindex stat, file-i/o system call
21183
21184@smallexample
21185@exdent Synopsis:
21186int stat(const char *pathname, struct stat *buf);
21187int fstat(int fd, struct stat *buf);
21188
21189@exdent Request:
21190Fstat,pathnameptr/len,bufptr
21191Ffstat,fd,bufptr
21192
21193@exdent Return value:
21194On success, zero is returned. On error, -1 is returned.
21195
21196@exdent Errors:
21197@end smallexample
21198
21199@table @code
21200@item EBADF
21201fd is not a valid open file.
21202
21203@item ENOENT
21204A directory component in pathname does not exist or the
21205path is an empty string.
21206
21207@item ENOTDIR
21208A component of the path is not a directory.
21209
21210@item EFAULT
21211pathnameptr is an invalid pointer value.
21212
21213@item EACCES
21214No access to the file or the path of the file.
21215
21216@item ENAMETOOLONG
21217pathname was too long.
21218
21219@item EINTR
21220The call was interrupted by the user.
21221@end table
21222
21223@node gettimeofday
21224@unnumberedsubsubsec gettimeofday
21225@cindex gettimeofday, file-i/o system call
21226
21227@smallexample
21228@exdent Synopsis:
21229int gettimeofday(struct timeval *tv, void *tz);
21230
21231@exdent Request:
21232Fgettimeofday,tvptr,tzptr
21233
21234@exdent Return value:
21235On success, 0 is returned, -1 otherwise.
21236
21237@exdent Errors:
21238@end smallexample
21239
21240@table @code
21241@item EINVAL
21242tz is a non-NULL pointer.
21243
21244@item EFAULT
21245tvptr and/or tzptr is an invalid pointer value.
21246@end table
21247
21248@node isatty
21249@unnumberedsubsubsec isatty
21250@cindex isatty, file-i/o system call
21251
21252@smallexample
21253@exdent Synopsis:
21254int isatty(int fd);
21255
21256@exdent Request:
21257Fisatty,fd
21258
21259@exdent Return value:
21260Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
21261
21262@exdent Errors:
21263@end smallexample
21264
21265@table @code
21266@item EINTR
21267The call was interrupted by the user.
21268@end table
21269
21270@node system
21271@unnumberedsubsubsec system
21272@cindex system, file-i/o system call
21273
21274@smallexample
21275@exdent Synopsis:
21276int system(const char *command);
21277
21278@exdent Request:
21279Fsystem,commandptr/len
21280
21281@exdent Return value:
21282The value returned is -1 on error and the return status
21283of the command otherwise. Only the exit status of the
21284command is returned, which is extracted from the hosts
21285system return value by calling WEXITSTATUS(retval).
21286In case /bin/sh could not be executed, 127 is returned.
21287
21288@exdent Errors:
21289@end smallexample
21290
21291@table @code
21292@item EINTR
21293The call was interrupted by the user.
21294@end table
21295
21296@node Protocol specific representation of datatypes
21297@subsection Protocol specific representation of datatypes
21298@cindex protocol specific representation of datatypes, in file-i/o protocol
21299
21300@menu
21301* Integral datatypes::
21302* Pointer values::
21303* struct stat::
21304* struct timeval::
21305@end menu
21306
21307@node Integral datatypes
21308@unnumberedsubsubsec Integral datatypes
21309@cindex integral datatypes, in file-i/o protocol
21310
21311The integral datatypes used in the system calls are
21312
21313@smallexample
21314int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
21315@end smallexample
21316
21317@code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
21318implemented as 32 bit values in this protocol.
21319
21320@code{Long} and @code{unsigned long} are implemented as 64 bit types.
21321
21322@xref{Limits}, for corresponding MIN and MAX values (similar to those
21323in @file{limits.h}) to allow range checking on host and target.
21324
21325@code{time_t} datatypes are defined as seconds since the Epoch.
21326
21327All integral datatypes transferred as part of a memory read or write of a
21328structured datatype e.g.@: a @code{struct stat} have to be given in big endian
21329byte order.
21330
21331@node Pointer values
21332@unnumberedsubsubsec Pointer values
21333@cindex pointer values, in file-i/o protocol
21334
21335Pointers to target data are transmitted as they are. An exception
21336is made for pointers to buffers for which the length isn't
21337transmitted as part of the function call, namely strings. Strings
21338are transmitted as a pointer/length pair, both as hex values, e.g.@:
21339
21340@smallexample
21341@code{1aaf/12}
21342@end smallexample
21343
21344@noindent
21345which is a pointer to data of length 18 bytes at position 0x1aaf.
21346The length is defined as the full string length in bytes, including
21347the trailing null byte. Example:
21348
21349@smallexample
21350``hello, world'' at address 0x123456
21351@end smallexample
21352
21353@noindent
21354is transmitted as
21355
21356@smallexample
21357@code{123456/d}
21358@end smallexample
21359
21360@node struct stat
21361@unnumberedsubsubsec struct stat
21362@cindex struct stat, in file-i/o protocol
21363
21364The buffer of type struct stat used by the target and @value{GDBN} is defined
21365as follows:
21366
21367@smallexample
21368struct stat @{
21369 unsigned int st_dev; /* device */
21370 unsigned int st_ino; /* inode */
21371 mode_t st_mode; /* protection */
21372 unsigned int st_nlink; /* number of hard links */
21373 unsigned int st_uid; /* user ID of owner */
21374 unsigned int st_gid; /* group ID of owner */
21375 unsigned int st_rdev; /* device type (if inode device) */
21376 unsigned long st_size; /* total size, in bytes */
21377 unsigned long st_blksize; /* blocksize for filesystem I/O */
21378 unsigned long st_blocks; /* number of blocks allocated */
21379 time_t st_atime; /* time of last access */
21380 time_t st_mtime; /* time of last modification */
21381 time_t st_ctime; /* time of last change */
21382@};
21383@end smallexample
21384
21385The integral datatypes are conforming to the definitions given in the
21386approriate section (see @ref{Integral datatypes}, for details) so this
21387structure is of size 64 bytes.
21388
21389The values of several fields have a restricted meaning and/or
21390range of values.
21391
21392@smallexample
21393st_dev: 0 file
21394 1 console
21395
21396st_ino: No valid meaning for the target. Transmitted unchanged.
21397
21398st_mode: Valid mode bits are described in Appendix C. Any other
21399 bits have currently no meaning for the target.
21400
21401st_uid: No valid meaning for the target. Transmitted unchanged.
21402
21403st_gid: No valid meaning for the target. Transmitted unchanged.
21404
21405st_rdev: No valid meaning for the target. Transmitted unchanged.
21406
21407st_atime, st_mtime, st_ctime:
21408 These values have a host and file system dependent
21409 accuracy. Especially on Windows hosts the file systems
21410 don't support exact timing values.
21411@end smallexample
21412
21413The target gets a struct stat of the above representation and is
21414responsible to coerce it to the target representation before
21415continuing.
21416
21417Note that due to size differences between the host and target
21418representation of stat members, these members could eventually
21419get truncated on the target.
21420
21421@node struct timeval
21422@unnumberedsubsubsec struct timeval
21423@cindex struct timeval, in file-i/o protocol
21424
21425The buffer of type struct timeval used by the target and @value{GDBN}
21426is defined as follows:
21427
21428@smallexample
21429struct timeval @{
21430 time_t tv_sec; /* second */
21431 long tv_usec; /* microsecond */
21432@};
21433@end smallexample
21434
21435The integral datatypes are conforming to the definitions given in the
21436approriate section (see @ref{Integral datatypes}, for details) so this
21437structure is of size 8 bytes.
21438
21439@node Constants
21440@subsection Constants
21441@cindex constants, in file-i/o protocol
21442
21443The following values are used for the constants inside of the
21444protocol. @value{GDBN} and target are resposible to translate these
21445values before and after the call as needed.
21446
21447@menu
21448* Open flags::
21449* mode_t values::
21450* Errno values::
21451* Lseek flags::
21452* Limits::
21453@end menu
21454
21455@node Open flags
21456@unnumberedsubsubsec Open flags
21457@cindex open flags, in file-i/o protocol
21458
21459All values are given in hexadecimal representation.
21460
21461@smallexample
21462 O_RDONLY 0x0
21463 O_WRONLY 0x1
21464 O_RDWR 0x2
21465 O_APPEND 0x8
21466 O_CREAT 0x200
21467 O_TRUNC 0x400
21468 O_EXCL 0x800
21469@end smallexample
21470
21471@node mode_t values
21472@unnumberedsubsubsec mode_t values
21473@cindex mode_t values, in file-i/o protocol
21474
21475All values are given in octal representation.
21476
21477@smallexample
21478 S_IFREG 0100000
21479 S_IFDIR 040000
21480 S_IRUSR 0400
21481 S_IWUSR 0200
21482 S_IXUSR 0100
21483 S_IRGRP 040
21484 S_IWGRP 020
21485 S_IXGRP 010
21486 S_IROTH 04
21487 S_IWOTH 02
21488 S_IXOTH 01
21489@end smallexample
21490
21491@node Errno values
21492@unnumberedsubsubsec Errno values
21493@cindex errno values, in file-i/o protocol
21494
21495All values are given in decimal representation.
21496
21497@smallexample
21498 EPERM 1
21499 ENOENT 2
21500 EINTR 4
21501 EBADF 9
21502 EACCES 13
21503 EFAULT 14
21504 EBUSY 16
21505 EEXIST 17
21506 ENODEV 19
21507 ENOTDIR 20
21508 EISDIR 21
21509 EINVAL 22
21510 ENFILE 23
21511 EMFILE 24
21512 EFBIG 27
21513 ENOSPC 28
21514 ESPIPE 29
21515 EROFS 30
21516 ENAMETOOLONG 91
21517 EUNKNOWN 9999
21518@end smallexample
21519
21520 EUNKNOWN is used as a fallback error value if a host system returns
21521 any error value not in the list of supported error numbers.
21522
21523@node Lseek flags
21524@unnumberedsubsubsec Lseek flags
21525@cindex lseek flags, in file-i/o protocol
21526
21527@smallexample
21528 SEEK_SET 0
21529 SEEK_CUR 1
21530 SEEK_END 2
21531@end smallexample
21532
21533@node Limits
21534@unnumberedsubsubsec Limits
21535@cindex limits, in file-i/o protocol
21536
21537All values are given in decimal representation.
21538
21539@smallexample
21540 INT_MIN -2147483648
21541 INT_MAX 2147483647
21542 UINT_MAX 4294967295
21543 LONG_MIN -9223372036854775808
21544 LONG_MAX 9223372036854775807
21545 ULONG_MAX 18446744073709551615
21546@end smallexample
21547
21548@node File-I/O Examples
21549@subsection File-I/O Examples
21550@cindex file-i/o examples
21551
21552Example sequence of a write call, file descriptor 3, buffer is at target
21553address 0x1234, 6 bytes should be written:
21554
21555@smallexample
21556<- @code{Fwrite,3,1234,6}
21557@emph{request memory read from target}
21558-> @code{m1234,6}
21559<- XXXXXX
21560@emph{return "6 bytes written"}
21561-> @code{F6}
21562@end smallexample
21563
21564Example sequence of a read call, file descriptor 3, buffer is at target
21565address 0x1234, 6 bytes should be read:
21566
21567@smallexample
21568<- @code{Fread,3,1234,6}
21569@emph{request memory write to target}
21570-> @code{X1234,6:XXXXXX}
21571@emph{return "6 bytes read"}
21572-> @code{F6}
21573@end smallexample
21574
21575Example sequence of a read call, call fails on the host due to invalid
21576file descriptor (EBADF):
21577
21578@smallexample
21579<- @code{Fread,3,1234,6}
21580-> @code{F-1,9}
21581@end smallexample
21582
21583Example sequence of a read call, user presses Ctrl-C before syscall on
21584host is called:
21585
21586@smallexample
21587<- @code{Fread,3,1234,6}
21588-> @code{F-1,4,C}
21589<- @code{T02}
21590@end smallexample
21591
21592Example sequence of a read call, user presses Ctrl-C after syscall on
21593host is called:
21594
21595@smallexample
21596<- @code{Fread,3,1234,6}
21597-> @code{X1234,6:XXXXXX}
21598<- @code{T02}
21599@end smallexample
21600
f418dd93
DJ
21601@include agentexpr.texi
21602
aab4e0ec 21603@include gpl.texi
eb12ee30 21604
6826cf00
EZ
21605@include fdl.texi
21606
6d2ebf8b 21607@node Index
c906108c
SS
21608@unnumbered Index
21609
21610@printindex cp
21611
21612@tex
21613% I think something like @colophon should be in texinfo. In the
21614% meantime:
21615\long\def\colophon{\hbox to0pt{}\vfill
21616\centerline{The body of this manual is set in}
21617\centerline{\fontname\tenrm,}
21618\centerline{with headings in {\bf\fontname\tenbf}}
21619\centerline{and examples in {\tt\fontname\tentt}.}
21620\centerline{{\it\fontname\tenit\/},}
21621\centerline{{\bf\fontname\tenbf}, and}
21622\centerline{{\sl\fontname\tensl\/}}
21623\centerline{are used for emphasis.}\vfill}
21624\page\colophon
21625% Blame: doc@cygnus.com, 1991.
21626@end tex
21627
c906108c 21628@bye